:root{--bg:#faf9f6;--panel:#fff;--ink:#17171a;--muted:#6b6b6f;--accent:#ff4d1c;--accent-ink:#2a0d04;--line:#e4e1da}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:'Inter',sans-serif;line-height:1.55}h1,h2,h3{font-family:'Fraunces',serif;margin:0;letter-spacing:-.01em}a{color:inherit;text-decoration:none}.site-header{max-width:1100px;margin:0 auto;padding:28px 24px;display:flex;align-items:center;justify-content:space-between}.site-header .wordmark{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:600}.site-header .wordmark span{color:var(--accent)}.site-header nav{display:flex;gap:24px;font-size:.92rem;font-weight:600}.site-header nav a:hover{color:var(--accent)}.hero{max-width:900px;margin:0 auto;padding:60px 24px 80px;text-align:center}.hero .eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700;color:#c23108;margin:0 0 18px}.hero h1{font-size:clamp(2.4rem,5.5vw,4.4rem);line-height:1.05;margin:0 0 20px}.hero .lead{max-width:640px;margin:0 auto;color:var(--muted);font-size:1.1rem}.catalog{max-width:1100px;margin:0 auto;padding:0 24px 90px}.catalog h2{font-size:clamp(1.7rem,3vw,2.4rem);margin:0 0 8px}.catalog>p{color:var(--muted);margin:0 0 32px}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalog-card{display:block;padding:26px;border:1px solid var(--line);border-radius:16px;background:var(--panel);transition:transform .2s ease}.catalog-card[href]:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(23,23,26,.08)}.catalog-card h3{font-size:1.15rem;margin:0 0 6px;display:flex;align-items:center;gap:8px}.catalog-card h3 svg{flex-shrink:0}.catalog-card p{color:var(--muted);font-size:.9rem;margin:0 0 14px}.catalog-card .tag{display:inline-block;font-size:.74rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:999px}.catalog-card .tag--live{background:#fff0ea;color:#c23108}.catalog-card .tag--soon{background:#f1f0ec;color:var(--muted)}.catalog-card[aria-disabled="true"]{cursor:default}.catalog-card[aria-disabled="true"] h3,.catalog-card[aria-disabled="true"] .tag{opacity:.6}.catalog-card[aria-disabled="true"] p{color:#4a4a4d}.quote{max-width:720px;margin:0 auto;padding:0 24px 100px}.quote h2{font-size:clamp(1.7rem,3vw,2.4rem);margin:0 0 8px}.quote>p{color:var(--muted);margin:0 0 28px}.quote-form{display:grid;gap:14px}.quote-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quote-form label{display:block;font-size:.85rem;font-weight:700;margin-bottom:6px}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--ink);font:inherit}.quote-form textarea{min-height:110px;resize:vertical}.quote-form button{justify-self:start;padding:14px 26px;border:none;border-radius:10px;background:#d43a0c;color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:transform .18s ease}.quote-form button:hover{transform:translateY(-2px);background:#b93209}.quote-status{min-height:1.4em;margin:4px 0 0;font-size:.9rem}.quote-status[data-state="error"]{color:#c0301c}.quote-status[data-state="success"]{color:#1a7a44}.quote-hp{position:absolute;left:-9999px}.site-footer{max-width:1100px;margin:0 auto;padding:24px;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem;text-align:center}.site-footer a:hover{color:var(--accent)}@media (max-width:900px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.catalog-grid{grid-template-columns:1fr}.quote-form .row{grid-template-columns:1fr}.hero{padding:44px 20px 56px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;scroll-behavior:auto!important}}