:root {
  --ink: #1d2420;
  --paper: #f8f4eb;
  --paper-deep: #ebe2d1;
  --vermilion: #aa3f2a;
  --jade: #1f5f52;
  --line: #d4c7b1;
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(248,244,235,.93); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.nav-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font: 700 1.2rem/1 var(--serif); letter-spacing: -.03em; text-decoration: none; }
.brand img { width: 28px; height: 28px; flex: none; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .9rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.button):hover { color: var(--vermilion); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; padding: 10px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 20px; border: 1px solid var(--vermilion); background: var(--vermilion); color: white !important; font-weight: 700; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.button:hover { background: #87301f; transform: translateY(-1px); }
.button--quiet { background: transparent; color: var(--vermilion) !important; }
.button--quiet:hover { color: white !important; }
.hero, .page-hero { padding: clamp(68px, 11vw, 144px) 0; }
.hero { background: radial-gradient(circle at 88% 20%, #e4bca9 0, transparent 23%), linear-gradient(135deg, var(--paper) 58%, #eee3d2); }
.eyebrow { color: var(--vermilion); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 760px; margin: 10px 0 20px; font-size: clamp(3rem, 7vw, 6.25rem); }
h2 { margin: 0 0 20px; font-size: clamp(2rem, 4.5vw, 3.5rem); }
h3 { margin: 0 0 8px; font-size: 1.36rem; }
.hero-copy, .lede { max-width: 650px; margin: 0 0 26px; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.trust-note { margin-top: 16px; font-size: .92rem; font-weight: 700; }
.trust-strip { padding: 24px 0; border-block: 1px solid var(--line); background: var(--paper-deep); }
.trust-grid, .card-grid, .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust-grid strong { display: block; margin-bottom: 3px; color: var(--jade); }
.section { padding: clamp(60px, 9vw, 112px) 0; }
.section--deep { background: var(--paper-deep); }
.section-head { max-width: 700px; margin-bottom: 36px; }
.card { padding: 26px; border: 1px solid var(--line); background: #fffdf8; }
.card .card-art { display: block; width: 100%; height: 120px; margin-bottom: 18px; }
.card p { margin: 0 0 20px; }
.card a { color: var(--vermilion); font-weight: 700; }
.step { position: relative; padding: 22px 0 0; border-top: 2px solid var(--jade); }
.step span { display: block; margin-bottom: 20px; color: var(--vermilion); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.reason-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; list-style: none; padding: 0; margin: 0; }
.reason-list li { padding: 18px; border-left: 3px solid var(--vermilion); background: #fffdf8; font-weight: 650; }
.faq-list { display: grid; gap: 0; max-width: 820px; }
details { border-top: 1px solid var(--line); padding: 17px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 750; }
.final-cta { background: var(--jade); color: #fffdf8; }
.final-cta .eyebrow { color: #f1c7a9; }
.final-cta h2 { max-width: 650px; }
.site-footer { padding: 52px 0 26px; color: #e9e2d5; background: var(--ink); }
.site-footer .brand { color: #fffdf8; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 2fr; gap: 38px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 20px; }
.footer-links a { color: inherit; font-size: .87rem; text-decoration: none; }
.footer-links a:hover { color: #f1c7a9; }
.footer-note { margin: 34px 0 0; color: #b9b7ae; font-size: .78rem; }
.page-hero { border-bottom: 1px solid var(--line); background: #f1e9db; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.prose { width: min(760px, 100%); }
.prose p, .prose li { font-size: 1.04rem; }
.prose ul { padding-left: 1.2rem; }
.quote-box, .notice { padding: 24px; border-left: 4px solid var(--vermilion); background: #fffdf8; }
.form-shell { min-height: 900px; border: 1px solid var(--line); background: #fffdf8; }
.form-shell iframe { width: 100%; min-height: 900px; border: 0; }
.fallback { margin-top: 16px; font-size: .92rem; }
:focus-visible { outline: 3px solid #d37a40; outline-offset: 3px; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 1120px); }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 72px; right: 0; left: 0; padding: 20px; border-bottom: 1px solid var(--line); background: var(--paper); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav .button { text-align: center; }
  .trust-grid, .card-grid, .steps, .footer-grid { grid-template-columns: 1fr; }
  .reason-list { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
}
