@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Great+Vibes&display=swap');
:root{--wine:#78283b;--wine2:#9c4055;--ink:#241e1e;--muted:#776c69;--cream:#fbf8f4;--rose:#f3dddc;--line:#eaded9;--white:#fff;--shadow:0 20px 55px rgba(75,38,40,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}button,input,select,textarea{font:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{padding:9px;text-align:center;background:var(--wine);color:#fff;font-size:12px;letter-spacing:.06em}.header{position:sticky;top:0;z-index:30;background:#fbf8f4eb;backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;gap:30px}.logo{font-family:Georgia,serif;font-size:26px;letter-spacing:.16em;color:var(--wine)}.logo small{display:block;font:7px Inter;letter-spacing:.22em;text-align:center}.links{display:flex;gap:26px;margin:auto;font-size:14px}.links a:hover,.links a.active{color:var(--wine)}.nav-actions{display:flex;gap:10px}.round{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;cursor:pointer;position:relative}.cart-count{position:absolute;right:-3px;top:-5px;background:var(--wine);color:#fff;width:18px;height:18px;border-radius:50%;font-size:10px;display:grid;place-items:center}.menu{display:none}.hero{min-height:650px;position:relative;display:grid;align-items:center;overflow:hidden;background:#f7ece7}.hero-bg{position:absolute;inset:0 0 0 47%;height:100%}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fbf8f4 34%,rgba(251,248,244,.25) 72%)}.hero-copy{position:relative;z-index:2;max-width:580px}.eyebrow{text-transform:uppercase;color:var(--wine);font-size:11px;font-weight:800;letter-spacing:.16em}.hero h1,.page-hero h1,.section-title h2,.story h2{font-family:Georgia,serif;color:var(--wine);letter-spacing:-.035em}.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.02;margin:20px 0}.hero p{font-size:18px;line-height:1.7;color:#625652}.btn{display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:14px 22px;border-radius:999px;border:1px solid var(--wine);cursor:pointer;transition:.3s}.btn-primary{background:var(--wine);color:#fff}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 26px #78283b30}.trust{background:#fff;border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-grid div{padding:18px;text-align:center;font-size:13px}.trust-grid div+div{border-left:1px solid var(--line)}section{padding:78px 0}.section-alt{background:#fff}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-title h2{font-size:clamp(34px,4vw,50px);margin:5px 0}.section-title p{max-width:460px;color:var(--muted);line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px;transition:.35s;position:relative}.section-alt .product{background:var(--cream)}.product:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-img{height:255px;border-radius:14px;overflow:hidden;position:relative;background:var(--rose)}.product-img img{height:100%;transition:.5s}.product:hover img{transform:scale(1.05)}.badge{position:absolute;top:10px;left:10px;padding:7px 10px;border-radius:999px;background:#fff;color:var(--wine);font-size:10px;font-weight:800}.heart{position:absolute;right:20px;top:20px;border:0;background:#fff;width:34px;height:34px;border-radius:50%;color:var(--wine);cursor:pointer}.product-body{padding:14px 5px 5px}.stars{color:#c27049;font-size:11px}.product h3{font-size:15px;margin:8px 0;line-height:1.4}.price-row{display:flex;justify-content:space-between;align-items:center}.price{font:bold 20px Georgia;color:var(--ink)}.add{width:40px;height:40px;border:0;border-radius:50%;background:var(--wine);color:#fff;font-size:20px;cursor:pointer}.collection-banner{display:grid;grid-template-columns:1fr 1fr;min-height:380px;border-radius:28px;overflow:hidden;background:var(--rose)}.collection-banner img{height:100%}.collection-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}.collection-copy h2{font:46px Georgia;color:var(--wine);margin:14px 0}.collection-copy p{color:var(--muted);line-height:1.7}.page-hero{padding:75px 0 55px;background:linear-gradient(135deg,#f8e9e4,var(--cream));text-align:center}.page-hero h1{font-size:55px;margin:10px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:25px 0}.filter{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:999px;cursor:pointer}.filter.active{background:var(--wine);color:#fff}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.detail-img{height:620px;border-radius:28px}.detail-info{padding-top:30px}.detail-info h1{font:50px Georgia;color:var(--wine);margin:15px 0}.detail-price{font:30px Georgia;margin:15px 0}.field{display:grid;gap:7px;margin:18px 0}.field label{font-weight:700;font-size:14px}.field input,.field select,.field textarea{width:100%;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff;outline:none}.field input:focus,.field textarea:focus{border-color:var(--wine)}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:999px;width:max-content;overflow:hidden}.qty button{width:42px;height:42px;border:0;background:#fff;cursor:pointer}.qty span{width:35px;text-align:center}.notice{background:#f7e8e5;padding:15px;border-radius:12px;color:#6e4c4c;font-size:13px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.5fr .7fr;gap:35px}.cart-item{display:grid;grid-template-columns:110px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item img{height:110px;border-radius:14px}.remove{border:0;background:none;color:var(--wine);cursor:pointer}.summary{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;height:max-content;position:sticky;top:105px}.summary-row{display:flex;justify-content:space-between;padding:12px 0}.summary-row.total{font-size:20px;font-weight:800;border-top:1px solid var(--line);margin-top:10px}.summary .btn{width:100%;margin-top:15px}.form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;margin-bottom:20px}.form-card h2{font:28px Georgia;color:var(--wine)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.full{grid-column:1/-1}.success{display:none;text-align:center;padding:55px;background:#fff;border-radius:25px}.success.show{display:block}.content-page{max-width:850px;margin:auto}.content-page h2{font:32px Georgia;color:var(--wine);margin-top:38px}.content-page p,.content-page li{color:var(--muted);line-height:1.8}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}.contact-card{padding:34px;border-radius:24px;background:var(--wine);color:#fff}.contact-card h2{font:36px Georgia}.faq details{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px;margin:12px 0}.faq summary{font-weight:700;cursor:pointer}.footer{background:#211b1b;color:#bcb1af;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:45px}.footer .logo,.footer strong{color:#fff}.footer-col{display:flex;flex-direction:column;gap:10px;font-size:13px}.footer p{font-size:13px;line-height:1.7}.copy{border-top:1px solid #413738;margin-top:35px;padding-top:20px;font-size:12px;display:flex;justify-content:space-between}.toast{position:fixed;right:22px;bottom:22px;z-index:50;background:var(--ink);color:#fff;padding:14px 18px;border-radius:12px;transform:translateY(90px);opacity:0;transition:.3s}.toast.show{transform:none;opacity:1}.empty{text-align:center;padding:60px 20px}.reveal{opacity:0;transform:translateY(25px);transition:.7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.links{position:fixed;left:18px;right:18px;top:118px;background:#fff;border-radius:20px;padding:25px;flex-direction:column;box-shadow:var(--shadow);display:none}.links.open{display:flex}.menu{display:grid}.hero-bg{inset:0;opacity:.3}.hero:after{background:linear-gradient(90deg,#fbf8f4dd,#fbf8f488)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.cart-layout,.checkout-layout,.contact-grid{grid-template-columns:1fr}.detail-img{height:480px}.footer-grid{grid-template-columns:1fr 1fr}.summary{position:static}}
@media(max-width:600px){.nav{height:66px}.links{top:108px}.hero{min-height:610px}.hero h1{font-size:46px}.hero p{font-size:16px}.trust-grid,.product-grid,.form-grid{grid-template-columns:1fr}.trust-grid div+div{border-left:0;border-top:1px solid var(--line)}section{padding:58px 0}.section-title{align-items:start;flex-direction:column}.collection-banner{grid-template-columns:1fr}.collection-banner img{height:280px}.collection-copy{padding:32px 24px}.product-detail{gap:15px}.detail-img{height:400px}.detail-info h1{font-size:38px}.cart-item{grid-template-columns:85px 1fr}.cart-item img{height:85px}.cart-item>strong{grid-column:2}.footer-grid{grid-template-columns:1fr}.copy{flex-direction:column;gap:8px}}

.lang-switch{display:flex;border:1px solid var(--line);border-radius:999px;padding:3px;background:#fff}.lang-btn{border:0;background:none;border-radius:999px;padding:7px 9px;font-size:11px;cursor:pointer}.lang-btn.active{background:var(--wine);color:#fff}

/* ===== VEXORYA dynamic-site additions ===== */
.skip{position:absolute;left:-9999px}.skip:focus{left:12px;top:12px;z-index:99;background:#fff;padding:10px 14px;border-radius:8px}
:focus-visible{outline:2px solid var(--wine);outline-offset:2px}
.muted{color:var(--muted)}.small{font-size:13px}.center{text-align:center}.h-serif{font-family:Georgia,serif;color:var(--wine)}.lead{font-size:18px;line-height:1.7;color:var(--muted);max-width:720px;margin:0 auto}
.linklike{background:none;border:0;padding:0;color:inherit;text-decoration:underline;cursor:pointer;font-size:inherit}
.btn-block{width:100%}.narrow{max-width:760px;margin:auto}.hp{position:absolute!important;left:-9999px;width:1px;height:1px;opacity:0}
.dd{position:relative}.dd-menu{position:absolute;top:100%;left:-18px;min-width:230px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:var(--shadow);display:none;flex-direction:column;z-index:40}
.dd-menu a{padding:9px 12px;border-radius:10px}.dd-menu a:hover{background:var(--cream)}.dd:hover .dd-menu,.dd:focus-within .dd-menu{display:flex}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.chip{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:999px;font-size:14px}.chip.active,.chip:hover{background:var(--wine);color:#fff;border-color:var(--wine)}
.crumbs{font-size:12px;color:var(--muted);padding:16px 0}.crumbs a:hover{color:var(--wine)}.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0}.crumbs li+li:before{content:"›";margin-right:6px}
.page-hero-left{text-align:left}.page-hero-left .lead{margin:0}.section-intro{max-width:720px;margin:0 auto 28px;text-align:center;color:var(--muted);line-height:1.7}
.list-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;flex-wrap:wrap}.list-bar .count{color:var(--muted);font-size:14px}
.sort{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#fff}
.pager{display:flex;justify-content:center;gap:8px;margin-top:36px}.pager a,.pager span{min-width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff}.pager .active{background:var(--wine);color:#fff}
.seo-content{max-width:850px;margin:50px auto 0;color:var(--muted);line-height:1.8}.seo-content h2,.seo-content h3{font-family:Georgia,serif;color:var(--wine)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;counter-reset:s}.steps>div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;counter-increment:s}.steps>div:before{content:counter(s);display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--wine);color:#fff;font:700 16px Georgia;margin-bottom:12px}.steps h3{margin:0 0 6px}.steps p{color:var(--muted);margin:0;line-height:1.6}
.review-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.review-card p{color:var(--muted);line-height:1.7}.verified{color:#2e7d4f;font-size:12px;font-weight:700}
/* product page */
.pdp{padding-top:10px}.pdp .product-detail{gap:50px}.pdp .detail-info{padding-top:0}.pdp-media{position:sticky;top:100px;min-width:0}.detail-info{min-width:0}
.preview{position:relative;border-radius:26px;overflow:hidden;background:var(--rose);aspect-ratio:1/1}.preview>img{height:100%}
.pv-photo{position:absolute;left:50%;top:14%;width:44%;aspect-ratio:1;transform:translateX(-50%);border:8px solid #fff;border-radius:6px;box-shadow:0 12px 30px #0003;overflow:hidden;background:#fff}.pv-photo img{height:100%}
.pv-text{position:absolute;left:0;right:0;bottom:12%;text-align:center;padding:0 8%;color:#fff;text-shadow:0 2px 12px #0008;pointer-events:none}
.pv-text span{display:block;font-family:"Great Vibes",Georgia,cursive;font-size:clamp(30px,5vw,52px);line-height:1.1;word-break:break-word}.pv-text small{display:block;font-size:15px;letter-spacing:.12em;margin-top:6px}
.pv-tag{position:absolute;right:12px;top:12px;background:#fff;color:var(--wine);font-size:11px;font-weight:700;padding:6px 10px;border-radius:999px}
.thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.thumb{flex:0 0 76px;height:76px;border:2px solid transparent;border-radius:12px;overflow:hidden;padding:0;cursor:pointer;background:none}.thumb img{height:100%}.thumb.active{border-color:var(--wine)}
.short{color:var(--muted);line-height:1.7}.pers-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;margin:20px 0}.pers-head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;flex-wrap:wrap}.pers-head strong{font:24px Georgia;color:var(--wine)}.pers-head span{color:var(--muted);font-size:13px}.field label .count{float:right;font-weight:400;color:var(--muted);font-size:12px}
.field .label{font-weight:700;font-size:14px}.field{position:relative}.counter{position:absolute;right:12px;bottom:14px;font-size:11px;color:var(--muted)}.field input.invalid,.field select.invalid{border-color:#c0392b}
.vx-upload .drop{width:100%;display:flex;flex-direction:column;align-items:center;gap:4px;padding:26px 16px;border:2px dashed #d9c3be;border-radius:16px;background:var(--cream);cursor:pointer;transition:.2s}
.vx-upload .drop:hover,.vx-upload .drop.over{border-color:var(--wine);background:#f8ecea}.drop-ico{width:44px;height:44px;border-radius:50%;background:var(--wine);color:#fff;display:grid;place-items:center;font-size:24px}.drop small{color:var(--muted)}
.up-progress{padding:16px;border:1px solid var(--line);border-radius:16px;display:grid;gap:8px;font-size:13px}.up-progress .bar,.free-bar .bar{height:8px;background:var(--rose);border-radius:9px;overflow:hidden}.up-progress .bar i,.free-bar .bar i{display:block;height:100%;width:0;background:var(--wine);transition:width .3s}
.up-done{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid #cfe4d6;background:#f3faf5;border-radius:16px}.up-done img{width:64px;height:64px;border-radius:10px;flex:none}.up-done>div{flex:1;display:grid;gap:3px}.up-done strong{color:#2e7d4f;font-size:14px}.up-info{color:var(--muted);font-size:12px}
.up-change{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;font-size:12px}
.later{display:flex;gap:8px;align-items:center;margin-top:12px;font-size:14px;cursor:pointer}.later-note{font-size:13px;color:var(--muted);background:var(--cream);padding:10px 12px;border-radius:10px}
.confirm{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--muted);margin:14px 0;cursor:pointer}.confirm input,.later input{width:18px;height:18px;accent-color:var(--wine);flex:none}
.form-error{color:#a3282e;background:#fdecec;border-radius:10px;padding:10px 12px;font-size:13px}.form-error[hidden]{display:none}
.buy-row{display:flex;gap:12px;align-items:center}.buy-row .add-btn{flex:1}.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}
.perks{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:13px}.perks li{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px}.perks li:before{content:"✓ ";color:var(--wine);font-weight:800}
.acc details{border-bottom:1px solid var(--line);padding:14px 0}.acc summary{font-weight:700;cursor:pointer}.rich{color:var(--muted);line-height:1.8}
.reviews-wrap{display:grid;grid-template-columns:1.3fr .9fr;gap:40px}.reviews-head{display:flex;align-items:center;gap:16px}.big-rating{font:700 46px Georgia;color:var(--wine)}
.review{border-bottom:1px solid var(--line);padding:18px 0}.review p{color:var(--muted);line-height:1.7;margin:6px 0}.review-form{background:var(--cream);border-radius:20px;padding:24px;height:max-content}
.rate-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px}.rate-input input{position:absolute;opacity:0}.rate-input label{font-size:28px;color:#d9c9c4;cursor:pointer}
.rate-input input:checked~label,.rate-input label:hover,.rate-input label:hover~label{color:#c27049}.rate-input input:focus-visible+label{outline:2px solid var(--wine)}
/* cart / checkout */
.skeleton{height:130px;border-radius:16px;background:linear-gradient(90deg,#f2ebe7,#fbf8f4,#f2ebe7);background-size:200% 100%;animation:sk 1.2s infinite}@keyframes sk{to{background-position:-200% 0}}
.cart-item h3{margin:0 0 6px;font-size:16px}.qty-sm button{width:34px;height:34px}.cart-item .rm{color:var(--wine);margin-top:8px;font-size:13px}
.free-bar{background:var(--cream);border-radius:14px;padding:12px;margin-bottom:10px}.free-bar p{margin:0 0 8px;font-size:13px}
.co-lines{display:grid;gap:12px;margin-bottom:10px}.co-line{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;font-size:14px}.co-line img{height:56px;border-radius:10px}.co-line p{margin:3px 0 0}
.thanks{text-align:center;max-width:760px;margin:auto}.thanks h1{font:44px Georgia;color:var(--wine)}.attach-card h3{margin-top:0}
.form-msg{padding:12px;border-radius:10px;background:#f3faf5;color:#2e7d4f}
/* cookie banner & social proof */
.cookie{position:fixed;left:18px;bottom:18px;z-index:60;max-width:420px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);font-size:13px;line-height:1.6}
.cookie[hidden]{display:none}.cookie a{color:var(--wine);text-decoration:underline}.cookie-actions{display:flex;gap:10px;margin-top:10px}.cookie-actions .btn{flex:1;padding:10px}.cookie-actions .btn+.btn{background:var(--wine);color:#fff}
.sp{position:fixed;left:18px;bottom:18px;z-index:55;max-width:340px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:10px 34px 10px 10px;transform:translateY(140%);opacity:0;transition:.4s;font-size:13px;line-height:1.45}
.sp.show{transform:none;opacity:1}.sp a{display:flex;gap:10px;align-items:center}.sp img{width:56px;height:56px;border-radius:10px;flex:none}.sp em{font-style:normal;color:var(--wine);font-weight:600}.sp small{display:block;color:var(--muted);font-size:11px}
.sp-x{position:absolute;right:6px;top:4px;border:0;background:none;font-size:18px;cursor:pointer;color:var(--muted)}
.cart-count[hidden]{display:none}
@media(max-width:900px){.reviews-wrap{grid-template-columns:1fr}.pdp-media{position:static}.steps,.review-strip{grid-template-columns:1fr}.dd-menu{position:static;box-shadow:none;border:0;padding:0 0 0 10px}.dd.open .dd-menu{display:flex}.dd:hover .dd-menu{display:none}.dd.open:hover .dd-menu{display:flex}.links{max-height:calc(100vh - 140px);overflow:auto}}
@media(max-width:600px){.buy-row{position:sticky;bottom:0;background:#fff;padding:10px 0;z-index:5}.perks{grid-template-columns:1fr}.sp{left:10px;right:10px;bottom:10px;max-width:none}.cookie{left:10px;right:10px;bottom:10px}.page-hero h1{font-size:38px}.thanks h1{font-size:34px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* ===================== DESIGN REFRESH v3 (fonts + Apple/Uber-style UI) ===================== */
:root{--serif:"Fraunces",Georgia,serif;--sans:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--fill:#f3efec;--fill-h:#ece6e2;--ring:0 0 0 4px rgba(120,40,59,.14);--r:14px}
body{font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.005em}
button,input,select,textarea{font-family:var(--sans)}
.logo,.hero h1,.page-hero h1,.section-title h2,.story h2,.collection-copy h2,.detail-info h1,.content-page h2,.contact-card h2,.form-card h2,.thanks h1,.big-rating,.h-serif,.seo-content h2,.seo-content h3,.pers-head strong,.price,.detail-price{font-family:var(--serif)}
.hero h1,.page-hero h1,.detail-info h1,.section-title h2,.collection-copy h2,.thanks h1{font-weight:500;letter-spacing:-.03em;font-variation-settings:"opsz" 144}
.hero h1{line-height:1}.detail-info h1{font-size:clamp(34px,4vw,48px);line-height:1.05;margin:10px 0 12px}
.price,.detail-price{font-weight:500;letter-spacing:-.02em}.detail-price{font-size:28px;margin:6px 0 10px}
.eyebrow{font-family:var(--sans);font-weight:700;letter-spacing:.14em}
.btn{font-weight:600;letter-spacing:-.01em}.links{font-weight:500}
/* product card button (was a small circle) */
.product .price-row{gap:10px}.product .add{width:auto;height:38px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;white-space:nowrap;transition:.2s}
.product .add:hover{background:#5e1e2e}.product h3{font-weight:600;letter-spacing:-.01em}
/* ---------- product page ---------- */
.short{font-size:16px;margin:0 0 6px}
.pers-card{border:0;border-radius:24px;padding:26px;box-shadow:0 1px 2px rgba(36,30,30,.04),0 12px 40px rgba(36,30,30,.07)}
.pers-head{display:block;margin-bottom:6px}.pers-head strong{display:block;font-size:24px;font-weight:500;color:var(--ink);letter-spacing:-.02em}.pers-head span{display:block;margin-top:2px;font-size:14px;color:var(--muted)}
.pers-card .field{margin:18px 0 0;gap:8px}
.pers-card .field label,.pers-card .field .label{font-size:14px;font-weight:600;color:var(--ink)}.pers-card .field label em{font-style:normal;font-weight:500;color:var(--muted)}
.pers-card .field input,.pers-card .field select,.pers-card .field textarea,.form-card .field input,.form-card .field select,.form-card .field textarea,.review-form input,.review-form textarea{
  height:56px;padding:0 64px 0 18px;border:1.5px solid transparent;border-radius:var(--r);background:var(--fill);font-size:17px;font-weight:500;color:var(--ink);transition:background .15s,border-color .15s,box-shadow .15s;-webkit-appearance:none;appearance:none}
.form-card .field input,.form-card .field select,.review-form input{padding-right:18px}
.form-card .field textarea,.review-form textarea{height:auto;min-height:120px;padding:16px 18px;line-height:1.5}
.pers-card .field input::placeholder,.form-card .field input::placeholder,.review-form ::placeholder{color:#a79c98;font-weight:400}
.pers-card .field input:hover,.form-card .field input:hover,.form-card .field select:hover{background:var(--fill-h)}
.pers-card .field input:focus,.form-card .field input:focus,.form-card .field select:focus,.form-card .field textarea:focus,.review-form input:focus,.review-form textarea:focus{background:#fff;border-color:var(--wine);box-shadow:var(--ring);outline:none}
.field input.invalid,.field select.invalid{border-color:#d33b3b!important;background:#fff6f6!important}
.form-card .field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23241e1e' stroke-width='1.8' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:44px}
.counter{right:16px;bottom:19px;font-size:12px;font-weight:600;color:#a79c98;font-variant-numeric:tabular-nums}
/* upload */
.vx-upload .drop{flex-direction:row;justify-content:flex-start;gap:16px;text-align:left;padding:18px;border:1.5px dashed #d8ccc7;border-radius:18px;background:var(--fill)}
.vx-upload .drop strong{display:block;font-size:16px}.vx-upload .drop small{display:block;font-size:13px}
.vx-upload .drop>strong,.vx-upload .drop>small{margin:0}.drop-ico{flex:none;width:48px;height:48px;border-radius:14px;font-size:26px;font-weight:300}
.vx-upload .drop{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:16px}.drop-ico{grid-row:1/3}
.up-done{border:0;background:#eef7f1;border-radius:18px;padding:14px}.up-done img{width:60px;height:60px;border-radius:12px}
.up-change{height:36px;border:0;background:#fff;font-weight:600;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.up-progress{border:0;background:var(--fill);border-radius:18px}
/* checkboxes: iOS-style */
.confirm,.later{align-items:center;gap:12px;font-size:14px;color:#51474a;line-height:1.45}
.confirm input,.later input{-webkit-appearance:none;appearance:none;width:24px;height:24px;margin:0;border-radius:8px;border:1.5px solid #cfc3bf;background:#fff;display:grid;place-items:center;cursor:pointer;transition:.15s;flex:none}
.confirm input:checked,.later input:checked{background:var(--wine);border-color:var(--wine)}
.confirm input:checked::after,.later input:checked::after{content:"";width:6px;height:11px;border:solid #fff;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) translate(-1px,-1px)}
.confirm input:focus-visible,.later input:focus-visible{box-shadow:var(--ring)}
.confirm{margin:20px 0 4px;padding:14px 16px;background:var(--fill);border-radius:var(--r)}
/* stepper + add button */
.buy-row{margin-top:18px;gap:10px}
.buy-row .qty{height:56px;border:0;background:var(--fill);border-radius:var(--r);padding:4px}
.buy-row .qty button{width:44px;height:48px;background:transparent;border-radius:10px;font-size:20px;color:var(--ink);transition:.15s}.buy-row .qty button:hover{background:#fff}
.buy-row .qty span{width:34px;font-weight:700;font-size:17px;font-variant-numeric:tabular-nums}
.buy-row .add-btn{height:56px;border-radius:var(--r);font-size:17px;font-weight:600;box-shadow:0 8px 24px rgba(120,40,59,.25)}
.buy-row .add-btn:hover{transform:none;background:#651f31}.buy-row .add-btn:active{transform:scale(.985)}
.form-error{border-radius:12px;font-weight:500}
/* perks as one clean list */
.perks{gap:0;background:#fff;border-radius:20px;padding:6px 18px;box-shadow:0 1px 2px rgba(36,30,30,.04);grid-template-columns:1fr 1fr;column-gap:24px}
.perks li{border:0;border-radius:0;background:none;padding:12px 0;font-weight:500;display:flex;gap:10px;align-items:center}
.perks li:before{content:"✓";flex:none;width:22px;height:22px;border-radius:50%;background:#f3e6e8;display:grid;place-items:center;font-size:12px}
.acc details{padding:18px 0}.acc summary{font-size:16px;list-style:none;display:flex;justify-content:space-between}.acc summary::-webkit-details-marker{display:none}
.acc summary:after{content:"+";font-weight:400;font-size:22px;line-height:1;color:var(--muted)}.acc details[open] summary:after{content:"−"}
.thumb{border-radius:14px}.preview{border-radius:28px}
/* cart / checkout buttons */
.summary{border:0;box-shadow:0 12px 40px rgba(36,30,30,.07)}.form-card{border:0;box-shadow:0 1px 2px rgba(36,30,30,.04),0 12px 40px rgba(36,30,30,.06)}
.summary .btn,.btn-block{height:56px;border-radius:var(--r);font-size:17px}
@media(max-width:600px){.pers-card{padding:20px;border-radius:20px}.perks{grid-template-columns:1fr}.buy-row{margin:14px -20px -20px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-radius:0 0 20px 20px;box-shadow:0 -6px 20px rgba(0,0,0,.05)}
 .product .add{height:34px;padding:0 12px;font-size:12px}}


/* ===================== DESIGN v4 — new brand look (Cormorant Garamond + DM Sans) ===================== */
:root{--wine:#751b26;--wine2:#59121b;--ink:#281d1c;--muted:#7d706c;--cream:#fffdfa;--rose:#f8e8e6;--line:#eaded6;--orange:#e86e3c;--peach:#f2d6c8;
 --serif:"Cormorant Garamond",Georgia,serif;--sans:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;--fill:#f6f0ec;--fill-h:#efe7e2;--ring:0 0 0 4px rgba(117,27,38,.13);--shadow:0 14px 40px rgba(70,30,20,.10)}
body{background:var(--cream);font-family:var(--sans);letter-spacing:0}
h1,h2,h3{font-variation-settings:normal}
.logo,.hero h1,.page-hero h1,.section-title h2,.detail-info h1,.content-page h2,.contact-card h2,.form-card h2,.thanks h1,.big-rating,.h-serif,.seo-content h2,.seo-content h3,.pers-head strong,.price,.detail-price{font-family:var(--serif)}
.page-hero h1,.detail-info h1,.section-title h2,.thanks h1{font-weight:600;letter-spacing:-.01em;color:var(--wine2)}
.detail-price,.price{font-family:var(--sans);font-weight:700;color:var(--wine);letter-spacing:-.01em}
.stars,.rating .stars{color:var(--orange);letter-spacing:1px}
.eyebrow,.h-eyebrow{font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:.19em;text-transform:uppercase;color:var(--wine)}
/* header */
.topbar{height:32px;padding:0 12px;display:grid;place-items:center;font-size:13px;letter-spacing:.02em}
.header{background:rgba(255,253,250,.96);border-bottom:1px solid #eee6e0;backdrop-filter:blur(12px)}
.header .wrap{width:min(1500px,calc(100% - clamp(36px,10vw,180px)))}
.nav{height:78px}
.logo{font-weight:600;font-size:28px;line-height:1;letter-spacing:.09em;text-align:center}
.logo small{font:500 7px/1.6 var(--sans);letter-spacing:.3em;margin-top:3px}
.links{gap:38px;font-size:17px}
.links>a,.links .dd-t{font-family:var(--serif);font-size:18px;font-weight:500;color:var(--ink);position:relative}
.links>a:after,.links .dd-t:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--wine);transition:right .3s}
.links>a:hover:after,.links>a.active:after,.links .dd-t:hover:after,.links .dd-t.active:after{right:0}
.links a:hover,.links a.active{color:var(--ink)}
.dd-menu a{font-family:var(--sans);font-size:14px}
.round{border:0;background:none;color:var(--wine);width:40px;height:40px}.round svg{width:22px;height:22px;stroke-width:1.6}
.round:hover{background:var(--rose)}
.lang-switch{border:1px solid var(--line);background:transparent;padding:2px}
.lang-btn{font-weight:600;font-size:11px;padding:6px 9px;color:var(--ink)}.lang-btn.active{background:var(--wine);color:#fff}
/* buttons */
.btn{border-radius:999px;font-weight:600}.btn-primary,.h-btn{box-shadow:0 9px 24px rgba(117,27,38,.16)}
.btn-primary:hover{background:var(--wine2)}
.h-btn{display:inline-flex;align-items:center;gap:14px;padding:15px 24px;border-radius:999px;background:var(--wine);color:#fff;font-weight:600;font-size:15px;transition:.25s}
.h-btn:hover{transform:translateY(-2px);background:var(--wine2)}.h-btn span{transition:.25s}.h-btn:hover span{transform:translateX(3px)}
/* page hero (shop, categories, info pages) */
.page-hero{background:linear-gradient(90deg,#fae4e2,#fff4f0);padding:64px 0 50px}
.page-hero h1{font-size:clamp(40px,5vw,60px);line-height:1}
/* product card */
.product-grid{grid-template-columns:repeat(4,1fr);gap:24px}
.pc{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 8px 28px rgba(70,30,20,.06);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}
.pc:hover{transform:translateY(-7px);box-shadow:0 14px 35px rgba(70,30,20,.12)}
.pc-photo{display:block;position:relative;aspect-ratio:1.18;overflow:hidden;background:var(--rose)}
.pc-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.pc:hover .pc-photo img{transform:scale(1.04)}
.pc-tag{position:absolute;top:11px;right:11px;background:var(--peach);color:var(--wine);padding:5px 11px;border-radius:20px;font-size:11px;font-weight:500}
.pc-badge{position:absolute;top:11px;left:11px;background:var(--wine);color:#fff;padding:5px 11px;border-radius:20px;font-size:11px;font-weight:600}
.pc-body{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1}
.pc h3{font-family:var(--sans);font-size:15px;font-weight:500;line-height:1.35;margin:0 0 6px;color:var(--ink)}
.pc .rating{font-size:13px;margin-bottom:2px}.pc .rating .rc{color:#817470;font-size:12px}
.pc-price{display:block;font-size:19px;font-weight:700;color:var(--wine);margin:6px 0 12px}
.pc-btn{margin-top:auto;display:block;text-align:center;border-radius:24px;background:var(--wine);color:#fff;padding:11px;font-weight:600;font-size:14px;transition:.2s}
.pc-btn:hover{background:var(--wine2)}
/* ---------- HOME ---------- */
.h-wrap{width:min(1500px,calc(100% - clamp(36px,10vw,172px)));margin:auto}
.h-section{padding:58px 0}
.h-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}
.h-head h2{font:600 42px/1 var(--serif);color:var(--ink);margin:0}
.h-head h2:after{content:"";display:block;width:36px;height:2px;background:var(--wine);margin-top:12px}
.h-head>a{color:var(--wine);font-weight:500;white-space:nowrap}.h-head>a:hover{text-decoration:underline}
.h-head em{font:italic 500 24px var(--serif);color:#a5565b}
.h-hero{position:relative;min-height:470px;display:flex;align-items:center;padding:0;overflow:hidden;background:#f8efe9}
.h-hero-img{position:absolute;top:0;right:0;bottom:0;width:66%;background-size:cover;background-position:center}
.h-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fbf5f0 0%,#fbf5f0 34%,rgba(251,245,240,.75) 44%,rgba(251,245,240,0) 60%)}
.h-hero-copy{position:relative;z-index:2;padding:56px 0 90px}
.h-hero h1{font:600 clamp(48px,6vw,72px)/.9 var(--serif);color:var(--wine2);letter-spacing:-.01em;margin:18px 0 20px;max-width:640px}
.h-lead{font-size:18px;margin:0 0 14px;color:var(--ink)}
.h-benefits{position:absolute;left:0;bottom:24px;list-style:none;margin:0;padding:0;display:flex;gap:34px;font-size:13px}
.h-benefits li{display:flex;align-items:center;gap:9px}
.h-benefits svg,.h-steps svg{width:22px;height:22px;fill:none;stroke:var(--wine);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.occ-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:18px}
.occ{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;text-align:center;box-shadow:0 5px 15px rgba(70,30,20,.05);transition:.3s}
.occ:hover{transform:translateY(-5px);box-shadow:0 12px 26px rgba(70,30,20,.10)}
.occ img{height:145px;width:100%;object-fit:cover}.occ span{display:block;font:600 21px/2.1 var(--serif);color:var(--ink)}
.h-collection{position:relative;min-height:330px;display:flex;align-items:center;padding:0;overflow:hidden;background:#f7eee8}
.h-collection-img{position:absolute;top:0;right:0;bottom:0;width:60%;background-size:cover;background-position:center}
.h-collection:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f7eee8 0%,#f7eee8 38%,rgba(247,238,232,.6) 48%,rgba(247,238,232,0) 62%)}
.h-collection .h-wrap{position:relative;z-index:2;padding:50px 0}
.h-collection h2{font:600 clamp(36px,4vw,46px)/.98 var(--serif);color:var(--wine2);margin:12px 0 22px}
.h-how{text-align:center}.h-how .h-head{text-align:left}
.h-steps{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:8%;position:relative}
.h-steps:before{content:"";position:absolute;top:44px;left:17%;right:17%;border-top:1px dashed #d9b9b8}
.h-steps li{position:relative}
.h-steps i{display:grid;place-items:center;width:88px;height:88px;border-radius:50%;background:var(--rose);margin:auto;position:relative}
.h-steps i svg{width:36px;height:36px}
.h-steps b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--wine);color:#fff;margin:-12px auto 10px;font-size:12px;position:relative}
.h-steps h3{font:600 28px var(--serif);margin:6px 0}.h-steps p{font-size:14px;line-height:1.55;max-width:260px;margin:auto;color:#655b57}
.h-script{font:italic 500 25px var(--serif);color:#a5565b;margin:38px 0 0}
.h-reviews{background:#fff}
.h-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.h-review-grid figure{margin:0;display:flex;gap:16px;padding-right:25px;border-right:1px solid var(--line)}.h-review-grid figure:last-child{border:0}
.h-avatar{width:56px;height:56px;flex:none;border-radius:50%;background:var(--rose);display:grid;place-items:center;color:var(--wine);font-weight:600}
.h-review-grid blockquote{margin:6px 0;font-size:14px;line-height:1.6}.h-review-grid small{color:#8b7f7a}.h-review-grid figcaption a{font-size:12px;color:var(--wine)}
.h-news{background:linear-gradient(90deg,#fae4e2,#fff4f0);padding:34px 0}
.h-news-in{display:grid;grid-template-columns:1fr 1.3fr;align-items:center;gap:14px 30px}
.h-news h2{font:600 34px var(--serif);color:var(--wine);margin:0}.h-news p{font-size:14px;margin:4px 0}
.h-news-form{display:flex}.h-news-form input[type=email]{width:100%;height:52px;border:1px solid #dfcfc8;border-radius:28px 0 0 28px;padding:0 22px;background:#fff;outline:none;font-size:15px}
.h-news-form input[type=email]:focus{border-color:var(--wine);box-shadow:var(--ring)}
.h-news-form button{border:0;background:var(--wine);color:#fff;padding:0 40px;border-radius:0 28px 28px 0;font-weight:600;cursor:pointer}.h-news-form button:hover{background:var(--wine2)}
.h-news-form .success{margin:0}
.h-news-perks{grid-column:2;list-style:none;margin:0;padding:0;display:flex;justify-content:space-around;color:var(--wine);font-size:13px}
/* footer — light, like the new design */
.footer{background:#fff;color:var(--ink);border-top:1px solid var(--line);padding:46px 0 20px}
.footer .logo{color:var(--wine)}.footer strong{color:var(--ink);font:600 20px var(--serif)}
.footer p{color:#6d625e}.footer-col a{color:#4a3f3c}.footer-col a:hover,.footer p a:hover{color:var(--wine)}
.footer .linklike{color:#4a3f3c;text-align:left}
.copy{border-top:1px solid var(--line);color:#8c817c;font-size:12px}.copy a{color:var(--ink)}
/* other pages pick up the palette */
.filters .chip.active,.chip:hover{background:var(--wine);border-color:var(--wine)}
.cart-item,.summary,.form-card,.contact-card{border-radius:14px}
@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}.links{gap:24px}}
@media(max-width:900px){
 .links>a:after,.links .dd-t:after{display:none}.links>a,.links .dd-t{font-size:20px}
 .product-grid{grid-template-columns:repeat(2,1fr)}
 .h-hero{min-height:560px;align-items:flex-start}.h-hero-img{width:100%;background-position:62% center}
 .h-hero:before{background:linear-gradient(180deg,rgba(251,245,240,.97) 0%,rgba(251,245,240,.88) 48%,rgba(251,245,240,.2) 78%)}
 .h-collection-img{width:100%}.h-collection:before{background:linear-gradient(90deg,rgba(247,238,232,.96),rgba(247,238,232,.75) 60%,rgba(247,238,232,.2))}
 .h-review-grid{grid-template-columns:1fr;gap:22px}.h-review-grid figure{border-right:0;border-bottom:1px solid var(--line);padding:0 0 22px}
 .h-news-in{grid-template-columns:1fr}.h-news-perks{grid-column:1}}
@media(max-width:600px){
 .topbar{font-size:11px}.nav{height:66px}.logo{font-size:23px}
 .h-section{padding:42px 0}.h-head h2{font-size:34px}.h-head em{display:none}
 .h-hero-copy{padding:44px 0 110px}.h-hero h1{font-size:48px}.h-lead{font-size:16px}
 .h-benefits{flex-wrap:wrap;gap:8px 16px;font-size:11px;bottom:20px;right:0}.h-benefits svg{width:18px;height:18px}
 .product-grid{grid-template-columns:1fr 1fr;gap:12px}.pc-body{padding:10px 10px 12px}.pc h3{font-size:13px;min-height:35px}.pc-price{font-size:16px;margin:4px 0 10px}.pc-btn{padding:9px;font-size:13px}.pc-tag{font-size:9px;padding:4px 8px;top:8px;right:8px}.pc-photo{aspect-ratio:1}
 .occ-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;margin-right:calc(-1 * clamp(18px,5vw,86px));padding-bottom:6px}.occ{min-width:62%;scroll-snap-align:start}
 .h-collection{min-height:380px}.h-steps{grid-template-columns:1fr;gap:34px}.h-steps:before{display:none}
 .h-news-form{flex-direction:column;gap:10px}.h-news-form input[type=email],.h-news-form button{border-radius:26px;height:50px}
 .h-news-perks{font-size:11px;gap:8px}}

/* ===== sizes, colors, gallery arrows ===== */
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.opt-group{border:0;margin:0 0 18px;padding:0;min-width:0}
.opt-group legend{padding:0;margin-bottom:10px;font-size:14px;font-weight:600;color:var(--ink)}
.opt-group legend b{font-weight:500;color:var(--muted)}
.opt-sizes,.opt-colors{display:flex;flex-wrap:wrap;gap:10px}
.opt-size input,.opt-color input{position:absolute;opacity:0;pointer-events:none}
.opt-size span{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:58px;height:50px;padding:0 16px;border-radius:12px;background:var(--fill,#f6f0ec);border:1.5px solid transparent;font-weight:600;font-size:15px;cursor:pointer;transition:.15s;line-height:1.1}
.opt-size span small{font-size:11px;font-weight:500;color:var(--muted);margin-top:2px}
.opt-size span:hover{background:#efe7e2}
.opt-size input:checked+span{background:#fff;border-color:var(--wine);color:var(--wine);box-shadow:0 0 0 3px rgba(117,27,38,.10)}
.opt-size input:checked+span small{color:var(--wine)}
.opt-color span{display:block;width:40px;height:40px;border-radius:50%;background:var(--c);cursor:pointer;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);outline:2px solid transparent;outline-offset:3px;transition:.15s}
.opt-color span:hover{transform:scale(1.07)}
.opt-color input:checked+span{outline-color:var(--wine)}
.opt-size input:focus-visible+span,.opt-color input:focus-visible+span{box-shadow:0 0 0 4px rgba(117,27,38,.25)}
.opt-missing legend{color:#c0392b}.opt-missing .opt-size span,.opt-missing .opt-color span{animation:optShake .35s}
@keyframes optShake{25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}
.preview{touch-action:pan-y}
#mainImg{transition:opacity .2s}
.gal-nav{position:absolute;top:50%;z-index:4;width:46px;height:46px;margin-top:-23px;border:0;border-radius:50%;background:rgba(255,255,255,.92);box-shadow:0 4px 16px rgba(0,0,0,.14);display:grid;place-items:center;cursor:pointer;transition:.2s;opacity:.92}
.gal-nav:hover{opacity:1;transform:scale(1.06)}
.gal-nav svg{width:22px;height:22px;fill:none;stroke:var(--ink);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.gal-prev{left:14px}.gal-next{right:14px}
.gal-count{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:4;background:rgba(40,29,28,.62);color:#fff;font-size:12px;padding:4px 10px;border-radius:20px;backdrop-filter:blur(6px)}
.pv-text{bottom:16%}
.thumbs{scroll-snap-type:x mandatory}.thumb{scroll-snap-align:center}
.cart-item .small b{font-weight:600}
@media(max-width:600px){.gal-nav{width:38px;height:38px;margin-top:-19px}.gal-prev{left:8px}.gal-next{right:8px}.opt-size span{min-width:52px;height:46px}.opt-color span{width:36px;height:36px}}
.opt-group~.pers-head{margin-top:4px;padding-top:18px;border-top:1px solid var(--line)}
@media(max-width:600px){.buy-row .add-btn{white-space:nowrap;font-size:15px;padding:0 14px}}

/* ===== SEO guide (bottom of home page) ===== */
.seo-guide{padding:40px 0 34px;background:#fff;border-top:1px solid var(--line)}
.seo-guide-body{columns:2;column-gap:48px;font-size:13px;line-height:1.7;color:#6d625e;max-height:430px;overflow:hidden;position:relative;transition:max-height .5s}
.seo-guide-body:after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(rgba(255,255,255,0),#fff);pointer-events:none}
.seo-guide-body.open{max-height:none}.seo-guide-body.open:after{display:none}
.seo-guide-body h2{column-span:all;font:600 26px/1.15 var(--serif);color:var(--wine2);margin:0 0 18px}
.seo-guide-body h3{font:600 17px/1.3 var(--serif);color:var(--ink);margin:16px 0 6px;break-after:avoid}
.seo-guide-body p{margin:0 0 10px}.seo-guide-body strong{color:#4a3f3c;font-weight:600}
.seo-guide-body a{color:var(--wine);text-decoration:underline;text-underline-offset:2px}
.seo-more{display:block;margin:14px auto 0;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 22px;font-weight:600;font-size:13px;color:var(--wine);cursor:pointer}
.seo-more:hover{background:var(--rose)}
@media(max-width:800px){.seo-guide-body{columns:1;max-height:340px}}
