:root {
  --ink: #183247;
  --navy: #071b2a;
  --navy-2: #102a43;
  --paper: #f5f0e7;
  --mist: #e7eef2;
  --amber: #f2b544;
  --coral: #ee6c4d;
  --coral-ink: #b44931;
  --sage: #6f8c79;
  --muted: #5b6d79;
  --muted-dark: #b6c5cc;
  --line: rgba(24, 50, 71, .18);
  --line-dark: rgba(231, 238, 242, .2);
  --wrap: 1240px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { color: var(--paper); background: var(--coral-ink); }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 5px; }
.wrap { width: min(var(--wrap), calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 30; top: -54px; left: 16px; padding: 10px 14px; color: var(--navy); background: var(--amber); font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 10; top: 0; color: var(--paper); background: rgba(7, 27, 42, .94); border-bottom: 1px solid rgba(231, 238, 242, .12); backdrop-filter: blur(14px); }
.nav-inner { display: grid; min-height: 82px; grid-template-columns: auto minmax(180px, 1fr) auto; align-items: center; gap: 30px; }
.logo { display: inline-flex; align-items: baseline; width: fit-content; white-space: nowrap; font-family: var(--serif); font-size: 1.32rem; letter-spacing: .12em; }
.logo small { color: var(--amber); font: 700 .68rem/1 var(--sans); letter-spacing: .34em; }
.nav-note { margin: 0; padding-left: 26px; border-left: 1px solid rgba(231, 238, 242, .26); color: #b8c8ce; font: .82rem/1.35 var(--serif); }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; font-size: .82rem; }
.nav-links a { color: #d7e0e4; }
.nav-links a:hover { color: var(--amber); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: var(--paper) !important; background: var(--coral-ink); font-weight: 800; }
.nav-cta:hover { background: #9d3d29; }

.hero { position: relative; overflow: hidden; color: var(--paper); background: var(--navy); }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 84% 50%, rgba(33, 70, 94, .42), transparent 34%), linear-gradient(120deg, rgba(7, 27, 42, 0) 54%, rgba(238, 108, 77, .08)); content: ''; pointer-events: none; }
.hero-orbit { position: absolute; border: 1px solid rgba(242, 181, 68, .22); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { top: 9%; right: -13%; width: 620px; height: 620px; }
.hero-orbit-two { top: 25%; right: -3%; width: 410px; height: 410px; border-color: rgba(238, 108, 77, .2); }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 700px; grid-template-columns: minmax(0, .95fr) minmax(300px, .62fr); align-items: center; gap: clamp(60px, 10vw, 150px); padding-block: 94px; }
.hero-copy { max-width: 650px; }
.map-label, .route-label, .footer-column h2 { margin: 0; font-size: .7rem; font-weight: 800; letter-spacing: .19em; line-height: 1.35; text-transform: uppercase; }
.map-label { color: var(--coral-ink); }
.hero .map-label { margin-bottom: 24px; color: var(--amber); }
.hero h1 { max-width: 660px; margin: 0 0 28px; font: 400 clamp(3.8rem, 7vw, 6.6rem)/.86 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { max-width: 570px; margin: 0; color: #d9e3e6; font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 36px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 16px; padding: 13px 19px; border: 1px solid transparent; font: 800 .84rem/1.2 var(--sans); transition: transform .22s ease, background .22s ease, color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-coral { color: #fff; background: var(--coral-ink); }
.button-coral:hover { color: #fff; background: #9d3d29; }
.quiet-link { color: var(--paper); font-weight: 800; }
.quiet-link:hover { color: var(--amber); }
.hero-aside { position: relative; max-width: 360px; justify-self: end; padding: 34px 0 32px 40px; border-left: 1px solid rgba(231, 238, 242, .28); }
.aside-mark { display: flex; gap: 8px; margin-bottom: 68px; }
.aside-mark span { width: 9px; height: 9px; border: 1px solid var(--amber); border-radius: 50%; }
.aside-mark span:nth-child(2) { background: var(--amber); }
.hero-aside p { margin: 0 0 14px; color: #b6c8ce; font: 1.05rem/1.35 var(--serif); }
.hero-aside strong { display: block; color: var(--paper); font: 400 clamp(1.45rem, 2.3vw, 2rem)/1.08 var(--serif); }
.aside-rule { display: block; width: 72px; height: 1px; margin: 34px 0 18px; background: var(--coral); }
.hero-aside small { display: block; color: #8ea4ad; font-size: .83rem; }

.map-section { padding: 122px 0 132px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .6fr 1.25fr 1fr; align-items: start; gap: 42px; padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.section-heading h2, .orientation h2, .contact-escape h2 { max-width: 640px; margin: -10px 0 0; font: 400 clamp(2.7rem, 5vw, 5rem)/.92 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.section-lead { max-width: 39ch; margin: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.65; }
.route-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.route { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 20px; min-height: 290px; padding: 30px 32px 28px; background: var(--paper); transition: background .22s ease, color .22s ease; }
.route:hover { background: #fff8ef; }
.route-featured { color: var(--paper); background: var(--navy-2); }
.route-featured:hover { background: #173b59; }
.route-symbol { color: var(--coral-ink); }
.route-featured .route-symbol { color: var(--amber); }
.route-symbol svg { display: block; width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.route-copy { display: flex; flex-direction: column; align-items: flex-start; }
.route-label { margin-bottom: 18px; color: var(--coral-ink); }
.route-featured .route-label { color: var(--amber); }
.route strong { max-width: 19ch; margin-bottom: 12px; font: 400 clamp(1.55rem, 2.5vw, 2.25rem)/1.02 var(--serif); letter-spacing: -.025em; }
.route-description { max-width: 38ch; color: var(--muted); font-size: .94rem; line-height: 1.5; }
.route-featured .route-description { color: #b9cbd2; }
.route-action { display: inline-flex; gap: 9px; margin-top: auto; padding-top: 26px; color: var(--coral-ink); font-size: .86rem; font-weight: 800; }
.route-featured .route-action { color: var(--amber); }
.route:hover .route-action { text-decoration: underline; text-underline-offset: 4px; }

.orientation { padding: 116px 0 124px; color: var(--paper); background: var(--mist); }
.orientation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.orientation h2 { max-width: 560px; color: var(--ink); }
.orientation .map-label { color: var(--coral-ink); margin-bottom: 22px; }
.orientation-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.orientation-step { min-height: 210px; padding: 23px 20px 20px 0; color: var(--ink); border-right: 1px solid var(--line); }
.orientation-step + .orientation-step { padding-left: 20px; }
.orientation-step:last-child { padding-right: 0; border-right: 0; }
.orientation-step span { display: block; margin-bottom: 34px; color: var(--coral-ink); font-size: .72rem; font-weight: 800; letter-spacing: .15em; }
.orientation-step strong { display: block; margin-bottom: 10px; font: 400 1.45rem/1.02 var(--serif); }
.orientation-step p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }


.collab-band { padding: 94px 0; color: var(--paper); background: #4b6656; }
.collab-inner { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.collab-band .map-label { margin-bottom: 18px; color: var(--paper); }
.collab-band h2 { max-width: 720px; margin: 0 0 18px; font: 400 clamp(2.4rem, 4.5vw, 4.5rem)/.92 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.collab-band p:not(.map-label) { max-width: 570px; margin: 0; color: #fff; }
.button-amber { color: var(--navy); background: var(--amber); }
.button-amber:hover { color: var(--navy); background: #f7c55c; }

.contact-escape { padding: 102px 0; color: var(--paper); background: var(--navy-2); }
.escape-inner { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.contact-escape .map-label { margin-bottom: 20px; color: var(--amber); }
.contact-escape h2 { margin-bottom: 18px; }
.contact-escape p:not(.map-label) { max-width: 520px; margin: 0; color: #b7c6cd; }
.escape-inner .button { flex: 0 0 auto; }

.site-footer { color: var(--paper); background: var(--navy); border-top: 1px solid rgba(231, 238, 242, .18); }
.footer-grid { display: grid; grid-template-columns: .9fr 1.35fr 1fr; gap: 70px; padding: 28px 0 48px; }
.footer-logo { margin-bottom: 20px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h2 { margin: 0 0 14px; color: var(--paper); font-size: .72rem; letter-spacing: .16em; }
.footer-column a { color: #c5d1d5; font-size: .88rem; }
.footer-column a:hover { color: var(--amber); }
.footer-network-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 64px; row-gap: 8px; width: 100%; }
.footer-meta { margin-top: 22px; color: #8299a3; font-size: .78rem; line-height: 1.6; }
.footer-data address { display: flex; flex-direction: column; gap: 4px; margin: 0; color: #9fb3bc; font-size: .82rem; font-style: normal; line-height: 1.5; }
.footer-data address strong { color: var(--paper); font: 400 1.35rem/1 var(--serif); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0 22px; color: #8299a3; border-top: 1px solid rgba(231, 238, 242, .16); font-size: .75rem; }

@media (max-width: 980px) {
  .nav-inner { grid-template-columns: auto 1fr; }
  .nav-note { display: none; }
  .nav-links { grid-column: 2; grid-row: 1; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 52px; }
  .section-heading { grid-template-columns: .55fr 1fr; }
  .section-lead { grid-column: 2; }
  .orientation-grid { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 720px) {
  .wrap { width: min(var(--wrap), calc(100% - 40px)); }
  .site-header { position: relative; }
  .nav-inner { display: flex; min-height: 74px; justify-content: space-between; }
  .nav-links { gap: 12px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 11px; font-size: .74rem; }
  .hero-grid { display: block; min-height: auto; padding-block: 76px 88px; }
  .hero h1 { max-width: 9ch; font-size: clamp(3.65rem, 15vw, 5.3rem); }
  .hero-lead { max-width: 36ch; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-aside { max-width: 390px; margin-top: 78px; padding: 28px 0 0; border-top: 1px solid rgba(231, 238, 242, .28); border-left: 0; }
  .aside-mark { margin-bottom: 34px; }
  .hero-orbit-one { top: 34%; right: -55%; width: 500px; height: 500px; }
  .hero-orbit-two { top: 44%; right: -28%; width: 330px; height: 330px; }
  .map-section, .orientation { padding-block: 84px; }
  .section-heading { display: block; padding-bottom: 34px; }
  .section-heading h2 { margin: 16px 0 20px; }
  .section-lead { max-width: 42ch; }
  .route-map { display: block; }
  .route { min-height: 0; padding: 28px 20px; }
  .route + .route { border-top: 1px solid var(--line); }
  .route-featured + .route { border-color: rgba(24, 50, 71, .18); }
  .route strong { max-width: 22ch; }
  .route-action { padding-top: 24px; }
  .orientation-grid { gap: 40px; }
  .orientation h2 { margin-top: 16px; }
  .orientation-steps { display: block; }
  .orientation-step, .orientation-step + .orientation-step, .orientation-step:last-child { min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .orientation-step:last-child { border-bottom: 0; }
  .orientation-step span { margin-bottom: 18px; }
  .collab-inner, .escape-inner { align-items: flex-start; flex-direction: column; }
  .collab-band, .contact-escape { padding-block: 78px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; padding-block: 28px 44px; }
  .footer-network { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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