:root{
  --bg:#080a0e;
  --surface:#0f131a;
  --surface-2:#151b24;
  --card:#f5f7fa;
  --ink:#0b0e13;
  --text:#f6f9fd;
  --muted:#929cac;
  --line:#252d39;
  --blue:#168fff;
  --blue-2:#52b4ff;
  --green:#3fd7a2;
  --danger:#ff5964;
  --shell:1240px;
  --radius:18px;
  --shadow:0 24px 80px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:148px}
body{margin:0;background:var(--bg);color:var(--text);font-family:"Manrope",sans-serif;line-height:1.55;overflow-x:hidden}
body.modal-open{overflow:hidden}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{color:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.section{padding:92px 0}
.eyebrow,.kicker{margin:0 0 9px;color:var(--blue-2);font-size:.72rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:34px}
.section-heading h2{margin:0;font:800 clamp(2.1rem,4vw,3.7rem)/.96 "Barlow Condensed",sans-serif;letter-spacing:-.02em;text-transform:uppercase}
.section-heading>p{max-width:500px;margin:0;color:var(--muted);font-size:.95rem}
.button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:7px;font-weight:800;cursor:pointer;transition:transform .18s,box-shadow .18s,background .18s}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--blue);color:#fff;box-shadow:0 12px 34px rgba(22,143,255,.2)}
.button-primary:hover{background:#30a1ff;box-shadow:0 15px 38px rgba(22,143,255,.3)}
.button-secondary{border-color:rgba(255,255,255,.28);background:rgba(4,7,11,.28);color:#fff;backdrop-filter:blur(10px)}
.button-full{width:100%}
.demo-notice{min-height:34px;padding:6px 22px;background:var(--blue);display:flex;align-items:center;justify-content:center;gap:14px;color:white;font-size:.74rem}
.demo-notice span{padding:2px 7px;border-radius:4px;background:#061626;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.demo-notice p{margin:0}.demo-notice a{font-weight:800;text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(8,10,14,.94);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(255,255,255,.06)}
.utility{border-bottom:1px solid rgba(255,255,255,.06)}
.utility-inner{height:30px;display:flex;align-items:center;justify-content:center;gap:54px;color:#b9c3d0;font-size:.7rem}
.header-main{height:76px;display:grid;grid-template-columns:auto minmax(280px,630px) auto;align-items:center;gap:42px}
.brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content}
.brand img{width:43px;height:43px}.brand span{display:flex;align-items:baseline;gap:6px}.brand b{font:800 1.55rem/1 "Barlow Condensed";letter-spacing:.05em}.brand small{color:var(--blue-2);font-size:.56rem;font-weight:800;letter-spacing:.22em}
.header-search{height:43px;border:1px solid #2c3542;border-radius:8px;display:flex;overflow:hidden;background:#11161d;transition:border .2s,box-shadow .2s}
.header-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(22,143,255,.12)}
.header-search input{flex:1;min-width:0;border:0;background:transparent;color:white;padding:0 16px;outline:0;font-size:.86rem}.header-search input::placeholder{color:#727d8c}
.header-search button{width:48px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}.header-search svg,.header-actions svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.header-actions{display:flex;gap:20px}.icon-action{position:relative;display:grid;grid-template-columns:auto auto;align-items:center;gap:7px;border:0;background:transparent;color:#c5ced9;cursor:pointer;font-size:.72rem}.icon-action:hover{color:#fff}.icon-action svg{grid-row:1;width:23px}.cart-count{position:absolute;top:-7px;left:15px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;font-size:.62rem}
.category-nav{border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.08)}
.category-nav-inner{min-height:44px}.category-links{height:44px;display:flex;align-items:center;justify-content:space-between;gap:22px}.category-links a{color:#aab4c1;font-size:.72rem;font-weight:700;white-space:nowrap;transition:color .18s}.category-links a:hover{color:white}.category-links .nav-highlight{color:var(--blue-2)}.mobile-menu-toggle{display:none}
.hero{position:relative;min-height:min(730px,calc(100vh - 150px));display:flex;align-items:center;background-image:linear-gradient(90deg,rgba(3,5,8,.98) 0%,rgba(3,5,8,.9) 32%,rgba(3,5,8,.24) 66%,rgba(3,5,8,.12) 100%),url("assets/hero-bravio-detail.webp");background-position:center;background-size:cover;overflow:hidden}
.hero::after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,var(--bg));pointer-events:none}.hero-content{position:relative;z-index:2;padding:84px 0 112px}
.hero h1{max-width:700px;margin:0;font:800 clamp(4.5rem,8.2vw,8.2rem)/.76 "Barlow Condensed",sans-serif;letter-spacing:-.045em;text-transform:uppercase;text-shadow:0 8px 40px rgba(0,0,0,.4)}.hero h1 span{color:transparent;-webkit-text-stroke:1.5px var(--blue-2);text-shadow:0 0 32px rgba(22,143,255,.15)}
.hero-copy{max-width:555px;margin:32px 0;color:#c9d1da;font-size:1.05rem}.hero-actions{display:flex;gap:12px;margin-bottom:52px}.hero-proof{display:flex;gap:44px}.hero-proof div{display:grid}.hero-proof b{font:700 1.35rem "Barlow Condensed"}.hero-proof span{color:#8995a4;font-size:.67rem}.hero-disclaimer{position:absolute;z-index:3;right:20px;bottom:16px;margin:0;color:#718092;font-size:.62rem}
.trust-strip{position:relative;z-index:3;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0c1016}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{min-height:96px;padding:22px 24px;display:flex;gap:13px;align-items:center;border-right:1px solid var(--line)}.trust-item:first-child{border-left:1px solid var(--line)}.trust-item svg{flex:0 0 29px;width:29px;fill:none;stroke:var(--blue-2);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.trust-item div{display:grid}.trust-item b{font-size:.8rem}.trust-item span{color:#75808f;font-size:.65rem}
.collections{background:#0c1016}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.collection-card{position:relative;min-height:260px;padding:30px;border:1px solid #26303d;border-radius:var(--radius);overflow:hidden;text-align:left;cursor:pointer;background:#151b24;color:#fff;isolation:isolate}.collection-card::before,.collection-card::after{content:"";position:absolute;z-index:-1;border-radius:50%;filter:blur(2px);transition:transform .45s}.collection-card::before{width:240px;height:240px;right:-70px;bottom:-100px;background:radial-gradient(circle,var(--collection-color),transparent 68%);opacity:.45}.collection-card::after{right:35px;bottom:24px;width:78px;height:155px;border:2px solid rgba(255,255,255,.3);border-radius:18px 18px 10px 10px;box-shadow:inset 0 0 0 12px rgba(0,0,0,.16),0 0 45px var(--collection-color);transform:rotate(10deg)}.collection-card:hover::before{transform:scale(1.2)}.collection-card:hover::after{transform:rotate(6deg) translateY(-7px)}.collection-wash{--collection-color:#168fff}.collection-polish{--collection-color:#ff5b35}.collection-protect{--collection-color:#13ca9f}.collection-card>span{color:#526173;font:700 1rem "Barlow Condensed"}.collection-card div{position:absolute;left:30px;bottom:27px;display:grid}.collection-card small{color:#a5b0be;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}.collection-card b{font:700 1.8rem "Barlow Condensed";text-transform:uppercase}.collection-card em{margin-top:10px;color:var(--blue-2);font-size:.7rem;font-style:normal;font-weight:800}
.shop-section{background:#edf1f5;color:var(--ink)}.shop-section .eyebrow{color:#087bd5}.shop-section .section-heading>p{color:#627081}.product-heading{margin-bottom:26px}.shop-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:22px;margin-bottom:28px}.active-filter-summary{margin-right:auto;display:flex;align-items:center;gap:9px;padding:8px 10px 8px 14px;border:1px solid #b9d9f3;border-radius:999px;background:#e6f4ff;color:#31516b;font-size:.68rem}.active-filter-summary[hidden]{display:none}.active-filter-summary b{color:#087bd5}.active-filter-summary button{width:23px;height:23px;border:0;border-radius:50%;background:#0c80dc;color:white;line-height:1;cursor:pointer}.sort-control{display:flex;align-items:center;gap:9px;color:#687687;font-size:.68rem;font-weight:700}.sort-control select{border:1px solid #ced6df;border-radius:7px;background:white;padding:9px 30px 9px 10px;color:#1d2732;font-size:.7rem;outline:0}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{position:relative;background:#fff;border:1px solid #dce2e8;border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s,border-color .2s}.product-card:hover{transform:translateY(-4px);border-color:#b8c4d0;box-shadow:0 18px 40px rgba(17,28,42,.1)}.product-image-button{width:100%;padding:0;border:0;background:transparent;cursor:pointer}.product-badge{position:absolute;z-index:3;top:13px;left:13px;padding:5px 8px;border-radius:5px;background:#0d131b;color:#fff;font-size:.57rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.favorite-button{position:absolute;z-index:3;top:11px;right:11px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:#697789;display:grid;place-items:center;cursor:pointer}.favorite-button:hover,.favorite-button.active{color:#ff3e5d}.favorite-button svg{width:17px;fill:none;stroke:currentColor;stroke-width:1.7}.product-info{padding:16px}.product-category{display:block;margin-bottom:4px;color:#778597;font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.11em}.product-name-button{display:block;width:100%;padding:0;border:0;background:none;text-align:left;cursor:pointer}.product-info h3{margin:0;color:#111820;font-size:.88rem}.product-short{min-height:36px;margin:5px 0 12px;color:#6d7886;font-size:.66rem}.rating{display:flex;align-items:center;gap:5px;margin-bottom:10px;color:#475666;font-size:.61rem}.rating-stars{color:#f4a51d;letter-spacing:1px}.price-row{display:flex;align-items:end;justify-content:space-between;gap:8px}.price{display:grid}.price s{color:#9aa4af;font-size:.59rem}.price strong{font-size:1rem}.price small{color:#20855f;font-size:.58rem;font-weight:700}.add-button{width:38px;height:38px;border:0;border-radius:8px;background:#0c80dc;color:white;font-size:1.2rem;cursor:pointer;transition:background .18s,transform .18s}.add-button:hover{background:#0866b1;transform:scale(1.04)}
.product-stage{position:relative;height:245px;overflow:hidden;background:radial-gradient(circle at 50% 72%,color-mix(in srgb,var(--tone) 28%,transparent),transparent 42%),linear-gradient(145deg,#f6f8fa,#e7edf3)}.product-stage::before{content:"";position:absolute;inset:auto 12% 25px;height:25px;border-radius:50%;background:rgba(12,24,38,.2);filter:blur(14px)}.stage-glow{position:absolute;left:50%;top:50%;width:140px;height:140px;border-radius:50%;background:var(--tone);opacity:.14;filter:blur(22px);transform:translate(-50%,-50%)}
.product-stage .bottle,.product-stage .spray,.product-stage .box-product,.product-stage .cloth-product{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);box-shadow:0 18px 25px rgba(19,29,40,.25)}
.product-stage .bottle{width:76px;height:158px;border-radius:18px 18px 12px 12px;background:linear-gradient(90deg,#10151c,#25303d 55%,#0c1016)}.product-stage .bottle::before{content:"";position:absolute;left:21px;top:-24px;width:34px;height:28px;border-radius:5px 5px 2px 2px;background:#111821}.product-stage .bottle::after{content:"BRAVIO\A DETAIL";white-space:pre;position:absolute;left:8px;right:8px;top:54px;padding:15px 4px;border-top:3px solid var(--tone);background:linear-gradient(135deg,var(--tone),#121923 58%);color:#fff;text-align:center;font:800 13px/1.05 "Barlow Condensed";letter-spacing:.08em}
.product-stage .spray{width:74px;height:138px;border-radius:12px;background:linear-gradient(90deg,#10151c,#293441 55%,#0c1016)}.product-stage .spray::before{content:"";position:absolute;left:16px;top:-39px;width:52px;height:42px;background:#151d26;clip-path:polygon(0 28%,48% 28%,55% 0,100% 0,100% 36%,58% 45%,55% 100%,18% 100%,20% 48%,0 44%)}.product-stage .spray::after{content:"BRAVIO\A DETAIL";white-space:pre;position:absolute;left:7px;right:7px;top:42px;padding:13px 3px;border-top:3px solid var(--tone);background:linear-gradient(135deg,var(--tone),#121923 62%);color:#fff;text-align:center;font:800 12px/1.05 "Barlow Condensed";letter-spacing:.08em}
.product-stage .box-product{width:106px;height:135px;border-radius:5px;background:linear-gradient(135deg,#0f151d,#222e3b);border-left:5px solid var(--tone)}.product-stage .box-product::after{content:"BRAVIO\A CERAMIC\A SHIELD";white-space:pre;position:absolute;inset:25px 10px;color:white;text-align:center;font:800 16px/1.1 "Barlow Condensed";letter-spacing:.07em}.product-stage .box-product::before{content:"";position:absolute;left:39px;bottom:-7px;width:36px;height:60px;border-radius:8px 8px 5px 5px;background:#091019;border:1px solid var(--tone);transform:translateY(38px)}
.product-stage .cloth-product{width:130px;height:96px;border-radius:12px 22px 8px 17px;background:linear-gradient(135deg,var(--accent),var(--tone));transform:translateX(-50%) rotate(-7deg)}.product-stage .cloth-product::before,.product-stage .cloth-product::after{content:"";position:absolute;inset:13px -15px -13px 12px;border-radius:10px;background:linear-gradient(135deg,var(--tone),#086cb8);z-index:-1}.product-stage .cloth-product::after{inset:25px -28px -25px 25px;background:#1a232d;z-index:-2}
.stage-kit .kit-box{position:absolute;left:50%;bottom:25px;width:145px;height:112px;transform:translateX(-50%);border-radius:6px;background:linear-gradient(135deg,#121923,#26384b);border-left:5px solid var(--tone);box-shadow:0 20px 28px rgba(0,0,0,.3)}.stage-kit .kit-box::after{content:"BRAVIO\A WASH PRO";white-space:pre;position:absolute;inset:30px;color:#fff;font:800 19px/1 "Barlow Condensed";letter-spacing:.07em}.stage-kit .bottle{transform:none;left:calc(50% - 88px);bottom:28px;width:50px;height:112px}.stage-kit .bottle-a::after,.stage-kit .bottle-b::after{font-size:8px;top:38px;padding:9px 2px}.stage-kit .bottle-b{left:calc(50% + 64px);height:96px}.stage-kit .cloth{position:absolute;left:calc(50% + 49px);bottom:26px;width:64px;height:34px;border-radius:5px;background:var(--accent);transform:rotate(-8deg)}
.empty-state{padding:60px;text-align:center;color:#536172}.empty-state b{font:700 1.8rem "Barlow Condensed";color:#1c2733}.empty-state p{margin:6px 0 22px}
.bundle{background:#080a0e}.bundle-card{position:relative;min-height:530px;padding:70px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;border:1px solid #283241;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 82% 35%,rgba(22,143,255,.2),transparent 30%),linear-gradient(135deg,#101721,#080a0e)}.bundle-card::before{content:"BRAVIO";position:absolute;right:-20px;bottom:-80px;color:rgba(255,255,255,.025);font:800 15rem "Barlow Condensed"}.bundle-copy{position:relative;z-index:2}.bundle-copy h2{max-width:600px;margin:0;font:800 clamp(3rem,5vw,5.3rem)/.87 "Barlow Condensed";text-transform:uppercase}.bundle-copy>p:not(.eyebrow){max-width:530px;color:#a0acba}.bundle-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:0;list-style:none;color:#bcc6d1;font-size:.76rem}.bundle-copy li::before{content:"✓";margin-right:8px;color:var(--blue-2)}.bundle-price{display:flex;align-items:baseline;gap:12px;margin:22px 0}.bundle-price s{color:#687586;font-size:.72rem}.bundle-price strong{font:700 2rem "Barlow Condensed"}.bundle-price span{color:var(--green);font-size:.65rem}.bundle-visual{position:relative;min-height:390px;display:grid;place-items:center}.stage-large{width:min(100%,480px);height:390px;border-radius:50%;background:radial-gradient(circle at 50% 62%,rgba(22,143,255,.35),transparent 45%)}.stage-large::before{bottom:46px}.stage-large .kit-box{width:210px;height:170px;bottom:62px}.stage-large .kit-box::after{font-size:28px;inset:44px}.stage-large .bottle{bottom:62px;left:calc(50% - 130px);width:67px;height:150px}.stage-large .bottle-b{left:calc(50% + 95px);height:128px}.stage-large .cloth{left:calc(50% + 70px);bottom:62px;width:94px;height:47px}.bundle-save{position:absolute;right:5%;top:13%;display:grid;place-items:center;width:120px;height:120px;border-radius:50%;background:var(--blue);text-align:center;font-size:.65rem;transform:rotate(8deg);box-shadow:0 12px 35px rgba(22,143,255,.3)}.bundle-save b{font:700 1.1rem "Barlow Condensed"}
.process{background:#0d1117}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.process-grid article{position:relative;min-height:290px;padding:28px;border-right:1px solid var(--line);background:#11161e;transition:background .2s}.process-grid article:last-child{border:0}.process-grid article:hover{background:#151d27}.process-grid article>span{position:absolute;top:23px;right:24px;color:#3d4856;font:700 1rem "Barlow Condensed"}.process-icon{width:56px;height:56px;border:1px solid #334154;border-radius:50%;display:grid;place-items:center;color:var(--blue-2);font:700 1.4rem "Barlow Condensed"}.process-grid h3{margin:35px 0 8px;font:700 1.55rem "Barlow Condensed";text-transform:uppercase}.process-grid p{min-height:65px;margin:0 0 18px;color:#8894a3;font-size:.73rem}.process-grid button{padding:0;border:0;background:none;color:var(--blue-2);font-size:.67rem;font-weight:800;cursor:pointer}.process-grid button:hover{text-decoration:underline}
.newsletter{padding:66px 0;background:var(--blue);color:#fff}.newsletter .eyebrow{color:#c7e8ff}.newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.newsletter h2{margin:0;font:700 2.4rem "Barlow Condensed";text-transform:uppercase}.newsletter p{margin:5px 0 0;font-size:.7rem}.newsletter form{display:flex;gap:8px;width:min(100%,520px)}.newsletter input{flex:1;min-width:0;height:50px;border:1px solid rgba(255,255,255,.5);border-radius:7px;background:white;padding:0 16px;color:#111;outline:0}.newsletter .button-primary{background:#09111b}.newsletter .button-primary:hover{background:#152638}
.site-footer{padding:70px 0 24px;background:#07090c}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px}.footer-brand p{margin:18px 0 6px;font:700 1.1rem "Barlow Condensed";text-transform:uppercase}.footer-brand>small{display:block;max-width:330px;color:#687484;font-size:.63rem}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid h3{margin:0 0 8px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.footer-grid a,.footer-grid button{padding:0;border:0;background:none;color:#7e8998;font-size:.68rem;cursor:pointer}.footer-grid a:hover,.footer-grid button:hover{color:white}.footer-bottom{display:flex;justify-content:space-between;margin-top:55px;padding-top:22px;border-top:1px solid var(--line);color:#566271;font-size:.61rem}.footer-bottom a{color:#92a0b0}
.overlay{position:fixed;z-index:80;inset:0;background:rgba(2,4,7,.76);backdrop-filter:blur(5px);opacity:0;transition:opacity .25s}.overlay.visible{opacity:1}.cart-drawer{position:fixed;z-index:90;inset:0 0 0 auto;width:min(100%,460px);display:flex;flex-direction:column;background:#f7f9fb;color:#101820;box-shadow:-20px 0 80px rgba(0,0,0,.4);transform:translateX(105%);transition:transform .28s ease}.cart-drawer.open{transform:none}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:23px;border-bottom:1px solid #dce3e9}.drawer-header small{color:#748293;font-size:.62rem;text-transform:uppercase;letter-spacing:.12em}.drawer-header h2{margin:2px 0 0;font:700 1.65rem "Barlow Condensed";text-transform:uppercase}.close-button{width:40px;height:40px;border:1px solid #d5dde5;border-radius:50%;background:white;color:#17212b;font-size:1.7rem;line-height:1;cursor:pointer}.free-shipping{padding:16px 23px;border-bottom:1px solid #e2e7ec}.free-shipping span{display:block;margin-bottom:8px;color:#536172;font-size:.65rem}.free-shipping div::after{content:"";display:block;height:5px;border-radius:5px;background:#dce3ea}.free-shipping b{position:absolute;height:5px;max-width:calc(100% - 46px);border-radius:5px;background:var(--blue);z-index:1}.cart-items{flex:1;padding:14px 22px;overflow:auto}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:13px;padding:14px 0;border-bottom:1px solid #e0e6ec}.mini-stage{height:74px!important;border-radius:8px}.mini-stage .bottle{width:25px;height:49px;bottom:10px}.mini-stage .bottle::before{left:7px;top:-7px;width:11px;height:8px}.mini-stage .bottle::after,.mini-stage .spray::after{display:none}.mini-stage .spray{width:24px;height:44px;bottom:9px}.mini-stage .spray::before{left:5px;top:-12px;width:17px;height:13px}.mini-stage .box-product{width:38px;height:48px;bottom:10px}.mini-stage .box-product::after,.mini-stage .box-product::before{display:none}.mini-stage .cloth-product{width:45px;height:34px;bottom:18px}.mini-stage.stage-kit .kit-box{width:45px;height:35px;bottom:10px}.mini-stage.stage-kit .kit-box::after,.mini-stage.stage-kit .bottle,.mini-stage.stage-kit .cloth{display:none}.cart-item-info b{display:block;font-size:.72rem}.cart-item-info small{color:#748191;font-size:.58rem}.quantity-control{display:flex;align-items:center;margin-top:9px;width:max-content;border:1px solid #d5dce3;border-radius:5px;overflow:hidden}.quantity-control button{width:27px;height:25px;border:0;background:#fff;cursor:pointer}.quantity-control span{min-width:24px;text-align:center;font-size:.62rem}.cart-item-price{text-align:right}.cart-item-price b{font-size:.72rem}.remove-item{display:block;margin:8px 0 0 auto;padding:0;border:0;background:none;color:#8a96a4;font-size:.56rem;text-decoration:underline;cursor:pointer}.cart-empty{margin:auto;padding:40px;text-align:center;color:#687687}.cart-empty div{font-size:2.4rem}.cart-empty b{display:block;margin-top:10px;color:#17212b}.cart-empty p{font-size:.72rem}.cart-summary{padding:20px 23px;border-top:1px solid #dce3e9;background:white}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:7px;color:#596777;font-size:.68rem}.cart-summary .cart-total{margin:13px 0 18px;padding-top:13px;border-top:1px solid #e0e5ea;color:#111;font-size:.78rem}.cart-summary .cart-total strong{font-size:1rem}.cart-summary>small{display:block;margin-top:8px;text-align:center;color:#8b96a3;font-size:.56rem}
.product-modal,.checkout-modal{position:fixed;z-index:95;left:50%;top:50%;width:min(calc(100% - 32px),980px);max-height:90vh;overflow:auto;border-radius:18px;background:#f7f9fb;color:#111923;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translate(-50%,-47%) scale(.98);transition:opacity .22s,transform .22s,visibility .22s}.product-modal.open,.checkout-modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;z-index:3;top:14px;right:14px}.product-modal-content{display:grid;grid-template-columns:1fr 1fr}.modal-visual{min-height:560px;display:grid;place-items:center;background:#e8edf2}.modal-visual .product-stage{width:100%;height:100%;min-height:560px}.modal-visual .product-stage .bottle{width:116px;height:250px;bottom:110px}.modal-visual .product-stage .bottle::before{left:33px;top:-36px;width:51px;height:41px}.modal-visual .product-stage .bottle::after{top:90px;padding:23px 4px;font-size:18px}.modal-visual .product-stage .spray{width:112px;height:220px;bottom:110px}.modal-visual .product-stage .spray::before{left:24px;top:-59px;width:78px;height:63px}.modal-visual .product-stage .spray::after{top:72px;padding:22px 4px;font-size:17px}.modal-visual .product-stage .box-product{width:160px;height:210px;bottom:120px}.modal-visual .product-stage .cloth-product{width:210px;height:150px;bottom:170px}.modal-info{padding:55px 44px}.modal-info .product-category{font-size:.66rem}.modal-info h2{margin:6px 0 8px;font:700 2.4rem "Barlow Condensed";text-transform:uppercase}.modal-info>p{color:#657282;font-size:.78rem}.modal-price{margin:20px 0}.modal-price strong{display:block;font-size:1.6rem}.modal-price span{color:#20855f;font-size:.72rem}.modal-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:22px 0}.modal-meta div{padding:12px;border-radius:7px;background:#edf1f5}.modal-meta small{display:block;color:#7b8795;font-size:.55rem;text-transform:uppercase}.modal-meta b{font-size:.66rem}.modal-quantity{display:flex;gap:10px}.modal-quantity .quantity-control{margin:0}.modal-quantity .quantity-control button{height:49px;width:42px}.modal-quantity .quantity-control span{min-width:32px}.modal-note{display:block;margin-top:16px;color:#8a96a3;font-size:.57rem}.checkout-modal{width:min(calc(100% - 32px),1050px)}.checkout-layout{display:grid;grid-template-columns:1.4fr .8fr}.checkout-form-area{padding:52px}.checkout-form-area h2{margin:0 0 16px;font:700 2.4rem "Barlow Condensed";text-transform:uppercase}.checkout-alert{padding:11px;border:1px solid #9ccfff;border-radius:7px;background:#e9f5ff;color:#1267a8;font-size:.66rem}.checkout-form-area fieldset{margin:22px 0 0;padding:0;border:0}.checkout-form-area legend{margin-bottom:10px;font-weight:800;font-size:.76rem}.checkout-form-area label{display:grid;gap:5px;color:#647181;font-size:.62rem}.checkout-form-area input{height:43px;border:1px solid #cfd7df;border-radius:6px;background:white;padding:0 12px;outline:0}.checkout-form-area input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(22,143,255,.1)}.form-grid{display:grid;grid-template-columns:1fr 2fr;gap:10px;margin-bottom:10px}.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:22px}.payment-options label{display:flex;align-items:center;gap:8px;padding:11px;border:1px solid #d3dae2;border-radius:7px;background:white}.payment-options label:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 2px rgba(22,143,255,.1)}.payment-options span{display:grid}.payment-options small{color:#788595}.checkout-order{padding:52px 32px;background:#e9eef3}.checkout-order h3{margin:0 0 22px;font:700 1.2rem "Barlow Condensed";text-transform:uppercase}.checkout-line{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-bottom:1px solid #d3dce4;font-size:.65rem}.checkout-line span{color:#6d7987}.checkout-total{display:flex;justify-content:space-between;margin-top:20px;padding-top:15px;border-top:1px solid #cbd4dd;font-size:.75rem}.toast{position:fixed;z-index:110;left:50%;bottom:28px;max-width:min(90vw,520px);padding:13px 18px;border-radius:8px;background:#f6f9fc;color:#16202a;box-shadow:0 14px 50px rgba(0,0,0,.38);font-size:.7rem;font-weight:700;opacity:0;visibility:hidden;transform:translate(-50%,16px);transition:.22s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
@media(max-width:1050px){.header-main{grid-template-columns:auto 1fr auto;gap:20px}.header-actions .icon-action>span{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(3){border-left:1px solid var(--line)}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr);gap:30px}.bundle-card{padding:55px 44px}.bundle-save{right:0}.process-grid{grid-template-columns:1fr 1fr}.process-grid article:nth-child(2){border-right:0}.process-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}}
@media(max-width:780px){html{scroll-padding-top:120px}.shell{width:min(calc(100% - 28px),var(--shell))}.section{padding:65px 0}.demo-notice{min-height:38px;padding:6px 10px;gap:8px;text-align:center}.demo-notice p{display:none}.utility{display:none}.site-header{top:0}.header-main{height:67px;grid-template-columns:auto 1fr auto}.brand img{width:37px;height:37px}.brand b{font-size:1.3rem}.brand small{display:none}.header-search{height:40px}.header-search input{font-size:.74rem;padding:0 10px}.header-actions{gap:9px}.header-actions #account-button{display:none}.category-nav-inner{width:100%}.mobile-menu-toggle{display:flex;width:100%;height:38px;padding:0 14px;align-items:center;justify-content:space-between;border:0;background:#10151c;font-size:.7rem;font-weight:800}.mobile-menu-toggle::after{content:"+";font-size:1rem}.mobile-menu-toggle[aria-expanded="true"]::after{content:"−"}.category-links{position:absolute;left:0;right:0;height:auto;max-height:0;overflow:hidden;display:grid;gap:0;background:#10151c;transition:max-height .25s}.category-links.open{max-height:420px;border-bottom:1px solid var(--line)}.category-links a{padding:11px 18px;border-top:1px solid #202733}.hero{min-height:650px;align-items:end;background-image:linear-gradient(0deg,rgba(3,5,8,.98) 4%,rgba(3,5,8,.72) 50%,rgba(3,5,8,.15) 100%),url("assets/hero-bravio-detail.webp");background-position:68% center}.hero-content{padding:240px 0 95px}.hero h1{font-size:4.6rem}.hero-copy{margin:22px 0;font-size:.9rem}.hero-actions{margin-bottom:35px}.hero-proof{gap:20px}.hero-proof span{font-size:.58rem}.hero-disclaimer{left:14px;right:auto}.trust-grid{grid-template-columns:1fr}.trust-item,.trust-item:nth-child(3){min-height:80px;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.section-heading{align-items:start;flex-direction:column;gap:14px}.section-heading h2{font-size:2.7rem}.collection-grid{grid-template-columns:1fr}.collection-card{min-height:205px}.shop-toolbar{align-items:stretch;flex-direction:column}.sort-control{justify-content:flex-end}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-stage{height:190px}.product-info{padding:12px}.product-short{display:none}.product-info h3{font-size:.76rem}.bundle-card{grid-template-columns:1fr;padding:38px 24px}.bundle-copy h2{font-size:3.5rem}.bundle-copy ul{grid-template-columns:1fr}.bundle-visual{min-height:280px}.stage-large{height:280px}.stage-large .kit-box{width:170px;height:135px;bottom:40px}.stage-large .bottle{bottom:42px;left:calc(50% - 105px);width:55px;height:120px}.stage-large .bottle-b{left:calc(50% + 70px)}.stage-large .cloth{bottom:42px}.bundle-save{width:95px;height:95px;top:2%}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:245px;border-right:0;border-bottom:1px solid var(--line)!important}.newsletter-inner{align-items:stretch;flex-direction:column}.newsletter form{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:start;flex-direction:column;gap:7px}.product-modal-content{grid-template-columns:1fr}.modal-visual{min-height:330px}.modal-visual .product-stage{min-height:330px}.modal-visual .product-stage .bottle{bottom:55px}.modal-visual .product-stage .spray{bottom:55px}.modal-info{padding:34px 24px}.checkout-layout{grid-template-columns:1fr}.checkout-form-area{padding:40px 22px}.checkout-order{padding:28px 22px}.form-grid{grid-template-columns:1fr}.payment-options{grid-template-columns:1fr}}
@media(max-width:480px){.header-main{gap:10px}.brand span{display:none}.header-search input::placeholder{font-size:.65rem}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .button{width:100%}.hero-proof{justify-content:space-between}.product-grid{grid-template-columns:1fr 1fr}.product-stage{height:165px}.product-badge{top:8px;left:8px;max-width:88px;font-size:.48rem}.favorite-button{top:7px;right:7px;width:29px;height:29px}.product-stage .bottle{width:57px;height:116px;bottom:19px}.product-stage .bottle::before{left:16px;top:-18px;width:26px;height:21px}.product-stage .bottle::after{top:40px;padding:11px 2px;font-size:10px}.product-stage .spray{width:55px;height:102px;bottom:18px}.product-stage .spray::before{left:12px;top:-29px;width:39px;height:31px}.product-stage .spray::after{top:33px;padding:10px 2px;font-size:9px}.product-stage .box-product{width:78px;height:100px;bottom:24px}.product-stage .box-product::after{inset:19px 7px;font-size:12px}.product-stage .box-product::before{display:none}.product-stage .cloth-product{width:92px;height:68px;bottom:45px}.product-info h3{font-size:.69rem}.price strong{font-size:.84rem}.add-button{width:34px;height:34px}.newsletter form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.cart-drawer{width:100%}.modal-meta{grid-template-columns:1fr}.modal-quantity{align-items:stretch;flex-direction:column}.payment-options{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
