:root{--bg:#FAF6F0;--bg-soft:#F3ECE1;--surface:#FFFFFF;--ink:#3A2E22;--ink-soft:#5F5142;--ink-muted:#8D7C66;--gold:#B8862D;--gold-deep:#8A6116;--gold-soft:#E8D5AE;--gold-tint:#F6EEDD;--line:#E7DCCB;--line-soft:#F0E8DA;--radius:18px;--radius-sm:12px;--font-h:"Cormorant",Georgia,serif;--font-b:"Manrope",system-ui,sans-serif;--maxw:1240px}*{margin:0;padding:0;box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{font-family:var(--font-b);background:var(--bg);color:var(--ink);font-size:16.5px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.narrow{max-width:760px}.mid{max-width:1060px}h1,h2,h3{font-family:var(--font-h);font-weight:600;line-height:1.15;letter-spacing:-.01em}h1{font-size:clamp(30px,4vw,46px)}h2{font-size:clamp(22px,2.6vw,29px)}h3{font-size:19px}.kicker{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:14px}.kicker:before{content:"";width:24px;height:1.5px;background:var(--gold)}.tbd{border-bottom:1px dashed var(--gold);color:var(--ink-muted);cursor:help}:focus-visible{outline:2px solid var(--gold-deep);outline-offset:3px;border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 28px;border-radius:100px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-p{background:var(--gold-deep);color:#fff}.btn-p:hover{background:#6f4d10}.crumbs{font-size:13.5px;color:var(--ink-muted);padding:22px 0 4px}.crumbs a:hover{color:var(--gold-deep)}.crumbs span{margin:0 8px;opacity:.6}main{padding:14px 0 clamp(50px,6vw,80px)}.head{padding:8px 0 26px;border-bottom:1px solid var(--line);margin-bottom:32px}.head h1{margin-bottom:14px}.head p{color:var(--ink-soft);font-size:clamp(16.5px,1.5vw,18px)}.prose h2{margin:38px 0 12px}.prose h3{margin:26px 0 8px}.prose p{color:var(--ink-soft);margin-bottom:14px}.prose ul,.prose ol{color:var(--ink-soft);margin:0 0 16px 20px}.prose li{margin-bottom:8px}.prose li::marker{color:var(--gold)}.prose a:not(.btn){color:var(--gold-deep);font-weight:600;border-bottom:1px solid var(--gold-soft)}.prose a.btn-p{color:#fff}.prose a.btn-s,.prose strong{color:var(--ink)}.prose table{border-collapse:collapse;width:100%;margin:0 0 18px;font-size:15px}.prose th,.prose td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line-soft);color:var(--ink-soft)}.prose th{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);background:var(--bg-soft)}.prose td:first-child{color:var(--ink);font-weight:600}.tbl-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);margin-bottom:18px}.prose .box{background:var(--gold-tint);border-radius:var(--radius-sm);padding:18px 22px;margin:0 0 20px}.prose .box p:last-child{margin-bottom:0}.draft{background:var(--surface);border:1px dashed var(--gold);border-radius:var(--radius-sm);padding:18px 22px;margin:0 0 26px;font-size:15px;color:var(--ink-soft)}.draft b{color:var(--ink)}.fill{background:var(--gold-tint);border-bottom:1px dashed var(--gold);color:var(--gold-deep);font-weight:600;padding:1px 5px;border-radius:3px}.ask{background:var(--ink);color:#f5eee2;border-radius:var(--radius);padding:clamp(28px,4vw,44px);text-align:center;margin-top:44px}.ask h2{color:#fff;margin:0 0 12px}.ask p{color:#d9cdba;max-width:52ch;margin:0 auto 22px}@media(max-width:560px){.wrap{padding:0 18px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}html{scroll-behavior:auto}}.cart-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,140%);z-index:200;display:flex;align-items:center;gap:16px;background:var(--ink);color:#f5eee2;border-radius:100px;padding:14px 22px;font-size:14.5px;box-shadow:0 12px 40px #281f154d;transition:transform .28s ease;max-width:calc(100vw - 32px)}.cart-toast.show{transform:translate(-50%)}.cart-toast a{color:var(--gold-soft);font-weight:700;white-space:nowrap;border-bottom:1px solid rgba(232,213,174,.45)}@media(max-width:560px){.cart-toast{left:16px;right:16px;transform:translateY(160%);max-width:none;justify-content:space-between}.cart-toast.show{transform:translateY(0)}}
