:root {
  color-scheme: light;
  --blue: #2860df;
  --ink: #292e35;
  --muted: #575e66;
  --rule: #dcdfe2;
  --gutter: clamp(24px, 5vw, 72px);
  font-family: Arial, Helvetica, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: var(--ink); font-size: 16px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
h1, h2, p { margin: 0; }
h1, h2 { font-weight: 400; line-height: 1.3; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
a:hover { color: var(--blue); text-decoration: underline; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
button { font: inherit; color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - var(--gutter) * 2), 1120px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 16px; padding: 10px 20px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { background: #fff; }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
/* Crop the supplied banner's white matte without altering the asset. */
.wordmark { display: block; position: relative; width: 146px; height: 49px; overflow: hidden; flex-shrink: 0; }
.wordmark img { position: absolute; width: 365px; height: auto; max-width: none; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.primary-navigation { display: flex; gap: 34px; align-items: center; }
.primary-navigation a { padding-block: 12px; font-size: 12px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.primary-navigation a[aria-current="page"] { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 9px; }
.menu-toggle { display: none; }
.page-hero { position: relative; height: clamp(400px, 40vw, 680px); overflow: hidden; background: #233646; color: #fff; }
.page-hero > img, .image-section > img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: rgb(9 23 36 / 32%); }
.hero-content { position: absolute; left: 0; right: 0; bottom: 46px; }
.hero-content h1 { font-size: clamp(28px, 2.6vw, 38px); letter-spacing: .045em; }
.home-hero { height: clamp(440px, 36vw, 560px); }
.home-hero .hero-shade { background: rgb(8 20 32 / 24%); }
.home-hero .hero-content { bottom: 52px; }
.home-hero h1 { font-size: clamp(32px, 3.15vw, 46px); line-height: 1.22; letter-spacing: 0; }
.hero-label { margin-bottom: 14px; font-size: 13px; letter-spacing: .14em; }
.photo-tanker3 > img { object-position: 50% 49%; }
.photo-oilstorage2 > img { object-position: 50% 57%; }
.photo-refiner2 > img { object-position: 50% 53%; }
.photo-mine1 > img { object-position: 50% 50%; }
.section { padding-block: 80px; }
.intro { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 50px; }
.section-label { padding-top: 5px; color: var(--blue); font-size: 13px; font-weight: 600; line-height: 1.5; letter-spacing: .08em; }
.copy { max-width: 760px; color: var(--muted); }
.copy p + p { margin-top: 22px; }
.copy .lead { color: var(--ink); font-size: 22px; line-height: 1.6; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; color: var(--blue); font-size: 14px; }
.copy .text-link { margin-top: 22px; }
.text-link span { font-size: 20px; }
.services-teaser { padding: 36px 0 52px; background: #f5f6f6; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.section-heading .section-label { padding: 0; }
.service-list { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; list-style: none; margin: 0; padding: 0; }
.service-list li { padding-top: 22px; border-top: 1px solid #c6cbd1; font-size: 15px; letter-spacing: .03em; }
.image-section { aspect-ratio: 125 / 36; overflow: hidden; }
.photo-lngstorage2 > img { object-position: 50% 50%; }
.image-section.photo-tanker4 { aspect-ratio: 250 / 81; }
.photo-tanker4 > img { object-position: 50% 53%; }
.closing-image { margin-bottom: 72px; }
.detail-rows { padding-bottom: 72px; }
.detail-row { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 50px; padding-block: 32px; border-top: 1px solid var(--rule); }
.detail-row h2 { padding-top: 4px; max-width: 240px; font-size: 14px; line-height: 1.65; letter-spacing: .045em; color: var(--blue); }
.small-note { font-size: 14px; line-height: 1.7; }
.copy p.small-note { margin-top: 12px; }
.contact-section { padding-block: 80px 112px; }
.contact-section h2 { font-size: 27px; }
.contact-email { overflow-wrap: anywhere; max-width: 100%; }
.site-footer { background: #f5f6f6; border-top: 1px solid #e7e9eb; }
.footer-main { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 35px 27px; }
.footer-main .wordmark { mix-blend-mode: multiply; }
.footer-main nav { display: flex; gap: 30px; font-size: 13px; }
.footer-main nav a { padding-block: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-block: 20px 27px; border-top: 1px solid var(--rule); color: var(--muted); font-size: 12px; }
.footer-email { overflow-wrap: anywhere; }
@media (min-width: 1600px) { .home-hero { height: 560px; } }
@media (max-width: 900px) {
  .primary-navigation { gap: 22px; }
  .intro, .detail-row { grid-template-columns: 210px minmax(0, 1fr); gap: 32px; }
  .service-list { gap: 22px; }
  .service-list li { font-size: 13px; }
}
@media (max-width: 767px) {
  .header-inner { min-height: 82px; flex-wrap: wrap; gap: 0; padding-block: 16px; }
  .wordmark { width: 123px; height: 43px; }
  .wordmark img { width: 307px; }
  .menu-toggle:not([hidden]) { display: flex; align-items: center; gap: 12px; padding: 10px 0 10px 12px; border: 0; background: none; font-size: 13px; min-height: 44px; }
  .menu-icon { display: block; width: 19px; height: 12px; border-top: 1px solid; border-bottom: 1px solid; }
  .menu-toggle[aria-expanded="true"] .menu-icon { height: 1px; border-bottom: 0; }
  .primary-navigation { width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding-top: 14px; }
  .primary-navigation a { padding: 12px 0; border-top: 1px solid var(--rule); }
  .primary-navigation a[aria-current="page"] { text-underline-offset: 5px; }
  .page-hero { height: 350px; }
  .home-hero { height: 430px; }
  .hero-content, .home-hero .hero-content { bottom: 32px; }
  .home-hero h1 { font-size: 34px; }
  .photo-tanker3 > img { object-position: 57% 45%; }
  .photo-tanker4 > img { object-position: 57% 50%; }
  .hero-shade { background: rgb(9 23 36 / 40%); }
  .section { padding-block: 48px; }
  .intro, .detail-row { grid-template-columns: 1fr; gap: 22px; }
  .copy .lead { font-size: 20px; }
  .section-label { padding-top: 0; }
  .services-teaser { padding-block: 26px 38px; }
  .section-heading { margin-bottom: 15px; }
  .service-list { grid-template-columns: 1fr; gap: 0; }
  .service-list li { padding-block: 18px; font-size: 14px; }
  .service-list li:last-child { padding-bottom: 0; }
  .closing-image { margin-bottom: 48px; }
  .detail-row { padding-block: 27px; gap: 15px; }
  .detail-row h2 { max-width: none; }
  .detail-rows { padding-bottom: 36px; }
  .contact-section { padding-block: 48px 64px; }
  .footer-main { align-items: flex-start; padding-block: 28px 22px; }
  .footer-main nav { flex-direction: column; gap: 0; }
  .footer-main nav a { padding-block: 7px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }

/* RFQ outreach additions retain the existing typography, photography and rules. */
h3 { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.5; }
input, select, textarea { font: inherit; color: var(--ink); }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
[id] { scroll-margin-top: 24px; }
.section { padding-block: 60px; }
.copy h2, .participants h2 { color: var(--ink); font-size: clamp(23px, 2.1vw, 28px); line-height: 1.4; }
.copy h2 + p { margin-top: 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 22px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 14px; font-weight: 600; line-height: 1.5; border-radius: 0; }
.button:hover { background: #414a55; border-color: #414a55; color: #fff; text-decoration: none; }
.copy > .button { margin-top: 24px; }
.home-hero { height: auto; min-height: clamp(540px, 43vw, 720px); }
.home-hero > img { position: absolute; inset: 0; }
.home-hero .hero-shade { background: rgb(8 20 32 / 66%); }
.home-hero .hero-content { position: relative; bottom: auto; padding-block: 66px; }
.home-hero h1 { max-width: 740px; font-size: clamp(30px, 3vw, 42px); }
.hero-label { font-size: 11px; line-height: 1.6; letter-spacing: .09em; }
.hero-description { max-width: 650px; margin-top: 22px; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 28px; }
.hero-actions .button { color: var(--ink); background: #fff; border-color: #fff; }
.hero-actions .button:hover { background: #e8ecef; border-color: #e8ecef; }
.hero-secondary { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 14px; }
.hero-secondary:hover { color: #fff; }
.hero-actions a:focus-visible { outline-color: #fff; }
.workflow-section { background: #f5f6f6; }
.workflow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; list-style: none; padding: 0; margin: 0; }
.workflow li { position: relative; border-top: 1px solid #c6cbd1; padding-top: 18px; }
.workflow p { margin-top: 12px; font-size: 14px; line-height: 1.7; color: var(--muted); }
.participants { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.participants > section + section { padding-left: 40px; border-left: 1px solid var(--rule); }
.participants h2 { margin-block: 16px; max-width: 420px; }
.participants p:not(.section-label) { color: var(--muted); }
.benefits { padding-left: 18px; margin-block: 22px; font-size: 15px; }
.benefits li { padding-left: 4px; margin-block: 6px; }
.participant-summary { padding-top: 16px; border-top: 1px solid var(--rule); font-size: 14px; }
.pilot-section { background: #edf0f2; border-block: 1px solid var(--rule); }
.pilot-section .section-label { color: var(--ink); }
.pilot-form { margin-block: 32px; padding-top: 28px; border-top: 1px solid var(--rule); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.form-grid label { display: block; margin-bottom: 6px; font-size: 14px; color: var(--ink); }
.form-grid input, .form-grid select, .form-grid textarea { display: block; width: 100%; min-width: 0; min-height: 44px; padding: 10px 12px; border: 1px solid #818a94; background: #fff; border-radius: 0; line-height: 1.5; }
.form-grid textarea { resize: vertical; }
.form-wide { grid-column: 1 / -1; }
.pilot-form .small-note { margin-top: 16px; }
.pilot-form .button { margin-top: 20px; }
#form-status:empty { display: none; }
.footer-description { max-width: 390px; margin-right: auto; font-size: 13px; color: var(--muted); }
@media (max-width: 1000px) {
  .workflow { gap: 22px; }
  .participants { gap: 32px; }
  .participants > section + section { padding-left: 28px; }
}
@media (max-width: 767px) {
  .section { padding-block: 42px; }
  .home-hero { min-height: 0; }
  .home-hero .hero-content { padding-block: 44px; }
  .hero-description { font-size: 16px; }
  .workflow { grid-template-columns: 1fr; gap: 24px; }
  .workflow li { padding-top: 16px; }
  .workflow p { margin-top: 6px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .participants { grid-template-columns: 1fr; gap: 32px; }
  .participants > section + section { padding: 32px 0 0; border-left: 0; border-top: 1px solid var(--rule); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-main { flex-wrap: wrap; gap: 16px 24px; }
  .footer-description { order: 1; flex-basis: 100%; }
  .footer-main nav { margin-left: auto; }
}
