/*
Theme Name: Setupvo
Theme URI: https://setupvo.com
Author: Setupvo
Description: Premium setup and room-design commerce theme for Setupvo. Design. Customize. Build.
Version: 2.0
Text Domain: setupvo
*/

:root{
  --bg:#060811;
  --bg-2:#090b16;
  --panel:#0d1020;
  --panel-2:#12162a;
  --card:#101422;
  --card-2:#151a2c;
  --line:rgba(255,255,255,.09);
  --line-strong:rgba(255,255,255,.16);
  --white:#fff;
  --muted:#a7a8b5;
  --soft:#727487;
  --purple:#6d28ff;
  --purple-2:#b032ff;
  --cyan:#17d9ff;
  --blue:#2f80ff;
  --pink:#e038d3;
  --gold:#f6c343;
  --green:#28d17c;
  --orange:#ff8a2a;
  --danger:#ff4d7a;
  --font-display:"Plus Jakarta Sans","Inter",system-ui,sans-serif;
  --font-body:"Inter",system-ui,sans-serif;
  --max:1480px;
  --header:72px;
  --radius:14px;
  --radius-sm:10px;
  --shadow:0 24px 70px rgba(0,0,0,.42);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  color:var(--white);
  background:
    radial-gradient(circle at 20% 0%,rgba(109,40,255,.2),transparent 34rem),
    radial-gradient(circle at 88% 18%,rgba(23,217,255,.08),transparent 28rem),
    linear-gradient(180deg,#05060d 0%,var(--bg) 42%,#050711 100%);
  font-family:var(--font-body);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.65),transparent 72%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input{font:inherit}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:0}
p{color:var(--muted)}
.container{width:min(var(--max),100%);margin-inline:auto;padding-inline:clamp(18px,3vw,52px)}
.muted{color:var(--muted)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.section{padding:clamp(54px,6vw,96px) 0}
.section-kicker{margin-bottom:8px;color:var(--purple-2);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.section-head h2,.why-section h2,.newsletter-card h2,.showcase-card h2{margin:0;font-size:clamp(1.8rem,3.4vw,4rem);line-height:1}
.link-arrow{color:#d884ff;font-weight:700}
.section-note{max-width:430px;margin:0;color:var(--muted)}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 22px;
  border-radius:8px;
  border:1px solid transparent;
  color:var(--white);
  font-weight:800;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,filter .18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--purple),#8d1fff);box-shadow:0 18px 42px rgba(109,40,255,.32)}
.btn-primary:hover{filter:brightness(1.09)}
.btn-outline{border-color:var(--line-strong);background:rgba(255,255,255,.03)}
.btn-outline:hover{border-color:rgba(176,50,255,.72);background:rgba(109,40,255,.13)}
.btn-sm{min-height:40px;padding-inline:16px;font-size:.86rem}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  height:var(--header);
  display:flex;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(5,7,14,.86);
  backdrop-filter:blur(18px);
}
.header-inner{display:flex;align-items:center;gap:22px}
.logo{display:flex;align-items:center;gap:10px;min-width:max-content;font-weight:900}
.logo-mark{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:10px;
  background:linear-gradient(135deg,var(--purple),var(--purple-2));
  box-shadow:0 0 28px rgba(176,50,255,.42);
}
.logo-word{font-size:1.12rem}.logo-word span{color:#d8a5ff}
.main-nav{display:flex;align-items:center;gap:clamp(14px,1.8vw,28px);margin-right:auto}
.main-nav a{color:#f4f1ff;font-size:.9rem;font-weight:700;white-space:nowrap}
.main-nav a:hover{color:#d884ff}
.header-actions{display:flex;align-items:center;gap:10px}
.header-search{
  display:flex;
  align-items:center;
  width:clamp(210px,18vw,330px);
  height:40px;
  border:1px solid var(--line);
  border-radius:8px;
  background:#090d1c;
}
.header-search input{min-width:0;flex:1;height:100%;border:0;outline:0;padding:0 12px;color:var(--white);background:transparent}
.header-search input::placeholder{color:#777a8d}
.header-search button,.icon-btn{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:0;
  color:var(--white);
  background:transparent;
  cursor:pointer;
}
.header-search svg,.icon-btn svg{width:20px;height:20px}
.icon-btn{position:relative;border-radius:8px;color:#e9e2ff}
.icon-btn:hover{background:rgba(255,255,255,.06)}
.cart-count{position:absolute;top:0;right:0;display:grid;place-items:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--purple-2);font-size:.62rem;font-weight:900}
.mobile-toggle{display:none;margin-left:auto;padding:8px;border:0;background:transparent;cursor:pointer}
.mobile-toggle span{display:block;width:24px;height:2px;margin:5px 0;border-radius:999px;background:var(--white)}

.hero-section{position:relative;isolation:isolate;min-height:620px;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-bg{position:absolute;inset:0;z-index:-2}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.92}
.hero-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,#060811 0%,rgba(6,8,17,.96) 22%,rgba(6,8,17,.68) 48%,rgba(6,8,17,.2) 82%),
    linear-gradient(180deg,rgba(6,8,17,.08),#060811 100%);
}
.hero-layout{position:relative;min-height:620px;display:grid;align-items:center;padding-block:78px 32px}
.hero-copy{width:min(610px,100%)}
.eyebrow{margin:0 0 12px;color:#d349ff;font-weight:900;text-transform:uppercase;letter-spacing:0}
.hero-copy h1{margin:0;font-size:clamp(3.1rem,6vw,6.8rem);line-height:.92;font-weight:900}
.hero-copy h1 span{color:#b032ff;text-shadow:0 0 34px rgba(176,50,255,.42)}
.hero-sub{max-width:560px;margin:18px 0 0;color:#f1effa;font-size:clamp(1rem,1.4vw,1.25rem)}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:28px}
.hero-proof{display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:min(760px,calc(100vw - 36px));margin-top:34px;border:1px solid var(--line);border-radius:12px;background:rgba(7,10,21,.62);backdrop-filter:blur(16px)}
.hero-proof div{min-height:72px;padding:14px 18px;border-right:1px solid var(--line)}
.hero-proof div:last-child{border-right:0}
.hero-proof strong,.hero-proof span{display:block}
.hero-proof strong{font-size:.82rem}.hero-proof span{color:var(--muted);font-size:.74rem}
.hero-social-card{
  position:absolute;
  right:clamp(28px,5vw,88px);
  bottom:42px;
  display:flex;
  align-items:center;
  gap:14px;
  min-width:280px;
  padding:14px 16px;
  border:1px solid var(--line-strong);
  border-radius:10px;
  background:rgba(15,18,32,.76);
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.avatar-stack{display:flex}.avatar-stack img{width:36px;height:36px;margin-left:-8px;border:2px solid #15182b;border-radius:50%}.avatar-stack img:first-child{margin-left:0}
.hero-social-card strong,.hero-social-card span{display:block}.hero-social-card span{color:var(--muted);font-size:.86rem}

.space-section,.budget-section,.featured-collections,.how-it-works,.showcase-row{padding:clamp(46px,5vw,78px) 0;border-bottom:1px solid var(--line)}
.space-section{background:rgba(5,7,14,.74)}
.budget-section{background:linear-gradient(180deg,rgba(109,40,255,.06),rgba(5,7,14,.74))}
.featured-collections{background:rgba(7,9,18,.9)}
.how-it-works{background:radial-gradient(circle at 12% 18%,rgba(176,50,255,.13),transparent 28rem),rgba(5,7,14,.86)}
.space-section .section-head,.budget-section .section-head,.featured-collections .section-head,.how-it-works .section-head{margin-bottom:22px}
.space-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.space-card,.budget-card,.product-card,.builder-card,.why-list article{
  border:1px solid var(--line);
  border-radius:var(--radius-sm);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:0 18px 44px rgba(0,0,0,.22);
}
.space-grid-large{gap:18px}
.space-card{position:relative;min-height:190px;overflow:hidden;padding:18px;display:flex;flex-direction:column;justify-content:flex-end}
.space-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.78;transition:transform .22s ease}
.space-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,8,17,.05),rgba(6,8,17,.9) 78%)}
.space-card:hover img{transform:scale(1.06)}
.space-card strong,.space-card small,.space-icon{position:relative;z-index:1}
.space-card strong{font-size:1.08rem}.space-card small{max-width:220px;color:#d6d7e4;font-size:.82rem}
.space-icon{display:grid;place-items:center;width:38px;height:38px;margin-bottom:44px;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--purple-2));font-size:.86rem;font-weight:900;box-shadow:0 12px 32px rgba(109,40,255,.35)}
.budget-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.budget-grid-large{gap:18px}
.budget-card{position:relative;min-height:170px;overflow:hidden;padding:18px}
.budget-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.52;transition:transform .22s ease}
.budget-card:hover img{transform:scale(1.05)}
.budget-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,8,17,.08),rgba(6,8,17,.86))}
.budget-card strong,.budget-card span{position:relative;z-index:1;display:block}
.budget-card strong{font-size:1.15rem}.budget-card span{color:#d7d8e5;font-size:.9rem}

.collection-grid{display:grid;grid-template-columns:1.15fr .9fr .9fr;gap:18px}
.collection-card{position:relative;min-height:330px;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#0c101d;box-shadow:var(--shadow)}
.collection-card:first-child{grid-row:span 2;min-height:680px}
.collection-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82;transition:transform .25s ease}
.collection-card:hover img{transform:scale(1.04)}
.collection-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,14,.05),rgba(5,7,14,.9))}
.collection-card div{position:absolute;right:0;bottom:0;left:0;z-index:1;padding:22px}
.collection-card span{color:#d884ff;font-size:.74rem;font-weight:900;text-transform:uppercase}
.collection-card h3{margin:8px 0;font-size:clamp(1.3rem,2.4vw,2.5rem);line-height:1}
.collection-card p{max-width:520px;margin:0;color:#dedbed}

.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.process-grid article{position:relative;min-height:210px;padding:20px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:0 18px 44px rgba(0,0,0,.2)}
.process-grid span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:36px;border-radius:10px;color:#d884ff;background:rgba(109,40,255,.18);font-weight:900}
.process-grid h3{margin:0 0 8px;font-size:1.16rem}.process-grid p{margin:0;font-size:.92rem}

.showcase-row{background:linear-gradient(135deg,rgba(109,40,255,.16),rgba(23,217,255,.04)),#070914}
.showcase-card{display:grid;grid-template-columns:.78fr 1.22fr;gap:26px;align-items:center;padding-block:8px}
.showcase-card>div{padding:28px;border:1px solid var(--line);border-radius:14px;background:rgba(8,11,22,.76)}
.showcase-card p{font-size:1.02rem}.showcase-card img{width:100%;aspect-ratio:1.9/1;object-fit:cover;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}
.showcase-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}

.builder-strip{padding:22px 0 10px}
.builder-card{display:grid;grid-template-columns:.7fr 1.65fr;gap:28px;padding:24px;background:linear-gradient(135deg,rgba(109,40,255,.18),rgba(23,217,255,.04)),#0d1020}
.builder-intro h2{margin:0 0 10px;font-size:clamp(1.6rem,2.8vw,2.6rem);line-height:1}
.builder-intro p{max-width:420px}
.builder-options{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.builder-option{position:relative;display:grid;grid-template-columns:42px 1fr 24px;align-items:center;column-gap:14px;min-height:78px;padding:14px;border:1px solid rgba(255,255,255,.07);border-radius:10px;color:var(--white);background:rgba(255,255,255,.035);cursor:pointer;text-align:left}
.builder-option:hover,.builder-option.selected{border-color:rgba(176,50,255,.7);background:rgba(109,40,255,.15)}
.builder-option span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:rgba(176,50,255,.2);color:#d884ff;font-weight:900}
.builder-option small{color:var(--muted);font-size:.78rem}.builder-option strong{font-size:.92rem}.builder-option i{grid-row:1/3;grid-column:3;font-style:normal;color:var(--muted)}

.trend-section{padding-top:36px}
.product-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.product-card{overflow:hidden;background:#0c101d}
.product-media{position:relative;aspect-ratio:1.65/1;overflow:hidden}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.product-card:hover .product-media img{transform:scale(1.04)}
.product-badge{position:absolute;top:10px;left:10px;z-index:2;padding:4px 8px;border-radius:6px;background:linear-gradient(135deg,var(--purple),var(--purple-2));font-size:.68rem;font-weight:900}
.wishlist-btn{position:absolute;top:10px;right:10px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:8px;color:var(--white);background:rgba(6,8,17,.62);cursor:pointer}
.wishlist-btn.active{color:#ff73a4;border-color:rgba(255,115,164,.5);background:rgba(255,77,122,.16)}
.product-body{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:14px}
.product-body h3{margin:0 0 2px;font-size:.98rem}.product-body p{margin:0;color:var(--muted);font-size:.78rem}.product-body strong{white-space:nowrap}
.product-actions{display:flex;border-top:1px solid var(--line)}
.product-actions a,.product-actions button{flex:1;min-height:40px;border:0;color:var(--white);background:transparent;font-weight:800;cursor:pointer}
.product-actions button{border-left:1px solid var(--line);color:#d884ff}
.product-actions a:hover,.product-actions button:hover{background:rgba(255,255,255,.05)}

.trust-row{border-block:1px solid var(--line);background:rgba(9,12,24,.76)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.trust-grid div{padding:22px 28px;border-right:1px solid var(--line)}
.trust-grid div:last-child{border-right:0}.trust-grid strong,.trust-grid span{display:block}.trust-grid span{color:var(--muted);font-size:.9rem}

.why-section{background:linear-gradient(180deg,rgba(109,40,255,.08),transparent)}
.why-grid{display:grid;grid-template-columns:.8fr 1fr;gap:48px;align-items:start}
.why-grid>div>p{font-size:1.05rem}
.why-list{display:grid;gap:14px}
.why-list article{padding:20px}
.why-list span{display:inline-block;margin-bottom:14px;color:#d884ff;font-weight:900}
.why-list strong{display:block;margin-bottom:6px;font-size:1.1rem}
.why-list p{margin:0}

.brands-section{padding-top:32px;padding-bottom:44px}
.brands-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:20px 0;color:#c6c8d5}
.brands-row span{font-weight:900;letter-spacing:0;opacity:.8}

.newsletter-section{padding:0 0 48px}
.newsletter-card{display:grid;grid-template-columns:1fr minmax(320px,.8fr);gap:28px;align-items:center;padding-block:22px;border-block:1px solid var(--line);background:linear-gradient(90deg,rgba(109,40,255,.2),rgba(6,8,17,.2))}
.newsletter-card h2{font-size:clamp(1.5rem,2.6vw,2.8rem)}.newsletter-card p{margin:0}
.newsletter-form{display:flex;gap:12px}
.newsletter-form input{min-width:0;flex:1;height:48px;border:1px solid var(--line);border-radius:8px;padding:0 16px;color:var(--white);background:#090d1c;outline:0}

.site-footer{border-top:1px solid var(--line);background:#070914}
.footer-top{display:grid;grid-template-columns:1.2fr repeat(3,.72fr) 1.1fr;gap:32px;padding-block:42px}
.footer-brand .logo{margin-bottom:14px}.social-row{display:flex;gap:8px}.social-row a{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:8px;color:var(--muted)}
.footer-col{display:grid;align-content:start;gap:8px}.footer-col h4{margin:0 0 8px;font-size:.86rem;text-transform:uppercase}.footer-col a{color:var(--muted);font-size:.9rem}.footer-col a:hover{color:var(--white)}
.footer-newsletter .newsletter-form{display:grid}.footer-newsletter .newsletter-form input{width:100%}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-block:20px;border-top:1px solid var(--line)}
.footer-bottom p{margin:0}.footer-legal{display:flex;gap:20px;flex-wrap:wrap}.footer-legal a{color:var(--muted);font-size:.86rem}

.mock-hero{position:relative;overflow:hidden;padding:clamp(72px,9vw,132px) 0 52px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 72% 20%,rgba(109,40,255,.32),transparent 36rem),linear-gradient(180deg,#090b16,#060811)}
.mock-hero.compact{padding-top:88px}
.mock-hero h1,.detail-panel h1,.builder-page h1,.story-page h1{margin:0 0 16px;font-size:clamp(3rem,6vw,6.6rem);line-height:.92;font-weight:900}
.mock-hero p,.detail-panel p,.builder-page p,.story-page p{max-width:680px;color:#d9d6e6;font-size:1.05rem}
.mock-hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:34px;align-items:end}
.mock-filter-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.mock-filter-bar button{min-height:40px;border:1px solid var(--line);border-radius:8px;padding:0 14px;color:var(--white);background:rgba(255,255,255,.045);font-weight:800}

.setup-catalog{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.setup-tile{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#0c101d;box-shadow:var(--shadow)}
.setup-tile>a{display:block;aspect-ratio:1.86/1;overflow:hidden}
.setup-tile img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}
.setup-tile:hover img{transform:scale(1.04)}
.setup-tile-body{padding:20px}
.setup-tile-body>span{color:#d884ff;font-size:.74rem;font-weight:900;text-transform:uppercase}
.setup-tile-body h2{margin:6px 0;font-size:clamp(1.4rem,2.2vw,2.4rem);line-height:1}
.setup-tile-body p{min-height:52px}
.setup-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}
.setup-meta strong{font-size:1.3rem}.setup-meta small{color:var(--muted)}
.tile-actions{display:flex;gap:10px;margin-top:18px}
.tile-actions a,.tile-actions button{flex:1;display:grid;place-items:center;min-height:44px;border:1px solid var(--line);border-radius:8px;color:var(--white);background:rgba(255,255,255,.04);font-weight:900;cursor:pointer}
.tile-actions button{border-color:rgba(176,50,255,.45);background:rgba(109,40,255,.18)}

.detail-hero{padding:clamp(44px,6vw,86px) 0;border-bottom:1px solid var(--line);background:radial-gradient(circle at 80% 10%,rgba(176,50,255,.2),transparent 36rem)}
.detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}
.detail-media{overflow:hidden;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}
.detail-media img{width:100%;height:100%;min-height:560px;object-fit:cover}
.detail-panel{padding:28px;border:1px solid var(--line);border-radius:16px;background:rgba(13,16,32,.82)}
.detail-price{display:grid;gap:4px;margin:22px 0}.detail-price strong{font-size:2.2rem}.detail-price span{color:var(--muted)}
.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.included-grid span{display:grid;place-items:center;min-height:42px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04);font-size:.84rem;font-weight:800}
.room-breakdown{display:grid;grid-template-columns:.7fr 1fr;gap:36px}
.component-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.component-list article{padding:16px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.035)}
.component-list span{color:#d884ff;font-weight:900}.component-list strong{display:block;margin:8px 0 4px}.component-list p{margin:0;font-size:.86rem}

.builder-page,.story-page{padding:clamp(52px,7vw,100px) 0;background:radial-gradient(circle at 78% 14%,rgba(109,40,255,.22),transparent 34rem)}
.builder-page-grid,.story-grid{display:grid;grid-template-columns:.85fr 1fr;gap:42px;align-items:start}
.builder-page img,.story-grid>img{width:100%;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}
.builder-wizard{display:grid;gap:16px}
.builder-wizard fieldset{border:1px solid var(--line);border-radius:14px;padding:18px;background:rgba(255,255,255,.035)}
.builder-wizard legend{padding:0 8px;color:var(--white);font-weight:900}.builder-wizard legend span{margin-right:10px;color:#d884ff}
.wizard-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.wizard-options label{cursor:pointer}.wizard-options input{position:absolute;opacity:0}.wizard-options span{display:grid;place-items:center;min-height:46px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04);font-weight:800}
.wizard-options input:checked+span{border-color:rgba(176,50,255,.7);background:rgba(109,40,255,.2)}
.builder-summary{display:grid;gap:8px;padding:20px;border-radius:14px;background:linear-gradient(135deg,rgba(109,40,255,.28),rgba(23,217,255,.08));border:1px solid rgba(176,50,255,.36)}
.builder-summary span{color:var(--muted)}

.inspiration-grid{columns:3 280px;column-gap:18px}
.inspiration-grid article{break-inside:avoid;overflow:hidden;margin-bottom:18px;border:1px solid var(--line);border-radius:14px;background:#0c101d}
.inspiration-grid img{width:100%;height:auto}
.inspiration-grid article div{display:grid;gap:4px;padding:16px}.inspiration-grid strong{font-size:1.05rem}.inspiration-grid span{color:var(--muted)}.inspiration-grid a{color:#d884ff;font-weight:900}

.story-grid{align-items:center}.story-points{display:grid;gap:12px;margin-top:24px}.story-points article{padding:18px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.04)}.story-points strong,.story-points span{display:block}.story-points span{color:var(--muted)}

@media (max-width:1220px){
  .header-search{display:none}
  .product-rail{grid-template-columns:repeat(3,1fr)}
  .space-grid,.budget-grid{grid-template-columns:repeat(2,1fr)}
  .collection-grid{grid-template-columns:1fr 1fr}
  .collection-card:first-child{grid-column:span 2;grid-row:auto;min-height:420px}
  .process-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  .site-header{height:auto;min-height:68px}
  .header-inner{flex-wrap:wrap;padding-block:12px}
  .mobile-toggle{display:block}
  .main-nav{display:none;order:4;width:100%;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding-top:12px}
  .main-nav.nav-open{display:grid}
  .main-nav a{padding:12px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.04)}
  .header-actions{margin-left:auto}
  .header-actions .btn{display:none}
  .hero-section,.hero-layout{min-height:590px}
  .hero-social-card{position:static;width:max-content;margin-top:28px}
  .hero-proof{grid-template-columns:repeat(2,1fr)}
  .hero-proof div:nth-child(2){border-right:0}.hero-proof div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .builder-card,.why-grid,.newsletter-card,.showcase-card{grid-template-columns:1fr}
  .builder-options{grid-template-columns:repeat(2,1fr)}
  .footer-top{grid-template-columns:1fr 1fr}
  .mock-hero-grid,.setup-catalog,.detail-grid,.room-breakdown,.builder-page-grid,.story-grid{grid-template-columns:1fr}
  .mock-filter-bar{justify-content:flex-start}
  .component-list{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:680px){
  .container{padding-inline:16px}
  .icon-btn:nth-of-type(1),.icon-btn:nth-of-type(3){display:none}
  .hero-section::before{background:linear-gradient(90deg,rgba(6,8,17,.95),rgba(6,8,17,.8)),linear-gradient(180deg,transparent,#060811)}
  .hero-layout{padding-block:72px 26px}
  .hero-copy h1{font-size:clamp(3rem,15vw,5rem)}
  .hero-actions .btn{width:100%}
  .hero-proof{width:100%;grid-template-columns:1fr}
  .hero-proof div{border-right:0;border-bottom:1px solid var(--line)}
  .hero-proof div:last-child{border-bottom:0}
  .hero-social-card{min-width:0;width:100%}
  .space-grid,.budget-grid,.builder-options,.product-rail,.trust-grid,.collection-grid,.process-grid{grid-template-columns:1fr}
  .collection-card:first-child{grid-column:auto;min-height:330px}
  .space-card,.budget-card{min-height:220px}
  .product-rail{gap:14px}
  .section-head{display:block}
  .trust-grid div{border-right:0;border-bottom:1px solid var(--line)}
  .trust-grid div:last-child{border-bottom:0}
  .newsletter-form{display:grid}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{align-items:flex-start;flex-direction:column}
  .mock-hero h1,.detail-panel h1,.builder-page h1,.story-page h1{font-size:clamp(2.7rem,14vw,4.4rem)}
  .detail-media img{min-height:340px}
  .included-grid,.component-list,.wizard-options{grid-template-columns:1fr}
  .tile-actions,.detail-actions{display:grid}
}
