/* Interior page compositions */
.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}
.page-hero::after {
  content: "";
  position: absolute;
  top: -130px;
  right: -80px;
  width: 44vw;
  height: 440px;
  border: 1px solid rgba(169,188,232,.24);
  transform: rotate(17deg);
}
.page-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 470px;
  display: grid;
  grid-template-columns: 1fr minmax(300px, .65fr);
  gap: 90px;
  align-items: center;
  padding: 78px 0;
}
.page-hero h1 { max-width: 850px; color: var(--white); font-size: clamp(3.4rem, 5.8vw, 5.9rem); text-wrap: balance; }
.page-hero p:not(.eyebrow) { max-width: 700px; margin-top: 22px; color: #d1def1; font-size: 1.15rem; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-directory {
  padding: 28px 0 28px 34px;
  border-left: 1px solid rgba(255,255,255,.28);
}
.hero-directory > span { display: block; margin-bottom: 18px; color: var(--gold-400); font-family: var(--condensed); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-directory ul { list-style: none; margin: 0; padding: 0; }
.hero-directory li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #edf3ff; font-size: 15px; }
.hero-photo-slab {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}
.hero-photo-slab img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-slab::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); pointer-events: none; }

/* Services */
.service-catalog { background: var(--cream-50); }
.catalog-intro {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 92px;
  align-items: start;
  margin-bottom: 68px;
}
.catalog-intro h2 { max-width: 500px; }
.catalog-intro p { max-width: 690px; color: var(--muted); }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail {
  position: relative;
  display: grid;
  grid-template-columns: 116px 1fr minmax(220px, .5fr);
  gap: 42px;
  align-items: start;
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
}
.service-detail-number { color: var(--gold-500); font-family: var(--condensed); font-size: 52px; font-weight: 900; line-height: .9; }
.service-detail h2 { margin-bottom: 12px; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.service-detail p { margin: 0; color: var(--muted); }
.service-meta { padding-top: 8px; font-family: var(--condensed); }
.service-meta span { display: block; margin-bottom: 8px; color: var(--royal-700); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.service-meta strong { display: block; color: var(--navy-950); font-size: 1rem; line-height: 1.35; }
.service-image-band {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 560px;
  background: var(--navy-950);
  color: var(--white);
}
.service-image-band .image { min-height: 560px; }
.service-image-band img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: #071f49; }
.service-image-copy { align-self: center; padding: 70px clamp(36px, 7vw, 100px); }
.service-image-copy h2 { color: var(--white); }
.service-image-copy p { max-width: 560px; margin: 22px 0 28px; color: #cedbef; }
.destination-index { background: var(--white); }
.destination-line {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 60px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.destination-line:last-child { border-bottom: 1px solid var(--line); }
.destination-line span { color: var(--gold-500); font-family: var(--condensed); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.destination-line strong { font-size: clamp(1.35rem, 2vw, 1.8rem); color: var(--navy-950); }

/* Facilities */
.facilities-hero .page-hero-inner { grid-template-columns: .86fr 1.14fr; }
.facility-hero-flow { position: relative; padding: 24px 0; }
.facility-hero-flow::before { content: ""; position: absolute; left: 19px; top: 24px; bottom: 24px; width: 1px; background: rgba(255,255,255,.3); }
.facility-hero-flow .mini-stop { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 18px; padding: 13px 0; }
.facility-hero-flow .mini-stop::before { content: ""; position: relative; z-index: 1; width: 9px; height: 9px; margin: 6px auto 0; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 4px var(--navy-950); }
.facility-hero-flow .mini-stop > span { display: none; }
.facility-hero-flow .mini-stop > div { grid-column: 2; }
.facility-hero-flow b { color: var(--gold-400); font-family: var(--condensed); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.facility-hero-flow strong { display: block; margin-top: 2px; color: var(--white); font-size: 1.05rem; }
.facility-story { background: var(--cream-50); }
.facility-story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 92px; }
.facility-story-grid > div:first-child { position: sticky; top: 130px; align-self: start; }
.facility-story-grid > div:first-child p { margin-top: 22px; color: var(--muted); }
.ops-route { position: relative; padding-left: 58px; }
.ops-route::before { content: ""; position: absolute; left: 14px; top: 22px; bottom: 22px; width: 1px; background: linear-gradient(var(--gold-500), var(--blue-200)); }
.ops-stage { position: relative; padding: 0 0 54px; }
.ops-stage:last-child { padding-bottom: 0; }
.ops-stage::before { content: ""; position: absolute; left: -49px; top: 8px; width: 11px; height: 11px; border-radius: 50%; background: var(--navy-900); box-shadow: 0 0 0 3px var(--cream-50), 0 0 0 5px var(--gold-500); }
.ops-stage .step { color: var(--gold-500); font-family: var(--condensed); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.ops-stage h3 { margin: 4px 0 10px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.ops-stage p { max-width: 680px; color: var(--muted); }
.ops-stage .capabilities { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 15px; color: var(--navy-900); font-family: var(--condensed); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.partner-destinations { background: var(--navy-900); color: var(--white); }
.partner-destinations h2 { color: var(--white); }
.partner-destination-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid rgba(255,255,255,.2); }
.partner-destination-list span { padding: 28px 24px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: #edf3ff; font-weight: 760; }
.partner-destination-list span:nth-child(3n+1) { border-left: 1px solid rgba(255,255,255,.16); }

/* About */
.about-lead { background: var(--white); }
.about-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.about-story-grid .statement { font-family: var(--serif); font-size: clamp(2.35rem, 4vw, 4.6rem); line-height: 1.08; letter-spacing: -.04em; color: var(--navy-950); }
.about-story-grid .copy p { color: var(--muted); }
.about-photo {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: var(--navy-950);
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-photo .caption { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 14px 0 0; border-top: 1px solid rgba(255,255,255,.65); color: var(--white); font-family: var(--condensed); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.values-index { background: var(--cream-100); }
.values-list { margin-top: 46px; border-top: 1px solid #ccd4df; }
.value-row { display: grid; grid-template-columns: 180px 1fr; gap: 50px; padding: 22px 0; border-bottom: 1px solid #ccd4df; }
.value-row strong { color: var(--navy-900); font-family: var(--condensed); font-size: 15px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.value-row p { margin: 0; color: var(--muted); }
.safety-standards { background: var(--navy-950); color: var(--white); }
.safety-standards h2, .safety-standards h3 { color: var(--white); }
.standard-list { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.18); }
.standard-row { display: grid; grid-template-columns: 90px 1fr; gap: 32px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.standard-row span { color: var(--gold-400); font-family: var(--condensed); font-size: 25px; font-weight: 900; }
.standard-row strong { display: block; color: var(--white); font-size: 1.2rem; }
.standard-row p { margin: 5px 0 0; color: #bccbe1; }
.leadership { background: var(--white); }
.leadership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 52px; background: var(--line); border: 1px solid var(--line); }
.leader { background: var(--white); padding: 42px; }
.leader .role { color: var(--gold-500); font-family: var(--condensed); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.leader h3 { margin: 4px 0 22px; font-size: 2rem; }
.leader a { display: block; margin-top: 7px; color: var(--navy-900); text-decoration: none; font-weight: 750; }
.leader a:hover { text-decoration: underline; }

/* Contact */
.contact-page { background: var(--cream-50); }
.contact-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.contact-shell > aside h2 { font-size: clamp(2.6rem, 4.5vw, 4.8rem); }
.contact-shell > aside p { margin-top: 18px; color: var(--muted); }
.contact-directory { border-top: 1px solid var(--line); }
.contact-row { display: grid; grid-template-columns: 180px 1fr auto; gap: 28px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.contact-row .label { color: var(--gold-500); font-family: var(--condensed); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-row strong { display: block; color: var(--navy-950); font-size: 1.35rem; }
.contact-row p { margin: 5px 0 0; color: var(--muted); font-size: 15px; }
.contact-row a:not(.button) { color: var(--navy-900); text-decoration: none; font-weight: 800; }
.contact-row a:not(.button):hover { text-decoration: underline; }
.contact-leadership { margin-top: 58px; padding-top: 36px; border-top: 2px solid var(--navy-900); }
.contact-leadership h3 { margin-bottom: 24px; }
.contact-leader-line { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-leader-line b { color: var(--navy-950); }
.contact-leader-line span, .contact-leader-line a { color: var(--muted); font-size: 14px; text-decoration: none; }

/* Legal and utility pages */
.utility-page { background: var(--white); }
.utility-page-hero { padding: 78px 0 52px; background: var(--cream-100); border-bottom: 1px solid var(--line); }
.utility-page-hero h1 { max-width: 900px; font-size: clamp(3rem, 5.6vw, 5.8rem); }
.utility-copy { width: min(calc(100% - 48px), 900px); margin: 0 auto; padding: 72px 0 110px; }
.utility-copy h2 { margin: 48px 0 14px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.utility-copy h3 { margin: 30px 0 10px; font-size: 1.35rem; }
.utility-copy p, .utility-copy li { color: var(--muted); }
.utility-copy a { color: var(--navy-900); }
.utility-copy .contact-box { margin-top: 48px; padding: 30px; border-left: 4px solid var(--gold-500); background: var(--cream-100); }
.utility-copy code { overflow-wrap: anywhere; }
.error-page { min-height: 62vh; display: grid; place-items: center; background: var(--cream-50); }
.error-shell { width: min(calc(100% - 48px), 820px); padding: 100px 0; text-align: center; }
.error-code { color: var(--gold-500); font-family: var(--condensed); font-size: clamp(5rem, 15vw, 11rem); font-weight: 900; line-height: .82; }
.error-shell h1 { margin-top: 22px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.error-shell p { max-width: 580px; margin: 20px auto 30px; color: var(--muted); }
