@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

:root {
  --navy: #0a1d37;
  --navy-2: #102947;
  --cream: #f4efe5;
  --cream-2: #ebe2d2;
  --gold: #f4c85b;
  --gold-deep: #c9972d;
  --ink: #13223a;
  --muted: #617080;
  --line: rgba(201, 151, 45, .33);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input { font: inherit; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.section-pad { padding: 120px max(24px, calc((100vw - 1180px) / 2)); }
.eyebrow { margin: 0 0 20px; color: var(--gold-deep); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 700; }
h2, h3 { font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; }
h2 { margin: 0; font-size: clamp(39px, 4.6vw, 67px); line-height: 1.08; letter-spacing: -.025em; }
.lead { color: var(--muted); font-size: 18px; line-height: 1.65; }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 700; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.gold { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.button.navy { background: var(--navy); color: white; border-color: var(--navy); }
.text-link { color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--gold-deep); padding-bottom: 5px; font-weight: 700; font-size: 13px; }
.text-link.light { color: white; }

.hero {
  position: relative;
  min-height: 1120px;
  overflow: hidden;
  isolation: isolate;
  color: white;
}
.hero-static, .hero-video { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; object-fit: cover; }
.hero-static { opacity: 0; }
.hero-video { opacity: 1; }
.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 50% 31%, rgba(244, 200, 91, .10), transparent 29%),
    linear-gradient(180deg, rgba(2, 13, 28, .63) 0%, rgba(6, 24, 41, .25) 46%, rgba(3, 17, 31, .77) 100%);
}
.site-header {
  position: relative;
  z-index: 8;
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
  padding: 38px 0 20px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 20px;
}
.brand-mark img { width: 38px; height: 38px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(244,200,91,.24)); }
.desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(9px, 1.15vw, 18px); }
.desktop-nav a, .access-link {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: .08em;
  font: 700 10px/1.2 "Libre Baskerville", Georgia, serif;
}
.desktop-nav a:hover { color: var(--gold); }
.access-link { color: var(--gold); border: 1px solid var(--gold); padding: 14px 18px; }
.menu-button, .mobile-nav { display: none; }
/* the JS toggles the [hidden] attribute — this makes it actually hide the
   menu, overriding the display:grid rule inside the mobile media query below */
.mobile-nav[hidden] { display: none !important; }
.hero-content { width: min(740px, calc(100% - 40px)); margin: 45px auto 120px; text-align: center; }
.hero-logo { width: 112px; height: 112px; margin: 0 auto 18px; object-fit: contain; filter: drop-shadow(0 0 21px rgba(244,200,91,.25)); }
.hero h1 {
  margin: 0;
  font: 400 clamp(50px, 4.5vw, 68px)/1.04 "Libre Baskerville", Georgia, serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 2px 30px rgba(0,0,0,.4);
}
.hero h1 span { display: block; }
.hero h1 span:first-child { margin-bottom: 7px; font-size: .54em; font-weight: 700; line-height: 1.2; letter-spacing: .08em; }
.hero h1 span:last-child { margin-top: 7px; font-size: 1em; line-height: 1; letter-spacing: .18em; }
.arrival-rule { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; width: min(410px, 86%); margin: 29px auto 30px; }
.arrival-rule i { height: 1px; background: rgba(255,255,255,.82); }
.arrival-rule em { font: italic 400 18px/1 "Libre Baskerville", Georgia, serif; white-space: nowrap; }
.hero-copy { max-width: 620px; margin: 0 auto 31px; font-size: 17px; line-height: 1.52; text-shadow: 0 2px 14px rgba(0,0,0,.62); }
.access-card { width: min(630px, 100%); margin: 0 auto; padding: 28px 36px 24px; border: 1px solid var(--gold); background: rgba(5, 35, 57, .93); box-shadow: 0 28px 80px rgba(0,0,0,.28), 0 0 35px rgba(244,200,91,.14); }
.access-card .form-kicker { margin: 0 0 8px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.access-card h2 { margin: 0 0 19px; color: white; font: 400 20px/1.25 "Libre Baskerville", Georgia, serif; letter-spacing: 0; }
.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-fields label:first-child { grid-column: 1 / -1; }
.access-card label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.access-card input { width: 100%; height: 47px; padding: 0 14px; border: 1px solid rgba(255,255,255,.56); border-radius: 0; background: white; color: var(--ink); outline: none; }
.access-card input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(244,200,91,.16); }
.access-card button { width: 100%; height: 49px; margin-top: 11px; border: 1px solid var(--gold); background: var(--gold); color: var(--navy); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; cursor: pointer; }
.access-card .form-note { margin: 14px 0 0; color: rgba(255,255,255,.76); font-size: 10px; line-height: 1.45; }
.book-shortcut { display: inline-block; margin-top: 21px; color: rgba(255,255,255,.82); text-decoration: none; font-size: 12px; }
.book-shortcut strong { color: var(--gold); }
.sound-control {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(244,200,91,.72);
  border-radius: 999px;
  padding: 11px 16px;
  color: #fff7de;
  background: rgba(4,23,39,.67);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.sound-control span { color: var(--gold); font-weight: 700; }

.book-section { background: var(--navy); color: white; }
.book-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(60px, 8vw, 130px); max-width: 1100px; margin: 0 auto; }
.book-image-wrap { position: relative; max-width: 360px; margin: 0 auto; }
.book-image-wrap::before { content: ""; position: absolute; inset: 7% -10% -5% 8%; border: 1px solid rgba(244,200,91,.55); }
.book-image-wrap img { position: relative; width: 100%; box-shadow: 0 35px 80px rgba(0,0,0,.42); }
.book-copy h2 { max-width: 650px; }
.book-copy .lead { color: rgba(255,255,255,.7); max-width: 640px; }
.check-list { list-style: none; padding: 0; margin: 29px 0 0; display: grid; gap: 0; }
.check-list li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.87); font-size: 14px; }
.check-list li::before { content: "◆"; position: absolute; left: 1px; color: var(--gold); font-size: 8px; top: 17px; }
.book-copy .text-link { color: white; }

.market-section { background: var(--cream); }
.section-heading { max-width: 1160px; margin: 0 auto 60px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.centered { max-width: 790px; text-align: center; }
.centered > p:last-child { max-width: 650px; margin: 24px auto 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.article-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-card { position: relative; min-height: 400px; padding: 38px 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; background: rgba(255,255,255,.25); transition: background 180ms ease, transform 180ms ease; }
.article-card:hover { background: white; transform: translateY(-4px); }
.article-number { position: absolute; right: 24px; top: 25px; color: rgba(19,34,58,.13); font: 400 50px/1 "Libre Baskerville", Georgia, serif; }
.article-tag { margin: 0 0 50px; color: var(--gold-deep); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; }
.article-card h3 { margin: 0 0 22px; font-size: 29px; line-height: 1.22; }
.article-card > p:not(.article-tag) { color: var(--muted); line-height: 1.6; }
.read-link { position: absolute; left: 34px; bottom: 34px; color: var(--navy); font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--gold-deep); padding-bottom: 5px; }

.network-section { background: #eee7db; }
.feature-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 275px; padding: 31px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); }
.feature-grid article > span { color: var(--gold-deep); font: 700 12px/1 "Libre Baskerville", Georgia, serif; letter-spacing: .1em; }
.feature-grid h3 { margin: 44px 0 15px; font-size: 22px; line-height: 1.25; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.real-estate-section { position: relative; min-height: 780px; display: grid; align-items: center; isolation: isolate; color: white; }
.real-estate-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.real-estate-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,19,34,.91) 0%, rgba(4,19,34,.69) 52%, rgba(4,19,34,.2) 100%); }
.real-estate-content { width: min(640px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - 1180px) / 2)); padding: 110px 0; }
.real-estate-content h2 { font-size: clamp(39px, 4vw, 59px); }
.real-estate-content > p:not(.eyebrow) { margin: 27px 0 0; max-width: 580px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.7; }

.inside-life { background: var(--navy); color: white; }
.light-heading .eyebrow { color: var(--gold); }
.life-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.life-grid article { min-height: 370px; padding: 38px 34px; border: 1px solid rgba(244,200,91,.34); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); }
.card-label { margin: 0 0 58px; color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 700; }
.life-grid h3 { margin: 0 0 20px; font-size: 28px; line-height: 1.28; }
.life-grid article > p:not(.card-label) { color: rgba(255,255,255,.65); line-height: 1.6; }
.life-grid a { display: inline-block; margin-top: 25px; color: white; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 5px; font-size: 12px; font-weight: 700; }

.providers-section { background: var(--cream); }
.providers-layout { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.providers-layout h2 { font-size: clamp(39px, 4vw, 58px); }
.providers-layout .lead { max-width: 510px; margin: 26px 0 35px; }
.provider-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.provider-list p { min-height: 92px; margin: 0; padding: 25px 22px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 400 14px/1.35 "Libre Baskerville", Georgia, serif; }
.provider-list span { color: var(--gold-deep); font-size: 10px; font-weight: 700; }

.ask-section { background: #12354d; color: white; }
.ask-layout { max-width: 1060px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.ask-layout h2 { max-width: 520px; }
.ask-layout > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.7); line-height: 1.65; font-size: 17px; }
.ask-layout small { display: block; margin-top: 18px; color: rgba(255,255,255,.52); font-size: 10px; }
.question-list { border-top: 1px solid rgba(255,255,255,.22); }
.question-list p { margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.22); font: 400 19px/1.4 "Libre Baskerville", Georgia, serif; }

.steps-section { background: #eee7db; }
.steps-grid { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.steps-grid article { text-align: center; padding: 20px 40px; border-right: 1px solid var(--line); }
.steps-grid article:last-child { border-right: 0; }
.steps-grid span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 25px; border: 1px solid var(--gold-deep); border-radius: 50%; color: var(--gold-deep); font: 700 12px/1 "Libre Baskerville", Georgia, serif; }
.steps-grid h3 { margin: 0 0 13px; font-size: 23px; }
.steps-grid p { margin: 0; color: var(--muted); line-height: 1.55; }

.testimonial-section { position: relative; min-height: 650px; display: grid; place-items: center; isolation: isolate; color: white; }
.testimonial-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.testimonial-wash { position: absolute; inset: 0; z-index: -2; background: rgba(4,21,38,.72); }
.testimonial-section blockquote { width: min(850px, calc(100% - 48px)); margin: 0; text-align: center; }
.testimonial-section blockquote img { width: 72px; margin: 0 auto 28px; }
.testimonial-section blockquote p { margin: 0; font: 400 clamp(30px, 3vw, 45px)/1.42 "Libre Baskerville", Georgia, serif; }
.testimonial-section cite { display: block; margin-top: 30px; color: var(--gold); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-style: normal; font-weight: 700; }

.faq-section { background: var(--cream); }
.faq-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.faq-layout h2 { font-size: clamp(37px, 3.8vw, 54px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font: 400 18px/1.35 "Libre Baskerville", Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold-deep); font: 400 23px/1 Arial, sans-serif; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 24px; color: var(--muted); line-height: 1.65; }

.final-cta { position: relative; min-height: 750px; display: grid; place-items: center; isolation: isolate; color: white; text-align: center; }
.final-cta > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -3; }
.final-wash { position: absolute; inset: 0; z-index: -2; background: rgba(4,18,34,.67); }
.final-content { width: min(710px, calc(100% - 40px)); }
.final-content > img { width: 90px; margin: 0 auto 25px; }
.final-content h2 { font-size: clamp(48px, 6vw, 78px); }
.final-content > p:not(.eyebrow) { max-width: 580px; margin: 25px auto 32px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.6; }

footer { min-height: 210px; padding: 55px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; background: #07182c; color: white; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 44px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font: 400 15px/1.3 "Libre Baskerville", Georgia, serif; }
.footer-brand span { margin-top: 5px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 8px; }
footer nav { display: flex; gap: 24px; }
footer nav a { color: rgba(255,255,255,.72); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 700; }
footer > p { grid-column: 1 / -1; margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 10px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 42px 1fr auto auto; }
  .menu-button { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(255,255,255,.38); background: rgba(5,24,42,.35); }
  .menu-button span { display: block; width: 18px; height: 1px; background: white; }
  .mobile-nav { position: absolute; display: grid; top: 95px; right: 0; width: min(340px, calc(100vw - 36px)); padding: 20px 25px; border: 1px solid rgba(244,200,91,.5); background: rgba(5,27,47,.97); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
  .mobile-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section-pad { padding-top: 82px; padding-bottom: 82px; }
  .hero { min-height: 1060px; }
  .site-header { width: calc(100% - 34px); padding-top: 24px; }
  .access-link { display: none; }
  .site-header { grid-template-columns: 42px 1fr auto; }
  .hero-content { margin-top: 55px; }
  .hero-logo { width: 84px; height: 84px; }
  .hero h1 { font-size: clamp(34px, 9vw, 50px); letter-spacing: .08em; }
  .hero h1 span:last-child { letter-spacing: .12em; }
  .hero-copy { font-size: 15px; }
  .access-card { padding: 25px 18px 21px; }
  .form-fields { grid-template-columns: 1fr; }
  .form-fields label:first-child { grid-column: auto; }
  .sound-control { right: 16px; bottom: 20px; }
  .book-layout, .split-heading, .providers-layout, .ask-layout, .faq-layout { grid-template-columns: 1fr; gap: 52px; }
  .book-image-wrap { max-width: 280px; }
  .split-heading { align-items: start; }
  .article-grid, .life-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 350px; }
  .real-estate-section { min-height: 690px; }
  .real-estate-wash { background: rgba(4,19,34,.75); }
  .real-estate-content { margin-left: 24px; }
  .provider-list { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; gap: 42px; }
  .steps-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 42px; }
  .steps-grid article:last-child { border-bottom: 0; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
}

@media (max-width: 560px) {
  .hero { min-height: 1120px; }
  .hero-content { width: calc(100% - 28px); }
  .hero h1 { font-size: clamp(30px, 8.7vw, 42px); }
  .arrival-rule { gap: 14px; }
  .arrival-rule em { font-size: 15px; }
  .sound-control { font-size: 9px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 235px; }
  .button { width: 100%; text-align: center; }
  .button-row { align-items: stretch; }
  .testimonial-section { min-height: 560px; }
  .testimonial-section blockquote p { font-size: 27px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-video, .final-cta > video { display: none; }
  .hero-static { opacity: 1; }
}

/* --- carried over from the Tailwind `antialiased` body class --- */
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* --- access form status message (success / error states) --- */
.form-status { margin: 13px 0 0; min-height: 0; font-size: 12px; line-height: 1.5; }
.form-status:empty { display: none; }
.form-status.is-success { color: #bff0c4; }
.form-status.is-error { color: #ffc9b0; }
.access-card button[disabled] { opacity: .6; cursor: default; }
