:root{--ink:#35232f;--plum:#563747;--muted:#72666e;--cream:#faf7f2;--pink:#eddee4;--line:#ddd2d4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.6 Arial,Helvetica,sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{border:1px solid var(--line);background:transparent;color:var(--ink);padding:12px 20px}button:hover,.button:hover{filter:brightness(.93)}:focus-visible{outline:3px solid #a84e88;outline-offset:4px}button:disabled{opacity:.5;cursor:not-allowed}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.045em;line-height:1.06}h1{font-size:clamp(52px,5.6vw,88px);margin-bottom:25px}h2{font-size:clamp(38px,4vw,60px);margin-bottom:24px}h3{font-size:20px;font-weight:400}em{font-weight:400;color:#97667e}small,.small{font-size:14px;color:var(--muted)}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;margin-bottom:24px}.announcement{background:var(--plum);color:white;padding:8px 5%;font-size:11px;letter-spacing:.16em;display:flex;justify-content:space-between}header{height:102px;padding:8px 5%;display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line);background:var(--cream);position:sticky;top:0;z-index:10}.logo{width:126px;height:82px;object-fit:contain}nav{display:flex;gap:30px;margin:auto;font-size:14px}nav a:hover,.text-link:hover{text-decoration:underline}.dark{background:var(--plum);color:white;border-color:var(--plum)}.count{border-left:1px solid #ffffff55;margin-left:10px;padding-left:12px}#menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:660px}.hero-copy{padding:72px 9% 30px 10%;align-self:center}.hero-copy>p:not(.eyebrow){color:var(--muted);font-size:18px}.actions{display:flex;gap:28px;align-items:center;margin-top:35px}.button{padding:15px 24px;display:inline-flex;gap:35px;align-items:center;font-size:14px}.text-link{font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:4px}.hero-note{margin-top:70px;font-size:12px;color:var(--muted)}.hero-note span{margin-right:20px}.hero-image{position:relative;min-height:660px;overflow:hidden}.hero-image>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% 50%}.photo-label{position:absolute;bottom:28px;left:28px;right:28px;background:#faf7f2ed;padding:19px 24px;display:grid;grid-template-columns:1fr auto;align-items:center}.photo-label span{font-size:10px;letter-spacing:.14em;grid-column:1}.photo-label strong{font:28px Georgia;grid-column:1}.photo-label a{grid-column:2;grid-row:1/3;font-size:13px}.ribbon{padding:20px;background:var(--pink);display:flex;justify-content:space-around;gap:30px;white-space:nowrap;overflow:hidden;font:20px Georgia}.ribbon span{color:#a6758c}.section{padding:85px 6%;max-width:1600px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:40px}.section-head h2{margin-bottom:0}.section-head>p{color:var(--muted);font-size:14px}.moods{display:flex;gap:10px;flex-wrap:wrap}.moods button{border-radius:40px;background:white;font-size:14px;padding:12px 25px}.moods button.active{background:var(--plum);color:white;border-color:var(--plum)}#antojos{margin-top:48px;margin-bottom:32px}.catalog-bar{border-top:1px solid var(--line);padding-top:25px;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;font-size:14px}.catalog-bar label{display:flex;align-items:center;gap:18px}.catalog-bar select{width:auto;background:transparent;border:0;border-bottom:1px solid var(--line)}#results{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px 24px}.product-image{height:310px;background:#eee7e4;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.025)}.product-image.no-photo{display:flex;align-items:center;justify-content:center;background:#f0e9e9;color:#796775;font:italic 27px Georgia;padding:25px;text-align:center}.product-card h3{font:25px Georgia;margin:18px 0 8px}.product-card p{font-size:14px;color:var(--muted);margin:0 0 9px}.product-card .availability{font-size:12px}.product-card select{margin-top:8px;font-size:14px;padding:8px;background:transparent}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:15px;gap:8px}.product-bottom strong{font-size:14px;font-weight:400}.product-bottom button{padding:8px 13px;font-size:14px}.quantity{display:flex;align-items:center;border:1px solid var(--line)}.quantity button{border:0;padding:7px 10px}.quantity output{min-width:20px;text-align:center}.product-controls{display:flex;gap:8px}.catalog-note{font-size:13px;color:var(--muted);margin:32px 0 0}.empty{grid-column:1/-1;padding:60px;text-align:center;border:1px solid var(--line)}.moment{display:grid;grid-template-columns:1fr 1fr;gap:12%;background:#ece4e8}.moment p{color:var(--muted)}.pairings{display:flex;flex-direction:column;align-items:start;gap:4px;margin-top:30px}.pairings button{border:0;border-bottom:1px solid #c8b8c0;padding:12px 0;font-size:14px}.combo{padding:35px;background:var(--cream)}label{display:block;font-size:14px}input,select,textarea{display:block;width:100%;padding:12px;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:0;margin:6px 0 16px}textarea{resize:vertical}.combo button{width:100%;display:flex;justify-content:space-between;margin:20px 0 10px}.combo small{display:block;text-align:center}.club{background:var(--plum);color:#fff;margin:70px 6%;max-width:none;padding:36px 6% 60px;position:relative}.club-top{display:flex;justify-content:space-between;border-bottom:1px solid #ffffff40;padding-bottom:25px;margin-bottom:50px;font-size:12px;letter-spacing:.18em}.club h2{font-size:clamp(54px,6vw,90px)}.club em{color:#e0b9cd}.club-bottom{display:flex;align-items:end;justify-content:space-between;gap:30px}.club-bottom p{margin:0;color:#eadfe5}.light{background:var(--cream);color:var(--plum)}.story{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center;padding-top:20px}.story>img{width:100%;height:470px;object-fit:cover}.story p:not(.eyebrow){color:var(--muted);max-width:460px}.social{padding-top:25px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery img{width:100%;height:390px;object-fit:cover}#instagram-link{font-size:14px;color:var(--muted)}footer{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:30px;font-size:14px}.footer-logo{width:180px;margin-bottom:20px}footer a{display:block;margin-bottom:14px}footer p{margin-bottom:10px}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:25px;margin-top:25px;font-size:12px}#map-slot{font-size:12px;color:var(--muted)}.mobile-cart{display:none}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:13px 28px;z-index:40;opacity:0;pointer-events:none;transition:opacity .2s;white-space:nowrap}#toast.visible{opacity:1}dialog{border:0;margin:0 0 0 auto;width:min(540px,100%);height:100dvh;max-height:100dvh;max-width:100%;padding:30px;background:var(--cream);color:var(--ink);overflow:auto}dialog::backdrop{background:#20121d80;backdrop-filter:blur(3px)}.drawer-head{display:flex;justify-content:space-between;align-items:start;border-bottom:1px solid var(--line);margin-bottom:25px}.drawer-head h2{font-size:40px}.drawer-head .eyebrow{margin-bottom:12px}.drawer-head button{border:0;padding:3px 10px;font-size:24px}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line h3{font-size:17px;margin-bottom:0}.cart-line p{font-size:13px;margin:0;color:var(--muted)}.cart-line .remove{font-size:12px;border:0;padding:0;text-decoration:underline}.cart-line .quantity{align-self:center}.cart-summary{padding:24px 0;display:flex;justify-content:space-between}.continue{width:100%}#checkout-form{border-top:1px solid var(--line);margin-top:25px;padding-top:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.full{grid-column:1/-1}#checkout-form>button{width:100%}body:has(dialog[open]){overflow:hidden}[hidden]{display:none!important}
@media(min-width:1600px){.hero{max-width:1600px;margin:auto}.hero-image{height:760px}}@media(max-width:1100px){nav{gap:15px}header{gap:18px}.product-grid{grid-template-columns:repeat(3,1fr)}.hero-copy{padding:50px 8%}.hero,.hero-image{min-height:600px}.product-image{height:310px}.moment{gap:6%}}@media(max-width:760px){.announcement{justify-content:center;font-size:10px}.announcement span{display:none}header{height:82px;padding:7px 5%;gap:10px}.logo{width:103px;height:67px}header .cart-open{margin-left:auto;font-size:13px;padding:9px 13px}#menu-toggle{display:block;border:0;padding:8px;font-size:20px}nav{display:none;position:absolute;top:82px;left:0;right:0;padding:25px;background:var(--cream);border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column;gap:20px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 7% 35px}.hero-copy .eyebrow{font-size:10px;margin-bottom:20px}h1{font-size:59px;margin-bottom:20px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-note{display:none}.actions{margin-top:24px;gap:20px}.hero-image{min-height:500px}.photo-label{bottom:20px;left:20px;right:20px;padding:15px}.photo-label strong{font-size:24px}.photo-label a{font-size:12px}.ribbon{font-size:17px;justify-content:start}.section{padding:55px 6%}.section-head{display:block;margin-bottom:25px}.section-head>p{margin-top:20px}.section-head h2{font-size:42px}#antojos{margin-top:30px}.moods{gap:8px}.moods button{font-size:13px;padding:9px 16px}.catalog-bar{align-items:start;gap:12px}.catalog-bar label{display:block}.catalog-bar select{max-width:210px;padding-left:0}.catalog-bar #results{font-size:12px;padding-top:6px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 15px}.product-image{height:250px}.product-card h3{font-size:22px}.product-card p{font-size:13px}.product-card .availability{font-size:11px}.product-bottom{flex-wrap:wrap}.product-controls{width:100%;justify-content:space-between}.product-bottom button{font-size:13px;padding:8px}.quantity button{min-width:30px;min-height:38px}.product-image.no-photo{font-size:23px}.moment{grid-template-columns:1fr;gap:30px}.combo{padding:25px}.club{margin:30px 6%;padding:25px 7% 35px}.club-top{font-size:10px;gap:20px;margin-bottom:30px}.club-top span:last-child{text-align:right}.club-bottom{display:block}.club-bottom .button{margin-top:25px}.club-bottom p{font-size:14px}.story{grid-template-columns:1fr;gap:35px}.story>img{height:320px}.gallery{gap:10px}.gallery img{height:210px}.social .section-head h2{margin-bottom:20px}footer{grid-template-columns:1fr 1fr;padding-bottom:110px!important}footer>div:first-child{grid-column:1/-1}.footer-logo{width:145px}.footer-bottom{gap:20px}.footer-bottom span{text-align:right}.mobile-cart{position:fixed;display:flex;justify-content:space-between;bottom:12px;left:5%;width:90%;z-index:15;padding:13px 20px;box-shadow:0 3px 18px #35232f25}#toast{bottom:82px}dialog{padding:24px 20px}.form-grid{gap:0 10px}input,select,textarea{font-size:16px}.empty{padding:35px 20px}.eyebrow{font-size:11px}}@media(max-width:390px){h1{font-size:51px}.product-image{height:210px}.product-controls{flex-wrap:wrap}.hero-image{min-height:420px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
