:root {
  --ink: #061826;
  --ink-soft: #0d3144;
  --cream: #fbf7ef;
  --sand: #f5efe5;
  --line: #dce5eb;
  --muted: #64747e;
  --gold: #d9ae61;
  --gold-deep: #bd8c38;
  --white: #ffffff;
  --shadow: 0 24px 72px rgba(6, 24, 38, .14);
  --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; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 30; padding: 12px 16px; border-radius: 10px; background: var(--gold); color: var(--ink); font-weight: 800; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.site-shell { overflow: hidden; }

.site-header { width: min(1184px, calc(100% - 48px)); height: 96px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { width: 31px; height: 31px; color: var(--gold-deep); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { color: #405763; text-decoration: none; transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover, .site-nav > a:not(.nav-cta):focus { color: var(--ink); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); text-decoration: none; transition: background .2s ease, color .2s ease; }
.nav-cta:hover, .nav-cta:focus { background: var(--ink); color: var(--cream); }
.menu-toggle { display: none; border: 0; padding: 8px; background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { width: min(1184px, calc(100% - 48px)); min-height: 638px; margin: 0 auto 112px; display: grid; grid-template-columns: minmax(0, 1.01fr) minmax(420px, .99fr); align-items: center; gap: 38px; }
.hero-copy { max-width: 626px; padding: 44px 0 32px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--gold-deep); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 590px; margin-bottom: 23px; font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 5.35rem); line-height: .94; letter-spacing: -.065em; font-weight: 700; }
.hero-lede { max-width: 556px; margin-bottom: 30px; color: #4d6570; font-size: 17px; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 56px; padding: 15px 22px; border-radius: 13px; font-size: 15px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--cream); box-shadow: 0 16px 24px rgba(6, 24, 38, .17); }
.button-primary:hover, .button-primary:focus { background: #0c2a3a; box-shadow: 0 20px 28px rgba(6, 24, 38, .22); }
.button span { font-size: 20px; line-height: 1; }
.hero-note { margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 42px; color: #3e5865; font-size: 12px; font-weight: 750; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof i { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; background: #eee4d2; color: #805f25; font-size: 8px; font-style: normal; }

.hero-art { min-height: 516px; position: relative; isolation: isolate; border-radius: 44% 44% 38% 38% / 35% 37% 30% 30%; background: var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.hero-art::before { content: ''; position: absolute; width: 420px; height: 420px; left: -170px; top: -150px; border: 1px solid rgba(249, 241, 228, .15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(249, 241, 228, .04), 0 0 0 112px rgba(249, 241, 228, .03); }
.hero-art::after { content: ''; position: absolute; width: 180px; height: 180px; right: -52px; bottom: -50px; border-radius: 50%; background: rgba(217, 174, 97, .1); }
.art-grid { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(249, 241, 228, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(249, 241, 228, .12) 1px, transparent 1px); background-size: 36px 36px; transform: rotate(-12deg) scale(1.23); }
.route-line { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.map-label { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 7px; padding: 9px 11px; border-radius: 999px; background: rgba(251, 247, 239, .96); color: var(--ink); box-shadow: 0 9px 25px rgba(0,0,0,.15); font-size: 10px; font-weight: 850; }
.label-start { left: 7%; bottom: 15%; }
.label-guide { right: 11%; top: 12%; }
.label-pin, .status-dot, .gold-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.guide-dot { width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--cream); font-family: var(--serif); font-size: 11px; }
.map-card { position: absolute; z-index: 3; width: 198px; padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: var(--cream); background: rgba(8, 39, 56, .91); box-shadow: 0 18px 38px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.card-traveler { left: 14%; top: 24%; transform: rotate(-5deg); }
.card-guide { right: 8%; bottom: 13%; transform: rotate(4deg); }
.card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; color: rgba(249,241,228,.58); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.status-dot { background: #9bcbb7; box-shadow: 0 0 0 4px rgba(155,203,183,.12); }
.gold-dot { background: var(--gold); box-shadow: 0 0 0 4px rgba(217,174,97,.11); }
.map-card strong { display: block; font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.07; letter-spacing: -.035em; }
.mini-route { display: flex; align-items: center; gap: 7px; margin-top: 15px; }
.mini-route span { height: 5px; flex: 1; border-radius: 999px; background: rgba(249,241,228,.18); }
.mini-route span:first-child { background: var(--gold); }
.card-person { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: rgba(249,241,228,.71); font-size: 10px; font-weight: 700; }
.person-avatar { width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--ink); font-family: var(--serif); font-size: 12px; font-weight: 700; }
.compass { position: absolute; z-index: 2; right: 17%; top: 44%; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(249,241,228,.22); border-radius: 50%; color: rgba(249,241,228,.75); font-family: var(--serif); font-size: 10px; }
.compass svg { position: absolute; width: 38px; height: 38px; top: 17px; }

.section { width: min(1184px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }
.paths { padding-bottom: 130px; }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.08fr .65fr; align-items: end; gap: 64px; }
.section-heading h2 { margin-bottom: 0; max-width: 685px; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 600; line-height: .99; letter-spacing: -.06em; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.path-card { min-height: 410px; padding: 39px 40px 36px; border-radius: 25px; position: relative; overflow: hidden; }
.path-card::after { content: ''; position: absolute; width: 210px; height: 210px; right: -54px; bottom: -87px; border-radius: 50%; pointer-events: none; }
.traveler-card { border: 1px solid #e9dfd0; background: var(--white); }
.traveler-card::after { border: 38px solid rgba(217,174,97,.11); }
.guide-card { background: #e7f0f1; }
.guide-card::after { border: 38px solid rgba(6,24,38,.06); }
.path-card-icon { width: 51px; height: 51px; display: grid; place-items: center; margin-bottom: 38px; border-radius: 16px; background: var(--ink); color: var(--gold); }
.guide-card .path-card-icon { background: var(--white); color: var(--ink); }
.path-card-icon svg { width: 31px; height: 31px; }
.path-kicker { margin-bottom: 10px; color: var(--gold-deep); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.path-card h3 { max-width: 410px; margin-bottom: 13px; font-family: var(--serif); font-size: 31px; font-weight: 600; line-height: 1.05; letter-spacing: -.05em; }
.path-card > p:not(.path-kicker) { max-width: 450px; margin-bottom: 23px; color: #566d77; font-size: 14px; line-height: 1.65; }
.path-card ul { position: relative; z-index: 1; padding: 0; margin: 0; list-style: none; color: #3e5865; font-size: 12px; font-weight: 750; }
.path-card li { display: flex; align-items: center; gap: 10px; margin: 11px 0; }
.path-card li::before { content: ''; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: var(--gold); }

.how-it-works { min-height: 635px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr); background: var(--ink); color: var(--cream); }
.how-panel { width: min(800px, 100%); justify-self: end; padding: 93px 80px max(76px, 8vw); }
.section-heading-light { max-width: 550px; margin-bottom: 42px; }
.section-heading-light h2 { max-width: 510px; margin-bottom: 18px; color: var(--cream); font-size: clamp(2.3rem, 4vw, 3.75rem); }
.section-heading-light > p:last-child { margin: 0; color: rgba(249,241,228,.66); font-size: 15px; line-height: 1.65; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(249,241,228,.15); }
.step-number { padding-top: 3px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.steps h3 { margin-bottom: 6px; color: var(--cream); font-size: 15px; }
.steps p { max-width: 430px; margin: 0; color: rgba(249,241,228,.62); font-size: 13px; line-height: 1.55; }
.how-aside { position: relative; min-height: 100%; overflow: hidden; background: #0b2a3a; }
.how-aside::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,24,38,.08), rgba(6,24,38,.44)); }
.side-line { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(249,241,228,.15); border-radius: 50%; }
.line-one { right: -320px; top: -135px; }
.line-two { left: -345px; top: 139px; }
.line-three { right: -180px; bottom: -322px; }
.waypoint { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; color: var(--cream); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.waypoint span { width: 13px; height: 13px; border: 3px solid var(--gold); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 8px rgba(217,174,97,.1); }
.waypoint-one { top: 25%; left: 25%; }.waypoint-two { top: 50%; right: 23%; }.waypoint-three { bottom: 23%; left: 36%; }
.how-aside p { position: absolute; z-index: 2; bottom: 45px; left: 12%; max-width: 270px; margin: 0; color: rgba(249,241,228,.7); font-family: var(--serif); font-size: 23px; line-height: 1.17; letter-spacing: -.04em; }

.trust { display: grid; grid-template-columns: .92fr 1.08fr; gap: 96px; align-items: start; padding-top: 132px; padding-bottom: 132px; }
.trust-intro h2 { margin-bottom: 21px; font-family: var(--serif); font-size: clamp(2.3rem, 3.5vw, 3.5rem); font-weight: 600; line-height: 1; letter-spacing: -.06em; }
.trust-intro > p:last-child { max-width: 490px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.trust-grid { display: grid; gap: 0; }
.trust-grid article { padding: 22px 0 24px 65px; position: relative; border-bottom: 1px solid #e1e5e3; }
.trust-grid article:first-child { border-top: 1px solid #e1e5e3; }
.trust-icon { position: absolute; left: 0; top: 23px; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #eee4d2; color: #8d6a2a; font-size: 19px; font-weight: 600; }
.trust-grid h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: -.04em; }
.trust-grid p { max-width: 490px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.closing { min-height: 422px; padding: 87px max(24px, calc((100vw - 1088px) / 2)); position: relative; background: #0b2a3a; color: var(--cream); overflow: hidden; }
.closing::before { content: ''; width: 560px; height: 560px; position: absolute; right: -180px; top: -410px; border: 1px solid rgba(249,241,228,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(249,241,228,.04), 0 0 0 120px rgba(249,241,228,.025); }
.closing-copy { max-width: 610px; position: relative; z-index: 2; }
.closing h2 { max-width: 600px; margin-bottom: 18px; font-family: var(--serif); font-size: clamp(2.7rem, 4.2vw, 4.2rem); font-weight: 600; line-height: .98; letter-spacing: -.065em; }
.closing-copy > p:not(.eyebrow) { max-width: 440px; margin-bottom: 25px; color: rgba(249,241,228,.68); font-size: 15px; line-height: 1.65; }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 0 14px 25px rgba(0,0,0,.17); }
.button-gold:hover, .button-gold:focus { background: #e9be71; }
.closing-art { position: absolute; right: 0; bottom: -2px; width: min(45vw, 610px); height: auto; opacity: .92; }

.site-footer { width: min(1184px, calc(100% - 48px)); min-height: 168px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 30px; color: #54707d; font-size: 12px; }
.footer-brand { font-size: 22px; }.site-footer > p { margin: 0; line-height: 1.55; }.footer-note { text-align: right; color: #758892; }

@media (max-width: 860px) {
  .site-header { width: min(100% - 32px, 700px); height: 78px; }
  .menu-toggle { display: block; position: relative; z-index: 4; }
  .site-nav { display: none; position: absolute; top: 65px; right: 0; width: min(290px, 100vw - 32px); padding: 17px; align-items: stretch; gap: 0; flex-direction: column; border: 1px solid rgba(6,24,38,.08); border-radius: 17px; background: var(--cream); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.nav-cta) { padding: 12px 8px; }.nav-cta { margin-top: 6px; text-align: center; }
  .hero { width: min(100% - 32px, 700px); min-height: 0; margin-bottom: 88px; grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { padding: 53px 0 8px; }.hero-art { width: min(100%, 590px); min-height: 485px; justify-self: center; margin-top: 23px; }
  .section { width: min(100% - 32px, 700px); }.paths { padding-bottom: 88px; }.split-heading { grid-template-columns: 1fr; gap: 17px; }.section-heading { margin-bottom: 34px; }
  .path-card { min-height: 0; padding: 34px 30px; }.path-card-icon { margin-bottom: 30px; }
  .how-it-works { grid-template-columns: 1fr; }.how-panel { width: min(100% - 32px, 700px); padding: 77px 0 60px; justify-self: center; }.how-aside { min-height: 315px; }.how-aside p { bottom: 35px; }
  .trust { grid-template-columns: 1fr; gap: 45px; padding-top: 89px; padding-bottom: 89px; }.closing { padding: 76px max(16px, calc((100vw - 668px) / 2)); }.closing-art { width: 510px; right: -165px; }.site-footer { width: min(100% - 32px, 700px); min-height: 190px; grid-template-columns: 1fr 1fr; padding: 28px 0; }.site-footer > p { text-align: right; }.footer-note { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 570px) {
  .brand { font-size: 23px; }.brand-mark { width: 29px; height: 29px; }.hero-copy { padding-top: 39px; }h1 { font-size: clamp(3.2rem, 14.7vw, 4.7rem); }.hero-lede { font-size: 16px; line-height: 1.62; }.hero-proof { gap: 9px 13px; margin-top: 32px; }.hero-art { min-height: 435px; border-radius: 34% 34% 29% 29% / 25% 25% 24% 24%; }.map-card { width: 171px; padding: 13px; }.map-card strong { font-size: 16px; }.card-traveler { left: 6%; top: 24%; }.card-guide { right: 4%; bottom: 12%; }.label-guide { right: 5%; top: 11%; }.label-start { left: 6%; bottom: 10%; }.compass { right: 18%; top: 48%; }.path-grid { grid-template-columns: 1fr; }.section-heading h2 { font-size: clamp(2.35rem, 11vw, 3.3rem); }.path-card h3 { font-size: 29px; }.how-panel { padding-top: 64px; }.section-heading-light h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }.steps li { grid-template-columns: 34px 1fr; gap: 13px; }.trust-intro h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }.closing { min-height: 450px; }.closing h2 { font-size: clamp(2.7rem, 12.5vw, 4rem); }.closing-art { width: 490px; right: -230px; bottom: -4px; }.site-footer { grid-template-columns: 1fr; gap: 14px; }.site-footer > p { text-align: left; }.footer-note { grid-column: auto; }.button { width: 100%; }.hero-actions { max-width: 330px; }
}

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