:root {
  --ink: #0a1824;
  --navy: #07131e;
  --blue: #0d4e67;
  --cyan: #69d3cf;
  --amber: #f6a930;
  --paper: #f2f3ef;
  --white: #ffffff;
  --line: rgba(10, 24, 36, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
button, a, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
figure { margin: 0; }
.svg-sprite { height: 0; overflow: hidden; position: absolute; width: 0; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  gap: 12px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  transition: background 180ms ease, color 180ms ease, opacity 180ms ease;
}
.button svg, .form-submit svg { height: 17px; width: 17px; }

.site-header {
  align-items: center;
  background: rgba(242, 243, 239, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 86px;
  padding: 0 4.2vw;
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand { align-items: center; display: inline-flex; gap: 12px; width: fit-content; }
.brand-mark {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: -0.08em;
  width: 42px;
}
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-size: 18px; letter-spacing: -0.04em; }
.brand-type small { color: #66747d; font-size: 8px; font-weight: 800; letter-spacing: 0.34em; margin-top: 6px; }
.desktop-nav { align-items: center; display: flex; gap: clamp(22px, 2.4vw, 42px); }
.desktop-nav a { color: #53636c; font-size: 13px; font-weight: 650; transition: color 180ms ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--ink); }
.header-actions { align-items: center; display: flex; gap: 7px; justify-content: flex-end; }
.language { background: transparent; border: 0; color: #839097; cursor: pointer; font-size: 11px; font-weight: 800; padding: 8px 2px; }
.language.active { color: var(--ink); }
.header-cta, .primary-button { background: var(--ink); color: var(--white); margin-left: 18px; }
.header-cta:hover, .primary-button:hover { background: var(--blue); }

.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr); min-height: calc(100svh - 86px); }
.hero-copy { background-color: var(--paper); background-image: linear-gradient(90deg,rgba(242,243,239,.98) 0%,rgba(242,243,239,.93) 56%,rgba(242,243,239,.76) 100%),image-set(url("hero-warehouse-v2.webp") type("image/webp"),url("hero-warehouse-v2.png") type("image/png")); background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; justify-content: center; padding: 8vw 7vw 7vw 8.2vw; }
.eyebrow { align-items: center; color: #586a74; display: flex; font-size: 11px; font-weight: 800; gap: 12px; letter-spacing: 0.18em; margin: 0 0 28px; }
.eyebrow span { background: var(--amber); height: 8px; width: 8px; }
.eyebrow b { font: inherit; }
.hero h1 { font-size: clamp(58px, 6.8vw, 112px); font-weight: 620; letter-spacing: -0.075em; line-height: 0.9; margin: 0; max-width: 850px; }
.hero h1 em { color: var(--blue); display: block; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.065em; padding-left: 0.6em; }
.hero-lead { color: #53636c; font-size: clamp(17px, 1.25vw, 21px); line-height: 1.65; margin: 42px 0 0; max-width: 690px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 30px; margin-top: 38px; }
.hero-actions .primary-button { min-height: 54px; margin: 0; padding-inline: 24px; }
.text-link { align-items: center; border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 13px; font-weight: 750; gap: 10px; padding: 9px 0; }
.text-link svg { height: 16px; width: 16px; }
.disclosure { align-items: flex-start; border-top: 1px solid var(--line); display: flex; gap: 13px; margin-top: 52px; max-width: 680px; padding-top: 19px; }
.disclosure svg { color: var(--blue); flex: 0 0 auto; height: 18px; margin-top: 2px; width: 18px; }
.disclosure p { color: #687780; font-size: 12px; line-height: 1.65; margin: 0; }

.operations-panel {
  background: linear-gradient(155deg, rgba(13, 78, 103, 0.54), transparent 43%), radial-gradient(circle at 70% 15%, rgba(105, 211, 207, 0.18), transparent 32%), var(--navy);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 6vw clamp(38px, 5vw, 84px);
  position: relative;
}
.operations-panel::after { background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 62px 62px; content: ""; inset: 0; mask-image: linear-gradient(to bottom, black, transparent 85%); pointer-events: none; position: absolute; }
.panel-topline, .panel-location { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 1; }
.panel-topline span, .panel-location span { color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.panel-topline svg { color: var(--cyan); height: 19px; width: 19px; }
.operations-panel h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px,3.5vw,60px); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; margin: 28px 0 52px; max-width: 570px; position: relative; z-index: 1; }
.flow-list { display: grid; position: relative; z-index: 1; }
.flow-item { align-items: center; border-top: 1px solid rgba(255,255,255,.13); display: grid; gap: 16px; grid-template-columns: 38px 1fr; min-height: 74px; }
.flow-number { color: var(--amber); font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.flow-item div { display: flex; justify-content: space-between; }
.flow-item strong { font-size: 14px; }
.flow-item small { color: rgba(255,255,255,.5); font-size: 11px; }
.panel-location { border-top: 1px solid rgba(255,255,255,.13); margin-top: 16px; padding-top: 25px; }
.panel-location div { display: flex; flex-direction: column; gap: 7px; }
.panel-location strong { font-size: 17px; }
.panel-location svg { color: var(--amber); height: 27px; width: 27px; }

.stats { background: var(--white); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); padding: 0 6vw; }
.stat { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 18px; min-height: 118px; padding: 24px 2.4vw; }
.stat:first-child { border-left: 1px solid var(--line); }
.stat strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px,3vw,50px); font-weight: 400; letter-spacing: -.06em; }
.stat span { color: #687780; font-size: 11px; line-height: 1.4; max-width: 120px; }

.services-section { padding: 120px 6vw 110px; }
.section-heading { display: grid; gap: 16px 48px; grid-template-columns: 1fr 1fr; margin: 0 auto 62px; max-width: 1320px; }
.section-heading .eyebrow { grid-column: 1/-1; margin-bottom: 5px; }
.section-heading h2, .facility-copy h2, .process-intro h2, .contact-copy h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px,5vw,72px); font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 0; }
.section-heading > p:last-child { align-self: end; color: #62717a; font-size: 17px; line-height: 1.7; margin: 0; max-width: 570px; }
.services-grid { display: grid; gap: 1px; grid-template-columns: repeat(6,1fr); margin: 0 auto; max-width: 1320px; overflow: hidden; }
.service-card { background: var(--white); display: flex; flex-direction: column; min-height: 350px; padding: 34px 30px; transition: background 180ms ease,color 180ms ease; }
.service-card:nth-child(-n+3) { grid-column: span 2; }
.service-card:nth-child(n+4) { grid-column: span 3; }
.service-card:hover { background: var(--ink); color: var(--white); }
.service-topline { align-items: center; display: flex; justify-content: space-between; }
.service-topline svg { color: var(--blue); height: 27px; width: 27px; }
.service-card:hover .service-topline svg { color: var(--amber); }
.service-topline span { color: #a6afb3; font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.service-card h3 { font-size: 21px; letter-spacing: -.035em; margin: 78px 0 18px; }
.service-card p { color: #67757d; font-size: 14px; line-height: 1.7; margin: 0; }
.service-card:hover p { color: rgba(255,255,255,.62); }
.service-more { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: 11px; font-weight: 800; justify-content: space-between; letter-spacing: .08em; margin-top: auto; padding-top: 18px; text-transform: uppercase; }
.service-more svg { height: 17px; transition: transform 180ms ease; width: 17px; }
.service-card:hover .service-more { border-color: rgba(255,255,255,.18); color: var(--amber); }
.service-more:hover svg { transform: translateX(4px); }

.facility-section { background: var(--white); display: grid; grid-template-columns: 1.06fr .94fr; min-height: 760px; }
.facility-image-wrap { min-height: 760px; overflow: hidden; position: relative; }
.facility-image-wrap::after { background: linear-gradient(to top,rgba(7,19,30,.8),transparent 35%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.facility-image-wrap picture { display: block; height: 100%; }
.facility-image-wrap img { height: 100%; object-fit: cover; width: 100%; }
.facility-image-wrap figcaption { bottom: 27px; color: rgba(255,255,255,.72); font-size: 10px; left: 34px; letter-spacing: .04em; margin: 0; max-width: 580px; position: absolute; right: 34px; z-index: 2; }
.facility-copy { display: flex; flex-direction: column; justify-content: center; padding: 7vw 7vw 7vw 6vw; }
.facility-copy h2, .process-intro h2, .contact-copy h2 { font-size: clamp(44px,4.5vw,72px); line-height: 1.04; }
.facility-lead { color: #62717a; font-size: 16px; line-height: 1.75; margin: 32px 0 42px; max-width: 620px; }
.feature-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.feature { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 12px; min-height: 66px; padding: 12px 8px 12px 0; }
.feature:nth-child(odd) { border-right: 1px solid var(--line); }
.feature:nth-child(even) { padding-left: 18px; }
.feature svg { color: var(--blue); height: 20px; width: 20px; }
.feature span { font-size: 12px; font-weight: 700; }

.cargo-band { background: var(--amber); padding: 38px 6vw 40px; }
.cargo-band > p { font-size: 10px; font-weight: 850; letter-spacing: .18em; margin: 0 0 22px; text-transform: uppercase; }
.cargo-band > div { display: flex; flex-wrap: wrap; gap: 10px; }
.cargo-band span { align-items: center; background: rgba(255,255,255,.52); display: inline-flex; font-size: 12px; font-weight: 700; gap: 8px; padding: 11px 15px; }
.cargo-band svg { height: 14px; width: 14px; }

.process-section { display: grid; gap: 9vw; grid-template-columns: .95fr 1.05fr; padding: 130px 7vw; }
.process-intro { align-self: start; position: sticky; top: 135px; }
.process-intro > p:last-child { color: #62717a; font-size: 16px; line-height: 1.75; margin: 34px 0 0; max-width: 590px; }
.process-list { border-top: 1px solid var(--line); }
.process-step { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 48px 1fr 24px; padding: 35px 0; }
.process-step > span { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.process-step h3 { font-size: 20px; letter-spacing: -.03em; margin: 0 0 10px; }
.process-step p { color: #687780; font-size: 14px; line-height: 1.65; margin: 0; }
.process-step > svg { color: #9ba4a8; height: 20px; width: 20px; }

.contact-section { background: var(--navy); color: var(--white); display: grid; gap: 8vw; grid-template-columns: .88fr 1.12fr; padding: 130px 7vw; }
.contact-copy .eyebrow { color: rgba(255,255,255,.58); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.75; margin: 34px 0 0; max-width: 560px; }
.meeting-note { align-items: center; border-top: 1px solid rgba(255,255,255,.14); display: flex; gap: 16px; margin-top: 48px; max-width: 560px; padding-top: 24px; }
.meeting-note svg { color: var(--amber); height: 26px; width: 26px; }
.meeting-note div { display: flex; flex-direction: column; gap: 5px; }
.meeting-note strong { font-size: 13px; }
.meeting-note span { color: rgba(255,255,255,.44); font-size: 11px; }

.interest-form { background: var(--white); color: var(--ink); padding: 42px; }
.form-row { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.interest-form label:not(.consent) { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.interest-form label > span { font-size: 11px; font-weight: 750; }
.interest-form input:not([type="checkbox"]), .interest-form textarea, .interest-form select { background: #f4f5f2; border: 0; border-bottom: 1px solid #cfd5d3; border-radius: 0; box-shadow: none; color: var(--ink); min-height: 48px; outline: none; padding: 10px 12px; width: 100%; }
.interest-form input:focus, .interest-form textarea:focus, .interest-form select:focus { border-bottom-color: var(--blue); }
.interest-form textarea { min-height: 105px; resize: vertical; }
.consent { align-items: flex-start; color: #69777f; display: flex; gap: 10px; line-height: 1.45; margin: 2px 0 23px; }
.consent input { accent-color: var(--blue); margin-top: 2px; }
.consent span { font-size: 10px !important; font-weight: 500 !important; }
.form-submit { align-items: center; background: var(--amber); border: 0; color: var(--ink); display: flex; font-size: 13px; font-weight: 750; gap: 12px; height: 54px; justify-content: center; opacity: .62; width: 100%; }
.form-pending { color: #7b878d; font-size: 10px; line-height: 1.5; margin: 12px 0 0; text-align: center; }

.site-footer { background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); color: var(--white); display: flex; justify-content: space-between; padding: 36px 6vw; }
.footer-brand { align-items: center; display: flex; gap: 13px; }
.footer-brand .brand-mark { background: var(--white); color: var(--navy); }
.footer-brand > div { display: flex; flex-direction: column; gap: 5px; }
.footer-brand strong { font-size: 14px; }
.footer-brand small { color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.footer-meta { align-items: flex-end; color: rgba(255,255,255,.45); display: flex; flex-direction: column; font-size: 9px; gap: 7px; letter-spacing: .15em; }

.detail-header-cta { align-items: center; background: var(--ink); color: var(--white); display: inline-flex; font-size: 12px; font-weight: 750; gap: 10px; margin-left: 18px; min-height: 44px; padding: 0 17px; }
.detail-header-cta svg { height: 16px; width: 16px; }

.mobile-menu-toggle { background: transparent; border: 0; cursor: pointer; display: none; height: 44px; margin-left: 8px; padding: 10px; width: 44px; }
.mobile-menu-toggle span { background: var(--ink); display: block; height: 2px; margin: 5px 0; transition: transform 180ms ease; width: 24px; }
.mobile-menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { background: var(--paper); border-bottom: 1px solid var(--line); display: grid; left: 0; padding: 12px 5vw 26px; position: fixed; right: 0; top: 86px; z-index: 49; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { border-bottom: 1px solid var(--line); font-family: Georgia,"Times New Roman",serif; font-size: 26px; padding: 17px 0; }

.launch-badge { align-items: center; align-self: flex-start; background: rgba(255,255,255,.78); border: 1px solid var(--line); display: inline-flex; flex-wrap: wrap; gap: 9px; margin: 0 0 30px; padding: 11px 14px; }
.launch-badge > span { background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(105,211,207,.15); height: 7px; width: 7px; }
.launch-badge strong { color: #61717a; font-size: 9px; letter-spacing: .14em; }
.launch-badge b { color: var(--blue); font-size: 10px; letter-spacing: .08em; }

.prelaunch-section { background: var(--navy); color: var(--white); display: grid; gap: 7vw; grid-template-columns: .85fr 1.15fr; padding: 125px 7vw; }
.prelaunch-intro { align-self: center; }
.prelaunch-intro .eyebrow { color: rgba(255,255,255,.56); }
.prelaunch-intro h2,.capacity-heading h2 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(42px,4.7vw,72px); font-weight: 400; letter-spacing: -.055em; line-height: 1.03; margin: 0; }
.prelaunch-intro > p:last-of-type { color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.75; margin: 32px 0 0; max-width: 620px; }
.prelaunch-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.prelaunch-actions .primary-button { background: var(--amber); color: var(--ink); margin: 0; min-height: 54px; }
.prelaunch-actions .text-link { border-color: rgba(255,255,255,.5); }
.founding-grid { display: grid; gap: 1px; grid-template-columns: 1fr 1fr; }
.founding-card { background: rgba(255,255,255,.055); min-height: 260px; padding: 34px; }
.founding-card > span { color: var(--amber); font-family: Georgia,"Times New Roman",serif; font-size: 14px; }
.founding-card h3 { font-size: 19px; letter-spacing: -.025em; margin: 65px 0 14px; }
.founding-card p { color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.7; margin: 0; }

.capacity-section { background: #e9ece8; display: grid; gap: 7vw; grid-template-columns: .78fr 1.22fr; padding: 125px 7vw; }
.capacity-heading { align-self: start; position: sticky; top: 130px; }
.capacity-heading > p:not(.eyebrow) { color: #61717a; font-size: 16px; line-height: 1.75; margin: 32px 0 0; max-width: 580px; }
.capacity-promise { border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; margin-top: 42px; padding-top: 22px; }
.capacity-promise span { color: #7d898f; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.capacity-promise strong { color: var(--blue); font-family: Georgia,"Times New Roman",serif; font-size: 24px; font-weight: 400; }
.quote-form { background: var(--white); padding: 44px; }
.form-progress { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 42px; }
.form-progress button { align-items: flex-start; background: transparent; border: 0; border-top: 2px solid #d7dcda; color: #8a959a; display: flex; flex-direction: column; gap: 6px; padding: 13px 5px 0 0; text-align: left; }
.form-progress button.active,.form-progress button.complete { border-color: var(--blue); color: var(--ink); }
.form-progress span { font-family: Georgia,"Times New Roman",serif; font-size: 12px; }
.form-progress b { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.quote-step { border: 0; margin: 0; min-width: 0; padding: 0; }
.quote-step[hidden] { display: none; }
.quote-step > legend { font-family: Georgia,"Times New Roman",serif; font-size: 30px; letter-spacing: -.035em; margin-bottom: 30px; padding: 0; }
.quote-form label:not(.consent):not(.website-field),.service-choices { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.quote-form label > span,.service-choices > legend { font-size: 11px; font-weight: 750; }
.quote-form input:not([type="checkbox"]),.quote-form textarea,.quote-form select { background: #f4f5f2; border: 0; border-bottom: 1px solid #cfd5d3; border-radius: 0; color: var(--ink); min-height: 48px; outline: 0; padding: 10px 12px; width: 100%; }
.quote-form input:focus,.quote-form textarea:focus,.quote-form select:focus { border-bottom-color: var(--blue); }
.quote-form textarea { min-height: 120px; resize: vertical; }
.three-columns { grid-template-columns: repeat(3,1fr); }
.service-choices { border: 0; margin: 10px 0 25px; padding: 0; }
.service-choices > legend { margin-bottom: 10px; padding: 0; }
.service-choices > div { display: grid; gap: 1px; grid-template-columns: 1fr 1fr; }
.service-choices label { align-items: center; background: #f4f5f2; cursor: pointer; display: grid !important; gap: 10px !important; grid-template-columns: 20px 1fr auto; margin: 0 !important; min-height: 58px; padding: 12px; }
.service-choices label b { color: #98a2a6; font-family: Georgia,"Times New Roman",serif; font-size: 11px; }
.service-choices input { accent-color: var(--blue); }
.quote-controls { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 12px; justify-content: flex-end; margin-top: 24px; padding-top: 24px; }
.quote-back,.quote-next { align-items: center; background: transparent; border: 1px solid var(--line); cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 750; gap: 11px; min-height: 52px; padding: 0 20px; }
.quote-next { background: var(--ink); color: var(--white); }
.quote-next svg { height: 17px; width: 17px; }
.quote-submit { max-width: 310px; opacity: 1; }
.form-feedback { font-size: 12px; line-height: 1.5; margin-top: 15px; min-height: 18px; }
.form-feedback[data-state="success"] { color: #0b6b4d; }
.form-feedback[data-state="error"] { color: #a22b2b; }
.form-feedback[data-state="sending"] { color: var(--blue); }
.website-field { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.form-submit:not(:disabled) { cursor: pointer; opacity: 1; }
.form-submit:disabled { cursor: wait; }
.footer-contact { display: flex; flex-direction: column; font-size: 11px; gap: 8px; }
.footer-contact[hidden] { display: none; }
.legal-links { display: flex; gap: 15px; margin-top: 8px; }
.legal-links a { border-bottom: 1px solid rgba(255,255,255,.22); letter-spacing: 0; }
.mobile-contact-cta { display: none; }
.success-page { display: flex; flex-direction: column; justify-content: center; margin: auto; min-height: 100vh; padding: 70px 8vw; max-width: 1000px; }
.success-page > p:first-of-type { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .17em; margin: 35px 0 20px; }
.success-page h1 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(50px,7vw,92px); font-weight: 400; letter-spacing: -.06em; line-height: .98; margin: 0; }
.success-page > p:not(:first-of-type) { color: #607079; font-size: 17px; line-height: 1.7; max-width: 650px; }
.success-page .primary-button { align-self: flex-start; margin: 25px 0 0; }
.service-article-hero { background-color: var(--paper); background-image: linear-gradient(90deg,rgba(242,243,239,.985),rgba(242,243,239,.9)),image-set(url("hero-warehouse-v2.webp") type("image/webp"),url("hero-warehouse-v2.png") type("image/png")); background-position:center; background-repeat:no-repeat; background-size:cover; display: grid; gap: clamp(50px,6vw,100px); grid-template-columns: minmax(0,1.45fr) minmax(340px,.55fr); min-height: 690px; padding: 105px 6vw 95px; }
.service-article-heading { align-self: center; max-width: 980px; }
.back-link { align-items: center; color: #62717a; display: inline-flex; font-size: 11px; font-weight: 750; gap: 10px; margin-bottom: 70px; }
.back-link svg { height: 16px; width: 16px; }
.service-article-heading .eyebrow { margin-bottom: 25px; }
.service-article-heading h1 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(48px,4.6vw,76px); font-weight: 400; letter-spacing: -.05em; line-height: 1; margin: 0; }
.service-article-heading > p:not(.eyebrow) { color: #53636c; font-size: clamp(17px,1.35vw,21px); line-height: 1.7; margin: 36px 0 0; max-width: 760px; }
.article-primary-cta { align-items: center; background: var(--ink); color: var(--white); display: inline-flex; font-size: 12px; font-weight: 800; gap: 13px; margin-top: 35px; min-height: 54px; padding: 0 22px; }
.article-primary-cta svg { height: 17px; width: 17px; }
.service-scope-card { align-self: end; background: var(--navy); color: var(--white); padding: 42px 38px; position: relative; }
.service-scope-card::before { background: var(--amber); content: ""; height: 5px; left: 0; position: absolute; top: 0; width: 84px; }
.service-scope-card > span,.article-sidebar section > span { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 850; letter-spacing: .2em; }
.service-scope-card ul,.article-sidebar ul,.article-sidebar ol { list-style: none; margin: 28px 0 0; padding: 0; }
.service-scope-card li { align-items: center; border-top: 1px solid rgba(255,255,255,.13); display: flex; font-size: 13px; gap: 12px; min-height: 58px; }
.service-scope-card li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.service-scope-card li svg { color: var(--cyan); flex: 0 0 auto; height: 17px; width: 17px; }
.service-article-body { display: grid; gap: clamp(70px,8vw,130px); grid-template-columns: minmax(0,1.45fr) minmax(300px,.55fr); margin: 0 auto; max-width: 1440px; padding: 125px 6vw; }
.article-main { max-width: 900px; }
.article-intro { color: var(--ink) !important; font-family: Georgia,"Times New Roman",serif; font-size: clamp(24px,2.1vw,34px) !important; letter-spacing: -.03em; line-height: 1.48 !important; margin: 0 0 80px !important; }
.article-main > section { border-top: 1px solid var(--line); padding: 45px 0 50px; }
.article-main h2 { font-size: 24px; letter-spacing: -.035em; margin: 0 0 18px; }
.article-main p { color: #5f6f78; font-size: 17px; line-height: 1.8; margin: 0; }
.article-sidebar { align-self: start; display: grid; gap: 1px; position: sticky; top: 120px; }
.article-sidebar section { background: var(--white); padding: 34px 30px; }
.article-sidebar section > span { color: #7a878d; }
.article-sidebar li { align-items: flex-start; border-top: 1px solid var(--line); display: flex; font-size: 12px; gap: 12px; line-height: 1.45; min-height: 56px; padding: 16px 0; }
.article-sidebar li:last-child { border-bottom: 1px solid var(--line); }
.article-sidebar li b { color: var(--blue); font-family: Georgia,"Times New Roman",serif; font-size: 13px; font-weight: 400; }
.article-sidebar li svg { color: var(--blue); flex: 0 0 auto; height: 16px; width: 16px; }
.operating-note { align-items: flex-start; background: var(--amber); display: grid; gap: 32px; grid-template-columns: 50px minmax(0,850px); padding: 58px max(7vw,calc((100vw - 1320px)/2)); }
.operating-note > svg { height: 36px; margin-top: 3px; width: 36px; }
.operating-note h2 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(28px,3vw,44px); font-weight: 400; letter-spacing: -.045em; margin: 0 0 15px; }
.operating-note p { font-size: 14px; line-height: 1.75; margin: 0; }
.article-cta-band { align-items: center; background: var(--navy); color: var(--white); display: flex; gap: 50px; justify-content: space-between; padding: 90px 7vw; }
.article-cta-band > div { max-width: 760px; }
.article-cta-band h2 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,4vw,62px); font-weight: 400; letter-spacing: -.055em; line-height: 1.04; margin: 0; }
.article-cta-band p { color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.7; margin: 22px 0 0; }
.article-cta-band > a { align-items: center; background: var(--amber); color: var(--ink); display: inline-flex; flex: 0 0 auto; font-size: 12px; font-weight: 800; gap: 12px; min-height: 56px; padding: 0 22px; }
.article-cta-band > a svg { height: 17px; width: 17px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .mobile-menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 760px; }
  .operations-panel { min-height: 680px; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-card, .service-card:nth-child(-n+3), .service-card:nth-child(n+4) { grid-column: span 1; }
  .facility-section { grid-template-columns: 1fr; }
  .facility-image-wrap { min-height: 620px; }
  .facility-copy { min-height: 680px; padding: 90px 8vw; }
  .process-section, .contact-section { gap: 70px; grid-template-columns: 1fr; }
  .prelaunch-section,.capacity-section { gap: 70px; grid-template-columns: 1fr; }
  .capacity-heading { position: static; }
  .process-intro { position: static; }
  .service-article-hero { grid-template-columns: 1fr; }
  .service-scope-card { max-width: 620px; }
  .service-article-body { gap: 70px; grid-template-columns: 1fr; }
  .article-sidebar { grid-template-columns: 1fr 1fr; position: static; }
}

@media (max-width: 680px) {
  .site-header { min-height: 74px; padding-inline: 20px; }
  .brand-mark { height: 38px; width: 38px; }
  .brand-type strong { font-size: 16px; }
  .header-cta, .header-actions > span { display: none; }
  .mobile-menu { padding-inline: 20px; top: 74px; }
  .detail-header-cta { display: none; }
  .hero-copy { min-height: 680px; padding: 80px 22px 65px; }
  .hero h1 { font-size: clamp(52px,17vw,74px); }
  .hero h1 em { padding-left: 0; }
  .hero-lead { font-size: 16px; margin-top: 32px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .operations-panel { min-height: 650px; padding: 70px 24px; }
  .flow-item div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .stats { grid-template-columns: 1fr; padding: 0 20px; }
  .stat, .stat:first-child { border-left: 0; border-right: 0; }
  .stat:not(:last-child) { border-bottom: 1px solid var(--line); }
  .services-section { padding: 90px 20px; }
  .prelaunch-section,.capacity-section { padding: 85px 22px; }
  .founding-grid { grid-template-columns: 1fr; }
  .founding-card { min-height: 230px; }
  .prelaunch-actions { align-items: flex-start; flex-direction: column; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-column: 1; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .facility-image-wrap { min-height: 480px; }
  .facility-copy { min-height: auto; padding: 80px 22px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature:nth-child(odd) { border-right: 0; }
  .feature:nth-child(even) { padding-left: 0; }
  .cargo-band { padding: 35px 20px; }
  .cargo-band > div { align-items: stretch; flex-direction: column; }
  .process-section, .contact-section { padding: 90px 22px; }
  .process-step { gap: 15px; grid-template-columns: 38px 1fr; }
  .process-step > svg { display: none; }
  .interest-form { padding: 26px 20px; }
  .quote-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .three-columns { grid-template-columns: 1fr; }
  .service-choices > div { grid-template-columns: 1fr; }
  .form-progress b { font-size: 8px; }
  .quote-controls { align-items: stretch; flex-direction: column-reverse; }
  .quote-controls > button { justify-content: center; max-width: none; width: 100%; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-meta { align-items: flex-start; }
  .service-article-hero { min-height: auto; padding: 72px 22px 70px; }
  .back-link { margin-bottom: 52px; }
  .service-article-heading h1 { font-size: clamp(39px,11.5vw,54px); line-height: 1.03; }
  .service-scope-card { padding: 34px 24px; }
  .service-article-body { padding: 85px 22px; }
  .article-intro { margin-bottom: 60px !important; }
  .article-sidebar { grid-template-columns: 1fr; }
  .operating-note { grid-template-columns: 1fr; padding: 50px 22px; }
  .article-cta-band { align-items: flex-start; flex-direction: column; padding: 75px 22px; }
  .mobile-contact-cta { align-items: center; background: var(--amber); bottom: 0; color: var(--ink); display: flex; font-size: 12px; font-weight: 800; gap: 10px; justify-content: center; left: 0; min-height: 54px; position: fixed; right: 0; z-index: 45; }
  .mobile-contact-cta svg { height: 17px; width: 17px; }
  .site-footer { padding-bottom: 88px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* World Cargo Logistics brand logo */
.brand-logo{display:block;width:clamp(190px,17vw,285px);height:auto;max-height:64px;object-fit:contain;object-position:left center}.footer-brand-logo{display:block;width:185px;height:auto;max-height:58px;object-fit:contain;filter:none}@media(max-width:720px){.brand-logo{width:170px;max-height:52px}.footer-brand-logo{width:160px}}
