:root {
  --black: #070707;
  --ink: #14120e;
  --charcoal: #191919;
  --gold: #d6a737;
  --gold-light: #f3d274;
  --gold-pale: #fff4cd;
  --cream: #f8f4ea;
  --white: #ffffff;
  --muted: #6d685f;
  --line: rgba(20, 18, 14, .14);
  --shadow: 0 24px 70px rgba(11, 9, 4, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 12px 16px; background: var(--gold); color: #000; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(7, 7, 7, .94);
  color: var(--white);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 13px; color: white; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(243, 210, 116, .5); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; color: #d8d5ce; font-size: .94rem; font-weight: 600; }
nav a:hover, nav a:focus-visible { color: var(--gold-light); }
.nav-cta { padding: 10px 17px; border: 1px solid var(--gold); color: var(--gold-light); }
.menu-button { display: none; color: var(--gold-light); background: transparent; border: 1px solid rgba(243, 210, 116, .5); padding: 8px 12px; }

.hero { position: relative; overflow: hidden; background: var(--black); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(255,255,255,.025) 0 1px, transparent 1px 80px); background-size: 80px 100%; opacity: .3; }
.hero-glow { position: absolute; right: -12%; top: -35%; width: 720px; height: 720px; border-radius: 50%; background: radial-gradient(circle, rgba(214,167,55,.19), rgba(7,7,7,0) 68%); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 68px; align-items: center; min-height: 660px; padding: 90px 0 105px; }
.eyebrow { margin: 0 0 14px; color: #9d7418; font-weight: 700; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-light); }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 780px; font-size: clamp(3.1rem, 6.7vw, 5.8rem); }
h1 em { color: var(--gold-light); font-weight: 600; }
.hero-lede { max-width: 620px; margin: 26px 0 0; color: #c9c5bd; font-size: 1.17rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid transparent; border-radius: 2px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.button-gold { color: #100d06; background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 12px 32px rgba(214,167,55,.18); }
.button-ghost { border-color: rgba(255,255,255,.32); color: white; background: transparent; }
.button-ghost:hover { border-color: var(--gold); }
.button-ghost.dark { color: var(--ink); border-color: var(--ink); }
.button-full { width: 100%; }
.quick-contact { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; color: #a8a49c; font-size: .92rem; }
.quick-contact a { color: #eeeae1; text-underline-offset: 4px; }
.hero-mark { position: relative; justify-self: end; width: min(430px, 100%); }
.logo-frame { position: relative; border: 1px solid rgba(243,210,116,.35); padding: 12px; border-radius: 50%; box-shadow: 0 0 0 16px rgba(214,167,55,.035), 0 40px 90px rgba(0,0,0,.65); }
.logo-frame::after { content: ""; position: absolute; inset: 6%; border-radius: 50%; box-shadow: inset 0 0 60px rgba(214,167,55,.12); pointer-events: none; }
.logo-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.hero-mark > p { display: flex; align-items: center; justify-content: center; gap: 10px; color: #bcb8af; font-size: .87rem; }
.hero-mark > p span { width: 8px; height: 8px; border-radius: 50%; background: #56bf78; box-shadow: 0 0 0 5px rgba(86,191,120,.12); }
.trust-strip { position: relative; border-top: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.025); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { display: flex; flex-direction: column; padding: 24px 36px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 1.2rem; }
.trust-grid span { color: #aaa69e; font-size: .88rem; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .process-intro h2, .booking-copy h2, .question-layout h2, .faq-layout h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 260px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.service-card:nth-child(2n) { border-right: 0; }
.service-card:nth-child(n+3) { border-bottom: 0; }
.service-card.featured { background: var(--ink); color: white; }
.service-number { display: block; color: var(--gold); font-weight: 700; font-size: .78rem; letter-spacing: .18em; }
.service-card h3 { margin: 58px 0 10px; font-family: "Playfair Display", serif; font-size: 1.65rem; line-height: 1.2; }
.service-card p { max-width: 480px; margin: 0; color: var(--muted); }
.service-card.featured p { color: #bbb6ad; }

.ron-section { position: relative; overflow: hidden; color: white; background: var(--black); border-top: 1px solid rgba(214,167,55,.48); border-bottom: 1px solid rgba(214,167,55,.48); }
.ron-section::before { content: ""; position: absolute; width: 680px; height: 680px; right: -280px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(214,167,55,.2), rgba(7,7,7,0) 68%); pointer-events: none; }
.ron-layout { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: center; }
.ron-copy h2 { max-width: 700px; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.ron-lede { max-width: 700px; margin: 25px 0 0; color: #c9c5bd; font-size: 1.08rem; }
.ron-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.ron-provider { color: var(--gold-light); font-weight: 700; text-underline-offset: 5px; }
.ron-note { max-width: 730px; margin: 27px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #9f9a91; font-size: .88rem; }
.ron-steps { list-style: none; margin: 0; padding: 6px 32px; border: 1px solid rgba(214,167,55,.34); background: rgba(255,255,255,.035); box-shadow: 0 28px 80px rgba(0,0,0,.32); }
.ron-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.ron-steps li:last-child { border-bottom: 0; }
.ron-steps > li > span { color: var(--gold-light); font-size: .76rem; font-weight: 700; letter-spacing: .15em; }
.ron-steps h3 { margin: 0 0 7px; font-family: "Playfair Display", serif; font-size: 1.32rem; }
.ron-steps p { margin: 0; color: #aaa59b; }

.process-section { background: #111; color: white; }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro p:last-child { color: #aaa59b; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.15); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.steps > li > span { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); border-radius: 50%; font-family: "Playfair Display", serif; font-size: 1.25rem; }
.steps h3 { margin: 0 0 7px; font-family: "Playfair Display", serif; font-size: 1.45rem; }
.steps p { margin: 0; color: #aaa59b; }

.pricing-section { background: white; }
.centered { max-width: 740px; margin-left: auto; margin-right: auto; text-align: center; }
.centered > p:last-child { color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { padding: 38px; border: 1px solid var(--line); background: #faf9f6; }
.price-card.accent-card { color: white; background: var(--ink); border-color: var(--ink); box-shadow: var(--shadow); }
.price-label { margin: 0; font-weight: 700; text-transform: uppercase; font-size: .78rem; letter-spacing: .14em; }
.price { margin: 18px 0 16px; font-family: "Playfair Display", serif; font-size: 4.1rem; line-height: 1; }
.price sup { color: var(--gold); font-size: 1.4rem; vertical-align: top; }
.price span { color: var(--gold); font-size: 1.4rem; }
.price-card > p:last-child { color: var(--muted); }
.price-card.accent-card > p:last-child { color: #c0bbb2; }
.fee-note { max-width: 900px; margin: 28px auto 0; color: var(--muted); font-size: .9rem; text-align: center; }

.booking-section { background: var(--gold-pale); }
.booking-layout { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: center; }
.booking-copy > p { max-width: 650px; }
.contact-lines { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid rgba(20,18,14,.18); }
.contact-lines a { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(20,18,14,.18); text-decoration: none; font-weight: 600; overflow-wrap: anywhere; }
.contact-lines span { color: #896817; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.booking-card { padding: 43px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.card-kicker { margin: 0; color: var(--gold-light); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.booking-card h3 { margin: 42px 0 12px; font-family: "Playfair Display", serif; font-size: 2.2rem; line-height: 1.12; }
.booking-card > p:not(.card-kicker) { color: #bbb6ad; }
.booking-card .button { margin-top: 22px; }
.booking-card .microcopy { margin: 16px 0 0; font-size: .82rem; text-align: center; }

.questions-section { background: #f5f1e7; }
.question-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.question-layout > div > p { color: var(--muted); }
.legal-callout { margin-top: 30px; padding: 23px; border-left: 3px solid var(--gold); background: white; }
.legal-callout strong { color: #7e5e12; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.legal-callout p { margin: 7px 0 0; color: var(--muted); font-size: .92rem; }
.question-form { display: grid; gap: 18px; padding: 38px; background: white; box-shadow: 0 18px 55px rgba(20,18,14,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; font-size: .9rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 49px; border: 1px solid #c9c4b9; border-radius: 0; background: #fff; padding: 11px 13px; color: var(--ink); }
textarea { resize: vertical; }
.form-status { min-height: 24px; margin: 0; color: #74590f; font-size: .9rem; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 23px 44px 23px 0; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 18px; color: #8a6511; font-size: 1.6rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -6px 50px 24px 0; color: var(--muted); }

footer { padding: 58px 0 20px; background: var(--black); color: white; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 70px; height: 70px; border-radius: 50%; border: 1px solid rgba(243,210,116,.4); }
.footer-brand div { display: grid; }
.footer-brand strong { font-family: "Playfair Display", serif; font-size: 1.25rem; }
.footer-brand span { color: var(--gold-light); font-size: .86rem; text-transform: uppercase; letter-spacing: .13em; }
.footer-actions { display: grid; gap: 4px; text-align: right; }
.footer-actions a { color: #d5d0c7; text-underline-offset: 4px; }
.attorney-notice { margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.attorney-notice p { margin: 0; color: #c4bfb6; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 25px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: #827e77; font-size: .78rem; }

dialog { width: min(530px, calc(100% - 32px)); border: 1px solid var(--gold); padding: 42px; color: var(--ink); background: var(--cream); box-shadow: 0 28px 100px rgba(0,0,0,.55); }
dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }
dialog h2 { font-size: 2.1rem; }
.dialog-close { position: absolute; right: 14px; top: 10px; border: 0; background: none; font-size: 1.8rem; cursor: pointer; }
.dialog-actions { display: flex; gap: 10px; margin-top: 24px; }

@media (max-width: 900px) {
  .hero-inner, .booking-layout, .question-layout, .faq-layout, .process-layout, .ron-layout { grid-template-columns: 1fr; }
  .hero-inner { min-height: auto; gap: 55px; padding: 72px 0; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .quick-contact { justify-content: center; }
  .hero-mark { justify-self: center; max-width: 360px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .process-intro { position: static; }
  .process-layout, .booking-layout, .question-layout, .faq-layout, .ron-layout { gap: 48px; }
  .price-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .brand span { display: none; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 20px; flex-direction: column; align-items: stretch; background: #0b0b0b; border-top: 1px solid rgba(255,255,255,.1); }
  nav.open { display: flex; }
  nav a { padding: 8px 12px; }
  .nav-cta { text-align: center; }
  .section { padding: 76px 0; }
  .hero-inner { padding-top: 62px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid div, .trust-grid div:first-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid div:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .service-card:last-child { border-bottom: 0 !important; }
  .service-card h3 { margin-top: 35px; }
  .steps li { grid-template-columns: 52px 1fr; gap: 16px; }
  .steps > li > span { width: 44px; height: 44px; }
  .field-row { grid-template-columns: 1fr; }
  .question-form, .booking-card { padding: 28px 22px; }
  .ron-steps { padding: 4px 20px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-actions { text-align: left; }
  .dialog-actions { flex-direction: column; }
}

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