/* General Electric Maritime Supplies — lightweight, compositor-friendly styles */

:root {
  --navy: #0b1f3a;
  --navy-deep: #061426;
  --navy-mid: #143056;
  --silver: #c5ced8;
  --silver-soft: #9aabbd;
  --foam: #f3f6f9;
  --mist: #e7eef5;
  --ink: #152033;
  --muted: #5c6b7e;
  --white: #ffffff;
  --line: rgba(11, 31, 58, 0.12);
  --line-light: rgba(255, 255, 255, 0.14);
  --timeline: #e89b3c;
  --timeline-soft: rgba(232, 155, 60, 0.35);
  --about-cyan: #6ec8e0;
  --about-cyan-soft: #dff4fa;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 4.5rem;
  --max: 72rem;
  --narrow: 44rem;
  --tl-gutter: 5.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--foam);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  color: var(--white);
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
}

h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0;
}

p {
  margin: 0 0 1rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--white);
  color: var(--navy);
  padding: 0.5rem 1rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

.wrap.narrow {
  width: min(100% - 2.5rem, var(--narrow));
}

/* Header */
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-h);
  transition: background 0.3s var(--ease), backdrop-filter 0.3s var(--ease);
}

.site-header.is-solid {
  background: rgba(6, 20, 38, 0.88);
  backdrop-filter: blur(10px);
}

.header-inner {
  width: min(100% - 2rem, var(--max));
  margin: 0.65rem auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0.85rem 0.35rem 0.5rem;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.brand img,
.logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 18%;
  background: var(--white);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.35rem;
}

.nav-desktop a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-desktop a:hover {
  color: var(--white);
}

.nav-cta {
  background: var(--white);
  color: var(--navy) !important;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-weight: 600 !important;
}

.nav-toggle {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  display: grid;
  place-content: center;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  background: var(--white);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(6, 20, 38, 0.96);
  padding: 6rem 1.5rem 2rem;
  transform: translateX(100%);
  transition: transform 0.35s var(--ease);
}

.mobile-nav.is-open {
  transform: translateX(0);
}

.mobile-nav nav {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.mobile-nav a {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
}

/* Sections — natural height, no sticky gaps between panels */
.panel {
  position: relative;
  min-height: 0;
}

.panel-hero {
  min-height: 100vh;
  min-height: 100dvh;
}

.panel-contact {
  min-height: auto;
}

/* Only map keeps extra scroll room for zoom scrub */
.panel-map {
  min-height: 140vh;
}

.panel-gallery {
  min-height: auto;
}

.panel-sticky {
  position: relative;
  min-height: auto;
  display: block;
  overflow: visible;
  opacity: 1;
  transform: none;
  will-change: auto;
}

.panel-hero .panel-sticky {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.panel-map .panel-sticky {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  overflow: hidden;
}

.panel-contact .panel-sticky {
  position: relative;
  min-height: auto;
}

.section-block {
  width: 100%;
  padding: calc(var(--header-h) + 2rem) 0 3rem;
}

.section-light {
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(154, 171, 189, 0.18), transparent 55%),
    linear-gradient(180deg, var(--foam), #ffffff 40%, var(--foam));
  color: var(--ink);
}

.section-mist {
  background:
    linear-gradient(160deg, #d9e4ef 0%, var(--mist) 45%, #f7fafc 100%);
  color: var(--ink);
}

.section-navy {
  background:
    radial-gradient(ellipse 70% 60% at 85% 20%, rgba(197, 206, 216, 0.12), transparent 50%),
    linear-gradient(165deg, var(--navy-mid), var(--navy) 45%, var(--navy-deep));
  color: var(--white);
}

.section-contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #061426;
  color: var(--white);
  padding-top: calc(var(--header-h) + 2rem);
  padding-bottom: 3rem;
}

.section-contact::before {
  display: none;
}

.contact-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.contact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.contact-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 8, 18, 0.62) 0%, rgba(1, 8, 18, 0.78) 48%, rgba(1, 8, 18, 0.92) 100%),
    linear-gradient(90deg, rgba(1, 8, 18, 0.5) 0%, transparent 55%, rgba(1, 8, 18, 0.4) 100%);
}

.contact-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 60rem);
  margin-inline: auto;
}

.contact-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-bottom-copy {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.contact-bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}

.site-credits {
  font-size: 0.82rem !important;
  color: rgba(255, 255, 255, 0.55) !important;
}

.site-credits a {
  color: var(--about-cyan);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.site-credits a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

.section-map {
  background:
    radial-gradient(ellipse 80% 50% at 50% 100%, rgba(30, 80, 120, 0.25), transparent 55%),
    linear-gradient(180deg, #061426 0%, #0a1c33 40%, #061426 100%);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: calc(var(--header-h) + 1.5rem);
  padding-bottom: 2rem;
  gap: 1.25rem;
  overflow: hidden;
}

.map-copy {
  position: relative;
  z-index: 3;
}

.map-copy h2 {
  max-width: 14ch;
}

.map-stage {
  position: relative;
  width: min(100% - 1rem, 56rem);
  margin: 0 auto;
  height: min(58vh, 520px);
  perspective: 1200px;
  perspective-origin: 50% 35%;
  z-index: 1;
}

.map-world {
  position: absolute;
  inset: -8% -4% -20%;
  transform-origin: 58% 34%;
  transform-style: preserve-3d;
  will-change: transform;
  transform: rotateX(48deg) rotateZ(-6deg) scale(1);
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
  filter: saturate(1.05) contrast(1.05);
}

.map-horizon {
  position: absolute;
  left: -10%;
  right: -10%;
  top: -18%;
  height: 42%;
  background: radial-gradient(ellipse 70% 80% at 50% 100%, transparent 30%, #061426 72%);
  pointer-events: none;
  z-index: 2;
}

.map-pins {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
}

.map-pin {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -100%);
}

.map-pin span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  position: relative;
}

.map-pin span::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--navy-mid);
}

.map-pin.is-base span {
  background: #7ec8e3;
}

.map-pin.is-base span::after {
  background: var(--navy-deep);
}

.map-pin em {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
  white-space: nowrap;
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  transition: opacity 0.3s ease;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.map-stage.is-zoomed .map-pin em {
  opacity: 1;
}

.map-highlights {
  position: relative;
  z-index: 3;
  padding-bottom: 1rem;
}

.map-highlights .why-list {
  margin-top: 0.5rem;
}

@media (min-width: 900px) {
  .map-stage {
    height: min(62vh, 580px);
  }

  .map-pin span {
    width: 16px;
    height: 16px;
  }
}

/* 3D Coverflow gallery */
.section-gallery {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 40%, #f3f6f9 100%);
  color: var(--ink);
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  overflow: hidden;
}

.gallery-intro {
  text-align: center;
  position: relative;
  z-index: 2;
}

.gallery-intro h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.coverflow {
  width: 100%;
  position: relative;
  z-index: 1;
}

.coverflow-viewport {
  height: min(58vh, 460px);
  perspective: 1200px;
  perspective-origin: 50% 45%;
  overflow: hidden;
}

.coverflow-track {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.coverflow-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(260px, 42vw);
  aspect-ratio: 3 / 4;
  margin: 0;
  border-radius: 0.35rem;
  overflow: hidden;
  background: #dfe6ee;
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.18);
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 0.7s var(--ease), opacity 0.7s var(--ease), box-shadow 0.7s ease;
  will-change: transform, opacity;
}

.coverflow-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.coverflow-item.is-active {
  box-shadow: 0 28px 60px rgba(11, 31, 58, 0.28);
}

.coverflow-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.25rem;
}

.coverflow-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(11, 31, 58, 0.22);
  cursor: default;
  pointer-events: none;
}

.coverflow-dots button.is-active {
  background: var(--navy);
  transform: scale(1.25);
}

@media (min-width: 768px) {
  .coverflow-item {
    width: min(280px, 28vw);
  }

  .coverflow-viewport {
    height: min(62vh, 520px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .coverflow-item {
    transition: none;
  }
}

/* Hero */
.hero {
  position: relative;
  align-items: stretch;
  background: var(--navy-deep);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--navy-deep) url("../assets/hero/poster.jpg") center / cover no-repeat;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  border: 0;
}

.hero-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(120deg, rgba(6, 20, 38, 0.72) 0%, rgba(11, 31, 58, 0.45) 42%, rgba(6, 20, 38, 0.78) 100%),
    linear-gradient(180deg, rgba(6, 20, 38, 0.35) 0%, rgba(6, 20, 38, 0.55) 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(197, 206, 216, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 206, 216, 0.09) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 70% 60% at 60% 40%, black, transparent 75%);
}

.hero-wake {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -5%;
  height: 45%;
  background:
    radial-gradient(ellipse 50% 40% at 30% 60%, rgba(197, 206, 216, 0.2), transparent 60%),
    radial-gradient(ellipse 40% 35% at 70% 70%, rgba(255, 255, 255, 0.08), transparent 65%);
  transform: skewY(-3deg);
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(100% - 2.5rem, 54rem);
  margin: auto;
  padding: calc(var(--header-h) + 2.5rem) 0 4rem;
  text-align: center;
}

.hero-logo {
  width: min(168px, 42vw);
  height: min(168px, 42vw);
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 18%;
  background: var(--white);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.2),
    0 16px 40px rgba(0, 0, 0, 0.35);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--silver);
}

.eyebrow.dark {
  color: var(--navy-mid);
}

.hero-location {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  margin-bottom: 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.25s var(--ease), background 0.25s ease, color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--white);
  color: var(--navy);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  z-index: 4;
}

.scroll-hint i {
  width: 1px;
  height: 2.2rem;
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.7));
  animation: pulse-line 1.8s ease-in-out infinite;
}

@keyframes pulse-line {
  0%, 100% { opacity: 0.3; transform: scaleY(0.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* Typography helpers */
.lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: var(--muted);
  margin-bottom: 1.25rem;
}

.lead.muted,
.closing.muted,
.muted {
  color: rgba(255, 255, 255, 0.72);
}

.section-label {
  margin: 1.5rem 0 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver);
}

.section-label.dark {
  color: var(--navy-mid);
}

.statement {
  margin-top: 1.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--navy);
}

.section-navy .statement,
.section-contact .statement {
  color: var(--silver);
}

.statement.tight {
  margin-top: 1rem;
  font-size: 1.35rem;
}

/* Scroll ship — left → right on water line */
.ship-scene {
  width: 100%;
  background: var(--foam);
  padding: 2.5rem 0 2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ship-scene-inner {
  position: relative;
  height: clamp(14rem, 28vw, 22rem);
  width: 100%;
}

.ship-water-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28%;
  height: 1.5px;
  background: #1a1a1a;
}

.ship-ripples {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  height: 18%;
  pointer-events: none;
  opacity: 0.55;
}

.ship-ripples span {
  position: absolute;
  display: block;
  height: 1px;
  background: #1a1a1a;
  opacity: 0.35;
}

.ship-ripples span:nth-child(1) { left: 8%;  width: 7%;  top: 20%; }
.ship-ripples span:nth-child(2) { left: 28%; width: 5%;  top: 48%; }
.ship-ripples span:nth-child(3) { left: 48%; width: 8%;  top: 30%; }
.ship-ripples span:nth-child(4) { left: 68%; width: 6%;  top: 58%; }
.ship-ripples span:nth-child(5) { left: 86%; width: 5%;  top: 38%; }

.ship-boat {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: min(780px, 96vw);
  will-change: transform;
  transform: translate3d(-35%, 0, 0);
  line-height: 0;
  filter: drop-shadow(0 10px 18px rgba(11, 31, 58, 0.18));
}

.ship-boat img,
.ship-boat svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

/* GE logo flag — flutters on the mast */
.ship-flag {
  position: absolute;
  left: 78%;
  bottom: 52%;
  width: 0;
  height: clamp(3.4rem, 9vw, 5.1rem);
  z-index: 3;
  pointer-events: none;
}

.ship-flag-pole {
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 0.16rem;
  height: calc(100% + 0.55rem);
  border-radius: 999px;
  background: linear-gradient(180deg, #e89b3c 0%, #c47a28 100%);
  box-shadow: 0 0 0 1px rgba(11, 31, 58, 0.15);
}

.ship-flag-cloth {
  position: absolute;
  right: 0.12rem;
  top: 0.1rem;
  width: clamp(3.1rem, 8vw, 4.6rem);
  height: clamp(2.15rem, 5.6vw, 3.15rem);
  transform-origin: right center;
  border-radius: 0.2rem 0.15rem 0.15rem 0.35rem;
  overflow: hidden;
  background: #fff;
  box-shadow:
    -2px 3px 8px rgba(6, 20, 38, 0.22),
    inset 0 0 0 1px rgba(11, 31, 58, 0.08);
  animation: ship-flag-flutter 1.35s ease-in-out infinite;
  will-change: transform;
}

.ship-flag-cloth img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50% 18%;
  display: block;
}

.ship-boat.is-sailing .ship-flag-cloth {
  animation-duration: 0.72s;
}

@keyframes ship-flag-flutter {
  0%, 100% {
    transform: skewY(0deg) skewX(0deg) scaleX(1) rotate(0deg);
  }
  20% {
    transform: skewY(-4deg) skewX(3deg) scaleX(0.96) rotate(-1.5deg);
  }
  45% {
    transform: skewY(3deg) skewX(-2deg) scaleX(1.04) rotate(1deg);
  }
  70% {
    transform: skewY(-2.5deg) skewX(2.5deg) scaleX(0.97) rotate(-1deg);
  }
}

.ship-splash path {
  opacity: 0.55;
  transform-origin: center;
}

.ship-boat.is-sailing .ship-splash-stern .splash-a { animation: ship-splash 0.55s ease-in-out infinite; }
.ship-boat.is-sailing .ship-splash-stern .splash-b { animation: ship-splash 0.7s ease-in-out infinite 0.08s; }
.ship-boat.is-sailing .ship-splash-stern .splash-c { animation: ship-splash 0.62s ease-in-out infinite 0.14s; }
.ship-boat.is-sailing .ship-splash-stern .splash-d { animation: ship-splash 0.78s ease-in-out infinite 0.2s; }
.ship-boat.is-sailing .ship-splash-stern .splash-e { animation: ship-splash 0.66s ease-in-out infinite 0.1s; }

.ship-boat.is-sailing .ship-splash-bow .splash-a { animation: ship-splash-bow 0.5s ease-in-out infinite; }
.ship-boat.is-sailing .ship-splash-bow .splash-b { animation: ship-splash-bow 0.64s ease-in-out infinite 0.06s; }
.ship-boat.is-sailing .ship-splash-bow .splash-c { animation: ship-splash-bow 0.58s ease-in-out infinite 0.12s; }
.ship-boat.is-sailing .ship-splash-bow .splash-d { animation: ship-splash-bow 0.72s ease-in-out infinite 0.16s; }
.ship-boat.is-sailing .ship-splash-bow .splash-e { animation: ship-splash-bow 0.68s ease-in-out infinite 0.1s; }

.ship-boat.is-sailing .ship-hull {
  animation: ship-bob 1.4s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes ship-splash {
  0%, 100% {
    opacity: 0.25;
    transform: translate(0, 0) scaleX(1);
  }
  50% {
    opacity: 0.95;
    transform: translate(-4px, 2px) scaleX(1.08);
  }
}

@keyframes ship-splash-bow {
  0%, 100% {
    opacity: 0.3;
    transform: translate(0, 0) scaleX(1);
  }
  50% {
    opacity: 1;
    transform: translate(5px, 2px) scaleX(1.12);
  }
}

@keyframes ship-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@media (max-width: 767px) {
  .ship-scene-inner {
    height: clamp(11rem, 42vw, 16rem);
  }

  .ship-boat {
    width: min(420px, 96vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ship-boat {
    left: 50%;
    transform: translate3d(-50%, 0, 0) !important;
  }

  .ship-boat.is-sailing .ship-splash path,
  .ship-boat.is-sailing .ship-hull {
    animation: none !important;
  }

  .ship-flag-cloth {
    animation: none !important;
  }
}

.closing {
  margin-top: 1.5rem;
}

/* Promise */
.promise-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 0.5rem;
}

.promise-item {
  padding: 1.25rem 0;
  border-top: 1px solid var(--line-light);
}

.promise-item h3 {
  color: var(--white);
  margin-bottom: 0.4rem;
  font-size: 1.15rem;
}

.promise-item p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.cert-pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding: 0;
  margin: 2rem 0 0;
}

.cert-pills li {
  border: 1px solid var(--line-light);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--silver);
}

.cert-pills.dark li {
  border-color: var(--line);
  color: var(--navy);
  background: rgba(11, 31, 58, 0.04);
}

/* Why list */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: grid;
  gap: 0.55rem;
}

.why-list li {
  position: relative;
  padding-left: 1.35rem;
  font-weight: 500;
}

.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--navy);
}

.why-list.light li {
  color: rgba(255, 255, 255, 0.88);
}

.why-list.light li::before {
  background: var(--silver);
}

/* Clusters — not card-heavy: hairline only */
.cluster-grid,
.process-grid {
  display: grid;
  gap: 0;
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.cluster-grid article,
.process-grid article {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.cluster-grid p,
.process-grid p {
  margin: 0;
  color: var(--muted);
}

/* Tags */
.tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 1.25rem 0 0;
}

.tag-list li {
  padding: 0.5rem 0.9rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--navy);
}

/* Numbered */
.numbered-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.numbered-list li {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  font-weight: 500;
}

.numbered-list span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--silver-soft);
  min-width: 1.6rem;
}

.numbered-list.dark span {
  color: var(--navy-mid);
}

.split {
  display: grid;
  gap: 2.5rem;
}

.plain-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.plain-list li {
  padding-left: 1rem;
  position: relative;
  font-weight: 500;
}

.plain-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--silver-soft);
}

.plain-list.centered {
  margin: 1.25rem auto;
  max-width: 28rem;
}

.flow-line {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--navy-mid);
  line-height: 1.7;
}

/* Contact */
.contact-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
}

.contact-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

/* Capsule/rounded-rect frame so full logo wordmark stays visible (not circular crop) */
.contact-brand img {
  width: min(240px, 70vw);
  height: auto;
  max-height: none;
  aspect-ratio: 3 / 2;
  border-radius: 1.25rem;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 0.7rem 1rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

@media (max-width: 700px) {
  .contact-brand {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .contact-brand img {
    width: min(280px, 86vw);
    max-width: 320px;
    aspect-ratio: 16 / 10;
    border-radius: 1.35rem;
    padding: 0.75rem 1.05rem;
    margin-inline: auto;
  }

  .contact-brand .statement {
    text-align: center;
  }
}

.contact-details {
  font-style: normal;
  display: grid;
  gap: 1.25rem;
}

.contact-details h3 {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver-soft);
}

.contact-details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.contact-details a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  position: relative;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  font-size: 0.95rem;
}

.footer-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.footer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block;
}

.footer-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 8, 18, 0.55) 0%, rgba(1, 8, 18, 0.72) 45%, rgba(1, 8, 18, 0.92) 100%),
    linear-gradient(90deg, rgba(1, 8, 18, 0.45) 0%, transparent 50%, rgba(1, 8, 18, 0.35) 100%);
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1.15fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(3.5rem, 8vw, 5.5rem) 0 2.5rem;
  align-items: start;
}

.footer-logo {
  width: min(200px, 55vw);
  height: auto;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.35rem 0.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.footer-kicker {
  margin: 0 0 0.65rem;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #fff;
}

.footer-blurb {
  margin: 0;
  max-width: 22rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.footer-nav h3,
.footer-office h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 700;
  color: #fff;
}

.footer-nav ul,
.footer-office ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.footer-nav a,
.footer-office a {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav a:hover,
.footer-office a:hover {
  color: var(--about-cyan);
}

.footer-office li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.4;
}

.footer-office svg {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.85);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0 1.35rem;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.footer-top {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--about-cyan);
  color: #061426;
  flex-shrink: 0;
  transition: transform 0.25s var(--ease), background 0.25s ease;
}

.footer-top:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #061426;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* Service links on home */
.service-link {
  display: inline-flex;
  margin-top: 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-link:hover {
  color: var(--navy-mid);
}

/* Certificates gallery */
.cert-gallery {
  display: grid;
  gap: 1.25rem;
  margin: 1.75rem 0 1.5rem;
}

.cert-card {
  display: block;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 0.75rem;
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease;
}

.cert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.12);
}

.cert-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  background: #f8f8f8;
}

.cert-card span {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
}

/* Standalone service pages */
.page-service {
  background: var(--foam);
}

.page-service .site-header {
  background: rgba(6, 20, 38, 0.92);
  backdrop-filter: blur(10px);
}

.service-main {
  padding-top: calc(var(--header-h) + 1rem);
}

.service-hero {
  background:
    radial-gradient(ellipse 70% 60% at 80% 20%, rgba(197, 206, 216, 0.14), transparent 50%),
    linear-gradient(165deg, var(--navy-mid), var(--navy) 50%, var(--navy-deep));
  color: var(--white);
  padding: 4rem 0 3.5rem;
}

.service-hero h1 {
  max-width: 16ch;
}

.service-body {
  padding: 3rem 0 4.5rem;
}

.service-layout {
  display: grid;
  gap: 2.5rem;
}

.service-subhead {
  margin: 2rem 0 0.85rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-mid);
}

.service-aside {
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--line);
}

.service-side-nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.service-side-nav a {
  font-weight: 500;
  color: var(--muted);
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease;
}

.service-side-nav a:hover,
.service-side-nav a.is-active {
  color: var(--navy);
}

.service-side-nav a.is-active {
  font-weight: 700;
  border-bottom-color: var(--navy);
}

.btn-ghost.dark {
  border-color: var(--line);
  color: var(--navy);
  background: transparent;
}

.btn-ghost.dark:hover {
  background: var(--navy);
  color: var(--white);
}

.mobile-nav a.is-active {
  color: var(--silver);
}

@media (min-width: 768px) {
  .cert-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
  }

  .service-layout {
    grid-template-columns: 1.4fr 0.6fr;
    align-items: start;
    gap: 3.5rem;
  }

  .service-aside {
    position: sticky;
    top: calc(var(--header-h) + 1.25rem);
    border-top: 0;
    padding: 1.25rem;
    border-left: 1px solid var(--line);
  }
}

/* ========== Interactive motion system ========== */
[data-anim],
[data-anim-item],
[data-stagger] > *,
.word {
  --d: 0ms;
}

/* Base hidden states */
[data-anim]:not(.is-in) > [data-anim-item],
[data-anim]:not(.is-in) .word,
[data-stagger]:not(.is-in) > * {
  opacity: 0;
}

[data-anim="hero"] [data-anim-item],
[data-anim="cascade"] [data-anim-item],
[data-anim="fade-up"] [data-anim-item],
[data-anim="fade-left"] [data-anim-item],
[data-anim="fade-right"] [data-anim-item],
[data-anim="scale-in"] [data-anim-item],
[data-anim="split-wipe"] [data-anim-item] {
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
  transition-delay: var(--d);
}

[data-anim="hero"]:not(.is-in) [data-anim-item],
[data-anim="cascade"]:not(.is-in) [data-anim-item],
[data-anim="fade-up"]:not(.is-in) [data-anim-item] {
  transform: translate3d(0, 28px, 0);
}

[data-anim="fade-left"]:not(.is-in) [data-anim-item] {
  transform: translate3d(-36px, 0, 0);
}

[data-anim="fade-right"]:not(.is-in) [data-anim-item] {
  transform: translate3d(36px, 0, 0);
}

[data-anim="scale-in"]:not(.is-in) [data-anim-item] {
  transform: scale(0.94) translate3d(0, 16px, 0);
}

[data-anim="split-wipe"]:not(.is-in) > div:first-child {
  opacity: 0;
  transform: translate3d(-40px, 0, 0);
}

[data-anim="split-wipe"]:not(.is-in) > div:last-child {
  opacity: 0;
  transform: translate3d(40px, 0, 0);
}

[data-anim="split-wipe"] > div {
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

[data-anim="split-wipe"].is-in > div:first-child {
  transition-delay: 80ms;
}

[data-anim="split-wipe"].is-in > div:last-child {
  transition-delay: 200ms;
}

[data-anim].is-in [data-anim-item],
[data-anim].is-in > div {
  opacity: 1;
  transform: none;
}

/* Word split — translate only (reliable on desktop GPUs) */
.word {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 0.85em, 0);
  transform-origin: 50% 100%;
  transition:
    opacity 0.55s var(--ease),
    transform 0.7s var(--ease);
  transition-delay: var(--d);
  will-change: transform, opacity;
}

.is-in .word,
[data-anim].is-in .word {
  opacity: 1;
  transform: none;
}

.word-space {
  display: inline-block;
  width: 0.33em;
}

/* Clip reveal statements */
[data-anim="clip-reveal"] {
  clip-path: inset(0 100% 0 0);
  opacity: 0.3;
  transition:
    clip-path 1s var(--ease),
    opacity 0.6s ease;
}

[data-anim="clip-reveal"].is-in {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* Stagger children */
[data-stagger] > * {
  transition:
    opacity 0.6s var(--ease),
    transform 0.65s var(--ease),
    filter 0.65s ease;
  transition-delay: var(--d);
}

[data-stagger="rise"]:not(.is-in) > * {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}

[data-stagger="slide"]:not(.is-in) > * {
  opacity: 0;
  transform: translate3d(-24px, 0, 0);
}

[data-stagger="pop"]:not(.is-in) > * {
  opacity: 0;
  transform: scale(0.7);
}

[data-stagger="tilt"]:not(.is-in) > * {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
}

[data-stagger="flip"]:not(.is-in) > * {
  opacity: 0;
  transform: rotateY(18deg) translate3d(0, 30px, 0);
}

[data-stagger].is-in > * {
  opacity: 1;
  transform: none;
}

/* Interactive service cards */
.anim-card {
  transform-style: preserve-3d;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s ease,
    background 0.35s ease;
  border-radius: 0.25rem;
  padding: 0.25rem 0.15rem;
}

.anim-card:hover {
  background: rgba(255, 255, 255, 0.45);
}

.anim-card.is-tilting {
  transition: transform 0.12s linear;
}

/* Magnetic buttons */
.btn-magnetic {
  position: relative;
  will-change: transform;
  transition: transform 0.25s var(--ease), background 0.25s ease, color 0.25s ease;
}

.btn-magnetic .btn-label {
  display: inline-block;
  transition: transform 0.25s var(--ease);
}

/* Coverflow drag hint */
.coverflow-viewport {
  cursor: grab;
  touch-action: pan-y;
}

.coverflow-viewport.is-dragging {
  cursor: grabbing;
}

.coverflow-item.is-active {
  outline: 1px solid rgba(11, 31, 58, 0.08);
}

/* Soft spotlight on navy sections */
.section-navy,
.section-map {
  position: relative;
}

.section-navy::before,
.section-map::before {
  content: "";
  position: absolute;
  width: 42vmax;
  height: 42vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 200, 227, 0.14), transparent 65%);
  left: var(--spot-x, 50%);
  top: var(--spot-y, 40%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  transition: left 0.35s ease, top 0.35s ease;
  opacity: 0.9;
}

.section-navy > *,
.section-map > * {
  position: relative;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  [data-anim] [data-anim-item],
  [data-stagger] > *,
  .word,
  [data-anim="clip-reveal"],
  [data-anim="split-wipe"] > div {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
    transition: none !important;
  }
}

/* Legacy data-reveal fallback */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease);
}

[data-reveal].is-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .brand img {
    width: 58px;
    height: 58px;
  }

  .promise-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .promise-item {
    border-top: 0;
    border-left: 1px solid var(--line-light);
    padding: 0 0 0 1.25rem;
  }

  .promise-item:first-child {
    border-left: 0;
    padding-left: 0;
  }

  .why-list {
    grid-template-columns: 1fr 1fr;
  }

  .cluster-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
  }

  .process-grid .span-2 {
    grid-column: 1 / -1;
  }

  .split {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }

  .contact-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .contact-details {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .contact-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 1100px) {
  .cluster-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .panel {
    min-height: auto;
  }

  .panel-hero {
    min-height: 100vh;
  }

  .panel-sticky,
  .panel-hero .panel-sticky,
  .panel-map .panel-sticky,
  .panel-contact .panel-sticky {
    position: relative;
    min-height: auto;
    opacity: 1;
    transform: none;
  }

  .panel-hero .panel-sticky {
    min-height: 100vh;
  }

  .hero-video {
    display: none;
  }

  .hero-media {
    background:
      radial-gradient(ellipse at 30% 40%, rgba(46, 91, 138, 0.45), transparent 55%),
      var(--navy-deep);
  }

  .map-world {
    transform: rotateX(42deg) rotateZ(-4deg) scale(1.2) !important;
  }

  .map-pin em {
    opacity: 0.9 !important;
  }
}

/* ========== About GE (post-hero) ========== */
.about-ge {
  background: #fff;
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
  color: var(--ink);
}

.about-ge-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}

.about-ge-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.about-ge-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.95rem 0.45rem 0.7rem;
  border-radius: 999px;
  background: var(--about-cyan-soft);
  color: var(--navy-mid);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-ge-badge i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--about-cyan);
  flex-shrink: 0;
}

.about-ge-orb {
  position: relative;
  width: min(100%, 26rem);
  aspect-ratio: 1;
  margin-inline: auto;
}

.about-ge-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: about-ge-spin 28s linear infinite;
  transform-origin: center;
}

.about-ge-ring-text {
  fill: var(--navy-mid);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.about-ge-photo {
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--mist);
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.12);
}

.about-ge-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-ge-copy h2 {
  margin: 0 0 1.75rem;
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #111;
  max-width: 18ch;
}

.about-ge-body {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.5rem;
  align-items: start;
}

.about-ge-stat {
  display: flex;
  align-items: flex-end;
  gap: 0.55rem;
  line-height: 1;
  padding-top: 0.15rem;
}

.about-ge-num {
  font-family: var(--font-body);
  font-size: clamp(4.5rem, 10vw, 6.5rem);
  font-weight: 700;
  color: var(--about-cyan);
  letter-spacing: -0.04em;
  line-height: 0.85;
}

.about-ge-stat-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1a1a;
  padding-bottom: 0.35rem;
}

.about-ge-text p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 36rem;
}

.about-ge-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.35rem 0.35rem 0.35rem 1.15rem;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid rgba(11, 31, 58, 0.1);
  box-shadow: 0 8px 24px rgba(11, 31, 58, 0.08);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.about-ge-cta i {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  background: var(--about-cyan);
  color: var(--navy-deep);
}

.about-ge-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(11, 31, 58, 0.12);
  color: #111;
}

@keyframes about-ge-spin {
  to { transform: rotate(360deg); }
}

@media (min-width: 900px) {
  .about-ge-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 4vw, 5rem);
  }

  .about-ge-orb {
    margin-inline: 0;
    width: min(100%, 28rem);
  }

  .about-ge-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 640px) {
  .about-ge-body {
    grid-template-columns: 1fr;
  }

  .about-ge-stat {
    align-items: center;
  }

  .about-ge-stat-label {
    writing-mode: horizontal-tb;
    transform: none;
    padding-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-ge-ring {
    animation: none;
  }
}

/* ========== Services showcase (ORKA-style rows) ========== */
.services-showcase {
  background: #f4f4f4;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 0;
}

.services-showcase-head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.services-showcase-head h2 {
  margin: 1.25rem 0 0;
  max-width: 18ch;
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #111;
}

.services-rows {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.service-row {
  display: grid;
  grid-template-columns: 4.5rem minmax(7rem, 11rem) minmax(10rem, 1fr) minmax(12rem, 1.35fr) 3rem;
  gap: 1.25rem 1.5rem;
  align-items: center;
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.25rem, 4vw, 3.5rem);
  background: #f4f4f4;
  color: #111;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  text-decoration: none;
  transition: background 0.35s var(--ease), color 0.35s var(--ease);
}

.service-row:hover,
.service-row:focus-visible,
.service-row.is-hot {
  background: var(--navy-deep);
  color: #fff;
}

.service-row-num {
  font-family: var(--font-body);
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.service-row-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 999px;
  overflow: hidden;
  background: #ddd;
}

.service-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease);
}

.service-row:hover .service-row-media img,
.service-row.is-hot .service-row-media img {
  transform: scale(1.06);
}

.service-row-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.service-row-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 36rem;
  transition: color 0.35s var(--ease);
}

.service-row:hover .service-row-desc,
.service-row:focus-visible .service-row-desc,
.service-row.is-hot .service-row-desc {
  color: rgba(255, 255, 255, 0.72);
}

.service-row-arrow {
  display: grid;
  place-items: center;
  justify-self: end;
  color: currentColor;
  opacity: 0.85;
  transition: transform 0.35s var(--ease);
}

.service-row:hover .service-row-arrow,
.service-row:focus-visible .service-row-arrow {
  transform: translate(3px, -3px);
}

@media (max-width: 900px) {
  .service-row {
    grid-template-columns: 3.25rem minmax(5.5rem, 8rem) 1fr auto;
    grid-template-areas:
      "num media title arrow"
      "num media desc arrow";
  }

  .service-row-num { grid-area: num; align-self: start; padding-top: 0.35rem; }
  .service-row-media { grid-area: media; }
  .service-row-title { grid-area: title; }
  .service-row-desc { grid-area: desc; }
  .service-row-arrow { grid-area: arrow; align-self: start; }
}

@media (max-width: 640px) {
  .services-showcase-head h2 {
    max-width: none;
  }

  .service-row {
    grid-template-columns: 2.75rem 1fr auto;
    grid-template-areas:
      "num title arrow"
      "media media media"
      "desc desc desc";
    gap: 0.85rem 1rem;
  }

  .service-row-media {
    max-width: 14rem;
  }
}

/* ========== Trust band (Why GE) ========== */
.trust-band {
  position: relative;
  min-height: min(92vh, 54rem);
  display: flex;
  align-items: stretch;
  color: #fff;
  overflow: hidden;
  background: var(--navy-deep);
}

.trust-band-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.trust-band-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.08);
  transition: transform 1.4s var(--ease);
}

.trust-band.is-in .trust-band-media img {
  transform: scale(1);
}

.trust-band-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0.35) 0%, rgba(6, 20, 38, 0.15) 38%, rgba(6, 20, 38, 0.78) 72%, rgba(6, 20, 38, 0.92) 100%),
    linear-gradient(90deg, rgba(6, 20, 38, 0.45) 0%, transparent 55%);
  opacity: 0.85;
  transition: opacity 1s var(--ease);
}

.trust-band.is-in .trust-band-wash {
  opacity: 1;
}

.trust-band-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, var(--max));
  margin: 0 auto;
  padding: clamp(4.5rem, 10vh, 7rem) 0 clamp(2.5rem, 5vh, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(3rem, 8vh, 6rem);
  min-height: min(92vh, 54rem);
}

.trust-band-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--about-cyan);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trust-band-badge i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  background: var(--about-cyan);
  flex-shrink: 0;
}

.trust-band-top h2 {
  margin: 0 0 1rem;
  max-width: 16ch;
  font-family: var(--font-body);
  font-size: clamp(2rem, 4.8vw, 3.25rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}

.trust-band-lead {
  margin: 0;
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.65;
}

.trust-band-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 1.75rem;
}

.trust-band-item {
  position: relative;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  transition: border-color 0.35s ease, transform 0.45s var(--ease);
}

.trust-band-item:hover {
  border-top-color: var(--about-cyan);
  transform: translateY(-4px);
}

.trust-band-item h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-body);
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.trust-band-label {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.trust-band-item > p:last-child {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

[data-trust-item] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  filter: blur(4px);
  transition:
    opacity 0.75s var(--ease),
    transform 0.8s var(--ease),
    filter 0.7s ease,
    border-color 0.35s ease;
  transition-delay: var(--d, 0ms);
}

.trust-band.is-in [data-trust-item] {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (max-width: 900px) {
  .trust-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .trust-band {
    min-height: auto;
  }

  .trust-band-inner {
    min-height: auto;
    padding-top: 4.5rem;
  }

  .trust-band-top h2 {
    max-width: none;
  }

  .trust-band-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-band-media img,
  [data-trust-item] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* ========== Coverage globe ========== */
.globe-band {
  position: relative;
  background: #030512;
  color: #fff;
  padding: clamp(3.5rem, 8vh, 5.5rem) 0 0;
  overflow: hidden;
}

.globe-band-copy {
  position: relative;
  z-index: 3;
  max-width: 42rem;
  margin-bottom: 1.5rem;
}

.globe-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.95rem 0.45rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.globe-badge i {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--about-cyan);
}

.globe-band-copy h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 4.2vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 16ch;
}

.globe-band-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.65;
  max-width: 38rem;
}

.globe-stage {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: min(78vh, 52rem);
  min-height: 28rem;
  z-index: 1;
  overflow: hidden;
  background: #030512;
}

.globe-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #030512;
}

.globe-map .maplibregl-map,
.globe-map .maplibregl-canvas-container,
.globe-map .maplibregl-canvas {
  width: 100% !important;
  height: 100% !important;
  outline: none;
  background: #030512;
}

.globe-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, #030512 0%, transparent 12%),
    linear-gradient(0deg, #030512 0%, transparent 16%);
  z-index: 2;
}

.globe-tooltip {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: min(240px, 70vw);
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: rgba(6, 16, 36, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  backdrop-filter: blur(8px);
  will-change: transform;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.globe-tooltip[hidden] {
  display: none !important;
}

.globe-band-foot {
  position: relative;
  z-index: 3;
  padding: 1.25rem 0 3rem;
}

.globe-band-foot .why-list.light li {
  color: rgba(255, 255, 255, 0.82);
}

.globe-band-foot .closing {
  color: rgba(255, 255, 255, 0.65);
}

.globe-band-foot .closing strong {
  color: #fff;
}

.globe-tooltip strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  color: #fff;
}

.globe-tooltip span {
  display: block;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

.globe-pin {
  position: relative;
  width: 26px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(2px);
}

.globe-pin-core {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.28);
  z-index: 1;
}

.globe-pin-core::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #0a1a33;
}

.globe-pin-pulse {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  z-index: 0;
  animation: globe-pin-breathe 2.4s ease-in-out infinite;
  animation-delay: var(--pulse-delay, 0s);
}

.globe-pin.is-base .globe-pin-core {
  background: var(--about-cyan);
}

.globe-pin.is-base .globe-pin-core::after {
  background: #062033;
}

.globe-pin.is-base .globe-pin-pulse {
  background: rgba(110, 200, 224, 0.5);
}

.globe-pin:hover .globe-pin-core,
.globe-pin:focus-visible .globe-pin-core {
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.4),
    0 0 16px rgba(255, 255, 255, 0.55);
}

@keyframes globe-pin-breathe {
  0%, 100% {
    opacity: 0.2;
    transform: scale(0.85);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  }
  50% {
    opacity: 0.75;
    transform: scale(2.35);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}

@media (max-width: 767px) {
  .globe-stage {
    height: min(62vh, 28rem);
    min-height: 22rem;
  }

  .globe-band-copy h2 {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .globe-pin-pulse {
    animation: none !important;
    opacity: 0.45;
    transform: scale(1.4);
  }
}

/* ========== Operations infinite rail ========== */
.ops-rail {
  background: #f3f3f3;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  overflow: hidden;
}

.ops-rail-head {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.ops-rail-head h2 {
  margin: 1.1rem 0 0;
  max-width: 16ch;
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #111;
}

.ops-viewport {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.ops-track {
  display: flex;
  gap: 1.35rem;
  width: max-content;
  will-change: transform;
  padding-inline: 1.25rem;
}

.ops-card {
  flex: 0 0 min(22rem, 78vw);
  width: min(22rem, 78vw);
}

.ops-card-media {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ddd;
  margin-bottom: 0.85rem;
}

.ops-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ops-card-tag {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(6, 20, 38, 0.72);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
}

.ops-card-meta {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  color: #8a8a8a;
}

.ops-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-body);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
}

.ops-card > p:last-child {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

@media (min-width: 900px) {
  .ops-card {
    flex-basis: 24rem;
    width: 24rem;
  }

  .ops-track {
    gap: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ops-viewport {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

/* ========== Supply showcase ========== */
.supply-showcase {
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(110, 200, 224, 0.12), transparent 55%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f7 100%);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.supply-showcase-head {
  max-width: 40rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.supply-showcase-head h2 {
  margin: 1.1rem 0 0.75rem;
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #111;
}

.supply-showcase-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}


.supply-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  grid-auto-flow: dense;
}

.supply-tile {
  position: relative;
  display: block;
  min-height: 12.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  isolation: isolate;
  background: #0b1f3a;
  opacity: 0;
  transform: translate3d(0, 36px, 0) scale(0.97);
  filter: blur(5px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.75s var(--ease),
    filter 0.65s ease,
    box-shadow 0.4s var(--ease);
  transition-delay: var(--d, 0ms);
  will-change: transform, opacity, filter;
}

.supply-tile.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.supply-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
  transition: transform 0.9s var(--ease);
}

.supply-tile.is-in img {
  transform: scale(1);
}

.supply-tile:hover img {
  transform: scale(1.06);
}

.supply-tile-wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 28%, rgba(4, 12, 24, 0.82) 100%),
    linear-gradient(135deg, rgba(6, 20, 38, 0.18), transparent 50%);
  pointer-events: none;
  transition: background 0.4s ease;
}

.supply-tile:hover .supply-tile-wash {
  background:
    linear-gradient(180deg, transparent 18%, rgba(4, 12, 24, 0.9) 100%),
    linear-gradient(135deg, rgba(110, 200, 224, 0.18), transparent 55%);
}

.supply-tile h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 1rem 1.05rem 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  transform: translateY(8px);
  opacity: 0;
  transition:
    transform 0.55s var(--ease),
    opacity 0.45s ease;
  transition-delay: calc(var(--d, 0ms) + 80ms);
}

.supply-tile.is-in h3 {
  transform: none;
  opacity: 1;
}

.supply-tile--lg {
  min-height: 16rem;
}

.supply-tile--wide {
  min-height: 14rem;
}

.supply-tile--accent {
  box-shadow: inset 0 0 0 1px rgba(110, 200, 224, 0.35);
}

.supply-tile:hover {
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.18);
}

.supply-process {
  margin-top: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  background: var(--navy-deep);
  color: #fff;
  box-shadow: 0 24px 50px rgba(6, 20, 38, 0.22);
}

.supply-process-media {
  min-height: 14rem;
  overflow: hidden;
}

.supply-process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 1.1s var(--ease);
}

.supply-process.is-in .supply-process-media img,
.supply-process:hover .supply-process-media img {
  transform: scale(1);
}

.supply-process-copy {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65rem;
}

.supply-process-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--about-cyan);
}

.supply-process-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 600;
  color: #fff;
}

.supply-process-copy > p:not(.supply-process-label) {
  margin: 0 0 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

.supply-process .about-ge-cta {
  align-self: flex-start;
}

@media (min-width: 700px) {
  .supply-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
  }

  .supply-tile {
    grid-column: span 2;
    min-height: 14rem;
  }

  .supply-tile--lg {
    grid-column: span 4;
    grid-row: span 2;
    min-height: 100%;
  }

  .supply-tile--wide {
    grid-column: span 4;
    min-height: 15rem;
  }

  .supply-tile--accent {
    grid-column: span 2;
  }
}

@media (min-width: 1024px) {
  .supply-grid {
    gap: 1.15rem;
  }

  .supply-tile {
    min-height: 15rem;
  }

  .supply-process {
    grid-template-columns: 1.05fr 1fr;
    min-height: 18rem;
  }

  .supply-process-media {
    min-height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .supply-tile,
  .supply-tile img,
  .supply-tile h3 {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* ========== Logistics showcase ========== */
.logistics-showcase {
  position: relative;
  background:
    radial-gradient(ellipse 60% 45% at 85% 10%, rgba(110, 200, 224, 0.16), transparent 55%),
    linear-gradient(165deg, #071526 0%, #0b1f3a 48%, #06101c 100%);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  overflow: hidden;
}

.logistics-head {
  max-width: 40rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.logistics-head h2 {
  margin: 1.1rem 0 0.75rem;
  font-family: var(--font-body);
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #fff;
}

.logistics-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.65;
}

.logistics-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.logistics-card {
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  min-height: 16rem;
  isolation: isolate;
  opacity: 0;
  transform: translate3d(0, 48px, 0) scale(0.97);
  filter: blur(5px);
  transition:
    opacity 0.7s var(--ease),
    transform 0.75s var(--ease),
    filter 0.7s ease,
    box-shadow 0.45s ease;
  transition-delay: var(--d, 0ms);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.logistics-card.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.logistics-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transition: transform 1.1s var(--ease);
}

.logistics-card.is-in img {
  transform: scale(1);
}

.logistics-card:hover img {
  transform: scale(1.06);
}

.logistics-card-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 12, 24, 0.15) 0%, rgba(4, 12, 24, 0.35) 40%, rgba(4, 12, 24, 0.88) 100%);
  z-index: 1;
  transition: background 0.4s ease;
}

.logistics-card:hover .logistics-card-wash {
  background:
    linear-gradient(180deg, rgba(4, 12, 24, 0.05) 0%, rgba(4, 12, 24, 0.28) 35%, rgba(4, 12, 24, 0.92) 100%);
}

.logistics-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.25rem 1.25rem 1.35rem;
}

.logistics-num {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--about-cyan);
}

.logistics-card h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  transition: transform 0.4s var(--ease);
}

.logistics-card:hover h3 {
  transform: translateY(-3px);
}

.logistics-card--hero {
  min-height: 20rem;
}

.logistics-outcome {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  display: grid;
  gap: 0.85rem;
}

.logistics-outcome-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--about-cyan);
}

.logistics-outcome h3 {
  margin: 0;
  max-width: 36rem;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.logistics-outcome .about-ge-cta {
  justify-self: start;
  margin-top: 0.35rem;
}

@media (min-width: 700px) {
  .logistics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .logistics-card--hero {
    grid-column: 1 / -1;
    min-height: 22rem;
  }

  .logistics-card--hero h3 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
  }
}

@media (min-width: 1024px) {
  .logistics-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .logistics-card--hero {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 100%;
  }

  .logistics-card:nth-child(2),
  .logistics-card:nth-child(3) {
    grid-column: span 5;
    min-height: 13.5rem;
  }

  .logistics-card:nth-child(4),
  .logistics-card:nth-child(5) {
    grid-column: span 6;
    min-height: 16rem;
  }
}

.logistics-more {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.logistics-more li {
  margin: 0;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  .logistics-card {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .logistics-card img {
    transform: none !important;
  }
}

/* ========== Technical & Operations — editorial photo strips ========== */
.tech-ops {
  position: relative;
  padding: 4.5rem 0 5rem;
  --tech-radius: 1.35rem;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(110, 200, 224, 0.12), transparent 55%),
    linear-gradient(180deg, #f7fafc 0%, #eef3f7 42%, #e8eef4 100%);
  overflow: hidden;
}

.tech-ops-intro {
  max-width: 40rem;
  margin-bottom: 3rem;
}

.tech-ops-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 600;
  line-height: 1.08;
  color: var(--navy-deep);
  margin: 0.35rem 0 0.85rem;
}

.tech-ops-intro p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 34rem;
}

.tech-chapter {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2a7a8f;
}

.tech-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  min-height: min(72vh, 38rem);
  margin: 0 auto 3.5rem;
  max-width: min(88rem, calc(100% - 2.5rem));
  border-radius: var(--tech-radius);
  overflow: hidden;
  opacity: 0;
  transform: translateY(2.5rem);
  filter: blur(6px);
  transition:
    opacity 0.9s var(--ease),
    transform 0.9s var(--ease),
    filter 0.9s var(--ease);
}

.tech-feature.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.tech-feature-media {
  position: relative;
  overflow: hidden;
  clip-path: inset(8% 8% 8% 8%);
  transition: clip-path 1.15s var(--ease) 0.08s;
}

.tech-feature.is-in .tech-feature-media {
  clip-path: inset(0 0 0 0);
}

.tech-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  display: block;
  transform: scale(1.12);
  transition: transform 1.4s var(--ease) 0.05s;
}

.tech-feature.is-in .tech-feature-media img {
  transform: scale(1);
}

.tech-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 3.25rem);
  background: linear-gradient(145deg, #0a1a2e 0%, #123049 100%);
  color: #e8eef5;
}

.tech-feature-copy .tech-chapter {
  color: var(--about-cyan);
}

.tech-feature-copy h3 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 1rem;
  color: #fff;
}

.tech-feature-copy > p {
  margin: 0 0 1.75rem;
  color: rgba(232, 238, 245, 0.78);
  line-height: 1.6;
  max-width: 28rem;
}

.tech-feature-copy .about-ge-cta {
  align-self: flex-start;
}

.tech-strips {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 88rem;
  margin: 0 auto 3.25rem;
  padding: 0 1.25rem;
}

.tech-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: clamp(16rem, 38vw, 22rem);
  border-radius: var(--tech-radius);
  overflow: hidden;
  opacity: 0;
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
  transition-delay: var(--d, 0ms);
}

.tech-strip[data-side="left"] {
  transform: translateX(-2.75rem);
}

.tech-strip[data-side="right"] {
  grid-template-columns: 0.85fr 1.15fr;
  transform: translateX(2.75rem);
}

.tech-strip[data-side="right"] .tech-strip-media {
  order: 2;
}

.tech-strip[data-side="right"] .tech-strip-copy {
  order: 1;
}

.tech-strip.is-in {
  opacity: 1;
  transform: none;
}

.tech-strip-media {
  position: relative;
  overflow: hidden;
}

.tech-strip-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 20, 38, 0.15), transparent 45%);
  pointer-events: none;
}

.tech-strip[data-side="right"] .tech-strip-media::after {
  background: linear-gradient(270deg, rgba(6, 20, 38, 0.15), transparent 45%);
}

.tech-strip-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.14) translateX(-4%);
  filter: saturate(0.92);
  transition:
    transform 1.1s var(--ease),
    filter 0.7s var(--ease);
}

.tech-strip[data-side="right"] .tech-strip-media img {
  transform: scale(1.14) translateX(4%);
}

.tech-strip.is-in .tech-strip-media img {
  transform: scale(1) translateX(0);
  filter: saturate(1);
}

.tech-strip:hover .tech-strip-media img {
  transform: scale(1.05);
}

.tech-strip-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.35rem, 3vw, 2.5rem);
  background: #fff;
  border: none;
}

.tech-num {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(11, 31, 58, 0.22);
  margin-bottom: 0.65rem;
}

.tech-strip-copy h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--navy-deep);
}

.tech-ops-break {
  max-width: 88rem;
  margin: 0 auto 2.5rem;
  padding: 0 max(1.25rem, calc((100vw - 88rem) / 2 + 1.25rem));
  color: #e8eef5;
}

.tech-ops-break-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  overflow: hidden;
  border-radius: var(--tech-radius, 1.25rem);
  background: #0a1a2e;
}

.tech-ops-break-media {
  position: relative;
  min-height: clamp(14rem, 32vw, 22rem);
  overflow: hidden;
}

.tech-ops-break-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tech-ops-break-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3.5vw, 2.75rem) clamp(1.35rem, 3.5vw, 2.75rem);
}

.tech-ops-break .tech-chapter {
  color: var(--about-cyan);
}

.tech-ops-break h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  font-weight: 600;
  color: #fff;
  line-height: 1.12;
}

.tech-ops-break p:not(.tech-chapter) {
  margin: 0;
  color: rgba(232, 238, 245, 0.78);
  line-height: 1.55;
  max-width: 28rem;
}

@media (max-width: 800px) {
  .tech-ops-break-shell {
    grid-template-columns: 1fr;
  }

  .tech-ops-break-media {
    min-height: 12.5rem;
  }

  .tech-ops-break-copy {
    text-align: center;
    align-items: center;
  }

  .tech-ops-break p:not(.tech-chapter) {
    max-width: 34rem;
  }
}

.tech-film {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(15.5rem, 18.5rem);
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem max(1.25rem, calc((100vw - 88rem) / 2 + 1.25rem)) 1.75rem;
  margin-bottom: 2.5rem;
  scrollbar-width: thin;
}

.tech-film-card {
  position: relative;
  scroll-snap-align: start;
  height: clamp(22rem, 52vw, 28rem);
  overflow: hidden;
  border-radius: var(--tech-radius);
  opacity: 0;
  transform: translateY(2rem) scale(0.96);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease);
  transition-delay: var(--d, 0ms);
}

.tech-film-card.is-in {
  opacity: 1;
  transform: none;
}

.tech-film-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
  transition: transform 0.9s var(--ease);
}

.tech-film-card.is-in img {
  transform: scale(1);
}

.tech-film-card:hover img {
  transform: scale(1.06);
}

.tech-film-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(4, 12, 24, 0.88) 100%);
  pointer-events: none;
}

.tech-film-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.25rem 1.15rem 1.35rem;
  color: #fff;
}

.tech-film-body .tech-num {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1.45rem;
  margin-bottom: 0.35rem;
}

.tech-film-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.tech-ops-cta {
  max-width: 40rem;
  padding-top: 0.5rem;
}

.tech-ops-cta h3 {
  margin: 0 0 1.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--navy-deep);
}

@media (max-width: 900px) {
  .tech-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tech-feature-media img {
    min-height: 18rem;
    aspect-ratio: 4 / 3;
  }

  .tech-strip,
  .tech-strip[data-side="right"] {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .tech-strip[data-side="right"] .tech-strip-media,
  .tech-strip[data-side="right"] .tech-strip-copy {
    order: unset;
  }

  .tech-strip-media {
    aspect-ratio: 16 / 10;
  }

  .tech-strip[data-side="left"],
  .tech-strip[data-side="right"] {
    transform: translateY(2rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-feature,
  .tech-strip,
  .tech-film-card,
  .tech-feature-media,
  .tech-feature-media img,
  .tech-strip-media img,
  .tech-film-card img {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
    transition: none !important;
  }
}

/* ========== Process journey — sticky photo story ========== */
.process-journey {
  position: relative;
  padding: 4.75rem 0 5.5rem;
  background:
    radial-gradient(ellipse 70% 45% at 85% 10%, rgba(232, 155, 60, 0.12), transparent 55%),
    linear-gradient(165deg, #07111f 0%, #0c1c33 48%, #0a1628 100%);
  color: #e8eef5;
  overflow: hidden;
}

.process-journey-head {
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

.process-journey-head .eyebrow {
  color: var(--timeline);
}

.process-journey-head h2 {
  margin: 0.4rem 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
  color: #fff;
}

.process-journey-head p:not(.eyebrow) {
  margin: 0;
  color: rgba(232, 238, 245, 0.72);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 34rem;
}

.process-journey-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  max-width: 88rem;
  margin: 0 auto;
  padding: 0 max(1.25rem, calc((100vw - 88rem) / 2 + 1.25rem));
}

.process-sticky {
  position: sticky;
  top: calc(var(--header-h) + 1.25rem);
  align-self: start;
}

.process-sticky-frame {
  position: relative;
  height: min(78vh, 40rem);
  overflow: hidden;
  border-radius: 0;
}

.process-sticky-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 0.65s var(--ease),
    transform 1s var(--ease);
  filter: saturate(1.05) contrast(1.04);
}

.process-sticky-img.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.process-sticky-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 42%, rgba(4, 10, 20, 0.88) 100%),
    linear-gradient(90deg, rgba(4, 10, 20, 0.2), transparent 40%);
  pointer-events: none;
}

.process-sticky-meta {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.process-sticky-count {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.02em;
}

.process-sticky-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.02em;
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.process-step {
  position: relative;
  padding: 1.15rem 0 1.15rem 1.5rem;
  opacity: 0;
  transform: translateY(1.75rem);
  transition:
    opacity 0.7s var(--ease),
    transform 0.7s var(--ease),
    background 0.35s ease;
  transition-delay: var(--d, 0ms);
}

.process-step.is-in {
  opacity: 1;
  transform: none;
}

.process-step::before {
  content: "";
  position: absolute;
  left: -0.3rem;
  top: 1.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 0 4px rgba(7, 17, 31, 0.9);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s var(--ease);
}

.process-step.is-active::before {
  background: var(--timeline);
  box-shadow: 0 0 0 5px rgba(232, 155, 60, 0.22), 0 0 0 4px rgba(7, 17, 31, 0.9);
  transform: scale(1.15);
}

.process-step-media {
  display: none;
}

.process-step-num {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 238, 245, 0.42);
  margin-bottom: 0.45rem;
  transition: color 0.3s ease;
}

.process-step.is-active .process-step-num {
  color: var(--timeline);
}

.process-step-copy h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.3s ease;
}

.process-step.is-active .process-step-copy h3 {
  color: #fff;
}

.process-step-copy p {
  margin: 0;
  max-width: 28rem;
  color: rgba(232, 238, 245, 0.45);
  line-height: 1.55;
  transition: color 0.3s ease;
}

.process-step.is-active .process-step-copy p {
  color: rgba(232, 238, 245, 0.78);
}

@media (max-width: 900px) {
  .process-journey-stage {
    grid-template-columns: 1fr;
    padding: 0 1.25rem;
  }

  .process-sticky {
    display: none;
  }

  .process-steps {
    border-left: none;
    gap: 1.15rem;
  }

  .process-step {
    padding: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
  }

  .process-step::before {
    display: none;
  }

  .process-step-media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .process-step-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.08);
    transition: transform 0.9s var(--ease);
  }

  .process-step.is-in .process-step-media img {
    transform: scale(1);
  }

  .process-step-copy {
    padding: 1.15rem 1.15rem 1.35rem;
  }

  .process-step-copy h3,
  .process-step.is-active .process-step-copy h3 {
    color: #fff;
  }

  .process-step-copy p,
  .process-step.is-active .process-step-copy p {
    color: rgba(232, 238, 245, 0.72);
  }

  .process-step-num,
  .process-step.is-active .process-step-num {
    color: var(--timeline);
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-step,
  .process-sticky-img,
  .process-step-media img {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ========== Certificates vault — archive showcase ========== */
.cert-vault {
  position: relative;
  padding: 4.75rem 0 5.25rem;
  background:
    radial-gradient(ellipse 55% 40% at 50% 0%, rgba(110, 200, 224, 0.14), transparent 60%),
    linear-gradient(180deg, #f4f7fa 0%, #e9eef4 55%, #f7f9fb 100%);
  overflow: hidden;
}

.cert-vault-head {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.cert-vault-head h2 {
  margin: 0.4rem 0 0.9rem;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
  color: var(--navy-deep);
}

.cert-vault-head p:not(.eyebrow) {
  margin: 0 auto;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.cert-vault-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3.5vw, 3rem);
  max-width: min(78rem, calc(100% - 2rem));
  margin: 0 auto 3.25rem;
  padding: 0 1.25rem;
  perspective: 1400px;
}

.cert-sheet {
  display: grid;
  gap: 1rem;
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transform: translateY(2.5rem) rotateY(8deg);
  filter: blur(5px);
  transition:
    opacity 0.85s var(--ease),
    transform 0.95s var(--ease),
    filter 0.85s var(--ease);
  transition-delay: var(--d, 0ms);
}

.cert-sheet:nth-child(2) {
  transform: translateY(2.5rem) rotateY(-8deg);
}

.cert-sheet.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

.cert-sheet-frame {
  position: relative;
  background: #fff;
  padding: clamp(0.85rem, 1.5vw, 1.35rem);
  border-radius: 1rem;
  box-shadow:
    0 1px 0 rgba(11, 31, 58, 0.06),
    0 24px 48px rgba(11, 31, 58, 0.12);
  overflow: hidden;
}

.cert-sheet-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, transparent 40%, rgba(255, 255, 255, 0.35) 48%, transparent 56%);
  transform: translateX(-120%);
  transition: transform 0.9s var(--ease);
  pointer-events: none;
  z-index: 1;
}

.cert-sheet.is-in:hover .cert-sheet-frame::before,
.cert-sheet.is-in:focus-visible .cert-sheet-frame::before {
  transform: translateX(120%);
}

.cert-sheet-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 52rem);
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
  background: #f8f9fb;
  transform: none;
  transition: transform 0.55s var(--ease);
}

.cert-sheet.is-in .cert-sheet-frame img {
  transform: none;
}

.cert-sheet:hover .cert-sheet-frame img {
  transform: scale(1.015);
}

.cert-sheet-meta {
  padding: 0 0.15rem;
}

.cert-sheet-num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(11, 31, 58, 0.22);
  margin-bottom: 0.4rem;
}

.cert-sheet-meta h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 600;
  color: var(--navy-deep);
  line-height: 1.15;
}

.cert-sheet-meta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}


@media (max-width: 900px) {
  .cert-vault-stage {
    grid-template-columns: 1fr;
    max-width: min(36rem, calc(100% - 2rem));
  }

  .cert-sheet-frame img {
    max-height: min(85vh, 48rem);
  }

  .cert-sheet,
  .cert-sheet:nth-child(2) {
    transform: translateY(2rem);
  }
}


.cert-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
}

.cert-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: 1.15rem;
  overflow: hidden;
  background: #0b1f3a;
  color: #fff;
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.12);
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0);
  transition:
    opacity 0.65s var(--ease),
    transform 0.7s var(--ease),
    box-shadow 0.35s ease;
  transition-delay: var(--d, 0ms);
}

.cert-pillar.is-in {
  opacity: 1;
  transform: none;
}

.cert-pillar:hover {
  box-shadow: 0 18px 42px rgba(11, 31, 58, 0.18);
}

.cert-pillar-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #061426;
  flex: 0 0 auto;
}

.cert-pillar-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.06);
  transition: transform 0.85s var(--ease);
}

.cert-pillar.is-in .cert-pillar-media img {
  transform: scale(1);
}

.cert-pillar:hover .cert-pillar-media img {
  transform: scale(1.05);
}

.cert-pillar--logo .cert-pillar-media {
  background: #fff;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.cert-pillar--logo .cert-pillar-media img {
  width: auto;
  height: auto;
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
  transform: scale(0.96);
}

.cert-pillar--logo.is-in .cert-pillar-media img,
.cert-pillar--logo:hover .cert-pillar-media img {
  transform: scale(1);
}

.cert-pillar h3 {
  margin: 0;
  padding: 1rem 1.05rem 1.15rem;
  min-height: 4.25rem;
  display: flex;
  align-items: flex-start;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  background: linear-gradient(180deg, #0f2744 0%, #0b1f3a 100%);
}

@media (max-width: 1024px) {
  .cert-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .cert-pillar h3 {
    min-height: 3.75rem;
  }
}

@media (max-width: 560px) {
  .cert-pillars {
    grid-template-columns: 1fr;
  }

  .cert-pillar-media {
    aspect-ratio: 16 / 10;
  }

  .cert-pillar--logo .cert-pillar-media {
    aspect-ratio: 1 / 1;
  }

  .cert-pillar h3 {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cert-sheet,
  .cert-pillar,
  .cert-sheet-frame img,
  .cert-pillar-media img,
  .cert-sheet-frame::before {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* ========== Per-section timeline ========== */
.tl-section {
  position: relative;
  --tl-pad: 1.25rem;
  --tl-line-x: 1.35rem;
  --tl-gutter: 5.25rem;
  padding: 2.25rem var(--tl-pad) 2.25rem calc(var(--tl-pad) + var(--tl-gutter));
}

.tl-rail {
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: calc(var(--tl-pad) + var(--tl-line-x));
  width: 2px;
  z-index: 5;
  pointer-events: none;
}

.tl-rail-bg {
  position: absolute;
  inset: 0;
  background: rgba(11, 31, 58, 0.16);
}

.section-navy .tl-rail-bg {
  background: rgba(255, 255, 255, 0.18);
}

.tl-rail-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: var(--timeline);
  will-change: height;
}

.tl-heading {
  position: relative;
  margin: 0 0 1.25rem;
  padding-left: 0;
  max-width: 40rem;
}

.tl-heading h2 {
  margin-bottom: 0.65rem;
}

.tl-heading .lead {
  margin-bottom: 0;
}

.panel-map,
#coverage.panel-map {
  min-height: 140vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.25rem;
  padding-top: calc(var(--header-h) + 1.5rem);
  padding-bottom: 2rem;
}

#coverage .map-stage {
  margin-inline: auto;
}

#gallery.section-gallery {
  padding-top: calc(var(--header-h) + 1.5rem);
  padding-bottom: 3rem;
}

#contact.section-contact {
  padding-top: calc(var(--header-h) + 1.5rem);
  padding-bottom: 3rem;
}

#gallery .gallery-intro {
  text-align: center;
  margin-bottom: 1.25rem;
}

.ship-bridge {
  position: relative;
  padding: 1.25rem 0 0.5rem;
  background: #fff;
}

.ship-bridge .ship-scene {
  background: transparent;
  padding: 1.5rem 0 2rem;
}

.tl-step {
  position: relative;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  column-gap: 0.85rem;
  align-items: start;
  padding: 1.25rem 0 1.45rem;
  opacity: 0.25;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 0.5s var(--ease),
    transform 0.6s var(--ease);
}

.tl-step.is-active {
  opacity: 1;
  transform: none;
}

.tl-dot {
  position: absolute;
  left: calc(-1 * var(--tl-gutter) + var(--tl-line-x) - 5px);
  top: 1.45rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bdbdbd;
  border: 2px solid currentColor;
  color: var(--foam);
  z-index: 6;
  transition: background 0.3s ease, transform 0.3s var(--ease), box-shadow 0.3s ease;
}

.section-light .tl-dot,
.section-mist .tl-dot,
.section-gallery .tl-dot {
  color: #fff;
}

.section-navy .tl-dot,
.section-map .tl-dot,
.section-contact .tl-dot {
  color: var(--navy-deep);
}

.tl-step.is-active .tl-dot {
  background: var(--timeline);
  transform: scale(1.2);
  box-shadow: 0 0 0 4px var(--timeline-soft);
}

.tl-num {
  font-family: var(--font-body);
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
  color: var(--timeline);
  padding-top: 0.2rem;
}

.tl-content {
  min-width: 0;
}

.tl-title {
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.tl-step-compact {
  padding: 0.55rem 0;
  grid-template-columns: 2.4rem 1fr;
}

.tl-step-compact .tl-num {
  font-size: 1.15rem;
}

.tl-step-compact .tl-title {
  font-size: 0.98rem;
  font-weight: 600;
  margin: 0;
}

.tl-step-compact .tl-dot {
  top: 0.85rem;
}

.tl-section .map-stage {
  width: 100%;
  max-width: 56rem;
}

.tl-section.section-navy,
.tl-section.section-map,
.tl-section.section-contact {
  color: var(--white);
}

.tl-section.section-light .tl-title,
.tl-section.section-mist .tl-title,
.tl-section.section-gallery .tl-title {
  color: var(--navy);
}

@media (min-width: 768px) {
  .tl-section {
    --tl-pad: 2rem;
    --tl-line-x: 1.6rem;
    --tl-gutter: 6.5rem;
  }

  .tl-step {
    grid-template-columns: 3.8rem 1fr;
    column-gap: 1.1rem;
  }
}

@media (min-width: 1100px) {
  .tl-section {
    --tl-pad: max(2.5rem, calc((100% - 980px) / 2));
    --tl-gutter: 7.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-step {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
