@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=Prata&display=swap');
:root{--wine:#742e39;--ink:#352b29;--cream:#fcfaf6;--muted:#756965;--line:#e4ded5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--cream);color:var(--ink);font-family:'Golos Text',Arial,sans-serif;font-size:16px}button,input,textarea{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:default;opacity:.5}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #bc8a51;outline-offset:4px}.announcement{text-align:center;background:var(--wine);color:#fff4e8;padding:10px;font-size:13px;letter-spacing:.05em}header{max-width:1440px;margin:auto;padding:29px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.logo{font-family:Prata,Georgia,serif;font-size:26px;letter-spacing:-1px;color:var(--wine);white-space:nowrap}.logo span{display:block;font-family:'Golos Text',Arial,sans-serif;font-size:10px;letter-spacing:2px;margin-top:9px}nav{display:flex;gap:32px;font-size:14px}nav a:hover,.text-link:hover{color:var(--wine)}.cart-trigger{border:1px solid #b6a39c;border-radius:30px;padding:11px 17px;background:transparent;font-size:14px}.cart-trigger span{display:inline-grid;place-items:center;min-width:23px;height:23px;background:var(--wine);color:white;border-radius:50%;margin-left:8px}.hero{max-width:1440px;margin:auto;min-height:590px;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:24px 5% 34px;overflow:hidden}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:600;color:var(--wine);margin-bottom:24px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Prata,Georgia,serif;font-weight:400}h1{font-size:clamp(38px,4.2vw,64px);line-height:1.22;letter-spacing:-2px;margin-bottom:24px}em{color:var(--wine);font-weight:400}h1 em{white-space:nowrap}.hero-copy>p{color:var(--muted);line-height:1.85;font-size:16px}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--wine);border:1px solid var(--wine);color:white;padding:17px 24px;border-radius:4px;font-size:14px;transition:background .2s}.button:hover:not(:disabled){background:#58212b}.button span{font-size:20px}.text-link{font-size:14px;border-bottom:1px solid #ac8f82;padding-bottom:5px}.hero-note{margin-top:35px;display:flex;align-items:center;gap:14px;font-size:12px;color:var(--muted)}.hero-note i{width:3px;height:3px;background:#ac8f82;border-radius:50%}.hero-art{position:relative;min-width:0}.hero-art img{width:112%;margin-left:-3%;display:block;aspect-ratio:1.2;object-fit:cover;mix-blend-mode:multiply;animation:float 7s ease-in-out infinite}.photo-note{position:absolute;bottom:28px;right:14%;font-family:Georgia,serif;font-style:italic;color:var(--wine);font-size:20px;transform:rotate(-7deg)}.factories{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1296px;margin:0 auto;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.factories>span{font-size:10px;letter-spacing:1.5px;max-width:110px;line-height:1.8;color:var(--muted)}.factories b{font-family:Georgia,serif;font-size:23px;font-weight:400;color:#7d6d62}.section{max-width:1440px;margin:auto;padding:78px 5%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.section-heading .eyebrow{margin-bottom:16px}h2{font-size:38px;line-height:1.35;letter-spacing:-1px;margin-bottom:15px}.demo-note{color:var(--muted);font-size:12px;line-height:1.6;margin:12px 0 24px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0}.filters button{border:1px solid var(--line);padding:11px 18px;border-radius:24px;background:transparent;font-size:14px;color:var(--muted)}.filters button.active{background:var(--wine);color:white;border-color:var(--wine)}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{min-width:0}.product-photo{height:240px;position:relative;background:#f1e9de;border-radius:6px;overflow:hidden}.product:nth-child(2) .product-photo{background:#e8ece4}.product:nth-child(3) .product-photo{background:#eee4e7}.product:nth-child(4) .product-photo{background:#f1e9d8}.product-photo img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:transform .5s}.product:hover img{transform:scale(1.07)}.product-tag{position:absolute;left:14px;top:14px;padding:6px 10px;font-size:11px;background:#fcfaf6e8;border-radius:20px}.product h3{font-family:Georgia,serif;font-size:23px;font-weight:400;margin:19px 0 8px}.product .brand{font-size:12px;color:var(--wine)}.product p{font-size:13px;line-height:1.6;color:var(--muted);min-height:62px;margin:12px 0}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-price b{display:block;font-size:19px;font-weight:500}.product-price small{font-size:12px;color:var(--muted)}.add-product{padding:11px 13px;color:var(--wine);border:1px solid #c6aba5;background:transparent;border-radius:4px;font-size:13px}.add-product:hover{background:var(--wine);color:white}.mix-section{display:grid;grid-template-columns:1fr 1.15fr;gap:10%;background:#f0ece5;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mix-intro>p{line-height:1.8;color:var(--muted);max-width:450px}.weight{border:0;padding:0;margin:24px 0;display:flex;gap:12px}.weight legend{font-size:14px;margin-bottom:12px}.weight label{position:relative}.weight input{position:absolute;opacity:0}.weight span{display:block;padding:12px 26px;border:1px solid #b9aca0;border-radius:4px;font-size:14px}.weight input:checked+span{background:var(--wine);border-color:var(--wine);color:white}.weight input:focus-visible+span{outline:3px solid #bc8a51}.box-summary{max-width:420px}.box-summary>div{display:flex;justify-content:space-between;font-size:13px;gap:10px}.box-summary>div span{color:var(--muted)}progress{width:100%;height:7px;display:block;margin:16px 0 20px;accent-color:var(--wine);border:0;border-radius:8px;overflow:hidden}progress::-webkit-progress-bar{background:#dcd4ca}progress::-webkit-progress-value{background:var(--wine)}.box-summary .button{width:100%}.small{font-size:12px;color:var(--muted);line-height:1.6;margin-top:12px}.mix-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:start}.mix-item{padding:20px;background:#fcfaf6;border:1px solid #e0d8cd;border-radius:5px}.mix-item .brand{font-size:11px;color:var(--muted);margin-bottom:8px}.mix-item h3{font-family:Georgia,serif;font-size:21px;font-weight:400;margin-bottom:8px}.mix-item p{font-size:12px;color:var(--muted);margin-bottom:17px}.stepper{display:flex;align-items:center;justify-content:space-between;background:#f2eee7;border-radius:4px}.stepper button{width:38px;min-height:38px;border:0;background:transparent;font-size:22px;color:var(--wine)}.stepper span{font-size:13px}.gift{display:grid;grid-template-columns:1fr 1fr;gap:10%;padding-top:85px;padding-bottom:85px}.gift-copy>p{line-height:1.8;color:var(--muted)}.gift-copy label{display:block;font-size:14px;margin-bottom:10px}textarea{width:100%;resize:vertical;background:white;border:1px solid #d6c9be;border-radius:4px;padding:14px;font-size:14px;line-height:1.5;color:var(--ink)}footer{border-top:1px solid var(--line);padding:35px 5%;display:flex;align-items:center;gap:30px;justify-content:space-between}footer p,footer>span{font-size:12px;color:var(--muted);margin:0}dialog{border:0;border-radius:10px;background:var(--cream);color:var(--ink);padding:30px;width:min(620px,94vw);max-height:88dvh}dialog::backdrop{background:#26191888;backdrop-filter:blur(4px)}.dialog-head{display:flex;align-items:start;gap:20px;justify-content:space-between}.dialog-head h2{font-size:28px}.icon-button{border:0;background:transparent;font-size:28px;color:var(--wine);padding:0 8px}.cart-row{border-bottom:1px solid var(--line);padding:18px 0;display:flex;justify-content:space-between;gap:14px}.cart-row h3{font-size:16px;margin-bottom:8px}.cart-row p{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:5px;white-space:pre-wrap;overflow-wrap:anywhere}.cart-row button{border:0;background:transparent;color:var(--wine);font-size:12px;padding:8px 0}.cart-row strong{white-space:nowrap;font-size:15px}.cart-total{display:flex;justify-content:space-between;padding:25px 0 10px}.checkout-note{font-size:14px;line-height:1.7;color:var(--muted)}#save-order{width:100%}.empty{padding:30px 0;color:var(--muted);line-height:1.8}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);padding:14px 22px;background:var(--wine);color:white;border-radius:5px;box-shadow:0 5px 30px #352b2920;opacity:0;pointer-events:none;transition:.2s;font-size:14px;z-index:10;max-width:90vw;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}@keyframes float{50%{transform:translateY(-9px) rotate(1deg)}}@media(min-width:1441px){.factories{max-width:1296px}}@media(max-width:1350px){.factories{margin:0 5%}.hero{min-height:540px}.product-photo{height:210px}}@media(max-width:950px){nav{gap:18px}.logo{font-size:22px}.hero{min-height:480px}.hero-actions{gap:16px;flex-wrap:wrap}h1{font-size:42px}.hero-art img{width:120%}.products{grid-template-columns:repeat(2,1fr)}.product-photo{height:290px}.product p{min-height:42px}.factories b{font-size:19px}.mix-section{gap:5%}.mix-list{gap:8px}.mix-item{padding:14px}.section{padding-top:58px;padding-bottom:58px}footer{flex-wrap:wrap}.photo-note{font-size:16px;right:0}}@media(max-width:650px){header{padding:19px 5%;flex-wrap:wrap;gap:18px}nav{order:3;width:100%;justify-content:space-between;font-size:13px}.logo{font-size:23px}.logo span{font-size:9px}.hero{grid-template-columns:1fr;padding-top:35px;padding-bottom:0;min-height:0}.hero .eyebrow{font-size:10px;margin-bottom:19px}h1{font-size:42px;letter-spacing:-1.5px}h1 em{white-space:normal}.hero-copy>p{font-size:15px}.hero-actions{margin-top:24px}.hero-note{margin-top:24px}.hero-art{margin-top:10px}.hero-art img{width:100%;margin:0;aspect-ratio:1.4}.photo-note{right:10%;bottom:20px}.factories{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:26px 0;text-align:center}.factories>span{grid-column:1/-1;max-width:none;font-size:10px}.factories b{font-size:19px}.section-heading{display:block}.section-heading .text-link{display:inline-block;margin:8px 0}h2{font-size:31px}.eyebrow{font-size:10px}.products{gap:24px 13px}.product-photo{height:180px}.product h3{font-size:21px}.product p{font-size:12px;min-height:77px}.product-bottom{align-items:start;flex-direction:column}.add-product{width:100%;margin-top:4px}.product-tag{font-size:10px;left:9px;top:10px}.filters{gap:7px}.filters button{font-size:12px;padding:9px 12px}.mix-section,.gift{grid-template-columns:1fr;gap:30px}.mix-list{gap:10px}.mix-item{padding:17px 14px}.box-summary{max-width:none}.gift{gap:12px}footer{gap:24px;display:block}footer p{margin:24px 0 12px}.announcement{font-size:11px}dialog{padding:22px}.dialog-head h2{font-size:25px}.section{padding-top:44px;padding-bottom:44px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
