:root{--ink:#251410;--wine:#703128;--cream:#f6f0e8;--paper:#fffdf9;--gold:#f2bd58;--line:#dccfc0;--muted:#71645d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}.topbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:0 5.5vw;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,253,249,.94);backdrop-filter:blur(12px);z-index:5}.brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none;font-size:1.25rem;letter-spacing:-.04em}.brand span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--ink);color:var(--gold);font-family:Georgia,serif;font-weight:bold}.topbar nav{display:flex;gap:28px}.topbar nav a{color:var(--ink);text-decoration:none;font-weight:700;font-size:.9rem}.cart-button{border:1px solid var(--ink);background:transparent;padding:9px 13px;font:700 .85rem Arial;cursor:pointer}.cart-button b{display:inline-grid;place-items:center;margin-left:6px;width:19px;height:19px;border-radius:50%;background:var(--wine);color:white;font-size:.72rem}.hero{display:grid;grid-template-columns:1.1fr .9fr;min-height:610px;background:var(--cream)}.hero-copy{padding:105px 8vw 78px 9vw;align-self:center}.kicker{text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:800;color:var(--wine);margin:0 0 16px}.hero h1,.market h2,.maker-callout h2,dialog h2{font:clamp(3rem,6vw,6.2rem)/.95 Georgia,serif;letter-spacing:-.065em;margin:0}.hero h1 em{font-weight:normal;color:var(--wine)}.intro{max-width:510px;font-size:1.18rem;line-height:1.6;color:#4c4039;margin:29px 0}.hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.button{border:0;padding:15px 22px;font:700 .93rem Arial;cursor:pointer;text-decoration:none;display:inline-block}.button-dark{background:var(--ink);color:#fff}.button-light{background:#fff;color:var(--ink)}.text-action{color:var(--ink);font-weight:700}.text-action span{color:var(--wine);font-size:1.1rem;margin-left:5px}.hero-art{position:relative;overflow:hidden;background:linear-gradient(145deg,#b5533e,#813c30 45%,#4c211e)}.shape{position:absolute;border-radius:999px}.shape-one{width:360px;height:360px;background:#f2c462;right:-55px;top:56px}.shape-two{width:240px;height:240px;border:34px solid #f3e7d0;left:45px;bottom:57px}.shape-three{width:170px;height:170px;background:#311714;right:160px;bottom:-52px}.feature-card{position:absolute;left:9%;right:12%;bottom:58px;padding:25px;background:rgba(255,253,249,.9);box-shadow:0 15px 40px #2d15114c}.feature-card p,.feature-card span{font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0}.feature-card strong{display:block;font:1.65rem/1.1 Georgia,serif;margin:7px 0 15px}.market{padding:105px 8vw}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end}.market h2{font-size:clamp(2.6rem,4.5vw,4.8rem)}.search{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--ink);padding:5px 0;min-width:250px}.search input{border:0;background:transparent;outline:0;font-size:.9rem;width:100%}.filters{display:flex;gap:9px;flex-wrap:wrap;margin:42px 0 25px}.filters button{border:1px solid var(--line);background:transparent;padding:9px 13px;cursor:pointer;font:700 .82rem Arial}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#f5eee7}.product-visual{height:255px;padding:17px;display:flex;align-items:end}.product-visual span{display:inline-block;width:100%;padding:14px;background:#fffcf8;font:1.48rem/1 Georgia,serif}.tone-a{background:#dac2aa}.tone-b{background:#b4c6bb}.tone-c{background:#c58c78}.tone-d{background:#d9d1be}.tone-e{background:#aeb9d1}.tone-f{background:#d7ad91}.tone-g{background:#bcae9d}.tone-h{background:#d7c0c9}.product-info{padding:16px}.product-info p{font-size:.74rem;color:var(--muted);margin:0 0 4px}.product-info h3{font:1.18rem/1.15 Georgia,serif;margin:0 0 13px}.product-bottom{display:flex;justify-content:space-between;align-items:center}.product-bottom strong{font-size:.95rem}.add{border:0;background:transparent;color:var(--wine);font-weight:800;cursor:pointer;padding:4px}.maker-callout{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:92px 9vw;background:var(--wine);color:#fff}.maker-callout .kicker{color:var(--gold)}.maker-callout h2{font-size:clamp(2.7rem,4.5vw,4.7rem)}.maker-callout>div:last-child{max-width:450px;font-size:1.12rem}.small-note{font-size:.8rem;opacity:.75}.how{padding:96px 9vw}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.how-grid article{padding:29px 28px 22px 0;border-right:1px solid var(--line);margin-top:24px}.how-grid article+article{padding-left:28px}.how-grid article:last-child{border-right:0}.how-grid span{font-weight:800;color:var(--wine)}.how-grid h3{font:1.65rem Georgia,serif;margin:42px 0 8px}.how-grid p{color:var(--muted);max-width:300px}.basket{position:fixed;top:0;right:0;width:min(420px,100%);height:100dvh;background:#fffdfa;z-index:12;padding:25px;transform:translateX(105%);transition:transform .25s ease;box-shadow:-12px 0 35px #28130e21;display:flex;flex-direction:column}.basket.open{transform:translateX(0)}.basket-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}.basket h2{font:2rem Georgia,serif;margin:0}.basket-head button,.dialog-close{border:0;background:transparent;font-size:2rem;cursor:pointer}.basket-items{flex:1;overflow:auto;padding:17px 0}.empty{color:var(--muted)}.basket-row{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.basket-row p{margin:0;font-size:.83rem}.basket-row button{border:0;background:transparent;color:var(--wine);cursor:pointer;padding:0}.basket-footer{border-top:1px solid var(--line);padding-top:15px}.basket-footer p{display:flex;justify-content:space-between}.basket-footer .button{width:100%;text-align:center}.overlay{position:fixed;inset:0;background:#25141066;z-index:10}dialog{border:0;max-width:510px;padding:45px;box-shadow:0 18px 70px #26130b44}dialog::backdrop{background:#25141066}.dialog-close{position:absolute;right:16px;top:10px}dialog h2{font-size:3rem;margin-bottom:20px}footer{background:var(--ink);color:#fff;padding:42px 9vw;display:flex;align-items:center;justify-content:space-between;gap:18px}footer .brand{color:#fff}footer .brand span{background:var(--gold);color:var(--ink)}footer p{margin:0;color:#ded2c7;font-size:.88rem}@media(max-width:800px){.topbar{padding:0 5vw}.topbar nav{display:none}.hero,.maker-callout{grid-template-columns:1fr}.hero-copy{padding:76px 8vw 50px}.hero-art{min-height:390px}.market{padding:70px 6vw}.section-head{display:block}.search{margin-top:25px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-visual{height:185px}.product-info{padding:13px}.how{padding:70px 7vw}.how-grid{grid-template-columns:1fr}.how-grid article,.how-grid article+article{padding:25px 0;border-right:0;border-bottom:1px solid var(--line);margin:0}.how-grid h3{margin:20px 0 8px}footer{display:block}footer p{margin:18px 0}}@media(max-width:430px){.product-grid{grid-template-columns:1fr}.hero h1{font-size:3.4rem}.feature-card{left:7%;right:7%;bottom:32px}}
