:root {
  --coal: #100d0e;
  --iron: #211a1b;
  --iron-light: #302526;
  --parchment: #f8e9c8;
  --paper: #fffaf0;
  --ink: #201817;
  --muted: #6d625d;
  --line: #d9c7a8;
  --ember: #e95428;
  --molten: #ffb52e;
  --green: #2f6b45;
  --max: 1120px;
  --pixel: "Courier New", "Lucida Console", monospace;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: #eee4d5; font-family: var(--body); line-height: 1.65; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.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; }

.topbar { position: sticky; top: 0; z-index: 20; color: var(--parchment); background: rgba(15, 12, 13, .96); border-bottom: 4px solid #000; box-shadow: 0 4px 0 #9d2b1b; }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--pixel); font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; color: #25120b; background: var(--molten); border: 3px solid var(--parchment); box-shadow: 3px 3px 0 #000; font-size: .62rem; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #d3c2a5; font-family: var(--pixel); font-size: .68rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--molten); }

.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; color: var(--parchment); background: var(--iron-light); border: 3px solid #a58e78; box-shadow: 4px 4px 0 #000; font-family: var(--pixel); font-size: .7rem; font-weight: 900; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.btn-primary { color: #26130c; background: var(--molten); border-color: #ffe08a; }
.btn:hover, .btn:focus-visible { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 #000; }
.btn:disabled { opacity: .55; cursor: wait; }

.page-hero { position: relative; overflow: hidden; padding: 76px 0 68px; color: var(--parchment); background: radial-gradient(circle at 83% 20%, rgba(239,91,42,.25), transparent 30%), linear-gradient(145deg, #211718, var(--coal)); border-bottom: 5px solid #000; }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none; background: linear-gradient(rgba(255,181,46,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,181,46,.14) 1px, transparent 1px); background-size: 32px 32px; }
.page-hero .wrap { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--molten); font-family: var(--pixel); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 820px; margin: 0; font-family: var(--pixel); font-size: clamp(2.3rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -.075em; text-transform: uppercase; text-shadow: 4px 4px 0 #000; }
.hero-copy { max-width: 720px; margin: 21px 0 0; color: #d7c8b1; font-size: 1.08rem; }

.page-shell { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 34px; align-items: start; padding: 54px 0 76px; }
.content-card, .side-card, .form-card { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(61, 43, 33, .1); }
.content-card { padding: clamp(25px, 4vw, 48px); }
.content-card h2 { margin: 38px 0 10px; font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.2; }
.content-card h2:first-child { margin-top: 0; }
.content-card h3 { margin: 23px 0 7px; font-size: 1.02rem; }
.content-card p, .content-card li { color: #514945; }
.content-card ul { padding-left: 21px; }
.content-card li + li { margin-top: 7px; }
.effective { display: inline-flex; margin-bottom: 20px; padding: 6px 10px; color: #765337; background: #f4e4ca; border-radius: 999px; font-size: .78rem; font-weight: 700; }
.legal-note { margin-top: 34px; padding: 17px; color: #5f4b36; background: #fff1d5; border-left: 4px solid var(--molten); border-radius: 8px; }
.side-card { position: sticky; top: 102px; padding: 22px; }
.side-card h2 { margin: 0 0 12px; font-family: var(--pixel); font-size: .8rem; text-transform: uppercase; }
.side-card a { display: block; padding: 9px 0; color: #685d57; border-bottom: 1px solid #e7d9c4; font-size: .9rem; text-decoration: none; }
.side-card a:last-child { border: 0; }
.side-card a:hover { color: var(--ember); }

.contact-shell { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 30px; align-items: start; padding: 54px 0 76px; }
.contact-copy { padding: 8px 12px 0 0; }
.contact-copy h2 { margin: 0 0 14px; font-family: Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.7rem); line-height: 1.1; }
.contact-copy p { color: #625852; }
.contact-option { margin-top: 19px; padding: 18px; background: #f9f0e1; border: 1px solid var(--line); border-radius: 14px; }
.contact-option strong { display: block; }
.contact-option p { margin: 5px 0 12px; font-size: .92rem; }
.form-card { padding: clamp(24px, 4vw, 38px); }
.form-card h2 { margin: 0 0 5px; font-family: Georgia, serif; font-size: 2rem; }
.form-card > p { margin: 0 0 23px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.field { display: grid; gap: 6px; }
.field.wide { grid-column: 1 / -1; }
.field > span, fieldset legend { font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; padding: 11px 12px; color: var(--ink); background: #fffdf8; border: 1px solid #cdbda5; border-radius: 10px; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(255,181,46,.35); border-color: #a76816; }
fieldset { grid-column: 1 / -1; margin: 0; padding: 0; border: 0; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 8px; }
.check { display: flex; gap: 8px; align-items: flex-start; padding: 9px; background: #f8efe1; border-radius: 9px; font-size: .84rem; }
.check input { width: 18px; height: 18px; margin: 2px 0 0; }
.consent { display: flex; grid-column: 1 / -1; gap: 9px; align-items: flex-start; color: #625852; font-size: .84rem; }
.consent input { width: 18px; height: 18px; margin-top: 3px; }
.form-actions { display: flex; grid-column: 1 / -1; gap: 14px; align-items: center; }
.form-status { min-height: 24px; font-size: .9rem; }
.form-status.success { color: var(--green); }
.form-status.error { color: #9d2b1b; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 44px 0 24px; color: #c8b99d; background: var(--coal); border-top: 5px solid #000; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 28px; }
.footer-col h2 { margin: 0 0 10px; color: var(--molten); font-family: var(--pixel); font-size: .68rem; text-transform: uppercase; }
.footer-col a { display: block; margin: 7px 0; color: #b9aa91; font-size: .86rem; text-decoration: none; }
.footer-col a:hover { color: var(--parchment); }
.footer-brand p { max-width: 280px; color: #9f907b; font-size: .86rem; }
.ownership { margin-top: 32px; padding-top: 18px; color: #988a77; border-top: 1px solid #3a2f2e; font-size: .82rem; }

@media (max-width: 820px) {
  .nav-links { display: none; }
  .page-shell, .contact-shell { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 26px, var(--max)); }
  .nav .btn { min-height: 42px; padding-inline: 12px; font-size: .62rem; }
  .page-hero { padding: 56px 0 50px; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .btn { width: 100%; }
}
