:root{
  --bg:#050505;
  --text:#fff;
  --muted:rgba(255,255,255,.68);
  --soft:rgba(255,255,255,.08);
  --line:rgba(255,255,255,.12);
  --gold:#e7ad34;
  --gold2:#e9bf8e;
  --orange:#cf7c22;
  --card:rgba(10,10,10,.72);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:18px clamp(20px,5vw,76px);
  background:linear-gradient(180deg,rgba(5,5,5,.78),rgba(5,5,5,.18));
  backdrop-filter:blur(18px);
  transition:.28s ease;
}
.site-header.is-scrolled{background:rgba(5,5,5,.86);border-bottom:1px solid var(--line)}
.logo{font-weight:900;font-size:22px;letter-spacing:.03em;color:var(--gold2)}
.nav{display:flex;align-items:center;gap:34px;color:rgba(255,255,255,.75);font-size:14px}
.nav a{transition:.22s ease}
.nav a:hover{color:#fff}
.menu-btn{display:none;background:transparent;border:0;width:42px;height:42px}
.menu-btn span{display:block;width:24px;height:2px;background:#fff;margin:6px auto;border-radius:2px}
.hero{
  position:relative;min-height:100vh;overflow:hidden;display:grid;
  grid-template-columns:minmax(500px,42vw) 1fr;align-items:center;
  padding:96px 5vw 60px;
}
.hero__media{position:absolute;inset:0;background:url('assets/optimized/hero-integrated-final.jpg') center/cover no-repeat;transform:scale(1.02);animation:heroFloat 12s ease-in-out infinite alternate}
.hero__shade{position:absolute;inset:0;background:
  radial-gradient(circle at 52% 56%,rgba(229,148,54,.24),transparent 20%),
  linear-gradient(90deg,#050505 0%,rgba(5,5,5,.92) 32%,rgba(5,5,5,.40) 57%,rgba(5,5,5,.06) 100%)}
.hero__content{position:relative;z-index:2;max-width:650px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:13px;margin:0 0 18px}
.hero .eyebrow{border:1px solid rgba(231,173,52,.65);border-radius:999px;padding:10px 18px;background:rgba(5,5,5,.3)}
.hero h1{font-size:clamp(56px,6.2vw,104px);line-height:.92;letter-spacing:-.07em;margin:0 0 16px;font-weight:900}
.hero h1 span{display:block;color:var(--gold2)}
.hero__lead{font-size:clamp(17px,1.35vw,24px);line-height:1.5;color:rgba(255,255,255,.78);max-width:620px;margin:0}
.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:560px;margin:34px 0 24px}
.hero-features div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:92px;text-align:center;border-right:1px solid rgba(255,255,255,.22);padding:0 16px;color:#f1f1f1}
.hero-features div:last-child{border-right:0}
.hero-features svg{width:38px;height:38px;fill:none;stroke:var(--gold);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 12px rgba(231,173,52,.25))}
.hero-offer{display:flex;gap:14px;flex-wrap:wrap;align-items:stretch}
.price-card,.timer{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(10,10,10,.86),rgba(10,10,10,.62));border-radius:22px;box-shadow:0 22px 70px rgba(0,0,0,.35);backdrop-filter:blur(14px)}
.price-card{padding:18px 24px;min-width:255px}
.price-card span,.timer>span{text-transform:uppercase;font-size:12px;font-weight:800;color:var(--gold);letter-spacing:.06em}
.price-card strong{display:block;color:var(--gold2);font-size:56px;line-height:1;margin:8px 0 4px}
.price-card small{font-size:22px;color:#efbd73}
.price-card p{margin:0;color:rgba(255,255,255,.78);font-size:14px}
.price-card p:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--gold);margin-right:8px}
.timer{padding:18px 20px;min-width:230px}
.timer__grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px;margin-top:14px}
.timer__grid b{font-size:34px;letter-spacing:.04em}.timer__grid i{font-style:normal;font-size:28px;color:#fff}
.timer__labels{display:grid;grid-template-columns:1fr 1fr 1fr;color:rgba(255,255,255,.6);font-size:11px;text-align:center;margin-top:2px}
.hero-actions{display:flex;gap:14px;margin-top:16px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;border:1px solid transparent;border-radius:18px;padding:18px 28px;font-weight:800;transition:.28s ease;cursor:pointer}
.btn--primary{background:linear-gradient(180deg,#f1c78f,#cf7c22);color:#fff;box-shadow:0 20px 50px rgba(207,124,34,.28)}
.btn--primary:hover{transform:translateY(-3px);box-shadow:0 26px 60px rgba(207,124,34,.38)}
.btn--glass{border-color:var(--line);background:rgba(255,255,255,.05);backdrop-filter:blur(12px)}
.btn--glass:hover{background:rgba(255,255,255,.10)}
.hero-specs{position:absolute;z-index:3;right:5vw;top:118px;display:grid;gap:14px;width:300px}
.spec-card{padding:22px 24px;border:1px solid var(--line);border-radius:22px;background:rgba(9,9,9,.78);backdrop-filter:blur(16px);box-shadow:0 18px 55px rgba(0,0,0,.34);transition:.25s ease}
.spec-card:hover{transform:translateY(-2px);border-color:rgba(231,173,52,.35)}
.spec-card span{display:block;color:rgba(255,255,255,.7);font-size:14px;margin-bottom:8px}
.spec-card strong{font-size:28px;color:#f3dfbd}
.size-callout{position:absolute;z-index:3;right:44%;bottom:95px;display:flex;align-items:center;gap:15px;padding:14px 18px;border-radius:22px;background:linear-gradient(90deg,rgba(5,5,5,.86),rgba(5,5,5,.32));color:#fff}
.size-callout__arrow{position:relative;width:22px;height:66px;color:var(--gold)}
.size-callout__arrow:before{content:"↕";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:58px;line-height:1}
.size-callout p{margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.25}.size-callout b{color:var(--gold2)}
.section{padding:110px 5vw;position:relative}
.section-head{max-width:820px;margin-bottom:38px}.section-head h2{font-size:clamp(36px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin:0 0 18px}.section-head p{color:var(--muted);font-size:18px;line-height:1.65;margin:0}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.benefit-card,.step,details,.order-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border-radius:30px;backdrop-filter:blur(14px);box-shadow:0 20px 70px rgba(0,0,0,.22)}
.benefit-card{padding:34px}.benefit-card span{color:var(--gold);font-weight:900}.benefit-card h3{font-size:26px;margin:18px 0 12px}.benefit-card p,.step p,details p{color:var(--muted);line-height:1.6}
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.product-card{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.05);transition:.28s ease}
.product-card:hover{transform:translateY(-6px);border-color:rgba(231,173,52,.32)}
.product-card img{aspect-ratio:1/1;object-fit:cover;width:100%}.product-card div{padding:20px}.product-card h3{margin:0 0 8px;font-size:21px}.product-card p{min-height:70px;color:var(--muted);font-size:14px;line-height:1.5}.product-card strong{display:block;color:var(--gold2);margin:16px 0}.mini-btn{display:flex;justify-content:center;border-radius:14px;padding:13px;background:rgba(231,173,52,.12);border:1px solid rgba(231,173,52,.24);color:#f2d8ad;font-weight:800}
.interior-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:280px;gap:18px}.interior-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid var(--line);background:#111}.interior-card--large{grid-row:span 2}.interior-card img{width:100%;height:100%;object-fit:cover;transition:.55s ease}.interior-card:hover img{transform:scale(1.045)}.interior-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78))}.interior-card div{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}.interior-card span{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.interior-card h3{margin:6px 0 0}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:34px}.step b{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:rgba(231,173,52,.12);color:var(--gold);margin-bottom:20px}.step h3{font-size:25px;margin:0 0 12px}
.faq-list{display:grid;gap:12px;max-width:900px}details{padding:22px 26px}summary{cursor:pointer;font-weight:800;font-size:18px}details p{margin:16px 0 0}
.order-card{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding:36px}.order-card h2{font-size:clamp(32px,4vw,56px);line-height:1;margin:0 0 16px}.order-card p{color:var(--muted);line-height:1.6}
.form{display:grid;gap:14px}.form input,.form select,.form textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:16px 18px;background:rgba(0,0,0,.35);color:#fff}.form textarea{min-height:120px;resize:vertical}
.sticky-cta{position:fixed;right:22px;bottom:22px;z-index:90;background:linear-gradient(180deg,#f1c78f,#cf7c22);border-radius:999px;padding:16px 24px;font-weight:900;box-shadow:0 18px 45px rgba(0,0,0,.35);transition:.25s ease}.sticky-cta:hover{transform:translateY(-3px)}

.info-pages{padding-top:86px;background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(255,255,255,.035))}
.info-pages__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1180px}
.info-page{scroll-margin-top:96px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));padding:28px;box-shadow:0 18px 60px rgba(0,0,0,.2)}
.info-page--wide{grid-column:1/-1}
.info-page__label{display:inline-flex;margin-bottom:14px;color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.info-page h3{margin:0 0 14px;font-size:26px;letter-spacing:-.025em}
.info-page p{margin:0 0 16px;color:var(--muted);line-height:1.65}
.info-page ul{margin:0;padding-left:18px;color:rgba(255,255,255,.72);line-height:1.65}
.info-page li+li{margin-top:8px}
.info-page:target{border-color:rgba(231,173,52,.55);box-shadow:0 0 0 1px rgba(231,173,52,.18),0 24px 80px rgba(207,124,34,.14)}

.footer{padding:42px 5vw 24px;border-top:1px solid var(--line);color:var(--muted);background:rgba(255,255,255,.02)}
.footer__grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:clamp(28px,7vw,110px);max-width:1180px;margin:0 auto}
.footer__col{display:grid;align-content:start;gap:13px;font-size:16px;line-height:1.35}
.footer__title{margin:0 0 6px;color:var(--text);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.footer__phone{color:var(--text);font-size:24px;font-weight:900;letter-spacing:.04em}
.footer__muted{font-size:14px;color:rgba(255,255,255,.64)}
.footer a,.footer span{transition:.2s ease}
.footer a:hover{color:var(--gold2)}
.footer__bottom{max-width:1180px;margin:34px auto 0;padding-top:22px;border-top:1px solid var(--line);text-align:center;font-size:14px;color:rgba(255,255,255,.58)}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}
@keyframes heroFloat{from{transform:scale(1.02) translate3d(0,0,0)}to{transform:scale(1.045) translate3d(-10px,-8px,0)}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(max-width:1180px){.hero{grid-template-columns:1fr;padding-top:120px}.hero__shade{background:linear-gradient(90deg,rgba(5,5,5,.92),rgba(5,5,5,.55),rgba(5,5,5,.16))}.hero-specs{right:24px;top:90px;width:255px}.size-callout{right:34%;bottom:70px}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){
  .site-header{padding:14px 18px}.menu-btn{display:block}.nav{position:absolute;top:70px;left:18px;right:18px;display:none;flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--line);border-radius:22px;background:rgba(5,5,5,.92)}.nav.is-open{display:flex}
  .hero{min-height:auto;display:flex;align-items:flex-end;padding:390px 18px 44px}
  .hero__media{background-position:68% top;background-size:auto 390px;background-repeat:no-repeat}
  .hero__shade{background:linear-gradient(180deg,rgba(5,5,5,.02) 0%,rgba(5,5,5,.34) 38%,#050505 70%)}
  .hero h1{font-size:clamp(42px,12vw,62px)}.hero__lead{font-size:16px}
  .hero-features{margin:22px 0;grid-template-columns:repeat(3,1fr)}.hero-features div{min-height:82px;padding:0 8px;font-size:12px}.hero-features svg{width:32px;height:32px}
  .hero-offer{display:grid}.price-card,.timer{width:100%}.price-card strong{font-size:50px}.price-card small{font-size:20px}.timer__grid{justify-content:space-between}
  .hero-actions{display:grid}.btn{width:100%}
  .hero-specs{top:82px;right:14px;width:172px;gap:8px}.spec-card{padding:12px 14px;border-radius:16px}.spec-card span{font-size:11px;margin-bottom:4px}.spec-card strong{font-size:18px}
  .size-callout{right:auto;left:18px;top:280px;bottom:auto;padding:9px 12px}.size-callout p{font-size:12px}.size-callout__arrow{height:38px}.size-callout__arrow:before{font-size:34px}
  .section{padding:76px 18px}.benefit-grid,.steps,.order-card{grid-template-columns:1fr}.info-pages__grid{grid-template-columns:1fr}.info-page,.info-page--wide{grid-column:auto}.info-page{padding:22px;border-radius:22px}.info-page h3{font-size:22px}.product-grid{grid-template-columns:1fr}.interior-grid{grid-template-columns:1fr;grid-auto-rows:260px}.interior-card--large{grid-row:auto}.sticky-cta{left:18px;right:18px;text-align:center}.footer{padding:34px 18px 112px}.footer__grid{grid-template-columns:1fr;gap:28px}.footer__col{gap:10px}.footer__phone{font-size:22px}.footer__bottom{text-align:left;margin-top:26px}
}


.product-grid--enhanced{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:28px
}
.product-gallery{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:2px;
background:#111
}
.product-gallery img{
width:100%;
aspect-ratio:1/1;
object-fit:cover;
transition:transform .4s ease
}
.product-gallery img:first-child{
grid-column:span 2;
aspect-ratio:16/10
}
.product-card:hover .product-gallery img{
transform:scale(1.03)
}
.product-info{
padding:24px
}
.product-info h3{
margin:0 0 10px;
font-size:28px
}
@media(max-width:820px){
.product-grid--enhanced{
grid-template-columns:1fr
}
}


.product-grid--premium{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:30px
}
.catalog-card{
overflow:hidden;
border-radius:34px;
border:1px solid rgba(255,255,255,.1);
background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
transition:.35s ease;
box-shadow:0 24px 70px rgba(0,0,0,.22)
}
.catalog-card:hover{
transform:translateY(-8px);
border-color:rgba(231,173,52,.3)
}
.catalog-main{
position:relative;
padding:16px 16px 14px
}
.catalog-hero{
width:100%;
aspect-ratio:16/10;
object-fit:cover;
border-radius:24px;
box-shadow:0 18px 42px rgba(0,0,0,.18)
}
.catalog-thumbs{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
margin-top:12px
}
.catalog-thumb{
margin:0;
display:flex;
flex-direction:column;
border-radius:20px;
overflow:hidden;
background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));
border:1px solid rgba(255,255,255,.09);
box-shadow:0 14px 32px rgba(0,0,0,.12)
}
.catalog-thumb img{
width:100%;
aspect-ratio:1/1;
display:block
}
.catalog-thumb--material img{
object-fit:cover
}
.catalog-thumb--size{
background:linear-gradient(180deg,#f4efe7,#ece3d4)
}
.catalog-thumb--size img{
object-fit:contain;
padding:14px;
background:linear-gradient(180deg,#f6f1ea,#eee4d6);
filter:saturate(.96) contrast(.94) brightness(.985)
}
.catalog-thumb figcaption{
padding:11px 14px 13px;
font-size:11px;
font-weight:800;
letter-spacing:.08em;
color:rgba(255,255,255,.76);
text-transform:uppercase;
border-top:1px solid rgba(255,255,255,.07)
}
.catalog-thumb--size figcaption{
color:rgba(30,22,10,.72);
border-top:1px solid rgba(50,30,8,.10)
}
.catalog-badge{
position:absolute;
left:28px;
top:28px;
display:flex;
align-items:center;
gap:9px;
padding:10px 16px;
border-radius:999px;
background:rgba(18,16,14,.78);
backdrop-filter:blur(12px);
font-weight:800;
font-size:14px;
box-shadow:0 12px 26px rgba(0,0,0,.18)
}
.catalog-badge i{
width:11px;
height:11px;
border-radius:50%;
display:block;
box-shadow:0 0 0 3px rgba(255,255,255,.06)
}
.catalog-content{
padding:0 22px 22px
}
.catalog-content p{
margin:0;
color:rgba(255,255,255,.74);
line-height:1.55;
font-size:15px;
max-width:32ch
}
.catalog-bottom{
display:flex;
justify-content:space-between;
align-items:center;
gap:18px;
margin-top:18px
}
.catalog-bottom strong{
font-size:26px;
color:#efc38a
}
.catalog-bottom .mini-btn{
min-width:172px
}
@media(max-width:820px){
.product-grid--premium{
grid-template-columns:1fr
}
.catalog-badge{
left:22px;
top:22px;
padding:9px 14px;
font-size:13px
}
.catalog-content p{
max-width:none
}
.catalog-bottom{
flex-direction:column;
align-items:stretch
}
.catalog-bottom strong{
font-size:24px
}
}
@media(max-width:520px){
.catalog-main{
padding:14px 14px 12px
}
.catalog-hero{
border-radius:22px
}
.catalog-thumbs{
gap:10px
}
.catalog-thumb,
.catalog-thumb img{
border-radius:18px
}
.catalog-thumb figcaption{
padding:10px 12px 12px;
font-size:10px;
letter-spacing:.07em
}
.catalog-content{
padding:0 18px 18px
}
.catalog-content p{
font-size:14px;
line-height:1.5
}
.catalog-bottom .mini-btn{
min-width:0
}
}


/* ================================
   FINAL INTEGRATED PREMIUM HERO
   Uses generated premium scene as a polished visual background.
   Keeps real HTML navigation, price, timer, CTA and product cards intact.
================================ */
.hero{
  min-height:100vh !important;
  display:flex !important;
  align-items:center !important;
  padding:118px 5vw 58px !important;
  background:#050505 !important;
}

.hero__media{
  position:absolute !important;
  inset:0 !important;
  background-image:url('assets/optimized/hero-integrated-final.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  transform:none !important;
  animation:none !important;
}

.hero__shade{
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg, rgba(5,5,5,.16) 0%, rgba(5,5,5,.12) 36%, rgba(5,5,5,.02) 70%, rgba(5,5,5,.08) 100%),
    linear-gradient(180deg, rgba(5,5,5,.18) 0%, rgba(5,5,5,0) 30%, rgba(5,5,5,.16) 100%) !important;
  pointer-events:none !important;
}

.hero__content{
  position:relative !important;
  z-index:4 !important;
  max-width:620px !important;
  padding-top:14px !important;
}

.hero .eyebrow{
  background:rgba(5,5,5,.54) !important;
  backdrop-filter:blur(12px) !important;
  border-color:rgba(231,173,52,.75) !important;
  color:#f1bd54 !important;
}

.hero h1{
  max-width:600px !important;
  font-size:clamp(48px,5.05vw,82px) !important;
  line-height:1.08 !important;
  letter-spacing:-.05em !important;
  margin-bottom:20px !important;
}

.hero h1 span{
  color:#e8b65f !important;
}

.hero__lead{
  max-width:500px !important;
  font-size:clamp(17px,1.28vw,22px) !important;
  color:rgba(255,255,255,.76) !important;
}

.hero-features{
  max-width:560px !important;
  margin:34px 0 26px !important;
}

.hero-features div{
  min-height:86px !important;
  background:transparent !important;
  border-right:1px solid rgba(255,255,255,.18) !important;
}

.hero-features div:last-child{
  border-right:0 !important;
}

.hero-features svg{
  color:#e7ad34 !important;
  stroke:#e7ad34 !important;
}

.hero-offer{
  align-items:center !important;
  gap:18px !important;
}

.price-card{
  min-width:285px !important;
  padding:20px 24px !important;
  border-radius:20px !important;
  background:rgba(8,8,8,.64) !important;
  border-color:rgba(255,255,255,.12) !important;
  backdrop-filter:blur(16px) !important;
}

.price-card strong{
  color:#fff !important;
  font-size:46px !important;
}

.price-card small{
  color:#fff !important;
  font-size:22px !important;
}



.hero-actions{
  margin-top:18px !important;
}

.hero-actions .btn--primary{
  min-width:300px !important;
  min-height:64px !important;
  border-radius:14px !important;
  color:#111 !important;
  background:linear-gradient(180deg,#f1c873,#df962c) !important;
  box-shadow:0 22px 55px rgba(220,145,42,.28) !important;
}

.hero-actions .btn--glass{
  display:none !important;
}

.hero-specs{
  position:absolute !important;
  z-index:5 !important;
  top:124px !important;
  right:5.8vw !important;
  width:300px !important;
  gap:16px !important;
}

.spec-card{
  background:rgba(18,18,18,.72) !important;
  backdrop-filter:blur(16px) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:18px !important;
  padding:22px 24px !important;
}

.spec-card span{
  color:rgba(255,255,255,.66) !important;
}

.spec-card strong{
  color:#fff !important;
}

.size-callout{
  display:none !important;
}

.sticky-cta{
  display:none !important;
}

.site-header{
  background:rgba(5,5,5,.78) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}

.logo{
  color:#fff !important;
}

@media(max-width:1180px){
  .hero{
    padding-top:115px !important;
  }

  .hero__media{
    background-position:center right !important;
  }

  .hero__shade{
    background:
      linear-gradient(90deg, rgba(5,5,5,.44), rgba(5,5,5,.18) 56%, rgba(5,5,5,.08)),
      linear-gradient(180deg, rgba(5,5,5,.22), rgba(5,5,5,0) 45%, rgba(5,5,5,.28)) !important;
  }

  .hero-specs{
    right:24px !important;
    width:260px !important;
  }
}

@media(max-width:820px){
  .hero{
    min-height:auto !important;
    padding:470px 18px 44px !important;
    align-items:flex-end !important;
  }

  .hero__media{
    background-size:auto 470px !important;
    background-position:67% top !important;
  }

  .hero__shade{
    background:
      linear-gradient(180deg, rgba(5,5,5,.08) 0%, rgba(5,5,5,.18) 35%, #050505 72%),
      linear-gradient(90deg, rgba(5,5,5,.20), rgba(5,5,5,0) 70%) !important;
  }

  .hero__content{
    max-width:none !important;
    width:100% !important;
    padding-top:0 !important;
  }

  .hero h1{
    font-size:clamp(40px,11.2vw,56px) !important;
    line-height:1.06 !important;
  }

  .hero__lead{
    max-width:100% !important;
    font-size:16px !important;
  }

  .hero-features{
    grid-template-columns:repeat(2,1fr) !important;
    gap:10px !important;
    margin:24px 0 !important;
  }

  .hero-features div{
    min-height:78px !important;
    border:1px solid rgba(255,255,255,.11) !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.035) !important;
    padding:10px !important;
  }

  .hero-features div:last-child{
    grid-column:span 2 !important;
  }

  .price-card{
    width:100% !important;
    min-width:0 !important;
  }

  .price-card strong{
    font-size:42px !important;
  }

  .hero-actions .btn--primary{
    width:100% !important;
    min-width:0 !important;
  }

  .hero-specs{
    top:88px !important;
    right:14px !important;
    width:180px !important;
    gap:10px !important;
  }

  .spec-card{
    padding:12px 14px !important;
    border-radius:14px !important;
  }

  .spec-card span{
    font-size:11px !important;
  }

  .spec-card strong{
    font-size:18px !important;
  }
}

@media(max-width:420px){
  .hero{
    padding-top:440px !important;
  }

  .hero__media{
    background-size:auto 440px !important;
    background-position:68% top !important;
  }

  .hero-specs{
    width:165px !important;
  }
}


/* Post-check fixes: keep countdown visible and avoid broken images */
.hero .timer{
  display:block !important;
  min-width:220px !important;
  padding:18px 20px !important;
  background:rgba(8,8,8,.64) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:20px !important;
  backdrop-filter:blur(16px) !important;
}
.hero .timer__grid b{
  color:#fff !important;
}
@media(max-width:820px){
  .hero .timer{
    width:100% !important;
    min-width:0 !important;
  }
}


/* ================================
   HERO DUPLICATE CLEANUP FIX
   The generated hero image contains baked-in UI. These masks hide baked-in text/specs/buttons,
   while keeping live HTML elements readable and clickable.
================================ */
.hero{
  position:relative !important;
  isolation:isolate !important;
}

.hero__media{
  z-index:0 !important;
  filter:saturate(.98) contrast(1.03) brightness(.96) !important;
}

.hero__shade{
  z-index:1 !important;
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 29%,
      rgba(5,5,5,.93) 42%,
      rgba(5,5,5,.62) 54%,
      rgba(5,5,5,.18) 67%,
      rgba(5,5,5,.04) 100%),
    linear-gradient(180deg,
      rgba(5,5,5,.74) 0%,
      rgba(5,5,5,.18) 18%,
      rgba(5,5,5,0) 46%,
      rgba(5,5,5,.36) 100%) !important;
}

/* cover baked-in left UI from the generated picture */
.hero::after{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:58% !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 72% 46%, rgba(207,124,34,.20), transparent 22%),
    linear-gradient(90deg,
      #050505 0%,
      #050505 48%,
      rgba(5,5,5,.90) 70%,
      rgba(5,5,5,.22) 100%) !important;
}

/* cover baked-in spec cards at top-right from the generated picture */
.hero::before{
  content:"" !important;
  position:absolute !important;
  top:78px !important;
  right:0 !important;
  width:410px !important;
  height:300px !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg, rgba(5,5,5,0), rgba(5,5,5,.62) 24%, rgba(5,5,5,.86) 100%),
    radial-gradient(circle at 74% 50%, rgba(5,5,5,.95), rgba(5,5,5,.72) 45%, rgba(5,5,5,0) 74%) !important;
}

.hero__content{
  z-index:4 !important;
  max-width:620px !important;
}

.hero .eyebrow{
  position:relative !important;
  z-index:5 !important;
  margin-bottom:22px !important;
}

.hero h1{
  position:relative !important;
  z-index:5 !important;
  text-shadow:0 12px 38px rgba(0,0,0,.82) !important;
}

.hero__lead,
.hero-features,
.hero-offer,
.hero-actions{
  position:relative !important;
  z-index:5 !important;
}

.hero-specs{
  z-index:6 !important;
  top:126px !important;
  right:5.2vw !important;
}

.spec-card{
  background:linear-gradient(180deg, rgba(18,18,18,.93), rgba(18,18,18,.82)) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.42) !important;
}

.hero-offer{
  display:grid !important;
  grid-template-columns:minmax(280px, 310px) minmax(210px, 230px) !important;
  align-items:stretch !important;
  gap:14px !important;
  max-width:560px !important;
}

.price-card,
.hero .timer{
  min-width:0 !important;
  width:100% !important;
  min-height:116px !important;
}

.hero .timer{
  display:block !important;
  padding:18px 20px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(8,8,8,.88),rgba(8,8,8,.72)) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 18px 54px rgba(0,0,0,.35) !important;
}

.hero-actions{
  margin-top:16px !important;
  max-width:310px !important;
}

.hero-actions .btn--primary{
  width:100% !important;
  min-width:0 !important;
  color:#111 !important;
  font-weight:900 !important;
}

/* avoid doubled visual noise from baked-in bottom strip */
.hero .btn--glass{
  display:none !important;
}

@media(max-width:1180px){
  .hero::after{
    width:68% !important;
    background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.96) 48%,rgba(5,5,5,.48) 100%) !important;
  }

  .hero::before{
    width:340px !important;
    height:250px !important;
  }

  .hero-offer{
    grid-template-columns:1fr !important;
    max-width:380px !important;
  }

  .hero-actions{
    max-width:380px !important;
  }
}

@media(max-width:820px){
  .hero{
    padding-top:430px !important;
  }

  .hero__media{
    background-position:70% top !important;
    background-size:auto 430px !important;
  }

  .hero__shade{
    background:
      linear-gradient(180deg,
        rgba(5,5,5,.18) 0%,
        rgba(5,5,5,.20) 34%,
        rgba(5,5,5,.92) 68%,
        #050505 100%) !important;
  }

  .hero::after{
    inset:300px 0 0 0 !important;
    width:100% !important;
    background:linear-gradient(180deg, rgba(5,5,5,0), #050505 30%, #050505 100%) !important;
  }

  .hero::before{
    top:76px !important;
    right:0 !important;
    width:220px !important;
    height:175px !important;
    background:linear-gradient(90deg,rgba(5,5,5,0),rgba(5,5,5,.76) 45%,rgba(5,5,5,.88)) !important;
  }

  .hero__content{
    width:100% !important;
  }

  .hero-offer{
    grid-template-columns:1fr !important;
    max-width:none !important;
  }

  .price-card,
  .hero .timer{
    min-height:auto !important;
  }

  .hero-actions{
    max-width:none !important;
  }

  .hero-specs{
    top:88px !important;
    right:14px !important;
  }
}

@media(max-width:420px){
  .hero{
    padding-top:410px !important;
  }

  .hero__media{
    background-size:auto 410px !important;
    background-position:70% top !important;
  }
}


/* ==========================================================
   HERO CLEAN REBUILD — NO BAKED UI
   Important: product scene image contains no text/buttons/cards.
   All visible UI is real HTML/CSS, so duplicates cannot happen.
========================================================== */
.hero--no-baked-ui{
  position:relative !important;
  min-height:100vh !important;
  overflow:hidden !important;
  isolation:isolate !important;
  display:grid !important;
  grid-template-columns:minmax(500px, 42vw) 1fr !important;
  align-items:center !important;
  padding:112px 5vw 64px !important;
  background:
    radial-gradient(circle at 52% 55%, rgba(211,128,44,.22), transparent 19%),
    linear-gradient(90deg,#050505 0%,#070605 38%,#15100a 70%,#050505 100%) !important;
}
.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 73% 45%, rgba(234,157,54,.30), transparent 20%),
    linear-gradient(90deg,#050505 0%, rgba(5,5,5,.98) 34%, rgba(5,5,5,.64) 50%, rgba(5,5,5,.12) 100%) !important;
}
.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
  max-width:640px !important;
  padding:0 !important;
}
.hero--no-baked-ui .eyebrow{
  display:inline-flex !important;
  padding:10px 18px !important;
  border:1px solid rgba(231,173,52,.70) !important;
  border-radius:999px !important;
  color:#f1bd54 !important;
  background:rgba(5,5,5,.45) !important;
  backdrop-filter:blur(12px) !important;
  text-transform:uppercase !important;
  letter-spacing:.10em !important;
  font-size:13px !important;
  font-weight:800 !important;
  margin:0 0 22px !important;
}
.hero--no-baked-ui h1{
  margin:0 0 18px !important;
  max-width:620px !important;
  font-size:clamp(54px,5.8vw,96px) !important;
  line-height:.96 !important;
  letter-spacing:-.065em !important;
  color:#fff !important;
  font-weight:900 !important;
  text-shadow:0 16px 46px rgba(0,0,0,.72) !important;
}
.hero--no-baked-ui h1 span{
  display:block !important;
  color:#e9bf8e !important;
}
.hero--no-baked-ui .hero__lead{
  max-width:580px !important;
  margin:0 !important;
  color:rgba(255,255,255,.78) !important;
  font-size:clamp(17px,1.35vw,23px) !important;
  line-height:1.5 !important;
}
.hero--no-baked-ui .hero-features{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:0 !important;
  max-width:560px !important;
  margin:34px 0 26px !important;
}
.hero--no-baked-ui .hero-features div{
  min-height:92px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  padding:0 18px !important;
  text-align:center !important;
  border-right:1px solid rgba(255,255,255,.22) !important;
  color:rgba(255,255,255,.88) !important;
  background:transparent !important;
}
.hero--no-baked-ui .hero-features div:last-child{border-right:0 !important}
.hero--no-baked-ui .hero-features svg{
  width:38px !important;
  height:38px !important;
  fill:none !important;
  stroke:#e7ad34 !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  filter:drop-shadow(0 0 12px rgba(231,173,52,.22)) !important;
}
.hero--no-baked-ui .hero-offer{
  display:grid !important;
  grid-template-columns:minmax(280px,310px) minmax(220px,240px) !important;
  gap:14px !important;
  max-width:570px !important;
  align-items:stretch !important;
}
.hero--no-baked-ui .price-card,
.hero--no-baked-ui .timer{
  width:100% !important;
  min-width:0 !important;
  min-height:120px !important;
  padding:18px 22px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(9,9,9,.88),rgba(9,9,9,.70)) !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 18px 56px rgba(0,0,0,.35) !important;
}
.hero--no-baked-ui .price-card span,
.hero--no-baked-ui .timer>span{
  display:block !important;
  color:#e7ad34 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
  font-size:12px !important;
  font-weight:900 !important;
  margin:0 0 8px !important;
}
.hero--no-baked-ui .price-card strong{
  display:block !important;
  color:#fff !important;
  font-size:48px !important;
  line-height:1 !important;
  margin:0 0 8px !important;
}
.hero--no-baked-ui .price-card small{
  color:#fff !important;
  font-size:21px !important;
}
.hero--no-baked-ui .price-card p{
  margin:0 !important;
  color:rgba(255,255,255,.76) !important;
  font-size:14px !important;
}
.hero--no-baked-ui .price-card p:before{
  content:"" !important;
  display:inline-block !important;
  width:8px !important;
  height:8px !important;
  margin-right:8px !important;
  border-radius:50% !important;
  background:#e7ad34 !important;
}
.hero--no-baked-ui .timer__grid{
  display:grid !important;
  grid-template-columns:1fr auto 1fr auto 1fr !important;
  gap:8px !important;
  align-items:center !important;
  margin:12px 0 2px !important;
}
.hero--no-baked-ui .timer__grid b{
  color:#fff !important;
  font-size:32px !important;
  line-height:1 !important;
  text-align:center !important;
}
.hero--no-baked-ui .timer__grid i{
  font-style:normal !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
}
.hero--no-baked-ui .timer__labels{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  color:rgba(255,255,255,.58) !important;
  font-size:10px !important;
  text-align:center !important;
}
.hero--no-baked-ui .hero-actions{
  display:flex !important;
  gap:14px !important;
  flex-wrap:wrap !important;
  margin-top:16px !important;
}
.hero--no-baked-ui .btn{
  min-height:58px !important;
  border-radius:16px !important;
  font-weight:900 !important;
}
.hero--no-baked-ui .btn--primary{
  min-width:310px !important;
  color:#111 !important;
  background:linear-gradient(180deg,#f2c879,#db942e) !important;
  box-shadow:0 22px 55px rgba(219,148,46,.26) !important;
}
.hero--no-baked-ui .btn--glass{
  border-color:rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.05) !important;
  color:#fff !important;
}
.hero--no-baked-ui .hero-product{
  position:absolute !important;
  z-index:2 !important;
  top:82px !important;
  right:0 !important;
  bottom:0 !important;
  width:64% !important;
  pointer-events:none !important;
}
.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center right !important;
  display:block !important;
}
.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:24% !important;
  background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.68) 38%,rgba(5,5,5,0) 100%) !important;
  z-index:2 !important;
}
.hero--no-baked-ui .hero-specs{
  position:absolute !important;
  z-index:5 !important;
  top:42px !important;
  right:5.5vw !important;
  display:grid !important;
  gap:14px !important;
  width:300px !important;
}
.hero--no-baked-ui .spec-card{
  padding:22px 24px !important;
  border-radius:20px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  background:linear-gradient(180deg,rgba(18,18,18,.90),rgba(18,18,18,.78)) !important;
  backdrop-filter:blur(16px) !important;
  box-shadow:0 18px 55px rgba(0,0,0,.36) !important;
}
.hero--no-baked-ui .spec-card span{
  display:block !important;
  color:rgba(255,255,255,.68) !important;
  font-size:14px !important;
  margin-bottom:8px !important;
}
.hero--no-baked-ui .spec-card strong{
  display:block !important;
  color:#fff !important;
  font-size:28px !important;
}
.hero--no-baked-ui .size-callout{
  position:absolute !important;
  z-index:5 !important;
  left:5% !important;
  bottom:8% !important;
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  padding:12px 16px !important;
  border-radius:20px !important;
  background:linear-gradient(90deg,rgba(5,5,5,.84),rgba(5,5,5,.35)) !important;
  color:#fff !important;
  backdrop-filter:blur(10px) !important;
}
.hero--no-baked-ui .size-callout__arrow{
  position:relative !important;
  width:20px !important;
  height:58px !important;
  color:#e7ad34 !important;
}
.hero--no-baked-ui .size-callout__arrow:before{
  content:"↕" !important;
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:50px !important;
  line-height:1 !important;
}
.hero--no-baked-ui .size-callout p{
  margin:0 !important;
  color:rgba(255,255,255,.80) !important;
  font-size:15px !important;
  line-height:1.25 !important;
}
.hero--no-baked-ui .size-callout b{color:#e9bf8e !important}
.hero--no-baked-ui .sticky-cta{display:none !important}

@media(max-width:1180px){
  .hero--no-baked-ui{
    grid-template-columns:1fr !important;
    padding:112px 24px 52px !important;
  }
  .hero--no-baked-ui .hero-product{
    width:70% !important;
    opacity:.78 !important;
  }
  .hero--no-baked-ui .hero__content{
    max-width:580px !important;
  }
  .hero--no-baked-ui .hero-offer{
    grid-template-columns:1fr !important;
    max-width:390px !important;
  }
}
@media(max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:430px 18px 44px !important;
  }
  .hero--no-baked-ui .hero__bg{
    background:linear-gradient(180deg,rgba(5,5,5,.05),#050505 68%) !important;
  }
  .hero--no-baked-ui .hero-product{
    top:70px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    width:100% !important;
    height:355px !important;
    opacity:1 !important;
  }
  .hero--no-baked-ui .hero-product>img{
    object-fit:cover !important;
    object-position:center top !important;
  }
  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    height:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%,rgba(5,5,5,.18) 50%,#050505 100%) !important;
  }
  .hero--no-baked-ui .hero-specs{
    top:16px !important;
    right:14px !important;
    width:170px !important;
    gap:8px !important;
  }
  .hero--no-baked-ui .spec-card{
    padding:12px 14px !important;
    border-radius:14px !important;
  }
  .hero--no-baked-ui .spec-card span{
    font-size:11px !important;
    margin-bottom:4px !important;
  }
  .hero--no-baked-ui .spec-card strong{
    font-size:18px !important;
  }
  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
  .hero--no-baked-ui .hero__content{
    width:100% !important;
    max-width:none !important;
  }
  .hero--no-baked-ui h1{
    font-size:clamp(42px,12vw,60px) !important;
  }
  .hero--no-baked-ui .hero__lead{
    font-size:16px !important;
  }
  .hero--no-baked-ui .hero-features{
    grid-template-columns:repeat(3,1fr) !important;
    margin:24px 0 !important;
  }
  .hero--no-baked-ui .hero-features div{
    min-height:78px !important;
    padding:0 8px !important;
    font-size:12px !important;
  }
  .hero--no-baked-ui .hero-features svg{
    width:30px !important;
    height:30px !important;
  }
  .hero--no-baked-ui .hero-offer{
    grid-template-columns:1fr !important;
    max-width:none !important;
  }
  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    min-height:auto !important;
  }
  .hero--no-baked-ui .btn--primary{
    width:100% !important;
    min-width:0 !important;
  }
  .hero--no-baked-ui .btn--glass{
    display:none !important;
  }
}
@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:405px !important;
  }
  .hero--no-baked-ui .hero-product{
    height:330px !important;
  }
}


/* ==========================================================
   3DECOR PREMIUM HERO 10/10
   Old hero removed completely. New hero is a full premium visual.
   Transparent hotspots keep it functional.
========================================================== */
.hero--premium-image{
  position:relative !important;
  display:block !important;
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  background:#050505 !important;
  isolation:isolate !important;
}

.hero--premium-image .hero-premium-image__img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:center top !important;
  user-select:none !important;
  -webkit-user-drag:none !important;
}

.hero-hotspot{
  position:absolute !important;
  z-index:6 !important;
  display:block !important;
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  cursor:pointer !important;
}

/* desktop hotspots based on generated hero composition */
.hero-hotspot--benefits{ left:34.3%; top:1.8%; width:8.5%; height:6.2%; }
.hero-hotspot--products{ left:42.8%; top:1.8%; width:8.5%; height:6.2%; }
.hero-hotspot--interiors{ left:51.8%; top:1.8%; width:9.0%; height:6.2%; }
.hero-hotspot--how{ left:61.4%; top:1.8%; width:8.0%; height:6.2%; }
.hero-hotspot--order{ left:76.2%; top:1.0%; width:14.7%; height:7.2%; }
.hero-hotspot--cta{ left:2.8%; top:82.6%; width:19.4%; height:7.9%; }
.hero-hotspot--interior-cta{ left:23.3%; top:83.0%; width:16.6%; height:7.4%; }

/* keep next section close */
.hero--premium-image + .section{
  margin-top:0 !important;
}

/* mobile / tablet */
@media (max-width: 900px){
  .hero--premium-image{
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }

  .hero--premium-image .hero-premium-image__img{
    width:1320px !important;
    max-width:none !important;
  }

  .hero-hotspot--benefits{ left:455px; top:25px; width:112px; height:74px; }
  .hero-hotspot--products{ left:569px; top:25px; width:112px; height:74px; }
  .hero-hotspot--interiors{ left:687px; top:25px; width:118px; height:74px; }
  .hero-hotspot--how{ left:813px; top:25px; width:105px; height:74px; }
  .hero-hotspot--order{ left:1005px; top:15px; width:194px; height:88px; }
  .hero-hotspot--cta{ left:37px; top:874px; width:257px; height:84px; }
  .hero-hotspot--interior-cta{ left:308px; top:878px; width:221px; height:78px; }
}


/* ==========================================================
   PRODUCT HERO IMAGE REPLACEMENT — wooden slat roll product
========================================================== */
.hero--no-baked-ui .hero-product{
  top:0 !important;
  width:67% !important;
}
.hero--no-baked-ui .hero-product>img{
  object-position:center right !important;
  filter:saturate(1.02) contrast(1.02) brightness(.98) !important;
}
.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:3 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(5,5,5,.02),rgba(5,5,5,.18) 100%) !important;
}
@media(max-width:820px){
  .hero--no-baked-ui{
    padding-top:430px !important;
  }
  .hero--no-baked-ui .hero-product{
    top:60px !important;
    height:365px !important;
    width:100% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    object-position:62% top !important;
  }
}
@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:410px !important;
  }
  .hero--no-baked-ui .hero-product{
    height:340px !important;
  }
}

/* ==========================================================
   HERO REFINEMENT — smaller product, more right alignment,
   stronger left contrast, cleaner size callout and tidier spec cards
========================================================== */
.hero--no-baked-ui{
  column-gap:2vw !important;
  background:
    radial-gradient(circle at 58% 50%, rgba(211,128,44,.16), transparent 18%),
    linear-gradient(90deg,#040404 0%, #050505 34%, #080705 52%, #120d08 74%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.98) 26%,
      rgba(5,5,5,.92) 39%,
      rgba(5,5,5,.72) 49%,
      rgba(5,5,5,.38) 60%,
      rgba(5,5,5,.10) 72%,
      rgba(5,5,5,0) 100%),
    radial-gradient(circle at 76% 42%, rgba(234,157,54,.24), transparent 22%) !important;
}

.hero--no-baked-ui .hero__content{
  max-width:610px !important;
}

.hero--no-baked-ui .hero-product{
  top:18px !important;
  right:-3.5% !important;
  bottom:24px !important;
  width:57.5% !important;
}

.hero--no-baked-ui .hero-product>img{
  object-fit:contain !important;
  object-position:right center !important;
  transform:scale(.88) translateX(4%) !important;
}

.hero--no-baked-ui .hero-product:before{
  width:34% !important;
  background:linear-gradient(90deg,#050505 0%, rgba(5,5,5,.92) 36%, rgba(5,5,5,.42) 76%, rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  background:
    linear-gradient(180deg,rgba(5,5,5,.02),rgba(5,5,5,.14) 100%),
    linear-gradient(90deg,rgba(5,5,5,.02),rgba(5,5,5,.08) 100%) !important;
}

.hero--no-baked-ui .hero-specs{
  top:28px !important;
  right:3.4vw !important;
  width:250px !important;
  gap:10px !important;
}

.hero--no-baked-ui .spec-card{
  padding:18px 20px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,rgba(16,16,16,.84),rgba(16,16,16,.72)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 14px 36px rgba(0,0,0,.28) !important;
}

.hero--no-baked-ui .spec-card span{
  margin-bottom:6px !important;
  font-size:13px !important;
}

.hero--no-baked-ui .spec-card strong{
  font-size:24px !important;
  line-height:1.1 !important;
}

.hero--no-baked-ui .size-callout{
  z-index:6 !important;
  left:5vw !important;
  bottom:28px !important;
  gap:12px !important;
  max-width:230px !important;
  padding:14px 18px !important;
  border-radius:18px !important;
  border:1px solid rgba(231,173,52,.22) !important;
  background:rgba(10,10,10,.80) !important;
  box-shadow:0 18px 42px rgba(0,0,0,.28) !important;
  backdrop-filter:none !important;
}

.hero--no-baked-ui .size-callout__arrow{
  height:54px !important;
}

.hero--no-baked-ui .size-callout__arrow:before{
  font-size:46px !important;
}

.hero--no-baked-ui .size-callout p{
  font-size:15px !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui{
    padding:112px 24px 56px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(90deg,
        rgba(5,5,5,1) 0%,
        rgba(5,5,5,.98) 40%,
        rgba(5,5,5,.70) 58%,
        rgba(5,5,5,.26) 78%,
        rgba(5,5,5,0) 100%),
      radial-gradient(circle at 77% 38%, rgba(234,157,54,.18), transparent 24%) !important;
  }

  .hero--no-baked-ui .hero-product{
    top:24px !important;
    right:-6% !important;
    bottom:18px !important;
    width:64% !important;
    opacity:1 !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:scale(.90) translateX(6%) !important;
  }

  .hero--no-baked-ui .hero-specs{
    top:24px !important;
    right:24px !important;
    width:220px !important;
  }

  .hero--no-baked-ui .spec-card{
    padding:16px 18px !important;
  }

  .hero--no-baked-ui .spec-card strong{
    font-size:21px !important;
  }

  .hero--no-baked-ui .size-callout{
    left:24px !important;
    bottom:24px !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui{
    padding:420px 18px 44px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.12) 28%, rgba(5,5,5,.84) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.38),rgba(5,5,5,0) 65%) !important;
  }

  .hero--no-baked-ui .hero-product{
    top:68px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:340px !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-fit:cover !important;
    object-position:66% top !important;
  }

  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%, rgba(5,5,5,.16) 50%, #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-specs{
    top:14px !important;
    right:14px !important;
    width:156px !important;
    gap:8px !important;
  }

  .hero--no-baked-ui .spec-card{
    padding:10px 12px !important;
    border-radius:14px !important;
  }

  .hero--no-baked-ui .spec-card span{
    font-size:10px !important;
    margin-bottom:3px !important;
  }

  .hero--no-baked-ui .spec-card strong{
    font-size:17px !important;
  }

  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}

@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:400px !important;
  }

  .hero--no-baked-ui .hero-product{
    height:325px !important;
  }
}

/* ==========================================================
   HERO FIX AFTER REFINEMENT — remove hard photo rectangle,
   restore product integration, avoid CTA/size-callout overlap
========================================================== */
.hero--no-baked-ui{
  overflow:hidden !important;
  background:
    radial-gradient(circle at 66% 48%, rgba(211,128,44,.18), transparent 22%),
    linear-gradient(90deg,#040404 0%, #050505 34%, #090806 55%, #15100a 78%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 28%,
      rgba(5,5,5,.94) 41%,
      rgba(5,5,5,.66) 53%,
      rgba(5,5,5,.22) 67%,
      rgba(5,5,5,.04) 100%),
    radial-gradient(circle at 73% 42%, rgba(234,157,54,.26), transparent 22%) !important;
}

.hero--no-baked-ui .hero-product{
  top:0 !important;
  right:-2.5% !important;
  bottom:0 !important;
  width:63% !important;
  height:auto !important;
  opacity:1 !important;
  overflow:hidden !important;
}

.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center right !important;
  transform:scale(.94) translateX(3%) !important;
  transform-origin:center right !important;
  filter:saturate(1.02) contrast(1.03) brightness(.95) !important;
}

.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:42% !important;
  z-index:3 !important;
  background:linear-gradient(90deg,#050505 0%, rgba(5,5,5,.94) 34%, rgba(5,5,5,.52) 68%, rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:4 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,rgba(5,5,5,.10) 0%, rgba(5,5,5,0) 22%, rgba(5,5,5,.16) 100%),
    linear-gradient(90deg,rgba(5,5,5,.06),rgba(5,5,5,0) 52%,rgba(5,5,5,.08) 100%) !important;
}

.hero--no-baked-ui .hero-specs{
  top:28px !important;
  right:3vw !important;
  width:250px !important;
}

.hero--no-baked-ui .spec-card{
  padding:18px 20px !important;
  border-radius:18px !important;
}

/* keep 2950 mm as a small product callout, not over the CTA */
.hero--no-baked-ui .size-callout{
  left:auto !important;
  right:48% !important;
  bottom:42px !important;
  max-width:210px !important;
  padding:12px 16px !important;
  background:linear-gradient(90deg,rgba(10,10,10,.88),rgba(10,10,10,.62)) !important;
  border:1px solid rgba(231,173,52,.24) !important;
  box-shadow:0 16px 42px rgba(0,0,0,.34) !important;
  backdrop-filter:blur(8px) !important;
}

.hero--no-baked-ui .hero-actions{
  position:relative !important;
  z-index:8 !important;
  max-width:310px !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui .hero-product{
    right:-8% !important;
    width:70% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:scale(.94) translateX(5%) !important;
  }
  .hero--no-baked-ui .hero-specs{
    right:18px !important;
    width:220px !important;
  }
  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui{
    padding:420px 18px 44px !important;
  }
  .hero--no-baked-ui .hero-product{
    top:64px !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:350px !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-fit:cover !important;
    object-position:66% top !important;
  }
  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    height:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%, rgba(5,5,5,.18) 52%, #050505 100%) !important;
  }
  .hero--no-baked-ui .hero-product:after{
    background:linear-gradient(180deg,rgba(5,5,5,.02),rgba(5,5,5,.18) 70%,#050505 100%) !important;
  }
  .hero--no-baked-ui .hero-specs{
    top:14px !important;
    right:14px !important;
    width:156px !important;
  }
  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}


/* ==========================================================
   HERO FINAL 10/10 — authoritative last override
   Goal: cleaner product integration, lower right specs, restore original feature row,
   and keep the 2950 mm callout separated from CTA.
========================================================== */
.hero--no-baked-ui{
  min-height:900px !important;
  grid-template-columns:minmax(520px,44vw) 1fr !important;
  align-items:center !important;
  padding:118px 5vw 64px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 68% 48%, rgba(211,128,44,.16), transparent 22%),
    linear-gradient(90deg,#040404 0%, #050505 34%, #090806 54%, #16110b 78%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.99) 24%,
      rgba(5,5,5,.95) 38%,
      rgba(5,5,5,.80) 48%,
      rgba(5,5,5,.48) 58%,
      rgba(5,5,5,.14) 72%,
      rgba(5,5,5,0) 100%),
    radial-gradient(circle at 76% 42%, rgba(234,157,54,.24), transparent 22%) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:8 !important;
  max-width:620px !important;
}

.hero--no-baked-ui .hero-features{
  max-width:560px !important;
}

.hero--no-baked-ui .hero-features div{
  min-height:88px !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  z-index:2 !important;
  top:18px !important;
  right:-2% !important;
  bottom:0 !important;
  width:61.5% !important;
  height:auto !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center right !important;
  transform:scale(.92) translateX(2%) !important;
  transform-origin:center right !important;
  filter:saturate(1.02) contrast(1.03) brightness(.96) !important;
}

.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:38% !important;
  z-index:3 !important;
  background:linear-gradient(90deg,#050505 0%, rgba(5,5,5,.95) 35%, rgba(5,5,5,.54) 72%, rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:4 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,rgba(5,5,5,.08) 0%, rgba(5,5,5,0) 24%, rgba(5,5,5,.14) 100%),
    linear-gradient(90deg,rgba(5,5,5,.03), rgba(5,5,5,0) 55%, rgba(5,5,5,.06) 100%) !important;
}

.hero--no-baked-ui .hero-specs{
  position:absolute !important;
  z-index:9 !important;
  top:76px !important;
  right:3vw !important;
  width:258px !important;
  gap:12px !important;
}

.hero--no-baked-ui .spec-card{
  padding:18px 20px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,rgba(16,16,16,.88),rgba(16,16,16,.76)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.28) !important;
}

.hero--no-baked-ui .spec-card span{
  display:block !important;
  font-size:13px !important;
  margin-bottom:6px !important;
  color:rgba(255,255,255,.68) !important;
}

.hero--no-baked-ui .spec-card strong{
  display:block !important;
  font-size:24px !important;
  line-height:1.1 !important;
  color:#fff !important;
}

.hero--no-baked-ui .hero-offer{
  position:relative !important;
  z-index:8 !important;
}

.hero--no-baked-ui .hero-actions{
  position:relative !important;
  z-index:8 !important;
  max-width:310px !important;
}

.hero--no-baked-ui .size-callout{
  position:absolute !important;
  z-index:8 !important;
  left:auto !important;
  right:41% !important;
  bottom:52px !important;
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  max-width:220px !important;
  padding:12px 16px !important;
  border-radius:18px !important;
  border:1px solid rgba(231,173,52,.22) !important;
  background:linear-gradient(90deg,rgba(10,10,10,.88),rgba(10,10,10,.66)) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.34) !important;
  backdrop-filter:blur(8px) !important;
}

.hero--no-baked-ui .size-callout__arrow{
  height:50px !important;
}

.hero--no-baked-ui .size-callout__arrow:before{
  font-size:44px !important;
}

.hero--no-baked-ui .size-callout p{
  margin:0 !important;
  font-size:15px !important;
  line-height:1.2 !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui{
    min-height:unset !important;
    grid-template-columns:1fr !important;
    padding:116px 24px 56px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(90deg,
        rgba(5,5,5,1) 0%,
        rgba(5,5,5,.98) 38%,
        rgba(5,5,5,.76) 56%,
        rgba(5,5,5,.30) 76%,
        rgba(5,5,5,0) 100%),
      radial-gradient(circle at 77% 40%, rgba(234,157,54,.18), transparent 24%) !important;
  }

  .hero--no-baked-ui .hero-product{
    top:30px !important;
    right:-8% !important;
    width:69% !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:scale(.93) translateX(5%) !important;
  }

  .hero--no-baked-ui .hero-specs{
    top:84px !important;
    right:18px !important;
    width:228px !important;
  }

  .hero--no-baked-ui .spec-card strong{
    font-size:22px !important;
  }

  .hero--no-baked-ui .size-callout{
    right:39% !important;
    bottom:44px !important;
  }
}

@media(max-width:900px){
  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:430px 18px 44px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.10) 28%, rgba(5,5,5,.82) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.26),rgba(5,5,5,0) 65%) !important;
  }

  .hero--no-baked-ui .hero__content{
    width:100% !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-product{
    top:74px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    width:100% !important;
    height:350px !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-fit:cover !important;
    object-position:66% top !important;
  }

  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%, rgba(5,5,5,.18) 52%, #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-specs{
    top:16px !important;
    right:14px !important;
    width:162px !important;
    gap:8px !important;
  }

  .hero--no-baked-ui .spec-card{
    padding:11px 12px !important;
    border-radius:14px !important;
  }

  .hero--no-baked-ui .spec-card span{
    font-size:10px !important;
    margin-bottom:3px !important;
  }

  .hero--no-baked-ui .spec-card strong{
    font-size:17px !important;
  }

  .hero--no-baked-ui .size-callout{
    display:none !important;
  }
}

@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:408px !important;
  }

  .hero--no-baked-ui .hero-product{
    height:332px !important;
  }
}


/* ==========================================================
   FINAL DEDUPLICATION FIX
   Roll size is shown once in the feature row. Top-right cards now show only thickness.
========================================================== */
.hero--no-baked-ui .hero-specs{
  top:82px !important;
  right:3vw !important;
  width:245px !important;
}
.hero--no-baked-ui .hero-specs .spec-card:nth-child(n+2){
  display:none !important;
}
.hero--no-baked-ui .spec-card{
  padding:18px 20px !important;
}
@media(max-width:1180px){
  .hero--no-baked-ui .hero-specs{
    top:88px !important;
    right:18px !important;
    width:210px !important;
  }
}
@media(max-width:820px){
  .hero--no-baked-ui .hero-specs{
    top:18px !important;
    right:14px !important;
    width:150px !important;
  }
}


/* ==========================================================
   FINAL HERO STRUCTURE — single clean composition
   Left: badge, heading, lead, 3 features, price/timer, CTA.
   Right: product only. No floating spec cards or size callout.
========================================================== */
.hero--no-baked-ui{
  min-height:920px !important;
  display:grid !important;
  grid-template-columns:minmax(520px, 43vw) 1fr !important;
  align-items:center !important;
  column-gap:2vw !important;
  padding:118px 5vw 64px !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 70% 48%, rgba(211,128,44,.16), transparent 22%),
    linear-gradient(90deg,#040404 0%, #050505 33%, #090806 53%, #16110b 78%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background:
    linear-gradient(90deg,
      rgba(5,5,5,1) 0%,
      rgba(5,5,5,.99) 23%,
      rgba(5,5,5,.96) 37%,
      rgba(5,5,5,.82) 47%,
      rgba(5,5,5,.50) 57%,
      rgba(5,5,5,.16) 72%,
      rgba(5,5,5,0) 100%),
    radial-gradient(circle at 76% 42%, rgba(234,157,54,.24), transparent 22%) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
  max-width:620px !important;
  width:100% !important;
}

.hero--no-baked-ui .hero__lead{
  max-width:560px !important;
}

.hero--no-baked-ui .hero-features{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0,1fr)) !important;
  max-width:620px !important;
  margin:34px 0 26px !important;
}

.hero--no-baked-ui .hero-features div{
  min-height:88px !important;
}

.hero--no-baked-ui .hero-offer{
  position:relative !important;
  z-index:5 !important;
  display:grid !important;
  grid-template-columns:minmax(280px,310px) minmax(220px,240px) !important;
  gap:14px !important;
  max-width:570px !important;
  align-items:stretch !important;
}

.hero--no-baked-ui .hero-actions{
  position:relative !important;
  z-index:5 !important;
  display:flex !important;
  gap:14px !important;
  margin-top:18px !important;
  max-width:310px !important;
}

.hero--no-baked-ui .hero-actions .btn--primary{
  width:100% !important;
  min-width:0 !important;
}

.hero--no-baked-ui .hero-actions .btn--glass,
.hero--no-baked-ui .hero-specs,
.hero--no-baked-ui .size-callout{
  display:none !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  z-index:2 !important;
  top:18px !important;
  right:-2% !important;
  bottom:0 !important;
  width:61.5% !important;
  height:auto !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center right !important;
  transform:scale(.92) translateX(2%) !important;
  transform-origin:center right !important;
  filter:saturate(1.02) contrast(1.03) brightness(.96) !important;
}

.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:38% !important;
  z-index:3 !important;
  background:linear-gradient(90deg,#050505 0%, rgba(5,5,5,.95) 35%, rgba(5,5,5,.54) 72%, rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:4 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,rgba(5,5,5,.08) 0%, rgba(5,5,5,0) 24%, rgba(5,5,5,.14) 100%),
    linear-gradient(90deg,rgba(5,5,5,.03), rgba(5,5,5,0) 55%, rgba(5,5,5,.06) 100%) !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui{
    min-height:unset !important;
    grid-template-columns:1fr !important;
    padding:116px 24px 56px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(90deg,
        rgba(5,5,5,1) 0%,
        rgba(5,5,5,.98) 38%,
        rgba(5,5,5,.76) 56%,
        rgba(5,5,5,.30) 76%,
        rgba(5,5,5,0) 100%),
      radial-gradient(circle at 77% 40%, rgba(234,157,54,.18), transparent 24%) !important;
  }

  .hero--no-baked-ui .hero-product{
    top:30px !important;
    right:-8% !important;
    width:69% !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:scale(.93) translateX(5%) !important;
  }

  .hero--no-baked-ui .hero-offer{
    grid-template-columns:1fr !important;
    max-width:390px !important;
  }

  .hero--no-baked-ui .hero-actions{
    max-width:390px !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:430px 18px 44px !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.10) 28%, rgba(5,5,5,.82) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.26),rgba(5,5,5,0) 65%) !important;
  }

  .hero--no-baked-ui .hero__content{
    width:100% !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-product{
    top:74px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    width:100% !important;
    height:350px !important;
  }

  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-fit:cover !important;
    object-position:66% top !important;
  }

  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
    background:linear-gradient(180deg,rgba(5,5,5,0) 0%, rgba(5,5,5,.18) 52%, #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-features{
    grid-template-columns:repeat(3,1fr) !important;
    margin:24px 0 !important;
  }

  .hero--no-baked-ui .hero-features div{
    min-height:78px !important;
    padding:0 8px !important;
    font-size:12px !important;
  }

  .hero--no-baked-ui .hero-features svg{
    width:30px !important;
    height:30px !important;
  }

  .hero--no-baked-ui .hero-offer{
    grid-template-columns:1fr !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-actions{
    max-width:none !important;
  }
}

@media(max-width:420px){
  .hero--no-baked-ui{
    padding-top:408px !important;
  }

  .hero--no-baked-ui .hero-product{
    height:332px !important;
  }
}

/* ==========================================================
   FINAL PREMIUM POLISH 10/10
   Smoother image integration, slightly smaller product,
   more premium features and CTA.
========================================================== */
.hero--no-baked-ui{
  min-height:920px !important;
  background:
    radial-gradient(circle at 66% 47%, rgba(205,126,42,.18), transparent 23%),
    radial-gradient(circle at 86% 72%, rgba(231,173,52,.10), transparent 26%),
    linear-gradient(90deg,#040404 0%, #050505 34%, #080705 53%, #130e08 77%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 24%,
      rgba(5,5,5,.96) 38%,
      rgba(5,5,5,.86) 48%,
      rgba(5,5,5,.58) 57%,
      rgba(5,5,5,.24) 68%,
      rgba(5,5,5,.07) 80%,
      rgba(5,5,5,.10) 100%),
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.78) 6%,
      rgba(5,5,5,0) 22%,
      rgba(5,5,5,0) 72%,
      rgba(5,5,5,.72) 92%,
      #050505 100%),
    radial-gradient(circle at 76% 42%, rgba(234,157,54,.22), transparent 23%) !important;
}

.hero--no-baked-ui .hero-product{
  top:0 !important;
  right:-2.5% !important;
  bottom:0 !important;
  width:60% !important;
}

.hero--no-baked-ui .hero-product>img{
  transform:scale(.885) translateX(3.5%) !important;
  transform-origin:center right !important;
  filter:saturate(1.03) contrast(1.04) brightness(.94) !important;
}

.hero--no-baked-ui .hero-product:before{
  width:46% !important;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.98) 30%,
    rgba(5,5,5,.76) 58%,
    rgba(5,5,5,.28) 84%,
    rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  background:
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.86) 3%,
      rgba(5,5,5,.34) 10%,
      rgba(5,5,5,0) 26%,
      rgba(5,5,5,0) 70%,
      rgba(5,5,5,.32) 88%,
      #050505 100%),
    linear-gradient(90deg,
      rgba(5,5,5,.10) 0%,
      rgba(5,5,5,0) 45%,
      rgba(5,5,5,.10) 100%) !important;
}

.hero--no-baked-ui .hero-features{
  gap:12px !important;
  max-width:590px !important;
  margin:32px 0 26px !important;
}

.hero--no-baked-ui .hero-features div{
  min-height:92px !important;
  padding:14px 16px !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-right:1px solid rgba(255,255,255,.09) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)) !important;
  box-shadow:0 14px 34px rgba(0,0,0,.20) !important;
  backdrop-filter:blur(10px) !important;
}

.hero--no-baked-ui .hero-features div:last-child{
  border-right:1px solid rgba(255,255,255,.09) !important;
}

.hero--no-baked-ui .hero-features svg{
  width:40px !important;
  height:40px !important;
  stroke:#f0b93e !important;
  filter:drop-shadow(0 0 14px rgba(231,173,52,.30)) !important;
}

.hero--no-baked-ui .hero-features span{
  font-size:15px !important;
  line-height:1.24 !important;
  font-weight:800 !important;
  color:rgba(255,255,255,.92) !important;
}

.hero--no-baked-ui .price-card,
.hero--no-baked-ui .timer{
  border-color:rgba(255,255,255,.12) !important;
  background:linear-gradient(180deg,rgba(10,10,10,.82),rgba(5,5,5,.66)) !important;
  box-shadow:0 18px 52px rgba(0,0,0,.30) !important;
}

.hero--no-baked-ui .hero-actions{
  margin-top:18px !important;
  max-width:330px !important;
}

.hero--no-baked-ui .hero-actions .btn--primary{
  min-height:64px !important;
  border-radius:18px !important;
  background:
    linear-gradient(180deg,#f6d18e 0%,#e9aa47 48%,#d88925 100%) !important;
  border:1px solid rgba(255,221,153,.38) !important;
  box-shadow:
    0 20px 48px rgba(216,137,37,.32),
    inset 0 1px 0 rgba(255,255,255,.38) !important;
  color:#111 !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
}

.hero--no-baked-ui .hero-actions .btn--primary:hover{
  transform:translateY(-2px) !important;
  box-shadow:
    0 26px 60px rgba(216,137,37,.40),
    inset 0 1px 0 rgba(255,255,255,.42) !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui .hero-product{
    top:0 !important;
    right:-8% !important;
    width:67% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:scale(.90) translateX(5%) !important;
  }
  .hero--no-baked-ui .hero-features{
    max-width:560px !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui .hero-product{
    top:72px !important;
    height:345px !important;
    width:100% !important;
    right:0 !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
  }
  .hero--no-baked-ui .hero-features{
    gap:8px !important;
  }
  .hero--no-baked-ui .hero-features div{
    min-height:82px !important;
    padding:10px 8px !important;
    border-radius:16px !important;
  }
  .hero--no-baked-ui .hero-features svg{
    width:30px !important;
    height:30px !important;
  }
  .hero--no-baked-ui .hero-features span{
    font-size:12px !important;
  }
  .hero--no-baked-ui .hero-actions{
    max-width:none !important;
  }
}

/* ==========================================================
   CENTER GAP FIX — bring product closer to content
   Reduce wide dark center gap, shift product left, enlarge slightly.
========================================================== */
.hero--no-baked-ui{
  background:
    radial-gradient(circle at 62% 47%, rgba(205,126,42,.16), transparent 20%),
    radial-gradient(circle at 83% 72%, rgba(231,173,52,.09), transparent 24%),
    linear-gradient(90deg,#040404 0%, #050505 32%, #080705 50%, #130e08 74%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 24%,
      rgba(5,5,5,.94) 36%,
      rgba(5,5,5,.72) 46%,
      rgba(5,5,5,.38) 54%,
      rgba(5,5,5,.14) 62%,
      rgba(5,5,5,.05) 72%,
      rgba(5,5,5,.10) 100%),
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.78) 6%,
      rgba(5,5,5,0) 22%,
      rgba(5,5,5,0) 72%,
      rgba(5,5,5,.72) 92%,
      #050505 100%),
    radial-gradient(circle at 72% 43%, rgba(234,157,54,.22), transparent 21%) !important;
}

.hero--no-baked-ui .hero-product{
  top:0 !important;
  right:-1% !important;
  bottom:0 !important;
  width:65% !important;
}

.hero--no-baked-ui .hero-product>img{
  transform:scale(.92) translateX(1.2%) !important;
  transform-origin:center right !important;
}

.hero--no-baked-ui .hero-product:before{
  width:31% !important;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.96) 28%,
    rgba(5,5,5,.58) 58%,
    rgba(5,5,5,.16) 84%,
    rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-product:after{
  background:
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.80) 3%,
      rgba(5,5,5,.28) 10%,
      rgba(5,5,5,0) 26%,
      rgba(5,5,5,0) 70%,
      rgba(5,5,5,.28) 88%,
      #050505 100%),
    linear-gradient(90deg,
      rgba(5,5,5,.04) 0%,
      rgba(5,5,5,0) 42%,
      rgba(5,5,5,.06) 100%) !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui .hero-product{
    right:-4% !important;
    width:72% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:scale(.93) translateX(2.5%) !important;
  }
  .hero--no-baked-ui .hero-product:before{
    width:28% !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.10) 28%, rgba(5,5,5,.82) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.18),rgba(5,5,5,0) 58%) !important;
  }
  .hero--no-baked-ui .hero-product{
    top:72px !important;
    right:0 !important;
    width:100% !important;
    height:345px !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-position:60% top !important;
  }
  .hero--no-baked-ui .hero-product:before{
    width:100% !important;
  }
}

/* ==========================================================
   DESIGNER POLISH — modern premium refinement
   Smaller product, more air, lighter features, softer CTA,
   and warmer center glow for a more premium balance.
========================================================== */
.hero--no-baked-ui{
  min-height:900px !important;
  background:
    radial-gradient(circle at 50% 52%, rgba(213,132,42,.12), transparent 16%),
    radial-gradient(circle at 76% 44%, rgba(223,150,53,.14), transparent 22%),
    linear-gradient(90deg,#040404 0%, #050505 31%, #070605 48%, #120d08 74%, #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.99) 23%,
      rgba(5,5,5,.94) 35%,
      rgba(5,5,5,.68) 45%,
      rgba(5,5,5,.34) 54%,
      rgba(5,5,5,.12) 63%,
      rgba(5,5,5,.05) 73%,
      rgba(5,5,5,.08) 100%),
    linear-gradient(180deg,
      rgba(5,5,5,.95) 0%,
      rgba(5,5,5,.58) 8%,
      rgba(5,5,5,0) 24%,
      rgba(5,5,5,0) 72%,
      rgba(5,5,5,.56) 92%,
      #050505 100%),
    radial-gradient(circle at 52% 54%, rgba(229,153,57,.10), transparent 13%),
    radial-gradient(circle at 73% 43%, rgba(234,157,54,.20), transparent 21%) !important;
}

.hero--no-baked-ui .hero__content{
  max-width:605px !important;
}

.hero--no-baked-ui h1{
  max-width:600px !important;
}

.hero--no-baked-ui .hero__lead{
  max-width:540px !important;
  color:rgba(255,255,255,.80) !important;
}

.hero--no-baked-ui .hero-product{
  top:14px !important;
  right:0.5% !important;
  bottom:10px !important;
  width:62% !important;
}

.hero--no-baked-ui .hero-product>img{
  transform:scale(.875) translateX(.5%) !important;
  filter:saturate(1.02) contrast(1.03) brightness(.95) !important;
}

.hero--no-baked-ui .hero-product:before{
  width:26% !important;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.94) 30%,
    rgba(5,5,5,.48) 62%,
    rgba(5,5,5,.10) 86%,
    rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero-features{
  gap:10px !important;
  max-width:575px !important;
  margin:38px 0 28px !important;
}

.hero--no-baked-ui .hero-features div{
  min-height:82px !important;
  padding:12px 14px !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-right:1px solid rgba(255,255,255,.07) !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.01)) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.14) !important;
  backdrop-filter:blur(6px) !important;
}

.hero--no-baked-ui .hero-features svg{
  width:36px !important;
  height:36px !important;
  stroke:#edbb5a !important;
  filter:drop-shadow(0 0 10px rgba(231,173,52,.20)) !important;
}

.hero--no-baked-ui .hero-features span{
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}

.hero--no-baked-ui .price-card,
.hero--no-baked-ui .timer{
  min-height:112px !important;
  background:linear-gradient(180deg,rgba(10,10,10,.78),rgba(6,6,6,.62)) !important;
  box-shadow:0 14px 36px rgba(0,0,0,.22) !important;
}

.hero--no-baked-ui .hero-actions{
  margin-top:20px !important;
  max-width:315px !important;
}

.hero--no-baked-ui .hero-actions .btn--primary{
  min-height:60px !important;
  border-radius:17px !important;
  background:linear-gradient(180deg,#f0d8aa 0%, #e4ba79 52%, #d39a4b 100%) !important;
  border:1px solid rgba(255,236,194,.34) !important;
  box-shadow:0 14px 34px rgba(211,154,75,.24), inset 0 1px 0 rgba(255,255,255,.34) !important;
  color:#141414 !important;
}

.hero--no-baked-ui .hero-actions .btn--primary:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 18px 40px rgba(211,154,75,.28), inset 0 1px 0 rgba(255,255,255,.36) !important;
}

@media(max-width:1180px){
  .hero--no-baked-ui{
    min-height:unset !important;
  }
  .hero--no-baked-ui .hero-product{
    top:18px !important;
    right:-5% !important;
    width:68% !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:scale(.89) translateX(2%) !important;
  }
}

@media(max-width:820px){
  .hero--no-baked-ui .hero__bg{
    background:
      linear-gradient(180deg,rgba(5,5,5,.04) 0%, rgba(5,5,5,.10) 28%, rgba(5,5,5,.82) 66%, #050505 100%),
      linear-gradient(90deg,rgba(5,5,5,.14),rgba(5,5,5,0) 58%),
      radial-gradient(circle at 54% 42%, rgba(229,153,57,.10), transparent 18%) !important;
  }
  .hero--no-baked-ui .hero-product{
    top:72px !important;
    right:0 !important;
    width:100% !important;
    height:340px !important;
  }
  .hero--no-baked-ui .hero-product>img{
    transform:none !important;
    object-position:61% top !important;
  }
  .hero--no-baked-ui .hero-features{
    gap:8px !important;
    margin:26px 0 24px !important;
  }
  .hero--no-baked-ui .hero-features div{
    min-height:76px !important;
    padding:10px 8px !important;
    border-radius:14px !important;
  }
  .hero--no-baked-ui .hero-features svg{
    width:28px !important;
    height:28px !important;
  }
  .hero--no-baked-ui .hero-features span{
    font-size:12px !important;
  }
  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    min-height:auto !important;
  }
  .hero--no-baked-ui .hero-actions{
    max-width:none !important;
  }
}


/* ==========================================================
   FINAL NEW HERO IMAGE INTEGRATION
   Uses the newly generated 21:9 hero scene as the real landing background.
   This removes the layout/photo fight: text sits on the dark left area,
   product is already positioned naturally inside the image.
========================================================== */
.hero--no-baked-ui{
  position:relative !important;
  min-height:900px !important;
  display:block !important;
  padding:112px 4.5vw 62px !important;
  overflow:hidden !important;
  background:#050505 !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product>img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:saturate(1.02) contrast(1.02) brightness(.96) !important;
}

.hero--no-baked-ui .hero-product:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    linear-gradient(90deg,
      #050505 0%,
      rgba(5,5,5,.96) 20%,
      rgba(5,5,5,.78) 34%,
      rgba(5,5,5,.42) 47%,
      rgba(5,5,5,.16) 60%,
      rgba(5,5,5,0) 76%) !important;
}

.hero--no-baked-ui .hero-product:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:3 !important;
  pointer-events:none !important;
  background:
    linear-gradient(180deg,
      #050505 0%,
      rgba(5,5,5,.14) 12%,
      rgba(5,5,5,0) 28%,
      rgba(5,5,5,0) 78%,
      rgba(5,5,5,.16) 92%,
      #050505 100%) !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 50% 54%, rgba(231,173,52,.08), transparent 16%) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
  max-width:610px !important;
  width:100% !important;
}

/* keep UI clean over the new background */
.hero--no-baked-ui .hero-features{
  max-width:575px !important;
}

.hero--no-baked-ui .hero-offer{
  max-width:545px !important;
}

.hero--no-baked-ui .hero-actions{
  max-width:315px !important;
}

@media(max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:430px 18px 44px !important;
  }

  .hero--no-baked-ui .hero-product{
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    width:100% !important;
    height:430px !important;
  }

  .hero--no-baked-ui .hero-product>img{
    object-position:63% top !important;
    transform:none !important;
  }

  .hero--no-baked-ui .hero-product:before{
    background:linear-gradient(180deg,
      rgba(5,5,5,0) 0%,
      rgba(5,5,5,.18) 48%,
      #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-product:after{
    display:none !important;
  }

  .hero--no-baked-ui .hero__bg{
    background:none !important;
  }

  .hero--no-baked-ui .hero__content{
    max-width:none !important;
  }
}

/* ==========================================================
   FINAL OVERLAY FIX — remove black square artifact
   Keeps new integrated hero image and leaves only one soft left fade.
========================================================== */
.hero--no-baked-ui .hero-product:before,
.hero--no-baked-ui .hero-product:after,
.hero-product:before,
.hero-product:after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(
    90deg,
    #050505 0%,
    rgba(5,5,5,.98) 25%,
    rgba(5,5,5,.78) 40%,
    rgba(5,5,5,.38) 55%,
    rgba(5,5,5,.10) 70%,
    rgba(5,5,5,0) 100%
  ) !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  width:100% !important;
  height:100% !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product img,
.hero--no-baked-ui .hero-product > img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
}

@media(max-width:820px){
  .hero--no-baked-ui .hero__bg{
    background:linear-gradient(
      180deg,
      rgba(5,5,5,.04) 0%,
      rgba(5,5,5,.12) 34%,
      rgba(5,5,5,.88) 70%,
      #050505 100%
    ) !important;
  }
}

/* ==========================================================
   REAL SQUARE FIX — remove legacy hero pseudo-elements
   The black rectangle came from old .hero::before / .hero::after masks,
   not from .hero-product pseudo-elements. Disable them for the current hero.
========================================================== */
.hero--no-baked-ui::before,
.hero--no-baked-ui::after,
.hero::before,
.hero::after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
  width:0 !important;
  height:0 !important;
}

.hero--no-baked-ui{
  isolation:isolate !important;
  background:#050505 !important;
}

.hero--no-baked-ui .hero-product:before,
.hero--no-baked-ui .hero-product:after,
.hero-product:before,
.hero-product:after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  width:100% !important;
  height:100% !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

.hero--no-baked-ui .hero-product img,
.hero--no-baked-ui .hero-product > img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(
    90deg,
    #050505 0%,
    rgba(5,5,5,.98) 25%,
    rgba(5,5,5,.78) 40%,
    rgba(5,5,5,.38) 55%,
    rgba(5,5,5,.10) 70%,
    rgba(5,5,5,0) 100%
  ) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
}

@media(max-width:820px){
  .hero--no-baked-ui .hero__bg{
    background:linear-gradient(
      180deg,
      rgba(5,5,5,.04) 0%,
      rgba(5,5,5,.12) 34%,
      rgba(5,5,5,.88) 70%,
      #050505 100%
    ) !important;
  }
}

/* ==========================================================
   FINAL RESPONSIVE HERO FIX
   Desktop: integrated wide background.
   Mobile: separate product layer so product is clearly visible.
   This override intentionally disables all old pseudo overlays that caused artifacts.
========================================================== */
.hero--no-baked-ui,
.hero--no-baked-ui *{
  box-sizing:border-box !important;
}

.hero--no-baked-ui::before,
.hero--no-baked-ui::after,
.hero::before,
.hero::after,
.hero--no-baked-ui .hero-product::before,
.hero--no-baked-ui .hero-product::after{
  display:none !important;
  content:none !important;
  background:none !important;
  opacity:0 !important;
}

.hero--no-baked-ui{
  position:relative !important;
  isolation:isolate !important;
  overflow:hidden !important;
  background:#050505 !important;
}

.hero--no-baked-ui .hero-product{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:1 !important;
  pointer-events:none !important;
  overflow:hidden !important;
}

.hero--no-baked-ui .hero-product > img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
}

.hero--no-baked-ui .hero__bg{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg,
    #050505 0%,
    rgba(5,5,5,.99) 23%,
    rgba(5,5,5,.84) 38%,
    rgba(5,5,5,.42) 54%,
    rgba(5,5,5,.10) 70%,
    rgba(5,5,5,0) 100%) !important;
}

.hero--no-baked-ui .hero__content{
  position:relative !important;
  z-index:5 !important;
}

.hero--no-baked-ui .hero-mobile-product{
  display:none !important;
}

@media (min-width:821px){
  .hero--no-baked-ui{
    min-height:900px !important;
    display:flex !important;
    align-items:center !important;
    padding:112px 4.5vw 62px !important;
  }

  .hero--no-baked-ui .hero__content{
    max-width:610px !important;
    width:100% !important;
  }
}

@media (max-width:820px){
  .hero--no-baked-ui{
    min-height:100svh !important;
    display:flex !important;
    align-items:flex-start !important;
    padding:34px 18px 28px !important;
  }

  .hero--no-baked-ui .hero-product > img{
    object-position:24% center !important; /* background/wall only, product handled by mobile layer */
    filter:brightness(.92) saturate(1.02) !important;
  }

  .hero--no-baked-ui .hero__bg{
    z-index:2 !important;
    background:
      linear-gradient(180deg,
        rgba(5,5,5,.58) 0%,
        rgba(5,5,5,.26) 28%,
        rgba(5,5,5,.08) 48%,
        rgba(5,5,5,.48) 70%,
        #050505 100%),
      linear-gradient(90deg,
        rgba(5,5,5,.96) 0%,
        rgba(5,5,5,.78) 48%,
        rgba(5,5,5,.20) 100%) !important;
  }

  .hero--no-baked-ui .hero-mobile-product{
    display:block !important;
    position:absolute !important;
    z-index:3 !important;
    right:-38vw !important;
    bottom:155px !important;
    width:126vw !important;
    max-width:none !important;
    pointer-events:none !important;
    opacity:.92 !important;
    filter:saturate(1.03) contrast(1.03) brightness(.88) drop-shadow(0 22px 55px rgba(0,0,0,.55)) !important;
  }

  .hero--no-baked-ui .hero-mobile-product img{
    width:100% !important;
    height:auto !important;
    display:block !important;
  }

  .hero--no-baked-ui .hero__content{
    width:100% !important;
    max-width:none !important;
    z-index:6 !important;
    padding-top:0 !important;
  }

  .hero--no-baked-ui .eyebrow{
    margin-bottom:18px !important;
    font-size:11px !important;
    padding:9px 14px !important;
  }

  .hero--no-baked-ui h1{
    font-size:clamp(36px, 11vw, 48px) !important;
    line-height:.98 !important;
    margin-bottom:14px !important;
    max-width:96vw !important;
  }

  .hero--no-baked-ui .hero__lead{
    font-size:15px !important;
    line-height:1.42 !important;
    max-width:330px !important;
    margin-bottom:0 !important;
  }

  .hero--no-baked-ui .hero-features{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:7px !important;
    margin:22px 0 16px !important;
    max-width:100% !important;
  }

  .hero--no-baked-ui .hero-features div{
    min-height:74px !important;
    padding:8px 6px !important;
    border-radius:14px !important;
    background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.20) !important;
    backdrop-filter:blur(8px) !important;
  }

  .hero--no-baked-ui .hero-features svg{
    width:26px !important;
    height:26px !important;
  }

  .hero--no-baked-ui .hero-features span{
    font-size:11px !important;
    line-height:1.15 !important;
    font-weight:750 !important;
  }

  .hero--no-baked-ui .hero-offer{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    max-width:100% !important;
    margin-top:0 !important;
  }

  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    min-height:92px !important;
    padding:12px 14px !important;
    border-radius:16px !important;
    background:linear-gradient(180deg,rgba(10,10,10,.78),rgba(5,5,5,.62)) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    backdrop-filter:blur(10px) !important;
  }

  .hero--no-baked-ui .price-card span,
  .hero--no-baked-ui .timer>span{
    font-size:10px !important;
    margin-bottom:5px !important;
  }

  .hero--no-baked-ui .price-card strong{
    font-size:34px !important;
  }

  .hero--no-baked-ui .price-card small{
    font-size:16px !important;
  }

  .hero--no-baked-ui .price-card p{
    font-size:12px !important;
  }

  .hero--no-baked-ui .timer__grid{
    gap:6px !important;
  }

  .hero--no-baked-ui .timer__grid b,
  .hero--no-baked-ui .timer__grid i{
    font-size:23px !important;
  }

  .hero--no-baked-ui .timer__labels{
    font-size:9px !important;
  }

  .hero--no-baked-ui .hero-actions{
    margin-top:12px !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-actions .btn--primary{
    width:100% !important;
    min-height:54px !important;
    border-radius:16px !important;
  }
}

@media (max-width:420px){
  .hero--no-baked-ui{
    padding-top:32px !important;
  }

  .hero--no-baked-ui .hero-mobile-product{
    right:-43vw !important;
    bottom:165px !important;
    width:136vw !important;
  }

  .hero--no-baked-ui h1{
    font-size:clamp(34px, 10.6vw, 44px) !important;
  }
}

/* ==========================================================
   REAL MOBILE HERO RESTRUCTURE
   Mobile order: text → product image → features → price/timer → CTA.
   Desktop remains wide integrated hero.
========================================================== */
.hero--no-baked-ui .hero-mobile-product{
  display:none !important;
}

@media (max-width:820px){
  .hero--no-baked-ui{
    min-height:auto !important;
    display:block !important;
    padding:30px 18px 28px !important;
    overflow:hidden !important;
    background:
      radial-gradient(circle at 72% 34%, rgba(213,132,42,.18), transparent 28%),
      linear-gradient(180deg,#050505 0%, #0a0705 48%, #050505 100%) !important;
  }

  .hero--no-baked-ui .hero-product{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    opacity:.45 !important;
    filter:blur(.2px) brightness(.75) saturate(1.04) !important;
  }

  .hero--no-baked-ui .hero-product > img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:18% center !important;
    transform:none !important;
  }

  .hero--no-baked-ui .hero__bg{
    position:absolute !important;
    inset:0 !important;
    z-index:2 !important;
    background:
      linear-gradient(180deg,
        rgba(5,5,5,.72) 0%,
        rgba(5,5,5,.58) 30%,
        rgba(5,5,5,.24) 54%,
        rgba(5,5,5,.74) 100%),
      linear-gradient(90deg,
        rgba(5,5,5,.88) 0%,
        rgba(5,5,5,.42) 58%,
        rgba(5,5,5,.22) 100%) !important;
  }

  .hero--no-baked-ui .hero__content{
    position:relative !important;
    z-index:5 !important;
    width:100% !important;
    max-width:none !important;
    padding:0 !important;
  }

  .hero--no-baked-ui .eyebrow{
    margin:0 0 16px !important;
    font-size:11px !important;
    padding:8px 13px !important;
  }

  .hero--no-baked-ui h1{
    max-width:100% !important;
    font-size:clamp(34px,10.4vw,44px) !important;
    line-height:.98 !important;
    letter-spacing:-.055em !important;
    margin:0 0 12px !important;
  }

  .hero--no-baked-ui .hero__lead{
    max-width:100% !important;
    font-size:15px !important;
    line-height:1.42 !important;
    margin:0 0 16px !important;
    color:rgba(255,255,255,.82) !important;
  }

  .hero--no-baked-ui .hero-mobile-product{
    display:block !important;
    position:relative !important;
    z-index:5 !important;
    width:100% !important;
    aspect-ratio:16/9 !important;
    margin:4px 0 16px !important;
    border-radius:20px !important;
    overflow:hidden !important;
    border:1px solid rgba(255,255,255,.10) !important;
    background:#080808 !important;
    box-shadow:0 18px 48px rgba(0,0,0,.32) !important;
  }

  .hero--no-baked-ui .hero-mobile-product::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    background:
      linear-gradient(180deg,rgba(5,5,5,.05),rgba(5,5,5,.16)),
      linear-gradient(90deg,rgba(5,5,5,.35) 0%, rgba(5,5,5,0) 45%) !important;
    pointer-events:none !important;
  }

  .hero--no-baked-ui .hero-mobile-product img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:72% center !important;
    display:block !important;
    filter:saturate(1.03) contrast(1.03) brightness(.96) !important;
  }

  .hero--no-baked-ui .hero-features{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:8px !important;
    margin:0 0 14px !important;
    max-width:100% !important;
  }

  .hero--no-baked-ui .hero-features div{
    min-height:68px !important;
    padding:8px 5px !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.075) !important;
    background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.014)) !important;
    box-shadow:0 8px 20px rgba(0,0,0,.18) !important;
    backdrop-filter:blur(8px) !important;
  }

  .hero--no-baked-ui .hero-features svg{
    width:25px !important;
    height:25px !important;
    margin-bottom:4px !important;
  }

  .hero--no-baked-ui .hero-features span{
    font-size:10.5px !important;
    line-height:1.12 !important;
    font-weight:750 !important;
  }

  .hero--no-baked-ui .hero-offer{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:9px !important;
    max-width:100% !important;
    margin:0 !important;
  }

  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    min-height:94px !important;
    padding:12px 13px !important;
    border-radius:16px !important;
    background:linear-gradient(180deg,rgba(9,9,9,.86),rgba(5,5,5,.68)) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    backdrop-filter:blur(10px) !important;
  }

  .hero--no-baked-ui .price-card span,
  .hero--no-baked-ui .timer>span{
    font-size:10px !important;
    margin-bottom:5px !important;
  }

  .hero--no-baked-ui .price-card strong{
    font-size:33px !important;
    line-height:1 !important;
  }

  .hero--no-baked-ui .price-card small{
    font-size:15px !important;
  }

  .hero--no-baked-ui .price-card p{
    font-size:12px !important;
    line-height:1.2 !important;
  }

  .hero--no-baked-ui .timer__grid{
    gap:5px !important;
  }

  .hero--no-baked-ui .timer__grid b,
  .hero--no-baked-ui .timer__grid i{
    font-size:22px !important;
  }

  .hero--no-baked-ui .timer__labels{
    font-size:9px !important;
  }

  .hero--no-baked-ui .hero-actions{
    margin-top:12px !important;
    max-width:none !important;
  }

  .hero--no-baked-ui .hero-actions .btn--primary{
    width:100% !important;
    min-height:54px !important;
    border-radius:16px !important;
  }
}

@media (max-width:380px){
  .hero--no-baked-ui{
    padding:26px 14px 24px !important;
  }
  .hero--no-baked-ui h1{
    font-size:clamp(31px,10vw,39px) !important;
  }
  .hero--no-baked-ui .hero__lead{
    font-size:14px !important;
  }
  .hero--no-baked-ui .hero-mobile-product{
    margin-bottom:12px !important;
  }
  .hero--no-baked-ui .hero-features{
    gap:6px !important;
  }
  .hero--no-baked-ui .hero-features span{
    font-size:9.7px !important;
  }
  .hero--no-baked-ui .price-card strong{
    font-size:30px !important;
  }
  .hero--no-baked-ui .timer__grid b,
  .hero--no-baked-ui .timer__grid i{
    font-size:20px !important;
  }
}

/* ==========================================================
   AUTHORITATIVE RESPONSIVE HERO FIX
   Desktop keeps background scene. Mobile becomes a clean vertical layout:
   text -> product image -> features -> price/timer -> CTA.
========================================================== */

.hero--no-baked-ui .hero-mobile-product{
  display:none !important;
}

@media (min-width:821px){
  .hero--no-baked-ui .hero-mobile-product{
    display:none !important;
  }
}

@media (max-width:820px){
  .hero--no-baked-ui{
    position:relative !important;
    display:block !important;
    min-height:auto !important;
    height:auto !important;
    padding:34px 18px 34px !important;
    overflow:hidden !important;
    background:#050505 !important;
  }

  .hero--no-baked-ui::before,
  .hero--no-baked-ui::after,
  .hero--no-baked-ui .hero-product::before,
  .hero--no-baked-ui .hero-product::after,
  .hero--no-baked-ui .hero-mobile-product::before{
    display:none !important;
    content:none !important;
    background:none !important;
  }

  .hero--no-baked-ui .hero__bg{
    position:absolute !important;
    inset:0 !important;
    z-index:0 !important;
    pointer-events:none !important;
    background:
      radial-gradient(circle at 72% 24%, rgba(224,143,45,.18), transparent 23%),
      linear-gradient(180deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.91) 48%, #050505 100%) !important;
  }

  /* Hide the desktop background product on mobile completely */
  .hero--no-baked-ui > .hero-product{
    display:none !important;
  }

  .hero--no-baked-ui .hero__content{
    position:relative !important;
    z-index:3 !important;
    width:100% !important;
    max-width:none !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    padding:0 !important;
  }

  .hero--no-baked-ui .eyebrow{
    align-self:flex-start !important;
    margin:0 0 18px !important;
    padding:8px 14px !important;
    font-size:11px !important;
    letter-spacing:.08em !important;
  }

  .hero--no-baked-ui h1{
    margin:0 0 14px !important;
    max-width:100% !important;
    font-size:clamp(40px, 12.4vw, 52px) !important;
    line-height:.98 !important;
    letter-spacing:-.06em !important;
    text-shadow:0 12px 30px rgba(0,0,0,.64) !important;
  }

  .hero--no-baked-ui .hero__lead{
    max-width:100% !important;
    margin:0 !important;
    font-size:16px !important;
    line-height:1.45 !important;
    color:rgba(255,255,255,.82) !important;
  }

  /* Real mobile product block: visible, in flow, full width */
  .hero--no-baked-ui .hero-mobile-product{
    display:block !important;
    position:relative !important;
    z-index:2 !important;
    width:100% !important;
    height:210px !important;
    margin:22px 0 20px !important;
    overflow:hidden !important;
    border-radius:22px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:#090604 !important;
    box-shadow:0 18px 44px rgba(0,0,0,.28) !important;
  }

  .hero--no-baked-ui .hero-mobile-product::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    pointer-events:none !important;
    background:
      linear-gradient(90deg, rgba(5,5,5,.34) 0%, rgba(5,5,5,.02) 42%, rgba(5,5,5,0) 100%),
      linear-gradient(180deg, rgba(5,5,5,.16) 0%, rgba(5,5,5,0) 35%, rgba(5,5,5,.12) 100%) !important;
  }

  .hero--no-baked-ui .hero-mobile-product img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    object-position:68% center !important;
    transform:none !important;
    filter:saturate(1.03) contrast(1.02) brightness(.96) !important;
  }

  .hero--no-baked-ui .hero-features{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(0,1fr)) !important;
    gap:8px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 0 14px !important;
  }

  .hero--no-baked-ui .hero-features div,
  .hero--no-baked-ui .hero-features div:last-child{
    min-height:72px !important;
    padding:9px 6px !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.07) !important;
    background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(6px) !important;
  }

  .hero--no-baked-ui .hero-features svg{
    width:26px !important;
    height:26px !important;
    margin-bottom:4px !important;
  }

  .hero--no-baked-ui .hero-features span{
    font-size:10.5px !important;
    line-height:1.12 !important;
    font-weight:750 !important;
    color:rgba(255,255,255,.92) !important;
  }

  .hero--no-baked-ui .hero-offer{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }

  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    width:100% !important;
    min-width:0 !important;
    min-height:108px !important;
    padding:14px 12px !important;
    border-radius:18px !important;
  }

  .hero--no-baked-ui .price-card span,
  .hero--no-baked-ui .timer > span{
    font-size:11px !important;
    margin-bottom:7px !important;
  }

  .hero--no-baked-ui .price-card strong{
    font-size:38px !important;
    line-height:1 !important;
  }

  .hero--no-baked-ui .price-card small{
    font-size:17px !important;
  }

  .hero--no-baked-ui .price-card p{
    font-size:12px !important;
    margin-top:8px !important;
  }

  .hero--no-baked-ui .timer__grid{
    display:grid !important;
    grid-template-columns:1fr auto 1fr auto 1fr !important;
    align-items:center !important;
    gap:4px !important;
  }

  .hero--no-baked-ui .timer__grid b{
    font-size:25px !important;
    line-height:1 !important;
  }

  .hero--no-baked-ui .timer__grid i{
    font-size:20px !important;
  }

  .hero--no-baked-ui .timer__labels{
    font-size:9px !important;
    margin-top:6px !important;
  }

  .hero--no-baked-ui .hero-actions{
    width:100% !important;
    max-width:none !important;
    margin:14px 0 0 !important;
  }

  .hero--no-baked-ui .hero-actions .btn--primary{
    width:100% !important;
    min-height:58px !important;
    border-radius:18px !important;
    font-size:16px !important;
  }
}

@media (max-width:390px){
  .hero--no-baked-ui{
    padding-left:16px !important;
    padding-right:16px !important;
  }
  .hero--no-baked-ui .hero-mobile-product{
    height:190px !important;
  }
  .hero--no-baked-ui h1{
    font-size:39px !important;
  }
  .hero--no-baked-ui .hero-offer{
    gap:8px !important;
  }
}

/* FINAL OVERRIDE: remove leftover mobile positioning from old attempts */
@media (max-width:820px){
  .hero--no-baked-ui .hero-mobile-product{
    position:relative !important;
    inset:auto !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    transform:none !important;
    translate:none !important;
    order:0 !important;
    display:block !important;
    width:100% !important;
    height:210px !important;
    margin:22px 0 20px !important;
  }
  .hero--no-baked-ui .hero-features div,
  .hero--no-baked-ui .hero-features div:last-child{
    grid-column:auto !important;
    grid-row:auto !important;
  }
}
@media (max-width:390px){
  .hero--no-baked-ui .hero-mobile-product{
    height:190px !important;
  }
}

/* ==========================================================
   STABLE MOBILE HERO FINAL
   Desktop keeps the wide hero image. Mobile gets its own product card in normal document flow.
========================================================== */
.hero-mobile-product{display:none;}
@media (max-width:820px){
  html, body{background:#050505 !important;}
  .hero--no-baked-ui{
    position:relative !important;
    display:block !important;
    min-height:0 !important;
    height:auto !important;
    padding:32px 18px 34px !important;
    overflow:hidden !important;
    background:#050505 !important;
  }
  .hero--no-baked-ui::before,
  .hero--no-baked-ui::after,
  .hero--no-baked-ui .hero-product,
  .hero--no-baked-ui .hero-product::before,
  .hero--no-baked-ui .hero-product::after{
    display:none !important;
    content:none !important;
    background:none !important;
  }
  .hero--no-baked-ui .hero__bg{
    position:absolute !important;
    inset:0 !important;
    z-index:0 !important;
    pointer-events:none !important;
    background:
      radial-gradient(circle at 72% 30%, rgba(214,137,37,.14), transparent 25%),
      linear-gradient(180deg,#050505 0%,#080604 46%,#050505 100%) !important;
  }
  .hero--no-baked-ui .hero__content{
    position:relative !important;
    z-index:2 !important;
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    max-width:none !important;
    padding:0 !important;
  }
  .hero--no-baked-ui .eyebrow{
    align-self:flex-start !important;
    margin:0 0 18px !important;
    padding:8px 14px !important;
    font-size:11px !important;
    letter-spacing:.08em !important;
  }
  .hero--no-baked-ui h1{
    margin:0 0 14px !important;
    max-width:100% !important;
    font-size:clamp(38px,11.3vw,48px) !important;
    line-height:.98 !important;
    letter-spacing:-.06em !important;
    text-shadow:0 12px 28px rgba(0,0,0,.62) !important;
  }
  .hero--no-baked-ui .hero__lead{
    margin:0 !important;
    max-width:100% !important;
    font-size:15.5px !important;
    line-height:1.45 !important;
    color:rgba(255,255,255,.82) !important;
  }
  .hero--no-baked-ui .hero-mobile-product{
    display:block !important;
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:218px !important;
    margin:20px 0 18px !important;
    overflow:hidden !important;
    border-radius:22px !important;
    border:1px solid rgba(255,255,255,.08) !important;
    background:#090604 !important;
    box-shadow:0 18px 42px rgba(0,0,0,.30) !important;
  }
  .hero--no-baked-ui .hero-mobile-product img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:50% center !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    filter:saturate(1.02) contrast(1.02) brightness(.96) !important;
  }
  .hero--no-baked-ui .hero-mobile-product::before,
  .hero--no-baked-ui .hero-mobile-product::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    pointer-events:none !important;
  }
  .hero--no-baked-ui .hero-mobile-product::before{
    background:linear-gradient(180deg, rgba(5,5,5,.08) 0%, rgba(5,5,5,0) 40%, rgba(5,5,5,.12) 100%) !important;
  }
  .hero--no-baked-ui .hero-mobile-product::after{display:none !important;content:none !important;}
  .hero--no-baked-ui .hero-features{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 0 14px !important;
  }
  .hero--no-baked-ui .hero-features div,
  .hero--no-baked-ui .hero-features div:last-child{
    grid-column:auto !important;
    min-height:72px !important;
    padding:8px 5px !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.07) !important;
    background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.16) !important;
    backdrop-filter:blur(6px) !important;
  }
  .hero--no-baked-ui .hero-features svg{width:25px !important;height:25px !important;margin-bottom:4px !important;}
  .hero--no-baked-ui .hero-features span{font-size:10px !important;line-height:1.12 !important;font-weight:750 !important;}
  .hero--no-baked-ui .hero-offer{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
  .hero--no-baked-ui .price-card,
  .hero--no-baked-ui .timer{
    width:100% !important;min-width:0 !important;min-height:106px !important;padding:14px 12px !important;border-radius:18px !important;
  }
  .hero--no-baked-ui .price-card span,
  .hero--no-baked-ui .timer>span{font-size:11px !important;margin-bottom:7px !important;}
  .hero--no-baked-ui .price-card strong{font-size:37px !important;line-height:1 !important;}
  .hero--no-baked-ui .price-card small{font-size:17px !important;}
  .hero--no-baked-ui .price-card p{font-size:12px !important;margin-top:8px !important;}
  .hero--no-baked-ui .timer__grid{display:grid !important;grid-template-columns:1fr auto 1fr auto 1fr !important;align-items:center !important;gap:3px !important;}
  .hero--no-baked-ui .timer__grid b{font-size:24px !important;line-height:1 !important;}
  .hero--no-baked-ui .timer__grid i{font-size:19px !important;}
  .hero--no-baked-ui .timer__labels{font-size:9px !important;margin-top:6px !important;}
  .hero--no-baked-ui .hero-actions{width:100% !important;max-width:none !important;margin:14px 0 0 !important;}
  .hero--no-baked-ui .hero-actions .btn--primary{width:100% !important;min-height:58px !important;border-radius:18px !important;font-size:16px !important;}
}
@media (max-width:390px){
  .hero--no-baked-ui{padding-left:16px !important;padding-right:16px !important;}
  .hero--no-baked-ui .hero-mobile-product{height:196px !important;}
  .hero--no-baked-ui h1{font-size:37px !important;}
  .hero--no-baked-ui .hero-offer{gap:8px !important;}
  .hero--no-baked-ui .price-card,.hero--no-baked-ui .timer{padding:13px 10px !important;}
}


/* ==========================================================
   FINAL MOBILE PRODUCT CROP POLISH
   Uses a dedicated tighter mobile crop: product centered, no empty left area.
========================================================== */
@media (max-width:820px){
  .hero--no-baked-ui .hero-mobile-product{
    height:224px !important;
    margin:20px 0 18px !important;
    border-radius:22px !important;
  }
  .hero--no-baked-ui .hero-mobile-product img{
    object-fit:cover !important;
    object-position:center center !important;
    transform:none !important;
  }
}
@media (max-width:390px){
  .hero--no-baked-ui .hero-mobile-product{height:204px !important;}
}

/* ==========================================================
   TRUST SECTIONS: before/after + reviews
========================================================== */
.before-after,
.reviews{
  position:relative;
}

.ba-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}

.ba-card{
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

.ba-visual{
  position:relative;
  min-height:360px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  overflow:hidden;
  background:#080706;
}

.ba-pane{
  position:relative;
  min-height:360px;
  overflow:hidden;
  background:#120f0d;
}

.ba-pane img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  display:block;
}

.ba-pane--before{
  border-right:1px solid rgba(255,255,255,.06);
}

.ba-pane--before::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.12));
  pointer-events:none;
}

.ba-pane--before-dark::after{
  background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.18));
}

.ba-pane--after::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:1px;
  background:linear-gradient(180deg,transparent,rgba(241,190,86,.75),transparent);
  box-shadow:0 0 24px rgba(241,190,86,.35);
  z-index:2;
}

.ba-pane span{
  position:absolute;
  left:16px;
  top:16px;
  z-index:3;
  padding:8px 13px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.ba-pane--before span{
  color:rgba(255,255,255,.78);
  background:rgba(0,0,0,.46);
  border:1px solid rgba(255,255,255,.12);
}

.ba-pane--after span{
  color:#17120a;
  background:linear-gradient(180deg,#f2d099,#dba04e);
  box-shadow:0 14px 30px rgba(219,160,78,.22);
}

.ba-content{
  padding:22px 24px 24px;
}

.ba-content h3{
  margin:0 0 8px;
  font-size:24px;
}

.ba-content p{
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.55;
}

.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.review-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:245px;
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.018));
  box-shadow:0 20px 60px rgba(0,0,0,.22);
}

.review-card p{
  margin:16px 0 24px;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.55;
}

.review-stars{
  color:#e7ad34;
  letter-spacing:.14em;
  font-size:15px;
}

.review-author{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:16px;
}

.review-author b{
  color:#fff;
}

.review-author span{
  color:rgba(255,255,255,.55);
  font-size:14px;
}

.review-card--image{
  padding:0;
  overflow:hidden;
  display:grid;
  grid-template-rows:145px 1fr;
}

.review-card--image img{
  width:100%;
  height:145px;
  object-fit:cover;
  display:block;
}

.review-card--image>div{
  padding:20px 22px 22px;
}

.review-card--image p{
  margin:12px 0 18px;
  font-size:16px;
}

@media(max-width:900px){
  .ba-grid,
  .reviews-grid{
    grid-template-columns:1fr;
  }

  .ba-visual,
  .ba-pane,
  .ba-pane img{
    min-height:280px;
  }

  .ba-content h3{
    font-size:21px;
  }

  .review-card{
    min-height:auto;
  }
}

@media(max-width:520px){
  .ba-visual,
  .ba-pane,
  .ba-pane img{
    min-height:230px;
  }
  .ba-content{
    padding:18px;
  }
  .review-card{
    border-radius:22px;
    padding:20px;
  }
  .review-card p{
    font-size:15px;
    margin:12px 0 18px;
  }
}


/* ==========================================================
   BEFORE / AFTER FINAL POLISH — desktop + mobile
   Bigger visuals, softer divider, cleaner text rhythm.
========================================================== */
.ba-card{
  border-radius:30px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015)) !important;
}

.ba-visual{
  min-height:400px !important;
}

.ba-pane,
.ba-pane img{
  min-height:400px !important;
}

.ba-pane--after::before{
  width:2px !important;
  background:linear-gradient(180deg,transparent 0%,rgba(244,197,111,.22) 18%,rgba(244,197,111,.66) 50%,rgba(244,197,111,.22) 82%,transparent 100%) !important;
  box-shadow:0 0 18px rgba(244,197,111,.26) !important;
}

.ba-pane span{
  top:14px !important;
  left:14px !important;
  padding:8px 14px !important;
}

.ba-content{
  padding:24px 26px 26px !important;
}

.ba-content h3{
  font-size:25px !important;
  line-height:1.16 !important;
}

.ba-content p{
  max-width:92% !important;
  font-size:16px !important;
}

@media(max-width:900px){
  .ba-grid{
    gap:26px !important;
  }

  .ba-visual,
  .ba-pane,
  .ba-pane img{
    min-height:330px !important;
  }

  .ba-content h3{
    font-size:23px !important;
  }

  .ba-content p{
    max-width:100% !important;
  }
}

@media(max-width:520px){
  .before-after.section{
    padding-top:68px !important;
    padding-bottom:68px !important;
  }

  .ba-grid{
    gap:28px !important;
  }

  .ba-card{
    border-radius:24px !important;
  }

  .ba-visual{
    min-height:285px !important;
    grid-template-columns:1fr 1fr !important;
  }

  .ba-pane,
  .ba-pane img{
    min-height:285px !important;
  }

  .ba-pane img{
    object-position:center center !important;
  }

  .ba-pane span{
    top:12px !important;
    left:12px !important;
    padding:7px 12px !important;
    font-size:11px !important;
  }

  .ba-content{
    padding:18px 18px 20px !important;
  }

  .ba-content h3{
    font-size:22px !important;
    margin-bottom:9px !important;
  }

  .ba-content p{
    font-size:15px !important;
    line-height:1.5 !important;
  }
}

@media(max-width:390px){
  .ba-visual,
  .ba-pane,
  .ba-pane img{
    min-height:260px !important;
  }

  .ba-content h3{
    font-size:20px !important;
  }

  .ba-content p{
    font-size:14px !important;
  }
}

/* Interactive Before / After slider */
.ba-slider{
  position:relative !important;
  display:block !important;
  height:400px !important;
  min-height:400px !important;
  overflow:hidden !important;
  background:#090807 !important;
  cursor:ew-resize !important;
  user-select:none !important;
  touch-action:none !important;
}

.ba-slider__img,
.ba-slider > .ba-slider__img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  object-fit:cover !important;
  display:block !important;
  pointer-events:none !important;
}

.ba-slider__after{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  clip-path:inset(0 calc(100% - var(--pos,50%)) 0 0) !important;
  pointer-events:none !important;
}

.ba-slider__after .ba-slider__img{
  z-index:1 !important;
}

.ba-tag{
  position:absolute !important;
  top:16px !important;
  z-index:4 !important;
  padding:8px 13px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  pointer-events:none !important;
}

.ba-tag--before{
  left:16px !important;
  color:rgba(255,255,255,.82) !important;
  background:rgba(0,0,0,.48) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  backdrop-filter:blur(8px) !important;
}

.ba-tag--after{
  right:16px !important;
  color:#17120a !important;
  background:linear-gradient(180deg,#f2d099,#dba04e) !important;
  box-shadow:0 14px 30px rgba(219,160,78,.22) !important;
}

.ba-slider__line{
  position:absolute !important;
  top:0 !important;
  bottom:0 !important;
  left:var(--pos,50%) !important;
  z-index:3 !important;
  width:2px !important;
  transform:translateX(-50%) !important;
  background:linear-gradient(180deg,transparent,rgba(255,235,196,.95),rgba(231,173,52,.9),transparent) !important;
  box-shadow:0 0 22px rgba(231,173,52,.42) !important;
  pointer-events:none !important;
}

.ba-slider__handle{
  position:absolute !important;
  left:var(--pos,50%) !important;
  top:50% !important;
  z-index:5 !important;
  width:48px !important;
  height:48px !important;
  transform:translate(-50%,-50%) !important;
  border-radius:50% !important;
  border:1px solid rgba(255,236,194,.62) !important;
  background:linear-gradient(180deg,#f2d099,#dba04e) !important;
  box-shadow:0 18px 34px rgba(0,0,0,.32),0 0 28px rgba(219,160,78,.24) !important;
  pointer-events:none !important;
}

.ba-slider__handle span:before{
  content:"‹ ›";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#17120a;
  font-size:22px;
  font-weight:900;
  letter-spacing:-2px;
}

.ba-slider__range{
  position:absolute !important;
  inset:0 !important;
  z-index:10 !important;
  width:100% !important;
  height:100% !important;
  opacity:0 !important;
  cursor:ew-resize !important;
  margin:0 !important;
  touch-action:none !important;
}

.ba-card:has(.ba-slider) .ba-visual:after,
.ba-card:has(.ba-slider) .ba-visual:before{
  display:none !important;
  content:none !important;
}

@media(max-width:900px){
  .ba-slider{
    height:340px !important;
    min-height:340px !important;
  }
}

@media(max-width:520px){
  .ba-slider{
    height:270px !important;
    min-height:270px !important;
  }
  .ba-slider__handle{
    width:42px !important;
    height:42px !important;
  }
  .ba-tag{
    top:12px !important;
    padding:7px 11px !important;
    font-size:11px !important;
  }
  .ba-tag--before{left:12px !important;}
  .ba-tag--after{right:12px !important;}
}


/* ==========================================================
   USE CASES — replaces duplicated interior gallery
   The visual proof remains in the interactive Before/After block.
========================================================== */
.usecases .section-head{
  max-width:760px;
}

.usecase-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.usecase-card{
  min-height:230px;
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 18% 0%,rgba(231,173,52,.13),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:0 20px 60px rgba(0,0,0,.20);
}

.usecase-card span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  margin-bottom:26px;
  color:#17120a;
  font-size:13px;
  font-weight:900;
  background:linear-gradient(180deg,#f2d099,#dba04e);
  box-shadow:0 12px 28px rgba(219,160,78,.20);
}

.usecase-card h3{
  margin:0 0 12px;
  font-size:22px;
}

.usecase-card p{
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.55;
}

@media(max-width:1100px){
  .usecase-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:620px){
  .usecase-grid{grid-template-columns:1fr;gap:12px;}
  .usecase-card{min-height:auto;padding:20px;border-radius:22px;}
  .usecase-card span{width:38px;height:38px;margin-bottom:18px;}
  .usecase-card h3{font-size:19px;}
  .usecase-card p{font-size:15px;}
}


/* ==========================================================
   ORIGINAL BEFORE/AFTER FINAL — bigger cards with original after photos
========================================================== */
.before-after .section-head{
  max-width: 920px;
}

.before-after .section-head p{
  max-width: 760px;
}

.ba-grid{
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

.ba-card{
  border-radius: 34px !important;
  overflow: hidden !important;
}

.ba-visual{
  min-height: 560px !important;
}

.ba-slider__img,
.ba-slider__after img{
  min-height: 560px !important;
  object-fit: cover !important;
}

.ba-card:nth-child(1) .ba-slider__img{
  object-position: center center !important;
}

.ba-card:nth-child(1) .ba-slider__after img{
  object-position: center center !important;
}

.ba-card:nth-child(2) .ba-slider__img{
  object-position: center center !important;
}

.ba-card:nth-child(2) .ba-slider__after img{
  object-position: center center !important;
}

.ba-slider__line{
  width: 2px !important;
  background: linear-gradient(180deg, transparent, rgba(242, 208, 153, .95), transparent) !important;
  box-shadow: 0 0 24px rgba(231,173,52,.38) !important;
}

.ba-slider__handle{
  width: 54px !important;
  height: 54px !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.16) inset !important;
}

.ba-content{
  padding: 28px 34px 32px !important;
}

.ba-content h3{
  font-size: 30px !important;
}

.ba-content p{
  font-size: 17px !important;
  max-width: 980px !important;
}

@media(max-width: 980px){
  .ba-grid{
    gap: 26px !important;
  }
  .ba-card{
    border-radius: 28px !important;
  }
  .ba-visual,
  .ba-slider__img,
  .ba-slider__after img{
    min-height: 430px !important;
  }
  .ba-content{
    padding: 24px 26px 28px !important;
  }
  .ba-content h3{
    font-size: 25px !important;
  }
}

@media(max-width: 520px){
  .ba-grid{
    gap: 24px !important;
  }
  .ba-card{
    border-radius: 26px !important;
  }
  .ba-visual,
  .ba-slider__img,
  .ba-slider__after img{
    min-height: 315px !important;
  }
  .ba-tag{
    top: 14px !important;
    padding: 7px 12px !important;
    font-size: 11px !important;
  }
  .ba-tag--before{ left: 14px !important; }
  .ba-tag--after{ right: 14px !important; left: auto !important; }
  .ba-slider__handle{
    width: 46px !important;
    height: 46px !important;
  }
  .ba-content{
    padding: 20px 20px 24px !important;
  }
  .ba-content h3{
    font-size: 24px !important;
  }
  .ba-content p{
    font-size: 15px !important;
    line-height: 1.55 !important;
  }
}

/* ==========================================================
   FIX BEFORE/AFTER DIRECTION
   Left side = ДО without panels. Right side = ПІСЛЯ with panels.
========================================================== */
.ba-slider__after{
  clip-path: inset(0 0 0 var(--pos,50%)) !important;
}

/* Reviews 10/10 compact trust block */
.reviews-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
}

.review-rating{
  flex:0 0 190px;
  padding:18px 20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.018));
  box-shadow:0 18px 50px rgba(0,0,0,.24);
}

.review-rating strong{
  display:block;
  font-size:42px;
  line-height:1;
  color:#fff;
  letter-spacing:-.04em;
}

.review-rating span{
  display:block;
  margin:8px 0 6px;
  color:#e7ad34;
  letter-spacing:.1em;
  font-size:14px;
}

.review-rating small{
  display:block;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.25;
}

.reviews-grid--compact{
  align-items:stretch;
}

.review-card--result{
  min-height:auto !important;
  padding:0 !important;
  overflow:hidden;
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.016));
}

.review-card--result>img{
  width:100%;
  height:150px;
  object-fit:cover;
  display:block;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.review-card--result .review-body{
  padding:20px 22px 22px;
  display:flex;
  flex-direction:column;
  min-height:205px;
}

.review-card--result p{
  margin:13px 0 18px !important;
  font-size:15.5px !important;
  line-height:1.52 !important;
  color:rgba(255,255,255,.84) !important;
}

.review-card--result .review-author{
  margin-top:auto;
}

@media(max-width:900px){
  .reviews-head{
    display:block;
  }
  .review-rating{
    width:100%;
    max-width:260px;
    margin-top:18px;
  }
  .review-card--result>img{
    height:180px;
  }
  .review-card--result .review-body{
    min-height:auto;
  }
}

@media(max-width:520px){
  .review-rating{
    max-width:none;
    display:grid;
    grid-template-columns:auto 1fr;
    column-gap:14px;
    align-items:center;
    padding:16px;
    border-radius:20px;
  }
  .review-rating strong{
    grid-row:span 2;
    font-size:38px;
  }
  .review-rating span{
    margin:0 0 4px;
  }
  .review-rating small{
    font-size:12px;
  }
  .review-card--result{
    border-radius:22px;
  }
  .review-card--result>img{
    height:165px;
  }
  .review-card--result .review-body{
    padding:17px 18px 18px;
  }
  .review-card--result p{
    font-size:14.5px !important;
  }
}

/* FINAL HERO TITLE READABILITY OVERRIDE — visibly lighter and more readable */
.hero h1{
  max-width:590px !important;
  font-size:clamp(46px,4.82vw,78px) !important;
  line-height:1.12 !important;
  letter-spacing:-.043em !important;
  margin-bottom:22px !important;
  text-wrap:balance !important;
}
.hero h1 span{
  margin-top:4px !important;
}
@media(max-width:820px){
  .hero h1{
    font-size:clamp(36px,10.2vw,52px) !important;
    line-height:1.12 !important;
    letter-spacing:-.04em !important;
    margin-bottom:18px !important;
  }
}


/* FINAL PRODUCT CARD POLISH — unified premium thumbnails */
.catalog-badge{
  left:26px !important;
  top:26px !important;
  padding:8px 13px !important;
  gap:8px !important;
  font-size:13px !important;
  line-height:1 !important;
  background:rgba(18,16,14,.76) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.20) !important;
}
.catalog-badge i{
  width:10px !important;
  height:10px !important;
}
.catalog-thumb,
.catalog-thumb--size{
  background:linear-gradient(180deg,rgba(23,23,22,.96),rgba(13,13,12,.98)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 16px 36px rgba(0,0,0,.20) !important;
}
.catalog-thumb--size img{
  background:linear-gradient(180deg,rgba(30,30,28,.96),rgba(16,16,15,.98)) !important;
  padding:0 !important;
  object-fit:cover !important;
  filter:none !important;
}
.catalog-thumb figcaption,
.catalog-thumb--size figcaption{
  color:rgba(255,255,255,.72) !important;
  background:rgba(8,8,8,.36) !important;
  border-top:1px solid rgba(255,255,255,.075) !important;
}
.catalog-content p{
  font-size:15px !important;
  line-height:1.5 !important;
  color:rgba(255,255,255,.72) !important;
  max-width:31ch !important;
}
.catalog-bottom strong{
  font-size:26px !important;
}
@media(max-width:520px){
  .catalog-badge{left:20px !important;top:20px !important;font-size:12.5px !important;}
  .catalog-content p{font-size:14px !important;max-width:none !important;}
  .catalog-bottom strong{font-size:24px !important;}
}


/* ==========================================================
   FINAL FIX — Product size card is real HTML/CSS, not a broken PNG.
   No old white artifacts, no generated grid, no cropped labels.
========================================================== */
.catalog-thumb--diagram{
  background:linear-gradient(180deg,rgba(23,23,22,.96),rgba(12,12,11,.99)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  overflow:hidden !important;
}
.catalog-thumb--diagram .size-diagram{
  position:relative;
  aspect-ratio:1/1;
  min-height:0;
  width:100%;
  overflow:hidden;
  border-radius:18px 18px 0 0;
  background:
    radial-gradient(circle at 58% 44%,rgba(244,197,111,.08),transparent 42%),
    linear-gradient(180deg,#1b1b19 0%,#10100f 100%);
}
.catalog-thumb--diagram .size-diagram::before{
  content:"";
  position:absolute;
  inset:9px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  pointer-events:none;
}
.size-panel-real{
  position:absolute;
  left:53%;
  top:24%;
  width:24%;
  height:58%;
  transform:translateX(-50%);
  border-radius:3px;
  background-image:var(--panel-texture);
  background-size:280% 280%;
  background-position:center;
  box-shadow:0 10px 24px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.10);
}
.size-panel-real::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.12),rgba(255,255,255,.08),rgba(0,0,0,.10));
  border-radius:inherit;
  pointer-events:none;
}
.size-roll-real{
  position:absolute;
  left:25%;
  top:38%;
  width:29%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:
    linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.28)),
    var(--roll-photo) center/cover no-repeat;
  box-shadow:0 0 0 2px rgba(239,195,138,.70),0 12px 24px rgba(0,0,0,.34);
}
.size-label{
  position:absolute;
  color:#efc38a;
  font-weight:900;
  font-size:clamp(10px,2.7vw,16px);
  line-height:1;
  letter-spacing:.03em;
  white-space:nowrap;
  text-shadow:0 1px 10px rgba(0,0,0,.45);
}
.size-label--width{
  left:53%;
  top:12%;
  transform:translateX(-50%);
}
.size-width-line{
  position:absolute;
  left:43%;
  top:18%;
  width:20%;
  height:1px;
  background:#efc38a;
  box-shadow:0 0 0 1px rgba(239,195,138,.12);
}
.size-width-line::before,
.size-width-line::after{
  content:"";
  position:absolute;
  top:-5px;
  width:1px;
  height:11px;
  background:#efc38a;
}
.size-width-line::before{left:0;}
.size-width-line::after{right:0;}
.size-height-line{
  position:absolute;
  left:76%;
  top:24%;
  height:58%;
  width:1px;
  background:#efc38a;
}
.size-height-line::before,
.size-height-line::after{
  content:"";
  position:absolute;
  left:-5px;
  width:11px;
  height:1px;
  background:#efc38a;
}
.size-height-line::before{top:0;}
.size-height-line::after{bottom:0;}
.size-label--height{
  left:80%;
  top:51%;
  transform:translateY(-50%);
  font-size:clamp(9px,2.35vw,13px);
}
.size-thickness{
  position:absolute;
  left:12%;
  bottom:18%;
  display:flex;
  flex-direction:column;
  gap:3px;
  color:#efc38a;
}
.size-thickness span{
  color:rgba(239,195,138,.72);
  font-size:clamp(9px,2.3vw,12px);
  line-height:1;
}
.size-thickness b{
  color:#efc38a;
  font-size:clamp(14px,4vw,23px);
  line-height:1;
  letter-spacing:.02em;
}
.catalog-thumb--diagram figcaption{
  color:rgba(255,255,255,.74) !important;
  background:rgba(8,8,8,.38) !important;
  border-top:1px solid rgba(255,255,255,.075) !important;
}
@media(max-width:520px){
  .catalog-thumb--diagram .size-diagram::before{inset:7px;border-radius:12px;}
  .size-label--height{left:79%;font-size:9px;}
  .size-panel-real{width:25%;height:57%;}
  .size-roll-real{left:25%;width:30%;}
}


/* FINAL SIZE THUMBNAIL FIX — real image scheme, no HTML diagram artifacts */
.catalog-thumb--size:not(.catalog-thumb--diagram){
  background:linear-gradient(180deg,rgba(23,23,22,.96),rgba(13,13,12,.98)) !important;
}
.catalog-thumb--size:not(.catalog-thumb--diagram) img{
  width:100% !important;
  aspect-ratio:1/1 !important;
  padding:0 !important;
  object-fit:cover !important;
  background:#111 !important;
  filter:none !important;
}

/* FINAL CLEANUP — remove thumb seam artifacts in catalog cards */
.catalog-thumbs .catalog-thumb{
  overflow:hidden !important;
}
.catalog-thumbs .catalog-thumb img{
  border-radius:0 !important;
  display:block !important;
}
.catalog-thumbs .catalog-thumb figcaption{
  position:relative !important;
  z-index:2 !important;
}

/* PRODUCT CARD POLISH — spacing/alignment cleanup for mobile + desktop */
.catalog-card{
  display:flex !important;
  flex-direction:column !important;
}
.catalog-main{
  padding:16px 16px 14px !important;
}
.catalog-thumbs{
  gap:14px !important;
  margin-top:14px !important;
}
.catalog-thumb,
.catalog-thumb--size{
  border-radius:22px !important;
}
.catalog-thumb figcaption,
.catalog-thumb--size figcaption{
  min-height:48px;
  display:flex !important;
  align-items:flex-end !important;
  padding:12px 14px 14px !important;
}
.catalog-content{
  padding:14px 22px 24px !important;
  display:flex !important;
  flex-direction:column !important;
  flex:1 1 auto !important;
}
.catalog-content p{
  margin-top:2px !important;
  min-height:68px;
}
.catalog-bottom{
  margin-top:auto !important;
  padding-top:16px !important;
  align-items:flex-end !important;
}
.catalog-bottom strong{
  line-height:1.06 !important;
  max-width:11ch;
}
.catalog-bottom .mini-btn{
  min-width:156px !important;
  white-space:nowrap;
}
@media(max-width:820px){
  .catalog-content{
    padding:14px 18px 20px !important;
  }
  .catalog-content p{
    min-height:0;
  }
  .catalog-bottom{
    padding-top:14px !important;
    gap:14px !important;
  }
}
@media(max-width:520px){
  .catalog-main{
    padding:14px 14px 12px !important;
  }
  .catalog-thumbs{
    gap:10px !important;
    margin-top:10px !important;
  }
  .catalog-thumb,
  .catalog-thumb img,
  .catalog-thumb--size,
  .catalog-thumb--size img{
    border-radius:18px !important;
  }
  .catalog-thumb figcaption,
  .catalog-thumb--size figcaption{
    min-height:44px;
    padding:10px 12px 12px !important;
    font-size:10px !important;
  }
  .catalog-content{
    padding:14px 16px 18px !important;
  }
  .catalog-content p{
    font-size:14px !important;
    line-height:1.55 !important;
  }
  .catalog-bottom{
    padding-top:12px !important;
  }
  .catalog-bottom strong{
    font-size:23px !important;
  }
}

/* MOBILE CATALOG FIX — make texture and size cards readable on phones */
@media(max-width:520px){
  .catalog-thumbs{
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-top:12px !important;
  }
  .catalog-thumb,
  .catalog-thumb--size{
    border-radius:20px !important;
  }
  .catalog-thumb img,
  .catalog-thumb--size img{
    width:100% !important;
    aspect-ratio:1/1 !important;
    object-fit:cover !important;
    padding:0 !important;
    border-radius:0 !important;
  }
  .catalog-thumb figcaption,
  .catalog-thumb--size figcaption{
    min-height:auto !important;
    padding:11px 14px 13px !important;
    font-size:10.5px !important;
    letter-spacing:.08em !important;
  }
}


/* FINAL VERIFIED CATALOG SIZE BLOCK LAYOUT */
.catalog-thumbs--single{
  grid-template-columns:1fr !important;
  gap:0 !important;
  margin-top:16px !important;
}
.catalog-thumbs--single .catalog-thumb--sizewide{
  margin:0 !important;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
  border-radius:24px !important;
  border:1px solid rgba(255,255,255,.09) !important;
  background:linear-gradient(180deg,rgba(16,16,15,.98),rgba(9,9,9,1)) !important;
  box-shadow:0 14px 32px rgba(0,0,0,.20) !important;
}
.catalog-thumbs--single .catalog-thumb--sizewide img{
  width:100% !important;
  display:block !important;
  object-fit:cover !important;
  object-position:center !important;
  aspect-ratio:1 / 1 !important;
  padding:0 !important;
  border-radius:0 !important;
  background:#0c0c0c !important;
  filter:none !important;
}
.catalog-thumbs--single .catalog-thumb--sizewide figcaption{
  min-height:auto !important;
  padding:14px 18px 16px !important;
  font-size:14px !important;
  font-weight:800 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.84) !important;
  border-top:1px solid rgba(255,255,255,.07) !important;
  background:linear-gradient(180deg,rgba(8,8,8,.65),rgba(8,8,8,.92)) !important;
}
@media (min-width:821px){
  .catalog-thumbs--single .catalog-thumb--sizewide img{
    aspect-ratio:1.22 / 1 !important;
  }
}
@media (max-width:820px){
  .catalog-thumbs--single{
    margin-top:14px !important;
  }
  .catalog-thumbs--single .catalog-thumb--sizewide{
    border-radius:22px !important;
  }
  .catalog-thumbs--single .catalog-thumb--sizewide figcaption{
    padding:13px 16px 14px !important;
    font-size:13px !important;
  }
}
@media (max-width:520px){
  .catalog-main{
    padding:14px 14px 12px !important;
  }
  .catalog-thumbs--single{
    margin-top:12px !important;
  }
  .catalog-thumbs--single .catalog-thumb--sizewide{
    border-radius:20px !important;
  }
  .catalog-thumbs--single .catalog-thumb--sizewide img{
    aspect-ratio:1 / 1 !important;
  }
  .catalog-thumbs--single .catalog-thumb--sizewide figcaption{
    padding:12px 14px 14px !important;
    font-size:12px !important;
  }
  .catalog-content{
    padding:14px 16px 18px !important;
  }
  .catalog-content p{
    min-height:0 !important;
    margin-top:2px !important;
  }
  .catalog-bottom{
    gap:12px !important;
    align-items:center !important;
  }
  .catalog-bottom strong{
    font-size:22px !important;
    max-width:none !important;
  }
  .catalog-bottom .mini-btn{
    min-width:140px !important;
    padding-inline:22px !important;
  }
}

/* === Shared specs block after catalog === */
.product-shared-specs{margin-top:28px;}
.product-shared-specs__head{max-width:780px;margin-bottom:18px;}
.product-shared-specs__head h3{margin:6px 0 10px;font-size:clamp(28px,3.4vw,40px);line-height:1.06;}
.product-shared-specs__head p:not(.eyebrow){margin:0;color:var(--muted);max-width:720px;}
.product-shared-specs__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:16px;align-items:start;}
.product-shared-specs__card,.product-shared-props{padding:18px;border-radius:28px;border:1px solid rgba(212,166,72,.22);background:linear-gradient(180deg,rgba(17,17,17,.98),rgba(8,8,8,.98));box-shadow:0 16px 36px rgba(0,0,0,.26);}
.product-shared-specs__card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:center;}
.product-shared-specs__preview{width:180px;height:300px;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0b0b0b;}
.product-shared-specs__preview img{width:100%;height:100%;object-fit:cover;display:block;}
.product-shared-specs__list{min-width:0;display:grid;gap:10px;}
.shared-spec-item{min-width:0;padding:14px 18px;border-radius:20px;border:1px solid rgba(212,166,72,.22);background:linear-gradient(180deg,rgba(14,14,14,.92),rgba(8,8,8,.98));display:flex;flex-direction:column;justify-content:center;min-height:76px;}
.shared-spec-item__label{display:block;margin-bottom:6px;font-size:13px;line-height:1.2;color:rgba(255,255,255,.72);}
.shared-spec-item__value{display:block;font-size:clamp(28px,2.7vw,38px);line-height:.95;font-weight:800;letter-spacing:-.03em;color:#f2c464;}
.shared-spec-item__value small{font-size:.38em;font-weight:700;text-transform:uppercase;}
.product-shared-props{display:block;}
.product-shared-props__head{margin-bottom:14px;}
.product-shared-props__head h4{margin:0 0 8px;font-size:clamp(22px,2vw,27px);line-height:1.08;}
.product-shared-props__head p{margin:0;color:var(--muted);font-size:14px;line-height:1.45;}
.product-shared-props__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.product-shared-prop-item{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:18px;border:1px solid rgba(212,166,72,.18);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));min-height:78px;}
.product-shared-prop-item__icon{width:36px;height:36px;flex:0 0 36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#f2c464;border:1px solid rgba(212,166,72,.26);background:rgba(212,166,72,.08);}
.product-shared-prop-item__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.product-shared-prop-item h5{margin:0 0 4px;font-size:15px;line-height:1.15;}
.product-shared-prop-item p{margin:0;color:var(--muted);font-size:12px;line-height:1.35;}
@media(max-width:1100px){.product-shared-specs__grid{grid-template-columns:1fr;}.product-shared-props__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:980px){.product-shared-specs{margin-top:26px;}.product-shared-specs__card,.product-shared-props{padding:16px;border-radius:24px;}.product-shared-specs__card{grid-template-columns:150px minmax(0,1fr);}.product-shared-specs__preview{width:150px;height:240px;}}
@media(max-width:767px){.product-shared-specs{margin-top:22px;}.product-shared-specs__head{margin-bottom:14px;}.product-shared-specs__head h3{font-size:26px;}.product-shared-specs__grid{gap:12px;}.product-shared-specs__card,.product-shared-props{padding:14px;border-radius:22px;}.product-shared-specs__card{grid-template-columns:1fr;}.product-shared-specs__preview{display:none;}.shared-spec-item{min-height:74px;padding:14px 16px;border-radius:17px;}.shared-spec-item__value{font-size:29px;}.product-shared-props__head{margin-bottom:12px;}.product-shared-props__head h4{font-size:22px;}.product-shared-props__grid{grid-template-columns:1fr;gap:9px;}.product-shared-prop-item{min-height:auto;padding:13px;border-radius:16px;}}

/* === Conversion strengthening: problem → solution + proof strip === */
.problem-solution .section-head p:not(.eyebrow){
  max-width: 820px;
}
.problem-solution__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:18px;
  margin-top: 24px;
}
.problem-card,
.solution-card{
  border:1px solid rgba(255,255,255,.1);
  border-radius:32px;
  padding:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}
.solution-card{
  border-color:rgba(231,173,52,.26);
  background:linear-gradient(180deg,rgba(231,173,52,.08),rgba(255,255,255,.025));
}
.problem-card>span,
.solution-card>span{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#f1bd54;
  background:rgba(231,173,52,.10);
  border:1px solid rgba(231,173,52,.22);
}
.problem-card h3,
.solution-card h3{
  margin:0 0 18px;
  font-size:clamp(24px,2.5vw,36px);
  line-height:1.08;
  letter-spacing:-.03em;
}
.problem-card ul,
.solution-card ul{
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
  list-style:none;
  color:rgba(255,255,255,.72);
  line-height:1.55;
}
.problem-card li,
.solution-card li{
  position:relative;
  padding-left:24px;
}
.problem-card li::before,
.solution-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e7ad34;
  box-shadow:0 0 0 5px rgba(231,173,52,.09);
}
.solution-card__btn{
  margin-top:22px;
  min-width: 180px;
}
.proof-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:18px;
}
.proof-strip div{
  border:1px solid rgba(231,173,52,.20);
  border-radius:22px;
  padding:18px 20px;
  background:rgba(8,8,8,.42);
}
.proof-strip strong{
  display:block;
  color:#efc38a;
  font-size:20px;
  margin-bottom:6px;
}
.proof-strip span{
  color:rgba(255,255,255,.66);
  font-size:14px;
}
.how .section-head p{
  max-width:720px;
}
.faq-list details{
  transition:border-color .25s ease, background .25s ease;
}
.faq-list details[open]{
  border-color:rgba(231,173,52,.32);
  background:linear-gradient(180deg,rgba(231,173,52,.075),rgba(255,255,255,.03));
}
@media(max-width:820px){
  .problem-solution__grid,
  .proof-strip{
    grid-template-columns:1fr;
  }
  .problem-card,
  .solution-card{
    padding:24px;
    border-radius:26px;
  }
  .proof-strip div{
    padding:16px 18px;
  }
}
@media(max-width:520px){
  .problem-card,
  .solution-card{
    padding:20px;
    border-radius:22px;
  }
  .problem-card h3,
  .solution-card h3{
    font-size:24px;
  }
  .problem-card ul,
  .solution-card ul{
    font-size:14px;
  }
  .proof-strip strong{
    font-size:18px;
  }
}




/* === FINAL CONVERSION / COMPACT PASS === */
.section{
  padding-top: clamp(54px, 6.2vw, 92px) !important;
  padding-bottom: clamp(54px, 6.2vw, 92px) !important;
}
.section-head{
  margin-bottom: clamp(24px, 3vw, 38px) !important;
}
.hero__lead{
  max-width: 620px;
}
.hero-features div{
  backdrop-filter: blur(10px);
}
.product-grid--premium{
  gap: 22px !important;
}
.catalog-card{
  border-radius: 28px !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.22) !important;
}
.catalog-main{
  padding: 14px !important;
}
.catalog-hero{
  border-radius: 22px !important;
  aspect-ratio: 16/9 !important;
}
.catalog-content{
  padding: 14px 20px 20px !important;
}
.catalog-content p{
  min-height: 48px !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}
.catalog-bottom{
  padding-top: 14px !important;
}
.catalog-bottom strong{
  font-size: clamp(24px,2.2vw,32px) !important;
  line-height: 1.05 !important;
}
.product-shared-specs--compact{
  margin-top: 30px !important;
}
.product-shared-specs--compact .product-shared-specs__head{
  margin-bottom: 16px !important;
}
.product-shared-specs--compact .product-shared-specs__head h3{
  font-size: clamp(27px, 3.2vw, 38px) !important;
  margin-bottom: 8px !important;
}
.product-shared-specs--compact .product-shared-specs__head p:not(.eyebrow){
  max-width: 680px !important;
}
.product-shared-specs--compact .product-shared-specs__grid{
  display:grid !important;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
  gap: 16px !important;
  align-items: stretch !important;
}
.product-shared-specs--compact .product-shared-specs__card,
.product-shared-specs--compact .product-shared-props{
  padding: 18px !important;
  border-radius: 26px !important;
  border: 1px solid rgba(212,166,72,.22) !important;
  background: linear-gradient(180deg,rgba(17,17,17,.96),rgba(8,8,8,.98)) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.20) !important;
}
.product-shared-specs__card--metrics{
  display:grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 12px !important;
}
.product-shared-specs--compact .shared-spec-item{
  min-height: 112px !important;
  padding: 18px !important;
  border-radius: 20px !important;
}
.product-shared-specs--compact .shared-spec-item__label{
  font-size: 14px !important;
  margin-bottom: 8px !important;
}
.product-shared-specs--compact .shared-spec-item__value{
  font-size: clamp(27px, 2.6vw, 42px) !important;
}
.product-shared-specs--compact .product-shared-props__grid{
  display:grid !important;
  grid-template-columns: repeat(4,minmax(0,1fr)) !important;
  gap: 10px !important;
}
.product-shared-specs--compact .product-shared-prop-item{
  min-height: 112px !important;
  padding: 14px !important;
  border-radius: 18px !important;
  display:flex !important;
  flex-direction:column !important;
  gap: 10px !important;
}
.product-shared-specs--compact .product-shared-prop-item__icon{
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  border-radius: 12px !important;
}
.product-shared-specs--compact .product-shared-prop-item__icon svg{
  width: 21px !important;
  height: 21px !important;
}
.product-shared-specs--compact .product-shared-prop-item h5{
  margin: 0 0 5px !important;
  font-size: 15px !important;
  line-height: 1.12 !important;
}
.product-shared-specs--compact .product-shared-prop-item p{
  margin: 0 !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}
.before-after .ba-grid{
  gap: 20px !important;
}
.faq-list{
  max-width: 960px !important;
  margin-inline: auto !important;
}
.faq{
  max-width:1080px;
  margin-inline:auto;
}
.faq .faq__head{
  max-width:760px;
  margin-inline:auto;
  text-align:center;
}
.faq .faq__head h2{
  font-size:clamp(38px,4.3vw,58px);
}
.faq .faq__head p:not(.eyebrow){
  max-width:620px;
  margin-inline:auto;
}
/* Keep broad desktop card sections aligned with the hero content width. */
@media(min-width:821px){
  .problem-solution__grid,
  .problem-solution .proof-strip,
  .benefits .benefit-grid,
  .products .product-grid--premium,
  .products .roll-spec-banner,
  .usecases .usecase-grid,
  .customer-gallery .customer-gallery__grid,
  .how .steps{
    max-width:1320px;
    margin-inline:auto;
  }
  .problem-solution .section-head,
  .benefits .section-head,
  .products .section-head,
  .usecases .section-head,
  .customer-gallery .section-head,
  .how .section-head{
    margin-left:max(0px, calc((100% - 1320px) / 2));
  }
  .before-after .section-head{
    margin-left:max(0px, calc((100% - 1320px) / 2));
  }
}
.sticky-cta{
  display:none;
}
@media(max-width: 900px){
  .section{
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .product-shared-specs--compact .product-shared-specs__grid{
    grid-template-columns: 1fr !important;
  }
  .product-shared-specs__card--metrics{
    grid-template-columns: 1fr !important;
  }
  .product-shared-specs--compact .product-shared-props__grid{
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width: 520px){
  body{
    padding-bottom: 88px;
  }
  .section{
    padding-top: 38px !important;
    padding-bottom: 38px !important;
  }
  .section-head{
    margin-bottom: 20px !important;
  }
  .catalog-main{
    padding: 12px !important;
  }
  .catalog-content{
    padding: 14px 16px 18px !important;
  }
  .catalog-content p{
    font-size: 13.5px !important;
    min-height: 0 !important;
  }
  .catalog-bottom strong{
    font-size: 21px !important;
  }
  .product-shared-specs--compact{
    margin-top: 22px !important;
  }
  .product-shared-specs--compact .product-shared-specs__card,
  .product-shared-specs--compact .product-shared-props{
    padding: 12px !important;
    border-radius: 20px !important;
  }
  .product-shared-specs--compact .shared-spec-item{
    min-height: 74px !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
  }
  .product-shared-specs--compact .shared-spec-item__value{
    font-size: 28px !important;
  }
  .product-shared-specs--compact .product-shared-props__grid{
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }
  .product-shared-specs--compact .product-shared-prop-item{
    min-height: auto !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 12px !important;
  }
  .sticky-cta{
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 9999;
    display:flex !important;
    justify-content:center;
    align-items:center;
    min-height: 54px;
    border-radius: 18px;
    border:1px solid rgba(231,173,52,.38);
    background:linear-gradient(180deg,rgba(35,30,23,.98),rgba(18,16,13,.98));
    color:#f2d8ad;
    font-weight:900;
    text-decoration:none;
    box-shadow:0 14px 34px rgba(0,0,0,.38);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(18px);
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
  }
  .sticky-cta.is-visible{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
}


/* Accessible order form refinements. */
.product-shared-specs--compact .product-shared-prop-item h4{
  margin:0 0 5px !important;
  font-size:15px !important;
  line-height:1.12 !important;
}
.order-assurances{
  display:grid;
  gap:12px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
  color:rgba(255,255,255,.78);
}
.order-assurances li{
  position:relative;
  padding-left:26px;
  line-height:1.45;
}
.order-assurances li::before{
  content:"";
  position:absolute;
  top:7px;
  left:0;
  width:12px;
  height:7px;
  border-left:2px solid var(--gold);
  border-bottom:2px solid var(--gold);
  transform:rotate(-45deg);
}
.form-field{
  display:grid;
  gap:8px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  font-weight:700;
}
.form-field small{
  color:var(--muted);
  font-weight:500;
}
.phone-control{
  display:flex;
  align-items:center;
  width:100%;
  border:1px solid var(--line);
  border-radius:16px;
  padding:0 18px;
  background:rgba(0,0,0,.35);
  color:#fff;
}
.phone-prefix{
  flex:0 0 auto;
  padding-right:5px;
  color:#fff;
  font-weight:600;
}
.form .phone-control input{
  flex:1 1 auto;
  min-width:0;
  width:auto;
  border:0;
  padding:16px 0;
  background:transparent;
}
.form .phone-control:focus-within{
  outline:2px solid var(--gold);
  outline-offset:2px;
  border-color:var(--gold);
}
.form .phone-control input:focus-visible{
  outline:0;
}
.form input:focus-visible,
.form select:focus-visible,
.form textarea:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
  border-color:var(--gold);
}
.form-honey{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  overflow:hidden !important;
}
.roll-calculator{
  padding:14px;
  border:1px solid rgba(231,173,52,.20);
  border-radius:18px;
  background:rgba(231,173,52,.05);
}
.roll-result{
  margin:10px 0 0;
  color:var(--gold2);
  font-size:13px;
  line-height:1.4;
}
.roll-result.has-calculation{
  margin-top:13px;
  color:rgba(255,255,255,.78);
}
.roll-result__summary{
  margin:0 0 10px;
  color:rgba(255,255,255,.68);
  font-size:12px;
  line-height:1.35;
}
.roll-result__breakdown{
  display:grid;
  gap:7px;
}
.roll-result__breakdown div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:9px 11px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  background:rgba(0,0,0,.17);
}
.roll-result__breakdown span{
  color:rgba(255,255,255,.68);
  font-size:12px;
  line-height:1.3;
}
.roll-result__breakdown strong{
  flex:0 0 auto;
  color:#fff;
  font-size:13px;
  white-space:nowrap;
}
.roll-result__breakdown .roll-result__total{
  border-color:rgba(231,173,52,.32);
  background:rgba(231,173,52,.09);
}
.roll-result__breakdown .roll-result__total span{
  color:var(--gold2);
  font-weight:700;
}
.roll-result__breakdown .roll-result__total strong{
  color:var(--gold2);
  font-size:15px;
}
.roll-result__note{
  margin:9px 0 0;
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1.4;
}
@media(max-width:520px){
  .order-assurances{
    margin-top:20px;
  }
  .roll-result__breakdown div{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
}

/* Verified product information and trust refinements. */
.hero--no-baked-ui .offer-fact{
  display:flex !important;
  flex-direction:column;
  justify-content:center;
  gap:7px;
}
.hero--no-baked-ui .offer-fact strong{
  display:block;
  color:#fff;
  font-size:clamp(25px,2.15vw,34px);
  line-height:1.04;
  font-weight:900;
}
.hero--no-baked-ui .offer-fact p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:13px;
}
.hero__visual-note{
  max-width:450px;
  margin:14px 0 0;
  color:rgba(255,255,255,.52);
  font-size:12px;
  line-height:1.5;
}
.catalog-content .catalog-sku{
  min-height:0 !important;
  margin:0 0 10px !important;
  display:flex;
  flex-wrap:wrap;
  gap:5px 14px;
  color:var(--gold2) !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.catalog-content .catalog-sku span{
  white-space:nowrap;
}
.product-shared-specs--compact .product-shared-specs__card--metrics{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.customer-gallery .section-head{
  max-width:800px;
}
.customer-gallery__grid{
  gap:20px;
}
.customer-photo>img{
  height:245px;
}
.customer-photo .review-body{
  min-height:176px;
  padding:20px 22px 22px;
}
.customer-photo .customer-photo__room{
  margin:0 0 9px !important;
  color:var(--gold) !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.customer-photo h3{
  margin:0 0 11px;
  color:#fff;
  font-size:20px;
  line-height:1.2;
}
.customer-photo .review-body > p:not(.customer-photo__room){
  margin:0 !important;
  color:rgba(255,255,255,.7) !important;
  font-size:14px !important;
  line-height:1.5 !important;
}
.roll-calculator__title{
  margin:0 0 12px;
  color:var(--gold2);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.roll-calculator__inputs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.roll-calculator__hint{
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
}
@media(max-width:900px){
  .product-shared-specs--compact .product-shared-specs__card--metrics{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .customer-photo>img{
    height:275px;
  }
}
@media(max-width:520px){
  .hero__visual-note{
    margin-top:12px;
  }
  .hero--no-baked-ui .offer-fact strong{
    font-size:25px;
  }
  .product-shared-specs--compact .product-shared-specs__card--metrics{
    grid-template-columns:1fr !important;
  }
  .customer-photo>img{
    height:205px;
  }
  .customer-photo h3{
    font-size:19px;
  }
  .roll-calculator__inputs{
    grid-template-columns:1fr;
  }
}

/* Real product hero: lead with the product customers will receive. */
.hero--no-baked-ui{
  --hero-texture:url("assets/optimized/texture-caramel.jpg");
  display:block !important;
  min-height:0 !important;
  padding:clamp(34px,4vw,58px) clamp(22px,4.8vw,76px) !important;
  background:#080706 !important;
}
.hero--no-baked-ui .hero__bg{
  inset:0 !important;
  width:auto !important;
  height:auto !important;
  background:
    linear-gradient(90deg,rgba(7,6,5,.94) 0%,rgba(7,6,5,.86) 34%,rgba(7,6,5,.76) 59%,rgba(7,6,5,.82) 100%),
    linear-gradient(180deg,rgba(7,6,5,.52) 0%,rgba(7,6,5,.88) 100%),
    var(--hero-texture) center / cover no-repeat !important;
  opacity:1 !important;
  transition:background-image .2s ease;
}
.hero--no-baked-ui .hero__layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(480px,600px) minmax(430px,535px);
  justify-content:center;
  align-items:center;
  gap:clamp(54px,6vw,104px);
  max-width:1320px;
  margin:0 auto;
}
.hero--no-baked-ui .hero__content{
  position:relative !important;
  inset:auto !important;
  transform:none !important;
  width:auto !important;
  max-width:640px !important;
  margin:0 !important;
  padding:0 !important;
}
.hero--no-baked-ui h1{
  max-width:640px !important;
  font-size:clamp(48px,4.1vw,72px) !important;
  line-height:1.08 !important;
}
.hero--no-baked-ui .hero__lead{
  max-width:580px !important;
}
.hero--no-baked-ui .hero-features{
  max-width:590px !important;
}
.hero--no-baked-ui .hero-actions{
  display:flex !important;
  gap:12px !important;
  flex-wrap:wrap;
}
.hero--no-baked-ui .hero-actions .btn--glass{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:auto !important;
  min-height:auto !important;
  padding:8px 3px 4px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  color:rgba(255,255,255,.58) !important;
  font-size:14px !important;
  font-weight:600 !important;
  text-decoration:underline;
  text-decoration-color:rgba(255,255,255,.25);
  text-underline-offset:5px;
}
.hero--no-baked-ui .hero-actions .btn--glass:hover{
  transform:none !important;
  background:transparent !important;
  color:rgba(255,255,255,.86) !important;
  text-decoration-color:rgba(231,173,52,.65);
}
.hero-real-product{
  width:100%;
  max-width:535px;
  justify-self:end;
  padding:15px;
  border:1px solid rgba(231,173,52,.25);
  border-radius:30px;
  background:linear-gradient(155deg,rgba(26,20,13,.97),rgba(8,8,8,.99));
  box-shadow:0 30px 80px rgba(0,0,0,.45);
}
.hero-real-product__header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin:2px 2px 13px;
}
.hero-media-tabs{
  display:flex;
  gap:4px;
  padding:3px;
  border-radius:999px;
  background:rgba(255,255,255,.045);
}
.hero-media-tabs button{
  padding:8px 12px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:rgba(255,255,255,.58);
  font:inherit;
  font-size:11px;
  font-weight:800;
  letter-spacing:.035em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .18s ease,color .18s ease;
}
.hero-media-tabs button.is-active{
  background:rgba(231,173,52,.15);
  color:var(--gold2);
}
.hero-media-tabs button:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
}
.real-sku{
  color:rgba(255,255,255,.6);
  font-size:13px;
}
.real-sku b{
  color:#fff;
  margin-left:4px;
}
.hero-real-product__media{
  overflow:hidden;
  aspect-ratio:1;
  border-radius:21px;
  border:1px solid rgba(255,255,255,.08);
  background:#d4aa7c;
}
.hero-real-product__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.hero-real-product__selection{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  margin:15px 2px 12px;
}
.hero-real-product__selection span{
  color:rgba(255,255,255,.57);
  font-size:12px;
}
.hero-real-product__selection strong{
  color:#fff;
  font-size:18px;
}
.hero-swatches{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:7px;
}
.hero-swatch{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  min-width:0;
  padding:8px 4px 7px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:12px;
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.68);
  cursor:pointer;
  font:inherit;
  font-size:11px;
  font-weight:700;
  transition:border-color .18s ease,background .18s ease,color .18s ease;
}
.hero-swatch i{
  display:block;
  width:30px;
  height:23px;
  border-radius:6px;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);
}
.hero-swatch:hover,
.hero-swatch.is-active{
  border-color:rgba(231,173,52,.65);
  background:rgba(231,173,52,.12);
  color:#fff;
}
.hero-swatch:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
}
.hero-real-product__note{
  margin:11px 2px 0;
  color:rgba(255,255,255,.62);
  font-size:11px;
  line-height:1.35;
}
.hero--no-baked-ui > .hero-product,
.hero--no-baked-ui .hero-mobile-product{
  display:none !important;
}
@media(max-width:1180px){
  .hero--no-baked-ui .hero__layout{
    grid-template-columns:minmax(420px,1fr) minmax(385px,470px);
    justify-content:space-between;
    gap:28px;
  }
  .hero--no-baked-ui h1{
    font-size:clamp(45px,5vw,60px) !important;
  }
}
@media(max-width:920px){
  .hero--no-baked-ui{
    padding:30px 20px 38px !important;
  }
  .hero--no-baked-ui .hero__bg{
    background:
      radial-gradient(circle at 76% 35%,rgba(197,126,43,.16),transparent 32%),
      radial-gradient(circle at 42% 80%,rgba(231,173,52,.06),transparent 28%),
      linear-gradient(120deg,#070605 0%,#0e0b08 54%,#070605 100%) !important;
  }
  .hero--no-baked-ui .hero__layout{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    max-width:610px;
  }
  .hero--no-baked-ui .hero__content{
    max-width:none !important;
  }
  .hero-real-product{
    justify-self:auto;
    align-self:center;
  }
}
@media(max-width:520px){
  .hero--no-baked-ui .hero__layout{
    gap:22px;
  }
  .hero--no-baked-ui .hero-actions{
    display:grid !important;
  }
  .hero-real-product{
    padding:10px;
    border-radius:22px;
  }
  .hero-real-product__media{
    height:auto;
    border-radius:16px;
  }
  .hero-real-product__selection{
    margin-top:12px;
  }
  .hero-real-product__selection strong{
    font-size:16px;
  }
  .hero-swatch{
    padding:7px 2px 6px;
    font-size:10px;
  }
  .hero-swatch i{
    width:27px;
    height:21px;
  }
}

/* On phones, show the chosen product before asking for an order. */
@media(max-width:920px){
  .hero--no-baked-ui .hero__layout{
    gap:0 !important;
  }
  .hero--no-baked-ui .hero__content{
    display:contents !important;
  }
  .hero--no-baked-ui .eyebrow{order:1;}
  .hero--no-baked-ui h1{order:2;}
  .hero--no-baked-ui .hero__lead{
    order:3;
    margin-bottom:20px !important;
  }
  .hero--no-baked-ui .hero-real-product{
    order:4;
    margin:0 0 18px;
  }
  .hero--no-baked-ui .hero-offer{
    order:5;
  }
  .hero--no-baked-ui .hero-actions{
    order:6;
    margin:14px 0 12px !important;
  }
  .hero--no-baked-ui .hero-features{
    order:7;
    margin:0 !important;
  }
}

/* Keep catalogue cards scannable on narrow screens. */
@media(max-width:820px){
  .products .catalog-hero{
    display:block;
    height:clamp(252px,66vw,360px) !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .products .catalog-main{
    padding:10px !important;
  }
  .products .catalog-content{
    padding:14px 14px 16px !important;
  }
  .products .catalog-bottom{
    padding-top:10px !important;
    margin-top:12px !important;
  }
}

/* Keep real product photography prominent without oversized desktop cards. */
@media(min-width:1281px){
  .products .product-grid--premium{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .products .catalog-hero{
    display:block;
    height:clamp(245px,18vw,325px) !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
  .products .catalog-bottom .mini-btn{
    width:100%;
    min-width:0 !important;
    padding-left:18px;
    padding-right:18px;
  }
  .products .catalog-bottom{
    flex-direction:column;
    align-items:stretch !important;
    gap:14px !important;
  }
  .products .catalog-bottom strong{
    max-width:none;
    white-space:nowrap;
  }
}
@media(min-width:821px) and (max-width:1280px){
  .products .product-grid--premium{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .products .catalog-hero{
    display:block;
    height:clamp(235px,28vw,310px) !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:center center !important;
  }
}
@media(max-width:820px){
  .products .catalog-bottom .mini-btn{
    width:100%;
  }
}

/* Catalog gallery: show material and installed result without repeating small-print diagrams. */
.products .catalog-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  padding:9px 10px 0;
  background:linear-gradient(180deg,rgba(5,5,5,.96),rgba(8,8,8,.99));
}
.products .catalog-gallery__item{
  display:grid;
  grid-template-rows:58px auto;
  gap:6px;
  min-width:0;
  padding:5px 5px 7px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.58);
  font:inherit;
  font-size:10px;
  font-weight:700;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,color .18s ease;
}
.products .catalog-gallery__item img{
  display:block;
  width:100%;
  height:58px;
  border-radius:8px;
  object-fit:cover;
}
.products .catalog-gallery__item span{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  text-align:center;
}
.products .catalog-gallery__item:hover,
.products .catalog-gallery__item.is-active{
  border-color:rgba(231,173,52,.56);
  background:rgba(231,173,52,.10);
  color:#fff;
}
.products .catalog-gallery__item:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
}
@media(min-width:1281px){
  .products .catalog-gallery__item{
    grid-template-rows:62px auto;
  }
  .products .catalog-gallery__item img{
    height:62px;
  }
}
@media(max-width:820px){
  .products .catalog-gallery{
    padding:9px 10px 2px;
    gap:8px;
  }
  .products .catalog-gallery__item{
    grid-template-rows:clamp(66px,20vw,82px) auto;
    padding:6px 6px 8px;
    font-size:11px;
  }
  .products .catalog-gallery__item img{
    height:clamp(66px,20vw,82px);
  }
}

/* Order confirmation and official purchase terms. */
.order-terms{
  margin-top:28px;
  padding:20px;
  border:1px solid rgba(231,173,52,.24);
  border-radius:22px;
  background:rgba(231,173,52,.045);
}
.order-terms__title{
  margin:0 0 15px;
  color:var(--gold);
  font-size:13px;
  font-weight:800;
  letter-spacing:.06em;
  line-height:1.2;
  text-transform:uppercase;
}
.order-terms__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.order-terms__grid div{
  min-height:94px;
  padding:12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:15px;
  background:rgba(0,0,0,.18);
}
.order-terms__grid strong{
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-size:15px;
  line-height:1.2;
}
.order-terms__grid span{
  display:block;
  color:rgba(255,255,255,.66);
  font-size:12px;
  line-height:1.4;
}
.order-terms__note{
  margin:15px 0 8px;
  color:rgba(255,255,255,.7);
  font-size:13px;
  line-height:1.45;
}
.order-terms__link{
  color:var(--gold2);
  font-size:13px;
  font-weight:700;
  text-underline-offset:3px;
}
.order-selection{
  display:grid;
  grid-template-columns:82px minmax(0,1fr) auto;
  align-items:center;
  gap:14px;
  margin-bottom:4px;
  padding:12px;
  border:1px solid rgba(231,173,52,.25);
  border-radius:18px;
  background:rgba(231,173,52,.05);
}
.order-selection img{
  display:block;
  width:82px;
  height:82px;
  object-fit:cover;
  border-radius:12px;
}
.order-selection__details span{
  display:block;
  margin-bottom:5px;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.order-selection__details strong{
  display:block;
  margin-bottom:5px;
  color:#fff;
  font-size:17px;
  line-height:1.2;
}
.order-card .order-selection__details p{
  margin:0;
  color:rgba(255,255,255,.64);
  font-size:12px;
  line-height:1.35;
}
.order-selection__price{
  min-width:76px;
  text-align:right;
}
.order-selection__price strong{
  display:block;
  color:var(--gold2);
  font-size:18px;
  line-height:1.15;
}
.order-selection__price span{
  color:rgba(255,255,255,.62);
  font-size:12px;
}
@media(max-width:620px){
  .order-terms{
    margin-top:22px;
    padding:15px;
  }
  .order-terms__grid{
    grid-template-columns:1fr;
  }
  .order-terms__grid div{
    min-height:auto;
  }
  .order-selection{
    grid-template-columns:68px minmax(0,1fr);
    gap:11px;
    padding:10px;
  }
  .order-selection img{
    width:68px;
    height:68px;
  }
  .order-selection__price{
    grid-column:2;
    display:flex;
    align-items:baseline;
    gap:6px;
    margin-top:-5px;
    text-align:left;
  }
}

/* Mobile-first cleanup for the order section: short form + separate explanation cards. */
.order-intro{
  align-self:stretch;
  display:flex;
  flex-direction:column;
}
.order-intro h2{
  max-width:560px;
}
.order-trustline{
  display:grid;
  gap:10px;
  margin-top:22px;
}
.order-trustline span{
  position:relative;
  padding:12px 14px 12px 38px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.25;
}
.order-trustline span::before{
  content:"";
  position:absolute;
  left:16px;
  top:50%;
  width:10px;
  height:6px;
  border-left:2px solid var(--gold);
  border-bottom:2px solid var(--gold);
  transform:translateY(-65%) rotate(-45deg);
}
.order-support-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:18px;
  margin-top:18px;
}
.order-support-grid .order-terms{
  padding:22px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.03));
  box-shadow:0 18px 55px rgba(0,0,0,.18);
}
.order-support-grid .order-terms{
  margin-top:0;
}
.order-support-title,
.order-support-grid .order-terms__title{
  margin:0 0 16px;
  color:var(--gold);
  font-size:13px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.order .order-support-grid--terms{
  display:block;
}
.order .order-support-grid--terms .order-terms{
  max-width:100%;
}
@media(max-width:820px){
  .order-card{
    gap:22px;
    padding:22px;
    border-radius:26px;
  }
  .order-card h2{
    font-size:clamp(30px,9vw,40px);
    line-height:1.04;
    margin-bottom:12px;
  }
  .order-card p{
    margin-top:0;
    font-size:15px;
    line-height:1.5;
  }
  .order-trustline{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:16px;
  }
  .order-trustline span{
    padding-top:10px;
    padding-bottom:10px;
    border-radius:14px;
    font-size:13px;
  }
  .form{
    gap:12px;
  }
  .form input,
  .form select,
  .form textarea,
  .form .phone-control input{
    font-size:16px;
  }
  .form textarea{
    min-height:82px;
  }
  .roll-calculator{
    padding:12px;
    border-radius:16px;
  }
  .roll-result{
    margin-top:8px;
  }
  .order-support-grid{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:14px;
  }
  .order-support-grid .order-terms{
    border-radius:22px;
  }
  .order-support-grid .order-terms{
    padding:16px;
  }
}
@media(max-width:420px){
  .order-card{
    padding:18px;
  }
  .order-selection{
    grid-template-columns:58px minmax(0,1fr);
  }
  .order-selection img{
    width:58px;
    height:58px;
  }
  .order-terms__grid{
    gap:8px;
  }
}

/* Final cascade guard: order section is mobile-first, desktop restores columns. */
.order .order-card{
  grid-template-columns:1fr;
  gap:22px;
  padding:clamp(18px,5vw,36px);
}
.order .order-support-grid{
  grid-template-columns:1fr;
}
@media(min-width:821px){
  .order .order-card{
    grid-template-columns:.88fr 1.12fr;
    gap:36px;
    padding:36px;
  }
  .order .order-support-grid{
    grid-template-columns:.85fr 1.15fr;
  }
  .order .order-support-grid--terms{
    display:block;
  }
}

/* Desktop order reset: a compact form card avoids an artificial empty sidebar. */
@media(min-width:821px){
  .order .order-card{
    display:block;
    max-width:1120px;
    margin-inline:auto;
    padding:34px 38px;
  }
  .order .order-intro{
    display:block;
    max-width:880px;
    margin-bottom:28px;
  }
  .order .order-intro h2{
    max-width:none;
    margin-bottom:12px;
    font-size:clamp(38px,3vw,50px);
  }
  .order .order-intro > p:not(.eyebrow){
    margin-bottom:0;
  }
  .order .form{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 16px;
  }
  .order .order-selection{
    grid-column:1 / -1;
  }
  .order .form-field--name{
    grid-column:1;
  }
  .order .form-field--phone{
    grid-column:2;
  }
  .order .form-field--product{
    grid-column:1 / -1;
  }
  .order .roll-calculator{
    grid-column:1 / -1;
  }
  .order .form-field--comment,
  .order .form .btn{
    grid-column:1 / -1;
  }
  .order .form textarea{
    min-height:88px;
  }
  .order .order-support-grid--terms{
    max-width:1120px;
    margin:16px auto 0;
  }
}
.form input[type="hidden"]{
  display:none !important;
}
.roll-calculator input[type="number"]{
  -moz-appearance:textfield;
  appearance:textfield;
}
.roll-calculator input[type="number"]::-webkit-outer-spin-button,
.roll-calculator input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.order .form .btn--primary{
  color:#141414;
}

/* Final mobile guards for narrow order content. */
.order .order-selection{
  grid-template-columns:68px minmax(0,1fr);
  gap:11px;
  padding:10px;
}
.order .order-selection img{
  width:68px;
  height:68px;
}
.order .order-selection__price{
  grid-column:2;
  display:flex;
  align-items:baseline;
  gap:6px;
  margin-top:-4px;
  text-align:left;
}
.order .order-terms__grid{
  grid-template-columns:1fr;
}
.order .order-terms__grid div{
  min-height:auto;
}
@media(min-width:821px){
  .order .order-selection{
    grid-template-columns:82px minmax(0,1fr) auto;
    gap:14px;
    padding:12px;
  }
  .order .order-selection img{
    width:82px;
    height:82px;
  }
  .order .order-selection__price{
    grid-column:auto;
    display:block;
    margin-top:0;
    text-align:right;
  }
  .order .order-terms__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .order .order-terms__grid div{
    min-height:94px;
  }
}


/* Local footer pages */
.legal-page{min-height:70vh;padding:92px 5vw 78px;background:radial-gradient(circle at 14% 0%,rgba(231,173,52,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.035))}
.legal-hero{max-width:960px;margin:0 auto 34px}
.legal-back{display:inline-flex;margin-bottom:28px;color:var(--gold2);font-weight:800;border:1px solid rgba(231,173,52,.24);background:rgba(231,173,52,.08);border-radius:999px;padding:12px 16px;transition:.2s ease}
.legal-back:hover{transform:translateY(-2px);background:rgba(231,173,52,.13)}
.legal-hero h1{font-size:clamp(42px,6vw,82px);line-height:.96;letter-spacing:-.06em;margin:0 0 18px}
.legal-hero p{max-width:780px;color:var(--muted);font-size:18px;line-height:1.7;margin:0}
.legal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto}
.legal-card{border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));padding:30px;box-shadow:0 18px 60px rgba(0,0,0,.2);scroll-margin-top:26px}
.legal-card--wide{grid-column:1/-1}
.legal-card--accent{background:linear-gradient(135deg,rgba(231,173,52,.12),rgba(255,255,255,.035))}
.legal-card h2{margin:0 0 14px;font-size:clamp(24px,3vw,34px);letter-spacing:-.035em}
.legal-card p{margin:0 0 16px;color:var(--muted);line-height:1.7}
.legal-card ul{margin:0;padding-left:19px;color:rgba(255,255,255,.74);line-height:1.7}
.legal-card li+li{margin-top:8px}
.legal-btn{margin-top:10px}
@media(max-width:820px){.legal-page{padding:72px 18px 54px}.legal-grid{grid-template-columns:1fr}.legal-card,.legal-card--wide{grid-column:auto;padding:22px;border-radius:22px}.legal-hero{margin-bottom:24px}.legal-hero p{font-size:16px}.legal-back{margin-bottom:20px}}

/* Safer responsive rule for local pages: mobile first */
.legal-grid{grid-template-columns:1fr}
@media(min-width:821px){.legal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-card--wide{grid-column:1/-1}}
.legal-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}
.legal-split>div{border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.035);padding:20px}
.legal-split h3{margin:0 0 12px;font-size:20px;letter-spacing:-.02em;color:var(--text)}
@media(max-width:820px){.legal-split{grid-template-columns:1fr;gap:12px}.legal-split>div{padding:16px;border-radius:18px}}

/* Compact product format prompt after the shade catalogue. */
.roll-spec-banner{
  display:grid;
  grid-template-columns:minmax(330px,1.25fr) minmax(265px,.72fr) minmax(275px,.78fr);
  align-items:center;
  gap:clamp(22px,3vw,42px);
  margin-top:clamp(30px,4vw,46px);
  padding:clamp(24px,3vw,34px);
  border:1px solid rgba(231,173,52,.24);
  border-radius:30px;
  background:
    radial-gradient(circle at 4% 50%,rgba(231,173,52,.1),transparent 31%),
    linear-gradient(112deg,rgba(19,17,14,.98),rgba(8,8,8,.99));
  box-shadow:0 20px 55px rgba(0,0,0,.24);
}
.roll-spec-banner__intro .eyebrow{
  margin:0 0 12px;
}
.roll-spec-banner__intro h3{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(34px,3.2vw,48px);
  line-height:1;
  letter-spacing:-.045em;
}
.roll-spec-banner__intro h3 span{
  margin-left:5px;
  color:var(--gold2);
  font-size:.42em;
  font-weight:750;
  letter-spacing:0;
  text-transform:uppercase;
}
.roll-spec-banner__intro > p:not(.eyebrow){
  max-width:470px;
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.52;
}
.roll-spec-banner__facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  border-left:1px solid rgba(255,255,255,.1);
  border-right:1px solid rgba(255,255,255,.1);
}
.roll-spec-banner__facts div{
  padding:10px clamp(14px,2vw,24px);
}
.roll-spec-banner__facts div + div{
  border-left:1px solid rgba(255,255,255,.1);
}
.roll-spec-banner__facts span{
  display:block;
  margin-bottom:10px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  font-weight:650;
}
.roll-spec-banner__facts strong{
  display:block;
  white-space:nowrap;
  color:var(--gold2);
  font-size:clamp(26px,2.25vw,34px);
  line-height:1;
  letter-spacing:-.035em;
}
.roll-spec-banner__action{
  padding:18px 19px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  background:rgba(255,255,255,.027);
}
.roll-spec-banner__action p{
  margin:0 0 6px;
  color:var(--gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.roll-spec-banner__action strong{
  display:block;
  margin-bottom:15px;
  color:#fff;
  font-size:18px;
  line-height:1.22;
}
.roll-spec-banner__action .mini-btn{
  min-height:46px;
  border-color:rgba(231,173,52,.32);
  background:rgba(231,173,52,.13);
  color:#f4d29d;
}
@media(max-width:1120px){
  .roll-spec-banner{
    grid-template-columns:minmax(300px,1fr) minmax(265px,.8fr);
  }
  .roll-spec-banner__action{
    grid-column:1/-1;
    display:flex;
    align-items:center;
    gap:18px;
  }
  .roll-spec-banner__action strong{
    flex:1;
    margin:0;
  }
  .roll-spec-banner__action .mini-btn{
    min-width:220px;
  }
}
@media(max-width:700px){
  .roll-spec-banner{
    grid-template-columns:1fr;
    gap:20px;
    padding:18px;
    border-radius:22px;
  }
  .roll-spec-banner__intro h3{
    font-size:clamp(32px,10vw,40px);
  }
  .roll-spec-banner__facts{
    border:0;
    border-top:1px solid rgba(255,255,255,.1);
    border-bottom:1px solid rgba(255,255,255,.1);
    padding:14px 0;
  }
  .roll-spec-banner__facts div{
    padding:4px 14px;
  }
  .roll-spec-banner__action{
    grid-column:auto;
    display:block;
    padding:16px;
  }
  .roll-spec-banner__action strong{
    margin-bottom:14px;
  }
  .roll-spec-banner__action .mini-btn{
    min-width:0;
  }
}

/* Keep optional order details compact while retaining access to them. */
.order-terms__mobile-summary{
  display:none;
}
.roll-calculator--collapsible{
  padding:0;
  overflow:hidden;
}
.roll-calculator__summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:15px 16px;
  list-style:none;
  cursor:pointer;
  color:rgba(255,255,255,.78);
  font-size:14px;
  font-weight:650;
}
.roll-calculator__summary::-webkit-details-marker{
  display:none;
}
.roll-calculator__summary strong{
  color:var(--gold2);
  font-size:13px;
  white-space:nowrap;
}
.roll-calculator--collapsible[open] .roll-calculator__summary{
  border-bottom:1px solid rgba(231,173,52,.16);
}
.roll-calculator__content{
  padding:14px;
}
@media(max-width:820px){
  .order .order-card{
    gap:16px;
  }
  .order-intro .order-trustline{
    display:none;
  }
  .roll-calculator__summary,
  .order-terms__mobile-summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    list-style:none;
    cursor:pointer;
  }
  .roll-calculator__summary::-webkit-details-marker,
  .order-terms__mobile-summary::-webkit-details-marker{
    display:none;
  }
  .roll-calculator__summary{
    padding:14px;
    color:rgba(255,255,255,.78);
    font-size:13px;
    font-weight:650;
  }
  .roll-calculator__summary strong{
    color:var(--gold2);
    font-size:12px;
    white-space:nowrap;
  }
  .roll-calculator--collapsible[open] .roll-calculator__summary{
    border-bottom:1px solid rgba(231,173,52,.16);
  }
  .roll-calculator__content{
    padding:13px;
  }
  .roll-calculator__content .roll-calculator__title{
    display:none;
  }
  .order-support-grid{
    display:block;
    margin-top:12px;
  }
  .order-process{
    display:none;
  }
  .order-support-grid .order-terms{
    padding:0;
    overflow:hidden;
    border-radius:18px;
    background:rgba(255,255,255,.025);
    box-shadow:none;
  }
  .order-terms__mobile-summary{
    flex-direction:column;
    align-items:stretch;
    gap:11px;
    padding:13px;
    color:rgba(255,255,255,.72);
  }
  .order-terms__quick{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }
  .order-terms__quick > span{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-height:53px;
    padding:7px 4px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:11px;
    background:rgba(255,255,255,.025);
    text-align:center;
  }
  .order-terms__quick b{
    color:#fff;
    font-size:12px;
    line-height:1.2;
    white-space:nowrap;
  }
  .order-terms__quick small{
    margin-top:4px;
    color:rgba(255,255,255,.56);
    font-size:10px;
    line-height:1.15;
  }
  .order-terms__expand{
    display:block;
    padding-top:1px;
    text-align:center;
    color:var(--gold2);
    font-size:12px;
    font-weight:700;
  }
  .order-terms__expand-open{
    display:none;
  }
  .order-terms--collapsible[open] .order-terms__mobile-summary{
    gap:0;
    padding:12px 13px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .order-terms--collapsible[open] .order-terms__quick,
  .order-terms--collapsible[open] .order-terms__expand-closed{
    display:none;
  }
  .order-terms--collapsible[open] .order-terms__expand-open{
    display:inline;
  }
  .order-terms__content{
    padding:14px;
  }
  .order-terms__content .order-terms__title{
    display:none;
  }
  .order-support-grid .order-terms__note{
    margin-bottom:0;
  }
}
