:root{--bg: #0f0d0b;--ink: #e8e0d6;--muted: #a09080;--accent: #d86b2a;--accent-2: #b8511a}*{box-sizing:border-box;margin:0}html,body{height:100%}body{font-family:"Inter",system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6;min-height:100%;display:flex;flex-direction:column}h1{font-family:"Fraunces",Georgia,serif;line-height:1.05}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.wrap{max-width:780px;margin:0 auto;padding:0 28px}.wood-bg{position:fixed;inset:0;z-index:-1;background:linear-gradient(180deg, rgba(15,13,11,.88), rgba(15,13,11,.92)),repeating-linear-gradient(90deg, #1a1410 0px, #1f1812 18px, #221a14 36px, #1a1410 54px, #251c16 54px, #1e1612 72px, #261d16 90px, #1a1410 108px);background-size:auto,108px 100%;}body:has(.wood-bg){}@supports (background-image: url("/wood.jpg")){.wood-bg{background-image:linear-gradient(180deg, rgba(15,13,11,.78), rgba(15,13,11,.9)),url("/wood.jpg");background-size:cover,cover;background-position:center,center}}.hero{flex:1;display:flex;align-items:center;padding:72px 0 64px}.hero h1{font-size:clamp(3.2rem,10vw,5.8rem);margin-bottom:18px;letter-spacing:-.01em}.tag{font-family:"Fraunces",Georgia,serif;font-size:clamp(1.15rem,2.8vw,1.45rem);color:var(--accent);margin-bottom:18px}.sub{font-size:1.05rem;color:var(--muted);margin-bottom:28px;line-height:1.7}.cta-row{margin-bottom:18px}.menu{list-style:none;padding:0;margin:0 0 10px;display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:4px 28px;max-width:520px;font-size:1.05rem;font-weight:500}.menu li{padding:3px 0}.btn{display:inline-block;background:var(--accent);color:#0f0d0b;font-weight:600;padding:13px 26px;border-radius:8px}.btn:hover{background:var(--accent-2);text-decoration:none}.small{font-size:.92rem}.muted{color:var(--muted)}.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;font-size:.82rem;color:var(--muted);text-align:center}.site-footer a{color:var(--muted)}@media (max-width: 600px){.hero{padding:48px 0}}