@font-face {
  font-family: Fraunces;
  src: url('./assets/fraunces-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #0b1421;
  --night: #111d2b;
  --cream: #f5efe6;
  --paper: #f4f0e9;
  --muted: #5c5e60;
  --mist: #c3cbd3;
  --gold: #e8b780;
  --line: #d5d1ca;
  --serif: Fraunces, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; scrollbar-color: #71808d var(--ink); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: var(--gold); color: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-underline-offset: 5px; }
a, button, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex='0']:focus-visible { outline: 3px solid #bc742c; outline-offset: 6px; }
.hero a:focus-visible, .site-header a:focus-visible, .privacy a:focus-visible, .get-forth a:focus-visible, .site-footer a:focus-visible { outline-color: var(--gold); }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: none; }
img { display: block; max-width: 100%; }
h1, h2, p, figure { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
h2 { font-size: clamp(38px, 4.6vw, 62px); line-height: 1.1; }
[hidden] { display: none !important; }
.page-width { width: min(1184px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 116px; }
.skip-link { position: fixed; top: 10px; left: 12px; z-index: 10; padding: 10px 18px; color: var(--ink); background: var(--cream); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 3; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 25px 56px; color: var(--cream); }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 27px/1 var(--serif); text-decoration: none; }
.brand img { border-radius: 8px; }
.site-header nav { display: flex; align-items: center; gap: 36px; }
.site-header nav a { font-size: 14px; text-decoration: none; padding-block: 10px; }
.site-header nav a:hover { color: var(--gold); }
.site-header .nav-cta { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid #899095; }
.nav-cta svg { width: 17px; height: 17px; }

.hero { position: relative; isolation: isolate; min-height: 760px; height: min(900px, 100svh); overflow: hidden; color: var(--cream); background: var(--ink); }
.hero-landscape { position: absolute; z-index: -3; width: 100%; height: 110%; max-width: none; object-fit: cover; object-position: 66% 57%; inset: -5% 0; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(6,16,29,.7), rgba(6,16,29,.38) 42%, rgba(6,16,29,0) 78%), linear-gradient(0deg, rgba(5,14,24,.58), transparent 28%); }
.hero-content { padding-top: clamp(135px, 17vh, 180px); position: relative; }
.hero-wordmark { font: 400 clamp(76px, 7.5vw, 96px)/.98 var(--serif); letter-spacing: -.04em; margin-bottom: 27px; }
.hero h1 { font-size: clamp(43px, 4.55vw, 63px); line-height: 1.06; max-width: 640px; }
.hero-description { margin-top: 22px; max-width: 400px; font-size: 17px; line-height: 1.65; color: #e3e5e6; text-wrap: pretty; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 54px; border-radius: 100px; padding: 14px 23px; font-size: 15px; font-weight: 600; text-decoration: none; transition: background .2s, transform .25s var(--ease); }
.button-light { color: var(--ink); background: var(--cream); }
.button-light:hover { background: #fffaf2; transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button svg { width: 20px; height: 20px; transition: transform .25s var(--ease); }
.button:hover svg { transform: translateX(3px); }
.hero .button { margin-top: 29px; }
.availability { display: block; font-size: 12px; margin-top: 12px; color: var(--mist); }
.hero-scroll { position: absolute; left: 56px; right: 56px; bottom: 29px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: #e2e5e8; text-decoration: none; }
.hero-scroll svg { width: 18px; height: 18px; }

.tour-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; align-items: center; }
.section-intro { max-width: 405px; margin-top: 26px; color: var(--muted); font-size: 17px; }
.tour-tabs { margin-top: 40px; border-top: 1px solid var(--line); }
.tour-tab { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; border: 0; border-bottom: 1px solid var(--line); padding: 24px 0; text-align: left; color: var(--muted); background: transparent; cursor: pointer; transition: color .2s; }
.tour-tab strong { display: block; font-size: 18px; font-weight: 500; margin-bottom: 5px; }
.tour-tab span span { display: block; font-size: 14px; }
.tour-tab svg { width: 19px; opacity: .5; transition: transform .3s var(--ease), opacity .3s; }
.tour-tab[aria-selected='true'] { color: var(--ink); }
.tour-tab[aria-selected='true'] strong { font-weight: 650; }
.tour-tab[aria-selected='true'] svg { transform: translateX(5px); opacity: 1; }
.tour-tab:hover { color: var(--ink); }
.tour-note { font-size: 13px; color: var(--muted); margin-top: 27px; max-width: 310px; }
.tour-visual { min-width: 0; text-align: center; }
.phone { width: min(278px, 100%); margin-inline: auto; padding: 6px; background: #0a0d12; border-radius: 39px; box-shadow: 0 26px 50px -20px rgba(19,29,41,.38); overflow: hidden; }
.phone img { width: 100%; height: auto; border-radius: 33px; }
.tour-panel figcaption { max-width: 310px; margin: 27px auto 0; font: 19px/1.4 var(--serif); }
.screen-note { color: var(--muted); font-size: 11px; margin-top: 8px; }

.privacy { background: var(--night); color: var(--cream); }
.privacy-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; align-items: center; }
.privacy-icon { width: 37px; height: 37px; color: var(--gold); stroke-width: 1.3; margin-bottom: 23px; }
.privacy-lead { font: 28px/1.35 var(--serif); letter-spacing: -.015em; max-width: 400px; }
.privacy-copy > p + p { margin-top: 23px; color: var(--mist); font-size: 15px; max-width: 390px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 29px; font-size: 14px; text-decoration: none; border-bottom: 1px solid #78828c; padding-bottom: 6px; }
.text-link:hover { color: var(--gold); }
.text-link svg { width: 17px; height: 17px; }

.questions-layout { display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; }
.questions h2 { font-size: clamp(38px, 4vw, 52px); }
.questions-layout > div > p { margin-top: 25px; color: var(--muted); font-size: 15px; }
.questions-layout > div > p a { color: var(--ink); }
.question-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-weight: 500; list-style: none; padding-block: 21px; }
summary::-webkit-details-marker { display: none; }
summary svg { width: 18px; height: 18px; transition: transform .25s var(--ease); }
details[open] summary svg { transform: rotate(45deg); }
details p { padding: 0 34px 25px 0; color: var(--muted); font-size: 15px; }

.get-forth { padding-block: 95px 102px; background: var(--ink); color: var(--cream); text-align: center; position: relative; isolation: isolate; overflow: hidden; }
.get-forth::before { content: ''; position: absolute; inset: 0; z-index: -2; background: url('./assets/hero.jpg') 62% 55% / cover; opacity: .36; }
.get-forth::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--ink), transparent 65%, rgba(11,20,33,.5)); }
.closing-content { width: calc(100% - 48px); margin: auto; }
.closing-icon { margin: 0 auto 23px; border-radius: 15px; }
.get-forth h2 { font-size: clamp(42px, 5.6vw, 72px); }
.get-forth p { margin-top: 22px; color: #d1d6dc; font-size: 16px; }
.get-forth .button { margin-top: 30px; }
.site-footer { background: var(--ink); color: var(--cream); padding: 43px 0 27px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; }
.footer-brand { font: 34px/1 var(--serif); text-decoration: none; }
.site-footer nav { display: flex; gap: 31px; }
.site-footer nav a { font-size: 13px; padding-block: 12px; text-decoration: none; }
.site-footer nav a:hover { text-decoration: underline; }
.footer-bottom { border-top: 1px solid #2b3541; margin-top: 32px; padding-top: 22px; font-size: 11px; color: var(--mist); }

@media (prefers-reduced-motion: no-preference) {
  .hero-content { animation: arrive 1.1s var(--ease) both; }
  .hero-landscape { animation: landscape-arrive 1.6s var(--ease) both; }
  .tour-panel { animation: screen-arrive .4s var(--ease); }
  @keyframes arrive { from { transform: translateY(16px); opacity: .4; } to { transform: translateY(0); opacity: 1; } }
  @keyframes landscape-arrive { from { filter: brightness(.78); } to { filter: brightness(1); } }
  @keyframes screen-arrive { from { transform: translateY(9px); opacity: .5; } to { transform: translateY(0); opacity: 1; } }
  @supports (animation-timeline: view()) {
    .hero-landscape { animation: hero-depth linear both; animation-timeline: view(); animation-range: exit; }
    @keyframes hero-depth { to { transform: translateY(12%); } }
  }
}
@media (min-width: 1500px) { .site-header { padding-inline: max(56px, calc((100vw - 1300px) / 2)); } }
@media (max-width: 1050px) {
  .page-width { width: calc(100% - 72px); }
  .site-header { padding-inline: 36px; }
  .hero-scroll { left: 36px; right: 36px; }
  .tour-layout, .privacy-layout { gap: 55px; }
  .questions-layout { gap: 55px; }
  .section-space { padding-block: 88px; }
}
@media (max-width: 700px) {
  .page-width { width: calc(100% - 48px); }
  .site-header { padding: 20px 24px; }
  .brand { font-size: 24px; }
  .brand img { width: 30px; height: 30px; }
  .site-header nav { gap: 0; }
  .site-header .nav-detail { display: none; }
  .site-header nav a { font-size: 13px; }
  .hero { min-height: 740px; height: 100svh; max-height: 900px; }
  .hero-landscape { object-position: 61% 50%; }
  .hero-shade { background: linear-gradient(180deg, rgba(6,16,29,.47), rgba(6,16,29,.6) 48%, rgba(6,16,29,.15) 80%, rgba(6,16,29,.57)); }
  .hero-content { padding-top: clamp(124px, 16svh, 170px); }
  .hero-wordmark { font-size: 82px; margin-bottom: 26px; }
  .hero h1 { font-size: clamp(38px, 10.6vw, 54px); }
  .hero-description { font-size: 15px; line-height: 1.65; max-width: 325px; margin-top: 21px; }
  .hero .button { margin-top: 26px; }
  .hero-scroll { left: 24px; right: 24px; bottom: 24px; font-size: 11px; }
  .hero-scroll span { max-width: 255px; }
  .section-space { padding-block: 72px; }
  .tour-layout, .privacy-layout, .questions-layout { grid-template-columns: 1fr; gap: 42px; }
  h2 { font-size: clamp(36px, 9.8vw, 50px); }
  .section-intro { font-size: 16px; margin-top: 21px; }
  .tour-tabs { margin-top: 31px; }
  .tour-tab { padding-block: 20px; }
  .tour-tab strong { font-size: 17px; }
  .tour-tab span span { font-size: 13px; }
  .tour-note { margin-top: 22px; max-width: 100%; }
  .phone { width: 260px; }
  .privacy-layout { gap: 32px; }
  .privacy-lead { font-size: 25px; }
  .privacy-copy > p + p { margin-top: 20px; }
  .questions-layout { gap: 32px; }
  .questions h2 { font-size: 40px; }
  .questions-layout > div > p { margin-top: 20px; }
  summary { font-size: 15px; min-height: 76px; }
  details p { padding-right: 12px; font-size: 14px; }
  .get-forth { padding-block: 73px 80px; }
  .get-forth h2 { font-size: 44px; }
  .footer-bottom { align-items: flex-start; gap: 20px; }
  .footer-bottom span:last-child { text-align: right; max-width: 145px; }
  .site-footer nav { gap: 22px; }
  .footer-brand { font-size: 30px; }
}
@media (max-height: 750px) and (min-width: 701px) {
  .hero { min-height: 680px; }
  .hero-content { padding-top: 120px; }
  .hero-wordmark { font-size: 76px; margin-bottom: 22px; }
  .hero h1 { font-size: 51px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
