:root {
  --ink: #102a27;
  --ink-deep: #08231f;
  --cream: #fbf2df;
  --paper: #fffaf0;
  --coral: #e85636;
  --gold: #ddaa50;
  --mist: #e3dfd2;
  --line: rgba(16, 42, 39, .2);
  --sans: Arial, "Helvetica Neue", "Liberation Sans", sans-serif;
  --mono: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.frame { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.skip { position: absolute; left: 10px; top: -70px; z-index: 20; padding: 10px 14px; color: var(--paper); background: var(--ink); font-weight: 700; }
.skip:focus { top: 10px; }

.masthead { position: relative; z-index: 5; color: var(--paper); background: var(--ink-deep); }
.navline { min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; width: fit-content; line-height: .86; letter-spacing: .09em; }
.wordmark-symbol { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.8); font-family: var(--mono); font-size: 16px; }
.wordmark b, .wordmark i { display: block; font-size: 14px; font-style: normal; font-weight: 800; }
.wordmark i { margin-top: 5px; color: var(--gold); font-size: 10px; letter-spacing: .2em; }
.desktop-menu { display: flex; gap: 28px; font-size: 12px; font-weight: 700; }
.desktop-menu a { opacity: .78; transition: opacity .2s ease; }
.desktop-menu a:hover { opacity: 1; }
.nav-mail { justify-self: end; border: 1px solid rgba(255,255,255,.45); padding: 9px 12px; font-size: 12px; font-weight: 700; }
.nav-mail span { margin-left: 9px; color: var(--gold); }
.mobile-menu { display: none; }

.gateway { position: relative; overflow: hidden; padding: 112px 0 42px; color: var(--paper); background: var(--ink-deep); }
.gateway::before { content: ""; position: absolute; width: 56vw; height: 56vw; top: -22vw; right: -10vw; border: 1px solid rgba(221,170,80,.22); border-radius: 50%; box-shadow: 0 0 0 65px rgba(221,170,80,.035), 0 0 0 135px rgba(221,170,80,.025); }
.gateway::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 43%; background-image: linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, transparent, black); }
.gateway-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 435px; gap: 72px; align-items: end; }
.place-tag, .section-intro, .side-label, .item-no, .route-caption, .step-list span { font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.place-tag { color: var(--gold); }
.gateway h1 { max-width: 650px; margin: 21px 0 26px; font-size: clamp(56px, 7vw, 98px); font-weight: 800; letter-spacing: -.075em; line-height: .89; }
.gateway h1 span { color: var(--coral); }
.gateway-text { max-width: 520px; margin: 0; color: rgba(255,250,240,.8); font-size: 19px; font-weight: 500; line-height: 1.5; }
.gateway-actions { display: flex; align-items: center; gap: 26px; margin-top: 35px; }
.primary-action { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 0 16px; color: var(--ink-deep); background: var(--gold); font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.primary-action:hover { transform: translateY(-2px); background: #f1c775; }
.primary-action span { font-size: 19px; }
.secondary-action { border-bottom: 1px solid rgba(255,255,255,.7); padding: 5px 0; font-size: 13px; font-weight: 700; }
.route-panel { min-height: 405px; display: flex; flex-direction: column; padding: 19px 21px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.035); }
.route-top { display: flex; justify-content: space-between; color: var(--gold); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; }
.route-panel svg { width: calc(100% + 10px); height: 190px; margin: 8px -5px 0; overflow: visible; }
.route-map { fill: none; stroke: var(--gold); stroke-width: 1.4; }
.route-map-alt { stroke: rgba(255,255,255,.35); stroke-dasharray: 4 7; }
.route-panel circle { fill: var(--coral); }
.route-panel .route-mid { fill: var(--gold); }
.route-panel p { margin: auto 0 0; color: rgba(255,250,240,.86); font-size: 16px; line-height: 1.38; }
.route-panel p b { color: var(--paper); }
.route-caption { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.26); color: rgba(255,255,255,.58); font-size: 8px; }
.gateway-rule { position: relative; z-index: 2; width: 100%; height: 1px; background: rgba(255,255,255,.25); }

.section { padding: 128px 0; }
.profile { background: var(--paper); }
.profile-grid { display: grid; grid-template-columns: 18% minmax(0, 1.18fr) minmax(300px, .82fr); gap: 36px; align-items: start; }
.side-label { margin: 9px 0 0; color: #78827a; }
.side-label span { display: block; margin-top: 6px; color: var(--ink); }
.section-intro { margin: 0; color: var(--coral); }
h2 { margin: 19px 0 0; font-size: clamp(35px, 4.1vw, 60px); font-weight: 800; letter-spacing: -.065em; line-height: .96; }
.profile-body { padding-top: 29px; }
.profile-body p { margin: 0 0 21px; color: #55615a; }
.profile-body .lead-copy { color: var(--ink); font-size: 19px; font-weight: 600; line-height: 1.48; }
.inline-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 19px; border-bottom: 2px solid var(--coral); padding-bottom: 4px; font-size: 13px; font-weight: 800; }

.spectrum { color: var(--paper); background: var(--coral); }
.spectrum-heading { display: grid; grid-template-columns: 1fr 1.25fr .8fr; gap: 36px; align-items: end; margin-bottom: 62px; }
.spectrum .section-intro { color: var(--ink-deep); }
.spectrum-heading h2 { margin: 0; }
.spectrum-heading > p:last-child { margin: 0; font-size: 15px; font-weight: 600; line-height: 1.52; }
.spectrum-list { border-top: 2px solid var(--ink-deep); }
.spectrum-item { display: grid; grid-template-columns: 14% minmax(0, 1fr) 72px; gap: 24px; padding: 31px 0 34px; border-bottom: 1px solid rgba(8,35,31,.55); transition: padding .2s ease, background .2s ease; }
.spectrum-item:hover { margin: 0 -20px; padding-right: 20px; padding-left: 20px; background: rgba(255,250,240,.1); }
.item-no { margin: 8px 0 0; color: var(--ink-deep); }
.spectrum-item h3 { margin: 0 0 13px; font-size: clamp(26px, 3vw, 42px); font-weight: 800; letter-spacing: -.055em; line-height: .98; }
.spectrum-item p { margin: 0; max-width: 620px; font-size: 15px; font-weight: 500; line-height: 1.58; }
.item-stroke { align-self: center; color: var(--ink-deep); font-size: 34px; text-align: right; }

.method { background: var(--mist); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.method-intro h2 { max-width: 470px; }
.step-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.step-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 24px 0 27px; border-bottom: 1px solid var(--line); }
.step-list span { padding-top: 5px; color: var(--coral); }
.step-list b { display: block; font-size: 20px; letter-spacing: -.025em; }
.step-list p { margin: 8px 0 0; color: #53605a; }

.contact-band { padding: 92px 0; color: var(--paper); background: var(--ink); }
.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.contact-band .section-intro { color: var(--gold); }
.contact-band h2 { max-width: 620px; }
.contact-details { border-left: 2px solid var(--coral); padding-left: 24px; }
.contact-details p { margin: 0 0 20px; color: rgba(255,250,240,.72); }
.contact-details a { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--gold); padding-bottom: 4px; color: var(--gold); font-size: 15px; font-weight: 700; overflow-wrap: anywhere; }
.contact-details a span { font-size: 19px; }

footer { padding: 25px 0; color: rgba(255,250,240,.65); background: var(--ink-deep); }
.footer-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 25px; align-items: center; font-size: 11px; }
.footer-brand { color: var(--paper); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.footer-brand span { color: var(--gold); font-family: var(--mono); font-size: 15px; }
.footer-row p { margin: 0; }
.footer-row div:last-child { display: flex; gap: 20px; }
.footer-row a { border-bottom: 1px solid rgba(255,255,255,.35); }

.legal-header { color: var(--paper); background: var(--ink-deep); }
.legal-header .frame { padding: 22px 0; }
.legal-main { width: min(760px, calc(100% - 64px)); margin: 0 auto; padding: 86px 0 100px; }
.legal-main .section-intro { margin-bottom: 15px; }
.legal-main h1 { margin: 0 0 45px; font-size: clamp(48px, 7vw, 74px); font-weight: 800; letter-spacing: -.07em; line-height: .9; }
.legal-main h2 { margin: 35px 0 12px; font-size: 23px; line-height: 1.08; }
.legal-main p, .legal-main address { color: #4a5650; }
.legal-main address { font-style: normal; }
.legal-main a:not(.legal-back) { border-bottom: 1px solid var(--coral); color: var(--ink); font-weight: 700; overflow-wrap: anywhere; }
.legal-note { margin-top: 38px; padding: 15px 17px; border-left: 3px solid var(--gold); background: #f6ead2; font-size: 14px; }
.legal-back { display: inline-block; margin-top: 38px; color: var(--paper); background: var(--ink); padding: 12px 16px; font-size: 13px; font-weight: 800; }

@media (max-width: 900px) {
  .frame { width: min(100% - 48px, 720px); }
  .gateway { padding-top: 84px; }
  .gateway-grid, .profile-grid, .method-grid, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .route-panel { max-width: 520px; min-height: 340px; }
  .profile-body { padding-top: 0; }
  .side-label { padding: 0; }
  .spectrum-heading { grid-template-columns: 1fr 1.2fr; }
  .spectrum-heading > p:last-child { grid-column: 2; }
  .method-grid { gap: 46px; }
  .contact-details { max-width: 570px; }
  .footer-row { grid-template-columns: 1fr auto; }
  .footer-row p { display: none; }
}

@media (max-width: 650px) {
  .frame { width: calc(100% - 30px); }
  .navline { min-height: 69px; grid-template-columns: 1fr auto; }
  .wordmark-symbol { width: 31px; height: 31px; font-size: 14px; }
  .wordmark b { font-size: 13px; }
  .wordmark i { display: none; }
  .desktop-menu, .nav-mail { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; font-size: 12px; font-weight: 800; }
  .mobile-menu summary { list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { margin-left: 8px; color: var(--gold); font-size: 17px; }
  .mobile-menu[open] summary span { display: inline-block; transform: rotate(45deg); }
  .mobile-menu > div { position: absolute; right: 0; top: 38px; width: 205px; padding: 10px; border: 1px solid rgba(255,255,255,.24); background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
  .mobile-menu a { display: block; min-height: 42px; padding: 10px; color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.15); }
  .mobile-menu a:last-child { border-bottom: 0; }
  .gateway { padding: 62px 0 30px; }
  .gateway::before { width: 96vw; height: 96vw; right: -44vw; top: -23vw; }
  .gateway h1 { max-width: 365px; margin-top: 17px; font-size: clamp(44px, 13vw, 60px); }
  .gateway-text { font-size: 16px; }
  .gateway-actions { align-items: stretch; flex-direction: column; gap: 16px; margin-top: 27px; }
  .primary-action { width: 100%; }
  .secondary-action { width: fit-content; min-height: 42px; display: inline-flex; align-items: center; }
  .route-panel { min-height: 305px; padding: 17px; }
  .route-panel svg { height: 130px; }
  .route-panel p { font-size: 15px; }
  .route-caption { font-size: 7px; }
  .section { padding: 72px 0; }
  h2 { font-size: clamp(37px, 10vw, 49px); }
  .profile-grid { gap: 25px; }
  .profile-body .lead-copy { font-size: 17px; }
  .spectrum-heading { display: block; margin-bottom: 39px; }
  .spectrum-heading h2 { margin: 18px 0 22px; }
  .spectrum-heading > p:last-child { font-size: 15px; }
  .spectrum-item { grid-template-columns: 35px minmax(0, 1fr); gap: 12px; padding: 25px 0 27px; }
  .spectrum-item:hover { margin: 0; padding-right: 0; padding-left: 0; background: transparent; }
  .spectrum-item h3 { font-size: 26px; }
  .spectrum-item p { font-size: 14px; }
  .item-stroke { display: none; }
  .step-list li { grid-template-columns: 38px 1fr; gap: 13px; }
  .step-list b { font-size: 18px; }
  .contact-band { padding: 69px 0; }
  .contact-layout { gap: 39px; }
  .contact-details { padding-left: 18px; }
  .contact-details a { min-height: 44px; }
  .footer-row { grid-template-columns: 1fr; gap: 12px; }
  .footer-row div:last-child { gap: 16px; }
  .legal-main { width: calc(100% - 30px); padding: 61px 0 76px; }
  .legal-main h1 { font-size: 48px; }
}

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