:root { --ink:#252625; --muted:#777b77; --line:#e4e6e3; --blue:#4778ef; --soft:#f5f6f5; --warm:#f1efe9; --wrap:1200px; color-scheme:light; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; }
button,input,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
.wrap { width:min(calc(100% - 64px),var(--wrap)); margin-inline:auto; }
.preview-bar { position:sticky; top:0; z-index:50; display:flex; min-height:64px; align-items:center; justify-content:center; gap:28px; padding:10px 24px; color:#fff; background:#0b0c0b; font-size:13px; }
.preview-back { position:absolute; left:24px; color:#afb3ad; }
.preview-back:hover { color:#fff; }
.preview-modes,.preview-switch { display:flex; align-items:center; gap:10px; }
.preview-modes span,.preview-switch span { color:#8f948e; }
.preview-modes button { width:34px; height:34px; border:1px solid #3d413c; border-radius:7px; color:#c9ccc7; background:#171917; cursor:pointer; font-size:22px; line-height:1; }
.preview-modes button.is-active { border-color:#6e96ff; color:#7fa2ff; }
.preview-switch select { min-width:130px; padding:9px 32px 9px 12px; border:1px solid #3d413c; border-radius:7px; color:#fff; background:#171917; }
.preview-cta { padding:11px 17px; border-radius:8px; color:#101410; background:#b8ff6d; font-weight:800; }
.demo-stage { min-height:calc(100vh - 64px); padding:0; scroll-margin-top:64px; background:#fff; transition:padding .28s ease,background .28s ease; }
.demo-page { width:100%; margin-inline:auto; overflow:clip; background:#fff; container-name:storefront; container-type:inline-size; transition:width .3s ease,border-radius .3s ease,box-shadow .3s ease; }
html[data-preview-size="mobile"] .demo-stage { padding:24px; background:#252725; }
html[data-preview-size="mobile"] .demo-page { width:420px; max-width:100%; border-radius:22px; box-shadow:0 28px 80px rgba(0,0,0,.38); }

.store-header { background:#fff; }
.store-info { display:flex; min-height:58px; align-items:center; gap:36px; color:#424542; font-size:13px; }
.store-info button { padding:0; border:0; background:transparent; cursor:pointer; }
.store-info nav { display:flex; gap:27px; margin-left:auto; }
.store-info a:hover { color:var(--blue); }
.store-contact { display:flex; gap:20px; margin-left:auto; }
.store-main { display:flex; min-height:105px; align-items:center; gap:14px; }
.neo-logo { display:grid; width:125px; flex:none; line-height:1; }
.neo-logo strong { font-size:34px; font-weight:450; letter-spacing:5px; }
.neo-logo span { margin-top:5px; font-size:7px; letter-spacing:2px; text-transform:uppercase; }
.catalog-button { display:flex; height:50px; align-items:center; gap:11px; padding:0 20px; border:0; border-radius:9px; color:#fff; background:var(--blue); box-shadow:0 8px 20px rgba(71,120,239,.2); cursor:pointer; font-weight:700; }
.catalog-button i,.catalog-button i::before,.catalog-button i::after { display:block; width:18px; height:2px; border-radius:2px; background:currentColor; content:""; }
.catalog-button i { position:relative; }
.catalog-button i::before { position:absolute; top:-6px; }
.catalog-button i::after { position:absolute; top:6px; }
.search { display:flex; height:50px; flex:1; align-items:center; gap:12px; padding:0 16px; border-radius:9px; color:#686d68; background:#f6f6f6; }
.search span { font-size:25px; transform:rotate(-20deg); }
.search input { width:100%; border:0; outline:0; background:transparent; font-size:14px; }
.quick-actions { display:flex; gap:3px; }
.quick-actions button { display:grid; min-width:76px; place-items:center; gap:5px; padding:4px 5px; border:0; color:#363936; background:transparent; cursor:pointer; font-size:11px; }
.quick-actions i { font-size:25px; font-style:normal; line-height:1; }
.quick-actions button:hover,.quick-actions button.is-active { color:var(--blue); }
.mobile-catalog { display:none; padding:4px 0 22px; gap:9px; }
.mobile-catalog.is-open { display:flex; }
.mobile-catalog a { padding:10px 15px; border-radius:8px; background:#f2f4f2; font-size:13px; }

.neo-hero { position:relative; min-height:500px; overflow:hidden; border-radius:26px; background:linear-gradient(90deg,rgba(10,12,10,.82),rgba(10,12,10,.12) 67%),url("assets/hero.jpg") center/cover; }
.hero-copy { position:relative; z-index:2; max-width:650px; padding:70px 60px; color:#fff; }
.hero-copy > span,.eyebrow { color:#cfd3cc; font-size:10px; font-weight:800; letter-spacing:.17em; }
.hero-copy h1 { margin:17px 0 20px; font-size:clamp(48px,5vw,70px); font-weight:320; line-height:1.02; letter-spacing:-3px; }
.hero-copy h1 strong { font-weight:720; }
.hero-copy p { max-width:510px; margin:0; color:#e5e7e2; font-size:17px; line-height:1.55; }
.hero-copy a,.scandia-promo a { display:inline-flex; margin-top:24px; padding:15px 18px; border-radius:8px; color:#171b16; background:#fff; font-size:12px; font-weight:800; text-transform:uppercase; }
.hero-note { position:absolute; right:28px; bottom:28px; display:flex; align-items:center; gap:12px; padding:14px 17px; border:1px solid rgba(255,255,255,.25); border-radius:13px; color:#fff; background:rgba(20,22,19,.5); backdrop-filter:blur(12px); }
.hero-note b { font-size:27px; }.hero-note span { font-size:11px; line-height:1.35; }
.hero-pages { position:absolute; left:60px; bottom:24px; z-index:3; display:flex; gap:6px; transform:translateY(8px); }
.hero-pages button { width:22px; height:3px; padding:0; border:0; border-radius:3px; background:rgba(255,255,255,.4); }
.hero-pages button.is-active { width:42px; background:#fff; }

.category-showcase { display:grid; grid-template-columns:repeat(7,1fr); gap:20px; padding-block:46px 86px; }
.category-showcase button { min-width:0; padding:0; border:0; color:#383b38; background:transparent; cursor:pointer; }
.category-photo { display:block; width:100%; aspect-ratio:1; border:2px solid transparent; border-radius:50%; background-color:#f5f5f3; background-image:url("assets/products.jpg"); background-repeat:no-repeat; background-size:200% 200%; transition:.2s ease; }
.category-showcase button:hover .category-photo,.category-showcase button.is-active .category-photo { border-color:#7c56a6; transform:translateY(-4px); box-shadow:0 12px 28px rgba(48,43,54,.13); }
.category-showcase b { display:block; margin-top:13px; font-size:13px; font-weight:600; }
.category-all { background-position:0 0; }.category-decor { background-position:100% 100%; }.category-bed { background-position:0 100%; }.category-chair { background-position:100% 0; }.category-table { background-position:0 0; }.category-sofa { background-position:0 100%; }.category-lamp { background-position:100% 100%; }

.catalog-shelf { padding-bottom:105px; scroll-margin-top:20px; }
.shelf-secondary { padding-top:4px; }
.shelf-title { display:flex; align-items:flex-end; justify-content:space-between; gap:25px; margin-bottom:28px; }
.shelf-title h2 { margin:0; font-size:36px; font-weight:620; line-height:1.1; letter-spacing:-1.4px; }
.shelf-title div h2 { margin-top:8px; }
.shelf-title a { padding-bottom:4px; border-bottom:1px solid #949894; color:#4e524e; font-size:13px; }
.product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:19px; }
.product-card[hidden] { display:none; }
.product-card { position:relative; min-width:0; }
.product-image { position:relative; aspect-ratio:1/.97; overflow:hidden; border-radius:15px; background-color:#f5f5f3; background-image:url("assets/products.jpg"); background-repeat:no-repeat; background-size:200% 200%; }
.image-a { background-position:0 0; }.image-b { background-position:100% 0; }.image-c { background-position:0 100%; }.image-d { background-position:100% 100%; }
.product-image > button { position:absolute; top:12px; right:12px; width:38px; height:38px; border:0; border-radius:50%; color:#2e312e; background:rgba(255,255,255,.9); box-shadow:0 3px 12px rgba(0,0,0,.08); cursor:pointer; font-size:20px; }
.product-image > button.is-active { color:#e05258; }
.badges { position:absolute; top:13px; left:13px; display:flex; flex-wrap:wrap; gap:5px; max-width:70%; }
.badges span { padding:7px 8px; border-radius:5px; color:#fff; background:#2b2e2b; font-size:8px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
.badges span:nth-child(2) { background:#5d82e8; }
.product-price { display:flex; align-items:center; gap:8px; margin-top:17px; }
.product-price b { font-size:18px; }.product-price s { color:#9a9d98; font-size:12px; }
.product-card h3 { min-height:43px; margin:8px 0 7px; font-size:14px; font-weight:520; line-height:1.48; }
.rating { color:#f0a641; font-size:11px; letter-spacing:.06em; }.rating span { margin-left:5px; color:#999d99; letter-spacing:0; }
.add { width:100%; margin-top:13px; padding:13px; border:0; border-radius:8px; color:#2f322f; background:#f5f5f4; cursor:pointer; font-weight:650; }
.add:hover,.add.is-added { color:#fff; background:#282b28; }
.products-empty { padding:70px 20px; border:1px dashed #cdd1cb; border-radius:18px; text-align:center; }

.design-section { padding:90px 0 100px; background:#f4f3f0; }
.design-section .eyebrow { color:#858985; }
.design-grid { display:grid; grid-template-columns:repeat(12,1fr); grid-auto-rows:235px; gap:16px; }
.design-card { position:relative; display:flex; overflow:hidden; flex-direction:column; justify-content:flex-end; padding:24px; border-radius:18px; color:#fff; background-position:center; background-size:cover; isolation:isolate; }
.design-card::before { position:absolute; inset:0; z-index:-1; background:linear-gradient(180deg,transparent 40%,rgba(8,10,8,.78)); content:""; }
.design-card:hover { transform:translateY(-3px); box-shadow:0 20px 40px rgba(34,35,32,.16); }
.design-card span { font-size:24px; font-weight:650; letter-spacing:-.6px; }.design-card small { margin-top:6px; color:#daddd7; }
.design-1 { grid-column:span 5; grid-row:span 2; background-image:url("assets/hero.jpg"); background-position:62% center; }
.design-2 { grid-column:span 7; background-image:url("assets/products.jpg"); background-position:0 0; }
.design-3 { grid-column:span 3; background-image:url("assets/products.jpg"); background-position:100% 0; }
.design-4 { grid-column:span 4; background-image:url("assets/products.jpg"); background-position:0 100%; }
.design-5 { grid-column:span 12; background-image:url("assets/hero.jpg"); background-position:center 58%; }
.decor-shelf { padding-top:100px; }

.scandia-promo { padding:95px 0; color:#f3f4f0; background:#20231f; }
.scandia-promo .wrap { display:grid; grid-template-columns:.82fr 1.18fr; align-items:center; gap:70px; }
.scandia-promo h2 { margin:15px 0 22px; font-size:48px; font-weight:330; line-height:1.05; letter-spacing:-2px; }
.scandia-promo h2 strong { font-weight:750; }.scandia-promo p { max-width:480px; color:#aeb3ac; line-height:1.7; }
.promo-art { position:relative; display:flex; min-height:440px; overflow:hidden; align-items:flex-end; justify-content:space-between; padding:28px; border-radius:22px; background:linear-gradient(160deg,transparent,rgba(0,0,0,.58)),url("assets/hero.jpg") 70% center/cover; }
.promo-art span { align-self:flex-start; padding:8px 10px; border-radius:6px; background:rgba(0,0,0,.42); font-size:10px; letter-spacing:.12em; }
.promo-art b { font-size:29px; line-height:1.05; text-align:right; }

.brands { padding-block:90px; }
.brand-row { display:grid; grid-template-columns:repeat(6,1fr); border-block:1px solid var(--line); }
.brand-row span { display:grid; min-height:110px; place-items:center; border-left:1px solid var(--line); color:#7a7e79; font-size:16px; font-weight:750; letter-spacing:.11em; }
.brand-row span:first-child { border-left:0; }

.journal { padding-bottom:105px; }
.journal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.journal-card > div { min-height:245px; border-radius:16px; background-image:url("assets/hero.jpg"); background-size:cover; }
.journal-1 > div { background-position:20% center; }.journal-2 > div { background-image:url("assets/products.jpg"); background-position:0 100%; }.journal-3 > div { background-image:url("assets/products.jpg"); background-position:100% 0; }
.journal-card time { display:block; margin-top:17px; color:#959995; font-size:11px; }.journal-card h3 { margin:9px 0 14px; font-size:20px; line-height:1.32; }.journal-card > a { font-size:12px; font-weight:700; }

.reviews-section { padding:90px 0; background:#f5f5f3; }
.review-arrows { display:flex; gap:8px; }.review-arrows button { width:42px; height:42px; border:1px solid #d7dad6; border-radius:50%; background:#fff; cursor:pointer; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.reviews-grid article { display:flex; min-height:245px; flex-direction:column; padding:27px; border-radius:16px; background:#fff; }
.review-stars { color:#f1a63b; letter-spacing:.08em; }.reviews-grid p { color:#4f534f; font-size:14px; line-height:1.65; }
.reviews-grid footer { display:grid; gap:5px; margin-top:auto; }.reviews-grid footer b { font-size:13px; }.reviews-grid footer span { color:#999d98; font-size:10px; }

.benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; padding-block:82px; }
.benefits article { padding:5px 40px; border-left:1px solid var(--line); }.benefits article:first-child { padding-left:0; border-left:0; }
.benefits b { color:var(--blue); font-size:12px; }.benefits h3 { margin:18px 0 9px; font-size:19px; }.benefits p { color:var(--muted); font-size:14px; line-height:1.6; }

.store-footer { padding:68px 0 28px; color:#aeb2ac; background:#111311; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr .8fr .8fr; gap:60px; }
.neo-logo--light { color:#fff; }.footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:11px; }.footer-grid p { max-width:290px; margin:14px 0; color:#7f847d; font-size:12px; line-height:1.7; }
.footer-grid h3 { margin:0 0 10px; color:#fff; font-size:13px; }.footer-grid a,.footer-grid span { font-size:12px; }.footer-grid a:hover { color:#fff; }
.socials { display:flex!important; flex-direction:row!important; gap:7px!important; }.socials a { display:grid; width:35px; height:35px; place-items:center; border:1px solid #373a36; border-radius:50%; font-size:9px; font-weight:800; }
.footer-bottom { display:flex; justify-content:space-between; margin-top:48px; padding-top:24px; border-top:1px solid #2a2c29; color:#747872; font-size:10px; }.footer-bottom b { color:#aab0a8; }
.demo-toast { position:fixed; right:24px; bottom:24px; z-index:60; padding:14px 18px; border-radius:10px; color:#fff; background:#20231f; box-shadow:0 14px 35px rgba(0,0,0,.2); opacity:0; transform:translateY(12px); transition:.2s; pointer-events:none; }
.demo-toast.is-visible { opacity:1; transform:none; }

@media (max-width:980px) {
  .preview-back { position:static; }.preview-back span,.preview-modes span,.preview-switch span { display:none; }
}
@container storefront (max-width:1000px) {
  .store-info nav,.store-contact a:last-child { display:none; }.store-info { justify-content:space-between; }.store-info .store-contact { margin-left:0; }
  .quick-actions button:nth-child(-n+3) { display:none; }
  .category-showcase { grid-template-columns:repeat(7,130px); overflow-x:auto; }
  .product-grid { grid-template-columns:repeat(2,1fr); gap:34px 16px; }
  .design-grid { grid-template-columns:repeat(2,1fr); grid-auto-rows:260px; }.design-card { grid-column:auto; grid-row:auto; }.design-1,.design-5 { grid-column:span 2; }
  .scandia-promo .wrap { gap:35px; }.brand-row { grid-template-columns:repeat(3,1fr); }.journal-card > div { min-height:190px; }
  .footer-grid { grid-template-columns:1.2fr 1fr 1fr; }.footer-grid > div:last-child { display:none; }
}
@media (max-width:680px) {
  .preview-bar { justify-content:space-between; gap:10px; padding:9px 14px; }.preview-switch { display:none; }.preview-cta { padding:10px 12px; font-size:11px; }
  html[data-preview-size="mobile"] .demo-stage { padding:10px; }
}
@container storefront (max-width:680px) {
  .wrap { width:min(calc(100% - 28px),var(--wrap)); }
  .store-info { display:none; }.store-main { min-height:128px; flex-wrap:wrap; padding-block:12px; }.neo-logo { width:90px; }.neo-logo strong { font-size:25px; }.neo-logo span { font-size:5px; }.catalog-button { width:50px; margin-left:auto; justify-content:center; padding:0; }.catalog-button span { display:none; }
  .search { order:3; flex-basis:100%; height:46px; }.quick-actions { display:none; }.mobile-catalog.is-open { flex-wrap:wrap; }
  .neo-hero { min-height:525px; border-radius:18px; background-position:64% center; }.hero-copy { padding:49px 28px; }.hero-copy > span { font-size:8px; }.hero-copy h1 { margin-top:14px; font-size:42px; letter-spacing:-2px; }.hero-copy p { max-width:280px; font-size:14px; }.hero-note { display:none; }.hero-pages { left:28px; bottom:20px; }
  .category-showcase { grid-template-columns:repeat(7,98px); gap:15px; padding-block:27px 62px; scrollbar-width:none; }.category-showcase::-webkit-scrollbar { display:none; }.category-showcase b { margin-top:9px; font-size:11px; }
  .catalog-shelf { padding-bottom:76px; }.shelf-title { align-items:center; margin-bottom:22px; }.shelf-title h2 { font-size:27px; letter-spacing:-1px; }.shelf-title > a { display:none; }
  .product-grid { grid-template-columns:repeat(2,1fr); gap:30px 10px; }.product-image { border-radius:11px; }.product-image > button { top:7px; right:7px; width:31px; height:31px; font-size:17px; }.badges { top:8px; left:8px; }.badges span { padding:5px; font-size:6px; }.product-price { margin-top:11px; }.product-price b { font-size:14px; }.product-price s { font-size:9px; }.product-card h3 { min-height:50px; font-size:11px; line-height:1.45; }.rating { font-size:8px; }.rating span { display:block; margin:4px 0 0; }.add { margin-top:10px; padding:10px 5px; font-size:11px; }
  .design-section { padding:65px 0; }.design-grid { grid-template-columns:1fr; grid-auto-rows:230px; }.design-card,.design-1,.design-5 { grid-column:auto; }.design-card { padding:18px; }.design-card span { font-size:20px; }
  .decor-shelf { padding-top:72px; }
  .scandia-promo { padding:68px 0; }.scandia-promo .wrap { grid-template-columns:1fr; }.scandia-promo h2 { font-size:36px; }.promo-art { min-height:330px; }.promo-art b { font-size:23px; }
  .brands { padding-block:68px; }.brand-row { grid-template-columns:repeat(2,1fr); }.brand-row span { min-height:78px; font-size:11px; }.brand-row span:nth-child(odd) { border-left:0; }
  .journal { padding-bottom:76px; }.journal-grid { grid-template-columns:1fr; gap:34px; }.journal-card > div { min-height:230px; }.journal-card h3 { font-size:18px; }
  .reviews-section { padding:68px 0; }.review-arrows { display:none; }.reviews-grid { grid-template-columns:1fr; }.reviews-grid article:nth-child(n+3) { display:none; }
  .benefits { grid-template-columns:1fr; gap:25px; padding-block:68px; }.benefits article,.benefits article:first-child { padding:0 0 25px; border:0; border-bottom:1px solid var(--line); }
  .store-footer { padding-top:58px; }.footer-grid { grid-template-columns:1fr 1fr; gap:45px 20px; }.footer-grid > div:first-child { grid-column:span 2; }.footer-grid > div:last-child { display:none; }.footer-bottom { flex-direction:column; gap:8px; }
}
