:root {
  --ink: #12201b;
  --forest: #173f32;
  --forest-deep: #0d2a22;
  --cream: #f5f1e7;
  --paper: #fffdf8;
  --copper: #ca7448;
  --line: rgba(18, 32, 27, 0.14);
  --muted: #5f6b65;
  --shadow: 0 24px 70px rgba(20, 43, 34, 0.13);
}

* { 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;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: white;
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; }
.brand-mark {
  width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  font-family: Georgia, serif; font-size: 20px; font-style: italic;
}
.brand small { display: block; opacity: .68; font-size: .68rem; font-weight: 550; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: inherit; text-decoration: none; font-size: .9rem; font-weight: 650; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }

.hero-wrap { background: var(--forest-deep); color: white; overflow: hidden; }
.hero { min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding: 78px 0 92px; }
.eyebrow { margin: 0 0 20px; color: #eab08e; font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(3.5rem, 6.7vw, 6.5rem); max-width: 760px; }
h2 { font-size: clamp(2.5rem, 4.6vw, 4.6rem); }
h3 { font-size: 1.1rem; }
.hero-copy { margin: 26px 0 32px; max-width: 590px; color: rgba(255,255,255,.75); font-size: 1.12rem; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: white; }
.button-secondary { border: 1px solid rgba(255,255,255,.28); color: white; }
.hero-note { margin-top: 22px; color: rgba(255,255,255,.52); font-size: .82rem; }
.hero-visual { position: relative; min-height: 510px; }
.hero-photo {
  position: absolute; inset: 0 0 0 36px; overflow: hidden; border-radius: 220px 220px 22px 22px;
  background: #385149;
  box-shadow: 0 40px 100px rgba(0,0,0,.35);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; opacity: .84; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(6,22,17,.62)); }
.photo-card { position: absolute; left: 0; bottom: 38px; z-index: 2; width: 240px; padding: 22px; border-radius: 16px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.photo-card span { display: block; color: var(--copper); font-family: Georgia, serif; font-size: 2rem; }
.photo-card p { margin: 5px 0 0; font-size: .86rem; color: var(--muted); line-height: 1.45; }
.photo-credit { position: absolute; z-index: 3; right: 18px; bottom: 12px; color: rgba(255,255,255,.55); font-size: .65rem; text-decoration: none; }

.section { padding: 110px 0; }
.section-tint { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.split-heading > p { margin: 10px 0 0; color: var(--muted); font-size: 1.08rem; max-width: 620px; }
.steps { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { padding: 34px 34px 0 0; }
.step + .step { padding-left: 34px; border-left: 1px solid var(--line); }
.step-num { display: inline-grid; width: 34px; height: 34px; place-items: center; margin-bottom: 32px; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper); font: italic 1rem Georgia, serif; }
.step p { color: var(--muted); margin: 12px 0 0; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.fit-copy > p { color: var(--muted); font-size: 1.08rem; }
.fit-list { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fit-list li { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 650; }
.fit-list li::before { content: "✓"; color: var(--copper); }
.quote-block { padding: 52px; min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 28px; background: var(--forest); color: white; box-shadow: var(--shadow); }
.quote-block .monogram { font: italic 4rem Georgia, serif; color: #eab08e; }
.quote-block blockquote { margin: 50px 0 0; font: 500 clamp(1.7rem, 3vw, 2.6rem)/1.25 Georgia, serif; }
.quote-block p { color: rgba(255,255,255,.63); }

.contact { padding: 110px 0; background: var(--ink); color: white; text-align: center; }
.contact h2 { max-width: 800px; margin: 0 auto; }
.contact p { max-width: 600px; margin: 24px auto 32px; color: rgba(255,255,255,.68); }
.contact .support { display: inline-block; margin-top: 18px; color: #efb08a; font-weight: 700; }

.site-footer { padding: 54px 0 34px; background: #091b16; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; }
.footer-brand { color: white; font-weight: 750; }
.footer-address { margin: 14px 0 0; font-size: .88rem; line-height: 1.55; }
.footer-links { display: flex; align-items: flex-start; gap: 26px; }
.footer-links a { color: white; text-decoration: none; font-size: .9rem; }
.sms-disclosure { margin: 40px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; line-height: 1.55; }
.copyright { margin-top: 18px; font-size: .75rem; }

.legal-header { background: var(--forest-deep); color: white; }
.legal-hero { padding: 72px 0 80px; }
.legal-hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.legal-hero p { margin: 20px 0 0; color: rgba(255,255,255,.62); }
.legal { width: min(790px, calc(100% - 40px)); margin: 0 auto; padding: 74px 0 110px; }
.legal h2 { margin: 44px 0 14px; font-family: inherit; font-size: 1.35rem; font-weight: 800; letter-spacing: -.02em; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: #46534d; }
.legal ul { padding-left: 22px; }
.legal a { color: var(--forest); font-weight: 700; }

@media (max-width: 850px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-visual { min-height: 430px; }
  .hero-photo { inset-left: 24px; }
  .split-heading, .fit-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 28px 0; border-bottom: 1px solid var(--line); }
  .step + .step { padding-left: 0; border-left: 0; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1180px); }
  .brand small { display: none; }
  .nav-cta { padding: 9px 14px; }
  .hero { min-height: auto; padding: 46px 0 74px; gap: 50px; }
  h1 { font-size: 3.4rem; }
  .hero-copy { font-size: 1rem; }
  .actions .button { width: 100%; }
  .hero-visual { min-height: 360px; }
  .hero-photo { left: 18px; border-radius: 150px 150px 18px 18px; }
  .photo-card { width: 210px; padding: 18px; bottom: 20px; }
  .section, .contact { padding: 78px 0; }
  .quote-block { padding: 32px; min-height: 360px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
