:root{
  --forest:#0b3d2e;
  --forest-2:#075338;
  --forest-3:#082d23;
  --gold:#dfc52d;
  --gold-2:#f1dc61;
  --cream:#f6f1e7;
  --cream-2:#ede4d4;
  --surface:#fffdf8;
  --text:#17231f;
  --muted:#6f7c76;
  --line:#dcd5c7;
  --success:#16855a;
  --danger:#c43e3e;
  --shadow:0 24px 65px rgba(19,43,34,.14);
  --shadow-soft:0 12px 34px rgba(19,43,34,.09);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased}
body::selection{background:var(--gold);color:var(--forest-3)}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.45}
img{display:block;max-width:100%}
svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(1180px,calc(100% - 28px));margin-inline:auto}
.hidden{display:none!important}

.topbar{padding:9px 14px;text-align:center;background:var(--gold);color:var(--forest-3);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.site-header,.checkout-header{position:sticky;top:0;z-index:60;background:rgba(8,45,35,.94);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}
.header-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:950;letter-spacing:-.035em}
.brand-logo img{width:42px;height:42px;border-radius:12px;object-fit:contain;background:#fff;padding:3px;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.nav{display:none;gap:24px;color:#d5dfda;font-size:14px;font-weight:800}
.nav a{position:relative;padding:8px 0}
.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--gold);transition:right .22s ease}
.nav a:hover::after{right:0}
.icon-link{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.08);transition:.2s ease}
.icon-link:hover{background:rgba(255,255,255,.15);transform:translateY(-2px)}

.btn{position:relative;isolation:isolate;overflow:hidden;border:0;border-radius:16px;min-height:50px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:900;letter-spacing:-.015em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.btn::before{content:"";position:absolute;z-index:-1;inset:-1px;background:linear-gradient(105deg,transparent 32%,rgba(255,255,255,.28) 48%,transparent 64%);transform:translateX(-130%);transition:transform .55s ease}
.btn:hover::before{transform:translateX(130%)}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(1px) scale(.985)}
.btn:focus-visible,.icon-link:focus-visible,.color-option:focus-visible,.qty-control button:focus-visible{outline:3px solid rgba(223,197,45,.5);outline-offset:3px}
.btn-primary{color:#fff;background:linear-gradient(135deg,var(--forest-2),var(--forest));box-shadow:0 14px 28px rgba(11,61,46,.25)}
.btn-primary:hover{box-shadow:0 18px 34px rgba(11,61,46,.32)}
.btn-dark{color:#fff;background:var(--forest-3)}
.btn-ghost{color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16)}
.btn-outline{color:var(--forest);background:#fff;border:1px solid var(--line)}
.btn-outline:hover{border-color:#a9b3ad;background:#fbfaf6}
.btn-success{background:var(--success);color:#fff}
.btn-block{width:100%}
.btn-icon svg{transition:transform .18s ease}
.btn-icon:hover svg{transform:translateX(3px)}
.btn-icon>svg:first-child:not(:last-child){transform:none}
.ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.35);transform:scale(0);animation:ripple .55s linear;pointer-events:none}
@keyframes ripple{to{transform:scale(4);opacity:0}}

.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 76% 20%,rgba(223,197,45,.18),transparent 34%),linear-gradient(145deg,var(--forest-3),var(--forest));color:#fff}
.hero::after{content:"";position:absolute;inset:auto -20% -120px -20%;height:190px;border-radius:50%;background:var(--surface)}
.hero-grid{position:relative;z-index:2;min-height:720px;padding:50px 0 120px;display:grid;gap:16px}
.hero-copy{text-align:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(223,197,45,.12)}
.eyebrow-dark{color:var(--forest)}
.hero h1{margin:18px 0 16px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,12vw,78px);line-height:.94;letter-spacing:-.055em}
.hero h1 em{color:var(--gold-2);font-weight:600}
.hero-copy>p{max-width:560px;margin:0 auto;color:#c9d7d1;font-size:16px;line-height:1.7}
.hero-price{display:flex;align-items:baseline;justify-content:center;gap:12px;margin:24px 0 18px}
.hero-price strong{font-size:31px;letter-spacing:-.04em}
.hero-price del{color:#9cb0a8}
.hero-actions{display:grid;gap:10px}
.hero-notes{display:flex;justify-content:center;flex-wrap:wrap;gap:9px 14px;margin-top:22px;color:#dce7e2;font-size:11px;font-weight:800}
.hero-notes span{display:inline-flex;align-items:center;gap:5px}
.hero-notes svg{color:var(--gold);width:15px;height:15px}
.hero-product{position:relative;min-height:330px;display:grid;place-items:center}
.product-stage{position:relative;z-index:3;width:min(390px,94%);animation:float 5s ease-in-out infinite}
.product-stage img{filter:drop-shadow(0 28px 28px rgba(0,0,0,.3))}
.product-orbit{position:absolute;width:min(330px,75vw);aspect-ratio:1;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.018)}
.brand-seal{position:absolute;z-index:4;top:2px;left:6px;width:78px;height:78px;border-radius:22px;background:#fff;padding:6px;transform:rotate(-7deg);box-shadow:0 18px 38px rgba(0,0,0,.22)}
.brand-seal img{width:100%;height:100%;object-fit:contain}
.floating-card{position:absolute;z-index:5;display:flex;align-items:center;gap:7px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.94);color:var(--forest-3);box-shadow:0 16px 34px rgba(0,0,0,.18);font-size:11px;font-weight:900}
.floating-card.stock{right:0;top:28px}
.floating-card.shipping{left:0;bottom:28px}
.floating-card svg{color:var(--forest);width:17px;height:17px}
.live-dot{width:8px;height:8px;border-radius:50%;background:#20a66f;box-shadow:0 0 0 5px rgba(32,166,111,.15);animation:pulse 1.8s infinite}
@keyframes pulse{50%{box-shadow:0 0 0 9px rgba(32,166,111,0)}}
@keyframes float{50%{transform:translateY(-10px) rotate(-1deg)}}

.section{padding:72px 0}
.product-section{padding-top:36px}
.product-layout{display:grid;gap:18px}
.gallery-card{position:relative;min-height:360px;display:grid;place-items:center;overflow:hidden;border-radius:26px;background:radial-gradient(circle at 50% 35%,#fff,#e8e1d5 70%);border:1px solid var(--line)}
.gallery-card::after{content:"CHICOTE";position:absolute;left:50%;bottom:18px;transform:translateX(-50%);font-family:Georgia,serif;font-weight:900;font-size:19vw;line-height:1;color:rgba(11,61,46,.045);letter-spacing:-.06em;white-space:nowrap}
.gallery-card>img{position:relative;z-index:2;width:min(520px,95%);filter:drop-shadow(0 22px 22px rgba(18,38,31,.18))}
.gallery-badge{position:absolute;z-index:3;top:15px;left:15px;padding:8px 11px;border-radius:999px;background:var(--forest);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.gallery-hint{position:absolute;z-index:3;right:15px;bottom:14px;display:flex;align-items:center;gap:7px;color:#66736d;font-size:10px;font-weight:800}
.buy-panel{padding:22px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow-soft)}
.buy-panel h2{margin:8px 0 8px;font-family:Georgia,serif;font-size:34px;line-height:1;letter-spacing:-.04em}
.rating{display:flex;align-items:center;gap:8px;margin-bottom:17px}
.rating span{color:#d1aa13;letter-spacing:.08em}
.rating small{color:var(--muted)}
.product-description{color:var(--muted);line-height:1.65;margin:0 0 18px}
.price-row{display:flex;align-items:baseline;gap:11px;margin-bottom:24px}
.price-row strong{font-size:31px;letter-spacing:-.05em;color:var(--forest)}
.price-row del{color:#98a39e}
.option-head{display:flex;align-items:center;justify-content:space-between;margin:17px 0 10px}
.label{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.option-head>span:last-child{color:var(--muted);font-size:11px;font-weight:700}
.color-options{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}
.color-option{min-height:50px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--text);font-weight:850;text-align:left;transition:.18s ease}
.color-option:hover{transform:translateY(-1px);border-color:#aab5af}
.color-option.active{border-color:var(--forest);background:#f0f6f2;box-shadow:0 0 0 3px rgba(11,61,46,.08)}
.color-option:disabled{filter:grayscale(1)}
.color-swatch{width:22px;height:22px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #c5ccc8}
.purchase-row{display:grid;grid-template-columns:104px 1fr;gap:10px;margin-top:8px}
.qty-control{height:50px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}
.qty-control button{height:100%;border:0;background:transparent;color:var(--forest);font-size:20px;font-weight:900;transition:.15s ease}
.qty-control button:hover{background:#eef4f0}
.qty-control strong{text-align:center}
.stock-message{min-height:22px;margin:10px 0 0;color:#8c5b00;font-size:12px;font-weight:800}
.freight-box{margin-top:19px;padding:16px;border-radius:19px;background:var(--cream);border:1px solid #e2d9ca}
.freight-title{display:flex;align-items:center;gap:11px;margin-bottom:12px}
.freight-title>div{display:grid;gap:2px}
.freight-title small{color:var(--muted);font-size:10px}
.feature-icon,.trust-icon,.payment-icon{display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:var(--forest);color:var(--gold)}
.feature-icon{width:39px;height:39px}
.input-row{display:grid;grid-template-columns:1fr auto;gap:8px}
.input{width:100%;height:50px;border:1px solid var(--line);border-radius:15px;background:#fff;padding:0 14px;outline:none;color:var(--text)}
.input:focus{border-color:var(--forest);box-shadow:0 0 0 4px rgba(11,61,46,.09)}
.quick-freight-result{display:grid;gap:7px;margin-top:10px;color:var(--muted);font-size:12px}
.quick-freight-item{display:flex;justify-content:space-between;gap:12px;padding:9px 10px;border-radius:11px;background:#fff}

.section-soft{background:var(--cream)}
.section-title{max-width:670px;margin-bottom:28px}
.section-title h2{margin:8px 0 9px;font-family:Georgia,serif;font-size:clamp(34px,8vw,54px);line-height:1;letter-spacing:-.045em;color:var(--forest-3)}
.section-title p{margin:0;color:var(--muted);line-height:1.6}
.trust-grid{display:grid;gap:12px}
.trust-card{padding:21px;border:1px solid #ded5c6;border-radius:22px;background:rgba(255,253,248,.78);transition:.2s ease}
.trust-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}
.trust-icon{width:46px;height:46px;margin-bottom:18px}
.trust-icon svg{width:22px;height:22px}
.trust-card h3{margin:0 0 7px;font-size:18px}
.trust-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.steps{display:grid;gap:11px}
.step{position:relative;padding:22px;border-radius:22px;background:var(--forest);color:#fff;overflow:hidden}
.step::after{content:"";position:absolute;right:-35px;bottom:-50px;width:130px;height:130px;border:1px solid rgba(223,197,45,.18);border-radius:50%;box-shadow:0 0 0 25px rgba(223,197,45,.04)}
.step-number{position:relative;z-index:2;color:var(--gold);font-family:Georgia,serif;font-size:28px;font-weight:900}
.step h3{position:relative;z-index:2;margin:15px 0 7px}
.step p{position:relative;z-index:2;margin:0;color:#c7d4cf;font-size:13px;line-height:1.55}
.faq-layout{display:grid;gap:10px}
.faq{display:grid;gap:10px}
.faq details{border:1px solid #ddd5c7;border-radius:17px;background:#fff;overflow:hidden}
.faq summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px;font-weight:850;cursor:pointer}
.faq summary::-webkit-details-marker{display:none}
.faq summary span{font-size:21px;color:var(--forest);transition:transform .2s ease}
.faq details[open] summary span{transform:rotate(45deg)}
.faq details p{margin:0;padding:0 17px 17px;color:var(--muted);font-size:13px;line-height:1.6}

.footer{padding:54px 0 100px;background:var(--forest-3);color:#fff}
.footer-grid{display:grid;gap:28px}
.footer-brand img{width:64px;height:64px}
.footer p{color:#afc0b9;font-size:13px;line-height:1.7}
.footer a:hover{color:var(--gold-2)}
.footer-bottom{display:flex;flex-direction:column;gap:8px;margin-top:28px;padding-top:19px;border-top:1px solid rgba(255,255,255,.1);color:#879c94;font-size:11px}
.whatsapp-float{position:fixed;right:15px;bottom:86px;z-index:70;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#1cad68;color:#fff;box-shadow:0 15px 35px rgba(22,133,90,.32);animation:waFloat 2.7s ease-in-out infinite}
.whatsapp-float svg{width:27px;height:27px;fill:currentColor;stroke:none}
@keyframes waFloat{50%{transform:translateY(-5px)}}
.mobile-buybar{position:fixed;left:0;right:0;bottom:0;z-index:65;display:grid;grid-template-columns:1fr 1.35fr;align-items:center;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,253,248,.96);border-top:1px solid var(--line);box-shadow:0 -14px 35px rgba(22,35,31,.12);backdrop-filter:blur(15px)}
.mobile-buybar small{display:block;color:var(--muted);font-size:10px}
.mobile-buybar strong{font-size:19px;color:var(--forest)}
.mobile-buybar .btn{min-height:47px}
.toast{position:fixed;z-index:120;left:50%;right:auto;top:auto;bottom:22px;width:max-content;max-width:calc(100vw - 28px);padding:11px 15px;border-radius:12px;background:#17231f;color:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translate(-50%,14px);pointer-events:none;transition:.22s ease;font-size:11px;font-weight:800;line-height:1.4;text-align:center}
.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

/* Mantém os símbolos visualmente centrados em telas pequenas e grandes. */
.btn,.btn-icon,.payment-option,.secure-label{align-items:center}
.btn,.btn-icon{justify-content:center}
.btn svg,.btn-icon svg,.payment-icon svg,.secure-label svg,.feature-icon svg,.trust-icon svg{display:block;flex:0 0 auto;margin:0}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible,.reveal-visible{opacity:1;transform:none}

/* Checkout */
.checkout-body{background:#f3eee4;padding-bottom:30px}
.checkout-header .brand-logo img{width:40px;height:40px}
.secure-label{display:flex;align-items:center;gap:6px;color:#d5dfda;font-size:11px;font-weight:800}
.secure-label svg{color:var(--gold)}
.checkout-grid{padding-top:18px;display:grid;gap:16px}
.checkout-main{display:grid;gap:13px}
.checkout-progress{display:flex;align-items:center;justify-content:center;padding:5px 10px 2px}
.checkout-progress span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;border:1px solid #b8c0bc;background:#fff;color:#7b8781;font-size:11px;font-weight:900}
.checkout-progress span.active{background:var(--forest);border-color:var(--forest);color:#fff}
.checkout-progress i{width:42px;height:1px;background:#c8cec9}
.checkout-card,.order-summary{padding:18px;border:1px solid #ddd6c9;border-radius:21px;background:#fff;box-shadow:0 8px 25px rgba(22,43,35,.05)}
.checkout-card-title{display:flex;gap:11px;align-items:flex-start;margin-bottom:17px}
.checkout-card-title>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--forest);color:var(--gold);font-weight:950}
.checkout-card-title h2,.order-summary h2{margin:0;font-size:19px;letter-spacing:-.035em}
.checkout-card-title p{margin:3px 0 0;color:var(--muted);font-size:11px}
.form-grid{display:grid;gap:12px}
.form-group{display:grid;gap:6px}
.form-group label{font-size:11px;font-weight:900;color:#4b5953;text-transform:uppercase;letter-spacing:.04em}
.form-group input,.form-group select{width:100%;height:49px;border:1px solid var(--line);border-radius:14px;padding:0 13px;background:#fff;outline:none;color:var(--text)}
.form-group input:focus,.form-group select:focus{border-color:var(--forest);box-shadow:0 0 0 4px rgba(11,61,46,.08)}
#quoteButton{margin-top:14px}
.shipping-options{display:grid;gap:9px;margin-top:13px}
.shipping-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px;border:1px solid var(--line);border-radius:15px;background:#fff;cursor:pointer;transition:.18s ease}
.shipping-option:hover{border-color:#aab5af}
.shipping-option.active{border-color:var(--forest);background:#f0f6f2;box-shadow:0 0 0 3px rgba(11,61,46,.07)}
.shipping-option input{accent-color:var(--forest)}
.shipping-option small{color:var(--muted);font-size:10px}
.payment-grid{display:grid;gap:9px}
.payment-option{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:11px;padding:13px;border:1px solid var(--line);border-radius:16px;background:#fff;cursor:pointer;transition:.18s ease}
.payment-option>input{position:absolute;opacity:0;pointer-events:none}
.payment-option.active{border-color:var(--forest);background:#f0f6f2;box-shadow:0 0 0 3px rgba(11,61,46,.07)}
.payment-option .payment-icon{width:42px;height:42px}
.payment-option .payment-icon.mp{background:#d6efff;color:#1174a9}
.payment-option>span:nth-child(3){display:grid;gap:3px}
.payment-option small{color:var(--muted);font-size:10px}
.payment-option>i{width:18px;height:18px;border:2px solid #b2bcb7;border-radius:50%;box-shadow:inset 0 0 0 4px #fff}
.payment-option.active>i{background:var(--forest);border-color:var(--forest)}
.notice{padding:12px 13px;border-radius:14px;background:#fff8d8;color:#69580a;font-size:11px;line-height:1.55}
.payment-notice{margin-top:12px}
.finish-button{min-height:56px;font-size:15px}
.privacy-note{display:flex;align-items:flex-start;justify-content:center;gap:6px;color:#6e7a74;font-size:10px;line-height:1.5;text-align:center}
.privacy-note svg{flex:0 0 auto;color:var(--forest)}
.order-summary h2{margin-bottom:16px}
.summary-product{display:grid;grid-template-columns:78px 1fr;gap:12px;padding-bottom:16px;border-bottom:1px solid #ece7de}
.summary-product img{border-radius:16px;background:#ece5d9}
.summary-product>div{display:flex;flex-direction:column;justify-content:center}
#summaryVariant{margin-top:4px;color:var(--muted);font-size:11px}
#summaryItemPrice{display:block;margin-top:8px;color:var(--forest)}
.summary-lines{display:grid;gap:11px;margin:17px 0}
.summary-line{display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:12px}
.summary-line strong{color:var(--text)}
.summary-line.total{margin-top:5px;padding-top:14px;border-top:1px solid #ece7de;font-size:18px;font-weight:950}
.summary-line.total strong{color:var(--forest)}
.edit-order-link{display:flex;align-items:center;justify-content:center;gap:5px;padding:11px;border-radius:13px;background:var(--cream);color:var(--forest);font-size:11px;font-weight:850}
.modal{position:fixed;inset:0;z-index:110;display:none;place-items:center;padding:16px;background:rgba(4,22,17,.74);backdrop-filter:blur(8px)}
.modal.show{display:grid}
.modal-card{width:min(520px,100%);max-height:90vh;overflow:auto;padding:23px;border-radius:24px;background:#fff;box-shadow:0 35px 90px rgba(0,0,0,.3)}
.modal-card h2{margin:9px 0;font-size:27px;letter-spacing:-.04em}
.pix-code{padding:13px;border-radius:12px;background:#f0eee8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;word-break:break-all}
.success-icon,.pending-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;font-size:31px}
.success-icon{background:#dcf7e8;color:#087a4b}
.pending-icon{background:#fff5c8;color:#7b6200}

/* Tracking */
.tracking-hero{min-height:calc(100vh - 64px);display:grid;place-items:center;padding:34px 0 60px;background:radial-gradient(circle at 80% 15%,rgba(223,197,45,.2),transparent 30%),var(--forest-3);color:#fff}
.tracking-card{width:min(650px,calc(100% - 28px));padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:25px;background:rgba(255,255,255,.07);backdrop-filter:blur(17px);box-shadow:0 30px 80px rgba(0,0,0,.2)}
.tracking-logo{width:82px;height:82px;border-radius:21px;background:#fff;padding:6px;margin-bottom:16px}
.tracking-card h1{margin:10px 0 12px;font-family:Georgia,serif;font-size:clamp(36px,10vw,58px);line-height:.98;letter-spacing:-.05em}
.tracking-card>p{color:#bdcbc5;line-height:1.65;font-size:13px}
.track-result{margin-top:16px;padding:16px;border-radius:16px;background:#fff;color:var(--text)}

@media(min-width:700px){
  .container{width:min(1180px,calc(100% - 48px))}
  .topbar{font-size:11px}
  .header-inner{min-height:72px}
  .brand{font-size:20px}.brand-logo img{width:48px;height:48px}
  .nav{display:flex}
  .hero-grid{min-height:690px;grid-template-columns:1.02fr .98fr;align-items:center;padding:60px 0 110px}
  .hero-copy{text-align:left}
  .hero-copy>p{margin-left:0}.hero-price{justify-content:flex-start}.hero-actions{display:flex}.hero-notes{justify-content:flex-start}
  .hero-product{min-height:520px}.product-stage{width:min(500px,100%)}.brand-seal{width:98px;height:98px;top:45px;left:0}.floating-card.stock{right:0;top:80px}.floating-card.shipping{left:0;bottom:70px}
  .product-layout{grid-template-columns:1.08fr .92fr;gap:28px;align-items:start}.gallery-card{min-height:620px;position:sticky;top:95px}.gallery-card::after{font-size:100px}.buy-panel{padding:30px}.buy-panel h2{font-size:44px}
  .color-options{grid-template-columns:repeat(4,1fr)}.color-option{justify-content:center;padding:0 9px}
  .trust-grid{grid-template-columns:repeat(4,1fr)}.steps{grid-template-columns:repeat(4,1fr)}
  .faq-layout{grid-template-columns:.75fr 1.25fr;align-items:start}
  .footer{padding-bottom:50px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-bottom{flex-direction:row;justify-content:space-between}
  .whatsapp-float{bottom:24px}.mobile-buybar{display:none}.toast{left:auto;right:22px;width:360px;top:94px}
  .checkout-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;padding-top:30px}.checkout-main{gap:16px}.checkout-card{padding:24px}.form-grid{grid-template-columns:repeat(2,1fr)}.form-group.full{grid-column:1/-1}.payment-grid{grid-template-columns:repeat(2,1fr)}.payment-option{grid-template-columns:auto 1fr auto}.payment-option>input{display:none}.order-summary{position:sticky;top:96px;padding:23px}
  .tracking-card{padding:34px}
}
@media(min-width:1000px){
  .hero h1{font-size:82px}.hero-copy>p{font-size:17px}.section{padding:94px 0}.product-section{padding-top:54px}
  .gallery-card{min-height:680px}.buy-panel{padding:36px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}
}

/* v0.3 — fotos reais, galeria e microinterações */
.discount-pill{align-self:center;padding:6px 9px;border-radius:999px;background:rgba(223,197,45,.16);border:1px solid rgba(241,220,97,.38);color:var(--gold-2);font-size:10px;font-weight:950;letter-spacing:.06em}
.product-stage{transition:transform .18s ease;will-change:transform}
.product-stage img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:32px;border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 54px rgba(0,0,0,.28);filter:none;transition:opacity .2s ease,transform .45s cubic-bezier(.2,.8,.2,1)}
.product-stage img:hover{transform:scale(1.018)}
.product-stage img.image-switching,.gallery-card>img.image-switching{opacity:.22;transform:scale(.985)}
.product-layout{grid-template-areas:"gallery" "thumbs" "panel"}
.gallery-card{grid-area:gallery;aspect-ratio:1;min-height:0;background:#eee8dc}
.gallery-card::after{content:"CHICOTE"}
.gallery-card>img{width:100%;height:100%;object-fit:cover;filter:none;transition:opacity .2s ease,transform .42s cubic-bezier(.2,.8,.2,1)}
.gallery-card:hover>img{transform:scale(1.018)}
.gallery-thumbs{grid-area:thumbs;display:flex;gap:9px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:thin}
.gallery-thumb{flex:0 0 76px;aspect-ratio:1;border:2px solid transparent;border-radius:15px;padding:3px;background:#fff;box-shadow:0 6px 18px rgba(19,43,34,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;overflow:hidden}
.gallery-thumb:hover{transform:translateY(-2px)}
.gallery-thumb.active{border-color:var(--forest);box-shadow:0 0 0 3px rgba(11,61,46,.1)}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.buy-panel{grid-area:panel}
.btn-primary.attention{animation:buyAttention .82s cubic-bezier(.2,.8,.2,1)}
@keyframes buyAttention{0%,100%{transform:none}25%{transform:translateY(-2px) scale(1.025);box-shadow:0 20px 42px rgba(11,61,46,.38)}55%{transform:translateY(0) scale(.99)}75%{transform:translateY(-1px) scale(1.012)}}
#buyButton::after,.mobile-buybar .btn::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 0 rgba(241,220,97,.55);animation:buyRing 2.8s ease-in-out infinite;pointer-events:none}
@keyframes buyRing{0%,65%,100%{box-shadow:inset 0 0 0 0 rgba(241,220,97,0)}76%{box-shadow:inset 0 0 0 3px rgba(241,220,97,.45)}}
.color-option{position:relative;overflow:hidden}
.color-option.active::after{content:"✓";position:absolute;right:8px;top:7px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--forest);color:#fff;font-size:10px}
.quick-freight-item{animation:freightIn .32s ease both}
.quick-freight-item:nth-child(2){animation-delay:.07s}
@keyframes freightIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}

@media(min-width:700px){
  .product-layout{grid-template-areas:"gallery panel" "thumbs panel";grid-template-columns:1.08fr .92fr;column-gap:28px;row-gap:12px}
  .gallery-card{min-height:0;position:relative;top:auto}
  .gallery-thumbs{justify-content:center}
  .gallery-thumb{flex-basis:86px}
}
.summary-product img{width:78px;height:78px;object-fit:cover}

/* v0.4 — estados de carregamento e respostas visuais */
.store-inline-error{grid-column:1/-1;display:grid;gap:8px;padding:15px;border:1px solid #efd2ce;border-radius:15px;background:#fff4f2;color:#7d2a22;font-size:11px;line-height:1.5}
.store-inline-error strong{font-size:12px}.store-inline-error .btn{justify-self:start;min-height:38px}
.color-option{transform:translateZ(0)}
.color-option:not(:disabled):hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(11,61,46,.13)}
.color-option.active{animation:colorSelected .35s cubic-bezier(.2,.8,.2,1)}
@keyframes colorSelected{0%{transform:scale(.94)}65%{transform:scale(1.035)}100%{transform:scale(1)}}
.hero-product{animation:heroFloat 5.8s ease-in-out infinite}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
.freight-box:focus-within{border-color:rgba(11,61,46,.45);box-shadow:0 12px 30px rgba(11,61,46,.1)}
@media(prefers-reduced-motion:reduce){.hero-product{animation:none}}

/* Chicote Ranch v0.6 — vitrine limpa e mobile-first */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.storefront-clean .topbar{height:34px;padding:0;overflow:hidden;display:flex;align-items:center;white-space:nowrap}
.announcement-track{display:flex;width:max-content;min-width:200%;animation:announcementMarquee 20s linear infinite;will-change:transform}
.announcement-item{display:block;min-width:50%;padding:0 42px;text-align:center;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
@keyframes announcementMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.storefront-clean .site-header{border-bottom:1px solid rgba(255,255,255,.08)}
.storefront-clean .hero-clean .hero-grid{min-height:610px;padding-top:38px}
.storefront-clean .hero-clean .hero-copy{text-align:left}
.storefront-clean .hero-clean h1{max-width:680px;margin:15px 0 15px;font-size:clamp(46px,12vw,76px)}
.storefront-clean .hero-clean .hero-copy>p{margin:0;max-width:520px}
.storefront-clean .hero-clean .hero-price{justify-content:flex-start}
.storefront-clean .hero-clean .hero-actions{display:flex}
.storefront-clean .hero-clean .hero-product{min-height:300px}
.storefront-clean .product-section{padding:42px 0 76px}
.gallery-column{display:grid;gap:12px;min-width:0}
.storefront-clean .gallery-card{min-height:0;aspect-ratio:1/1;border-radius:25px}
.storefront-clean .gallery-card::after,.storefront-clean .gallery-hint,.storefront-clean .gallery-badge{display:none}
.product-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 13px;padding-top:15px;border-top:1px solid var(--line)}
.size-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:var(--cream);border:1px solid #ded5c6;color:var(--forest);font-size:11px;font-weight:900}
.selected-color-label{color:var(--muted);font-size:12px}.selected-color-label strong{color:var(--text)}
.color-options-clean{display:flex;align-items:center;flex-wrap:wrap;gap:11px;margin-bottom:19px}
.color-options-clean .color-dot{width:43px;height:43px;min-height:43px;flex:0 0 43px;padding:4px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid #d8d6cf;box-shadow:none;overflow:visible}
.color-options-clean .color-dot:hover{transform:translateY(-2px);border-color:#8e9a94}
.color-options-clean .color-dot .color-swatch{width:31px;height:31px;border-radius:50%;border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 1px 2px rgba(255,255,255,.3)}
.color-options-clean .color-dot.active{background:#fff;border-color:var(--forest);box-shadow:0 0 0 3px rgba(11,61,46,.12)}
.color-options-clean .color-dot.active::after{content:"";position:absolute;right:-1px;top:-1px;width:13px;height:13px;border-radius:50%;background:var(--gold);border:2px solid #fff;box-shadow:0 1px 5px rgba(0,0,0,.16)}
.color-options-clean .color-dot:disabled{opacity:.32;filter:grayscale(1);cursor:not-allowed}
.purchase-row-clean{margin-top:0}
.limit-note{margin-top:6px;color:var(--muted);font-size:10px;text-align:right}
.freight-box-clean{margin-top:19px;background:#fbfaf7}
.professional-assurances{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:17px;color:#6d7772;font-size:10px;font-weight:750}
.professional-assurances i{width:3px;height:3px;border-radius:50%;background:#a5aea9}.professional-assurances a{color:var(--forest);font-weight:900}
.footer-clean{padding:34px 0 92px}.footer-clean-inner{display:grid;gap:18px}.footer-clean .footer-brand img{width:50px;height:50px}.footer-links{display:flex;flex-wrap:wrap;gap:16px;font-size:12px;font-weight:800}.footer-clean .footer-bottom{margin:0;flex-direction:row;justify-content:space-between;flex-wrap:wrap}

@media(max-width:699px){
  .storefront-clean .header-inner{min-height:62px}.storefront-clean .brand-logo img{width:40px;height:40px}.storefront-clean .brand{font-size:15px}
  .storefront-clean .hero-clean .hero-grid{min-height:auto;padding:34px 0 82px;gap:3px}
  .storefront-clean .hero-clean .hero-copy{text-align:left}.storefront-clean .hero-clean h1{font-size:48px;line-height:.94}
  .storefront-clean .hero-clean .hero-copy>p{font-size:14px;line-height:1.6}.storefront-clean .hero-clean .hero-price{margin:20px 0 14px}
  .storefront-clean .hero-clean .hero-product{min-height:285px}.storefront-clean .product-stage{width:min(330px,92%)}
  .storefront-clean .floating-card.stock{right:2px;top:25px}.storefront-clean .product-section{padding-top:26px}
  .storefront-clean .buy-panel{padding:19px}.storefront-clean .buy-panel h2{font-size:32px}
  .product-meta-row{align-items:flex-end}.selected-color-label{text-align:right}
  .purchase-row-clean{grid-template-columns:102px 1fr}.qty-control{height:50px}.storefront-clean #buyButton{min-height:50px}
  .announcement-track{animation-duration:16s}.announcement-item{padding:0 28px}
}

@media(min-width:700px){
  .storefront-clean .hero-clean .hero-copy{text-align:left}.storefront-clean .hero-clean .hero-product{min-height:500px}
  .storefront-clean .product-layout{grid-template-columns:1.05fr .95fr}.storefront-clean .gallery-card{position:sticky;top:95px}
  .footer-clean-inner{grid-template-columns:1fr auto;align-items:center}.footer-clean .footer-bottom{grid-column:1/-1}
}

@media(prefers-reduced-motion:reduce){.announcement-track{animation:none;transform:none}.announcement-item[aria-hidden="true"]{display:none}}

/* v1.1 — entrada editorial independente da cor selecionada */
.hero-editorial{position:relative;min-height:520px;isolation:isolate}
.hero-editorial::before{content:"";position:absolute;inset:8% 4% 4% 10%;border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.13);box-shadow:0 30px 80px rgba(0,0,0,.24);transform:rotate(-2deg)}
.editorial-photo{position:absolute;margin:0;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.18);background:#e8dfd1;box-shadow:0 25px 60px rgba(0,0,0,.28)}
.editorial-photo img{width:100%;height:100%;object-fit:cover;display:block}
.editorial-main{z-index:3;right:4%;top:8%;width:67%;aspect-ratio:1}
.editorial-side{z-index:2;width:31%;aspect-ratio:1}
.editorial-side-a{left:2%;top:20%;transform:rotate(-8deg)}
.editorial-side-b{left:9%;bottom:5%;transform:rotate(7deg)}
.hero-seal-card{position:absolute;z-index:5;left:3%;top:1%;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:18px;background:#fff;color:var(--forest);box-shadow:0 18px 45px rgba(0,0,0,.24);transform:rotate(-4deg)}
.hero-seal-card img{width:54px;height:54px;object-fit:contain}.hero-seal-card span{font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.editorial-caption{position:absolute;z-index:6;right:1%;bottom:2%;display:grid;gap:3px;padding:12px 15px;border-radius:16px;background:rgba(7,42,31,.9);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);box-shadow:0 18px 45px rgba(0,0,0,.22)}
.editorial-caption strong{font-size:12px;color:#fff}.editorial-caption span{font-size:9px;color:#dce8e3}
.hero-editorial .editorial-main{animation:editorialFloat 6s ease-in-out infinite}.hero-editorial .editorial-side-a{animation:editorialSideA 7s ease-in-out infinite}.hero-editorial .editorial-side-b{animation:editorialSideB 7.6s ease-in-out infinite}
@keyframes editorialFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes editorialSideA{0%,100%{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-6deg) translateY(-5px)}}
@keyframes editorialSideB{0%,100%{transform:rotate(7deg) translateY(0)}50%{transform:rotate(5deg) translateY(5px)}}
@media(max-width:699px){
  .storefront-clean .hero-clean .hero-grid{padding-bottom:48px;gap:24px}.hero-editorial{min-height:360px;margin-top:8px}.hero-editorial::before{inset:7% 2% 2% 8%;border-radius:30px}.editorial-main{right:1%;top:7%;width:72%;border-radius:22px}.editorial-side{width:29%;border-radius:18px}.editorial-side-a{left:0;top:23%}.editorial-side-b{left:7%;bottom:3%}.hero-seal-card{left:0;top:0;padding:7px 10px;border-radius:14px}.hero-seal-card img{width:40px;height:40px}.hero-seal-card span{font-size:8px}.editorial-caption{right:0;bottom:0;padding:9px 11px}.editorial-caption strong{font-size:10px}.editorial-caption span{font-size:8px}
}
@media(prefers-reduced-motion:reduce){.hero-editorial .editorial-main,.hero-editorial .editorial-side-a,.hero-editorial .editorial-side-b{animation:none}}

/* v1.2 — home centralizada, carrinho e checkout em etapas */
body.drawer-open,body.payment-lock{overflow:hidden;touch-action:none}
.topbar{overflow:hidden}
.announcement-track{display:flex;width:max-content;min-width:0;gap:0;animation:announcementMarqueeV12 18s linear infinite}
.announcement-group{flex:0 0 auto;padding-right:64px;white-space:nowrap}
.announcement-item{display:block;min-width:0;padding:0;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}
@keyframes announcementMarqueeV12{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.cart-header-button{position:relative;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.06);color:#fff;display:grid;place-items:center}
.cart-header-button svg{width:21px;height:21px}.cart-header-button>span{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:var(--gold);color:var(--forest);font-size:9px;font-weight:950;transform:scale(.8);opacity:.8}.cart-header-button>span.has-items{transform:scale(1);opacity:1}

.storefront-v12 .hero-centered{background:radial-gradient(circle at 50% 70%,rgba(222,200,47,.18),transparent 34%),linear-gradient(155deg,#073d2d,#052d22);text-align:center}
.storefront-v12 .hero-centered::after{display:none}
.hero-centered-inner{min-height:680px;padding:52px 0 58px;display:grid;justify-items:center;align-content:center;gap:20px;position:relative}
.hero-brandmark{width:70px;height:70px;padding:7px;border-radius:20px;background:#fff;box-shadow:0 15px 40px rgba(0,0,0,.2)}.hero-brandmark img{width:100%;height:100%;object-fit:contain}
.storefront-v12 .hero-copy{max-width:820px;text-align:center!important}.storefront-v12 .hero-copy>p{margin:0 auto!important;max-width:620px;color:#d3e0db}.storefront-v12 .hero h1{max-width:900px;margin:14px auto;font-size:clamp(48px,8vw,86px);line-height:.93}.storefront-v12 .hero-price{justify-content:center!important;margin:20px 0 12px}.hero-cta{display:inline-flex!important;margin:0 auto}
.hero-single-product{position:relative;width:min(530px,88vw);height:330px;display:grid;place-items:center;margin-top:3px}.hero-product-halo{position:absolute;width:68%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(222,200,47,.24),rgba(255,255,255,.03) 55%,transparent 70%);filter:blur(3px)}.hero-single-product>img{position:relative;z-index:2;width:min(330px,72vw);height:280px;object-fit:cover;border-radius:34px;box-shadow:0 28px 70px rgba(0,0,0,.32);transform:rotate(-2deg)}.hero-product-caption{position:absolute;z-index:3;right:5%;bottom:16px;display:grid;gap:2px;padding:11px 14px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(5,43,32,.88);backdrop-filter:blur(12px);color:#fff;text-align:left}.hero-product-caption strong{font-size:11px}.hero-product-caption span{font-size:8px;color:#c7d9d2}

.color-options-clean{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 18px}.color-options-clean .color-dot{width:auto;min-width:45px;height:45px;padding:5px 10px 5px 6px;border:1px solid var(--line);border-radius:999px;background:#fff;display:flex;align-items:center;gap:7px}.color-options-clean .color-dot.active{border-color:var(--forest);box-shadow:0 0 0 3px rgba(11,61,46,.08)}.color-options-clean .color-swatch{width:31px;height:31px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.color-options-clean .color-name{font-size:10px;font-weight:800;color:var(--forest);white-space:nowrap}
.purchase-row-clean{display:flex!important;align-items:center;margin-bottom:10px}.product-cta-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:10px}.cart-add-button{border-color:#b8cbc3;color:var(--forest)}
.mobile-buybar{display:none!important}

.cart-backdrop{position:fixed;inset:0;z-index:120;background:rgba(3,20,15,.58);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:.22s}.cart-backdrop.show{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:125;inset:0 0 0 auto;width:min(440px,94vw);background:#fff;box-shadow:-25px 0 70px rgba(0,0,0,.2);transform:translateX(105%);transition:transform .28s cubic-bezier(.2,.8,.2,1);display:grid;grid-template-rows:auto 1fr auto}.cart-drawer.open{transform:none}.cart-drawer-head{padding:22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:flex-start}.cart-drawer-head small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.cart-drawer-head h2{margin:3px 0 0;font-size:24px}.cart-drawer-head button{width:38px;height:38px;border:0;border-radius:50%;background:#eef3f0;color:var(--forest);font-size:24px}.cart-items{padding:16px;overflow:auto}.cart-item{display:grid;grid-template-columns:74px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #edf0ed}.cart-item>img{width:74px;height:74px;border-radius:14px;object-fit:cover}.cart-item-info{display:grid;align-content:start;gap:3px}.cart-item-info strong{font-size:12px}.cart-item-info span{font-size:10px;color:var(--muted)}.cart-item-info b{margin-top:4px;color:var(--forest);font-size:13px}.cart-item-actions{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden}.cart-qty button{width:30px;height:30px;border:0;background:#fff;color:var(--forest);font-size:17px}.cart-qty strong{min-width:27px;text-align:center;font-size:11px}.cart-remove{border:0;background:none;color:#8a4d48;font-size:9px;font-weight:800}.cart-empty{min-height:220px;display:grid;place-items:center;align-content:center;gap:5px;text-align:center;color:var(--muted)}.cart-empty strong{color:var(--forest)}.cart-footer{padding:17px 20px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fcfdfc;display:grid;gap:10px}.cart-total{display:flex;justify-content:space-between;align-items:center}.cart-total span{font-size:11px;color:var(--muted)}.cart-total strong{font-size:20px;color:var(--forest)}.cart-footer>small{font-size:9px;color:var(--muted)}

.checkout-v12 .checkout-grid{padding-bottom:60px}.checkout-progress-v12{padding:16px 6px 7px}.checkout-progress-v12 .step-dot{border:0;background:transparent;display:grid;justify-items:center;gap:5px;color:#83908a}.checkout-progress-v12 .step-dot span{width:30px;height:30px;display:grid;place-items:center;border:1px solid #cbd3cf;border-radius:50%;background:#fff;font-size:11px;font-weight:900}.checkout-progress-v12 .step-dot small{font-size:8px;font-weight:800}.checkout-progress-v12 .step-dot.active span{background:var(--forest);border-color:var(--forest);color:#fff}.checkout-progress-v12 .step-dot.active small,.checkout-progress-v12 .step-dot.done small{color:var(--forest)}.checkout-progress-v12 .step-dot.done span{background:#e9f4ef;border-color:#92b8a9;color:var(--forest)}.checkout-progress-v12 i{width:46px;height:1px;background:#cbd3cf;margin-bottom:18px}
.checkout-step{display:none}.checkout-step.active{display:block;animation:stepIn .24s ease both}@keyframes stepIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.checkout-step-actions{display:flex;justify-content:space-between;gap:10px;margin-top:22px}.checkout-step-actions.single{justify-content:flex-end}.checkout-step-actions .btn{min-height:50px}.btn-ghost{border:0;background:#f1f4f2;color:var(--forest);padding:0 18px;border-radius:14px;font-weight:850}.summary-title-row{display:flex;justify-content:space-between;align-items:center}.summary-title-row a{color:var(--forest);font-size:10px;font-weight:800}.summary-items{display:grid;gap:4px}.summary-product-v12{margin:0;padding:12px 0;border-bottom:1px solid #ecefec}.summary-product-v12:last-child{border-bottom:0}.summary-product-v12 img{width:58px;height:58px}.summary-product-v12>div>div{font-size:9px;color:var(--muted)}
.single-payment{grid-template-columns:1fr!important}.zip-lookup-status{display:block;min-height:15px;margin-top:6px;color:#68756f;font-size:10px;font-weight:700}.zip-lookup-status.loading{color:#8a6a25}.zip-lookup-status.success{color:#16734a}.zip-lookup-status.error{color:#b42318}
.payment-notice{display:none!important}

.payment-modal{z-index:250;background:rgba(2,17,12,.84);backdrop-filter:blur(14px);padding:12px}.payment-modal.show{display:grid}.pix-modal-card{width:min(820px,100%);max-height:calc(100vh - 24px);overflow:auto;padding:0;border-radius:28px;background:#fbfcfb}.pix-brand{display:flex;align-items:center;gap:10px;padding:18px 22px;border-bottom:1px solid #e5ebe7}.pix-brand img{width:46px;height:46px;padding:4px;border-radius:13px;background:#fff;box-shadow:0 5px 18px rgba(0,0,0,.08);object-fit:contain}.pix-brand div{display:grid;gap:1px}.pix-brand small{font-size:8px;color:#718079;text-transform:uppercase;letter-spacing:.11em;font-weight:900}.pix-brand strong{font-size:15px;color:var(--forest)}.pix-heading{text-align:center;padding:24px 22px 8px}.pix-heading>span{display:inline-block;padding:5px 9px;border-radius:999px;background:#edf5f1;color:var(--forest);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.pix-heading h2{margin:9px 0 6px!important;font-size:30px!important}.pix-heading p{max-width:560px;margin:0 auto;color:var(--muted);font-size:11px;line-height:1.55}.pix-payment-layout{display:grid;grid-template-columns:300px 1fr;gap:22px;padding:18px 24px 26px}.pix-qr-card{display:grid;justify-items:center;align-content:center;padding:18px;border:1px solid #dfe7e2;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(17,48,38,.07)}.pix-qr-image{display:block;width:240px;height:240px;object-fit:contain}.pix-qr-placeholder{width:220px;height:220px;background:#eee}.pix-qr-card>span{margin-top:5px;font-size:8px;color:var(--muted);font-weight:800}.pix-payment-info{display:grid;align-content:start;gap:10px}.pix-live-status{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:14px;border-radius:16px;background:#eef7f3;border:1px solid #d1e6dc}.pix-live-status>div{display:grid;gap:2px}.pix-live-status strong{font-size:11px;color:var(--forest)}.pix-live-status small{font-size:8px;color:#6f8179}.pix-live-status b{font-size:13px;color:var(--forest);font-variant-numeric:tabular-nums}.pix-sound-control{justify-self:start;border:0;background:transparent;color:var(--forest);font:800 9px/1.2 inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.pix-loader{width:20px;height:20px;border:3px solid #c9ded5;border-top-color:var(--forest);border-radius:50%;animation:pixSpin .8s linear infinite}.pix-loader.expired{animation:none;border-color:#c8c8c8}@keyframes pixSpin{to{transform:rotate(360deg)}}.pix-copy-label{margin-top:4px;font-size:9px;font-weight:900;color:#52635c;text-transform:uppercase;letter-spacing:.06em}.pix-code{max-height:95px;overflow:auto;padding:12px;border:1px solid #dfe5e1;border-radius:13px;background:#f7f9f8;color:#42534c;font:9px/1.5 monospace;overflow-wrap:anywhere}.pix-security-note{display:flex;align-items:center;gap:7px;margin-top:3px;color:#708079;font-size:9px}.pix-security-note span{width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#e3f4eb;color:#08734e;font-weight:900}.payment-approved-card{text-align:center;padding:38px 28px 34px}.approved-brand{justify-content:center}.payment-approved-card .success-icon{margin:0 auto 15px}.payment-approved-card h2{font-size:31px}.payment-approved-card p{max-width:480px;margin:0 auto 20px;color:var(--muted);line-height:1.6}.payment-approved-card .btn{max-width:380px;margin:0 auto}.approved-home-link{display:inline-block;margin-top:15px;color:var(--forest);font-size:10px;font-weight:800}

@media(max-width:699px){
  .announcement-group{padding-right:42px}.announcement-item{font-size:9px}.storefront-v12 .site-header .nav{display:none}.hero-centered-inner{min-height:auto;padding:42px 0 48px;gap:14px}.hero-brandmark{width:58px;height:58px;border-radius:16px}.storefront-v12 .hero h1{font-size:50px}.storefront-v12 .hero-copy>p{font-size:13px}.hero-single-product{height:275px;width:100%}.hero-single-product>img{width:250px;height:230px;border-radius:25px}.hero-product-caption{right:2%;bottom:4px}.product-cta-grid{grid-template-columns:1fr}.color-options-clean .color-dot{min-width:40px;height:40px;padding:4px}.color-options-clean .color-swatch{width:30px;height:30px}.color-options-clean .color-name{display:none}.checkout-v12 .checkout-grid{padding-top:14px}.checkout-progress-v12{margin-bottom:6px}.checkout-step-actions{position:sticky;bottom:0;z-index:5;padding:12px 0 calc(5px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(255,255,255,0),#fff 18%)}.checkout-step-actions .btn{flex:1}.order-summary{margin-top:10px}.pix-modal-card{border-radius:22px;max-height:calc(100vh - 12px)}.pix-brand{padding:13px 16px}.pix-heading{padding:18px 16px 5px}.pix-heading h2{font-size:25px!important}.pix-payment-layout{grid-template-columns:1fr;padding:13px 16px 20px;gap:12px}.pix-qr-card{padding:12px}.pix-qr-image{width:min(230px,68vw);height:min(230px,68vw)}.pix-live-status{grid-template-columns:auto 1fr auto}.payment-approved-card{padding:28px 18px}.whatsapp-float{bottom:18px}
}
@media(prefers-reduced-motion:reduce){.announcement-track{animation:none}.announcement-group[aria-hidden="true"]{display:none}.pix-loader{animation:none}}

/* v1.3 refinements */
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
h1,h2,.brand span,.hero-price strong{font-family:Georgia,"Times New Roman",serif}
.btn{transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}
.btn:hover{transform:translateY(-1px)}
.storefront-v12 .hero-centered{background:radial-gradient(circle at 50% 78%,rgba(223,197,45,.22),transparent 32%),linear-gradient(160deg,#083d2d 0%,#073225 55%,#04241b 100%)}
.hero-centered-inner{min-height:720px;padding:60px 0 70px}
.storefront-v12 .hero-copy{max-width:920px}
.storefront-v12 .hero h1{font-size:clamp(50px,7vw,92px);letter-spacing:-.04em}
.storefront-v12 .hero-copy>p{font-size:18px;max-width:690px}
.hero-cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.hero-secondary-cta{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.16)}
.hero-secondary-cta:hover{background:rgba(255,255,255,.12)}
.hero-single-product{width:min(760px,96vw);height:auto;min-height:430px;grid-template-columns:1fr;gap:14px}
.hero-product-halo{width:74%}
.hero-single-product>img{width:min(420px,84vw);height:320px;object-fit:cover;border-radius:34px;transform:rotate(-2deg)}
.hero-product-caption{right:7%;bottom:90px}
.hero-preview-strip{position:absolute;left:50%;transform:translateX(-50%);bottom:-6px;z-index:5;display:flex;flex-wrap:wrap;justify-content:center;gap:10px;width:min(100%,680px)}
.hero-preview-card{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(8,45,35,.72);color:#fff;backdrop-filter:blur(10px);transition:.18s ease}
.hero-preview-card img{width:34px;height:34px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.28)}
.hero-preview-card span{font-size:11px;font-weight:800;white-space:nowrap}
.hero-preview-card.active{border-color:rgba(223,197,45,.8);box-shadow:0 0 0 3px rgba(223,197,45,.16);transform:translateY(-2px)}
.product-section{padding-top:72px}
.product-layout{gap:34px;align-items:start}
.gallery-card{border-radius:28px;padding:16px;background:linear-gradient(180deg,#fff,#f8f2e8);box-shadow:0 20px 55px rgba(16,39,31,.12)}
.gallery-card img{border-radius:22px;min-height:420px;object-fit:cover}
.gallery-thumbs{gap:12px;margin-top:16px}
.gallery-thumb{border-radius:18px;padding:4px;background:#fff;box-shadow:0 8px 18px rgba(16,39,31,.08)}
.gallery-thumb.active{box-shadow:0 0 0 3px rgba(11,61,46,.12),0 8px 18px rgba(16,39,31,.1)}
.buy-panel{padding:30px;border-radius:30px;background:linear-gradient(180deg,#fff,#fcfaf6);box-shadow:0 20px 55px rgba(16,39,31,.1)}
.price-row strong{font-size:36px;letter-spacing:-.04em}
.selected-color-label{display:inline-flex;align-items:center;gap:4px;background:#f7f3ea;padding:8px 12px;border-radius:999px}
.color-options-clean{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:16px 0 20px}
.color-options-clean .color-dot{width:100%;min-width:0;height:56px;padding:8px 12px;border-radius:18px;justify-content:flex-start;gap:10px;background:linear-gradient(180deg,#fff,#faf7f1)}
.color-options-clean .color-dot.active{transform:translateY(-1px);box-shadow:0 0 0 3px rgba(11,61,46,.1),0 12px 24px rgba(11,61,46,.08)}
.color-options-clean .color-name{font-size:13px;font-weight:800;color:var(--text);display:block}
.color-options-clean .color-swatch{width:32px;height:32px}
.purchase-row-clean{margin-bottom:18px}
.product-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.freight-box-clean{margin-top:24px;border-radius:24px;border:1px solid #e2dbcf;background:#faf6ef;padding:18px}
.feature-icon-car{background:linear-gradient(180deg,#0d4b39,#083529);color:#f7e37a}
.quick-freight-result{margin-top:14px;display:grid;gap:10px}
.quick-freight-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:16px;background:#fff;border:1px solid #e6dece}
.quick-freight-item strong{font-size:14px}
.professional-assurances{margin-top:18px;display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;color:#5e6b65;font-size:13px}
.professional-assurances a{font-weight:800;color:var(--forest)}
.footer-clean{padding-top:20px}
.footer-clean-inner{border-top:1px solid #e6dfd2;padding-top:18px}
@media (min-width: 980px){.product-layout{grid-template-columns:1.04fr .96fr}.storefront-v12 .hero-copy>p{font-size:19px}}
@media (max-width: 900px){.hero-preview-strip{position:static;transform:none;width:100%;margin-top:8px}.hero-product-caption{position:static;margin-top:8px}.hero-single-product{min-height:auto}.product-cta-grid{grid-template-columns:1fr}.color-options-clean{grid-template-columns:1fr 1fr}}
@media (max-width: 640px){.hero-centered-inner{min-height:unset;padding:38px 0 54px}.storefront-v12 .hero h1{font-size:44px}.storefront-v12 .hero-copy>p{font-size:15px}.hero-single-product>img{height:260px}.hero-cta-row{display:grid;width:100%}.hero-cta-row .btn{width:100%}.color-options-clean{grid-template-columns:1fr}.gallery-card img{min-height:300px}.buy-panel{padding:22px}}

/* =========================
   v1.4.0 — professional landing page
   ========================= */
.storefront-v14{--forest:#0a3a2c;--forest-2:#07281f;--gold:#d8bf62;--gold-soft:#f6ecd2;--sand:#f7f2e9;--sand-2:#fbf8f1;--stroke:#e7ddcb;--text:#173329;background:linear-gradient(180deg,#faf7f0 0%,#f8f2e8 100%);color:var(--text)}
.storefront-v14 .topbar{background:#08241c;color:#f9efd4;border-bottom:1px solid rgba(255,255,255,.06)}
.storefront-v14 .announcement-track{gap:48px;animation:marqueeLinear 24s linear infinite}
@keyframes marqueeLinear{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.site-header-premium{position:sticky;top:0;z-index:20;background:rgba(250,247,240,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(18,44,35,.06)}
.premium-header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-lockup{display:flex;align-items:center;gap:14px;text-decoration:none;color:inherit}
.brand-symbol{width:52px;height:52px;border-radius:16px;background:linear-gradient(180deg,#fff,#f1eadb);display:grid;place-items:center;box-shadow:0 14px 30px rgba(12,39,30,.08)}
.brand-symbol img{width:40px;height:40px;object-fit:contain}
.brand-copy{display:grid;line-height:1.05}
.brand-copy strong{font-size:18px;letter-spacing:.02em;text-transform:uppercase;color:#0b3226}
.brand-copy small{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#83735e}
.nav-landing{display:flex;align-items:center;gap:22px}
.nav-landing a{font-size:14px;font-weight:700;color:#27473c;text-decoration:none}
.nav-landing a:hover{color:var(--forest)}
.header-actions{display:flex;align-items:center;gap:12px}
.header-link-whatsapp{display:inline-flex;align-items:center;height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--stroke);background:#fff;color:var(--forest);font-weight:800;text-decoration:none;box-shadow:0 10px 24px rgba(14,36,29,.06)}
.header-link-whatsapp:hover{transform:translateY(-1px)}
.hero-landing{position:relative;padding:56px 0 28px;background:radial-gradient(circle at 78% 20%,rgba(216,191,98,.16),transparent 25%),linear-gradient(180deg,#faf7f0 0%,#f5eee1 100%)}
.hero-landing-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:36px}
.hero-copy-left{max-width:620px}
.hero-kicker{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid #e7dbc0;background:rgba(255,255,255,.76);color:#6d5f49;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.hero-landing h1{margin:18px 0 12px;font-size:clamp(44px,7vw,78px);line-height:.95;letter-spacing:-.05em;color:#0a2d22;font-family:Georgia,"Times New Roman",serif}
.hero-landing p{margin:0 0 18px;font-size:18px;line-height:1.72;color:#54665f;max-width:560px}
.hero-highlights{display:flex;flex-wrap:wrap;gap:10px 12px;margin-bottom:24px}
.hero-highlights span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #e8decc;font-size:12px;font-weight:800;color:#3d544c}
.hero-price-premium{display:flex;align-items:end;gap:16px;margin-bottom:24px}
.hero-price-premium small{display:block;margin-bottom:4px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#85765f}
.hero-price-premium strong{font-size:42px;letter-spacing:-.04em;color:#0b3428}
.hero-price-premium del{font-size:18px;color:#8d836f}
.hero-cta-row-landing{display:flex;flex-wrap:wrap;gap:12px}
.hero-stage{display:flex;justify-content:center}
.hero-stage-card{position:relative;width:min(530px,100%);padding:18px;border-radius:34px;background:linear-gradient(180deg,#fff,#f5ecdf);box-shadow:0 28px 70px rgba(12,38,30,.14)}
.hero-stage-badge{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:20px;background:#fff;border:1px solid #eee3d0;box-shadow:0 10px 22px rgba(12,38,30,.06)}
.hero-stage-badge img{width:52px;height:52px;border-radius:14px;object-fit:contain;background:#fff}
.hero-stage-badge strong{display:block;font-size:17px;letter-spacing:.02em;color:#0c3126;text-transform:uppercase}
.hero-stage-badge small{display:block;font-size:12px;color:#786953}
.hero-stage-frame{position:relative;overflow:hidden;margin-top:16px;border-radius:28px;background:radial-gradient(circle at 50% 10%,rgba(216,191,98,.20),transparent 32%),linear-gradient(180deg,#102d23 0%,#071f18 100%);padding:42px 22px 22px;min-height:460px;display:flex;align-items:center;justify-content:center}
.hero-stage-frame img{width:min(400px,100%);height:340px;object-fit:cover;border-radius:30px;box-shadow:0 24px 55px rgba(0,0,0,.24);transition:opacity .22s ease,transform .22s ease;transform:rotate(-2.2deg)}
.hero-stage-frame img.image-switching{opacity:.25;transform:scale(.98) rotate(-2.2deg)}
.hero-stage-seal{position:absolute;top:18px;right:18px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#f6e9bf}
.hero-stage-caption{position:absolute;left:18px;bottom:18px;display:grid;gap:4px;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);color:#fff}
.hero-stage-caption strong{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#d6d9d8}
.hero-stage-caption span{font-size:18px;font-weight:900;color:#fff}
.landing-trust{padding:20px 0 0}
.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.trust-card{display:flex;align-items:flex-start;gap:16px;padding:22px;border-radius:24px;background:#fff;border:1px solid #ebe1d0;box-shadow:0 18px 40px rgba(14,39,30,.06)}
.trust-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(180deg,#103b2d,#0b2f24);color:#f3e4b4;font-size:14px;font-weight:900;flex:0 0 auto}
.trust-card strong{display:block;margin-bottom:6px;font-size:16px;color:#123328}
.trust-card p{margin:0;color:#66766f;line-height:1.6}
.product-layout-landing{align-items:start;gap:34px}
.gallery-card-premium{padding:16px;border-radius:32px;background:linear-gradient(180deg,#fff,#f6ede0);border:1px solid #eadfce;box-shadow:0 22px 50px rgba(12,38,30,.08)}
.gallery-card-premium img{width:100%;min-height:420px;border-radius:24px;object-fit:cover;transition:opacity .22s ease,transform .22s ease}
.gallery-card-premium img.image-switching{opacity:.35;transform:scale(.985)}
.buy-panel-premium{padding:30px;border-radius:30px;background:#fff;border:1px solid #ece2d1;box-shadow:0 22px 50px rgba(12,38,30,.08)}
.price-row-premium strong{font-size:38px;letter-spacing:-.05em}
.product-meta-row-premium{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:18px 0 20px}
.selector-block{padding:18px;border-radius:24px;background:var(--sand-2);border:1px solid #ece2d1}
.selector-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}
.selector-head strong{font-size:15px;color:#0d3126}
.selector-head small{font-size:12px;color:#7a6b57}
.color-options-premium{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.color-options-premium .color-dot{display:flex;align-items:center;justify-content:flex-start;gap:12px;height:62px;padding:10px 12px;border-radius:18px;border:1px solid #eadfce;background:#fff;box-shadow:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.color-options-premium .color-dot:hover{transform:translateY(-1px)}
.color-options-premium .color-dot.active{border-color:#bba256;box-shadow:0 0 0 3px rgba(216,191,98,.18),0 12px 20px rgba(10,40,31,.08)}
.color-options-premium .color-swatch{width:34px;height:34px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.18)}
.color-options-premium .color-copy{display:grid;line-height:1.1;text-align:left}
.color-options-premium .color-name{font-size:13px;font-weight:900;color:#123328;text-transform:uppercase}
.color-options-premium small{font-size:11px;color:#7c725e}
.purchase-row-premium{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0 2px}
.purchase-meta{display:grid;gap:4px;justify-items:end;text-align:right}
.product-cta-grid-premium{grid-template-columns:1fr 1fr;margin-top:14px}
.freight-box-premium{margin-top:22px;padding:18px;border-radius:24px;background:#faf5ec;border:1px solid #e9dfce}
.professional-assurances-premium{margin-top:18px;padding-top:18px;border-top:1px solid #eee3d3}
.simple-benefits{padding-top:10px;padding-bottom:34px}
.simple-benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.simple-benefit{padding:24px;border-radius:24px;background:#fff;border:1px solid #ece2d1;box-shadow:0 16px 36px rgba(14,38,31,.05)}
.simple-benefit strong{display:block;margin-bottom:8px;font-size:17px;color:#123127}
.simple-benefit p{margin:0;color:#667770;line-height:1.64}
.footer-premium{background:#fbf8f2}
.footer-clean-inner-premium{padding:22px 0 28px;border-top:1px solid #eaddca}
.footer-brand-premium img{background:#fff;border-radius:14px;padding:4px}
.btn{position:relative;overflow:hidden}
.btn-primary{background:linear-gradient(180deg,#0f4a37,#0b3327);border-color:#0b3327;box-shadow:0 16px 30px rgba(11,51,39,.18)}
.btn-primary:hover{background:linear-gradient(180deg,#135843,#0d3b2d)}
.btn-outline{background:#fff;border-color:#e1d6c2;color:#123328}
.cart-header-button{box-shadow:0 12px 24px rgba(12,38,30,.08)}
@media (max-width: 980px){.hero-landing-grid,.product-layout-landing,.trust-grid,.simple-benefits-grid{grid-template-columns:1fr}.hero-copy-left{max-width:none}.nav-landing{display:none}.premium-header-inner{gap:14px}.header-link-whatsapp{display:none}.purchase-row-premium{align-items:flex-start;flex-direction:column}.purchase-meta{justify-items:start;text-align:left}.product-cta-grid-premium{grid-template-columns:1fr}}
@media (max-width: 680px){.hero-landing{padding-top:34px}.hero-landing h1{font-size:42px}.hero-landing p{font-size:15px}.hero-price-premium strong{font-size:34px}.hero-stage-frame{min-height:360px;padding:38px 14px 18px}.hero-stage-frame img{height:258px}.hero-stage-caption{left:12px;right:12px;bottom:12px}.trust-card,.simple-benefit,.buy-panel-premium,.gallery-card-premium{border-radius:22px}.color-options-premium{grid-template-columns:1fr}.brand-copy strong{font-size:16px}.brand-copy small{font-size:10px}.hero-kicker{font-size:10px;letter-spacing:.1em}.site-header-premium{position:sticky}.product-section{padding-top:48px}}

/* Admin finishing */
body{background:linear-gradient(180deg,#f5f7f5 0%,#eef3f0 100%)}
.sidebar{background:linear-gradient(180deg,#0f3529 0%,#0b281f 100%);box-shadow:20px 0 50px rgba(7,23,17,.12)}
.admin-brand{padding:12px 14px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.admin-brand img{background:#fff;border-radius:12px;padding:4px}
.admin-brand span{text-transform:uppercase;letter-spacing:.08em;font-weight:900}
.side-nav button{position:relative;border-radius:16px;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}
.side-nav button:hover{transform:translateX(2px)}
.side-nav button.active{background:linear-gradient(180deg,rgba(216,191,98,.22),rgba(216,191,98,.14));box-shadow:0 10px 24px rgba(0,0,0,.16)}
.side-nav svg{padding:6px;border-radius:10px;background:rgba(255,255,255,.08)}
.admin-topbar{position:sticky;top:0;z-index:8;background:rgba(245,247,245,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(17,40,31,.06)}
.top-title small{text-transform:uppercase;letter-spacing:.16em;color:#6e7d77;font-weight:800}
.top-title h1{letter-spacing:-.04em}
.stat-card,.panel-card,.integration-card,.finance-card{border:1px solid #e0e8e3;background:linear-gradient(180deg,#fff,#fafcfb);box-shadow:0 18px 40px rgba(10,28,21,.05)}
.stat-card strong{letter-spacing:-.04em}
.section-head h2,.card-heading h3{letter-spacing:-.03em}
.kanban-col{border:1px solid #e0e8e3;background:linear-gradient(180deg,#ffffff,#f8fbf9);box-shadow:0 18px 34px rgba(11,31,24,.05)}
.kanban-head{border-bottom:1px solid #edf2ef;background:rgba(7,40,30,.02)}
.order-card{border:1px solid #e2eae5;background:#fff}
.admin-btn.primary,.small-btn.primary{background:linear-gradient(180deg,#114c39,#0b3528);box-shadow:0 14px 28px rgba(17,76,57,.16)}
.admin-btn,.small-btn,.icon-btn,.logout{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.admin-btn:hover,.small-btn:hover,.icon-btn:hover{transform:translateY(-1px)}
.status-pill{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.upload-guidance,.package-note{border-radius:18px}
.integration-card.featured{border-color:#d7c58d;background:linear-gradient(180deg,#fffdf6,#fff9ea)}
@media (max-width: 900px){.admin-topbar{position:sticky}}

/* v1.4.1 quick correction: shorter and cleaner landing */
.storefront-v141 .compact-header .brand-lockup-compact{gap:12px}
.storefront-v141 .compact-header .header-link-whatsapp{display:inline-flex}
.storefront-v141 .compact-header .cart-header-button-green{background:linear-gradient(180deg,#104a37,#0b3327);color:#fff;border:1px solid #0b3327;box-shadow:0 16px 28px rgba(11,51,39,.22)}
.storefront-v141 .compact-header .cart-header-button-green svg{fill:currentColor}
.storefront-v141 .compact-header .cart-header-button-green #cartCount{background:#f1d978;color:#163227}
.storefront-v141 .hero-centered-single{padding:34px 0 36px;background:radial-gradient(circle at 50% 0%,rgba(216,191,98,.16),transparent 28%),linear-gradient(180deg,#faf7f0 0%,#f6efe3 100%)}
.storefront-v141 .hero-single-inner{max-width:860px;display:grid;justify-items:center;text-align:center;gap:18px}
.storefront-v141 .hero-center-brand{display:grid;justify-items:center;gap:14px}
.storefront-v141 .hero-center-brand img{width:120px;height:120px;object-fit:contain;border-radius:28px;background:linear-gradient(180deg,#fff,#f2eadb);padding:14px;box-shadow:0 20px 45px rgba(10,36,28,.10)}
.storefront-v141 .hero-center-image{width:100%;display:flex;justify-content:center}
.storefront-v141 .hero-stage-frame-single{margin-top:0;width:min(540px,100%);min-height:auto;padding:28px 22px 18px;border-radius:30px}
.storefront-v141 .hero-stage-frame-single img{width:min(420px,100%);height:300px;object-fit:cover;border-radius:26px;transform:none}
.storefront-v141 .hero-center-copy{max-width:680px;display:grid;justify-items:center;gap:0}
.storefront-v141 .hero-center-copy h1{margin:8px 0 10px;font-size:clamp(34px,5.5vw,58px);line-height:.98;max-width:14ch}
.storefront-v141 .hero-center-copy p{margin:0 auto 14px;max-width:600px}
.storefront-v141 .hero-price-centered{justify-content:center;margin-bottom:18px}
.storefront-v141 .hero-cta-row-centered{justify-content:center}
.storefront-v141 .product-section{padding-top:14px}
.storefront-v141 .product-layout-landing{gap:26px}
.storefront-v141 .gallery-card-premium img{min-height:380px;background:#f6efe3}
.storefront-v141 .selector-block{margin-top:10px}
.storefront-v141 .selector-head small{white-space:normal;text-align:right}
.storefront-v141 .color-options-premium{grid-template-columns:repeat(2,minmax(0,1fr))}
.storefront-v141 .professional-assurances-premium{padding-bottom:0}
.storefront-v141 .footer-premium{margin-top:10px}
@media (max-width: 900px){
  .storefront-v141 .compact-header-inner{justify-content:space-between}
  .storefront-v141 .hero-center-brand img{width:96px;height:96px;border-radius:24px}
  .storefront-v141 .hero-stage-frame-single img{height:240px}
}
@media (max-width: 680px){
  .storefront-v141 .header-link-whatsapp{display:none}
  .storefront-v141 .hero-centered-single{padding-top:26px}
  .storefront-v141 .hero-stage-frame-single{padding:18px 12px 12px}
  .storefront-v141 .hero-stage-frame-single img{height:215px}
  .storefront-v141 .hero-center-copy h1{font-size:36px}
  .storefront-v141 .hero-center-copy p{font-size:15px}
  .storefront-v141 .hero-cta-row-centered{width:100%;display:grid;grid-template-columns:1fr;gap:10px}
  .storefront-v141 .color-options-premium{grid-template-columns:1fr}
  .storefront-v141 .selector-head{align-items:flex-start;flex-direction:column}
}
