:root {
  --ink: #11100e;
  --ink-soft: #1c1a16;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --gold: #d8a928;
  --gold-bright: #f0c752;
  --gold-deep: #9e7310;
  --muted: #6d685e;
  --line: rgba(17,16,14,.14);
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 22px 60px rgba(24,18,7,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px;
  background: var(--gold); color: var(--ink); font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: white; transition: background .25s, box-shadow .25s, border-color .25s;
}
.site-header.scrolled {
  background: rgba(17,16,14,.94); border-color: transparent;
  box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px);
}
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--gold); color: var(--gold); font: italic 700 1.6rem/1 "Playfair Display", serif;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: .94rem; letter-spacing: .13em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(255,255,255,.86); font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--gold-bright); }
.site-nav .nav-cta {
  padding: 11px 19px; color: var(--ink); background: var(--gold); border-radius: 999px;
}
.menu-button { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: white; }

.hero {
  position: relative; min-height: 780px; height: 92svh; color: white;
  background: var(--ink); display: flex; align-items: center; isolation: isolate; overflow: hidden;
}
.hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(8,7,6,.95) 0%, rgba(8,7,6,.84) 36%, rgba(8,7,6,.26) 68%, rgba(8,7,6,.08) 100%),
              linear-gradient(0deg, rgba(8,7,6,.45), transparent 45%);
}
.hero-content { padding-top: 84px; }
.eyebrow {
  margin: 0 0 19px; color: var(--gold-bright); font-weight: 700; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow.dark { color: var(--gold-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; letter-spacing: -.025em; }
h1 { max-width: 740px; margin-bottom: 25px; font-size: clamp(3.8rem, 7vw, 7rem); line-height: .94; }
h1 em, h2 em { color: var(--gold-bright); font-weight: inherit; }
.hero-copy { max-width: 590px; color: rgba(255,255,255,.77); font-size: clamp(1.03rem, 1.7vw, 1.22rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 13px;
  min-height: 54px; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 700; font-size: .92rem; text-decoration: none; transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: var(--gold-bright); }
.button-ghost { color: white; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); backdrop-filter: blur(6px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2a261f; }
.trust-row {
  display: flex; gap: 25px; flex-wrap: wrap; margin: 34px 0 0; padding: 0; list-style: none;
  color: rgba(255,255,255,.7); font-size: .84rem;
}
.trust-row span { color: var(--gold-bright); margin-right: 6px; }
.scroll-cue {
  position: absolute; right: 34px; bottom: 38px; display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: rgba(255,255,255,.66); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none;
}
.scroll-cue span:last-child { font-size: 1.2rem; animation: bob 1.8s infinite; }
@keyframes bob { 50% { transform: translateY(6px); } }

.proof-strip { background: var(--gold); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr 1.3fr; min-height: 100px; align-items: center; }
.proof-grid > div { padding: 18px 34px; border-left: 1px solid rgba(17,16,14,.19); }
.proof-grid > div:last-child { border-right: 1px solid rgba(17,16,14,.19); }
.proof-label { display: block; color: rgba(17,16,14,.61); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.proof-grid strong, .proof-grid a { font-size: 1rem; font-weight: 700; text-decoration: none; }

.section { padding: 120px 0; }
.section-heading { max-width: 760px; margin-bottom: 56px; }
.section-heading h2, .process h2, .academy h2, .about h2, .faq h2, .final-cta h2 {
  margin-bottom: 23px; font-size: clamp(2.8rem, 5.4vw, 5rem); line-height: 1.03;
}
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.06rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card {
  position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--line);
  background: white; box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .25s, box-shadow .25s, border-color .25s;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(158,115,16,.45); box-shadow: var(--shadow); }
.service-card.featured { background: var(--ink); color: white; }
.service-icon {
  display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 32px;
  border: 1px solid rgba(216,169,40,.55); border-radius: 50%; color: var(--gold); font-weight: 700;
}
.service-card h3 { margin-bottom: 13px; font-family: "Playfair Display", serif; font-size: 1.55rem; line-height: 1.2; }
.service-card p { color: var(--muted); font-size: .93rem; }
.service-card.featured p { color: rgba(255,255,255,.66); }
.service-card a { position: absolute; left: 34px; bottom: 31px; color: var(--gold-deep); font-size: .84rem; font-weight: 700; text-decoration: none; }
.service-card.featured a { color: var(--gold-bright); }
.card-number { position: absolute; right: 26px; top: 23px; color: rgba(17,16,14,.22); font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.featured .card-number { color: rgba(255,255,255,.27); }

.section-dark { background: var(--ink); color: white; padding: 120px 0; }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10%; align-items: start; }
.process-intro { position: sticky; top: 125px; }
.process-intro > p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.65); }
.text-link { display: inline-block; margin-top: 18px; color: var(--gold-bright); font-weight: 700; text-decoration: none; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li > span {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold); color: var(--ink); font-family: "Playfair Display", serif; font-size: 1.3rem; font-weight: 700;
}
.steps h3 { margin-bottom: 8px; font-family: "Playfair Display", serif; font-size: 1.65rem; }
.steps p { margin-bottom: 0; color: rgba(255,255,255,.62); }

.academy { background: var(--cream); }
.academy-panel {
  position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 8%;
  padding: clamp(42px, 7vw, 82px); background: var(--gold); overflow: hidden;
}
.academy-panel::before {
  content: ""; position: absolute; width: 440px; height: 440px; right: -210px; top: -210px;
  border: 1px solid rgba(17,16,14,.2); border-radius: 50%;
}
.academy-copy { position: relative; z-index: 1; }
.academy-copy h2 { max-width: 700px; }
.academy-copy h2 em { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.academy-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(17,16,14,.72); font-size: 1.03rem; }
.academy-copy ul { display: grid; gap: 8px; margin: 25px 0 32px; padding: 0; list-style: none; }
.academy-copy li::before { content: "✓"; margin-right: 10px; font-weight: 800; }
.academy-stamp {
  position: relative; display: grid; place-items: center; align-content: center; aspect-ratio: 1;
  border: 3px solid var(--ink); border-radius: 50%; outline: 1px solid rgba(17,16,14,.55); outline-offset: -11px;
  text-align: center; transform: rotate(-7deg);
}
.academy-stamp::before, .academy-stamp::after { content: "★"; position: absolute; top: 49%; font-size: 1.2rem; }
.academy-stamp::before { left: 11%; }
.academy-stamp::after { right: 11%; }
.academy-stamp strong { display: block; font: 700 clamp(1.6rem, 3.4vw, 3rem)/1 "Playfair Display", serif; }
.stamp-top, .stamp-bottom { font-size: clamp(.55rem, 1vw, .73rem); font-weight: 800; letter-spacing: .18em; }
.stamp-top { margin-bottom: 14px; }
.stamp-bottom { margin-top: 14px; }

.about { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: center; }
.quote-card {
  position: relative; padding: 65px 48px 46px; background: var(--ink); color: white; box-shadow: 24px 24px 0 var(--gold);
}
.quote-mark { position: absolute; top: -22px; left: 35px; color: var(--gold); font: 700 8rem/1 "Playfair Display", serif; }
.quote-card blockquote { position: relative; margin: 0 0 28px; font: italic 600 clamp(1.7rem, 3.3vw, 2.65rem)/1.24 "Playfair Display", serif; }
.quote-card p { color: var(--gold-bright); font-size: .79rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.signature { color: var(--gold-deep); font: italic 600 3rem/1 "Playfair Display", serif; transform: rotate(-5deg); transform-origin: left; }

.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading p:last-child { color: var(--muted); }
.faq-heading a { color: var(--gold-deep); font-weight: 700; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 27px 4px; cursor: pointer; list-style: none; font: 600 1.25rem/1.35 "Playfair Display", serif;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--gold-deep); font: 400 1.6rem/1 "DM Sans", sans-serif; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details div { padding: 0 48px 27px 4px; color: var(--muted); }
.accordion details div p { margin-bottom: 0; }

.final-cta { position: relative; padding: 125px 0; background: var(--ink-soft); color: white; text-align: center; overflow: hidden; }
.final-cta::before, .final-cta::after {
  content: ""; position: absolute; border: 1px solid rgba(216,169,40,.22); border-radius: 50%;
}
.final-cta::before { width: 530px; height: 530px; left: -340px; top: -280px; }
.final-cta::after { width: 420px; height: 420px; right: -260px; bottom: -230px; }
.final-cta-inner { position: relative; z-index: 1; max-width: 850px; }
.final-cta h2 { margin-bottom: 18px; font-size: clamp(3.4rem, 7vw, 6.5rem); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.hero-actions.centered { justify-content: center; }

.site-footer { padding: 72px 0 28px; background: #0a0908; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr; gap: 8%; }
.footer-brand { margin-bottom: 20px; }
.footer-grid > div:first-child > p { max-width: 350px; color: rgba(255,255,255,.47); }
.footer-grid h2 { margin-bottom: 17px; font: 700 .75rem/1 "DM Sans", sans-serif; color: var(--gold); letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div:not(:first-child) a { color: rgba(255,255,255,.62); font-size: .88rem; text-decoration: none; }
.footer-grid a:hover { color: var(--gold-bright); }
.legal {
  display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: .74rem;
}
.legal p { margin: 0; }
.mobile-book { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .menu-button { display: block; }
  .site-nav {
    position: absolute; left: 16px; right: 16px; top: 74px; display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: 12px; background: rgba(17,16,14,.98); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 50px rgba(0,0,0,.35);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 14px; }
  .site-nav .nav-cta { margin-top: 6px; text-align: center; }
  .hero { min-height: 760px; height: auto; padding: 130px 0 85px; }
  .hero-image { object-position: 66% center; opacity: .74; }
  .hero-scrim { background: linear-gradient(90deg, rgba(8,7,6,.95), rgba(8,7,6,.69)), linear-gradient(0deg, rgba(8,7,6,.62), transparent); }
  .proof-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .proof-grid > div, .proof-grid > div:last-child { padding: 13px 6px; border: 0; border-bottom: 1px solid rgba(17,16,14,.16); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout, .about-layout, .faq-layout { grid-template-columns: 1fr; gap: 65px; }
  .process-intro, .faq-heading { position: static; }
  .academy-panel { grid-template-columns: 1fr; }
  .academy-stamp { width: min(350px, 78vw); margin: 30px auto 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 64px; }
  .header-inner { height: 72px; }
  .brand-mark { width: 37px; height: 37px; font-size: 1.35rem; }
  .brand-copy strong { font-size: .78rem; }
  .brand-copy small { font-size: .61rem; }
  .hero { min-height: 690px; padding: 115px 0 65px; align-items: flex-end; }
  h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .trust-row { gap: 8px 18px; margin-top: 24px; }
  .trust-row li { font-size: .78rem; }
  .scroll-cue { display: none; }
  .section, .section-dark { padding: 86px 0; }
  .section-heading h2, .process h2, .academy h2, .about h2, .faq h2 { font-size: 2.65rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 305px; }
  .academy-panel { padding: 42px 25px; }
  .academy-stamp { display: none; }
  .quote-card { padding: 58px 30px 38px; box-shadow: 12px 12px 0 var(--gold); }
  .faq-layout { gap: 36px; }
  .accordion summary { font-size: 1.12rem; padding: 23px 3px; }
  .final-cta { padding: 90px 0; }
  .final-cta h2 { font-size: 3.7rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .legal { flex-direction: column; margin-top: 40px; }
  .mobile-book {
    position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: 10px;
    height: 64px; background: var(--gold); color: var(--ink); font-weight: 800; text-decoration: none; box-shadow: 0 -8px 25px rgba(0,0,0,.2);
  }
}

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