:root {
  --ink: #111927;
  --navy: #101827;
  --navy-soft: #182235;
  --cream: #f3efe6;
  --paper: #faf8f2;
  --white: #fffdf8;
  --copper: #c59167;
  --copper-light: #ddbc96;
  --text: #27303a;
  --muted: #6c716f;
  --line: rgba(17, 25, 39, 0.14);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Poppins", Arial, sans-serif;
  --shadow: 0 18px 48px rgba(21, 25, 32, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; }
.shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 116px 0; }
.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; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
  color: var(--navy); background: var(--white); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 20; top: 0; left: 0; width: 100%; color: var(--navy);
  background: var(--paper); border-bottom: 1px solid var(--line); transition: background .3s ease;
}
.site-header.is-scrolled {
  position: sticky; color: var(--navy); background: rgba(250, 248, 242, .94);
  border-bottom-color: var(--line); box-shadow: 0 8px 30px rgba(15, 22, 34, .07);
  backdrop-filter: blur(14px);
}
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { width: 43px; height: 43px; color: var(--copper-light); }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.1; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong {
  font-family: var(--display); font-size: 22px; font-weight: 600; line-height: 1;
  letter-spacing: .02em;
}
.brand-copy small {
  margin-top: 5px; font-size: 8px; font-weight: 600; line-height: 1;
  letter-spacing: .2em; text-transform: uppercase; opacity: .68;
}
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav > a:not(.header-phone) {
  position: relative; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
.main-nav > a:not(.header-phone)::after {
  content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px;
  background: var(--copper-light); transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-phone {
  display: flex; align-items: center; gap: 10px; padding: 12px 17px; border: 1px solid var(--line);
  font-size: 12px; letter-spacing: .04em; transition: color .25s, background .25s, border-color .25s;
}
.is-scrolled .header-phone { border-color: var(--line); }
.header-phone:hover { color: var(--navy); background: var(--copper-light); border-color: var(--copper-light); }
.header-phone svg { width: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.nav-toggle { display: none; padding: 8px; color: currentColor; background: none; border: 0; }
.nav-toggle > span:not(.sr-only) { display: block; width: 27px; height: 1px; margin: 7px 0; background: currentColor; transition: .25s; }

.hero {
  position: relative; min-height: 660px; height: min(760px, calc(100svh - 92px)); color: var(--white);
  background: var(--navy); overflow: hidden;
}
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(221,188,150,.14); border-radius: 50%; pointer-events: none; }
.hero::before { top: -360px; left: 50%; width: 720px; height: 720px; transform: translateX(-50%); }
.hero::after { bottom: -470px; left: 50%; width: 760px; height: 760px; transform: translateX(-50%); }
.hero-inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: center; padding-block: 70px; text-align: center; }
.hero-content { max-width: 840px; }
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #8b684d;
  font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
}
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--copper-light); }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 500; line-height: .96; letter-spacing: -.035em; }
.hero h1 { max-width: 840px; font-size: clamp(62px, 6.1vw, 94px); }
.hero h1 em { color: var(--copper-light); font-weight: 500; }
h2 em { color: var(--copper); font-weight: 500; }
.hero .eyebrow { justify-content: center; color: var(--copper-light); }
.hero-content > p { max-width: 650px; margin: 34px auto 0; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.9; }
.hero-content > .hero-location { margin-top: 16px; color: rgba(255,255,255,.58); font-size: 13px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 34px; margin-top: 40px; }
.button {
  display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 12px;
  padding: 14px 24px; border: 1px solid transparent; cursor: pointer; font-size: 11px;
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease;
}
.button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--navy); background: var(--copper-light); }
.button-primary:hover, .button-primary:focus-visible { background: var(--white); transform: translateY(-2px); }
.text-link { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .25s; }
.text-link:hover span { transform: translate(3px, 3px); }

.intro-section { position: relative; background: var(--paper); }
.intro-section::before { display: none; }
.section-heading { margin-bottom: 72px; }
.section-heading h2 { max-width: 720px; }
h2 { color: var(--navy); font-size: clamp(50px, 5.4vw, 76px); }
.section-heading > p { max-width: 430px; margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.topics-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-card { position: relative; min-height: 305px; padding: 42px 48px 46px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; overflow: hidden; }
.topic-card:hover { background: #f5f1e9; }
.topic-top { display: flex; align-items: flex-start; justify-content: space-between; }
.topic-number { color: #9b7b61; font-family: var(--display); font-size: 15px; }
.topic-top svg { width: 48px; height: 48px; fill: none; stroke: var(--copper); stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; }
.topic-card h3 { margin: 38px 0 15px; color: var(--navy); font-family: var(--display); font-size: 33px; font-weight: 600; line-height: 1.1; }
.topic-card h3 em { color: var(--copper); font-weight: 500; }
.topic-card p { max-width: 490px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }

.consultation-section { position: relative; color: var(--white); background: var(--navy); overflow: hidden; }
.consultation-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .75fr; gap: 12%; }
.consultation-copy h2 { max-width: 620px; color: var(--white); }
.consultation-detail { padding-top: 58px; }
.consultation-detail p { color: rgba(255,255,255,.55); font-size: 13px; }
.consultation-detail .lead { margin-top: 0; color: rgba(255,255,255,.78); font-family: var(--display); font-size: 23px; line-height: 1.45; }
.button-outline { margin-top: 22px; color: var(--copper-light); border-color: rgba(221,188,150,.45); }
.button-outline:hover { color: var(--navy); background: var(--copper-light); }

.contact-cta { padding: 74px 0; background: var(--white); border-bottom: 1px solid var(--line); }
.contact-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.contact-cta h2 { font-size: clamp(40px, 4vw, 58px); }
.contact-cta p { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.contact-cta-actions { display: flex; align-items: center; gap: 28px; }
.contact-cta .text-link { white-space: nowrap; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9%; align-items: start; }
.contact-copy { position: sticky; top: 132px; }
.contact-copy h2 { margin-bottom: 30px; }
.contact-copy > p:not(.eyebrow):not(.availability) { max-width: 450px; color: var(--muted); font-size: 13px; }
.phone-card { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; max-width: 455px; margin-top: 42px; padding: 20px 22px; color: var(--white); background: var(--navy); transition: transform .25s, box-shadow .25s; }
.phone-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.phone-icon { display: grid; width: 54px; height: 54px; place-items: center; color: var(--navy); background: var(--copper-light); }
.phone-icon svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.phone-card small { display: block; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.phone-card strong { display: block; margin-top: 3px; font-family: var(--display); font-size: 22px; font-weight: 500; letter-spacing: .03em; }
.phone-card .phone-action { display: block; margin-top: 5px; color: var(--copper-light); font-size: 8px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.phone-card i { color: var(--copper-light); font-style: normal; }
.availability { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; }
.availability span { width: 6px; height: 6px; border-radius: 50%; background: #6a9b72; box-shadow: 0 0 0 4px rgba(106,155,114,.12); }
.form-panel { padding: 52px 56px; background: var(--white); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.form-heading span { color: #916b50; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.form-heading h3 { margin: 4px 0 0; color: var(--navy); font-family: var(--display); font-size: 31px; font-weight: 600; }
.form-heading svg { width: 40px; fill: none; stroke: var(--copper); stroke-width: 1.1; }
form { padding-top: 30px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.field { margin-bottom: 24px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.field label span { color: #a65e44; }.field label small { color: #8a8d8b; font-weight: 400; text-transform: none; }
.field input, .field textarea, .field select {
  width: 100%; border: 0; border-bottom: 1px solid #b9b8b2; border-radius: 0; outline: 0;
  color: var(--navy); background: transparent; transition: border-color .2s, box-shadow .2s;
}
.field input, .field select { height: 46px; }
.field textarea { min-height: 105px; padding: 10px 0; resize: vertical; }
.field select { appearance: none; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, #7e756c 50%), linear-gradient(135deg, #7e756c 50%, transparent 50%); background-position: calc(100% - 8px) 20px, calc(100% - 4px) 20px; background-size: 4px 4px; background-repeat: no-repeat; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--copper); box-shadow: 0 1px 0 var(--copper); }
.field .invalid { border-color: #a65e44; }
.captcha-wrap { min-height: 78px; margin: 4px 0 25px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 3px; }
.form-footer p { max-width: 265px; margin: 0; color: #8b8d89; font-size: 9px; line-height: 1.6; }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { background: #25334a; transform: translateY(-2px); }
.button-dark:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { display: none; margin: 20px 0 0; padding: 13px 16px; font-size: 11px; line-height: 1.6; }
.form-status.show { display: block; color: #76543c; background: #f3e8dc; }
.form-status.error { color: #814634; background: #f4e4df; }

.site-footer { color: rgba(255,255,255,.64); background: #0c1320; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 185px; }
.footer-brand { color: var(--white); }
.footer-main > p { max-width: 290px; margin: 0 auto; text-align: center; font-family: var(--display); font-size: 20px; font-style: italic; line-height: 1.35; }
.footer-phone { justify-self: end; color: var(--copper-light); font-family: var(--display); font-size: 22px; }
.footer-phone span { margin-left: 8px; font-family: var(--sans); font-size: 13px; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }.footer-bottom p:nth-child(2) { text-align: center; }.footer-bottom a { justify-self: end; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.topics-grid .reveal:nth-child(2) { transition-delay: .08s; }
.topics-grid .reveal:nth-child(3) { transition-delay: .16s; }
.topics-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 980px) {
  .shell { width: min(100% - 40px, 760px); }
  .site-header, .site-header.is-scrolled { position: sticky; }
  .header-inner { height: 78px; }
  .nav-toggle { display: block; z-index: 2; }
  .nav-toggle[aria-expanded="true"] { color: var(--white); }
  .nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav {
    position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px;
    color: var(--white); background: rgba(12,19,32,.98); visibility: hidden; opacity: 0; transition: .25s;
  }
  .main-nav.is-open { visibility: visible; opacity: 1; }
  .main-nav > a:not(.header-phone) { font-family: var(--display); font-size: 31px; font-weight: 500; letter-spacing: 0; text-transform: none; }
  .header-phone { margin-top: 12px; border-color: rgba(255,255,255,.25) !important; }
  .is-scrolled .main-nav { color: var(--white); }
  .hero { min-height: 0; height: auto; max-height: none; }
  .hero::before { display: none; }
  .hero-inner { padding-top: 105px; padding-bottom: 105px; }
  .hero-content { width: 100%; }
  .section { padding: 100px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .topics-grid { grid-template-columns: 1fr; }
  .consultation-grid { grid-template-columns: 1fr; gap: 30px; }
  .consultation-detail { max-width: 590px; padding-top: 0; }
  .contact-cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .contact-copy { position: static; }
  .contact-copy > p:not(.eyebrow):not(.availability), .phone-card { max-width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > p { display: none; }
}

@media (max-width: 640px) {
  body { padding-bottom: 68px; }
  .shell { width: calc(100% - 36px); }
  .section { padding: 82px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 19px; }
  .hero { min-height: 0; height: auto; }
  .hero-inner { align-items: center; padding-top: 82px; padding-bottom: 82px; }
  .hero-content { width: 100%; }
  .eyebrow { margin-bottom: 19px; font-size: 9px; }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-content > p { margin-top: 25px; font-size: 13px; line-height: 1.75; }
  .hero-content > .hero-location { margin-top: 14px; font-size: 12px; }
  .hero-actions { align-items: center; flex-direction: column; gap: 18px; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  h2 { font-size: 48px; }
  .section-heading { margin-bottom: 48px; }
  .topic-card { min-height: 0; padding: 35px 28px 38px; }
  .topic-card h3 { margin-top: 34px; font-size: 30px; }
  .consultation-detail .lead { font-size: 21px; }
  .contact-cta { padding: 60px 0; }
  .contact-cta-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .contact-cta-actions .button { width: 100%; }
  .contact-cta-actions .text-link { text-align: center; }
  .contact-grid { gap: 50px; }
  .phone-card { grid-template-columns: 45px 1fr auto; gap: 12px; padding: 15px; }
  .phone-icon { width: 45px; height: 45px; }
  .phone-card strong { font-size: 18px; }
  .form-panel { margin-inline: -8px; padding: 36px 24px; }
  .form-heading h3 { font-size: 27px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; min-height: auto; padding-top: 50px; padding-bottom: 42px; }
  .footer-phone { justify-self: start; margin-top: 28px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; padding-bottom: 30px; }
  .footer-bottom p:nth-child(2) { text-align: left; }.footer-bottom a { justify-self: start; }
  .mobile-call {
    position: fixed; z-index: 30; right: 12px; bottom: 10px; left: 12px; display: flex; height: 52px;
    align-items: center; justify-content: center; gap: 10px; color: var(--navy); background: var(--copper-light);
    box-shadow: 0 10px 30px rgba(9,16,27,.24); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  }
  .mobile-call svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
}

@media (max-width: 360px) {
  .g-recaptcha { transform: scale(.78); transform-origin: left top; }
  .captcha-wrap { min-height: 61px; }
}

@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; }
}
