:root {
  --ink: #0b282c;
  --ink-soft: #173b3f;
  --aqua: #52bec4;
  --aqua-bright: #65d4d7;
  --cream: #f5f0e9;
  --white: #fffdf9;
  --line: rgba(11, 40, 44, 0.16);
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--white); padding: 12px 18px; }
.skip-link:focus { left: 8px; }

.site-header { height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px); border-bottom: 1px solid var(--line); background: rgba(245, 240, 233, 0.92); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--white); font: italic 800 27px var(--display); transform: rotate(-8deg); }
.brand strong, .brand small { display: block; line-height: 1; }
.brand strong { font: 800 22px var(--display); letter-spacing: .04em; }
.brand small { margin-top: 4px; font-size: 8px; letter-spacing: .32em; font-weight: 700; }
nav { display: flex; gap: 34px; }
nav a { text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
nav a:hover { color: #298c92; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 24px; border-radius: 100px; background: var(--aqua); color: #06272a; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 800; box-shadow: 0 8px 0 rgba(11,40,44,.12); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--aqua-bright); box-shadow: 0 11px 0 rgba(11,40,44,.11); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.button-small { min-height: 42px; padding: 0 20px; font-size: 10px; box-shadow: none; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.04fr .96fr; overflow: hidden; }
.hero-copy { padding: clamp(74px, 8vw, 128px) clamp(28px, 5vw, 88px); }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: var(--aqua); }
h1, h2 { margin: 0; font-family: var(--display); text-transform: uppercase; line-height: .87; letter-spacing: -.035em; }
h1 { font-size: clamp(66px, 7vw, 114px); }
h1 em, h2 em { color: var(--aqua); font-style: normal; }
.hero-intro { max-width: 610px; margin: 34px 0; color: #496064; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { font-size: 12px; text-transform: uppercase; text-decoration: none; letter-spacing: .08em; font-weight: 800; border-bottom: 1px solid var(--ink); padding: 8px 0; }
.microcopy { margin-top: 34px; padding-left: 20px; border-left: 2px solid var(--aqua); color: #52666a; font-size: 12px; }
.hero-visual { position: relative; background: var(--ink); min-height: 650px; display: grid; place-items: center; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(82,190,196,.2); border-radius: 50%; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 44%, transparent 20%, rgba(3,21,24,.2) 75%), repeating-linear-gradient(135deg, transparent 0 34px, rgba(82,190,196,.035) 35px 36px); }
.hero-image-wrap { width: min(78%, 540px); position: relative; z-index: 1; filter: saturate(.82) contrast(1.05); transform: rotate(2deg); box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.hero-image-wrap img { aspect-ratio: 3 / 4; object-fit: cover; }
.territory-note { position: absolute; z-index: 2; left: clamp(20px, 5vw, 74px); bottom: 42px; background: var(--cream); padding: 18px 24px; display: flex; align-items: center; gap: 15px; transform: rotate(-3deg); box-shadow: 10px 10px 0 var(--aqua); }
.territory-note strong { font: 800 46px var(--display); line-height: .8; }
.territory-note span { font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; line-height: 1.4; }

.marquee { overflow: hidden; white-space: nowrap; padding: 20px 0; background: var(--aqua); font: 700 18px var(--display); letter-spacing: .11em; }
.marquee div { width: max-content; min-width: 100%; text-align: center; }
.marquee i { margin: 0 24px; color: var(--white); font-style: normal; }

.program { padding: clamp(90px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 64px; }
.section-heading h2, .proof h2, .apply h2 { font-size: clamp(58px, 6.5vw, 98px); }
.benefit-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-card { min-height: 320px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.18); transition: background .2s ease, transform .2s ease; }
.benefit-card:hover { background: var(--white); transform: translateY(-4px); }
.benefit-featured { grid-row: span 2; min-height: 640px; background: var(--aqua); }
.benefit-featured:hover { background: var(--aqua-bright); }
.card-number { margin: 0; font: 600 14px var(--display); letter-spacing: .12em; }
.benefit-card h3 { max-width: 370px; margin: 0 0 18px; font: 700 clamp(30px, 3.1vw, 50px)/.98 var(--display); text-transform: uppercase; }
.benefit-card p:last-child { max-width: 390px; margin: 0; color: #486064; font-size: 14px; line-height: 1.65; }
.benefit-featured p:last-child { color: var(--ink-soft); }

.proof { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; background: var(--ink); color: var(--white); }
.proof-image { position: relative; padding: clamp(30px, 5vw, 80px); display: grid; place-items: center; overflow: hidden; }
.proof-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(82,190,196,.24), transparent 50%); }
.proof-image img { position: relative; width: 100%; max-width: 620px; border-radius: 48% 48% 8px 8px; box-shadow: -24px 24px 0 var(--aqua); }
.proof-image > span { position: absolute; left: 9%; bottom: 6%; font: 700 24px var(--display); text-transform: uppercase; letter-spacing: .12em; transform: rotate(-90deg); transform-origin: left; }
.proof-copy { padding: clamp(80px, 9vw, 140px) clamp(30px, 7vw, 110px); border-left: 1px solid rgba(255,255,255,.14); }
.eyebrow.light { color: #b8c5c6; }
.proof-copy > p:not(.eyebrow) { max-width: 600px; color: #b8c5c6; line-height: 1.75; }
.proof-copy ol { list-style: none; padding: 30px 0 0; margin: 34px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.proof-copy li { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.proof-copy li > span { color: var(--aqua); font: 700 14px var(--display); }
.proof-copy li strong, .proof-copy li small { display: block; }
.proof-copy li strong { font: 700 22px var(--display); text-transform: uppercase; }
.proof-copy li small { color: #9eb0b2; margin-top: 4px; }

.apply { padding: clamp(100px, 12vw, 180px) 24px; text-align: center; background: var(--aqua); }
.eyebrow.centered { justify-content: center; }
.apply h2 { color: var(--ink); }
.apply > p:not(.eyebrow) { max-width: 620px; margin: 28px auto 34px; line-height: 1.7; }
.button-dark { background: var(--ink); color: var(--white); box-shadow: 0 8px 0 rgba(255,255,255,.35); }
.button-dark:hover { background: #16454a; }
footer { padding: 38px clamp(24px, 5vw, 76px); background: #071f22; color: #9eb0b2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; font-size: 11px; }
.brand-footer { color: var(--white); }
footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .14s; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero, .proof { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 76px; }
  .hero-visual { min-height: 680px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-featured { grid-column: span 2; grid-row: auto; min-height: 420px; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 30px; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  footer p:last-child { text-align: center; }
}

@media (max-width: 600px) {
  .site-header { height: 76px; }
  .site-header > .button { display: none; }
  .brand-mark { width: 39px; height: 39px; }
  .hero { min-height: auto; }
  h1 { font-size: clamp(60px, 18vw, 82px); }
  .hero-visual { min-height: 530px; }
  .hero-image-wrap { width: 82%; }
  .territory-note { bottom: 25px; }
  .marquee div { animation: ticker 14s linear infinite; text-align: left; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-featured { grid-column: auto; min-height: 390px; }
  .benefit-card { min-height: 280px; }
  .proof-copy { border-left: 0; }
  .proof-image { min-height: 520px; }
  .proof-image > span { display: none; }
  .apply h2 { font-size: 56px; }
  .button { width: 100%; }
}

@keyframes ticker { to { transform: translateX(-48%); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
