:root {
  --ink: #173f36;
  --ink-dark: #102d27;
  --ink-soft: #45645c;
  --gold: #b68a3d;
  --gold-light: #e5c47b;
  --paper: #f7f5ef;
  --white: #fff;
  --line: rgba(23, 63, 54, .12);
  --muted: #667a74;
  --radius: 24px;
  --shadow: 0 28px 70px -45px rgba(18, 53, 46, .55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.display { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.eyebrow { margin: 0; color: #916b2b; font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.muted { color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(247,245,239,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 42px; height: 42px; flex: none; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; line-height: 1.05; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 4px; color: #916b2b; font-size: .56rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 28px; color: var(--ink-soft); font-size: .85rem; font-weight: 650; }
.nav a:hover { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; border-radius: 13px; padding: 0 19px; border: 1px solid transparent; font-size: .86rem; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover { background: #205347; }
.button-gold { color: white; background: var(--gold); box-shadow: 0 16px 35px -18px rgba(122,91,37,.85); }
.button-gold:hover { background: #9a742f; }
.button-outline { border-color: var(--line); background: rgba(255,255,255,.72); }
.button-outline:hover { background: white; }
.icon { width: 18px; height: 18px; flex: none; }

.hero { position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -230px; border: 78px solid rgba(229,196,123,.12); border-radius: 50%; pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; left: -250px; bottom: -200px; border-radius: 50%; background: rgba(198,221,210,.55); filter: blur(52px); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding-block: 86px 98px; }
.location-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border: 1px solid rgba(182,138,61,.35); border-radius: 999px; background: rgba(255,255,255,.76); color: #7a5b25; font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; box-shadow: 0 8px 25px -20px rgba(18,53,46,.8); }
.hero h1 { max-width: 710px; margin: 26px 0 0; font-size: clamp(2.7rem, 5vw, 4.25rem); line-height: 1.04; }
.hero-copy > p { max-width: 680px; margin: 24px 0 0; color: #587069; font-size: 1.08rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 28px; color: #587069; font-size: .75rem; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { color: var(--gold); }
.hero-card { position: relative; min-height: 530px; overflow: hidden; border-radius: 34px; padding: 30px; color: white; background: var(--ink); box-shadow: 0 40px 95px -46px rgba(18,53,46,.95); }
.hero-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(9,31,26,.45) 0%, transparent 28%, transparent 55%, rgba(9,31,26,.88) 100%); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.hero-card-inner { position: relative; z-index: 1; min-height: 470px; display: flex; flex-direction: column; justify-content: space-between; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-top strong { color: var(--gold-light); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; }
.card-top span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.7); font-size: .65rem; }
.hero-card-caption { text-shadow: 0 2px 16px rgba(0,0,0,.45); }
.hero-card-caption .hero-card-name { margin: 0; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; font-weight: 700; line-height: 1.15; letter-spacing: -.03em; }
.hero-card-caption p:last-child { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 650; letter-spacing: .03em; }

.section { padding-block: 92px; }
.section-white { border-block: 1px solid var(--line); background: white; }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 44px; }
.section h2 { margin: 11px 0 0; font-size: clamp(2.15rem, 4vw, 3rem); line-height: 1.1; }
.section-intro { max-width: 660px; justify-self: end; margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.85; }
.services { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.service { border: 1px solid var(--line); border-radius: 20px; padding: 25px; background: #fafaf7; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service:hover { transform: translateY(-5px); border-color: rgba(182,138,61,.38); box-shadow: var(--shadow); }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: #e8efea; color: var(--ink); }
.service h3 { margin: 24px 0 0; font-size: 1.3rem; }
.service p { margin: 10px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.75; }

.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.process-copy { position: sticky; top: 105px; }
.process-copy p:last-child { color: var(--muted); line-height: 1.8; }
.process-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { counter-increment: process; display: flex; gap: 16px; border: 1px solid var(--line); border-radius: 20px; padding: 22px; background: white; }
.process-list li::before { content: counter(process); width: 36px; height: 36px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--gold-light); background: var(--ink); font-family: Georgia, serif; font-size: .75rem; font-weight: 700; }
.process-list h3 { margin: 1px 0 0; font-size: 1.14rem; }
.process-list p { margin: 7px 0 0; color: var(--muted); font-size: .85rem; line-height: 1.72; }

.about { color: white; background: var(--ink); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.about .eyebrow { color: var(--gold-light); }
.about h2 { color: white; }
.about-copy > p:last-of-type { color: rgba(255,255,255,.64); line-height: 1.85; }
.about-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.about-pills span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.78); font-size: .72rem; font-weight: 700; }
.quote-card { border: 1px solid rgba(255,255,255,.1); border-radius: 26px; padding: 30px; background: rgba(255,255,255,.055); }
.quote-card > svg { color: var(--gold-light); }
.quote-card blockquote { margin: 20px 0 25px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 700; line-height: 1.35; }
.check-list { display: grid; gap: 12px; color: rgba(255,255,255,.72); font-size: .84rem; }
.check-list span { display: flex; align-items: center; gap: 9px; }
.check-list svg { color: var(--gold-light); }

.cta { padding-block: 74px; text-align: center; background: var(--gold-light); }
.cta-inner { max-width: 800px; margin-inline: auto; }
.cta h2 { margin-top: 16px; font-size: clamp(2.1rem,4vw,3rem); }
.cta p { color: #3d5a52; line-height: 1.8; }
.cta .button { margin-top: 18px; }

.site-footer { color: rgba(255,255,255,.65); background: var(--ink-dark); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .95fr .8fr; gap: 50px; padding-block: 50px 38px; }
.footer-brand { color: white; }
.footer-brand img { width: 44px; height: 44px; }
.site-footer h3 { margin: 0 0 16px; color: white; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.site-footer p, .site-footer a { font-size: .75rem; line-height: 1.7; }
.site-footer a:hover { color: var(--gold-light); }
.footer-links { display: grid; gap: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.38); font-size: .68rem; }

.legal-header { border-bottom: 1px solid var(--line); background: white; }
.legal-header .header-inner { min-height: 72px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.back-link:hover { color: var(--gold); }
.legal-main { width: min(850px, calc(100% - 40px)); margin-inline: auto; padding-block: 62px; }
.legal-intro { margin-bottom: 38px; }
.legal-intro h1 { margin: 11px 0 0; font-size: clamp(2.55rem, 6vw, 3.7rem); line-height: 1.08; }
.legal-intro > p:not(.eyebrow):not(.updated) { max-width: 690px; color: var(--muted); line-height: 1.75; }
.updated { margin-top: 12px; color: #889791; font-size: .72rem; }
.legal-card { border: 1px solid var(--line); border-radius: 28px; padding: 38px; background: white; box-shadow: var(--shadow); }
.legal-section { padding-block: 28px; border-top: 1px solid var(--line); }
.legal-section:first-child { padding-top: 0; border-top: 0; }
.legal-section:last-child { padding-bottom: 0; }
.legal-section h2 { margin: 0; font-family: Georgia, serif; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-section p, .legal-section li { color: #566e67; font-size: .88rem; line-height: 1.85; }
.legal-section p { margin: 12px 0 0; }
.legal-section ul { margin: 12px 0 0; padding-left: 21px; }
.legal-section li + li { margin-top: 6px; }
.legal-section a { color: #916b2b; font-weight: 700; text-decoration: underline; }
.legal-contact { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 22px; border-radius: 20px; color: white; background: var(--ink); }
.legal-contact p { margin: 4px 0 0; color: rgba(255,255,255,.62); font-size: .76rem; }
.legal-contact .button { min-height: 39px; color: var(--ink); background: var(--gold-light); font-size: .75rem; }
.legal-footer { padding: 25px 0; border-top: 1px solid var(--line); background: white; color: #788a84; font-size: .68rem; }
.legal-footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.legal-footer nav { display: flex; gap: 15px; }
.error-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; text-align: center; }
.error-page h1 { margin: 0; font-size: 6rem; color: var(--gold); }
.error-page p { color: var(--muted); }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero-grid, .process-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; padding-block: 65px 75px; }
  .hero-copy { text-align: center; }
  .hero-copy .location-pill { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-card { max-width: 530px; width: 100%; margin-inline: auto; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-intro { justify-self: start; }
  .process-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 30px), 1180px); }
  .header-inner { min-height: 66px; }
  .brand img { width: 38px; height: 38px; }
  .brand strong { font-size: .88rem; }
  .brand small { font-size: .5rem; }
  .site-header .button { min-height: 39px; padding-inline: 13px; font-size: .72rem; }
  .site-header .button span { display: none; }
  .hero-grid { padding-block: 54px 64px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-copy > p { font-size: .98rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-card { min-height: 485px; padding: 23px; }
  .hero-card-inner { min-height: 439px; }
  .section { padding-block: 68px; }
  .services { grid-template-columns: 1fr; }
  .about-grid { gap: 36px; }
  .quote-card { padding: 23px; }
  .quote-card blockquote { font-size: 1.42rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-main { width: min(100% - 30px, 850px); padding-block: 45px; }
  .legal-card { padding: 23px; border-radius: 22px; }
  .legal-contact { align-items: flex-start; flex-direction: column; }
  .legal-footer-inner { flex-direction: column; }
}

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