:root{--gold:#e5a719;--red:#d92b28;--ink:#2a2119;--cream:#fff8ea;--tan:#e8c58c;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--cream);line-height:1.6}header{display:flex;align-items:center;justify-content:space-between;padding:14px clamp(20px,6vw,90px);background:#fff;position:sticky;top:0;z-index:10;box-shadow:0 2px 12px #0001}header img{width:150px;height:auto;object-fit:contain}nav{display:flex;gap:24px;flex-wrap:wrap}nav a{color:var(--ink);text-decoration:none;font-weight:700}.hero,.split,.feature,.book{max-width:1180px;margin:auto;padding:70px 30px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.hero{min-height:75vh}.hero img,.split img,.feature img,.book img{width:100%;border-radius:24px;box-shadow:0 18px 45px #5d3a1b2e}.hero h1{font-size:clamp(48px,7vw,86px);line-height:1;margin:.1em 0;color:var(--red)}h2{font-size:clamp(34px,4vw,54px);line-height:1.08;margin:.2em 0}.lead{font-size:22px;max-width:650px}.eyebrow{font-weight:900;letter-spacing:.14em;color:#8d6111;font-size:13px}.button{display:inline-block;background:var(--red);color:#fff;text-decoration:none;padding:14px 24px;border-radius:999px;font-weight:800;margin-top:12px}.split,.book{background:#fff}.feature{grid-template-columns:.8fr 1.2fr}.book img{max-width:520px;justify-self:center}.book h3{font-size:24px;color:#6b4a91}.note{font-style:italic;color:#6f6257}.coming{text-align:center;padding:80px 25px;background:var(--tan)}footer{text-align:center;padding:38px 20px;background:#211a15;color:#fff}footer img{width:160px;border-radius:14px}footer p{opacity:.8}@media(max-width:780px){header{position:static;display:block;text-align:center}nav{justify-content:center;gap:14px}.hero,.split,.feature,.book{grid-template-columns:1fr;padding:45px 20px}.hero div{order:1}.hero img{order:0}.feature{grid-template-columns:1fr}.hero{min-height:auto}}

.shop-soon{font-weight:700;color:var(--ink);cursor:default}.shop-soon small{display:block;font-size:10px;line-height:1;text-align:center;color:#8d6111;letter-spacing:.05em}
