:root{
  --ink:#0c1511;--green:#124f39;--green-2:#1d7250;--lime:#a8f34a;--perfume:#745946;
  --perfume-soft:#eee6dc;--paper:#f6f8f3;--white:#fff;--muted:#67716b;--line:#dce3dc;
  --shadow:0 18px 55px rgba(12,42,29,.12);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);background:var(--paper)
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper)}
body.is-locked{overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}
[hidden]{display:none!important}.skip-link{position:fixed;left:10px;top:-70px;background:var(--ink);color:#fff;padding:12px 16px;z-index:110;border-radius:10px}.skip-link:focus{top:10px}
.header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,5vw,72px);border-bottom:1px solid var(--line);background:rgba(246,248,243,.92);backdrop-filter:blur(18px);position:sticky;top:0;z-index:30}
.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);font-weight:950;letter-spacing:.12em;text-decoration:none}.brand__mark{width:40px;height:40px;display:block;object-fit:contain;filter:drop-shadow(0 7px 12px rgba(18,79,57,.16))}.brand b{font-size:14px}.desktop-nav{display:flex;gap:30px}.desktop-nav a{color:var(--muted);font-size:12px;font-weight:850;text-decoration:none}.desktop-nav a:hover{color:var(--green)}
.order-button{min-height:52px;border:1px solid var(--line);background:#fff;border-radius:16px;padding:8px 8px 8px 18px;font-size:12px;font-weight:900;letter-spacing:.04em;display:flex;align-items:center;gap:12px;cursor:pointer}.order-button b{display:grid;place-items:center;min-width:34px;height:34px;border-radius:10px;background:var(--green);color:#fff}
.eyebrow{margin:0 0 15px;color:var(--green-2);font-size:11px;font-weight:950;letter-spacing:.24em}.eyebrow i{display:inline-block;width:8px;height:8px;border-radius:99px;background:#3ddd86;box-shadow:0 0 0 6px rgba(61,221,134,.12);margin-right:8px}
.button{min-height:50px;border:0;border-radius:15px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:950;letter-spacing:.09em;cursor:pointer;text-align:center}.button--dark{background:var(--green);color:#fff;box-shadow:0 14px 30px rgba(18,79,57,.2)}.button--light{background:#fff;color:var(--ink);border:1px solid var(--line)}.button--full{width:100%}
.section-title{text-align:center;max-width:800px;margin:0 auto 48px}.section-title h2,.freight-copy h2{margin:0;font-size:clamp(34px,5vw,62px);line-height:1;letter-spacing:-.055em}.section-title--compact{margin-bottom:34px}

/* Home */
.hero{min-height:760px;padding:92px 20px 70px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 15% 76%,rgba(56,184,116,.18),transparent 31%),radial-gradient(circle at 85% 72%,rgba(116,89,70,.12),transparent 30%),linear-gradient(180deg,#f8fbf7,#fff)}
.hero__glow{position:absolute;width:560px;height:560px;border-radius:50%;filter:blur(18px);background:rgba(159,243,74,.12);top:-20px;left:calc(50% - 280px);pointer-events:none;z-index:0}.hero__content{position:relative;z-index:5;width:min(720px,100%);display:flex;flex-direction:column;align-items:center}.hero h1{margin:0;max-width:720px;font-size:clamp(52px,6.3vw,84px);line-height:.9;letter-spacing:-.075em;text-wrap:balance}.hero h1 em{display:block;font-style:normal;color:var(--green-2)}.hero__content>p:not(.eyebrow){max-width:650px;color:var(--muted);font-size:17px;line-height:1.65;margin:28px 0}.hero__actions{display:flex;gap:12px;justify-content:center}.hero__numbers{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:32px}.hero__numbers span{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:99px;padding:10px 16px;color:var(--muted);font-size:12px;font-weight:700;box-shadow:0 10px 28px rgba(12,42,29,.06)}.hero__numbers b{font-size:16px;color:var(--green-2);margin-right:4px}
.hero__stage{--hero-x:0px;--hero-y:0px;position:absolute;inset:0;z-index:2;pointer-events:none;transition:transform .45s ease-out}.hero__brand-sculpture{position:absolute;left:50%;top:48%;width:min(37vw,470px);height:min(37vw,470px);object-fit:contain;opacity:.075;transform:translate(-50%,-50%) scale(.94);filter:saturate(.75);animation:heroMarkPulse 8s ease-in-out infinite}.hero-character{position:absolute;bottom:-135px;width:clamp(390px,38vw,590px);color:var(--green);text-decoration:none;pointer-events:auto;transform:translate3d(var(--hero-x),var(--hero-y),0);transition:filter .28s ease;outline-offset:8px}.hero-character--pods{left:clamp(-175px,-9vw,-85px)}.hero-character--perfumes{right:clamp(-175px,-9vw,-85px)}.hero-character__visual{position:relative;display:block;animation:heroCharacterFloat 6.8s ease-in-out infinite;transform-origin:50% 70%;will-change:transform}.hero-character--perfumes .hero-character__visual{animation-delay:-3.4s}.hero-character__visual>img{display:block;width:100%;height:auto;filter:drop-shadow(0 28px 34px rgba(12,42,29,.22))}.hero-character:hover,.hero-character:focus-visible{filter:brightness(1.04) saturate(1.04)}.hero-character:hover .hero-character__visual,.hero-character:focus-visible .hero-character__visual{animation-play-state:paused;transform:translateY(-8px) scale(1.025)}.hero-character__label{position:absolute;bottom:150px;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 13px;border:1px solid rgba(18,79,57,.16);border-radius:14px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:0 12px 26px rgba(12,42,29,.12)}.hero-character--pods .hero-character__label{right:9%}.hero-character--perfumes .hero-character__label{left:9%}.hero-character__label b{font-size:11px;letter-spacing:.12em}.hero-character__label small{font-size:7px;font-weight:900;letter-spacing:.09em;color:var(--muted)}
.hero-effect{position:absolute;display:block;pointer-events:none}.hero-effect i{position:absolute;display:block}.hero-effect--vapor{left:67%;top:14%;width:88px;height:100px}.hero-effect--vapor i{left:28px;bottom:4px;width:18px;height:18px;border:2px solid rgba(219,244,229,.82);border-radius:50%;filter:blur(.2px);opacity:0;animation:heroVapor 8s ease-out infinite}.hero-effect--vapor i:nth-child(2){animation-delay:.32s}.hero-effect--vapor i:nth-child(3){animation-delay:.64s}.hero-effect--mist{left:16%;top:16%;width:130px;height:110px}.hero-effect--mist i{left:54px;top:55px;width:9px;height:9px;border-radius:50%;background:rgba(207,255,225,.95);box-shadow:0 0 16px rgba(65,200,120,.9);opacity:0;animation:heroMist 8s ease-out infinite 3.9s}.hero-effect--mist i:nth-child(2){animation-delay:4.08s}.hero-effect--mist i:nth-child(3){animation-delay:4.26s}.hero-effect--mist i:nth-child(4){animation-delay:4.44s}.brand-marquee{position:relative;z-index:6}
.hero-character.is-reacting .hero-character__visual{animation:heroCharacterReact .9s ease}
@keyframes heroCharacterFloat{0%,100%{transform:translateY(0) rotate(-.35deg)}50%{transform:translateY(-13px) rotate(.45deg)}}@keyframes heroCharacterReact{0%,100%{transform:translateY(0) scale(1)}32%{transform:translateY(-18px) rotate(-1deg) scale(1.035)}64%{transform:translateY(-6px) rotate(.8deg) scale(1.018)}}@keyframes heroMarkPulse{0%,100%{opacity:.065;transform:translate(-50%,-50%) scale(.93)}50%{opacity:.1;transform:translate(-50%,-50%) scale(1)}}@keyframes heroVapor{0%,8%,100%{opacity:0;transform:translate(0,0) scale(.45)}12%{opacity:.75}25%{opacity:.38;transform:translate(18px,-52px) scale(1.25)}34%{opacity:0;transform:translate(32px,-78px) scale(1.8)}}@keyframes heroMist{0%,4%,100%{opacity:0;transform:translate(0,0) scale(.5)}7%{opacity:.95}18%{opacity:.45;transform:translate(-42px,-20px) scale(1.05)}26%{opacity:0;transform:translate(-76px,-32px) scale(1.45)}}
.brand-marquee{width:min(1120px,calc(100vw - 32px));margin-top:30px;overflow:hidden;border-block:1px solid rgba(18,79,57,.13);background:rgba(255,255,255,.46);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.brand-marquee__track{display:flex;width:max-content;will-change:transform;animation:brand-marquee-scroll 34s linear infinite}.brand-marquee__group{display:flex;flex:none;align-items:center}.brand-marquee__item{position:relative;display:grid;place-items:center;flex:0 0 205px;height:88px;padding:12px 23px;text-decoration:none}.brand-marquee__item:after{content:"";position:absolute;right:-2px;top:50%;width:4px;height:4px;border-radius:50%;background:var(--green-2);opacity:.35;transform:translateY(-50%)}.brand-marquee__item img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.brand-marquee__item:hover img,.brand-marquee__item:focus-visible img{transform:scale(1.05)}.brand-marquee:hover .brand-marquee__track,.brand-marquee:focus-within .brand-marquee__track{animation-play-state:paused}@keyframes brand-marquee-scroll{to{transform:translateX(-50%)}}
.focus-section{padding:82px clamp(18px,5vw,72px);max-width:1260px;margin:auto}.focus-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.focus-card{position:relative;isolation:isolate;min-height:430px;border-radius:34px;padding:34px;overflow:hidden;text-decoration:none;color:var(--ink);border:1px solid var(--line);background:#fff;display:flex;align-items:flex-end;justify-content:center;text-align:center;box-shadow:0 24px 58px rgba(12,42,29,.08);transition:transform .35s ease,box-shadow .35s ease}.focus-card:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.focus-card:after{content:"";position:absolute;inset:auto 12% -34px;height:110px;z-index:1;border-radius:50%;filter:blur(28px);opacity:.36;pointer-events:none}.focus-card:hover,.focus-card:focus-visible{transform:translateY(-6px);box-shadow:0 34px 72px rgba(12,42,29,.14)}.focus-card__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.025);transition:transform 1.1s cubic-bezier(.2,.75,.25,1);animation:focusPhotoDrift 11s ease-in-out infinite alternate}.focus-card:hover .focus-card__photo,.focus-card:focus-visible .focus-card__photo{transform:scale(1.075)}.focus-card__content{position:relative;z-index:2;width:min(470px,100%);display:flex;flex-direction:column;align-items:center}.focus-card--pods{background:#071d2f;color:#fff;border-color:#213548}.focus-card--pods:before{background:linear-gradient(180deg,rgba(7,19,39,.08) 0%,rgba(7,24,40,.3) 30%,rgba(7,31,45,.94) 77%,#08273b 100%)}.focus-card--pods:after{background:#ed2b87}.focus-card--pods .focus-card__photo{object-position:center 24%;filter:saturate(.93) contrast(1.03)}.focus-card--perfumes{background:#efe3d6;color:var(--ink);border-color:#dfcdbb}.focus-card--perfumes:before{background:linear-gradient(180deg,rgba(239,227,214,.02) 0%,rgba(239,227,214,.18) 32%,rgba(239,227,214,.92) 73%,#efe3d6 100%)}.focus-card--perfumes:after{background:#d6954a}.focus-card--perfumes .focus-card__photo{object-position:center 34%;filter:saturate(.82) contrast(.96)}.focus-card__tag{display:inline-flex;padding:8px 11px;border-radius:99px;background:rgba(176,255,61,.94);color:#082316;font-size:9px;font-weight:950;letter-spacing:.11em;box-shadow:0 8px 24px rgba(0,0,0,.12)}.focus-card--perfumes .focus-card__tag{background:rgba(255,255,255,.9);color:var(--perfume)}.focus-card strong{display:block;font-size:clamp(45px,4.7vw,68px);line-height:.92;letter-spacing:-.065em;margin:18px 0 10px}.focus-card p{max-width:440px;min-height:66px;line-height:1.55;color:inherit;opacity:.82;margin:0}.focus-card__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:22px;padding:12px 16px;border:1px solid currentColor;border-radius:99px;font-size:10px;font-weight:950;letter-spacing:.08em}.focus-card--pods .focus-card__cta{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.38)}.focus-card--perfumes .focus-card__cta{background:rgba(255,255,255,.52);border-color:rgba(69,48,35,.2)}@keyframes focusPhotoDrift{0%{transform:scale(1.025) translate3d(0,0,0)}100%{transform:scale(1.07) translate3d(0,-5px,0)}}
.quick-info{max-width:1120px;margin:0 auto 85px;padding:0 18px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-info article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;display:flex;gap:14px}.quick-info article>span{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:12px;background:#e8f4ec;color:var(--green);font-size:11px;font-weight:950}.quick-info b{display:block;font-size:14px}.quick-info p{color:var(--muted);font-size:12px;line-height:1.5;margin:5px 0 0}
.home-tools{max-width:1120px;margin:0 auto 90px;padding:60px;background:#fff;border:1px solid var(--line);border-radius:34px;display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center}.freight-copy p:not(.eyebrow){color:var(--muted);line-height:1.6}.freight-card{background:#f0f4ee;padding:24px;border-radius:24px}.freight-card label>span,.cart-freight>span{display:block;font-size:10px;font-weight:900;letter-spacing:.1em;margin-bottom:8px}.freight-card select,.cart-freight select{width:100%;height:52px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:0 14px;margin-bottom:12px}.freight-result{text-align:center;border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.freight-result small,.freight-result span{display:block;color:var(--muted)}.freight-result strong{display:block;font-size:32px;margin:6px}
.trust-section,.faq-section{max-width:1120px;margin:0 auto;padding:0 18px 85px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.trust-grid div{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;text-align:center}.trust-grid b{display:block;font-size:23px;color:var(--green);margin-bottom:7px}.trust-grid span{color:var(--muted);font-size:12px}.faq-list{max-width:850px;margin:auto}.faq-list details{border-bottom:1px solid var(--line);background:#fff;padding:0 22px}.faq-list details:first-child{border-radius:20px 20px 0 0}.faq-list details:last-child{border-radius:0 0 20px 20px;border-bottom:0}.faq-list summary{padding:22px 0;font-weight:850;cursor:pointer}.faq-list p{color:var(--muted);line-height:1.55;margin-top:0;padding-bottom:20px}

/* Catalog views */
.catalog-view{min-height:80vh}.catalog-hero{text-align:center;padding:64px 20px 50px;background:radial-gradient(circle at 30% 100%,rgba(168,243,74,.15),transparent 30%),#fbfcfa}.catalog-hero .back-home{display:inline-flex;margin-bottom:30px;color:var(--green);font-size:11px;font-weight:950;letter-spacing:.1em;text-decoration:none}.catalog-hero h1{margin:0;font-size:clamp(42px,6vw,72px);line-height:.95;letter-spacing:-.065em}.catalog-hero>p:last-child{color:var(--muted);font-size:16px;margin:18px auto 0;max-width:650px}.catalog-shell{max-width:1320px;margin:auto;padding:45px clamp(14px,4vw,48px) 100px}.primary-tabs{display:flex;justify-content:center;gap:9px;margin-bottom:16px}.primary-tabs button{min-width:180px;height:54px;border:1px solid var(--line);background:#fff;border-radius:17px;font-size:11px;font-weight:950;letter-spacing:.08em;color:var(--muted);cursor:pointer}.primary-tabs button span{margin-right:7px}.primary-tabs button.is-active{background:var(--green);color:#fff;border-color:var(--green)}.primary-tabs button[data-primary="Perfumes"].is-active{background:var(--perfume);border-color:var(--perfume)}
.subcategory-rail{display:flex;justify-content:center;gap:8px;overflow-x:auto;padding:2px 0 16px;scrollbar-width:none}.subcategory-rail::-webkit-scrollbar,.primary-tabs::-webkit-scrollbar{display:none}.subcategory-chip{min-height:44px;border:1px solid var(--line);background:transparent;white-space:nowrap;padding:0 15px;border-radius:99px;font-size:11px;font-weight:800;color:var(--muted);cursor:pointer}.subcategory-chip.is-active{background:#fff;color:var(--green);border-color:#8ebba5}
.catalog-controls{max-width:980px;margin:0 auto 15px;display:grid;grid-template-columns:1fr 130px 220px;gap:9px}.search{height:54px;background:#fff;border:1px solid var(--line);border-radius:17px;display:flex;align-items:center;padding:0 18px;gap:11px}.search span,.flavor-search span{color:var(--green);font-size:20px}.search input,.flavor-search input{border:0;outline:0;background:transparent;width:100%;font-size:14px}.search:focus-within,.flavor-search:focus-within{border-color:var(--green);box-shadow:0 0 0 4px rgba(18,79,57,.13)}.catalog-controls select,.filter-trigger{height:54px;border:1px solid var(--line);border-radius:17px;background:#fff;padding:0 14px;color:var(--muted);font-size:11px;font-weight:800}.filter-trigger{color:var(--green);cursor:pointer}.filter-trigger b{display:inline-grid;place-items:center;margin-left:6px;min-width:21px;height:21px;border-radius:99px;background:var(--green);color:#fff;font-size:10px}.catalog-status{max-width:1180px;margin:0 auto 16px;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px}.catalog-status button,.text-button,.empty button{min-height:44px;border:0;background:none;color:var(--green-2);font-size:11px;font-weight:950;letter-spacing:.08em;cursor:pointer}
.product-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:0}.product-card--Perfumes{border-color:#e1d8ce}.product-card__image{position:relative;flex:0 0 240px;width:100%;height:240px;overflow:hidden;background:#f4f6f2;border:0;cursor:pointer}.product-card--Perfumes .product-card__image{background:linear-gradient(155deg,#fffdfb,#eee7df)}.product-card__image img{position:absolute;inset:16px;width:calc(100% - 32px);height:calc(100% - 32px);display:block;object-fit:contain;object-position:center}.product-card__body{padding:17px;display:flex;flex-direction:column;flex:1;background:#fff;border-top:1px solid var(--line)}.product-category{color:var(--green-2);font-size:9px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.product-card--Perfumes .product-category{color:var(--perfume)}.product-card h3{font-size:15px;line-height:1.25;margin:8px 0 11px;min-height:38px}.spec-pills{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px}.spec-pills span{font-size:9px;color:var(--muted);background:#f1f4ef;padding:6px 7px;border-radius:8px}.product-card__description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0 0 14px;color:var(--muted);font-size:10px;line-height:1.5}.product-card__price{margin-top:auto;border-top:1px solid var(--line);padding-top:13px;display:flex;align-items:end;justify-content:space-between;gap:8px}.product-card__price small{display:block;color:var(--muted);font-size:9px}.product-card__price b{display:block;font-size:18px}.product-card__price button{min-width:44px;height:44px;border:0;border-radius:13px;background:var(--green);color:#fff;font-size:9px;font-weight:900;padding:0 12px;cursor:pointer}.product-card--Perfumes .product-card__price button{background:var(--perfume)}.product-card.is-unavailable{opacity:.65}.sold-out{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(12,21,17,.9);color:#fff;padding:10px 14px;border-radius:10px;font-size:10px;font-weight:950;letter-spacing:.12em;z-index:2}.empty{text-align:center;padding:80px 20px}.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin:28px auto 0}.catalog-pagination a{min-height:44px;display:inline-flex;align-items:center;color:var(--green);font-size:11px;font-weight:950;letter-spacing:.08em;text-decoration:none}
.recent-section{max-width:1180px;margin:70px auto 0;border-top:1px solid var(--line);padding-top:42px}.recent-section>div:first-child{text-align:center}.recent-section h2{margin:0 0 24px;font-size:32px;letter-spacing:-.05em}.recent-rail{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px}.recent-card{flex:0 0 180px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;text-align:left;cursor:pointer}.recent-card img{width:100%;height:125px;object-fit:contain}.recent-card b{display:block;font-size:12px;margin:8px 0 3px}.recent-card span{font-size:10px;color:var(--muted)}

/* Product sheet */
.product-dialog{width:min(960px,calc(100% - 30px));max-height:94dvh;border:0;border-radius:30px;padding:0;box-shadow:0 30px 100px rgba(0,0,0,.3);overflow:hidden}.product-dialog::backdrop,.filters-dialog::backdrop{background:rgba(5,15,10,.65);backdrop-filter:blur(6px)}.product-dialog[open]{display:grid;grid-template-columns:.9fr 1.1fr}.dialog-close{position:absolute;right:16px;top:16px;width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:99px;font-size:25px;z-index:3;cursor:pointer}.dialog-image{min-height:590px;background:#f2f5f0;display:grid;place-items:center;padding:45px}.dialog-image img{width:100%;height:100%;max-height:470px;object-fit:contain}.dialog-content{padding:48px 38px 30px;overflow:auto}.dialog-content h2{font-size:30px;line-height:1.05;margin:11px 0 17px}.dialog-description{margin:-3px 0 18px;color:var(--muted);font-size:12px;line-height:1.6}.detail-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:15px}.detail-list div{padding:11px 0}.detail-list span{display:block;color:var(--muted);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.detail-list b{font-size:12px}.price-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:16px}.price-tiers div{background:#f1f4ef;border-radius:11px;padding:10px}.price-tiers span,.price-tiers small{display:block;color:var(--muted);font-size:8px}.price-tiers b{font-size:12px}.price-tiers div:last-child{background:var(--green);color:#fff}.price-tiers div:last-child span,.price-tiers div:last-child small{color:#bcd0c5}.price-tiers .price-on-request{grid-column:1/-1;background:#eef4ef;color:var(--ink)}.variant-field>span{display:block;font-size:10px;font-weight:900;margin-bottom:7px}.variant-field select{width:100%;height:46px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 12px}.quantity-row{display:flex;align-items:center;justify-content:space-between;margin:14px 0}.quantity-row>span{font-size:11px;font-weight:900}.quantity-row>div{display:flex;align-items:center;gap:14px}.quantity-row button,.flavor-stepper button{width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}.flavor-builder{border-top:1px solid var(--line);padding-top:14px}.flavor-builder__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.flavor-builder__head b{font-size:13px}.flavor-builder__head span{background:#e7f3eb;color:var(--green);padding:7px 9px;border-radius:9px;font-size:10px;font-weight:900}.flavor-search{height:44px;border:1px solid var(--line);background:#fff;border-radius:13px;display:flex;align-items:center;padding:0 12px;gap:8px}.flavor-presets{display:flex;gap:7px;margin:8px 0}.flavor-presets button{min-height:42px;border:1px solid var(--line);border-radius:12px;background:#f2f5f1;color:var(--green);padding:0 11px;font-size:9px;font-weight:900;cursor:pointer}.flavor-list{max-height:250px;overflow:auto;border:1px solid var(--line);border-radius:14px}.flavor-row{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 9px;border-bottom:1px solid var(--line)}.flavor-row:last-child{border-bottom:0}.flavor-row>span{font-size:11px;line-height:1.25}.flavor-stepper{display:flex;align-items:center;gap:8px}.flavor-stepper button{width:34px;height:34px;border-radius:9px}.flavor-stepper b{min-width:18px;text-align:center;font-size:11px}.dialog-actions{display:grid;grid-template-columns:130px 1fr;gap:8px;margin-top:14px}.dialog-actions .button{width:100%}.share-button{min-height:50px;border:1px solid var(--line);background:#fff;border-radius:15px;color:var(--green);font-size:10px;font-weight:950;letter-spacing:.08em;cursor:pointer}.availability{display:block;text-align:center;color:var(--muted);margin-top:10px;font-size:10px}

/* Filters */
.filters-dialog{width:min(500px,calc(100% - 24px));border:0;border-radius:26px;padding:0;box-shadow:var(--shadow)}.sheet-head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--line)}.sheet-head .eyebrow{margin-bottom:5px}.sheet-head h2{margin:0;font-size:28px}.sheet-head button{width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:99px;font-size:24px}.filter-fields{padding:22px}.filter-fields label>span{display:block;font-size:9px;font-weight:900;letter-spacing:.1em;margin-bottom:7px}.filter-fields select{width:100%;height:50px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 12px;margin-bottom:16px}.filter-fields .check-field{min-height:50px;display:flex;align-items:center;gap:10px;background:#f2f5f1;padding:0 14px;border-radius:13px}.filter-fields .check-field span{margin:0;font-size:12px;letter-spacing:0}.filter-fields input{width:20px;height:20px}.sheet-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:8px;padding:18px 22px 22px;border-top:1px solid var(--line)}

/* Cart */
.cart{position:fixed;right:0;top:0;height:100dvh;width:min(500px,100%);background:#fff;z-index:70;box-shadow:-20px 0 70px rgba(0,0,0,.2);transform:translateX(105%);transition:.3s ease;display:flex;flex-direction:column}.cart.is-open{transform:none}.cart__header{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.cart__header .eyebrow{margin:0 0 4px}.cart__header h2{margin:0;font-size:27px}.cart__header button{width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:99px;font-size:24px}.tier-progress{padding:14px 20px;border-bottom:1px solid var(--line);background:#f5f8f4}.tier-progress>div:first-child{display:flex;justify-content:space-between;font-size:11px}.tier-progress__bar{height:6px;background:#dce5dd;border-radius:99px;margin:9px 0;overflow:hidden}.tier-progress__bar i{display:block;width:0;height:100%;background:var(--lime);transition:.3s}.tier-progress small{display:block;color:var(--muted);font-size:10px}.cart__items{padding:8px 18px;overflow:auto;flex:1}.cart-group-title{font-size:9px;letter-spacing:.12em;color:var(--green);font-weight:950;margin:16px 0 2px}.cart-item{display:grid;grid-template-columns:58px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item>img{width:58px;height:58px;object-fit:contain;background:#f2f4f1;border-radius:12px}.cart-item__top{display:flex;justify-content:space-between;gap:8px}.cart-item__top b{font-size:12px}.cart-item__top button{width:36px;height:36px;border:0;background:none;color:#9c3d3d;font-size:18px}.cart-item select{width:100%;height:38px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 8px;margin-top:7px;font-size:10px}.cart-item__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:7px}.cart-item__stepper{display:flex;align-items:center;gap:8px}.cart-item__stepper button{width:36px;height:36px;border:1px solid var(--line);background:#fff;border-radius:9px}.cart-item__bottom>span{font-size:11px;font-weight:900}.cart__empty{margin:auto;padding:55px 24px;text-align:center;color:var(--muted)}.cart__empty b{color:var(--ink)}.cart__empty .button{margin-top:15px}.cart__footer{flex:none;padding:14px 18px 16px;border-top:1px solid var(--line);max-height:52dvh;overflow:auto}.cart-freight select{height:44px;margin:0}.order-preview{margin:10px 0;border:1px solid var(--line);border-radius:12px;padding:0 12px}.order-preview summary{min-height:42px;display:flex;align-items:center;cursor:pointer;font-size:9px;font-weight:900;letter-spacing:.08em}.order-preview pre{white-space:pre-wrap;max-height:150px;overflow:auto;background:#f5f7f4;padding:10px;border-radius:9px;font:10px/1.45 monospace}.cart-total{display:flex;align-items:center;justify-content:space-between;margin:12px 0}.cart-total b{font-size:22px}.cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.cart-actions .button{width:100%;padding:0 10px}.cart-actions #sendOrder{grid-column:1/-1}.cart-actions .is-disabled{opacity:.45;pointer-events:none}.cart__footer>.text-button{display:block;margin:8px auto 0}.overlay{position:fixed;inset:0;background:rgba(4,14,9,.45);z-index:60;opacity:0;pointer-events:none;transition:.3s}.overlay.is-visible{opacity:1;pointer-events:auto}.toast{position:fixed;left:50%;bottom:24px;max-width:calc(100% - 30px);transform:translate(-50%,30px);background:var(--ink);color:#fff;padding:13px 18px;border-radius:99px;z-index:100;opacity:0;transition:.3s;font-size:12px;font-weight:800;text-align:center}.toast.is-visible{opacity:1;transform:translate(-50%,0)}
.mobile-dock{display:none}footer{padding:40px clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);background:#fff}footer p{font-size:11px;color:var(--muted)}.brand--footer span{width:34px;height:34px}

@media(max-width:1050px){.desktop-nav{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.home-tools{margin-left:18px;margin-right:18px}.primary-tabs{justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.primary-tabs button{min-width:165px}}

@media(max-width:760px){
  html{scroll-padding-top:76px}body{padding-bottom:72px}.header{height:68px;padding:0 14px}.brand__mark{width:36px;height:36px}.brand b{font-size:13px}.order-button{min-height:48px;padding:7px 7px 7px 12px;font-size:10px}.order-button b{min-width:32px;height:32px}
  .hero{min-height:790px;padding:282px 16px 48px;justify-content:flex-start}.hero__stage{height:320px;bottom:auto;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 68%,rgba(0,0,0,.78) 82%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 68%,rgba(0,0,0,.78) 82%,transparent 100%)}.hero__brand-sculpture{top:43%;width:150px;height:150px;opacity:.08}.hero-character{top:-22px;bottom:auto;width:232px;transform:translate3d(0,0,0)}.hero-character--pods{left:-72px}.hero-character--perfumes{right:-72px}.hero-character__label{bottom:63px;padding:7px 9px;border-radius:11px}.hero-character--pods .hero-character__label{right:3%}.hero-character--perfumes .hero-character__label{left:3%}.hero-character__label b{font-size:9px}.hero-character__label small{font-size:6px}.hero-effect--vapor{left:65%;top:12%;transform:scale(.72)}.hero-effect--mist{left:11%;top:14%;transform:scale(.7)}.hero h1{font-size:46px}.hero__content>p:not(.eyebrow){font-size:14px;line-height:1.55;margin:22px 0}.hero__actions{width:100%}.hero__actions .button{flex:1;padding:0 9px}.hero__numbers{gap:6px;margin-top:25px}.hero__numbers span{padding:8px 10px;font-size:10px}.hero__numbers b{font-size:14px}.brand-marquee{width:calc(100vw - 16px);margin-top:25px}.brand-marquee__track{animation-duration:29s}.brand-marquee__item{flex-basis:158px;height:72px;padding:9px 16px}
  .focus-section{padding:58px 14px}.section-title{margin-bottom:30px}.section-title h2,.freight-copy h2{font-size:37px}.focus-grid{grid-template-columns:1fr;gap:12px}.focus-card{grid-column:1/-1;min-height:440px;border-radius:26px;padding:26px 20px 24px}.focus-card__photo{height:100%;object-position:center 20%}.focus-card--pods .focus-card__photo{object-position:center top}.focus-card--perfumes .focus-card__photo{object-position:center 18%}.focus-card:before{background-position:center}.focus-card__tag{padding:7px 9px;font-size:8px}.focus-card strong,.focus-card--pods strong,.focus-card--perfumes strong{font-size:48px;margin:15px 0 9px}.focus-card p{min-height:0;font-size:12px;line-height:1.5;margin:0;max-width:320px}.focus-card__cta{margin-top:19px;padding:11px 14px;font-size:9px}.focus-card:after{inset:auto 12% -38px;height:100px}
  .quick-info{display:flex;overflow-x:auto;margin-bottom:60px;padding:0 14px;scroll-snap-type:x mandatory}.quick-info article{flex:0 0 82%;scroll-snap-align:center;padding:18px}.home-tools{padding:42px 18px;margin:0 14px 65px;border-radius:27px;grid-template-columns:1fr;gap:25px;text-align:center}.trust-section,.faq-section{padding-bottom:65px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid div{padding:20px 10px}.trust-grid b{font-size:18px}.faq-list summary{min-height:62px;display:flex;align-items:center;font-size:13px}
  .catalog-hero{padding:38px 16px 34px}.catalog-hero .back-home{margin-bottom:20px}.catalog-hero h1{font-size:42px}.catalog-hero>p:last-child{font-size:14px}.catalog-shell{padding:24px 12px 70px}.primary-tabs{margin:0 -12px 13px;padding:0 12px 2px;scrollbar-width:none}.primary-tabs button{min-width:145px;height:50px}.subcategory-rail{justify-content:flex-start;margin:0 -12px;padding:0 12px 12px}.catalog-controls{grid-template-columns:1fr 108px;gap:7px;position:sticky;top:68px;z-index:18;background:rgba(246,248,243,.96);backdrop-filter:blur(14px);padding:8px 0}.search{height:50px}.filter-trigger{height:50px}.catalog-controls select{grid-column:1/-1;height:44px}.catalog-status{margin-top:4px}.catalog-status button{min-width:44px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{border-radius:18px}.product-card__image{height:150px;flex-basis:150px}.product-card__image img{inset:8px;width:calc(100% - 16px);height:calc(100% - 16px)}.product-card__body{padding:11px}.product-card h3{font-size:12px;min-height:45px;margin:7px 0 9px}.spec-pills{margin-bottom:10px;gap:4px}.spec-pills span{font-size:8px;padding:5px}.product-card__description{display:none}.product-card__price{padding-top:10px}.product-card__price b{font-size:14px}.product-card__price button{width:44px;padding:0;font-size:0}.product-card__price button:after{content:"+";font-size:19px}.catalog-pagination{flex-direction:column}.catalog-pagination .button{width:100%}.recent-section{margin-top:50px}.recent-card{flex-basis:150px}.recent-card img{height:105px}
  .product-dialog[open]{display:block;width:100%;max-height:94dvh;margin:auto 0 0;border-radius:26px 26px 0 0}.dialog-image{min-height:180px;height:180px;padding:15px}.dialog-image img{max-height:160px}.dialog-content{padding:20px 16px 22px;max-height:calc(94dvh - 180px)}.dialog-content h2{font-size:23px;margin-bottom:10px}.detail-list{margin-bottom:11px}.price-tiers{margin-bottom:12px}.variant-field select{height:44px}.flavor-list{max-height:220px}.dialog-actions{position:sticky;bottom:-22px;background:#fff;padding:9px 0 12px;margin-bottom:-10px;grid-template-columns:108px 1fr}.dialog-actions .button,.share-button{min-height:50px;padding:0 8px;font-size:9px}.availability{padding-top:8px}.filters-dialog{width:100%;max-height:85dvh;margin:auto 0 0;border-radius:26px 26px 0 0}
  .cart{width:100%}.cart__footer{max-height:50dvh}.cart-actions .button{font-size:9px;letter-spacing:.06em}
  .mobile-dock{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));height:60px;border:1px solid rgba(220,227,220,.9);border-radius:19px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 12px 35px rgba(12,42,29,.18);z-index:35;overflow:hidden}.mobile-dock a,.mobile-dock button{border:0;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;font-size:8px;font-weight:900;letter-spacing:.05em;position:relative}.mobile-dock span{font-size:17px;color:var(--green)}.mobile-dock b{position:absolute;top:5px;right:13px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:99px;background:var(--green);color:#fff;font-size:8px}.toast{bottom:82px}footer{display:block;text-align:center;padding-bottom:90px}footer p{margin-top:16px}
}

@media(max-width:359px){.hero{padding-top:260px}.hero__stage{height:258px}.hero-character{width:215px}.hero h1{font-size:40px}.product-grid{grid-template-columns:1fr}.product-card__image{height:220px;flex-basis:220px}.product-card h3{min-height:0}.focus-grid{grid-template-columns:1fr}.focus-card{grid-column:1!important}.mobile-dock b{right:8px}}
.brand,.catalog-hero .back-home{min-height:44px}.catalog-hero .back-home{align-items:center}.search input,.flavor-search input{height:44px}.cart-item__top button,.cart-item__stepper button{width:44px;height:44px}.cart-item select{height:44px}
.product-dialog{isolation:isolate}.dialog-image{position:relative;z-index:1;overflow:hidden;contain:paint}.dialog-image img{display:block;position:relative;z-index:1;max-width:100%}.dialog-content{position:relative;z-index:2;background:#fff;overscroll-behavior:contain}.dialog-description{overflow-wrap:anywhere}
.focus-card--pods strong{color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.3)}.focus-card--pods p{color:rgba(255,255,255,.96);opacity:1;font-weight:620;text-shadow:0 2px 10px rgba(0,0,0,.24)}.focus-card--pods .focus-card__cta{background:var(--lime);color:#09261a;border-color:transparent;box-shadow:0 10px 28px rgba(164,243,74,.22)}.focus-card--perfumes strong{color:#0b2a1e}.focus-card--perfumes p{color:#27342e;opacity:1;font-weight:620}.focus-card--perfumes .focus-card__cta{background:var(--green);color:#fff;border-color:var(--green);box-shadow:0 10px 28px rgba(18,79,57,.18)}
@media(max-width:760px){.focus-section{padding:50px 16px}.focus-section .section-title{margin-bottom:26px}.focus-grid{gap:10px}.focus-card{min-height:360px;border-radius:24px;padding:21px 18px 20px}.focus-card--pods:before{background:linear-gradient(180deg,rgba(7,19,39,.12) 0%,rgba(7,24,40,.42) 27%,rgba(7,31,45,.96) 72%,#08273b 100%)}.focus-card--perfumes:before{background:linear-gradient(180deg,rgba(239,227,214,.03) 0%,rgba(239,227,214,.28) 30%,rgba(239,227,214,.96) 69%,#efe3d6 100%)}.focus-card__tag{padding:7px 10px;font-size:8px}.focus-card strong,.focus-card--pods strong,.focus-card--perfumes strong{font-size:42px;margin:12px 0 7px}.focus-card p{font-size:13px;line-height:1.42;max-width:326px}.focus-card__cta{margin-top:15px;padding:11px 15px;font-size:9px}.focus-card:after{inset:auto 12% -44px;height:92px}}
/* Refino local V2 */
.hero-character{width:clamp(330px,31vw,480px);bottom:-126px}.hero-character--pods{left:clamp(-112px,-5vw,-42px)}.hero-character--perfumes{right:clamp(-112px,-5vw,-42px)}.hero-character--pods .hero-character__visual{animation:heroPodsCycle 8s ease-in-out infinite}.hero-character--perfumes .hero-character__visual{animation:heroPerfumeCycle 8s ease-in-out infinite}.hero-character__visual>img{filter:drop-shadow(0 26px 34px rgba(12,42,29,.19))}@keyframes heroPodsCycle{0%,38%,100%{transform:translateY(0) rotate(-.25deg)}12%{transform:translateY(-12px) rotate(.55deg)}22%{transform:translateY(-5px) rotate(-.2deg)}}@keyframes heroPerfumeCycle{0%,48%,88%,100%{transform:translateY(0) rotate(.2deg)}60%{transform:translateY(-12px) rotate(-.5deg)}70%{transform:translateY(-5px) rotate(.25deg)}}
.buying-guide{max-width:1180px;margin:0 auto 88px;padding:0 18px}.buying-guide .section-title>p:last-child{color:var(--muted);margin:12px 0 0}.buying-guide__rail{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:2px;padding:3px 2px 14px;scrollbar-width:none}.buying-guide__rail::-webkit-scrollbar{display:none}.buying-card{position:relative;flex:0 0 min(560px,calc(100vw - 52px));min-height:370px;scroll-snap-align:center;border:1px solid var(--line);border-radius:30px;padding:28px;background:#fff;box-shadow:0 22px 52px rgba(12,42,29,.08);overflow:hidden}.buying-card header{display:flex;align-items:flex-start;gap:13px}.buying-card header>span{width:43px;height:43px;display:grid;place-items:center;flex:none;border-radius:14px;background:#e8f4ec;color:var(--green);font-size:11px;font-weight:950}.buying-card header small{display:block;color:var(--green-2);font-size:8px;font-weight:950;letter-spacing:.14em;margin-bottom:5px}.buying-card h3{font-size:27px;line-height:1;letter-spacing:-.045em;margin:0}.buying-card>p{color:var(--muted);line-height:1.55}.buying-card>a{position:absolute;left:28px;bottom:25px;min-height:44px;display:inline-flex;align-items:center;color:var(--green);font-size:10px;font-weight:950;letter-spacing:.08em;text-decoration:none}.buying-card--volume{flex-basis:min(640px,calc(100vw - 52px));background:radial-gradient(circle at 100% 0,rgba(168,243,74,.2),transparent 34%),linear-gradient(145deg,#0d3f2f,#092a20);color:#fff;border-color:#164f3b}.buying-card--volume header>span{background:var(--lime);color:#092a20}.buying-card--volume header small{color:#b9ef7b}.volume-live{display:flex;align-items:center;justify-content:space-between;margin:26px 0 18px;padding:12px 14px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.07)}.volume-live b{font-size:12px}.volume-live span{font-size:10px;color:#cfddd6}.volume-ladder{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding-top:19px}.volume-ladder__line{position:absolute;left:12%;right:12%;top:6px;height:4px;border-radius:99px;background:rgba(255,255,255,.18)}.volume-ladder__line i{display:block;width:0;height:100%;border-radius:inherit;background:var(--lime);transition:width .35s ease}.volume-ladder__line>span{position:absolute;left:0;top:50%;width:13px;height:13px;border:3px solid #0d3f2f;border-radius:99px;background:var(--lime);box-shadow:0 0 0 3px rgba(168,243,74,.26);transform:translate(-50%,-50%);transition:left .35s ease}.volume-step{text-align:center;color:#aabeb5;transition:.25s}.volume-step b,.volume-step span{display:block}.volume-step b{font-size:20px;color:#dce8e2}.volume-step span{font-size:9px;text-transform:uppercase;letter-spacing:.1em}.volume-step.is-active{color:#fff;transform:translateY(-2px)}.volume-step.is-active b{color:var(--lime)}.volume-hint{margin:14px 0 0!important;color:#cfddd6!important;font-size:11px}.volume-negotiation{position:absolute;left:22px;right:22px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border-radius:16px;background:var(--lime);color:#0a2a1f}.volume-negotiation small,.volume-negotiation b{display:block}.volume-negotiation small{font-size:7px;font-weight:950;letter-spacing:.12em}.volume-negotiation b{max-width:330px;font-size:11px;line-height:1.3}.volume-negotiation a{flex:none;color:#0a2a1f;font-size:8px;font-weight:950;text-decoration:none;letter-spacing:.06em}.buying-card--freight{background:radial-gradient(circle at 90% 10%,rgba(168,243,74,.18),transparent 34%),#fff}.buying-card__visual{display:flex;align-items:center;justify-content:center;gap:16px;margin:44px auto 28px}.buying-card__visual b,.buying-card__visual strong{display:grid;place-items:center;height:74px;border-radius:22px}.buying-card__visual b{width:74px;background:var(--green);color:#fff;font-size:20px}.buying-card__visual strong{min-width:145px;background:#eef5ef;color:var(--green);font-size:13px;letter-spacing:.12em}.buying-card__visual i{font-style:normal;color:var(--lime);font-size:24px}.buying-card--mixed{background:linear-gradient(145deg,#f4ece4,#fff)}.mixed-visual{display:flex;align-items:center;justify-content:center;gap:14px;margin:45px auto 26px}.mixed-visual>span{width:112px;height:90px;border:1px solid rgba(116,89,70,.18);border-radius:24px;background:#fff;display:grid;place-items:center;color:var(--perfume);font-size:25px}.mixed-visual>span:first-child{background:var(--green);color:#fff;border-color:var(--green)}.mixed-visual small{display:block;font-size:8px;font-weight:950;letter-spacing:.12em}.mixed-visual i{font-style:normal;font-size:24px;color:var(--perfume)}.buying-guide__dots{display:flex;justify-content:center;gap:6px;margin-top:2px}.buying-guide__dots i{width:6px;height:6px;border-radius:99px;background:#cbd5ce;transition:.25s}.buying-guide__dots i.is-active{width:22px;background:var(--green)}
.perfume-finder{max-width:1080px;margin:0 auto 24px;border:1px solid #dfd3c6;border-radius:28px;background:radial-gradient(circle at 90% 0,rgba(190,151,113,.14),transparent 32%),linear-gradient(145deg,#faf6f0,#fff);box-shadow:0 20px 54px rgba(84,60,43,.08);overflow:hidden}.perfume-finder__toggle{width:100%;border:0;background:transparent;padding:24px 26px;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.perfume-finder__toggle span>*{display:block}.perfume-finder__toggle small{color:var(--perfume);font-size:8px;font-weight:950;letter-spacing:.16em}.perfume-finder__toggle b{font-size:26px;line-height:1.05;letter-spacing:-.04em;margin:6px 0}.perfume-finder__toggle em{font-style:normal;color:var(--muted);font-size:11px}.perfume-finder__toggle>i{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:99px;background:var(--perfume);color:#fff;font-style:normal;font-size:20px}.perfume-finder__body{padding:0 24px 24px}.finder-group{padding:17px 0;border-top:1px solid #e5dbd0}.finder-group>span,.finder-selects label>span{display:block;margin-bottom:10px;color:var(--perfume);font-size:8px;font-weight:950;letter-spacing:.12em}.finder-group>div{display:flex;flex-wrap:wrap;gap:7px}.finder-group button{min-height:41px;border:1px solid #e3d9ce;border-radius:99px;background:rgba(255,255,255,.86);padding:0 15px;color:#5d5b58;font-size:10px;font-weight:850;cursor:pointer}.finder-group button.is-active{background:var(--perfume);border-color:var(--perfume);color:#fff;box-shadow:0 8px 20px rgba(116,89,70,.16)}.finder-selects{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:17px;border-top:1px solid #e5dbd0}.finder-selects select{width:100%;height:48px;border:1px solid #e3d9ce;border-radius:14px;background:#fff;padding:0 12px;color:var(--ink)}.perfume-finder__result{margin-top:17px;padding:13px 14px;border-radius:15px;background:#f0e8df;display:flex;align-items:center;justify-content:space-between;gap:12px}.perfume-finder__result span{font-size:11px;font-weight:850;color:var(--perfume)}.perfume-finder__result button{min-height:40px;border:0;background:transparent;color:var(--perfume);font-size:8px;font-weight:950;letter-spacing:.08em;cursor:pointer}.catalog-toolbar.is-perfumes .catalog-controls{grid-template-columns:1fr 220px}.catalog-toolbar.is-perfumes .catalog-controls select{grid-column:auto}
.dialog-copy{text-align:center}.dialog-copy .product-category{display:block}.dialog-description-shell{text-align:left;max-width:620px;margin:0 auto 18px}.dialog-description{position:relative;margin:0;color:var(--muted);font-size:12px;line-height:1.65}.dialog-description.is-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.dialog-description-toggle{display:block;min-height:40px;margin:5px auto 0;border:0;background:transparent;color:var(--green);font-size:8px;font-weight:950;letter-spacing:.1em;cursor:pointer}.detail-list{gap:3px;text-align:center}.detail-list div{padding:12px 7px}.price-tiers{text-align:center}.product-dialog.is-perfume .dialog-image{background:linear-gradient(145deg,#fbf8f4,#eee7df)}
@media(max-width:760px){.hero{min-height:820px;padding-top:302px}.hero__stage{height:336px}.hero-character{top:7px;width:205px}.hero-character--pods{left:-31px}.hero-character--perfumes{right:-31px}.hero-character__label{top:243px;bottom:auto}.hero-character--pods .hero-character__label{right:0}.hero-character--perfumes .hero-character__label{left:0}.hero-effect--vapor{left:58%;top:11%;transform:scale(.62)}.hero-effect--mist{left:4%;top:12%;transform:scale(.58)}.buying-guide{margin-bottom:64px;padding:0 12px}.buying-guide .section-title{padding:0 8px}.buying-guide__rail{margin:0 -12px;padding:3px 12px 14px;scroll-padding-inline:12px}.buying-card,.buying-card--volume{flex-basis:88vw;min-height:410px;border-radius:25px;padding:21px}.buying-card header>span{width:39px;height:39px}.buying-card h3{font-size:23px}.buying-card>a{left:21px;bottom:19px}.volume-live{margin:22px 0 17px}.volume-negotiation{left:16px;right:16px;bottom:15px;display:block;padding:12px}.volume-negotiation b{font-size:10px}.volume-negotiation a{display:inline-flex;margin-top:9px;min-height:32px;align-items:center}.buying-card__visual{margin-top:38px}.perfume-finder{margin:0 0 18px;border-radius:23px}.perfume-finder__toggle{padding:20px 17px;text-align:center}.perfume-finder__toggle span{flex:1}.perfume-finder__toggle b{font-size:23px}.perfume-finder__toggle em{font-size:10px}.perfume-finder__toggle>i{width:34px;height:34px;margin-left:7px}.perfume-finder__body{padding:0 14px 17px}.finder-group{text-align:center}.finder-group>div{justify-content:center}.finder-group button{min-height:42px;padding:0 13px}.finder-selects{grid-template-columns:1fr}.perfume-finder__result{display:block;text-align:center}.perfume-finder__result button{display:block;margin:4px auto 0}.catalog-toolbar.is-perfumes .catalog-controls{grid-template-columns:1fr}.catalog-toolbar.is-perfumes .catalog-controls select{grid-column:1/-1}.product-dialog[open]{display:block;width:calc(100% - 16px);max-width:560px;max-height:calc(100dvh - 16px);margin:auto;border-radius:26px}.dialog-image{min-height:185px;height:185px;padding:14px}.dialog-image img{max-height:165px}.dialog-content{padding:19px 14px 21px;max-height:calc(100dvh - 201px)}.dialog-content h2{text-align:center;font-size:24px;margin:9px 0 11px}.dialog-description-shell{margin-bottom:12px}.detail-list{grid-template-columns:1fr 1fr}.detail-list div{padding:10px 6px}.detail-list b{font-size:11px;line-height:1.25}.price-tiers div{padding:9px 5px}.price-tiers b{font-size:11px}.dialog-actions{bottom:-21px}.dialog-close{right:12px;top:12px}}
@media(max-width:359px){.hero-character{width:184px}.hero-character--pods{left:-39px}.hero-character--perfumes{right:-39px}.buying-card,.buying-card--volume{flex-basis:90vw}.detail-list{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}.hero-effect{display:none}.brand-marquee{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.brand-marquee__group[aria-hidden="true"]{display:none}}

/* Hero logo-first V3 — alternativa local sem mascotes */
.hero{min-height:880px;padding:326px 20px 66px;justify-content:flex-start;background:radial-gradient(circle at 50% 10%,rgba(168,243,74,.2),transparent 29%),radial-gradient(circle at 14% 70%,rgba(56,184,116,.14),transparent 30%),radial-gradient(circle at 88% 72%,rgba(116,89,70,.1),transparent 28%),linear-gradient(180deg,#f7fbf5 0%,#fff 72%)}
.hero__glow{top:-128px;width:650px;height:650px;background:rgba(159,243,74,.11)}
.hero__stage--identity{inset:0 0 auto;height:305px;transform:translate3d(var(--hero-x),var(--hero-y),0);overflow:hidden}
.hero-identity{position:absolute;left:50%;top:28px;width:244px;height:244px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateX(-50%);isolation:isolate}
.hero-identity__halo{position:absolute;inset:0;border:1px solid rgba(18,79,57,.11);border-radius:50%;z-index:-2;animation:identityHalo 8s ease-in-out infinite}
.hero-identity__halo--outer:before,.hero-identity__halo--outer:after{content:"";position:absolute;border-radius:50%;background:var(--lime);box-shadow:0 0 0 6px rgba(168,243,74,.12)}
.hero-identity__halo--outer:before{width:7px;height:7px;left:20px;top:58px}.hero-identity__halo--outer:after{width:5px;height:5px;right:28px;bottom:50px}
.hero-identity__halo--inner{inset:24px;border-color:rgba(18,79,57,.08);animation-delay:-4s;animation-direction:reverse}
.hero-identity__mark{display:block;width:154px;height:154px;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(18,79,57,.18));animation:identityMark 6.4s ease-in-out infinite}
.hero-identity strong{margin-top:5px;color:var(--ink);font-size:18px;font-weight:950;letter-spacing:.24em;transform:translateX(.12em)}
.hero-identity small{display:flex;align-items:center;gap:8px;margin-top:7px;color:var(--green-2);font-size:8px;font-weight:950;letter-spacing:.18em}.hero-identity small i{display:block;width:4px;height:4px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(168,243,74,.13)}
.hero-orbit{position:absolute;top:128px;display:flex;align-items:center;gap:8px;color:var(--green);font-size:9px;font-weight:950;letter-spacing:.18em;opacity:.76}.hero-orbit i{display:block;width:34px;height:1px;background:linear-gradient(90deg,transparent,rgba(18,79,57,.42))}.hero-orbit--pods{left:calc(50% - 300px);animation:orbitLabel 6.2s ease-in-out infinite}.hero-orbit--perfumes{right:calc(50% - 322px);animation:orbitLabel 6.2s ease-in-out infinite -3.1s}.hero-orbit--perfumes i{order:2;background:linear-gradient(90deg,rgba(18,79,57,.42),transparent)}
.hero__content{position:relative;z-index:5}.hero__content .eyebrow{margin-bottom:17px}.hero__actions{margin-top:2px}
.brand-marquee{margin-top:31px}
@keyframes identityMark{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-7px) scale(1.025)}}
@keyframes identityHalo{0%,100%{transform:rotate(0) scale(.98);opacity:.65}50%{transform:rotate(8deg) scale(1.035);opacity:1}}
@keyframes orbitLabel{0%,100%{transform:translateY(0);opacity:.62}50%{transform:translateY(-8px);opacity:1}}
@media(max-width:760px){
  .hero{min-height:770px;padding:269px 16px 48px;background:radial-gradient(circle at 50% 8%,rgba(168,243,74,.22),transparent 30%),radial-gradient(circle at 7% 68%,rgba(56,184,116,.13),transparent 28%),radial-gradient(circle at 95% 72%,rgba(116,89,70,.09),transparent 28%),linear-gradient(180deg,#f7fbf5,#fff 74%)}
  .hero__stage--identity{height:254px}.hero-identity{top:18px;width:205px;height:205px}.hero-identity__mark{width:128px;height:128px}.hero-identity strong{font-size:15px}.hero-identity small{font-size:7px}.hero-identity__halo--inner{inset:20px}
  .hero-orbit{top:110px;font-size:7px;gap:6px}.hero-orbit i{width:18px}.hero-orbit--pods{left:21px}.hero-orbit--perfumes{right:20px}
  .hero h1{font-size:47px}.hero__content>p:not(.eyebrow){font-size:14px;line-height:1.55;margin:22px 0}.hero__actions{width:100%}.hero__actions .button{flex:1;padding:0 11px;font-size:9px}.hero__numbers{margin-top:24px;gap:7px}.hero__numbers span{padding:8px 11px;font-size:9px}.hero__numbers b{font-size:13px}
  .brand-marquee{margin-top:25px}
}
@media(max-width:359px){.hero{padding-top:252px}.hero-identity{width:188px;height:188px}.hero-identity__mark{width:116px;height:116px}.hero-orbit{top:101px}.hero-orbit--pods{left:13px}.hero-orbit--perfumes{right:12px}.hero h1{font-size:42px}}

/* Cards de linha V4 — copy central, fotografia como fundo */
.focus-card{align-items:center;justify-content:center;padding-block:48px}
.focus-card__content{justify-content:center}
.focus-card--pods:before{background:linear-gradient(180deg,rgba(5,22,40,.58) 0%,rgba(6,27,43,.72) 43%,rgba(5,29,43,.94) 100%)}
.focus-card--perfumes:before{background:linear-gradient(180deg,rgba(244,234,223,.54) 0%,rgba(239,226,212,.73) 45%,rgba(238,224,208,.96) 100%)}
.focus-card__photo{filter:saturate(.82) contrast(.98)}
.focus-card--pods .focus-card__photo{filter:saturate(.9) contrast(1.02)}
.focus-card strong{font-size:clamp(54px,5.4vw,76px);margin:22px 0 15px}
.focus-card p{max-width:480px;min-height:0;font-size:15px;line-height:1.58;font-weight:650}
.focus-card__cta{min-height:46px;margin-top:27px;padding:12px 22px;font-size:10px}
.focus-card__tag{padding:9px 13px;font-size:9px}
@media(max-width:760px){
  .focus-grid{gap:14px}.focus-card{min-height:410px;padding:44px 22px 42px;align-items:center;justify-content:center}
  .focus-card--pods:before{background:linear-gradient(180deg,rgba(5,20,38,.58),rgba(6,28,44,.76) 46%,rgba(5,29,43,.96))}
  .focus-card--perfumes:before{background:linear-gradient(180deg,rgba(247,238,227,.52),rgba(239,226,212,.76) 46%,rgba(238,224,208,.97))}
  .focus-card--pods .focus-card__photo{object-position:center 18%}.focus-card--perfumes .focus-card__photo{object-position:center 28%}
  .focus-card__tag{padding:8px 11px;font-size:8px}.focus-card strong,.focus-card--pods strong,.focus-card--perfumes strong{font-size:50px;margin:19px 0 13px}
  .focus-card p{max-width:330px;font-size:14px;line-height:1.55}.focus-card__cta{min-height:45px;margin-top:23px;padding:12px 20px;font-size:9px}
}
@media(max-width:359px){.focus-card{min-height:395px;padding-inline:18px}.focus-card strong,.focus-card--pods strong,.focus-card--perfumes strong{font-size:45px}.focus-card p{font-size:13px}}

/* Camisetas de time V1 */
.hero__numbers{flex-wrap:wrap}.hero-identity small{white-space:nowrap}
.focus-card--shirts{grid-column:1/-1;min-height:450px;align-items:center;justify-content:flex-start;text-align:left;background:radial-gradient(circle at 83% 20%,rgba(168,243,74,.18),transparent 26%),linear-gradient(135deg,#071f2d 0%,#0c3c31 52%,#11251f 100%);color:#fff;border-color:#1d503e;overflow:hidden}
.focus-card--shirts:before{background:linear-gradient(90deg,rgba(5,25,33,.98) 0%,rgba(7,34,38,.91) 42%,rgba(7,32,34,.38) 70%,rgba(5,25,31,.25) 100%)}
.focus-card--shirts:after{background:var(--lime);left:6%;right:auto;width:42%;opacity:.18}
.focus-card--shirts .focus-card__content{width:47%;max-width:540px;align-items:flex-start;margin-left:14px}
.focus-card--shirts .focus-card__tag{background:var(--lime);color:#08261c}
.focus-card--shirts strong{font-size:clamp(48px,5vw,70px);line-height:.84;color:#fff;text-shadow:0 3px 22px rgba(0,0,0,.32)}
.focus-card--shirts p{max-width:500px;color:rgba(255,255,255,.9);font-weight:620;text-shadow:0 2px 10px rgba(0,0,0,.2)}
.focus-card--shirts .focus-card__cta{background:#fff;color:#0a3227;border-color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.2)}
.focus-card__shirts{position:absolute;z-index:0;top:28px;right:-2%;bottom:28px;width:57%;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;transform:rotate(1.2deg)}
.focus-card__shirts img{width:100%;height:100%;min-width:0;object-fit:cover;border-radius:22px;border:1px solid rgba(255,255,255,.25);box-shadow:0 24px 38px rgba(0,0,0,.28);filter:saturate(.88) contrast(1.04)}
.focus-card__shirts img:first-child{transform:translateY(22px) rotate(-3deg)}.focus-card__shirts img:nth-child(2){transform:translateY(-8px)}.focus-card__shirts img:last-child{transform:translateY(18px) rotate(3deg)}
.primary-tabs button[data-primary="Camisetas de Time"].is-active{background:#123b32;border-color:#123b32}
.product-card--Camisetas-de-Time{border-color:#cbd9d2}.product-card--Camisetas-de-Time .product-card__image{background:linear-gradient(150deg,#e9eeeb,#dce4df)}.product-card--Camisetas-de-Time .product-category{color:#123b32}.product-card--Camisetas-de-Time .product-card__price button{background:#123b32}
.product-dialog.is-shirt .dialog-image{background:linear-gradient(145deg,#e9efeb,#d7e1db)}.product-dialog.is-shirt .dialog-image img{border-radius:18px}.product-dialog.is-shirt .product-category{color:#123b32}
.catalog-toolbar.is-shirts .subcategory-chip.is-active{background:#123b32;color:#fff;border-color:#123b32}
.mixed-visual>span:last-child{background:#123b32;color:#fff;border-color:#123b32}
@media(max-width:760px){
  .hero-identity small{font-size:6px;gap:5px;letter-spacing:.12em}.hero__numbers{justify-content:center}
  .focus-card--shirts{min-height:520px;padding:264px 19px 30px;align-items:flex-end;justify-content:center;text-align:center}
  .focus-card--shirts:before{background:linear-gradient(180deg,rgba(7,27,33,.05) 0%,rgba(7,29,34,.18) 34%,rgba(7,30,34,.91) 57%,#092d2a 78%,#092d2a 100%)}
  .focus-card--shirts .focus-card__content{width:100%;max-width:340px;align-items:center;margin:0}
  .focus-card--shirts strong{font-size:42px;margin:17px 0 11px}.focus-card--shirts p{font-size:13px;line-height:1.48}
  .focus-card__shirts{top:14px;left:14px;right:14px;bottom:auto;width:auto;height:270px;gap:6px;transform:none}
  .focus-card__shirts img{border-radius:17px}.focus-card__shirts img:first-child{transform:translateY(12px) rotate(-2.5deg)}.focus-card__shirts img:nth-child(2){transform:translateY(-2px)}.focus-card__shirts img:last-child{transform:translateY(12px) rotate(2.5deg)}
  .mixed-visual{gap:6px;margin-top:38px}.mixed-visual>span{width:82px;height:76px;border-radius:18px;font-size:20px}.mixed-visual small{font-size:6.5px}.mixed-visual i{font-size:16px}
}
@media(max-width:359px){.focus-card--shirts{min-height:500px;padding-top:250px}.focus-card__shirts{height:250px}.focus-card--shirts strong{font-size:38px}}
