:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --soft: #e9eef7;
  --text: #0a1730;
  --muted: #53617a;
  --line: rgba(20, 42, 75, .14);
  --blue: #087bff;
  --blue2: #38bdf8;
  --gold: #c6a96b;
  --nav: rgba(245, 247, 251, .82);
}

:root[data-theme="dark"] {
  --bg: #050a12;
  --surface: #0a1220;
  --soft: #101c2d;
  --text: #f5f8ff;
  --muted: #a8b4c7;
  --line: rgba(173, 202, 240, .14);
  --nav: rgba(5, 10, 18, .78);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  transition: background .35s ease, color .35s ease;
}
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.nav-shell {
  height: 86px; padding: 0 clamp(20px, 5vw, 84px); display: flex; align-items: center;
  justify-content: space-between; position: fixed; z-index: 30; inset: 0 0 auto;
  background: var(--nav); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand strong {
  color: var(--blue); font-size: 23px; font-style: italic; letter-spacing: -2px;
  font-family: Georgia, serif;
}
.brand span { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }
.nav-links { display: flex; gap: clamp(20px, 3vw, 44px); }
.nav-links a { color: var(--muted); font-size: 13px; font-weight: 700; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-tools { display: flex; align-items: center; gap: 10px; }
.nav-tools button { cursor: pointer; }
.text-button { border: 0; background: none; color: var(--text); font-size: 12px; font-weight: 800; }
.round-button, .menu-button {
  border: 1px solid var(--line); background: var(--surface); color: var(--text);
  border-radius: 50%; width: 38px; height: 38px;
}
.nav-cta { background: var(--blue); color: white; border-radius: 999px; padding: 13px 20px; font-size: 12px; font-weight: 800; }
.menu-button { display: none; }
.hero {
  min-height: 780px; height: 100vh; padding: 130px clamp(22px, 8vw, 130px) 70px;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative;
  overflow: hidden; isolation: isolate;
}
.hero::after {
  content: ""; position: absolute; inset: 0 0 0 52%; z-index: -3;
  background: radial-gradient(circle at 50% 35%, rgba(8,123,255,.15), transparent 55%);
}
.hero-glow { position: absolute; width: 580px; height: 580px; left: -320px; top: 20%; border-radius: 50%; background: rgba(8,123,255,.12); filter: blur(80px); z-index: -2; }
.hero-copy { z-index: 3; max-width: 710px; }
.eyebrow { color: var(--muted); text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 800; display: flex; align-items: center; gap: 12px; }
.eyebrow i { width: 34px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--blue2)); }
h1 { font-size: clamp(58px, 6.2vw, 94px); line-height: .96; letter-spacing: -.06em; margin: 28px 0; max-width: 780px; }
.hero-intro { color: var(--muted); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.65; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; border-radius: 999px; padding: 0 26px; font-size: 13px; font-weight: 800; }
.primary { background: linear-gradient(115deg, #006eff, #1495ff); color: white; box-shadow: 0 14px 40px rgba(8,123,255,.25); }
.secondary { border: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 75%, transparent); }
.hero-portrait { align-self: end; height: 89%; position: relative; display: flex; align-items: flex-end; justify-content: center; }
.hero-portrait::before { content: ""; position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, rgba(8,123,255,.32), rgba(198,169,107,.11)); filter: blur(1px); bottom: 10%; }
.hero-portrait img { width: min(600px, 46vw); position: relative; z-index: 2; filter: saturate(.8) contrast(1.02); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { width: 84%; aspect-ratio: 1; bottom: 1%; }
.orbit-two { width: 64%; aspect-ratio: 1; bottom: 11%; border-color: rgba(8,123,255,.35); }
.signature { position: absolute; z-index: 3; right: 3%; bottom: 8%; text-align: right; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.signature span { color: var(--gold); font-family: Georgia, serif; font-size: 26px; text-transform: none; letter-spacing: 0; }
.scroll-hint { position: absolute; bottom: 26px; left: 50%; color: var(--muted); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-hint i { height: 30px; width: 1px; background: var(--blue); }
.proof { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); padding: 30px clamp(22px, 7vw, 110px); }
.proof div { padding: 4px 26px; border-right: 1px solid var(--line); }
.proof div:last-child { border: 0; }
.proof strong { display: block; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.04em; }
.proof span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.section { padding: clamp(90px, 10vw, 150px) clamp(22px, 8vw, 130px); }
.section-heading { max-width: 900px; }
.section-heading h2, .life-copy h2, .experience h2, .contact h2 { font-size: clamp(42px, 5vw, 72px); line-height: 1.03; letter-spacing: -.055em; margin: 26px 0; }
.section-heading > p:last-child, .life-copy > p, .experience-copy > p, .contact > div > p { color: var(--muted); font-size: 17px; line-height: 1.7; max-width: 620px; }
.horizontal { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.lanes { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; }
.lanes article { border-top: 1px solid var(--line); padding: 28px 42px 0 0; min-height: 210px; }
.lanes article + article { border-left: 1px solid var(--line); padding-left: 42px; }
.lanes span, .service-index, .program-grid > a > span { font-size: 11px; color: var(--blue); font-weight: 800; letter-spacing: .16em; }
.lanes h3, .service-list h3, .program-grid h3 { font-size: 25px; margin: 22px 0 13px; }
.lanes p, .service-list p, .program-grid p { color: var(--muted); line-height: 1.65; font-size: 14px; }
.solutions { background: var(--surface); }
.service-list { margin-top: 70px; border-top: 1px solid var(--line); }
.service-list > a { display: grid; grid-template-columns: 80px 1fr auto; gap: 24px; align-items: center; padding: 28px 10px; border-bottom: 1px solid var(--line); transition: padding .25s, background .25s; }
.service-list > a:hover { padding-inline: 24px; background: var(--soft); }
.service-list h3 { margin: 0 0 7px; }
.service-list p { margin: 0; }
.service-list b { color: var(--blue); font-size: 12px; }
.lifestyle { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: #061225; color: white; }
.life-image { overflow: hidden; min-height: 580px; }
.life-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.55) brightness(.62) contrast(1.1); }
.life-copy { padding: clamp(70px, 9vw, 140px); display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 90% 10%, rgba(8,123,255,.2), transparent 46%); }
.life-copy .eyebrow, .life-copy > p { color: #aab8cc; }
.life-copy blockquote { border-left: 2px solid var(--gold); margin: 30px 0; padding: 8px 0 8px 24px; font-family: Georgia, serif; font-size: 20px; color: #d8c391; line-height: 1.5; }
.sport-line { display: flex; gap: 15px; align-items: center; font-size: 10px; letter-spacing: .25em; color: #8290a5; }
.sport-line i { width: 25px; height: 1px; background: var(--blue); }
.experience { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.experience-photo { position: relative; }
.experience-photo::before { content: ""; position: absolute; inset: -18px 28px 18px -18px; border: 1px solid rgba(8,123,255,.4); border-radius: 50% 50% 8px 8px; }
.experience-photo img { width: 100%; height: 470px; object-fit: cover; position: relative; border-radius: 50% 50% 8px 8px; filter: saturate(.75); }
.text-link { color: var(--blue); display: inline-flex; gap: 18px; margin-top: 22px; font-size: 13px; font-weight: 800; }
.logo-cloud { grid-column: 1 / -1; margin-top: 65px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; border-block: 1px solid var(--line); padding: 30px 0; }
.logo-cloud span { color: var(--muted); font-weight: 800; font-size: 12px; letter-spacing: .08em; }
.programs { background: var(--surface); }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border-block: 1px solid var(--line); }
.program-grid > a { min-height: 330px; padding: 34px; border-right: 1px solid var(--line); position: relative; transition: background .25s, transform .25s; }
.program-grid > a:last-child { border: 0; }
.program-grid > a:hover { background: var(--soft); transform: translateY(-6px); }
.program-grid b { position: absolute; right: 30px; bottom: 30px; color: var(--blue); font-size: 22px; }
.contact { margin: clamp(20px, 5vw, 72px); padding: clamp(55px, 7vw, 100px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; border-radius: 48px; background: #071b37; color: white; position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid rgba(56,189,248,.25); border-radius: 50%; right: -110px; top: -140px; }
.contact > div { position: relative; z-index: 2; }
.contact > div > p { color: #9fadc2; }
.contact-action { display: grid; gap: 13px; }
.contact-action label { color: #9fadc2; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.contact-action select { height: 54px; padding: 0 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: #0b274c; color: white; }
footer { padding: 50px clamp(22px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: end; border-top: 1px solid var(--line); }
footer p, footer small { color: var(--muted); font-size: 12px; }
.socials { display: flex; gap: 28px; justify-content: end; font-size: 12px; font-weight: 800; }
footer small { text-align: right; }

@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 86px 0 auto; background: var(--surface); padding: 30px; display: none; flex-direction: column; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-cta { display: none; }
  .menu-button { display: block; }
  .hero { height: auto; min-height: 900px; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-portrait { height: 450px; }
  .hero-portrait img { width: min(600px, 90vw); }
  .proof { grid-template-columns: 1fr 1fr; }
  .proof div:nth-child(2) { border-right: 0; }
  .proof div { padding: 20px; border-bottom: 1px solid var(--line); }
  .lanes, .program-grid { grid-template-columns: 1fr 1fr; }
  .lanes article:nth-child(3) { border-left: 0; }
  .horizontal, .experience { display: grid; grid-template-columns: 1fr; }
  .lifestyle { grid-template-columns: 1fr; }
  .life-image { max-height: 540px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .nav-shell { height: 72px; }
  .brand span { display: none; }
  .nav-links { inset-block-start: 72px; }
  .hero { min-height: 780px; padding: 120px 22px 40px; }
  h1 { font-size: 49px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-portrait { height: 340px; }
  .scroll-hint { display: none; }
  .proof { padding: 20px; }
  .proof strong { font-size: 26px; }
  .proof span { font-size: 9px; }
  .lanes, .program-grid { grid-template-columns: 1fr; }
  .lanes article + article, .lanes article:nth-child(3) { border-left: 0; }
  .service-list > a { grid-template-columns: 42px 1fr; }
  .service-list b { grid-column: 2; }
  .life-copy { padding: 70px 24px; }
  .experience-photo img { height: 360px; }
  .logo-cloud { justify-content: center; }
  .program-grid > a { border-right: 0; border-bottom: 1px solid var(--line); min-height: 250px; }
  .contact { margin: 12px; padding: 54px 24px; border-radius: 28px; }
  footer { grid-template-columns: 1fr; }
  .socials { justify-content: start; flex-wrap: wrap; }
  footer small { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Organic technology experience */
:root {
  --metal: linear-gradient(118deg, #66758a 0%, #f4f8ff 24%, #8998ad 43%, #dce8f5 61%, #667387 100%);
  --glass: color-mix(in srgb, var(--surface) 76%, transparent);
  --aura: rgba(0, 119, 255, .16);
  --soft-shadow: 0 28px 90px rgba(28, 69, 127, .13);
}
:root[data-theme="dark"] {
  --glass: rgba(9, 22, 40, .72);
  --aura: rgba(0, 132, 255, .22);
  --soft-shadow: 0 30px 100px rgba(0, 0, 0, .34);
}
body {
  background-image:
    radial-gradient(circle at 9% 9%, rgba(0,119,255,.1), transparent 24%),
    radial-gradient(circle at 93% 38%, rgba(194,211,232,.12), transparent 22%);
  overflow-x: hidden;
}
.nav-shell {
  height: 76px;
  inset: 14px clamp(14px, 3.5vw, 52px) auto;
  padding: 0 clamp(18px, 3vw, 40px);
  border: 0;
  border-radius: 999px;
  background: var(--glass);
  box-shadow: 0 18px 58px rgba(14, 47, 94, .12), inset 0 1px 0 rgba(255,255,255,.42);
}
.brand {
  width: 84px;
  height: 60px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  justify-content: center;
  overflow: visible;
}
.brand img {
  width: 82px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 119, 255, .18));
}
.footer-brand { height: 88px; width: 122px; }
.footer-brand img { width: 120px; height: 86px; }
.nav-links a { font-weight: 650; }
.nav-cta, .primary {
  background: linear-gradient(118deg, #0055ff, #00a8ff 70%, #8bdfff);
  border-radius: 72% 28% 64% 36% / 50% 58% 42% 50%;
  box-shadow: 0 14px 42px rgba(0,117,255,.28), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .3s ease, border-radius .4s ease, filter .3s ease;
}
.nav-cta:hover, .primary:hover {
  transform: translateY(-3px) rotate(-.5deg);
  border-radius: 36% 64% 34% 66% / 55% 42% 58% 45%;
  filter: saturate(1.15);
}
.round-button, .menu-button {
  border: 0;
  background: linear-gradient(145deg, color-mix(in srgb, var(--surface) 84%, white), color-mix(in srgb, var(--soft) 70%, #8d9bad));
  box-shadow: 0 8px 24px rgba(12,45,89,.13), inset 0 1px 0 rgba(255,255,255,.55);
}
.hero {
  min-height: 820px;
  height: 100vh;
  padding-top: 142px;
  grid-template-columns: 1.08fr .92fr;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(770px, 56vw);
  aspect-ratio: 1;
  right: -5vw;
  top: 7%;
  border-radius: 38% 62% 65% 35% / 42% 37% 63% 58%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,.65), transparent 11%),
    linear-gradient(145deg, rgba(0,119,255,.22), rgba(210,222,238,.16) 54%, transparent);
  box-shadow: inset 0 0 110px rgba(255,255,255,.08);
  animation: liquid 15s ease-in-out infinite alternate;
}
.hero::after {
  inset: 0;
  background:
    radial-gradient(circle at 73% 47%, rgba(0,128,255,.13), transparent 28%),
    radial-gradient(circle at 26% 22%, rgba(190,210,236,.09), transparent 18%);
}
.hero-glow {
  width: 620px;
  height: 480px;
  left: -330px;
  border-radius: 35% 65% 55% 45%;
}
.hero-copy::before {
  content: none;
}
.eyebrow i {
  width: 10px;
  height: 10px;
  border-radius: 63% 37% 54% 46%;
  box-shadow: 0 0 22px rgba(0,126,255,.55);
}
h1 {
  max-width: 790px;
  font-weight: 520;
}
h1 em {
  display: inline-block;
  background: linear-gradient(105deg, #006cff, #16b7ff 42%, #9aaabd 71%, #eef7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 14px 42px rgba(0,112,255,.1);
}
.hero-intro { max-width: 620px; }
.button.secondary {
  border: 0;
  border-radius: 42% 58% 38% 62% / 55% 42% 58% 45%;
  background: var(--glass);
  box-shadow: 0 14px 42px rgba(20,55,101,.08), inset 0 1px 0 rgba(255,255,255,.5);
  backdrop-filter: blur(20px);
}
.hero-portrait {
  height: 86%;
  align-items: center;
}
.hero-portrait::before {
  width: 73%;
  bottom: 12%;
  border-radius: 46% 54% 62% 38% / 44% 37% 63% 56%;
  background:
    radial-gradient(circle at 35% 26%, rgba(255,255,255,.72), transparent 12%),
    linear-gradient(145deg, rgba(0,118,255,.37), rgba(208,222,239,.15));
  box-shadow: 0 38px 94px rgba(0,92,221,.18), inset 0 0 90px rgba(255,255,255,.08);
  animation: breathe 7s ease-in-out infinite;
}
.hero-portrait img {
  filter: saturate(.74) contrast(1.01) drop-shadow(0 24px 34px rgba(0,20,45,.2));
}
.orbit {
  border: 0;
  background: transparent;
  box-shadow: inset 3px 0 0 rgba(0,123,255,.24), inset -1px 0 0 rgba(204,218,235,.13);
  border-radius: 44% 56% 61% 39% / 57% 35% 65% 43%;
  animation: spin 38s linear infinite;
}
.orbit-one { width: 88%; }
.orbit-two { width: 62%; animation-direction: reverse; animation-duration: 27s; }
.concept {
  position: absolute;
  z-index: 4;
  padding: 10px 15px;
  border-radius: 63% 37% 58% 42% / 45% 58% 42% 55%;
  color: var(--muted);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
  background: var(--glass);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(8,39,83,.13), inset 0 1px 0 rgba(255,255,255,.5);
}
.concept-one { left: 3%; top: 27%; }
.concept-two { right: 0; top: 43%; color: var(--blue); }
.concept-three { left: 8%; bottom: 20%; }
.scroll-hint i { width: 4px; border-radius: 50%; background: var(--blue); }
.proof {
  width: min(1180px, calc(100% - 44px));
  margin: -22px auto 0;
  padding: 20px 24px;
  position: relative;
  z-index: 5;
  border: 0;
  border-radius: 42% 58% 38% 62% / 24% 31% 69% 76%;
  background: var(--glass);
  backdrop-filter: blur(24px);
  box-shadow: var(--soft-shadow), inset 0 1px 0 rgba(255,255,255,.45);
}
.proof div { border: 0; padding: 15px 28px; text-align: center; }
.proof div:nth-child(even) { transform: translateY(8px); }
.proof strong {
  background: linear-gradient(110deg, var(--text), #8696aa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section { position: relative; }
.vision { overflow: hidden; }
.vision::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 360px;
  right: -280px;
  top: 100px;
  border-radius: 37% 63% 66% 34% / 49% 41% 59% 51%;
  background: rgba(0,119,255,.06);
  box-shadow: -45px 30px 100px rgba(0,119,255,.06);
  animation: liquid 17s ease-in-out infinite alternate-reverse;
}
.section-heading h2, .life-copy h2, .experience h2, .contact h2 { font-weight: 520; }
.lanes {
  gap: 22px;
  align-items: start;
}
.lanes article {
  min-height: 250px;
  padding: 36px !important;
  border: 0 !important;
  border-radius: 58% 42% 46% 54% / 34% 48% 52% 66%;
  background: linear-gradient(145deg, var(--glass), color-mix(in srgb, var(--soft) 50%, transparent));
  box-shadow: 0 24px 70px rgba(21,57,104,.08), inset 0 1px 0 rgba(255,255,255,.44);
  transition: transform .4s ease, border-radius .5s ease, box-shadow .35s;
}
.lanes article:nth-child(2) {
  transform: translateY(38px);
  border-radius: 41% 59% 62% 38% / 58% 35% 65% 42%;
}
.lanes article:nth-child(3) {
  border-radius: 63% 37% 38% 62% / 40% 63% 37% 60%;
}
.lanes article:hover {
  transform: translateY(-10px) rotate(-1deg);
  border-radius: 39% 61% 58% 42% / 61% 38% 62% 39%;
  box-shadow: 0 32px 82px rgba(0,102,229,.13);
}
.lanes article:nth-child(2):hover { transform: translateY(26px) rotate(1deg); }
.lanes span, .service-index, .program-grid > a > span {
  background: var(--metal);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.solutions {
  margin: 60px clamp(14px, 3vw, 48px);
  border-radius: 8% 92% 9% 91% / 5% 7% 93% 95%;
  background:
    radial-gradient(circle at 95% 7%, rgba(0,123,255,.15), transparent 27%),
    var(--surface);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42);
}
.service-list {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.service-list > a {
  width: calc(50% - 9px);
  min-height: 160px;
  grid-template-columns: 52px 1fr;
  align-content: center;
  padding: 30px 34px;
  border: 0;
  border-radius: 35% 65% 28% 72% / 28% 39% 61% 72%;
  background: color-mix(in srgb, var(--bg) 55%, transparent);
  box-shadow: 0 16px 52px rgba(18,54,104,.07), inset 0 1px 0 rgba(255,255,255,.4);
}
.service-list > a:nth-child(even) {
  border-radius: 64% 36% 65% 35% / 43% 67% 33% 57%;
  transform: translateY(14px);
}
.service-list > a:hover {
  padding-inline: 40px;
  background: linear-gradient(135deg, rgba(0,123,255,.1), color-mix(in srgb, var(--soft) 62%, transparent));
  transform: translateY(-5px) rotate(-.5deg);
}
.service-list > a:nth-child(even):hover { transform: translateY(8px) rotate(.5deg); }
.service-list b { grid-column: 2; }
.lifestyle {
  min-height: 760px;
  margin: 100px clamp(14px, 3vw, 48px);
  border-radius: 10% 90% 9% 91% / 7% 8% 92% 93%;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(0,143,255,.28), transparent 35%),
    linear-gradient(140deg, #031021, #0b2443 66%, #1b304a);
  box-shadow: 0 42px 105px rgba(0,17,42,.3);
}
.life-image {
  margin: 26px 0 26px 26px;
  border-radius: 13% 87% 16% 84% / 14% 15% 85% 86%;
  min-height: auto;
}
.life-image img { transition: transform 1.1s ease; }
.lifestyle:hover .life-image img { transform: scale(1.035); }
.life-copy { background: transparent; }
.life-copy blockquote {
  border: 0;
  padding: 24px 30px;
  border-radius: 24% 76% 19% 81% / 28% 31% 69% 72%;
  background: linear-gradient(120deg, rgba(255,255,255,.09), rgba(133,168,208,.05));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
}
.sport-line i { width: 10px; height: 6px; border-radius: 50%; background: var(--metal); }
.experience-photo::before {
  inset: -24px 36px 28px -26px;
  border: 0;
  border-radius: 43% 57% 23% 77% / 56% 29% 71% 44%;
  background: linear-gradient(130deg, rgba(0,124,255,.28), rgba(220,232,245,.12));
  animation: liquid 12s ease-in-out infinite alternate;
}
.experience-photo img {
  border-radius: 43% 57% 23% 77% / 56% 29% 71% 44%;
  box-shadow: var(--soft-shadow);
}
.logo-cloud {
  border: 0;
  border-radius: 50% 50% 46% 54% / 31% 37% 63% 69%;
  background: var(--glass);
  padding: 34px 42px;
  box-shadow: 0 20px 60px rgba(20,57,105,.07), inset 0 1px 0 rgba(255,255,255,.42);
}
.programs {
  margin: 0 clamp(14px, 3vw, 48px);
  border-radius: 91% 9% 90% 10% / 8% 7% 93% 92%;
  background:
    radial-gradient(circle at 8% 92%, rgba(0,119,255,.11), transparent 27%),
    linear-gradient(145deg, color-mix(in srgb, var(--surface) 94%, #cbd8e9), var(--surface));
}
.program-grid { gap: 14px; border: 0; }
.program-grid > a {
  min-height: 350px;
  border: 0 !important;
  border-radius: 40% 60% 35% 65% / 29% 35% 65% 71%;
  background: color-mix(in srgb, var(--bg) 56%, transparent);
  box-shadow: 0 18px 60px rgba(17,53,101,.08), inset 0 1px 0 rgba(255,255,255,.43);
  overflow: hidden;
}
.program-grid > a:nth-child(even) { border-radius: 64% 36% 68% 32% / 45% 66% 34% 55%; }
.program-grid > a::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -68px;
  bottom: -70px;
  border-radius: 45% 55% 63% 37%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.75), rgba(0,123,255,.32) 44%, transparent 71%);
  transition: transform .5s;
}
.program-grid > a:hover {
  transform: translateY(-10px) rotate(-.7deg);
  border-radius: 63% 37% 44% 56% / 59% 34% 66% 41%;
  background: linear-gradient(145deg, rgba(0,123,255,.1), color-mix(in srgb, var(--soft) 62%, transparent));
}
.program-grid > a:hover::after { transform: translate(-28px, -28px) scale(1.5); }
.contact {
  border-radius: 7% 93% 8% 92% / 10% 9% 91% 90%;
  background:
    radial-gradient(circle at 8% 90%, rgba(0,127,255,.26), transparent 32%),
    radial-gradient(circle at 95% 8%, rgba(189,210,235,.2), transparent 29%),
    linear-gradient(135deg, #041329, #0b2850);
  box-shadow: 0 38px 105px rgba(0,28,68,.29), inset 0 1px 0 rgba(255,255,255,.12);
}
.contact::after {
  width: 320px;
  height: 280px;
  border: 0;
  border-radius: 43% 57% 62% 38%;
  background: var(--metal);
  opacity: .1;
  animation: liquid 14s ease-in-out infinite alternate;
}
.contact-action select {
  border: 0;
  border-radius: 69% 31% 66% 34% / 48% 58% 42% 52%;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
footer { border: 0; }

@keyframes liquid {
  0% { border-radius: 38% 62% 65% 35% / 42% 37% 63% 58%; transform: rotate(0deg); }
  100% { border-radius: 64% 36% 39% 61% / 35% 64% 36% 65%; transform: rotate(2.5deg); }
}
@keyframes breathe {
  0%,100% { transform: scale(.98); filter: blur(1px); }
  50% { transform: scale(1.04); filter: blur(0); }
}
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .nav-shell { top: 8px; height: 70px; }
  .nav-links { inset: 86px 14px auto; border: 0; border-radius: 42% 58% 12% 88% / 19% 18% 82% 81%; box-shadow: var(--soft-shadow); }
  .brand { width: 74px; height: 54px; }
  .brand img { width: 72px; height: 52px; }
  .hero { padding-top: 140px; }
  .proof { margin-top: 18px; border-radius: 34% 66% 28% 72% / 15% 17% 83% 85%; }
  .lanes article:nth-child(2) { transform: none; }
  .service-list > a { width: 100%; }
  .service-list > a:nth-child(even) { transform: none; }
  .lifestyle { margin-top: 60px; }
  .life-image { margin: 22px 22px 0; min-height: 520px; }
}

@media (max-width: 560px) {
  .nav-shell { left: 8px; right: 8px; }
  .brand { width: 66px; }
  .brand img { width: 64px; }
  .hero::before { width: 130vw; right: -64vw; top: 42%; }
  .hero-copy::before { margin-bottom: 24px; }
  .hero-portrait { height: 365px; }
  .concept { font-size: 7px; padding: 8px 10px; }
  .concept-one { left: 0; }
  .concept-two { right: -2%; }
  .proof { border-radius: 30% 70% 24% 76% / 8% 9% 91% 92%; }
  .lanes { gap: 14px; }
  .lanes article, .lanes article:nth-child(2), .lanes article:nth-child(3) { border-radius: 44% 56% 39% 61% / 29% 34% 66% 71%; }
  .solutions, .programs { border-radius: 10% 90% 8% 92% / 3% 4% 96% 97%; }
  .service-list > a, .service-list > a:nth-child(even) { border-radius: 31% 69% 27% 73% / 22% 27% 73% 78%; }
  .lifestyle { border-radius: 12% 88% 10% 90% / 4% 5% 95% 96%; }
  .life-image { min-height: 430px; }
  .logo-cloud { border-radius: 25% 75% 22% 78% / 17% 20% 80% 83%; }
  .program-grid > a, .program-grid > a:nth-child(even) { border-radius: 39% 61% 32% 68% / 24% 28% 72% 76%; }
  .contact { border-radius: 11% 89% 9% 91% / 5% 6% 94% 95%; }
  .footer-brand { width: 104px; height: 76px; }
  .footer-brand img { width: 102px; height: 74px; }
}

/* Refined curves and reliable text fit */
.nav-cta,
.primary {
  border-radius: 28px 38px 30px 36px;
}
.nav-cta:hover,
.primary:hover {
  border-radius: 34px 26px 38px 28px;
}
.button.secondary {
  border-radius: 30px 40px 32px 38px;
}
.hero::before {
  border-radius: 42% 58% 54% 46% / 46% 44% 56% 54%;
}
.hero-portrait::before {
  border-radius: 45% 55% 56% 44% / 48% 44% 56% 52%;
}
.concept {
  border-radius: 18px 24px 20px 22px;
}
.proof {
  border-radius: 34px 46px 38px 42px;
  padding: 22px 28px;
}
.proof div {
  transform: none !important;
  min-width: 0;
  padding: 14px 20px;
}
.proof span {
  display: block;
  max-width: 190px;
  margin: 4px auto 0;
  line-height: 1.45;
}
.lanes {
  align-items: stretch;
}
.lanes article,
.lanes article:nth-child(2),
.lanes article:nth-child(3) {
  min-height: 270px;
  height: auto;
  transform: none;
  padding: 42px !important;
  border-radius: 42px 54px 46px 38px;
  overflow: visible;
}
.lanes article:nth-child(2) { border-radius: 52px 38px 48px 56px; }
.lanes article:nth-child(3) { border-radius: 38px 56px 42px 50px; }
.lanes article:hover,
.lanes article:nth-child(2):hover {
  transform: translateY(-7px);
  border-radius: 50px 40px 54px 42px;
}
.lanes h3,
.service-list h3,
.program-grid h3 {
  overflow-wrap: anywhere;
}
.lanes p,
.service-list p,
.program-grid p {
  overflow-wrap: anywhere;
}
.solutions {
  border-radius: 58px 72px 62px 68px;
  padding-inline: clamp(26px, 7vw, 110px);
}
.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.service-list > a,
.service-list > a:nth-child(even) {
  width: auto;
  min-height: 190px;
  height: auto;
  transform: none;
  padding: 34px 36px;
  border-radius: 36px 50px 40px 46px;
  overflow: visible;
}
.service-list > a:nth-child(even) { border-radius: 48px 34px 52px 40px; }
.service-list > a:hover,
.service-list > a:nth-child(even):hover {
  padding-inline: 38px;
  transform: translateY(-5px);
  border-radius: 46px 38px 52px 40px;
}
.service-list > a > div { min-width: 0; }
.service-list b {
  margin-top: 5px;
  line-height: 1.4;
}
.lifestyle {
  border-radius: 64px 82px 68px 74px;
}
.life-image {
  border-radius: 48px 62px 52px 58px;
}
.life-copy {
  min-width: 0;
  padding: clamp(64px, 7vw, 110px);
}
.life-copy blockquote {
  border-radius: 28px 38px 32px 42px;
}
.experience-photo::before,
.experience-photo img {
  border-radius: 46% 54% 48% 52% / 50% 46% 54% 50%;
}
.experience-photo img {
  object-position: center 24%;
}
.logo-cloud {
  border-radius: 32px 46px 36px 42px;
}
.programs {
  border-radius: 62px 76px 66px 72px;
}
.program-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
.program-grid > a,
.program-grid > a:nth-child(even) {
  min-height: 340px;
  height: auto;
  padding: 40px 34px 74px;
  border-radius: 38px 50px 42px 46px;
  overflow: hidden;
}
.program-grid > a:nth-child(even) { border-radius: 48px 36px 52px 40px; }
.program-grid > a:hover {
  border-radius: 46px 38px 50px 42px;
}
.program-grid h3 {
  line-height: 1.18;
}
.contact {
  border-radius: 58px 76px 62px 70px;
}
.contact-action {
  min-width: 0;
}
.contact-action select {
  width: 100%;
  border-radius: 28px 38px 30px 36px;
}
.contact-watermark {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.contact-watermark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 38% 44%;
  opacity: .42;
  filter: saturate(.72) contrast(1.04);
}
.contact-watermark::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 42, .82) 0%, rgba(3, 24, 55, .56) 48%, rgba(0, 76, 160, .34) 100%),
    linear-gradient(180deg, rgba(1, 13, 31, .16), rgba(1, 14, 34, .48));
}

@media (max-width: 900px) {
  .proof { border-radius: 30px 42px 34px 38px; }
  .lanes article,
  .lanes article:nth-child(2),
  .lanes article:nth-child(3) {
    min-height: 245px;
    border-radius: 34px 46px 38px 42px;
  }
  .service-list { grid-template-columns: 1fr; }
  .service-list > a,
  .service-list > a:nth-child(even) {
    min-height: 165px;
    border-radius: 32px 44px 36px 40px;
  }
  .lifestyle { border-radius: 48px 62px 52px 58px; }
  .life-image { border-radius: 36px 48px 40px 44px; }
  .programs { border-radius: 48px 60px 52px 56px; }
  .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-grid > a,
  .program-grid > a:nth-child(even) {
    min-height: 300px;
    border-radius: 34px 46px 38px 42px;
  }
  .contact { border-radius: 44px 58px 48px 54px; }
  .contact-watermark img {
    object-position: 34% center;
    opacity: .36;
  }
}

/* Layout safeguards: prevent overlaps and keep identity marks contained */
@media (min-width: 901px) {
  .hero {
    height: auto;
    min-height: max(900px, 100svh);
    padding-bottom: 110px;
  }
}

.proof {
  margin: 24px auto 0;
}

.logo-cloud {
  padding: 22px 18px;
}

.logo-track {
  padding-inline: 8px;
}

.logo-item {
  overflow: hidden;
  padding: 18px 26px;
}

.logo-item img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 52px !important;
  object-fit: contain !important;
  object-position: center !important;
  flex: 0 1 auto;
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 82px;
  }
  .proof {
    margin-top: 24px;
  }
  .logo-item img {
    max-height: 46px !important;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 860px;
    padding-bottom: 68px;
  }
  .proof {
    margin-top: 18px;
  }
  .logo-cloud {
    padding-inline: 12px;
  }
  .logo-item {
    padding: 14px 20px;
  }
  .logo-item img {
    max-height: 42px !important;
  }
}

/* Responsive portrait framing for the experience section */
.experience-photo img {
  height: clamp(530px, 43vw, 610px);
  object-position: center 7%;
}

@media (max-width: 900px) {
  .experience-photo {
    width: min(100%, 760px);
    margin-inline: auto;
  }
  .experience-photo img {
    height: clamp(520px, 76vw, 680px);
    object-position: center 5%;
  }
}

@media (max-width: 560px) {
  .experience-photo img {
    height: clamp(460px, 125vw, 620px);
    object-position: center top;
  }
}

@media (max-width: 560px) {
  .hero { padding-inline: 22px; }
  .proof {
    width: calc(100% - 24px);
    padding: 18px 14px;
    border-radius: 26px 34px 28px 32px;
  }
  .proof div { padding: 16px 10px; }
  .lanes article,
  .lanes article:nth-child(2),
  .lanes article:nth-child(3) {
    min-height: 0;
    padding: 34px !important;
    border-radius: 30px 40px 34px 38px;
  }
  .solutions,
  .programs {
    border-radius: 38px 50px 42px 46px;
    padding-inline: 22px;
  }
  .service-list > a,
  .service-list > a:nth-child(even) {
    min-height: 0;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 30px 26px;
    border-radius: 28px 38px 32px 36px;
  }
  .lifestyle { border-radius: 38px 50px 42px 46px; }
  .life-image { border-radius: 28px 38px 32px 36px; }
  .life-copy { padding: 58px 26px; }
  .logo-cloud { border-radius: 26px 34px 28px 32px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-grid > a,
  .program-grid > a:nth-child(even) {
    min-height: 250px;
    padding: 34px 28px 68px;
    border-radius: 28px 38px 32px 36px;
  }
  .contact {
    border-radius: 34px 46px 38px 42px;
    padding-inline: 26px;
  }
  .contact-watermark img {
    object-position: 32% center;
    opacity: .31;
  }
  .contact-watermark::after {
    background:
      linear-gradient(180deg, rgba(3, 18, 42, .78), rgba(3, 24, 55, .62)),
      linear-gradient(90deg, rgba(1, 13, 31, .56), rgba(0, 76, 160, .34));
  }
}

/* Collaborative hero photography */
.hero-portrait {
  width: min(720px, 48vw);
  height: min(570px, 68vh);
  align-self: center;
  justify-self: end;
  overflow: hidden;
  border-radius: 54px 72px 60px 68px;
  background: #0b2447;
  box-shadow:
    0 34px 90px rgba(0, 60, 140, .22),
    0 0 0 1px rgba(126, 190, 255, .18),
    inset 0 1px 0 rgba(255, 255, 255, .24);
}
.hero-portrait::before {
  inset: 0;
  width: auto;
  aspect-ratio: auto;
  bottom: auto;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(5, 26, 54, .2), transparent 32%),
    linear-gradient(180deg, transparent 64%, rgba(4, 22, 48, .16));
  box-shadow: inset 0 0 55px rgba(0, 110, 255, .09);
  animation: none;
  z-index: 3;
  pointer-events: none;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.9) contrast(1.02);
}
.hero-portrait .orbit {
  z-index: 4;
  opacity: .55;
  box-shadow: inset 2px 0 0 rgba(49, 167, 255, .42);
}
.hero-portrait .concept {
  z-index: 5;
}

@media (max-width: 900px) {
  .hero-portrait {
    width: 100%;
    height: clamp(400px, 68vw, 560px);
    justify-self: stretch;
    border-radius: 46px 60px 50px 56px;
  }
  .hero-portrait img { object-position: 58% center; }
}

@media (max-width: 560px) {
  .hero-portrait {
    height: 370px;
    border-radius: 34px 46px 38px 42px;
  }
  .hero-portrait img { object-position: 61% center; }
  .hero-portrait .orbit { opacity: .35; }
}

/* Authentic endurance photography */
.life-image img {
  filter: saturate(.92) contrast(1.03);
  object-position: 58% center;
}
.life-image {
  position: relative;
}
.life-image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 14%;
  background: linear-gradient(90deg, #003246, #002b3c 55%, #002638);
  pointer-events: none;
}

/* Moving organization identities */
.logo-cloud {
  display: block;
  overflow: hidden;
  padding: 22px 0;
  border: 0;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  box-shadow:
    0 18px 55px rgba(17, 53, 101, .08),
    inset 0 1px 0 rgba(255, 255, 255, .42);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 22px;
  animation: logo-marquee 30s linear infinite;
}
.logo-cloud:hover .logo-track {
  animation-play-state: paused;
}
.logo-item {
  width: clamp(170px, 16vw, 225px);
  height: 92px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 18px 28px;
  border-radius: 26px 34px 28px 32px;
  background: rgba(255, 255, 255, .92);
  box-shadow: inset 0 0 0 1px rgba(12, 45, 84, .07);
}
.logo-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(.82);
}
.logo-item strong {
  color: #13335e;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: .065em;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.logo-item-wide {
  width: clamp(220px, 21vw, 290px);
}
.logo-item-wide strong {
  font-size: 11.5px;
  letter-spacing: .045em;
}

/* Professional background */
.formation {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
  overflow: hidden;
}
.formation::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 260px;
  left: -250px;
  top: 22%;
  border-radius: 44% 56% 51% 49% / 48% 45% 55% 52%;
  background: rgba(0, 123, 255, .08);
  filter: blur(2px);
}
.formation-intro {
  position: sticky;
  top: 126px;
}
.formation-intro h2 {
  margin: 26px 0;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.03;
  letter-spacing: -.055em;
  font-weight: 520;
}
.formation-intro > p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}
.formation-name {
  display: inline-block;
  margin-top: 28px;
  color: var(--blue);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
}
.formation-photo {
  position: relative;
  width: min(100%, 520px);
  height: clamp(290px, 34vw, 390px);
  margin: 34px 0 0;
  overflow: hidden;
  border-radius: 38px 52px 42px 48px;
  background: #063a72;
  box-shadow:
    0 28px 76px rgba(0, 74, 172, .18),
    inset 0 1px 0 rgba(255, 255, 255, .22);
}
.formation-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.88) contrast(1.03);
}
.formation-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(60, 183, 255, .12), transparent 34%),
    linear-gradient(145deg, rgba(0, 74, 190, .28), rgba(0, 132, 255, .11) 52%, rgba(4, 27, 64, .32));
  mix-blend-mode: multiply;
}
.formation-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 16px;
  border: 1px solid rgba(155, 216, 255, .25);
  border-radius: 28px 40px 32px 36px;
  pointer-events: none;
}
.credential-list {
  display: grid;
  gap: 14px;
}
.credential-list article {
  min-height: 128px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 26px 34px;
  border-radius: 30px 42px 34px 38px;
  background: linear-gradient(135deg, var(--glass), color-mix(in srgb, var(--soft) 48%, transparent));
  box-shadow: 0 18px 56px rgba(18, 54, 104, .07), inset 0 1px 0 rgba(255, 255, 255, .42);
}
.credential-list article:nth-child(even) {
  margin-left: clamp(0px, 3vw, 42px);
  border-radius: 40px 30px 44px 34px;
}
.credential-list article > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}
.credential-list small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.credential-list h3 {
  margin: 8px 0 0;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.28;
  font-weight: 620;
  overflow-wrap: anywhere;
}

@keyframes logo-marquee {
  to { transform: translateX(calc(-50% - 11px)); }
}

@media (max-width: 560px) {
  .logo-item {
    width: 160px;
    height: 78px;
    padding: 15px 22px;
  }
  .logo-track {
    gap: 14px;
    animation-duration: 24s;
  }
  @keyframes logo-marquee {
    to { transform: translateX(calc(-50% - 7px)); }
  }
}

@media (max-width: 900px) {
  .formation { grid-template-columns: 1fr; }
  .formation-intro { position: static; }
  .formation-photo {
    width: 100%;
    height: clamp(360px, 70vw, 560px);
  }
}

@media (max-width: 560px) {
  .formation-photo {
    height: 410px;
    margin-top: 28px;
    border-radius: 30px 40px 34px 38px;
  }
  .credential-list article,
  .credential-list article:nth-child(even) {
    min-height: 0;
    margin-left: 0;
    padding: 24px;
    grid-template-columns: 38px minmax(0, 1fr);
    border-radius: 26px 34px 28px 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
  }
  .logo-cloud {
    overflow-x: auto;
    mask-image: none;
  }
}

/* A life in motion */
.story {
  --story-ink: #07101e;
  margin: 70px clamp(14px, 3vw, 48px) 110px;
  padding-inline: clamp(28px, 6vw, 96px);
  overflow: hidden;
  border-radius: 64px 84px 70px 76px;
  color: #f7fbff;
  background:
    radial-gradient(circle at 11% 9%, rgba(255, 105, 56, .18), transparent 22%),
    radial-gradient(circle at 88% 15%, rgba(240, 24, 114, .16), transparent 24%),
    radial-gradient(circle at 47% 73%, rgba(22, 185, 207, .14), transparent 28%),
    linear-gradient(145deg, #080c14 0%, #101827 52%, #07111d 100%);
  box-shadow: 0 45px 120px rgba(0, 13, 34, .3), inset 0 1px 0 rgba(255,255,255,.12);
}
.story::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -290px;
  top: 34%;
  border: 1px solid rgba(215, 242, 56, .18);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(215, 242, 56, .06);
}
.story-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(38px, 8vw, 120px);
  align-items: end;
  position: relative;
  z-index: 2;
}
.story-heading h2 {
  margin: 22px 0 0;
  max-width: 720px;
  font-size: clamp(52px, 6.2vw, 92px);
  line-height: .96;
  letter-spacing: -.06em;
  font-weight: 520;
}
.story-heading h2 em {
  background: linear-gradient(100deg, #ff6938, #f01872 34%, #16b9cf 70%, #d7f238);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.story-heading > p {
  margin: 0;
  max-width: 620px;
  color: #aeb9ca;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.72;
}
.story .eyebrow { color: #9aa8bd; }
.story-route {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  height: 84px;
  margin: 40px 0 8px;
  position: relative;
}
.story-route::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #ffc928, #ff6938, #714ce2, #20c2c9, #d7f238, #f01872);
  transform: rotate(-1deg);
  opacity: .68;
}
.story-route i {
  width: 13px;
  height: 13px;
  justify-self: center;
  position: relative;
  z-index: 1;
  border: 3px solid #101827;
  border-radius: 50%;
  background: #ffc928;
  box-shadow: 0 0 22px currentColor;
}
.story-route i:nth-child(2) { background: #ff6938; transform: translateY(5px); }
.story-route i:nth-child(3) { background: #714ce2; transform: translateY(-3px); }
.story-route i:nth-child(4) { background: #20c2c9; transform: translateY(4px); }
.story-route i:nth-child(5) { background: #d7f238; transform: translateY(-2px); }
.story-route i:nth-child(6) { background: #f01872; transform: translateY(3px); }
.story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  z-index: 2;
}
.story-card {
  --tone: #16b9cf;
  grid-column: span 4;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 26px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--tone) 28%, transparent);
  border-radius: 34px 48px 38px 44px;
  background: linear-gradient(150deg, color-mix(in srgb, var(--tone) 13%, #111a29), rgba(9, 15, 26, .92) 68%);
  box-shadow: 0 24px 70px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .35s ease, border-color .35s ease;
}
.story-card:nth-child(2), .story-card:nth-child(5) { transform: translateY(32px); }
.story-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--tone) 65%, white); }
.story-card:nth-child(2):hover, .story-card:nth-child(5):hover { transform: translateY(24px); }
.story-mango { --tone: #ffc928; }
.story-coral { --tone: #ff6938; }
.story-violet { --tone: #714ce2; }
.story-turquoise { --tone: #20c2c9; }
.story-lime { --tone: #d7f238; }
.story-magenta { --tone: #f01872; }
.story-number {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 24px;
  color: var(--tone);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}
.story-card img {
  width: calc(100% + 52px);
  height: 178px;
  margin: -26px -26px 24px;
  display: block;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(.82) contrast(1.05);
}
.story-card img + .story-card-copy { margin-top: auto; }
.story-card-copy { margin-top: auto; }
.story-card small {
  color: var(--tone);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.story-card h3 {
  margin: 14px 0 12px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.story-card p {
  margin: 0;
  color: #aab6c8;
  font-size: 14px;
  line-height: 1.65;
}
.story-finale {
  margin-top: 86px;
  position: relative;
  z-index: 2;
}
.story-finale blockquote {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
  font-family: Georgia, serif;
  font-size: clamp(26px, 3.2vw, 46px);
  line-height: 1.25;
  color: #e9f1fa;
}
.event-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.12);
}
.event-ribbon span {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: #bcc7d7;
  font-size: 11px;
  letter-spacing: .055em;
}
.event-ribbon b { color: #d7f238; font-size: 9px; letter-spacing: .14em; }

@media (max-width: 900px) {
  .story { border-radius: 48px 62px 52px 58px; }
  .story-heading { grid-template-columns: 1fr; }
  .story-route { display: none; }
  .story-grid { margin-top: 56px; }
  .story-card { grid-column: span 6; }
  .story-card:nth-child(2), .story-card:nth-child(5) { transform: none; }
  .story-card:hover, .story-card:nth-child(2):hover, .story-card:nth-child(5):hover { transform: translateY(-6px); }
}

@media (max-width: 560px) {
  .story {
    margin: 52px 12px 78px;
    padding: 78px 20px;
    border-radius: 36px 48px 40px 44px;
  }
  .story-heading h2 { font-size: 52px; }
  .story-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 42px; }
  .story-card { grid-column: 1; min-height: 0; padding: 24px; }
  .story-card img { width: calc(100% + 48px); margin: -24px -24px 22px; height: 190px; }
  .story-card-copy { padding-top: 48px; }
  .story-card img + .story-card-copy { padding-top: 0; }
  .story-finale { margin-top: 58px; }
  .event-ribbon { grid-template-columns: 1fr; }
}

/* Layout safeguards: prevent overlaps and keep identity marks contained */
@media (min-width: 901px) {
  .hero {
    height: auto;
    min-height: max(900px, 100svh);
    padding-bottom: 110px;
  }
}

.proof {
  margin: 24px auto 0;
}

.logo-cloud {
  padding: 22px 18px;
}

.logo-track {
  padding-inline: 8px;
}

.logo-item {
  overflow: hidden;
  padding: 18px 26px;
}

.logo-item img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 52px !important;
  object-fit: contain !important;
  object-position: center !important;
  flex: 0 1 auto;
}

@media (max-width: 900px) {
  .hero {
    padding-bottom: 82px;
  }
  .proof {
    margin-top: 24px;
  }
  .logo-item img {
    max-height: 46px !important;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 860px;
    padding-bottom: 68px;
  }
  .proof {
    margin-top: 18px;
  }
  .logo-cloud {
    padding-inline: 12px;
  }
  .logo-item {
    padding: 14px 20px;
  }
  .logo-item-wide {
    width: 210px;
  }
  .logo-item img {
    max-height: 42px !important;
  }
}
