@font-face{font-family:"VazirFD";src:url("../fonts/vazir/Vazir-Light-FD-WOL.woff2") format("woff2");font-style:normal;font-weight:300;font-display:swap}
@font-face{font-family:"VazirFD";src:url("../fonts/vazir/Vazir-FD-WOL.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"VazirFD";src:url("../fonts/vazir/Vazir-Medium-FD-WOL.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap}
@font-face{font-family:"VazirFD";src:url("../fonts/vazir/Vazir-Bold-FD-WOL.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:"Vazir";src:url("../fonts/vazir/Vazir.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"Vazir";src:url("../fonts/vazir/Vazir-Bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}

:root{
  --ink:#111214;
  --ink-2:#1b1d21;
  --muted:#74777f;
  --paper:#f6f7f8;
  --card:#ffffff;
  --soft:#eef1f4;
  --line:#e2e5e9;
  --blue:#4d8dff;
  --blue-2:#72b4ff;
  --blue-soft:#eaf3ff;
  --lime:#dff5b7;
  --sand:#f0e3d2;
  --radius:28px;
  --radius-sm:20px;
  --container:min(1480px,calc(100% - 56px));
  --font:"VazirFD","Vazir",Tahoma,Arial,sans-serif;
  --latin:Inter,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:15px;line-height:1.8;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto}
.section{padding:108px 0}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1)}
.reveal.is-visible{opacity:1;transform:none}
.desktop-only{display:inline-flex}
.status-dot{width:7px;height:7px;border-radius:50%;background:#79dd8d;box-shadow:0 0 0 4px rgba(121,221,141,.12);display:inline-block}

/* topbar + header */
.radco-topbar{background:#101216;color:#d7dbe2;font-size:11px}
.radco-topbar__inner{height:34px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.radco-topbar__inner>div:first-child{display:flex;align-items:center;gap:9px}
.radco-topbar__center{color:#9fa5ae;text-align:center}
.radco-topbar a{justify-self:end;display:flex;align-items:center;gap:7px;color:#fff}
.site-header{position:sticky;top:0;z-index:100;padding:14px 0;background:rgba(246,247,248,.86);backdrop-filter:blur(18px);transition:.25s ease}
.site-header.is-scrolled{padding:8px 0;box-shadow:0 10px 35px rgba(17,18,20,.05)}
.site-header__inner{height:70px;background:rgba(255,255,255,.96);border:1px solid rgba(215,219,225,.9);border-radius:22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:0 18px 0 14px;box-shadow:0 10px 35px rgba(17,18,20,.045)}
.brand-wrap{justify-self:start;display:flex;align-items:center}.brand{display:inline-flex;align-items:center;gap:10px;direction:ltr}
.brand__mark{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:var(--ink);color:#fff;font:800 18px/1 var(--latin)}
.brand__name{font:800 20px/1 var(--latin);letter-spacing:3px;display:flex;flex-direction:column;gap:5px}
.brand__name small{font:500 8px/1 var(--latin);letter-spacing:1.6px;color:#8c919a}
.custom-logo-link img{max-height:43px;width:auto}
.main-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:7px}
.main-nav a{display:flex;align-items:center;height:40px;padding:0 14px;border-radius:13px;color:#32353a;font-size:12px;transition:.2s ease}
.main-nav a:hover{background:#f1f3f5;color:#0d0e10}
.header-actions{justify-self:end;display:flex;align-items:center;gap:6px;direction:rtl}
.header-action{height:40px;padding:0 10px;border-radius:13px;display:flex;align-items:center;gap:7px;color:#4f535a;font-size:11px;transition:.2s ease}
.header-action:hover{background:#f2f4f6}
.header-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}
.header-cart{height:42px;padding:0 14px 0 8px;border-radius:14px;background:var(--ink);color:#fff;display:flex;align-items:center;gap:11px;font-size:11px}
.header-cart b{min-width:26px;height:26px;border-radius:9px;background:#fff;color:var(--ink);display:grid;place-items:center;font:700 10px/1 var(--font)}
.nav-toggle{display:none;width:42px;height:42px;border:0;background:#f0f2f4;border-radius:13px;position:relative}
.nav-toggle span{position:absolute;right:12px;left:12px;height:1.5px;background:#17181a;transition:.2s}
.nav-toggle span:first-child{top:16px}.nav-toggle span:last-child{top:24px}

/* hero */
.radco-hero{padding:44px 0 0;overflow:hidden}
.radco-hero__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:54px;align-items:center;min-height:620px}
.radco-hero__copy{padding:38px 0}
.eyebrow-pill{width:max-content;max-width:100%;display:flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #d9dde2;border-radius:999px;background:#fff;font-size:10px;color:#595d64;box-shadow:0 4px 14px rgba(17,18,20,.035)}
.eyebrow-pill span{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(77,141,255,.12)}
.radco-hero h1{font-size:clamp(56px,5.5vw,92px);line-height:1.08;letter-spacing:-4px;margin:24px 0 20px;font-weight:850}
.radco-hero h1 em{font-style:normal;color:var(--blue)}
.radco-hero__copy>p{max-width:610px;color:#656970;font-size:16px;line-height:2.05;margin:0}
.radco-hero__actions{display:flex;gap:10px;align-items:center;margin-top:28px;flex-wrap:wrap}
.btn{height:50px;padding:0 20px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:28px;font-size:12px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--blue);color:#fff;box-shadow:0 13px 28px rgba(77,141,255,.22)}
.btn--primary:hover{box-shadow:0 17px 35px rgba(77,141,255,.3)}
.btn--soft{background:#fff;border:1px solid #dfe2e6;color:#34373c}
.btn--dark{background:var(--ink);color:#fff;padding-inline:24px}
.btn--white{background:#fff;color:var(--ink);padding-inline:23px}
.hero-social-proof{display:flex;align-items:center;gap:13px;margin-top:34px}
.avatar-stack{display:flex;direction:ltr;padding-left:8px}
.avatar-stack i{width:34px;height:34px;border-radius:12px;margin-left:-8px;display:grid;place-items:center;background:#fff;border:2px solid var(--paper);font:800 10px/1 var(--latin);font-style:normal;box-shadow:0 5px 15px rgba(17,18,20,.05)}
.avatar-stack i:first-child{background:#111;color:#fff}.avatar-stack i:nth-child(2){background:var(--sand)}.avatar-stack i:nth-child(3){background:var(--blue-soft);color:var(--blue)}
.hero-social-proof p{display:flex;flex-direction:column;margin:0;line-height:1.6}
.hero-social-proof strong{font-size:11px}.hero-social-proof span{font-size:10px;color:#878b92}
.radco-hero__stage{position:relative;min-height:610px;display:grid;place-items:center;padding:25px}
.stage-glow{position:absolute;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(109,175,255,.28),rgba(77,141,255,.05) 55%,transparent 70%);filter:blur(2px)}
.stage-card--main{position:relative;width:min(100%,680px);aspect-ratio:1.08;border-radius:34px;overflow:hidden;background:#dce8f8;box-shadow:0 35px 70px rgba(35,65,100,.13);z-index:2;border:1px solid rgba(255,255,255,.7)}
.stage-card--main>img{width:100%;height:100%;object-fit:cover}
.stage-card__top{position:absolute;top:16px;right:16px;left:16px;display:flex;align-items:center;justify-content:flex-end;direction:ltr;pointer-events:none;z-index:4}
.mini-label{background:rgba(255,255,255,.83);backdrop-filter:blur(12px);padding:8px 10px;border-radius:10px;font:700 9px/1 var(--latin);letter-spacing:1.3px;color:#3e4650}
.stage-card__top button{width:38px;height:38px;border:1px solid rgba(25,35,45,.06);border-radius:12px;background:rgba(255,255,255,.9);box-shadow:0 8px 24px rgba(35,65,100,.08);font-size:19px;color:#31343a;pointer-events:auto}
.stage-product{position:absolute;right:16px;bottom:16px;left:16px;min-height:76px;border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.stage-product div{display:flex;flex-direction:column}.stage-product span{font-size:9px;color:#8a8e94}.stage-product strong{font-size:14px;margin-top:2px}.stage-product a{font-size:10px;padding:9px 11px;border-radius:10px;background:var(--ink);color:#fff}
.float-card{position:absolute;z-index:4;background:rgba(255,255,255,.93);border:1px solid rgba(219,223,229,.85);box-shadow:0 18px 40px rgba(17,18,20,.1);backdrop-filter:blur(16px)}
.float-card--material{right:-15px;top:105px;border-radius:18px;padding:11px 13px;display:flex;align-items:center;gap:10px;min-width:160px}
.float-icon{width:36px;height:36px;border-radius:12px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-size:16px}
.float-card--material div{display:flex;flex-direction:column}.float-card small{font-size:8px;color:#8c9096}.float-card strong{font-size:10px}
.float-card--custom{left:-10px;top:210px;border-radius:18px;padding:14px 16px;display:flex;flex-direction:column;min-width:140px}.float-card--custom span{font:800 23px/1 var(--latin);color:var(--blue)}
.float-card--delivery{left:35px;bottom:80px;border-radius:17px;padding:11px 13px;display:flex;align-items:center;gap:10px;min-width:175px}.float-card--delivery>div{display:flex;flex-direction:column}
.hero-metrics{margin-top:34px;padding:20px 0;border-top:1px solid #dfe2e6;border-bottom:1px solid #dfe2e6;display:grid;grid-template-columns:repeat(4,1fr)}
.hero-metrics div{padding:2px 30px;border-left:1px solid #e0e3e7;display:flex;align-items:baseline;gap:10px}.hero-metrics div:last-child{border-left:0}
.hero-metrics strong{font-size:14px}.hero-metrics span{font-size:10px;color:#8a8e94}

/* section heads */
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
.section-kicker{display:block;font-size:10px;font-weight:800;color:var(--blue);margin-bottom:8px}
.section-kicker--light{color:#b8d3ff}
.section-head h2,.why-radco h2,.faq-grid h2,.customer-voice h2{margin:0;font-size:clamp(32px,3.2vw,52px);line-height:1.25;letter-spacing:-1.6px}
.text-link{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:700;color:#43474e;padding-bottom:4px;border-bottom:1px solid #bcc1c8}

/* categories */
.category-strip{padding-top:100px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{position:relative;min-height:340px;border-radius:26px;overflow:hidden;padding:18px;background:#fff;border:1px solid #e1e4e8;display:flex;flex-direction:column;transition:.28s ease;isolation:isolate}
.category-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(17,18,20,.08)}
.category-card--1{background:#f0f5fb}.category-card--2{background:#f4efe8}.category-card--3{background:#edf1ee}.category-card--4{background:#eaf3ff}
.category-card__meta{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}
.category-card__meta span{font:700 9px/1 var(--font);padding:7px 9px;border-radius:9px;background:rgba(255,255,255,.72)}
.category-card__meta b{width:34px;height:34px;border-radius:11px;background:#fff;display:grid;place-items:center;font-size:13px}
.category-card__copy{position:relative;z-index:2;margin-top:16px}.category-card h3{margin:0;font-size:20px}.category-card p{margin:3px 0 0;color:#777c83;font-size:10px}
.category-card>img{position:absolute;right:0;left:0;bottom:0;width:100%;height:72%;object-fit:cover;object-position:center bottom;z-index:1;transition:transform .4s ease}.category-card:hover>img{transform:scale(1.035)}

/* products */
.products-showcase{background:#fff;border-top:1px solid #e8eaed;border-bottom:1px solid #e8eaed}
.section-head--products{align-items:center}
.product-tabs{display:flex;gap:5px;padding:4px;background:#f1f3f5;border-radius:13px}.product-tabs button{height:34px;border:0;background:transparent;border-radius:10px;padding:0 13px;font-size:10px;color:#777b82}.product-tabs button.is-active{background:#fff;color:#1c1e22;box-shadow:0 3px 10px rgba(17,18,20,.06)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.radco-card{min-width:0}
.radco-card__media{position:relative;aspect-ratio:1/.96;border-radius:24px;background:#f2f4f6;overflow:hidden;display:block;border:1px solid #eceef1}
.radco-card__media>img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.radco-card:hover .radco-card__media>img{transform:scale(1.035)}
.radco-card__badge{position:absolute;right:13px;top:13px;z-index:3;padding:7px 9px;border-radius:9px;background:#111;color:#fff;font:800 9px/1 var(--font)}
.radco-card__heart{position:absolute;left:13px;top:13px;z-index:3;width:35px;height:35px;border-radius:11px;background:rgba(255,255,255,.88);display:grid;place-items:center;font-size:18px;backdrop-filter:blur(8px)}
.radco-card__quick{position:absolute;right:12px;left:12px;bottom:12px;min-height:43px;border-radius:13px;background:rgba(17,18,20,.9);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:10px;opacity:0;transform:translateY(8px);transition:.25s ease;backdrop-filter:blur(10px)}
.radco-card:hover .radco-card__quick{opacity:1;transform:none}
.radco-card__body{display:flex;justify-content:space-between;gap:18px;padding:13px 4px 0}.radco-card__body>div:first-child{display:flex;flex-direction:column;min-width:0}.radco-card__meta{font-size:9px;color:#989ca3}.radco-card h3{font:700 15px/1.7 var(--font);margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.radco-card__price{text-align:left;display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}.radco-card__price strong,.radco-card__price .amount{font-size:11px;font-weight:800}.radco-card__price small{font-size:8px;color:#9a9ea5}.radco-card__price del{font-size:9px;color:#a6aab0}.radco-card__price ins{text-decoration:none}
.products-more{display:flex;justify-content:center;margin-top:38px}

/* room builder */
.room-builder{background:var(--paper)}
.room-builder__shell{display:grid;grid-template-columns:1.25fr .75fr;border-radius:34px;overflow:hidden;background:#12151a;min-height:580px;box-shadow:0 28px 65px rgba(17,18,20,.12)}
.room-builder__visual{position:relative;min-height:580px;background:#d9e5f0;overflow:hidden}.room-builder__visual>img{width:100%;height:100%;object-fit:cover}.room-builder__copy{padding:68px 58px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.room-builder__copy h2{font-size:clamp(40px,4vw,62px);line-height:1.2;letter-spacing:-2px;margin:9px 0 17px}.room-builder__copy p{color:#aeb4be;margin:0 0 24px;font-size:13px;line-height:2;max-width:470px}.room-list{width:100%;display:grid;gap:0;margin-bottom:28px}.room-list span{display:flex;align-items:center;gap:15px;padding:12px 0;border-top:1px solid rgba(255,255,255,.11);font-size:10px;color:#d9dde3}.room-list span:last-child{border-bottom:1px solid rgba(255,255,255,.11)}.room-list b{font:700 9px/1 var(--latin);color:#6fa9ff}
.room-hotspot{position:absolute;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.91);border-radius:13px;padding:7px 9px;box-shadow:0 10px 30px rgba(17,18,20,.12);backdrop-filter:blur(10px)}.room-hotspot>span{width:26px;height:26px;border-radius:9px;background:var(--blue);color:#fff;display:grid;place-items:center;font:800 9px/1 var(--latin)}.room-hotspot div{display:flex;flex-direction:column}.room-hotspot small{font:700 7px/1 var(--latin);color:#8e939b}.room-hotspot strong{font-size:9px}.room-hotspot--1{right:24%;top:52%}.room-hotspot--2{left:18%;bottom:21%}

/* why radco */
.feature-bento{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:1fr 1fr;gap:14px}
.feature-card{border-radius:28px;padding:28px;border:1px solid #e0e3e7;background:#fff;position:relative;overflow:hidden;min-height:240px}.feature-card--big{grid-row:1/3;background:#f2f0ea;min-height:495px;padding:38px}.feature-card--blue{background:linear-gradient(145deg,#4f91ff,#3977e8);color:#fff}.feature-card--small{background:#fff}.feature-icon{width:44px;height:44px;border-radius:14px;background:#fff;display:grid;place-items:center;font-size:16px;box-shadow:0 5px 18px rgba(17,18,20,.06);margin-bottom:25px}.feature-card>span{font-size:10px;font-weight:800;color:#777b82}.feature-card--blue>span{color:#dbe9ff}.feature-card h3{max-width:610px;font-size:clamp(22px,2.5vw,38px);line-height:1.5;letter-spacing:-.7px;margin:6px 0 10px}.feature-card--blue h3{font-size:27px}.feature-card--small h3{font-size:24px}.feature-card p{font-size:11px;color:#777c83;max-width:620px}.swatches{position:absolute;right:36px;bottom:34px;display:flex;gap:7px;direction:ltr}.swatches i{width:38px;height:38px;border-radius:13px;border:3px solid rgba(255,255,255,.75);box-shadow:0 5px 14px rgba(17,18,20,.06);background:#c3ad91}.swatches i:nth-child(2){background:#82938b}.swatches i:nth-child(3){background:#aeb4bc}.swatches i:nth-child(4){background:#805d49}.swatches i:last-child{background:#fff;display:grid;place-items:center;font:800 13px/1 var(--latin);font-style:normal}.quality-meter{position:absolute;right:28px;bottom:27px;left:28px;display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.quality-meter i{height:7px;border-radius:10px;background:rgba(255,255,255,.3)}.quality-meter i:not(:last-child){background:#fff}

/* testimonials */
.customer-voice{background:#111318;color:#fff}.customer-voice__grid{display:grid;grid-template-columns:.9fr 1fr 1fr;gap:14px;align-items:stretch}.customer-voice__lead{padding:12px 28px 12px 0}.customer-voice__lead .section-kicker{color:#72a8ff}.customer-voice h2{max-width:500px}.rating{margin-top:45px;display:grid;grid-template-columns:auto auto;justify-content:start;gap:4px 12px;align-items:center}.rating strong{font:800 34px/1 var(--latin)}.rating span{color:#f6c55b;letter-spacing:2px}.rating small{grid-column:1/3;color:#858b94;font-size:9px}.customer-voice blockquote{margin:0;background:#1a1d23;border:1px solid rgba(255,255,255,.07);border-radius:26px;padding:30px;min-height:300px;display:flex;flex-direction:column}.quote-mark{font:700 50px/1 Georgia,serif;color:#5d96ff}.customer-voice blockquote p{font-size:13px;line-height:2.05;color:#d7dbe2;margin:12px 0 25px}.customer-voice blockquote footer{margin-top:auto;display:flex;flex-direction:column}.customer-voice blockquote footer b{font-size:10px}.customer-voice blockquote footer span{font-size:9px;color:#7f858f}

/* faq */
.faq-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px}.faq-grid>div:first-child>p{color:#858991;font-size:11px;max-width:350px;margin:14px 0 24px}.faq-list{border-top:1px solid #dfe2e6}.faq-list details{border-bottom:1px solid #dfe2e6}.faq-list summary{list-style:none;cursor:pointer;padding:21px 0;font-weight:750;font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:20px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{width:30px;height:30px;border-radius:10px;background:#fff;border:1px solid #e0e3e7;display:grid;place-items:center;font-style:normal;transition:.2s}.faq-list details[open] summary i{transform:rotate(45deg)}.faq-list details p{margin:-4px 0 22px;color:#7d8189;font-size:11px;max-width:760px}

/* CTA */
.home-cta{padding:0 0 28px}.home-cta__box{position:relative;overflow:hidden;min-height:300px;border-radius:32px;background:linear-gradient(120deg,#3f7bea,#6aa7ff);color:#fff;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px}.home-cta__box>div:first-child{position:relative;z-index:2}.home-cta__box>div>span{font:700 9px/1 var(--latin);letter-spacing:1.5px;color:#dce9ff}.home-cta__box h2{font-size:clamp(34px,3.5vw,54px);margin:8px 0 8px;line-height:1.25;letter-spacing:-1.5px}.home-cta__box p{margin:0;color:#e4edff;font-size:11px}.home-cta__box>.btn{position:relative;z-index:2;flex:0 0 auto}.cta-orbit{position:absolute;left:-40px;bottom:-100px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(255,255,255,.14)}.cta-orbit i{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.15)}.cta-orbit i:first-child{inset:55px}.cta-orbit i:nth-child(2){inset:105px}.cta-orbit i:nth-child(3){width:28px;height:28px;background:#fff;right:115px;top:40px}

/* footer */
.site-footer{padding:0 0 22px}.site-footer__shell{border-radius:32px;background:#0f1115;color:#fff;padding:45px 46px 20px}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,.09)}.footer-logo{display:flex;align-items:center;gap:10px;direction:ltr}.footer-logo span{width:36px;height:36px;border-radius:12px;background:#fff;color:#111;display:grid;place-items:center;font:800 17px/1 var(--latin)}.footer-logo strong{font:800 19px/1 var(--latin);letter-spacing:3px}.footer-brand-block h3{font-size:22px;max-width:430px;margin:20px 0 7px}.footer-brand-block p{font-size:10px;color:#7e848d;max-width:420px}.footer-newsletter>span{font-size:9px;color:#6da4ff}.footer-newsletter h3{font-size:20px;margin:7px 0 15px}.newsletter{display:flex;background:#191c22;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:4px}.newsletter input{flex:1;min-width:0;border:0;background:transparent;color:#fff;padding:0 12px;outline:0;font-size:10px}.newsletter button{height:40px;border:0;border-radius:10px;background:#fff;color:#111;padding:0 14px;font-size:10px;display:flex;align-items:center;gap:18px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;padding:34px 0}.footer-grid h4{font-size:10px;margin:0 0 11px;color:#dce0e6}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li{margin:7px 0}.footer-grid a{font-size:10px;color:#858b95;transition:.2s}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:17px;display:grid;grid-template-columns:1fr auto 1fr;color:#5f656e;font-size:8px}.footer-bottom a{justify-self:end;color:#8b919a}

/* WooCommerce */
.shop-shell{padding:65px 0 105px}.woocommerce .woocommerce-breadcrumb{font-size:10px;color:#8a8e95;margin-bottom:22px}.woocommerce-products-header__title{font-size:48px;letter-spacing:-1.5px;margin:0 0 28px}.woocommerce .woocommerce-result-count{font-size:10px;color:#888c93}.woocommerce .woocommerce-ordering select{height:42px;border:1px solid #dde1e5;border-radius:12px;background:#fff;padding:0 12px;font-size:10px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:34px 16px;margin-top:34px!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important}.woocommerce ul.products li.product a img{border-radius:22px;margin:0 0 12px!important;background:#f0f2f4}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;padding:0!important}.woocommerce ul.products li.product .price{font-size:11px!important;color:#111!important}.woocommerce ul.products li.product .button{height:39px;border-radius:11px!important;background:#111!important;color:#fff!important;font-size:9px!important;line-height:39px!important;padding:0 13px!important}.radco-sale-badge{position:absolute;z-index:3;top:12px;right:12px;background:#111;color:#fff;border-radius:9px;padding:6px 8px;font-size:8px}.woocommerce div.product{display:grid;grid-template-columns:1.08fr .92fr;gap:55px}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto!important;float:none!important}.woocommerce div.product .product_title{font-size:44px;line-height:1.25;letter-spacing:-1px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#111;font-size:18px}.woocommerce div.product form.cart .button{background:var(--blue);border-radius:13px;height:48px;padding:0 22px}.woocommerce .quantity .qty{height:48px;border:1px solid #dfe2e6;border-radius:12px}.woocommerce-message,.woocommerce-info{border-top-color:var(--blue)!important;background:#fff;border-radius:14px;font-size:11px}.woocommerce-message::before,.woocommerce-info::before{color:var(--blue)!important}

/* responsive */
@media(max-width:1180px){
  :root{--container:min(100% - 34px,1180px)}
  .main-nav a{padding:0 9px}.header-action span{display:none}.radco-hero__grid{grid-template-columns:.85fr 1.15fr;gap:28px}.radco-hero h1{font-size:60px}.radco-hero__stage{min-height:540px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.room-builder__copy{padding:45px 34px}.customer-voice__grid{grid-template-columns:1fr 1fr}.customer-voice__lead{grid-column:1/3}.footer-top{gap:50px}
}
@media(max-width:860px){
  :root{--container:calc(100% - 24px);--radius:22px}.section{padding:76px 0}.radco-topbar__inner{grid-template-columns:1fr auto}.radco-topbar__center{display:none}.site-header{padding:8px 0}.site-header__inner{height:62px;border-radius:18px;padding:0 10px 0 12px}.brand__name{font-size:17px}.brand__mark{width:34px;height:34px;border-radius:11px}.nav-toggle{display:block}.main-nav{position:fixed;top:0;right:0;bottom:0;width:min(84vw,360px);background:#fff;padding:95px 20px 30px;z-index:-1;transform:translateX(105%);transition:.3s cubic-bezier(.2,.8,.2,1);box-shadow:-20px 0 55px rgba(17,18,20,.12)}.main-nav.is-open{transform:none;z-index:90}.main-nav ul{flex-direction:column;align-items:stretch}.main-nav a{height:50px;font-size:13px;border-bottom:1px solid #eef0f2;border-radius:0}.header-actions{gap:4px}.header-action{padding:0;width:38px;justify-content:center}.header-cart{padding:0 9px;height:39px}.header-cart>span{display:none}.desktop-only{display:none!important}
  .radco-hero{padding-top:18px}.radco-hero__grid{grid-template-columns:1fr;min-height:0}.radco-hero__copy{padding:16px 0 5px;text-align:center;display:flex;flex-direction:column;align-items:center}.radco-hero h1{font-size:clamp(45px,13vw,66px);letter-spacing:-2.6px;margin:18px 0 14px}.radco-hero__copy>p{font-size:13px;line-height:1.95;max-width:580px}.radco-hero__actions{justify-content:center;margin-top:22px}.hero-social-proof{margin-top:26px;text-align:right}.radco-hero__stage{min-height:auto;padding:18px 0 34px}.stage-card--main{width:88%;border-radius:26px}.float-card--material{right:1%;top:70px}.float-card--custom{left:0;top:160px}.float-card--delivery{left:6%;bottom:15px}.hero-metrics{grid-template-columns:1fr 1fr;margin-top:18px}.hero-metrics div{border-bottom:1px solid #e0e3e7;padding:13px 8px;justify-content:center}.hero-metrics div:nth-child(2){border-left:0}.hero-metrics div:nth-child(3),.hero-metrics div:nth-child(4){border-bottom:0}
  .section-head{align-items:flex-start}.section-head h2,.why-radco h2,.faq-grid h2,.customer-voice h2{font-size:36px}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:300px}.product-grid{grid-template-columns:1fr 1fr}.room-builder__shell{grid-template-columns:1fr;min-height:0}.room-builder__visual{min-height:480px}.room-builder__copy{padding:44px 30px}.feature-bento{grid-template-columns:1fr;grid-template-rows:auto}.feature-card--big{grid-row:auto;min-height:430px}.feature-card{min-height:260px}.customer-voice__grid{grid-template-columns:1fr}.customer-voice__lead{grid-column:auto}.faq-grid{grid-template-columns:1fr;gap:35px}.home-cta__box{padding:38px 28px;align-items:flex-start;flex-direction:column}.footer-top{grid-template-columns:1fr;gap:28px}.footer-grid{grid-template-columns:1fr 1fr}.site-footer__shell{padding:35px 26px 18px}.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.woocommerce div.product{grid-template-columns:1fr;gap:25px}
}
@media(max-width:560px){
  :root{--container:calc(100% - 20px)}body{font-size:14px}.section{padding:62px 0}.radco-topbar__inner>div:first-child{font-size:9px}.radco-topbar a{font-size:9px}.brand__name small{display:none}.site-header__inner{grid-template-columns:auto 1fr auto}.main-nav{grid-column:auto}.radco-hero h1{font-size:47px}.radco-hero__copy>p{font-size:12px}.btn{height:46px;padding:0 15px;gap:17px}.radco-hero__actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.hero-social-proof{align-self:flex-start}.stage-card--main{width:94%;border-radius:22px}.float-card--material{right:-2%;top:40px;min-width:142px}.float-card--custom{left:-1%;top:135px;min-width:118px}.float-card--delivery{left:1%;bottom:7px;min-width:160px}.hero-metrics strong{font-size:11px}.hero-metrics span{font-size:8px}.section-head{margin-bottom:24px}.section-head h2,.why-radco h2,.faq-grid h2,.customer-voice h2{font-size:30px;letter-spacing:-.8px}.category-grid{grid-template-columns:1fr;gap:10px}.category-card{min-height:275px}.product-tabs{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:18px 9px}.radco-card__media{border-radius:18px}.radco-card__heart{width:31px;height:31px}.radco-card__quick{display:none}.radco-card__body{flex-direction:column;gap:4px;padding:9px 2px 0}.radco-card h3{font-size:12px}.radco-card__price{align-items:flex-start;text-align:right}.room-builder__shell{border-radius:24px}.room-builder__visual{min-height:350px}.room-builder__copy{padding:34px 22px}.room-builder__copy h2{font-size:36px}.room-hotspot--1{right:8%;top:50%}.room-hotspot--2{left:6%;bottom:12%}.feature-card--big{min-height:390px;padding:28px}.feature-card h3{font-size:25px}.feature-card--blue h3,.feature-card--small h3{font-size:22px}.swatches{right:25px;bottom:24px}.customer-voice blockquote{min-height:260px;padding:24px}.home-cta__box{min-height:320px;border-radius:24px;padding:30px 23px}.home-cta__box h2{font-size:34px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-bottom{grid-template-columns:1fr auto}.footer-bottom span:nth-child(2){display:none}.woocommerce ul.products{gap:24px 9px}.woocommerce-products-header__title{font-size:36px}.woocommerce div.product .product_title{font-size:34px}
}


/* === Radco v0.4 — formal commerce experience === */
body,button,input,select,textarea,.woocommerce,.woocommerce-page{font-family:var(--font)}
body{font-feature-settings:"kern" 1;text-rendering:optimizeLegibility}
body.admin-bar .site-header{top:32px}
.woocommerce .amount,.woocommerce .price,.quantity .qty,.js-radco-cart-count{font-family:var(--font)!important;font-variant-numeric:normal}

/* Product cards: quieter, more premium interaction */
.radco-card__quick{background:rgba(17,18,20,.94);min-height:46px;border:1px solid rgba(255,255,255,.12);font-size:10px;font-weight:600;letter-spacing:0}
.radco-card__quick b{width:25px;height:25px;border-radius:8px;background:#fff;color:#111;display:grid;place-items:center;font-size:12px}
.woocommerce ul.products li.product{position:relative}
.woocommerce ul.products li.product a img{transition:transform .4s cubic-bezier(.2,.8,.2,1);aspect-ratio:1/.98;object-fit:cover}
.woocommerce ul.products li.product:hover a img{transform:scale(1.02)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;line-height:1.75!important;font-weight:700!important;margin-top:3px!important}
.woocommerce ul.products li.product .price{display:flex!important;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px!important;margin-top:6px!important}
.woocommerce ul.products li.product .price del{color:#9b9fa6;opacity:1;font-size:10px}
.woocommerce ul.products li.product .price ins{text-decoration:none;font-weight:800}
.woocommerce ul.products li.product .button{margin-top:10px!important;height:42px!important;line-height:42px!important;border-radius:12px!important;padding:0 16px!important;background:#151719!important;font-size:10px!important;font-weight:700!important;transition:.2s ease}
.woocommerce ul.products li.product .button:hover{background:#26292d!important;transform:translateY(-1px)}
.radco-sale-badge,.woocommerce span.onsale{background:#151719!important;color:#fff!important;border-radius:10px!important;min-width:0!important;min-height:0!important;line-height:1!important;padding:8px 10px!important;font-size:9px!important;font-weight:700!important;box-shadow:0 8px 22px rgba(17,18,20,.13)!important}

/* Single product */
body.single-product .shop-shell{padding-top:42px;background:linear-gradient(180deg,#f8f9fa 0,#f5f6f7 100%)}
body.single-product .woocommerce .woocommerce-breadcrumb{margin:0 0 22px;padding:0 2px;color:#92969d;font-size:10px}
body.single-product .woocommerce div.product{position:relative;align-items:start;grid-template-columns:minmax(0,1.08fr) minmax(390px,.82fr);gap:42px}
body.single-product .woocommerce div.product div.images{background:#fff;border:1px solid #e5e8eb;border-radius:30px;padding:18px;box-shadow:0 18px 60px rgba(22,26,31,.055);overflow:hidden}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image{border-radius:22px;overflow:hidden;background:#f1f3f4}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%;border-radius:22px}
body.single-product .woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px!important}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;float:none!important}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img{border:1px solid transparent;border-radius:12px;opacity:.58;transition:.2s ease}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active{opacity:1;border-color:#111}
body.single-product .woocommerce div.product .summary{position:sticky;top:122px;background:#fff;border:1px solid #e4e7ea;border-radius:30px;padding:34px 34px 30px;box-shadow:0 18px 60px rgba(22,26,31,.055)}
.radco-product-kicker{display:flex;align-items:center;gap:10px;color:#777c83;font-size:10px;font-weight:500;margin-bottom:13px}
.radco-product-kicker i{width:4px;height:4px;border-radius:50%;background:#b7bbc1}
body.single-product .woocommerce div.product .product_title{font-family:var(--font);font-size:clamp(32px,3.2vw,46px);font-weight:800;line-height:1.35;letter-spacing:-1px;margin:0 0 12px;color:#111214}
body.single-product .woocommerce div.product .woocommerce-product-rating{margin:0 0 16px;font-size:10px;color:#787d84}
body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin:8px 0 20px!important;color:#111214;font-size:24px!important;font-weight:800}
body.single-product .woocommerce div.product p.price del,body.single-product .woocommerce div.product span.price del{order:2;color:#9a9ea5;opacity:1;font-size:13px;font-weight:400}
body.single-product .woocommerce div.product p.price ins,body.single-product .woocommerce div.product span.price ins{order:1;text-decoration:none;color:#111214}
body.single-product .woocommerce div.product .woocommerce-product-details__short-description{color:#6f747b;font-size:12px;line-height:2.05;border-top:1px solid #edf0f2;padding-top:18px;margin-top:4px}
body.single-product .woocommerce div.product form.cart{display:flex;align-items:stretch;gap:9px;margin:22px 0 18px!important;padding:18px 0;border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2}
body.single-product .woocommerce div.product form.cart::before,body.single-product .woocommerce div.product form.cart::after{display:none}
body.single-product .woocommerce div.product form.cart .button{flex:1;height:54px!important;border-radius:14px!important;background:#151719!important;color:#fff!important;font-size:11px!important;font-weight:700!important;padding:0 22px!important;box-shadow:0 10px 22px rgba(17,18,20,.1);transition:.2s ease}
body.single-product .woocommerce div.product form.cart .button:hover{background:#272a2e!important;transform:translateY(-1px)}
body.single-product .woocommerce .quantity{display:grid;grid-template-columns:34px 54px 34px;align-items:center;height:54px;border:1px solid #dfe3e7;border-radius:14px;background:#f8f9fa;overflow:hidden;float:none!important;margin:0!important}
body.single-product .woocommerce .quantity .qty{width:54px!important;height:52px!important;border:0!important;background:transparent!important;border-radius:0!important;padding:0;text-align:center;font-size:12px;font-weight:700;-moz-appearance:textfield}
body.single-product .woocommerce .quantity .qty::-webkit-inner-spin-button,body.single-product .woocommerce .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.radco-qty-btn{width:34px;height:52px;border:0;background:transparent;color:#45494f;font-size:16px;display:grid;place-items:center;transition:.2s ease}
.radco-qty-btn:hover{background:#eceff2;color:#111}
body.single-product .product_meta{display:grid;gap:7px;margin-top:17px;color:#90949a;font-size:9px;line-height:1.8}
body.single-product .product_meta a{color:#4e535a;font-weight:600}
.radco-product-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:4px}
.radco-assurance{min-width:0;background:#f7f8f9;border:1px solid #eceef0;border-radius:14px;padding:11px 10px;display:flex;align-items:center;gap:8px}
.radco-assurance__icon{width:30px;height:30px;border-radius:10px;background:#fff;border:1px solid #e6e9ec;display:grid;place-items:center;flex:0 0 auto}
.radco-assurance__icon svg{width:16px;height:16px;fill:none;stroke:#272a2d;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.radco-assurance>span:last-child{display:flex;min-width:0;flex-direction:column;line-height:1.55}
.radco-assurance strong{font-size:9px;white-space:nowrap}
.radco-assurance small{font-size:7px;color:#94989e;white-space:nowrap}
body.single-product .woocommerce span.onsale{top:32px!important;right:32px!important;left:auto!important;z-index:8}
body.single-product .woocommerce-tabs{grid-column:1/-1;margin-top:24px;background:#fff;border:1px solid #e4e7ea;border-radius:26px;padding:10px 26px 26px;box-shadow:0 16px 50px rgba(22,26,31,.04)}
body.single-product .woocommerce-tabs ul.tabs{display:flex;gap:5px;padding:7px!important;margin:0 0 20px!important;background:#f4f6f7;border-radius:14px}
body.single-product .woocommerce-tabs ul.tabs::before{display:none!important}
body.single-product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;border-radius:10px!important;margin:0!important;padding:0!important}
body.single-product .woocommerce-tabs ul.tabs li::before,body.single-product .woocommerce-tabs ul.tabs li::after{display:none!important}
body.single-product .woocommerce-tabs ul.tabs li a{padding:9px 15px!important;font-size:10px!important;font-weight:600!important;color:#6e737a!important}
body.single-product .woocommerce-tabs ul.tabs li.active{background:#fff!important;box-shadow:0 3px 12px rgba(17,18,20,.06)}
body.single-product .woocommerce-tabs ul.tabs li.active a{color:#111!important}
body.single-product .woocommerce-tabs .panel{font-size:12px;color:#666b72;line-height:2.1;margin:0!important}
body.single-product .related.products,body.single-product .up-sells.products{grid-column:1/-1;margin-top:24px}
body.single-product .related.products>h2,body.single-product .up-sells.products>h2{font-size:28px;margin:0 0 22px}

/* Classic WooCommerce cart */
body.woocommerce-cart .shop-shell{padding-top:48px;background:#f6f7f8;min-height:70vh}
body.woocommerce-cart .shop-shell>.container>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:22px;align-items:start}
body.woocommerce-cart .woocommerce-notices-wrapper,body.woocommerce-cart .radco-cart-heading,body.woocommerce-cart .woocommerce-message,body.woocommerce-cart .woocommerce-info{grid-column:1/-1}
.radco-cart-heading{margin:0 0 8px}
.radco-cart-heading>span{display:block;color:#8b9097;font:700 9px/1.4 var(--latin);letter-spacing:1.5px;margin-bottom:8px}
.radco-cart-heading h1{font-size:40px;line-height:1.3;margin:0;font-weight:800;letter-spacing:-1px}
.radco-cart-heading p{font-size:11px;color:#858990;margin:6px 0 0}
body.woocommerce-cart .woocommerce-cart-form{grid-column:1;background:#fff;border:1px solid #e3e6e9;border-radius:24px;padding:8px 20px 20px;box-shadow:0 15px 50px rgba(21,25,30,.04)}
body.woocommerce-cart table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0!important;margin:0!important}
body.woocommerce-cart table.shop_table thead th{border:0!important;border-bottom:1px solid #edf0f2!important;padding:16px 10px!important;color:#93979d;font-size:9px;font-weight:500}
body.woocommerce-cart table.shop_table td{border:0!important;border-bottom:1px solid #edf0f2!important;padding:17px 10px!important;vertical-align:middle;font-size:11px}
body.woocommerce-cart table.shop_table tr:last-child td{border-bottom:0!important}
body.woocommerce-cart .product-thumbnail{width:88px}
body.woocommerce-cart .product-thumbnail img{width:76px!important;height:76px!important;object-fit:cover;border-radius:14px;background:#f1f3f4}
body.woocommerce-cart .product-name a{font-weight:700;font-size:12px;color:#202327}
body.woocommerce-cart .product-name .variation{margin-top:5px;font-size:8px;color:#92969d}
body.woocommerce-cart .product-price,body.woocommerce-cart .product-subtotal{white-space:nowrap;font-weight:700}
body.woocommerce-cart .product-remove a.remove{width:28px;height:28px;border-radius:9px;background:#f4f5f6;color:#858a91!important;font-size:17px;line-height:26px;transition:.2s}
body.woocommerce-cart .product-remove a.remove:hover{background:#151719;color:#fff!important}
body.woocommerce-cart .quantity{display:grid;grid-template-columns:30px 42px 30px;align-items:center;width:max-content;border:1px solid #e0e3e6;border-radius:12px;overflow:hidden;background:#f8f9fa}
body.woocommerce-cart .quantity .qty{width:42px!important;height:40px!important;border:0!important;background:transparent!important;padding:0;font-size:10px;-moz-appearance:textfield}
body.woocommerce-cart .quantity .qty::-webkit-inner-spin-button,body.woocommerce-cart .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
body.woocommerce-cart .quantity .radco-qty-btn{width:30px;height:40px;font-size:14px}
body.woocommerce-cart td.actions{padding-top:18px!important}
body.woocommerce-cart td.actions .coupon{display:flex;gap:7px;float:right!important}
body.woocommerce-cart td.actions .coupon .input-text{width:170px!important;height:42px;border:1px solid #dfe2e5!important;border-radius:11px!important;padding:0 12px!important;font-size:10px}
body.woocommerce-cart td.actions .button{height:42px!important;border-radius:11px!important;background:#eef0f2!important;color:#30343a!important;font-size:9px!important;padding:0 15px!important;font-weight:700!important}
body.woocommerce-cart td.actions .button:hover{background:#e4e7ea!important}
body.woocommerce-cart .cart-collaterals{grid-column:2;grid-row:3;position:sticky;top:120px}
body.woocommerce-cart .cart-collaterals .cart_totals{float:none!important;width:100%!important;background:#151719;color:#fff;border-radius:24px;padding:24px;box-shadow:0 20px 50px rgba(17,18,20,.13)}
body.woocommerce-cart .cart-collaterals h2{font-size:20px;margin:0 0 14px;color:#fff}
body.woocommerce-cart .cart-collaterals table{border:0!important;margin:0 0 16px!important}
body.woocommerce-cart .cart-collaterals th,body.woocommerce-cart .cart-collaterals td{border-color:rgba(255,255,255,.11)!important;padding:13px 0!important;font-size:10px;color:#c8ccd1}
body.woocommerce-cart .cart-collaterals td{text-align:left;font-weight:700;color:#fff}
body.woocommerce-cart .cart-collaterals .order-total th,body.woocommerce-cart .cart-collaterals .order-total td{font-size:12px;color:#fff}
body.woocommerce-cart .wc-proceed-to-checkout{padding:8px 0 0!important;margin:0}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{margin:0!important;height:52px;line-height:52px!important;padding:0!important;border-radius:14px!important;background:#fff!important;color:#111!important;font-size:10px!important;font-weight:800!important;transition:.2s ease}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background:#eef0f2!important;transform:translateY(-1px)}
body.woocommerce-cart .cart-empty{grid-column:1/-1;background:#fff;border:1px solid #e4e7ea;border-radius:24px;padding:30px!important;text-align:center}
body.woocommerce-cart .return-to-shop{grid-column:1/-1;text-align:center}
body.woocommerce-cart .return-to-shop .button{background:#151719!important;color:#fff!important;border-radius:13px!important;padding:13px 20px!important;font-size:10px!important}

/* WooCommerce Cart Block */
body.woocommerce-cart .wc-block-cart{gap:22px!important}
body.woocommerce-cart .wc-block-cart-items{background:#fff;border:1px solid #e3e6e9!important;border-radius:24px;padding:6px 18px!important}
body.woocommerce-cart .wc-block-cart-items th{font-size:9px!important;color:#8b9097!important}
body.woocommerce-cart .wc-block-cart-items td{border-color:#edf0f2!important}
body.woocommerce-cart .wc-block-cart-item__image img{border-radius:14px!important}
body.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name{font-size:12px!important;font-weight:700!important}
body.woocommerce-cart .wc-block-cart__sidebar{background:#151719!important;color:#fff;border-radius:24px;padding:22px!important}
body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper{border-color:rgba(255,255,255,.1)!important}
body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item__label,body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item__value{color:#fff!important;font-size:10px!important}
body.woocommerce-cart .wc-block-cart__submit-button{background:#fff!important;color:#111!important;border-radius:14px!important;min-height:52px!important;font-size:10px!important;font-weight:800!important}

/* Notices and form controls */
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:1px solid #e4e7ea!important;border-top:1px solid #e4e7ea!important;background:#fff!important;border-radius:14px!important;padding:14px 42px 14px 16px!important;font-size:10px!important;box-shadow:0 8px 25px rgba(20,24,29,.035)}
.woocommerce-message::before,.woocommerce-info::before{color:#22262a!important;top:14px!important;right:15px!important;left:auto!important}
.woocommerce-error::before{top:14px!important;right:15px!important;left:auto!important}


body.single-product .woocommerce .quantity,body.woocommerce-cart .quantity{direction:ltr}
body.single-product .woocommerce .quantity .qty,body.woocommerce-cart .quantity .qty{direction:rtl}
body.single-product .woocommerce div.product form.cart.variations_form{display:block;padding:16px 0}
body.single-product .woocommerce div.product form.cart.variations_form table.variations{width:100%;margin:0 0 12px;border-collapse:separate;border-spacing:0 8px}
body.single-product .woocommerce div.product form.cart.variations_form table.variations th,body.single-product .woocommerce div.product form.cart.variations_form table.variations td{display:block;width:100%;padding:0!important;text-align:right}
body.single-product .woocommerce div.product form.cart.variations_form table.variations label{display:block;font-size:9px;color:#70757c;margin-bottom:5px}
body.single-product .woocommerce div.product form.cart.variations_form table.variations select{width:100%;height:46px;border:1px solid #dde1e5;border-radius:12px;background:#f8f9fa;padding:0 12px;color:#292d31;font-size:10px}
body.single-product .woocommerce div.product form.cart.variations_form .reset_variations{display:inline-flex;margin-top:6px;color:#8b9096;font-size:9px}
body.single-product .woocommerce div.product form.cart.variations_form .woocommerce-variation-price{margin:10px 0}
body.single-product .woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart{display:flex;align-items:stretch;gap:9px}

@media(max-width:1100px){
  body.single-product .woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:25px}
  body.single-product .woocommerce div.product .summary{padding:28px 25px}
  .radco-product-assurances{grid-template-columns:1fr}
  .radco-assurance small,.radco-assurance strong{white-space:normal}
  body.woocommerce-cart .shop-shell>.container>.woocommerce{grid-template-columns:minmax(0,1fr) 320px}
}
@media(max-width:860px){
  body.admin-bar .site-header{top:46px}
  body.single-product .woocommerce div.product{grid-template-columns:1fr;gap:16px}
  body.single-product .woocommerce div.product .summary{position:static;padding:26px 22px;border-radius:24px}
  body.single-product .woocommerce div.product div.images{border-radius:24px;padding:12px}
  body.single-product .woocommerce-tabs{padding:8px 18px 20px;border-radius:22px}
  body.woocommerce-cart .shop-shell>.container>.woocommerce{grid-template-columns:1fr}
  body.woocommerce-cart .woocommerce-cart-form,body.woocommerce-cart .cart-collaterals{grid-column:1;grid-row:auto}
  body.woocommerce-cart .cart-collaterals{position:static}
}
@media(max-width:560px){
  body.single-product .shop-shell{padding-top:25px}
  body.single-product .woocommerce div.product .summary{padding:22px 17px}
  body.single-product .woocommerce div.product .product_title{font-size:31px;letter-spacing:-.6px}
  body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{font-size:20px!important}
  body.single-product .woocommerce div.product form.cart{display:grid;grid-template-columns:112px 1fr}
  body.single-product .woocommerce div.product form.cart.variations_form{display:block}
  body.single-product .woocommerce .quantity{grid-template-columns:30px 52px 30px}
  .radco-product-assurances{grid-template-columns:1fr}
  body.single-product .woocommerce-tabs ul.tabs{overflow:auto;white-space:nowrap}
  .radco-cart-heading h1{font-size:32px}
  body.woocommerce-cart .woocommerce-cart-form{padding:7px 12px 14px;border-radius:20px}
  body.woocommerce-cart table.shop_table_responsive tr.cart_item{margin-bottom:12px!important;border:1px solid #edf0f2!important;border-radius:16px!important;overflow:hidden;padding:8px!important;background:#fff}
  body.woocommerce-cart table.shop_table_responsive tr.cart_item td{border-bottom:1px solid #f0f2f3!important;padding:10px 8px!important}
  body.woocommerce-cart table.shop_table_responsive tr.cart_item td:last-child{border-bottom:0!important}
  body.woocommerce-cart td.actions .coupon{width:100%;display:grid;grid-template-columns:1fr auto;float:none!important;margin-bottom:8px}
  body.woocommerce-cart td.actions .coupon .input-text{width:100%!important}
  body.woocommerce-cart td.actions>.button{width:100%!important}
  body.woocommerce-cart .cart-collaterals .cart_totals{border-radius:20px;padding:20px}
}

/* =========================================================
   RADCO 0.5 — retail polish, product system & glass mobile dock
   ========================================================= */
:root{
  --radco-shadow:0 24px 70px rgba(20,25,31,.075);
  --radco-shadow-soft:0 12px 38px rgba(20,25,31,.055);
  --radco-glass:rgba(255,255,255,.76);
  --radco-focus:0 0 0 4px rgba(77,141,255,.13);
}
::selection{background:#151719;color:#fff}
button,input,select,textarea{font-family:var(--font)}
input:focus,select:focus,textarea:focus{outline:0;border-color:#aeb7c4!important;box-shadow:var(--radco-focus)}

/* Header: quieter, more architectural */
.site-header__inner{box-shadow:0 13px 45px rgba(17,18,20,.045);transition:box-shadow .25s ease,border-color .25s ease}
.site-header.is-scrolled .site-header__inner{border-color:#dde1e5;box-shadow:0 15px 50px rgba(17,18,20,.075)}
.main-nav a{font-weight:600;position:relative}
.main-nav a:after{content:"";position:absolute;right:14px;left:14px;bottom:6px;height:1.5px;border-radius:2px;background:#17181a;transform:scaleX(0);transition:transform .2s ease}
.main-nav a:hover:after,.main-nav .current-menu-item>a:after{transform:scaleX(1)}
.header-cart{box-shadow:0 9px 20px rgba(17,18,20,.12);transition:transform .2s ease,box-shadow .2s ease}
.header-cart:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(17,18,20,.16)}

/* Product cards: consistent media, second-image transition, formal CTA */
.radco-card__media{background:#f0f2f3;box-shadow:inset 0 0 0 1px rgba(17,18,20,.018)}
.radco-card__img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;transition:opacity .45s ease,transform .55s cubic-bezier(.2,.8,.2,1)!important}
.radco-card__img--secondary{opacity:0;transform:scale(1.025)}
.radco-card:hover .radco-card__img--primary{opacity:0;transform:scale(1.02)}
.radco-card:hover .radco-card__img--secondary{opacity:1;transform:scale(1)}
.radco-card__body{padding-top:15px}
.radco-card__meta{letter-spacing:.05px}
.radco-card__price{font-variant-numeric:normal}
.radco-card__quick{right:14px;left:14px;bottom:14px;min-height:48px;padding:0 12px 0 10px;border-radius:15px;background:rgba(17,18,20,.91);box-shadow:0 12px 30px rgba(17,18,20,.18)}
.radco-card__quick b{transition:transform .2s ease}
.radco-card:hover .radco-card__quick b{transform:translateX(-2px)}
.radco-card__heart{border:1px solid rgba(225,229,233,.9);box-shadow:0 8px 25px rgba(17,18,20,.06)}

/* Catalogue archive */
body.post-type-archive-product .shop-shell,body.tax-product_cat .shop-shell,body.tax-product_tag .shop-shell{padding-top:44px}
body.post-type-archive-product .woocommerce-products-header,body.tax-product_cat .woocommerce-products-header,body.tax-product_tag .woocommerce-products-header{position:relative;background:#151719;color:#fff;border-radius:30px;padding:38px 40px 36px;margin-bottom:25px;overflow:hidden}
body.post-type-archive-product .woocommerce-products-header:after,body.tax-product_cat .woocommerce-products-header:after,body.tax-product_tag .woocommerce-products-header:after{content:"RADCO";position:absolute;left:24px;bottom:-31px;font:900 106px/1 var(--latin);letter-spacing:8px;color:rgba(255,255,255,.035);pointer-events:none}
body.post-type-archive-product .woocommerce-products-header__title,body.tax-product_cat .woocommerce-products-header__title,body.tax-product_tag .woocommerce-products-header__title{color:#fff;margin:0;font-size:clamp(34px,4vw,56px);font-weight:800;letter-spacing:-1.7px}
body.post-type-archive-product .woocommerce-products-header .term-description,body.tax-product_cat .woocommerce-products-header .term-description{max-width:670px;color:#989da6;font-size:11px;margin-top:8px}
.woocommerce .woocommerce-result-count{margin:12px 0 0!important;height:42px;display:flex;align-items:center}
.woocommerce .woocommerce-ordering{margin:12px 0 0!important}
.woocommerce .woocommerce-ordering select{min-width:190px;border-color:#e1e4e7;background:#fff;font-weight:600;color:#45494f}
.woocommerce ul.products{clear:both;padding-top:10px}
.woocommerce ul.products li.product{padding:0 0 4px;overflow:visible}
.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{display:block}
.radco-loop-media{position:relative;display:block;aspect-ratio:1/.98;overflow:hidden;border-radius:24px;background:#eff1f2;border:1px solid #e8ebed}
.radco-loop-media img{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover;margin:0!important;border-radius:0!important;transition:opacity .42s ease,transform .52s cubic-bezier(.2,.8,.2,1)!important}
.radco-loop-img--secondary{opacity:0;transform:scale(1.025)}
.woocommerce ul.products li.product:hover .radco-loop-img--primary{opacity:0;transform:scale(1.018)}
.woocommerce ul.products li.product:hover .radco-loop-img--secondary{opacity:1;transform:scale(1)}
.radco-loop-view{position:absolute;right:12px;left:12px;bottom:12px;min-height:45px;border-radius:13px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:rgba(17,18,20,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#fff;font-size:9px;font-weight:700;opacity:0;transform:translateY(7px);transition:.25s ease;box-shadow:0 13px 30px rgba(17,18,20,.16)}
.radco-loop-view b{width:25px;height:25px;border-radius:8px;background:#fff;color:#111;display:grid;place-items:center;font-size:12px}
.woocommerce ul.products li.product:hover .radco-loop-view{opacity:1;transform:none}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:13px 3px 0!important;font-size:14px!important;font-weight:750!important}
.woocommerce ul.products li.product .price{padding:0 3px;min-height:27px;color:#202328!important}
.woocommerce ul.products li.product .radco-loop-action{width:100%;margin-top:8px!important;height:43px!important;line-height:1!important;display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:0 14px!important;background:#fff!important;color:#181a1d!important;border:1px solid #dfe3e6!important;border-radius:13px!important;box-shadow:none!important}
.woocommerce ul.products li.product .radco-loop-action:hover{background:#151719!important;color:#fff!important;border-color:#151719!important;transform:none}
.woocommerce ul.products li.product .radco-loop-action b{font-size:13px}
.woocommerce nav.woocommerce-pagination{margin-top:54px}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex;gap:7px;justify-content:center}
.woocommerce nav.woocommerce-pagination ul li{border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:40px;height:40px;border-radius:12px!important;display:grid!important;place-items:center!important;padding:0!important;background:#fff!important;color:#43474d!important;border:1px solid #e2e5e8!important;font-size:10px!important}
.woocommerce nav.woocommerce-pagination ul li span.current{background:#151719!important;color:#fff!important;border-color:#151719!important}

/* Single product — gallery and purchasing card */
body.single-product .shop-shell>.container{max-width:1420px}
body.single-product .woocommerce div.product{gap:50px}
body.single-product .woocommerce div.product div.images{background:#f2f4f4;border:1px solid #e2e6e8;border-radius:32px;padding:14px;box-shadow:none}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border-radius:22px;overflow:hidden;background:#edf0f0}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;overflow:hidden;border-radius:22px}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%;aspect-ratio:1.04;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1)}
body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image:hover img{transform:scale(1.012)}
body.single-product .woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin:11px 0 0!important}
body.single-product .woocommerce div.product div.images .flex-control-thumbs li{width:auto!important;float:none!important}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img{aspect-ratio:1;object-fit:cover;border-radius:12px;opacity:.6;border:1px solid transparent;transition:.2s ease}
body.single-product .woocommerce div.product div.images .flex-control-thumbs img.flex-active{opacity:1;border-color:#1b1d20;box-shadow:0 0 0 2px #fff inset}
body.single-product .woocommerce div.product .summary{padding:32px 32px 28px;border-radius:28px;background:#fff;border:1px solid #e3e6e9;box-shadow:var(--radco-shadow);position:sticky;top:124px}
.radco-product-kicker{display:flex;align-items:center;gap:9px;color:#777c83;font-size:9px;font-weight:650;margin-bottom:10px}
.radco-product-kicker i{width:4px;height:4px;border-radius:50%;background:#78d68b}
body.single-product .woocommerce div.product .product_title{font-size:clamp(34px,3.5vw,52px);line-height:1.32;letter-spacing:-1.35px;margin:0 0 10px;font-weight:800}
body.single-product .woocommerce div.product .woocommerce-product-rating{display:flex;align-items:center;gap:8px;margin:0 0 10px!important;font-size:9px}
body.single-product .woocommerce .star-rating{font-size:11px;color:#151719}
body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{font-size:22px!important;font-weight:800;color:#181b1e!important;margin:8px 0 4px!important;display:flex;gap:9px;align-items:center;flex-wrap:wrap}
body.single-product .woocommerce div.product p.price del,body.single-product .woocommerce div.product span.price del{color:#a0a4aa!important;font-size:13px;font-weight:500;opacity:1}
body.single-product .woocommerce div.product p.price ins,body.single-product .woocommerce div.product span.price ins{text-decoration:none}
.radco-product-micro-meta{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0 19px;padding-bottom:18px;border-bottom:1px solid #edf0f2}
.radco-product-micro-meta span{min-height:30px;padding:0 10px;border-radius:9px;background:#f5f6f7;color:#747980;display:inline-flex;align-items:center;gap:6px;font-size:8px}
.radco-product-micro-meta span:first-child{color:#315b3a;background:#edf8ef}
.radco-product-micro-meta span:first-child i{width:6px;height:6px;border-radius:50%;background:#6ec681}
body.single-product .woocommerce-product-details__short-description{font-size:11px;line-height:2;color:#686d74;margin:12px 0 17px}
body.single-product .woocommerce div.product form.cart:not(.variations_form){display:grid;grid-template-columns:116px 1fr;gap:9px;margin:16px 0 0!important;padding-top:17px;border-top:1px solid #edf0f2}
body.single-product .woocommerce .quantity{display:grid;grid-template-columns:31px 52px 31px;align-items:center;width:max-content;border:1px solid #dde1e5;border-radius:13px;overflow:hidden;background:#f8f9fa;direction:ltr}
body.single-product .woocommerce .quantity .qty{width:52px!important;height:50px!important;border:0!important;background:transparent!important;padding:0!important;text-align:center;font-weight:700;font-size:11px;-moz-appearance:textfield}
body.single-product .woocommerce .quantity .qty::-webkit-inner-spin-button,body.single-product .woocommerce .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.radco-qty-btn{border:0;background:transparent;color:#4b5057;font-size:16px;display:grid;place-items:center;transition:.18s ease}
.radco-qty-btn:hover{background:#e9ecef;color:#111}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{height:52px!important;border-radius:13px!important;background:#151719!important;color:#fff!important;font-size:10px!important;font-weight:800!important;letter-spacing:0!important;box-shadow:0 12px 25px rgba(17,18,20,.13);transition:.2s ease!important}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:hover{background:#272a2e!important;transform:translateY(-1px)}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button:disabled{opacity:.42!important;transform:none!important}
body.single-product .product_meta{padding-top:15px;margin-top:15px;border-top:1px solid #edf0f2;display:flex;flex-wrap:wrap;gap:6px 15px;color:#8b9097;font-size:8px}
body.single-product .product_meta a{color:#43484e;font-weight:650}
.radco-product-assurances{margin-top:20px;padding-top:19px;border-top:1px solid #edf0f2;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.radco-assurance{min-width:0;background:#f7f8f9;border:1px solid #eff1f3;border-radius:13px;padding:11px 9px;display:flex;align-items:center;gap:8px}
.radco-assurance__icon{flex:0 0 auto;width:29px;height:29px;border-radius:9px;background:#fff;border:1px solid #e8ebee;display:grid;place-items:center}
.radco-assurance__icon svg{width:16px;height:16px;fill:none;stroke:#30343a;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.radco-assurance>span:last-child{display:flex;flex-direction:column;min-width:0}
.radco-assurance strong{font-size:8px;line-height:1.7;white-space:nowrap}.radco-assurance small{font-size:7px;line-height:1.7;color:#91969d;white-space:nowrap}
body.single-product .woocommerce div.product form.cart.variations_form{padding:0;margin:13px 0 0!important}
body.single-product .woocommerce div.product form.cart.variations_form table.variations{margin:0 0 10px}
body.single-product .woocommerce div.product form.cart.variations_form table.variations label{font-size:9px;font-weight:700;color:#555a61}
body.single-product .woocommerce div.product form.cart.variations_form table.variations select{height:48px;background:#f7f8f9;border-color:#e2e5e8;border-radius:13px;font-size:10px;font-weight:600}
.radco-swatch-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:7px}
.radco-swatch{min-height:36px;padding:0 11px;border:1px solid #dde1e5;border-radius:11px;background:#fff;color:#4a4f56;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:9px;transition:.18s ease}
.radco-swatch:hover{border-color:#b9c0c8;background:#f8f9fa}.radco-swatch.is-selected{border-color:#151719;background:#151719;color:#fff;box-shadow:0 5px 15px rgba(17,18,20,.1)}
.radco-swatch__color{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.1);box-shadow:0 0 0 2px rgba(255,255,255,.55)}
body.single-product .woocommerce-tabs{margin-top:58px;background:#fff;border:1px solid #e4e7ea;border-radius:28px;padding:11px 28px 28px;box-shadow:var(--radco-shadow-soft)}
body.single-product .woocommerce-tabs ul.tabs{display:flex;gap:6px;border-bottom:1px solid #ebedef;padding:8px 0 10px!important;margin:0 0 24px!important}
body.single-product .woocommerce-tabs ul.tabs:before{display:none!important}
body.single-product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;border-radius:11px!important;margin:0!important;padding:0!important}
body.single-product .woocommerce-tabs ul.tabs li:before,body.single-product .woocommerce-tabs ul.tabs li:after{display:none!important}
body.single-product .woocommerce-tabs ul.tabs li a{padding:10px 14px!important;font-size:9px!important;font-weight:700!important;color:#777c84!important}
body.single-product .woocommerce-tabs ul.tabs li.active a{background:#151719;color:#fff!important;border-radius:10px}
body.single-product .woocommerce-tabs .panel{font-size:11px;line-height:2.1;color:#646970}
body.single-product .woocommerce-tabs .panel h2{font-size:21px;color:#1d2023;margin:0 0 12px}
body.single-product .related.products{margin-top:62px}
body.single-product .related.products>h2{font-size:30px;margin:0 0 24px}
body.single-product .related.products ul.products{grid-template-columns:repeat(4,1fr)}

/* Cart — editorial + commercial, classic & blocks */
.radco-cart-heading,.radco-checkout-heading{position:relative;overflow:hidden;background:#151719;color:#fff;border-radius:28px;padding:34px 36px;margin-bottom:22px;box-shadow:0 20px 55px rgba(17,18,20,.1)}
.radco-cart-heading:after,.radco-checkout-heading:after{content:"R";position:absolute;left:28px;top:-33px;font:900 150px/1 var(--latin);color:rgba(255,255,255,.035)}
.radco-cart-heading>span,.radco-checkout-heading>span{font:700 8px/1 var(--latin);letter-spacing:1.5px;color:#769fdb}
.radco-cart-heading h1,.radco-checkout-heading h1{font-size:clamp(31px,3vw,43px);margin:7px 0 4px;color:#fff;line-height:1.35}
.radco-cart-heading p,.radco-checkout-heading p{margin:0;color:#9399a2;font-size:10px}
body.woocommerce-cart .shop-shell>.container>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;align-items:start}
body.woocommerce-cart .woocommerce-notices-wrapper{grid-column:1/-1}
body.woocommerce-cart .woocommerce-cart-form{grid-column:1;grid-row:2;background:#fff;border:1px solid #e2e6e8;border-radius:25px;padding:8px 20px 18px;box-shadow:var(--radco-shadow-soft)}
body.woocommerce-cart table.shop_table{border:0!important;border-radius:0!important;margin:0!important}
body.woocommerce-cart table.shop_table thead th{border:0!important;border-bottom:1px solid #eceff1!important;padding:16px 8px!important;color:#8a8f96;font-size:8px;font-weight:700}
body.woocommerce-cart table.shop_table td{border-color:#eef0f2!important;padding:15px 8px!important;font-size:9px;vertical-align:middle}
body.woocommerce-cart .product-thumbnail{width:90px}
body.woocommerce-cart .product-thumbnail img{width:78px!important;height:78px!important;border-radius:15px}
body.woocommerce-cart .product-name a{font-size:12px;font-weight:750}
body.woocommerce-cart .cart-collaterals .cart_totals{background:linear-gradient(150deg,#151719,#202329);padding:25px;border-radius:25px;box-shadow:0 20px 50px rgba(17,18,20,.15)}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{height:54px;line-height:54px!important;border-radius:14px!important;font-size:10px!important}
body.woocommerce-cart .wc-block-cart__main{background:#fff;border:1px solid #e2e6e8;border-radius:25px;padding:12px 18px;box-shadow:var(--radco-shadow-soft)}
body.woocommerce-cart .wc-block-cart-items{border:0!important;padding:0!important}
body.woocommerce-cart .wc-block-cart__sidebar{border-radius:25px!important;background:linear-gradient(150deg,#151719,#202329)!important;box-shadow:0 20px 50px rgba(17,18,20,.15)}

/* Checkout — classic & block checkout */
.radco-checkout-page{padding-top:44px}
body.woocommerce-checkout .woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout{grid-column:1/-1}
body.woocommerce-checkout #customer_details{grid-column:1;display:block;background:#fff;border:1px solid #e2e6e8;border-radius:25px;padding:24px 25px;box-shadow:var(--radco-shadow-soft)}
body.woocommerce-checkout #customer_details .col-1,body.woocommerce-checkout #customer_details .col-2{width:100%;float:none}
body.woocommerce-checkout #customer_details .col-2{margin-top:24px;padding-top:22px;border-top:1px solid #edf0f2}
body.woocommerce-checkout #customer_details h3,body.woocommerce-checkout #order_review_heading{font-size:22px;margin:0 0 18px;color:#202328}
body.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;align-self:start;background:#151719;color:#fff;margin:0;padding:24px 24px 0;border-radius:25px 25px 0 0;position:sticky;top:120px;z-index:2}
body.woocommerce-checkout #order_review{grid-column:2;grid-row:1;margin-top:60px;background:#151719;color:#fff;border-radius:0 0 25px 25px;padding:10px 24px 24px;position:sticky;top:178px;box-shadow:0 20px 50px rgba(17,18,20,.15)}
body.woocommerce-checkout .form-row{margin:0 0 14px!important}
body.woocommerce-checkout .form-row label{font-size:9px;font-weight:700;color:#666b72;margin-bottom:5px}
body.woocommerce-checkout .input-text,body.woocommerce-checkout select,body.woocommerce-checkout .select2-selection{height:48px!important;border:1px solid #dfe3e6!important;background:#f8f9fa!important;border-radius:12px!important;padding:0 12px!important;font-size:10px!important;color:#2d3135!important;box-shadow:none!important}
body.woocommerce-checkout textarea.input-text{height:105px!important;padding-top:12px!important;resize:vertical}
body.woocommerce-checkout .select2-selection__rendered{line-height:46px!important;padding:0!important}body.woocommerce-checkout .select2-selection__arrow{height:46px!important}
body.woocommerce-checkout #order_review table{border:0!important;color:#fff;margin-bottom:12px!important}
body.woocommerce-checkout #order_review th,body.woocommerce-checkout #order_review td{border-color:rgba(255,255,255,.1)!important;color:#c5c9cf;padding:12px 0!important;font-size:9px}
body.woocommerce-checkout #order_review td.product-total,body.woocommerce-checkout #order_review tfoot td{color:#fff;font-weight:700;text-align:left}
body.woocommerce-checkout #payment{background:transparent!important;border-radius:0!important;color:#c7cbd0}
body.woocommerce-checkout #payment ul.payment_methods{border-color:rgba(255,255,255,.1)!important;padding:14px 0!important}
body.woocommerce-checkout #payment div.payment_box{background:#272b30!important;color:#c8ccd1!important;border-radius:12px!important;font-size:9px!important}
body.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#272b30!important}
body.woocommerce-checkout #payment .place-order{padding:15px 0 0!important;margin:0!important}
body.woocommerce-checkout #place_order{width:100%;height:54px;border-radius:14px!important;background:#fff!important;color:#111!important;font-size:10px!important;font-weight:800!important;transition:.2s ease}
body.woocommerce-checkout #place_order:hover{background:#eef0f2!important;transform:translateY(-1px)}
body.woocommerce-checkout .woocommerce-privacy-policy-text{font-size:8px;color:#858b93;line-height:1.9}
/* checkout block */
body.woocommerce-checkout .wc-block-checkout{gap:22px!important}
body.woocommerce-checkout .wc-block-checkout__main{background:#fff;border:1px solid #e2e6e8;border-radius:25px;padding:24px!important;box-shadow:var(--radco-shadow-soft)}
body.woocommerce-checkout .wc-block-checkout__sidebar{background:#151719;color:#fff;border-radius:25px;padding:22px!important;box-shadow:0 20px 50px rgba(17,18,20,.15)}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper{border-color:rgba(255,255,255,.1)!important}
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item__label,body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-item__value,body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name{color:#fff!important}
body.woocommerce-checkout .wc-block-components-checkout-place-order-button{min-height:54px!important;border:0!important;border-radius:14px!important;background:#151719!important;color:#fff!important;font-size:10px!important;font-weight:800!important}

/* Account */
body.woocommerce-account .woocommerce{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start}
body.woocommerce-account .woocommerce-MyAccount-navigation{background:#151719;border-radius:24px;padding:13px;box-shadow:0 18px 45px rgba(17,18,20,.12)}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}
body.woocommerce-account .woocommerce-MyAccount-navigation li a{display:flex;align-items:center;min-height:45px;border-radius:12px;padding:0 13px;color:#9ca1a8;font-size:9px;font-weight:650}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:#fff;color:#151719}
body.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none;background:#fff;border:1px solid #e2e6e8;border-radius:24px;padding:25px;box-shadow:var(--radco-shadow-soft);font-size:10px}

/* Notices */
.woocommerce-message,.woocommerce-info,.woocommerce-error{min-height:49px;display:flex;align-items:center;border-radius:13px!important;font-size:9px!important}
.woocommerce-message .button,.woocommerce-info .button{border-radius:9px!important;background:#151719!important;color:#fff!important;font-size:8px!important;padding:8px 11px!important;margin-left:6px!important}

/* Telegram-like glass dock — mobile only */
.radco-mobile-dock{display:none}
@media(max-width:860px){
  body{padding-bottom:92px}
  .site-footer{padding-bottom:8px}
  .radco-mobile-dock{position:fixed;z-index:999;right:12px;left:12px;bottom:max(10px,env(safe-area-inset-bottom));height:68px;padding:7px 8px;display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;background:rgba(249,250,251,.78);border:1px solid rgba(255,255,255,.86);border-radius:23px;box-shadow:0 17px 46px rgba(21,26,32,.2),inset 0 0 0 1px rgba(40,48,58,.04);backdrop-filter:blur(24px) saturate(165%);-webkit-backdrop-filter:blur(24px) saturate(165%);direction:rtl}
  body.admin-bar .radco-mobile-dock{bottom:max(10px,env(safe-area-inset-bottom))}
  .radco-mobile-dock__item{position:relative;min-width:0;border-radius:17px;color:#737983;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:8px;font-weight:650;transition:.2s ease;-webkit-tap-highlight-color:transparent}
  .radco-mobile-dock__item svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;transition:.2s ease}
  .radco-mobile-dock__item span:last-child{line-height:1.4}
  .radco-mobile-dock__item.is-active{color:#3478e5;background:rgba(77,141,255,.1)}
  .radco-mobile-dock__item.is-active svg{transform:translateY(-1px);stroke-width:1.9}
  .radco-mobile-dock__cart-icon{position:relative;display:flex}
  .radco-mobile-dock__cart-icon b{position:absolute;top:-8px;right:-12px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;display:grid;place-items:center;background:#3478e5;color:#fff;border:2px solid rgba(249,250,251,.9);font-size:7px;font-weight:800;line-height:1}
  .radco-mobile-dock__cart.is-active .radco-mobile-dock__cart-icon b{background:#151719}

  /* Mobile header gets out of the way; dock becomes primary navigation. */
  .radco-topbar{display:none}
  .site-header{top:0;padding:7px 0;background:rgba(246,247,248,.76)}
  body.admin-bar .site-header{top:46px}
  .site-header__inner{height:58px;border-radius:18px;padding:0 9px 0 11px;grid-template-columns:auto 1fr auto}
  .header-actions .header-cart{display:none}
  .brand__mark{width:33px;height:33px}.brand__name{font-size:16px}
  .nav-toggle{width:38px;height:38px;border-radius:12px}

  /* Product page */
  body.single-product .shop-shell{padding-top:20px;padding-bottom:55px}
  body.single-product .woocommerce .woocommerce-breadcrumb{display:none}
  body.single-product .woocommerce div.product{display:flex;flex-direction:column;gap:13px}
  body.single-product .woocommerce div.product div.images{order:1;border-radius:24px;padding:8px;width:100%!important}
  body.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image img{aspect-ratio:1.02;border-radius:18px}
  body.single-product .woocommerce div.product div.images .flex-control-thumbs{gap:6px;margin-top:7px!important}
  body.single-product .woocommerce div.product div.images .flex-control-thumbs img{border-radius:9px}
  body.single-product .woocommerce div.product .summary{order:2;position:static;padding:23px 18px;border-radius:23px;width:100%!important;box-shadow:0 12px 36px rgba(20,25,31,.055)}
  body.single-product .woocommerce div.product .product_title{font-size:31px;letter-spacing:-.75px}
  body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{font-size:19px!important}
  .radco-product-micro-meta{gap:6px}.radco-product-micro-meta span{font-size:7px;padding:0 8px}
  .radco-product-assurances{grid-template-columns:1fr 1fr}.radco-assurance:last-child{grid-column:1/-1}
  .radco-assurance strong{font-size:8px}.radco-assurance small{font-size:7px}
  body.single-product .woocommerce-tabs{margin-top:28px;padding:8px 16px 20px;border-radius:22px}
  body.single-product .woocommerce-tabs ul.tabs{overflow-x:auto;scrollbar-width:none}.woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
  body.single-product .related.products{margin-top:42px}body.single-product .related.products>h2{font-size:25px}
  body.single-product .related.products ul.products{grid-template-columns:repeat(2,1fr)}

  /* catalogue */
  body.post-type-archive-product .shop-shell,body.tax-product_cat .shop-shell,body.tax-product_tag .shop-shell{padding-top:20px}
  body.post-type-archive-product .woocommerce-products-header,body.tax-product_cat .woocommerce-products-header,body.tax-product_tag .woocommerce-products-header{border-radius:23px;padding:26px 22px;margin-bottom:14px}
  body.post-type-archive-product .woocommerce-products-header:after,body.tax-product_cat .woocommerce-products-header:after,body.tax-product_tag .woocommerce-products-header:after{font-size:72px;left:12px;bottom:-20px}
  .woocommerce .woocommerce-result-count{float:none;margin:8px 0!important;height:auto;display:block}
  .woocommerce .woocommerce-ordering{float:none;margin:10px 0 0!important;width:100%}.woocommerce .woocommerce-ordering select{width:100%;height:46px}
  .woocommerce ul.products{margin-top:20px!important;padding-top:0;gap:24px 10px}
  .radco-loop-media{border-radius:18px}.radco-loop-view{display:none}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{padding-top:9px!important;font-size:12px!important}
  .woocommerce ul.products li.product .price{font-size:10px!important;padding:0}
  .woocommerce ul.products li.product .radco-loop-action{height:40px!important;padding:0 11px!important;font-size:8px!important}

  /* Cart + checkout */
  .radco-cart-heading,.radco-checkout-heading{border-radius:23px;padding:26px 22px;margin-bottom:14px}
  body.woocommerce-cart .shop-shell>.container>.woocommerce{grid-template-columns:1fr;gap:13px}
  body.woocommerce-cart .woocommerce-cart-form{padding:7px 11px 12px;border-radius:20px}
  body.woocommerce-cart .cart-collaterals{grid-column:1;grid-row:auto;position:static}
  body.woocommerce-cart .cart-collaterals .cart_totals{border-radius:20px;padding:20px}
  body.woocommerce-checkout .woocommerce form.checkout{grid-template-columns:1fr;gap:13px}
  body.woocommerce-checkout #customer_details{grid-column:1;padding:20px 17px;border-radius:20px}
  body.woocommerce-checkout #order_review_heading{grid-column:1;grid-row:auto;position:static;border-radius:20px 20px 0 0;padding:21px 19px 0}
  body.woocommerce-checkout #order_review{grid-column:1;grid-row:auto;position:static;margin-top:-13px;border-radius:0 0 20px 20px;padding:11px 19px 20px}
  body.woocommerce-checkout .wc-block-checkout__main,body.woocommerce-checkout .wc-block-checkout__sidebar{border-radius:20px;padding:17px!important}
  body.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-MyAccount-navigation{position:static!important}
}

@media(max-width:560px){
  .radco-mobile-dock{right:9px;left:9px;height:66px;border-radius:22px;padding:6px}
  body{padding-bottom:88px}
  .site-footer__shell{border-radius:24px;padding:28px 19px 16px}
  .footer-top{gap:23px}.footer-brand-block h3{font-size:19px}.footer-newsletter h3{font-size:17px}
  .newsletter{display:grid;grid-template-columns:1fr auto}.newsletter button{padding:0 12px}
  body.single-product .woocommerce div.product form.cart:not(.variations_form){grid-template-columns:106px 1fr}
  body.single-product .woocommerce .quantity{grid-template-columns:29px 46px 29px}.woocommerce .quantity .qty{width:46px!important}
  .radco-product-assurances{grid-template-columns:1fr}
  .radco-assurance:last-child{grid-column:auto}
  body.single-product .related.products ul.products{grid-template-columns:repeat(2,1fr);gap:22px 9px}
  .woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important;gap:22px 9px!important}
  .woocommerce ul.products li.product .radco-loop-action b{display:none}
  .woocommerce ul.products li.product .radco-loop-action{justify-content:center}
  body.woocommerce-cart table.shop_table_responsive tr.cart_item{border-radius:15px!important}
  body.woocommerce-cart .product-thumbnail img{width:68px!important;height:68px!important}
  .radco-cart-heading h1,.radco-checkout-heading h1{font-size:30px}
}
/* Enhanced variation chips keep the native select available to WooCommerce, but visually hidden. */
body.single-product .variations td.value{position:relative}
body.single-product .variations select.radco-select-enhanced{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}
.header-cart .js-radco-cart-count{min-width:26px;height:26px;border-radius:9px;background:#fff;color:var(--ink);display:grid;place-items:center;font:700 10px/1 var(--font)}
.radco-mobile-dock__cart-icon .js-radco-cart-count{position:absolute;top:-8px;right:-12px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;display:grid;place-items:center;background:#3478e5;color:#fff;border:2px solid rgba(249,250,251,.9);font-size:7px;font-weight:800;line-height:1}

/* === Radco v0.6 — readability, contrast and confident commerce UI === */
:root{
  --blue:#2f6fe4;
  --blue-2:#5d9cff;
  --muted:#5f6670;
  --line:#d8dde3;
}
body{font-size:16px;line-height:1.9;color:#15181c}
::selection{background:#cfe0ff;color:#101216}
a,button{outline-offset:3px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:3px}

/* Header */
.radco-topbar{font-size:12px;color:#eef1f5}
.radco-topbar__center{color:#c1c7cf}
.main-nav a{font-size:13.5px;font-weight:650;color:#25292f}
.header-action{font-size:12.5px;font-weight:600;color:#3e444c}
.header-cart{font-size:12.5px;font-weight:750;min-width:106px;justify-content:space-between}
.header-cart b,.header-cart .js-radco-cart-count{font-size:11px}

/* Home hero */
.eyebrow-pill{font-size:12px;color:#3e444b;font-weight:650}
.radco-hero__copy>p{font-size:17px;color:#555d67;line-height:2}
.btn{min-height:52px;font-size:14px;font-weight:750;letter-spacing:0}
.btn--soft{border-color:#cfd5dc;color:#22272d;box-shadow:0 7px 20px rgba(22,28,35,.045)}
.hero-social-proof strong{font-size:13px}.hero-social-proof span{font-size:11.5px;color:#69717b}
.stage-product span{font-size:11px;color:#69717b}.stage-product strong{font-size:15px}.stage-product a{font-size:12px;font-weight:700;padding:10px 13px}
.float-card small{font-size:10px;color:#6f7680}.float-card strong{font-size:12px}
.hero-metrics strong{font-size:16px}.hero-metrics span{font-size:12px;color:#68707a}

/* Section hierarchy */
.section-kicker{font-size:12px;letter-spacing:.1px;color:#245fc9}
.text-link{font-size:13px;color:#282d33;border-color:#8f98a3}
.category-card{border-color:#d9dee4}
.category-card__meta span{font-size:11px;font-weight:750;color:#2d333a}
.category-card__meta b{font-size:15px;color:#20242a;box-shadow:0 5px 14px rgba(20,25,31,.06)}
.category-card h3{font-size:24px;line-height:1.55}.category-card p{font-size:13px;color:#626a74;line-height:1.8}
.product-tabs button{height:38px;font-size:12.5px;font-weight:650;color:#59616b}
.product-tabs button.is-active{color:#15181c}

/* Home product cards */
.radco-card__badge{font-size:11px!important;padding:8px 10px}
.radco-card__quick{min-height:48px;font-size:13px;font-weight:700}
.radco-card__meta{font-size:11.5px;color:#707883}
.radco-card h3{font-size:16px;line-height:1.7;color:#171a1e}
.radco-card__price strong,.radco-card__price .amount{font-size:14px}.radco-card__price small{font-size:10.5px;color:#737b85}.radco-card__price del{font-size:11.5px;color:#818891}

/* Dark editorial section */
.room-builder__copy p{font-size:15px;color:#c5cbd3}
.room-list span{font-size:13px;color:#eef1f5}.room-list b{font-size:11px;color:#8db9ff}
.room-hotspot small{font-size:9.5px;color:#67707b}.room-hotspot strong{font-size:11.5px;color:#171a1e}
.feature-card>span{font-size:12px;color:#555d66}.feature-card p{font-size:14px;line-height:2;color:#626a73}.feature-card--blue>span{color:#edf4ff}
.customer-voice blockquote p{font-size:15px;color:#edf0f4}.customer-voice blockquote footer b{font-size:12.5px}.customer-voice blockquote footer span{font-size:11px;color:#a9b0ba}.rating small{font-size:11px;color:#a7aeb8}
.faq-grid>div:first-child>p{font-size:14px;color:#626a74}.faq-list summary{font-size:15px}.faq-list details p{font-size:13.5px;color:#606872;line-height:2}
.home-cta__box>div>span{font-size:11px}.home-cta__box p{font-size:14px;color:#f1f5ff}

/* Footer */
.footer-brand-block p{font-size:13px;color:#adb4be}.footer-newsletter>span{font-size:11.5px;color:#83b1ff}.footer-newsletter h3{font-size:22px}
.newsletter input{font-size:13px}.newsletter button{height:44px;font-size:12.5px;font-weight:750}
.footer-grid h4{font-size:12.5px;color:#f0f2f5}.footer-grid a{font-size:12.5px;color:#adb4bd}.footer-bottom{font-size:10.5px;color:#8f969f}.footer-bottom a{color:#c0c6ce}

/* WooCommerce catalogue */
.woocommerce .woocommerce-breadcrumb{font-size:12px;color:#68717b}
.woocommerce .woocommerce-result-count{font-size:12.5px;color:#606872}
.woocommerce .woocommerce-ordering select{height:46px;font-size:12.5px;color:#282d33;border-color:#cfd5db}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.75!important;color:#171a1e!important}
.woocommerce ul.products li.product .price{font-size:14px!important;color:#171a1e!important;line-height:1.7}
.woocommerce ul.products li.product .price del{font-size:12px!important;color:#858c95!important}.woocommerce ul.products li.product .price ins{font-size:14px!important}
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .radco-loop-action{height:46px!important;line-height:46px!important;border-radius:13px!important;font-size:13px!important;font-weight:750!important;padding:0 16px!important;display:flex!important;align-items:center;justify-content:space-between;gap:14px}
.radco-sale-badge,.woocommerce span.onsale{font-size:11px!important;padding:9px 11px!important;font-weight:750!important}
.radco-loop-view{font-size:12.5px!important;font-weight:700!important}

/* Single product */
body.single-product .woocommerce .woocommerce-breadcrumb{font-size:12px;color:#68717b}
.radco-product-kicker{font-size:12px;color:#59616b}
body.single-product .woocommerce div.product .woocommerce-product-rating{font-size:11.5px;color:#626a73}
body.single-product .woocommerce div.product p.price,body.single-product .woocommerce div.product span.price{font-size:25px!important}
body.single-product .woocommerce div.product p.price del,body.single-product .woocommerce div.product span.price del{font-size:15px!important;color:#7d858e!important}
.radco-product-micro-meta span{min-height:34px;font-size:11px;padding:0 11px;color:#606872}
body.single-product .woocommerce-product-details__short-description{font-size:14px;line-height:2;color:#555d66}
body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{height:54px!important;font-size:14px!important;font-weight:800!important}
body.single-product .woocommerce .quantity .qty{font-size:14px;font-weight:750}
body.single-product .product_meta{font-size:11px;color:#69717b}
.radco-assurance{padding:13px 11px}.radco-assurance strong{font-size:11.5px}.radco-assurance small{font-size:10px;color:#747c86}
body.single-product .woocommerce div.product form.cart.variations_form table.variations label{font-size:12px;color:#3f464e}
body.single-product .woocommerce div.product form.cart.variations_form table.variations select{font-size:12.5px}
.radco-swatch{min-height:40px;font-size:12px;font-weight:650;padding:0 13px}
body.single-product .woocommerce-tabs ul.tabs li a{font-size:12px!important;padding:11px 16px!important}
body.single-product .woocommerce-tabs .panel{font-size:14px;line-height:2.15;color:#555d66}
body.single-product .woocommerce-tabs .panel h2{font-size:24px}

/* Cart / checkout / account — no micro text */
.radco-cart-heading>span,.radco-checkout-heading>span{font-size:10.5px;color:#9dc0ff}.radco-cart-heading p,.radco-checkout-heading p{font-size:13px;color:#c2c8d0}
body.woocommerce-cart table.shop_table thead th{font-size:11px!important;color:#626a73}
body.woocommerce-cart table.shop_table td{font-size:12.5px!important;color:#343a41}
body.woocommerce-cart .product-name a{font-size:14px!important}.woocommerce-cart .variation{font-size:11px!important}
body.woocommerce-cart td.actions .coupon .input-text{font-size:12px!important}.woocommerce-cart td.actions .button{font-size:12px!important;font-weight:750!important}
body.woocommerce-cart .cart-collaterals h2{font-size:22px}.woocommerce-cart .cart-collaterals th,.woocommerce-cart .cart-collaterals td{font-size:12px!important;color:#d7dce2!important}.woocommerce-cart .cart-collaterals td{color:#fff!important}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size:13.5px!important;font-weight:800!important}
body.woocommerce-checkout .form-row label{font-size:12px;font-weight:700;color:#444b53}.woocommerce-checkout .input-text,body.woocommerce-checkout select,body.woocommerce-checkout .select2-selection{font-size:12.5px!important;color:#24292f!important}
body.woocommerce-checkout #order_review th,body.woocommerce-checkout #order_review td{font-size:11.5px!important;color:#d7dce2}.woocommerce-checkout #payment div.payment_box{font-size:11.5px!important}.woocommerce-checkout #place_order{font-size:13.5px!important}.woocommerce-checkout .woocommerce-privacy-policy-text{font-size:10.5px;color:#b5bbc3}
body.woocommerce-account .woocommerce-MyAccount-navigation li a{font-size:12px;color:#c2c7cd}.woocommerce-account .woocommerce-MyAccount-content{font-size:13px;line-height:2}
.woocommerce-message,.woocommerce-info,.woocommerce-error{font-size:12.5px!important;line-height:1.8}.woocommerce-message .button,.woocommerce-info .button{font-size:11.5px!important}

/* Make generic WooCommerce controls match Radco */
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{font-family:var(--font)!important;font-weight:750!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{font-family:var(--font)!important}

@media(max-width:860px){
  body{font-size:15.5px}
  .radco-mobile-dock__item{font-size:10px;font-weight:700;color:#59616a}
  .radco-mobile-dock__cart-icon b{font-size:9px}
  .main-nav a{font-size:15px;font-weight:700}
  .radco-hero__copy>p{font-size:14.5px}
  .btn{font-size:13.5px}
  .section-kicker{font-size:11.5px}
  .text-link{font-size:12.5px}
  .category-card__meta span{font-size:10.5px}.category-card h3{font-size:22px}.category-card p{font-size:12.5px}
  .radco-card__meta{font-size:10.5px}.radco-card h3{font-size:14px}.radco-card__price strong,.radco-card__price .amount{font-size:12.5px}.radco-card__price small{font-size:9.5px}
  .room-builder__copy p{font-size:14px}.room-list span{font-size:12.5px}.feature-card p{font-size:13px}
  .faq-list summary{font-size:14px}.faq-list details p{font-size:12.5px}
  .footer-grid a{font-size:12px}.footer-grid h4{font-size:12px}.footer-brand-block p{font-size:12.5px}

  .woocommerce .woocommerce-result-count{font-size:12px}.woocommerce .woocommerce-ordering select{font-size:12px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important}
  .woocommerce ul.products li.product .price{font-size:12.5px!important}.woocommerce ul.products li.product .price del{font-size:10.5px!important}.woocommerce ul.products li.product .price ins{font-size:12.5px!important}
  .woocommerce ul.products li.product .radco-loop-action{height:42px!important;line-height:42px!important;font-size:11.5px!important}
  .radco-sale-badge,.woocommerce span.onsale{font-size:10px!important}

  .radco-product-kicker{font-size:11px}.radco-product-micro-meta span{font-size:10px}.radco-product-assurances{gap:8px}.radco-assurance strong{font-size:10.5px}.radco-assurance small{font-size:9.5px}
  body.single-product .woocommerce-product-details__short-description{font-size:13.5px}
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button{font-size:13px!important}
  body.single-product .woocommerce-tabs ul.tabs li a{font-size:11.5px!important}.woocommerce-tabs .panel{font-size:13.5px!important}

  body.woocommerce-cart table.shop_table td{font-size:12px!important}.woocommerce-cart .product-name a{font-size:13px!important}
  body.woocommerce-checkout .form-row label{font-size:11.5px}.woocommerce-checkout .input-text,body.woocommerce-checkout select{font-size:12px!important}
}

@media(max-width:560px){
  .radco-mobile-dock__item{font-size:9.5px}
  .radco-hero__actions .btn{font-size:12.5px;padding-inline:12px}
  .radco-card h3{font-size:13.5px}.radco-card__meta{font-size:10px}
  .woocommerce ul.products li.product .radco-loop-action{font-size:11px!important;padding-inline:10px!important}
  body.single-product .woocommerce div.product .product_title{font-size:30px!important}
  .radco-product-micro-meta span{font-size:9.5px}
}

/* =========================================================
   RADCO 0.6.1 — account, cart alignment and quantity control
   ========================================================= */

/* Account: full-width commerce layout, no floating/narrow pieces. */
body.woocommerce-account .radco-account-page{padding:46px 0 105px;background:#f6f7f8;min-height:72vh}
body.woocommerce-account .radco-account-page>.container{max-width:1280px}
.radco-account-heading{display:grid;grid-template-columns:1fr auto;grid-template-areas:"eyebrow eyebrow" "copy title";align-items:end;gap:4px 30px;margin:0 0 22px;padding:30px 32px;border-radius:26px;background:linear-gradient(135deg,#151719,#202329);color:#fff;box-shadow:0 18px 50px rgba(17,18,20,.11)}
.radco-account-heading>span{grid-area:eyebrow;font:700 10px/1.2 var(--latin);letter-spacing:1.4px;color:#9dc0ff}
.radco-account-heading h1{grid-area:title;margin:0;font-size:34px;line-height:1.35;color:#fff;white-space:nowrap}
.radco-account-heading p{grid-area:copy;margin:0;color:#b9c0c8;font-size:13px;line-height:1.9}
body.woocommerce-account .radco-account-entry{margin:0}
body.woocommerce-account .radco-account-entry>.entry-content{margin:0}
body.woocommerce-account .radco-account-entry>.entry-content>.woocommerce{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:22px!important;align-items:stretch!important;width:100%!important;max-width:none!important;margin:0!important}
body.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:100%!important;margin:0!important;align-self:stretch;background:#151719;border-radius:24px;padding:13px;box-shadow:0 18px 45px rgba(17,18,20,.12)}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-direction:column;gap:4px;height:100%}
body.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li a{min-height:48px;padding:0 15px;font-size:13px!important;font-weight:700;color:#c5cad0;border-radius:12px;transition:.18s ease}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:#fff;color:#151719}
body.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:100%!important;min-height:100%;margin:0!important;background:#fff;border:1px solid #e2e6e8;border-radius:24px;padding:28px 30px;box-shadow:var(--radco-shadow-soft);font-size:13px!important;line-height:2;color:#444c55}
body.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0}
body.woocommerce-account .woocommerce-MyAccount-content a{font-weight:700}
body.woocommerce-account .woocommerce-MyAccount-content h2,body.woocommerce-account .woocommerce-MyAccount-content h3{font-size:21px;margin:0 0 16px;color:#17191c}

/* Classic cart: force product panel and order summary into the same row. */
body.woocommerce-cart .radco-commerce-entry>.entry-content>.woocommerce{display:grid!important;grid-template-columns:minmax(0,1fr) 370px!important;gap:22px!important;align-items:start!important;width:100%!important}
body.woocommerce-cart .radco-commerce-entry>.entry-content>.woocommerce>.woocommerce-notices-wrapper,
body.woocommerce-cart .radco-commerce-entry>.entry-content>.woocommerce>.woocommerce-message,
body.woocommerce-cart .radco-commerce-entry>.entry-content>.woocommerce>.woocommerce-info{grid-column:1/-1!important}
body.woocommerce-cart .radco-commerce-entry .woocommerce-cart-form{grid-column:1!important;grid-row:auto!important;width:100%!important;margin:0!important}
body.woocommerce-cart .radco-commerce-entry .cart-collaterals{grid-column:2!important;grid-row:auto!important;width:100%!important;margin:0!important;position:sticky!important;top:120px!important}

/* WooCommerce Cart Block: same two-column composition. */
body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart,
body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart{display:grid!important;grid-template-columns:minmax(0,1fr) 370px!important;gap:22px!important;align-items:start!important}
body.woocommerce-cart .wc-block-cart__main{grid-column:1!important;width:100%!important;max-width:none!important;margin:0!important;padding:12px 18px!important}
body.woocommerce-cart .wc-block-cart__sidebar{grid-column:2!important;width:100%!important;max-width:none!important;margin:0!important;align-self:start!important;position:sticky!important;top:120px!important}

/* Quantity is always one horizontal control: minus / value / plus. */
.woocommerce .quantity[data-radco-enhanced="1"]{position:relative!important;display:grid!important;grid-template-columns:36px 52px 36px!important;grid-template-rows:52px!important;grid-auto-flow:column!important;align-items:stretch!important;justify-content:start!important;width:124px!important;min-width:124px!important;height:52px!important;margin:0!important;padding:0!important;border:1px solid #dce1e5!important;border-radius:14px!important;background:#f8f9fa!important;overflow:hidden!important;direction:ltr!important;float:none!important}
.woocommerce .quantity[data-radco-enhanced="1"]>label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.woocommerce .quantity[data-radco-enhanced="1"] .radco-qty-minus{grid-column:1!important;grid-row:1!important}
.woocommerce .quantity[data-radco-enhanced="1"] .qty{grid-column:2!important;grid-row:1!important;width:52px!important;min-width:52px!important;height:50px!important;margin:0!important;padding:0!important;border:0!important;border-right:1px solid #e5e8eb!important;border-left:1px solid #e5e8eb!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;text-align:center!important;font-size:14px!important;font-weight:800!important;line-height:50px!important;direction:rtl!important;-moz-appearance:textfield!important}
.woocommerce .quantity[data-radco-enhanced="1"] .radco-qty-plus{grid-column:3!important;grid-row:1!important}
.woocommerce .quantity[data-radco-enhanced="1"] .radco-qty-btn{display:grid!important;place-items:center!important;width:36px!important;height:52px!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#343a40!important;font:700 18px/1 Arial,sans-serif!important;box-shadow:none!important;cursor:pointer!important}
.woocommerce .quantity[data-radco-enhanced="1"] .radco-qty-btn:hover{background:#eceff2!important;color:#111!important}
body.single-product .woocommerce div.product form.cart:not(.variations_form){grid-template-columns:124px minmax(0,1fr)!important;align-items:stretch!important}
body.single-product .woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:124px minmax(0,1fr)!important;gap:9px!important;align-items:stretch!important}
body.woocommerce-cart .quantity[data-radco-enhanced="1"]{grid-template-columns:32px 46px 32px!important;grid-template-rows:44px!important;width:110px!important;min-width:110px!important;height:44px!important;border-radius:12px!important}
body.woocommerce-cart .quantity[data-radco-enhanced="1"] .qty{width:46px!important;min-width:46px!important;height:42px!important;line-height:42px!important;font-size:13px!important}
body.woocommerce-cart .quantity[data-radco-enhanced="1"] .radco-qty-btn{width:32px!important;height:44px!important;font-size:16px!important}

@media(max-width:860px){
  body.woocommerce-account .radco-account-page{padding:20px 0 50px}
  .radco-account-heading{grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "copy";padding:24px 21px;border-radius:22px;gap:5px}
  .radco-account-heading h1{font-size:28px;white-space:normal}.radco-account-heading p{font-size:12px}
  body.woocommerce-account .radco-account-entry>.entry-content>.woocommerce{grid-template-columns:1fr!important;gap:13px!important}
  body.woocommerce-account .woocommerce-MyAccount-navigation{border-radius:20px;padding:8px;overflow:auto}
  body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:5px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}
  body.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar{display:none}
  body.woocommerce-account .woocommerce-MyAccount-navigation li a{min-height:42px;padding:0 13px;font-size:12px!important;white-space:nowrap}
  body.woocommerce-account .woocommerce-MyAccount-content{padding:20px 17px;border-radius:20px;min-height:0}

  body.woocommerce-cart .radco-commerce-entry>.entry-content>.woocommerce,
  body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart,
  body.woocommerce-cart .wp-block-woocommerce-cart .wc-block-cart{grid-template-columns:1fr!important;gap:13px!important}
  body.woocommerce-cart .radco-commerce-entry .woocommerce-cart-form,
  body.woocommerce-cart .radco-commerce-entry .cart-collaterals,
  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-cart__sidebar{grid-column:1!important;position:static!important;width:100%!important}
}

@media(max-width:560px){
  body.single-product .woocommerce div.product form.cart:not(.variations_form),
  body.single-product .woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart{grid-template-columns:116px minmax(0,1fr)!important}
  .woocommerce .quantity[data-radco-enhanced="1"]{grid-template-columns:33px 50px 33px!important;width:116px!important;min-width:116px!important}
  .woocommerce .quantity[data-radco-enhanced="1"] .qty{width:50px!important;min-width:50px!important}
  .woocommerce .quantity[data-radco-enhanced="1"] .radco-qty-btn{width:33px!important}
}

/* =========================================================
   RADCO 0.6.2 — definitive My Account grid fix
   WooCommerce inserts an empty notices wrapper before navigation/content.
   Explicit grid areas prevent that node from pushing the content to row 2.
   ========================================================= */
body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 292px!important;
  grid-template-areas:"content nav"!important;
  column-gap:22px!important;
  row-gap:14px!important;
  align-items:start!important;
  direction:ltr!important;
}
body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce>.woocommerce-notices-wrapper{
  grid-column:1/-1!important;
  grid-row:auto!important;
  direction:rtl!important;
  margin:0!important;
}
body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce>.woocommerce-notices-wrapper:empty{
  display:none!important;
}
body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce>.woocommerce-MyAccount-navigation{
  grid-area:nav!important;
  direction:rtl!important;
  align-self:start!important;
  min-width:0!important;
  height:auto!important;
  position:sticky!important;
  top:118px!important;
}
body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce>.woocommerce-MyAccount-navigation ul{
  height:auto!important;
}
body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce>.woocommerce-MyAccount-content{
  grid-area:content!important;
  direction:rtl!important;
  align-self:start!important;
  min-width:0!important;
  min-height:290px!important;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content>p{
  max-width:760px;
}

@media(max-width:860px){
  body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce{
    grid-template-columns:1fr!important;
    grid-template-areas:"nav" "content"!important;
    row-gap:13px!important;
    direction:rtl!important;
  }
  body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce>.woocommerce-notices-wrapper{
    grid-column:1!important;
  }
  body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce>.woocommerce-MyAccount-navigation{
    position:static!important;
  }
  body.logged-in.woocommerce-account .radco-account-entry>.entry-content>.woocommerce>.woocommerce-MyAccount-content{
    min-height:0!important;
  }
}


/* =========================================================
   RADCO 0.6.3 — working homepage product category filters
   ========================================================= */
.products-showcase .product-tabs button{cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}
.products-showcase .product-tabs button:hover{color:#111;transform:translateY(-1px)}
.products-showcase .product-tabs button:focus-visible{outline:2px solid #4f88ff;outline-offset:2px}
.products-showcase .radco-card.is-filter-hidden{display:none!important}
.products-showcase .radco-card.is-filter-entering{animation:radcoFilterIn .28s cubic-bezier(.2,.8,.2,1) both}
@keyframes radcoFilterIn{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}
.radco-filter-empty{padding:30px 0;text-align:center;color:#6c737c;font-size:13px}


/* =========================================================
   RADCO 0.6.4 — clearer category cards
   Keep category titles readable over both demo art and real thumbnails.
   ========================================================= */
.category-strip .category-card{
  min-height:360px;
  padding:16px;
  border-color:#d5dbe2;
  box-shadow:0 10px 28px rgba(22,27,34,.035);
}
.category-strip .category-card>img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:1;
}
.category-strip .category-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,0) 45%,rgba(18,22,27,.08) 100%);
}
.category-strip .category-card__meta{
  z-index:4;
}
.category-strip .category-card__meta span{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  background:rgba(255,255,255,.94);
  color:#181c21;
  border:1px solid rgba(215,220,226,.92);
  box-shadow:0 6px 18px rgba(20,26,33,.06);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  font-size:12px;
  font-weight:800;
}
.category-strip .category-card__meta b{
  z-index:4;
  width:38px;
  height:38px;
  border-radius:12px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(215,220,226,.9);
  box-shadow:0 7px 20px rgba(20,26,33,.07);
}
.category-strip .category-card__copy{
  position:absolute;
  right:14px;
  left:14px;
  bottom:14px;
  z-index:4;
  margin:0;
  padding:15px 16px 14px;
  border-radius:17px;
  background:rgba(255,255,255,.93);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 12px 28px rgba(20,26,33,.10);
  backdrop-filter:blur(16px) saturate(1.15);
  -webkit-backdrop-filter:blur(16px) saturate(1.15);
}
.category-strip .category-card h3{
  margin:0;
  color:#101317;
  font-size:22px;
  font-weight:850;
  line-height:1.55;
  letter-spacing:-.35px;
}
.category-strip .category-card p{
  margin:3px 0 0;
  color:#525a64;
  font-size:13px;
  font-weight:550;
  line-height:1.75;
}
.category-strip .category-card:hover .category-card__copy{
  background:rgba(255,255,255,.97);
  transform:translateY(-2px);
}
.category-strip .category-card__copy{
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
}
.category-strip .text-link{
  font-size:13.5px;
  font-weight:800;
  color:#1d2228;
}

@media(max-width:860px){
  .category-strip .category-card{min-height:325px}
  .category-strip .category-card h3{font-size:21px}
  .category-strip .category-card p{font-size:12.5px}
}
@media(max-width:560px){
  .category-strip .category-card{min-height:300px;border-radius:22px}
  .category-strip .category-card__copy{right:11px;left:11px;bottom:11px;padding:13px 14px;border-radius:15px}
  .category-strip .category-card h3{font-size:19px;line-height:1.5}
  .category-strip .category-card p{font-size:12px;line-height:1.7}
  .category-strip .category-card__meta span{font-size:11px;min-height:30px}
  .category-strip .category-card__meta b{width:34px;height:34px}
}

/* =========================================================
   RADCO 0.6.5 — calmer hero composition / no visual collisions
   ========================================================= */
.radco-hero{padding-top:28px;overflow:clip}
.radco-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);
  grid-template-areas:"stage copy";
  gap:clamp(64px,7vw,112px);
  align-items:center;
  min-height:640px;
}
.radco-hero__copy{grid-area:copy;min-width:0;padding:42px 0 50px;position:relative;z-index:3}
.radco-hero__stage{grid-area:stage;min-width:0;min-height:0;padding:36px 0 28px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:16px;position:relative}
.radco-hero h1{font-size:clamp(54px,4.9vw,80px);line-height:1.12;letter-spacing:-3px;margin:22px 0 18px;max-width:720px}
.radco-hero__copy>p{max-width:640px}
.radco-hero__actions{margin-top:26px}
.hero-social-proof{margin-top:28px}
.stage-glow{width:520px;height:520px;left:50%;top:50%;transform:translate(-50%,-50%);opacity:.7;pointer-events:none}
.stage-card--main{width:100%;max-width:650px;align-self:center;aspect-ratio:1.12;border-radius:30px;box-shadow:0 28px 64px rgba(35,65,100,.12)}
.stage-card__top{top:14px;right:14px;left:14px}
.stage-product{right:14px;left:14px;bottom:14px;min-height:72px}
.stage-support{position:relative;z-index:5;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(100%,650px);align-self:center}
.stage-support__item{min-height:66px;border:1px solid #dde2e8;background:rgba(255,255,255,.94);border-radius:16px;padding:10px 12px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 28px rgba(17,18,20,.055);backdrop-filter:blur(12px);min-width:0}
.stage-support__item>div{display:flex;flex-direction:column;min-width:0;line-height:1.55}
.stage-support__item small{font-size:10px;color:#737b85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stage-support__item strong{font-size:11.5px;color:#20242a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stage-support__icon{width:34px;height:34px;flex:0 0 34px;border-radius:11px;background:var(--blue-soft);color:var(--blue);display:grid;place-items:center;font-size:15px}
.stage-support__number{min-width:38px;font:800 17px/1 var(--font);color:var(--blue);direction:rtl}
.stage-support__item .status-dot{flex:0 0 7px;margin-inline:10px 7px}
/* Old floating cards are intentionally retired in 0.6.5. */
.float-card{display:none!important}

@media(max-width:1180px){
  .radco-hero__grid{grid-template-columns:minmax(0,1fr) minmax(390px,.92fr);gap:48px;min-height:590px}
  .radco-hero h1{font-size:clamp(50px,5.1vw,68px)}
  .stage-support__item{padding:9px 10px}.stage-support__item strong{font-size:10.5px}.stage-support__item small{font-size:9.5px}
}
@media(max-width:860px){
  .radco-hero{padding-top:12px}
  .radco-hero__grid{grid-template-columns:1fr;grid-template-areas:"copy" "stage";gap:14px;min-height:0}
  .radco-hero__copy{padding:22px 0 10px;text-align:center;display:flex;flex-direction:column;align-items:center}
  .radco-hero h1{font-size:clamp(45px,12vw,62px);letter-spacing:-2px;max-width:680px}
  .radco-hero__stage{padding:14px 0 20px;gap:12px}
  .stage-card--main{width:min(94%,650px)}
  .stage-support{width:min(94%,650px);grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .stage-support__item{min-height:58px;border-radius:14px;padding:8px;justify-content:center}
  .stage-support__item>div{display:none}
  .stage-support__number{font-size:15px}.stage-support__item .status-dot{margin:0}
}
@media(max-width:560px){
  .radco-hero__copy{padding-top:16px}
  .radco-hero h1{font-size:clamp(42px,12.8vw,54px);line-height:1.14;margin:16px 0 12px}
  .radco-hero__copy>p{font-size:13.5px;line-height:1.95}
  .radco-hero__actions{margin-top:20px}
  .hero-social-proof{margin-top:22px}
  .stage-card--main{width:100%;border-radius:22px}
  .stage-product{right:10px;left:10px;bottom:10px;min-height:64px;padding:11px 12px;border-radius:15px}
  .stage-product strong{font-size:12.5px}.stage-product span{font-size:9.5px}.stage-product a{font-size:10.5px}
  .stage-support{width:100%;gap:6px}
  .stage-support__item{min-height:50px;border-radius:13px;box-shadow:none;background:#fff}
  .stage-support__icon{width:30px;height:30px;flex-basis:30px}
}

/* v0.6.6 — keep hero labeling singular: the demo artwork already contains its own RADCO badge. */
.stage-card__top .mini-label{display:none!important}
