:root {
  --ocean: #0d2f44;
  --ocean-deep: #082534;
  --teal: #1b6b7a;
  --blue: #6fa7b8;
  --sand: #e8d6b6;
  --cream: #f8f3e9;
  --coral: #e76f51;
  --ink: #102e3d;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; transform: translateY(-150%); background: var(--white); color: var(--ocean); padding: .7rem 1rem; border-radius: .25rem; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.site-header { height: 112px; padding: 18px max(28px, calc((100vw - var(--max)) / 2)); background: var(--ocean); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: block; flex: 0 0 auto; }
.brand img { display: block; width: 214px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(1.1rem, 3vw, 2.4rem); font-size: .84rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.site-header nav a { text-decoration: none; }
.site-header nav a:not(.nav-cta) { padding: .6rem 0; border-bottom: 2px solid transparent; }
.site-header nav a:not(.nav-cta):hover, .site-header nav a[aria-current="page"] { border-color: var(--coral); }
.nav-cta { padding: .82rem 1.15rem; border: 1px solid rgba(255,255,255,.48); border-radius: 99px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--white); color: var(--ocean); }

.hero { position: relative; min-height: 690px; overflow: hidden; background: var(--ocean); color: var(--white); padding: clamp(74px, 9vw, 125px) max(28px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { margin: 0 0 1.7rem; display: flex; align-items: center; gap: .75rem; color: var(--sand); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--coral); }
.eyebrow.dark { color: var(--teal); }
.eyebrow.light { color: var(--sand); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.7rem, 6.7vw, 6.7rem); line-height: .92; letter-spacing: -.065em; font-weight: 850; }
h1 em, h2 em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 575px; margin: 2rem 0 2.2rem; color: #dbe9ed; font-size: clamp(1.04rem, 1.6vw, 1.23rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.2rem; min-height: 54px; padding: .9rem 1.35rem; border-radius: 3px; text-decoration: none; font-size: .78rem; font-weight: 900; letter-spacing: .065em; text-transform: uppercase; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.button-primary { background: var(--coral); color: var(--white); }
.button-dark { background: var(--ocean); color: var(--white); }
.launch-note { color: var(--blue); font-size: .82rem; font-weight: 700; }
.hero-art { position: relative; align-self: stretch; min-height: 480px; }
.hero-art svg { position: absolute; z-index: 1; width: min(760px, 58vw); right: min(-12vw, -90px); bottom: -125px; }
.mountain-back { fill: rgba(111,167,184,.24); }
.mountain-front { fill: rgba(8,37,52,.8); stroke: rgba(232,214,182,.22); stroke-width: 2; }
.city-line { fill: none; stroke: rgba(232,214,182,.33); stroke-width: 2; }
.sun { position: absolute; width: 290px; height: 290px; right: 1%; top: 10%; border-radius: 50%; background: var(--coral); opacity: .88; box-shadow: 0 0 90px rgba(231,111,81,.2); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .12; }
.hero-glow-one { width: 520px; height: 520px; background: var(--blue); right: -220px; top: -230px; }
.hero-glow-two { width: 350px; height: 350px; border: 1px solid var(--sand); left: -260px; bottom: -190px; }
.coordinate-card { position: absolute; z-index: 2; right: 0; bottom: 40px; display: flex; align-items: center; gap: .8rem; background: rgba(8,37,52,.88); border: 1px solid rgba(255,255,255,.19); backdrop-filter: blur(8px); padding: .8rem 1rem; }
.coordinate-card .pin { color: var(--coral); }
.coordinate-card small, .coordinate-card strong { display: block; }
.coordinate-card small { margin-bottom: .2rem; color: var(--blue); font-size: .57rem; letter-spacing: .15em; }
.coordinate-card strong { font-size: .72rem; letter-spacing: .06em; }

.ticker { min-height: 62px; padding: 1rem max(24px, calc((100vw - var(--max)) / 2)); background: var(--coral); color: var(--white); display: flex; align-items: center; justify-content: space-between; gap: 1rem; overflow: hidden; white-space: nowrap; font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.ticker i { color: var(--ocean); font-size: .6rem; font-style: normal; }
.section { padding: clamp(82px, 10vw, 130px) max(28px, calc((100vw - var(--max)) / 2)); }
.discover { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .approach h2, .coming-soon h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: .98; letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 430px; margin: 0 0 .3rem; color: #4f6874; line-height: 1.7; font-size: 1rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 430px; padding: 2rem; overflow: hidden; display: flex; flex-direction: column; border-radius: 2px; }
.coral-card { background: var(--coral); color: var(--white); }
.blue-card { background: var(--teal); color: var(--white); }
.sand-card { background: var(--sand); color: var(--ocean); }
.card-number { position: absolute; top: 1.5rem; right: 1.7rem; opacity: .5; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.card-icon { margin-top: 2.5rem; font-size: 4.2rem; line-height: 1; opacity: .9; }
.route-icon { font-size: 5.5rem; transform: rotate(-16deg); transform-origin: left center; }
.feature-card h3 { margin: auto 0 .85rem; font-size: 2rem; letter-spacing: -.04em; }
.feature-card p { min-height: 76px; margin: 0 0 1.8rem; line-height: 1.55; opacity: .88; }
.card-label { padding-top: 1.2rem; border-top: 1px solid currentColor; opacity: .75; font-size: .65rem; font-weight: 900; letter-spacing: .14em; }

.approach { min-height: 590px; background: var(--teal); color: var(--white); display: grid; grid-template-columns: .75fr 1.25fr; align-items: stretch; }
.approach-mark { position: relative; overflow: hidden; padding: 70px max(30px, calc((100vw - var(--max)) / 2)); background: var(--ocean-deep); color: rgba(111,167,184,.35); font-size: clamp(8rem, 19vw, 18rem); font-weight: 950; line-height: .7; letter-spacing: -.13em; }
.approach-mark span { color: var(--coral); }
.approach-copy { max-width: 690px; padding: clamp(70px, 8vw, 105px) max(30px, calc((100vw - var(--max)) / 2)); }
.approach-copy h2 { max-width: 650px; }
.approach-copy > p:not(.eyebrow) { max-width: 600px; margin: 2rem 0; color: #d5e8ec; line-height: 1.75; }
.principles { display: flex; flex-wrap: wrap; gap: .7rem; }
.principles span { padding: .65rem .85rem; border: 1px solid rgba(255,255,255,.3); font-size: .6rem; font-weight: 900; letter-spacing: .14em; }
.coming-soon { min-height: 600px; padding: 110px 28px; background: var(--sand); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.eyebrow.centred { justify-content: center; }
.coming-soon h2 { max-width: 850px; }
.coming-soon > p:not(.eyebrow) { max-width: 560px; margin: 1.8rem auto 2.3rem; line-height: 1.7; color: #4c6470; }
footer { padding: 50px max(28px, calc((100vw - var(--max)) / 2)); background: var(--ocean-deep); color: var(--white); display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: end; gap: 1.2rem 2rem; }
.footer-brand img { width: 190px; }
footer p { grid-column: 1; margin: 0; color: var(--blue); font-size: .78rem; }
footer nav { grid-column: 2; grid-row: 1 / 3; display: flex; justify-content: center; gap: 2rem; font-size: .78rem; font-weight: 800; }
footer nav a { text-underline-offset: 5px; }
footer small { grid-column: 3; grid-row: 1 / 3; color: var(--blue); }

/* Legal pages */
.legal-page { background: #fbf8f1; }
.legal-header { height: 98px; }
.legal-main { padding: 0 max(28px, calc((100vw - var(--max)) / 2)) 110px; }
.legal-title { padding: 86px 0 70px; border-bottom: 1px solid #cdd7d8; }
.legal-title .eyebrow { margin-bottom: 1.4rem; }
.legal-title h1 { margin: 0; font-size: clamp(3.4rem, 7vw, 6.3rem); line-height: .95; letter-spacing: -.065em; }
.legal-title > p:not(.eyebrow) { max-width: 620px; margin: 1.5rem 0 1rem; color: #506975; font-size: 1.13rem; line-height: 1.6; }
.legal-title small { color: var(--teal); font-weight: 800; }
.legal-layout { display: grid; grid-template-columns: 235px minmax(0, 720px); gap: clamp(50px, 8vw, 120px); padding-top: 65px; }
.legal-layout aside { position: sticky; top: 25px; height: max-content; padding: 1.4rem; border-left: 3px solid var(--coral); background: #f2eadb; display: flex; flex-direction: column; gap: .85rem; font-size: .8rem; }
.legal-layout aside strong { margin-bottom: .35rem; color: var(--ocean); text-transform: uppercase; letter-spacing: .08em; }
.legal-layout aside a { color: #58717c; text-underline-offset: 3px; }
.legal-content section { padding: 0 0 2.4rem; scroll-margin-top: 25px; }
.legal-content h2 { margin: 0 0 1rem; color: var(--ocean); font-size: 1.45rem; letter-spacing: -.02em; }
.legal-content p { margin: 0 0 1rem; color: #415d69; line-height: 1.78; }
.legal-content a { color: var(--teal); font-weight: 750; text-underline-offset: 3px; }
.contact-box { margin-top: .5rem; padding: 1.7rem 1.8rem !important; background: var(--sand); border-left: 3px solid var(--coral); }
.contact-box p { margin-bottom: 0; }
.legal-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.legal-footer > a { font-weight: 900; text-decoration: none; }
.legal-footer nav { display: flex; grid-column: auto; grid-row: auto; }
.legal-footer small { grid-column: auto; grid-row: auto; }

@media (max-width: 900px) {
  .hero { min-height: 790px; grid-template-columns: 1fr; align-items: start; }
  .hero-art { position: absolute; width: 70%; height: 55%; right: 0; bottom: 0; opacity: .68; }
  .hero-copy { max-width: 720px; }
  .hero-art svg { width: 720px; right: -240px; }
  .coordinate-card { right: 28px; bottom: 35px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 1.3rem; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child { grid-column: 1 / -1; min-height: 330px; }
  .approach { grid-template-columns: .55fr 1.45fr; }
  .approach-mark { padding-left: 30px; }
  .legal-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 45px; }
}

@media (max-width: 650px) {
  .site-header { height: auto; min-height: 92px; padding: 16px 20px; gap: .6rem; }
  .brand img { width: 150px; }
  .site-header nav a:not(.nav-cta) { display: none; }
  .site-header nav { font-size: .7rem; }
  .nav-cta { padding: .7rem .85rem; }
  .hero { min-height: 720px; padding: 70px 22px 210px; display: block; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-intro { font-size: 1rem; line-height: 1.65; }
  .hero-art { width: 100%; height: 280px; min-height: 0; }
  .sun { width: 180px; height: 180px; top: 15%; right: 8%; }
  .hero-art svg { width: 530px; right: -180px; bottom: -100px; }
  .coordinate-card { right: 20px; bottom: 18px; }
  .launch-note { display: none; }
  .ticker { justify-content: flex-start; gap: 1.5rem; }
  .ticker span:nth-of-type(n+3), .ticker i:nth-of-type(n+3) { display: none; }
  .section { padding: 76px 22px; }
  .card-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:last-child { grid-column: auto; min-height: 365px; }
  .approach { grid-template-columns: 1fr; }
  .approach-mark { display: none; }
  .approach-copy { padding: 76px 22px; }
  .coming-soon { min-height: 540px; padding: 80px 22px; }
  footer, .legal-footer { display: flex; flex-direction: column; align-items: flex-start; padding: 45px 22px; }
  footer nav { justify-content: flex-start; }
  .legal-title { padding: 65px 0 55px; }
  .legal-main { padding: 0 22px 75px; }
  .legal-layout { display: block; padding-top: 48px; }
  .legal-layout aside { position: static; margin-bottom: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
