:root {
  --ink: #201a16;
  --muted: #655b52;
  --paper: #f8f4ed;
  --paper-strong: #eee4d6;
  --brown: #5f351d;
  --brown-dark: #3d2114;
  --gold: #ba8a43;
  --line: #ddcdb9;
  --white: #fffdf9;
  --shadow: 0 22px 70px rgba(69, 38, 20, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: var(--white); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 120px;
  padding: 12px clamp(20px, 5vw, 80px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 244, 237, .98);
}
.brand { width: 128px; }
.brand img { width: 100%; }
nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
nav a { text-decoration: none; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
nav a:hover, nav a:focus-visible { color: var(--brown); text-decoration: underline; text-underline-offset: 6px; }
.header-cta { border: 1px solid var(--brown); padding: .75rem 1rem; text-decoration: none; font-weight: 700; white-space: nowrap; }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  padding: clamp(64px, 9vw, 126px) clamp(20px, 7vw, 120px);
  background:
    radial-gradient(circle at 78% 18%, rgba(186, 138, 67, .17), transparent 28%),
    linear-gradient(135deg, #fbf8f2 0%, #f1e7da 100%);
}
.hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 1rem; color: var(--brown); font-size: .76rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1, .section-heading h2, .identity h2, .contact h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}
h1 { margin-bottom: 1.6rem; font-size: clamp(3rem, 6.3vw, 6.3rem); }
.hero-text { max-width: 680px; margin: 0 0 2rem; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .85rem 1.25rem; border: 1px solid var(--brown); text-decoration: none; font-weight: 700; }
.button.primary { color: var(--white); background: var(--brown); }
.button.secondary { color: var(--brown); background: transparent; }
.button:hover, .button:focus-visible, .header-cta:hover, .header-cta:focus-visible { transform: translateY(-1px); box-shadow: 0 9px 24px rgba(61,33,20,.14); }
.microcopy { margin: 1rem 0 0; color: var(--muted); font-size: .82rem; }

.trust-card { padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.trust-label { color: var(--brown); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-card h2 { margin: .8rem 0 1.5rem; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 500; line-height: 1.15; }
.trust-card dl { margin: 0 0 1.5rem; }
.trust-card dl div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; padding: .75rem 0; border-top: 1px solid var(--line); }
.trust-card dt { color: var(--muted); font-size: .84rem; }
.trust-card dd { margin: 0; font-weight: 700; }
.text-link { color: var(--brown); font-weight: 700; text-underline-offset: 4px; }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--brown-dark); color: var(--white); }
.proof-strip p { margin: 0; padding: 30px clamp(24px, 4vw, 56px); border-right: 1px solid rgba(255,255,255,.16); }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { margin-bottom: .35rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.15rem; }
.proof-strip span { color: rgba(255,255,255,.72); font-size: .88rem; }

.section { padding: clamp(78px, 9vw, 130px) clamp(20px, 7vw, 120px); }
.section-heading { max-width: 870px; margin-bottom: 48px; }
.section-heading.compact { max-width: 760px; }
.section-heading h2, .identity h2, .contact h2 { margin-bottom: 1.2rem; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.practice-grid article { min-height: 260px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.28); }
.practice-grid article > span { color: var(--gold); font-size: .78rem; font-weight: 800; }
.practice-grid h3 { margin: 42px 0 .7rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; font-weight: 500; }
.practice-grid p { color: var(--muted); }

.method { background: var(--paper-strong); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.steps li { padding: 28px; background: var(--white); }
.steps li > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 50px; border: 1px solid var(--gold); border-radius: 50%; color: var(--brown); font-weight: 800; }
.steps h3 { margin-bottom: .55rem; font-size: 1.2rem; }
.steps p { margin: 0; color: var(--muted); }

.identity { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(46px, 8vw, 120px); align-items: start; }
.identity > div:first-child > p:not(.eyebrow) { max-width: 760px; font-size: 1.08rem; }
.address-card { padding: 36px; border-left: 4px solid var(--gold); background: var(--white); box-shadow: var(--shadow); }
.address-card h3 { margin: 0 0 .45rem; }
.address-card h3:not(:first-child) { margin-top: 1.8rem; }
.address-card address { color: var(--muted); font-style: normal; }

.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding: clamp(70px, 8vw, 110px) clamp(20px, 7vw, 120px); color: var(--white); background: var(--brown-dark); }
.contact .eyebrow { color: #e5bf7e; }
.contact h2 { margin-bottom: .9rem; }
.contact p { color: rgba(255,255,255,.72); }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 14px; }
.button.light { color: var(--brown-dark); border-color: var(--white); background: var(--white); }
.contact-link { padding: .6rem; text-align: center; font-weight: 700; text-underline-offset: 5px; }

footer { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 50px; padding: 54px clamp(20px, 7vw, 120px) 30px; background: #171310; color: var(--white); }
.footer-brand img { width: 132px; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.68); }
footer h2 { margin-bottom: .75rem; font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; }
footer a, footer span { display: block; margin: .38rem 0; color: rgba(255,255,255,.76); }
.footer-note { grid-column: 1 / -1; margin: 22px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: .78rem; }

.legal-shell { min-height: 100vh; background: var(--paper); }
.legal-header { display: flex; align-items: center; justify-content: space-between; padding: 14px clamp(20px, 6vw, 90px); border-bottom: 1px solid var(--line); }
.legal-header .brand { width: 118px; }
.legal-header > a:last-child { font-weight: 700; }
.legal-content { width: min(880px, calc(100% - 40px)); margin: 0 auto; padding: 74px 0 110px; }
.legal-content h1 { font-size: clamp(2.8rem, 7vw, 5.7rem); }
.legal-content h2 { margin: 2.5rem 0 .7rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.7rem; font-weight: 500; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-card { margin: 2rem 0; padding: 28px; border: 1px solid var(--line); background: var(--white); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr; gap: 18px; }
  .site-header nav { order: 3; grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 6px; }
  .header-cta { justify-self: end; }
  .hero, .identity { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .trust-card { max-width: 720px; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 660px) {
  .site-header { min-height: auto; padding: 10px 18px 14px; }
  .brand { width: 110px; }
  .header-cta { padding: .65rem .75rem; font-size: .78rem; }
  .site-header nav { gap: 22px; }
  .site-header nav a { font-size: .72rem; }
  .hero { padding-top: 58px; }
  h1 { font-size: clamp(2.9rem, 14vw, 4.4rem); }
  .trust-card dl div { grid-template-columns: 1fr; gap: 2px; }
  .proof-strip, .practice-grid, .steps, .contact, footer { grid-template-columns: 1fr; }
  .proof-strip p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .practice-grid article { min-height: 220px; }
  .steps li > span { margin-bottom: 25px; }
  .contact { gap: 24px; }
  footer { gap: 28px; }
  .footer-note { grid-column: 1; }
}

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