:root{
  --bg:#f8f9fb; --surface:#ffffff; --surface2:#f2f3f5; --text:#171717; --muted:#666b73; --line:rgba(21,24,30,.12); --gold:#b8842d; --gold2:#d5b260; --ink:#fffefb; --ok:#21a66b; --danger:#d7192b; --shadow:0 20px 55px rgba(22,27,35,.09); --radius:24px; --max:1280px;
  --font-display: ui-serif, Georgia, Cambria, "Times New Roman", serif; --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
:root[data-theme="dark"]{--bg:#08090b;--surface:#101216;--surface2:#171a20;--text:#f7f7f4;--muted:#b6b0a6;--line:rgba(213,178,96,.20);--gold:#d4a64a;--gold2:#f0d675;--ink:#111;--shadow:0 22px 70px rgba(0,0,0,.42)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.wrap{max-width:var(--max);margin:auto;padding:0 22px}.boot{min-height:100vh;display:grid;place-items:center;text-align:center;color:var(--gold)}.boot span{width:48px;height:48px;border:3px solid var(--line);border-top-color:var(--gold);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}
.notice{font-size:13px;text-align:center;padding:10px 16px;color:var(--muted);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface),transparent 8%)}
.site-header{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--bg),transparent 5%);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px}.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand img{width:72px;height:54px;object-fit:contain;border-radius:16px;background:#0b0906;border:1px solid var(--line);padding:6px}.brand-text strong{display:block;font-family:var(--font-display);font-size:clamp(24px,3vw,34px);line-height:.95;color:var(--gold)}.brand-text span{display:block;letter-spacing:.34em;font-size:11px;color:var(--muted);margin-top:4px}.menu{display:flex;align-items:center;gap:8px}.menu a{padding:12px 14px;border-radius:999px;font-weight:800;font-size:15px;color:var(--text)}.menu a.active,.menu a:hover{background:var(--surface2);color:var(--gold)}.nav-actions{display:flex;align-items:center;gap:10px}.btn{border:0;border-radius:999px;padding:13px 18px;background:var(--gold);color:#120e07;font-weight:900;box-shadow:0 10px 22px rgba(218,179,61,.18);display:inline-flex;gap:8px;align-items:center;justify-content:center}.btn.dark{background:var(--surface2);color:var(--text);border:1px solid var(--line);box-shadow:none}.btn.ghost{background:transparent;color:var(--text);border:1px solid var(--line);box-shadow:none}.hamb{display:none;width:48px;height:48px;border-radius:16px;background:var(--surface2);border:1px solid var(--line);color:var(--text);font-size:24px}
.hero{position:relative;overflow:hidden;padding:76px 0 58px}.hero:before{content:"";position:absolute;inset:-20% -10% auto auto;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,var(--gold) 0,transparent 65%);opacity:.18;filter:blur(30px)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.kicker{letter-spacing:.32em;text-transform:uppercase;color:var(--gold);font-weight:900;font-size:13px;display:flex;align-items:center;gap:12px}.kicker:before{content:"";width:54px;height:1px;background:var(--gold)}h1{font-family:var(--font-display);font-size:clamp(52px,8vw,106px);line-height:.86;margin:18px 0 18px;color:var(--gold);letter-spacing:-.04em}.lead{font-size:clamp(17px,2vw,21px);line-height:1.65;color:var(--muted);max-width:640px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card{position:relative;border:1px solid var(--line);border-radius:36px;overflow:hidden;box-shadow:var(--shadow);background:var(--surface2);min-height:420px}.hero-card img{width:100%;height:100%;object-fit:cover;display:block;min-height:420px}.zoom-btn{position:absolute;right:18px;bottom:18px;border:0;border-radius:999px;background:rgba(0,0,0,.72);color:white;padding:10px 14px;font-weight:900}.section{padding:58px 0}.section-title{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:24px}.section h2{font-family:var(--font-display);font-size:clamp(36px,5vw,66px);line-height:.95;margin:0;color:var(--gold)}.section p{color:var(--muted);line-height:1.55}.quick-grid,.cat-grid,.product-grid,.contact-grid{display:grid;gap:18px}.quick-grid{grid-template-columns:repeat(3,1fr)}.cat-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:repeat(4,1fr)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.quick-card{min-height:126px}.quick-card b,.cat-card b{display:block;margin:12px 0 7px;font-size:18px}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;background:color-mix(in srgb,var(--gold),transparent 12%);color:#100c05}.cat-icon{width:44px;height:44px;border-radius:16px;background:var(--gold);color:#120e07;display:grid;place-items:center;font-weight:900}.cat-card{min-height:170px;transition:.2s transform}.cat-card:hover,.product:hover{transform:translateY(-3px)}.product{overflow:hidden;padding:0;transition:.2s transform}.product-img{position:relative;aspect-ratio:4/5;background:var(--surface2);overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.product-body{padding:18px}.product-title{font-weight:900;font-size:20px;margin:0 0 6px}.price{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap;margin-top:10px}.price strong{font-size:20px;color:var(--gold)}.price del{color:var(--muted)}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.chip{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);background:transparent}.controls{display:grid;grid-template-columns:1fr 210px 210px;gap:12px;margin-bottom:22px}.input{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:18px;padding:14px 16px;outline:none}.input:focus{border-color:var(--gold)}.social-strip{display:flex;gap:14px;flex-wrap:wrap}.social-card{width:128px;min-height:128px;border:1px solid var(--line);border-radius:28px;display:grid;place-items:center;text-align:center;padding:14px;background:var(--surface);font-weight:900}.social-card svg{width:42px;height:42px;display:block;margin-bottom:10px}.footer{border-top:1px solid var(--line);padding:40px 0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:28px}.drawer{display:none}.modal{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.75);display:grid;place-items:center;padding:20px}.modal-card{max-width:980px;width:100%;max-height:92vh;overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line)}.modal-body{padding:20px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.detail-img{border-radius:24px;overflow:hidden;background:var(--surface2)}.detail-img img{width:100%;height:auto;display:block}.swatches{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}.swatch{width:38px;height:38px;border-radius:50%;border:3px solid var(--surface);outline:1px solid var(--line)}.swatch.active{outline:3px solid var(--gold)}.zoom-modal img{max-width:min(1100px,94vw);max-height:88vh;border-radius:24px;box-shadow:var(--shadow)}
@media(max-width:980px){.menu,.nav-actions{display:none}.hamb{display:grid;place-items:center}.nav{min-height:74px}.hero-grid{grid-template-columns:1fr;gap:34px}.quick-grid,.cat-grid,.product-grid,.contact-grid{grid-template-columns:repeat(2,1fr)}.controls{grid-template-columns:1fr}.drawer{display:block;position:fixed;inset:0;z-index:55;background:rgba(0,0,0,.62);opacity:0;pointer-events:none;transition:.2s}.drawer.open{opacity:1;pointer-events:auto}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(360px,88vw);background:var(--surface);padding:22px;border-left:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.drawer-panel a,.drawer-panel button{width:100%;justify-content:center}.footer-grid{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr}}
@media(max-width:560px){.wrap{padding:0 16px}.brand img{width:58px;height:46px}.brand-text strong{font-size:24px}.brand-text span{font-size:9px}.hero{padding:42px 0}.hero-card,.hero-card img{min-height:280px}h1{font-size:clamp(44px,15vw,72px)}.quick-grid,.cat-grid,.product-grid,.contact-grid{grid-template-columns:1fr}.section{padding:38px 0}.card{border-radius:22px;padding:18px}.social-strip{display:grid;grid-template-columns:repeat(2,1fr)}.social-card{width:100%;min-height:112px}.btn{padding:12px 15px}.notice{font-size:12px}.hero-actions{display:grid;grid-template-columns:1fr}.section-title{display:block}.product-title{font-size:18px}}

/* v7 final checked overrides */
:root{--hero-scale:1;--hero-title-scale:1;--product-card-scale:1;--category-card-scale:1}
.site-header{background:rgba(255,255,255,.86)}:root[data-theme="dark"] .site-header{background:rgba(8,9,11,.86)}
.nav{min-height:78px}.brand img{background:transparent;border:0;padding:0;width:70px;height:70px}.brand-text strong{color:#151515;font-family:var(--font-body);font-size:24px;letter-spacing:-.03em}:root[data-theme="dark"] .brand-text strong{color:#fff}.brand-text span{color:var(--muted)}
.icon-btn{width:48px;height:48px;padding:0;border-radius:999px;font-size:20px;box-shadow:none}.theme-only{min-width:48px}
.hero{padding:58px 0 42px}.hero-grid{grid-template-columns:.75fr 1.25fr;gap:42px}.hero-card{min-height:0;border-radius:30px}.hero-card img{min-height:0;aspect-ratio:16/8;object-fit:cover;transform:scale(var(--hero-scale));transform-origin:center;transition:.25s}.hero h1,h1{color:#151515;font-family:var(--font-display);font-size:calc(clamp(52px,6.8vw,92px)*var(--hero-title-scale));letter-spacing:-.055em}:root[data-theme="dark"] .hero h1,:root[data-theme="dark"] h1{color:#fff}.kicker{color:var(--gold)}.lead{color:#4c535d}:root[data-theme="dark"] .lead{color:#c7c7c7}
.cat-grid{grid-template-columns:repeat(auto-fit,minmax(calc(190px * var(--category-card-scale)),1fr))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(calc(240px * var(--product-card-scale)),1fr))}.product-img{aspect-ratio:4/5}.product-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.product-actions .btn{padding:10px 12px;font-size:13px}.share-btn{background:#fff;color:#171717;border:1px solid var(--line);box-shadow:none}:root[data-theme="dark"] .share-btn{background:#161a20;color:#fff}
.product{box-shadow:0 14px 36px rgba(20,24,32,.08)}.product-body p{min-height:2.7em}.social-card{width:96px;min-height:96px}.social-card svg{width:32px;height:32px}.notice{background:#fff;color:#4b5058}:root[data-theme="dark"] .notice{background:#0b0d10;color:#ccc}.footer{background:#fff}:root[data-theme="dark"] .footer{background:#08090b}.modal-card{background:#fff}:root[data-theme="dark"] .modal-card{background:#101216}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-card img{aspect-ratio:16/10}.brand-text{display:none}.nav{min-height:68px}.brand img{width:56px;height:56px}.icon-btn{width:44px;height:44px}}
@media(max-width:560px){.hero h1,h1{font-size:calc(clamp(42px,13vw,62px)*var(--hero-title-scale))}.hero-card img{aspect-ratio:4/3}.product-grid,.cat-grid{grid-template-columns:1fr}.product-actions .btn{flex:1}.contact-grid{grid-template-columns:1fr}.social-strip{grid-template-columns:repeat(4,1fr)}.social-card{min-height:82px}.social-card span{font-size:12px}.social-card svg{width:26px;height:26px}.hero-actions{grid-template-columns:1fr 1fr}.hero-actions .btn:last-child{grid-column:1/-1}}

/* v7.1 public density and clean white theme fixes */
:root{--radius:22px;--shadow:0 16px 38px rgba(20,24,32,.08);--gold:#b8842d;--bg:#f8f9fb;--surface:#fff;--surface2:#f1f3f6;--text:#15171b;--muted:#5e6570;--line:rgba(20,24,32,.12)}body{overflow-x:hidden}.wrap{max-width:1180px}.notice{font-size:12px;padding:8px 16px}.nav{min-height:64px!important}.brand img{width:54px!important;height:54px!important}.brand-text strong{font-size:20px!important}.menu a{font-size:13px!important;padding:9px 11px!important}.btn{padding:10px 14px!important;font-size:13px!important}.icon-btn{width:40px!important;height:40px!important;font-size:18px!important}.hero{padding:42px 0 32px!important}.hero-grid{grid-template-columns:.68fr 1.32fr!important;gap:32px!important}.kicker{font-size:11px!important;letter-spacing:.25em}.kicker:before{width:38px}.hero h1,h1{font-size:calc(clamp(42px,5.4vw,76px)*var(--hero-title-scale))!important;line-height:.9!important;color:#15171b!important}.lead{font-size:16px!important;line-height:1.55!important}.hero-actions{gap:10px!important;margin-top:18px!important}.hero-card{border-radius:24px!important}.hero-card img{aspect-ratio:16/7.4!important}.zoom-btn{font-size:12px;padding:8px 12px}.section{padding:36px 0!important}.section h2{font-size:clamp(30px,4vw,52px)!important;color:#15171b!important}.section-title{margin-bottom:16px}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px!important}.cat-grid{grid-template-columns:repeat(auto-fit,minmax(calc(170px * var(--category-card-scale)),1fr))!important;gap:12px!important}.product-grid{grid-template-columns:repeat(auto-fit,minmax(calc(210px * var(--product-card-scale)),1fr))!important;gap:14px!important}.contact-grid{gap:12px!important}.card{padding:16px!important;border-radius:18px!important}.quick-card{min-height:94px!important}.cat-card{min-height:132px!important}.cat-icon{width:36px;height:36px;border-radius:12px}.cat-card b{font-size:15px;margin:8px 0 4px}.cat-card p,.product-body p{font-size:13px;line-height:1.35}.product-title{font-size:16px!important}.product-body{padding:14px!important}.price strong{font-size:16px!important}.chip{padding:6px 9px;font-size:12px}.product-actions .btn{padding:8px 10px!important;font-size:12px!important}.controls{grid-template-columns:1fr 170px 170px!important}.social-card{width:82px!important;min-height:82px!important;border-radius:20px!important}.social-card svg{width:26px!important;height:26px!important}.footer{padding:28px 0}.modal-card{border-radius:22px}.modal-body{padding:16px}.detail-grid{gap:16px}.swatch{width:32px;height:32px}.drawer-panel .btn{justify-content:center}:root[data-theme="dark"] .hero h1,:root[data-theme="dark"] h1{color:#fff!important}:root[data-theme="dark"]{--bg:#090b0f;--surface:#101216;--surface2:#181b20;--text:#f5f5f2;--muted:#c5c8ce;--line:rgba(255,255,255,.12)}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr!important}.hero-card img{aspect-ratio:16/9!important}.quick-grid,.cat-grid,.product-grid,.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.controls{grid-template-columns:1fr!important}.nav{min-height:58px!important}}
@media(max-width:560px){.wrap{padding:0 14px!important}.hero{padding:30px 0 24px!important}.hero h1,h1{font-size:calc(clamp(36px,12vw,56px)*var(--hero-title-scale))!important}.lead{font-size:14px!important}.hero-card img{aspect-ratio:4/3!important}.quick-grid,.cat-grid,.product-grid,.contact-grid{grid-template-columns:1fr!important}.section{padding:28px 0!important}.hero-actions{grid-template-columns:1fr!important}.brand-text{display:none}.brand img{width:46px!important;height:46px!important}.notice{font-size:11px}.social-strip{grid-template-columns:repeat(4,1fr)!important}.social-card{width:100%!important;min-height:76px!important}.footer-grid{grid-template-columns:1fr!important}}

/* v7.2 public final overrides: no header logo, compact premium white theme, fixed socials */
.brand-no-logo img,.site-header .brand img,.footer .brand img{display:none!important}.brand-no-logo{gap:0!important}.brand-text strong{font-family:var(--font-body)!important;font-size:21px!important;line-height:1!important;color:#15171b!important}.brand-text span{font-size:10px!important;letter-spacing:.28em!important}.nav{min-height:58px!important}.site-header{background:rgba(255,255,255,.92)!important}.menu a{font-size:13px!important;padding:8px 10px!important}.hero{padding:38px 0 30px!important}.hero-grid{grid-template-columns:.58fr 1.42fr!important;gap:28px!important}.hero h1{font-size:calc(clamp(38px,5vw,68px)*var(--hero-title-scale))!important;color:#15171b!important;line-height:.9!important}.lead{font-size:15px!important}.hero-card{border-radius:22px!important}.hero-card img{aspect-ratio:16/7.2!important;object-fit:cover!important}.section{padding:30px 0!important}.section h2{font-size:clamp(28px,3.6vw,48px)!important;color:#15171b!important}.card{padding:14px!important}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.cat-grid{grid-template-columns:repeat(auto-fit,minmax(calc(160px * var(--category-card-scale)),1fr))!important}.product-grid{grid-template-columns:repeat(auto-fit,minmax(calc(200px * var(--product-card-scale)),1fr))!important}.product-img{aspect-ratio:4/4.6!important}.contact-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.social-strip{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(90px,1fr))!important;gap:12px!important}.social-card{width:100%!important;min-height:86px!important;border-radius:20px!important;overflow:hidden}.social-card svg{width:28px!important;height:28px!important;margin-bottom:7px!important}.social-card span{font-size:13px!important;line-height:1.15!important;word-break:break-word}.btn{font-size:12.5px!important}.notice{font-size:12px!important}.footer .brand-text{display:block!important}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr!important}.hero-card img{aspect-ratio:16/9!important}.contact-grid,.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.menu,.nav-actions{display:none!important}.hamb{display:grid!important}.brand-text{display:block!important}}
@media(max-width:560px){.hero h1{font-size:calc(clamp(34px,11vw,54px)*var(--hero-title-scale))!important}.contact-grid,.quick-grid,.cat-grid,.product-grid{grid-template-columns:1fr!important}.hero-card img{aspect-ratio:4/3!important}.social-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important}.brand-text strong{font-size:18px!important}.brand-text span{font-size:8.5px!important}.notice{font-size:11px!important}.hero-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.hero-actions .btn:nth-child(3){grid-column:1/-1}}

/* v7.3 six-point correction: compact storefront, crisp banners, smaller product grids */
:root{--max:1140px;--radius:20px}
.wrap{max-width:var(--max);padding:0 18px}.notice{font-size:12px;padding:7px 14px}.nav{min-height:68px}.brand img{display:none!important}.brand-text strong{font-family:var(--font-body)!important;font-size:22px!important;line-height:1.02!important;color:#15171b!important}.brand-text span{font-size:10px!important;letter-spacing:.30em}.menu a{font-size:14px;padding:9px 12px}.nav-actions .btn{padding:10px 15px}.icon-btn{width:42px!important;height:42px!important;font-size:18px}.hero{padding:42px 0 30px}.hero-grid{grid-template-columns:.62fr 1.38fr;gap:32px}.kicker{font-size:11px;letter-spacing:.28em}.kicker:before{width:38px}h1{font-size:clamp(38px,5.2vw,72px)!important;line-height:.88!important;color:#171a20!important;margin:14px 0 14px}.lead{font-size:16px;line-height:1.55}.hero-actions{gap:10px;margin-top:20px}.hero-card{min-height:0!important;aspect-ratio:16/7;border-radius:24px}.hero-card img{min-height:0!important;height:100%!important;object-fit:cover!important;object-position:center!important;image-rendering:auto}.showcase-section{padding:22px 0 34px}.showcase-card{aspect-ratio:16/4!important;max-height:250px}.section{padding:34px 0}.section h2{font-size:clamp(30px,3.8vw,48px)!important;color:#171a20}.section-title{margin-bottom:16px}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:16px}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.card{border-radius:18px!important;padding:16px!important;box-shadow:0 12px 32px rgba(20,25,34,.06)}.quick-card{min-height:96px}.cat-card{min-height:126px}.cat-icon{width:36px;height:36px;border-radius:12px}.quick-card b,.cat-card b{font-size:15px;margin:8px 0 4px}.cat-card p,.quick-card p{font-size:13px}.product{border-radius:18px!important}.product-img{aspect-ratio:4/4.8}.product-body{padding:12px}.product-title{font-size:15px;line-height:1.2;margin-bottom:4px}.product-body p{font-size:12.5px;margin:4px 0}.price strong{font-size:15px}.chips{gap:6px;margin:8px 0}.chip{font-size:11px;padding:6px 8px}.product-actions{display:flex;gap:6px;flex-wrap:wrap}.product-actions .btn{font-size:11.5px;padding:8px 10px}.controls{grid-template-columns:1fr 180px 180px;gap:10px}.social-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:12px}.social-card{width:auto;min-height:104px;border-radius:20px;font-size:14px;overflow:hidden}.social-card svg{width:32px;height:32px;margin-bottom:6px}.footer{padding:30px 0}.footer-grid{gap:18px}.detail-grid{gap:18px}.modal-card{border-radius:22px}.swatch{width:30px;height:30px}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.hero-card{aspect-ratio:16/8}.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.quick-grid{grid-template-columns:repeat(3,1fr)}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr))}.controls{grid-template-columns:1fr}.menu,.nav-actions{display:none}.hamb{display:grid;place-items:center;width:42px;height:42px}}
@media(max-width:560px){.wrap{padding:0 14px}.nav{min-height:62px}.brand-text strong{font-size:20px!important}.hero{padding:28px 0}.kicker{font-size:10px}.hero-card{aspect-ratio:4/3}.showcase-card{aspect-ratio:16/6!important}.quick-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-body{padding:10px}.product-title{font-size:14px}.product-actions .btn{width:100%}.section{padding:28px 0}h1{font-size:clamp(34px,14vw,54px)!important}.social-strip{grid-template-columns:repeat(2,1fr)}.social-card{min-height:96px}.notice{font-size:11px}.btn{padding:10px 12px}}

/* v7-4 visual alignment overrides */
:root{--max:1440px;--gold:#bd8427;--text:#15171b;--muted:#5e6673;--surface:#fff;--bg:#f8f9fb;--line:#e6e9ef;}
body{background:#f7f8fa;color:#15171b}.site-header{box-shadow:0 1px 0 rgba(16,24,40,.08)}.brand-text strong{font-size:22px!important}.brand-text span{color:#667085}.hero{padding:34px 0 22px!important}.hero-grid{grid-template-columns:.55fr 1.45fr!important;align-items:center}.hero-card{aspect-ratio:16/7!important;border:1px solid #e8e8e6;background:#faf9f6;overflow:hidden}.hero-card img{width:100%;height:100%;object-fit:cover;object-position:center;filter:none!important;image-rendering:auto!important}.showroom-clean{padding-top:8px}.showroom-grid{display:grid;grid-template-columns:minmax(240px,.75fr) repeat(4,1fr);gap:14px;align-items:stretch}.showroom-copy{background:#fff;border:1px solid #e6e9ef;border-radius:18px;padding:22px}.showroom-photo{border:1px solid #e6e9ef;border-radius:18px;background:#fff;overflow:hidden;padding:0;cursor:pointer}.showroom-photo img{width:100%;height:100%;min-height:150px;object-fit:cover;display:block}.product-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))!important;gap:14px!important}.product{padding:0!important}.product-img{aspect-ratio:4/4.6!important;background:#faf8f4}.product-img img{object-fit:contain!important;padding:6px}.product-body{padding:10px!important}.product-title{font-size:14px!important;line-height:1.2}.product-body p{font-size:12px!important}.price strong{font-size:14px!important}.product-actions .btn{font-size:11px!important;padding:7px 8px!important}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}.social-strip{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(110px,1fr))!important;gap:12px}.social-card{width:100%!important;min-height:94px!important;overflow:hidden;text-align:center}.social-card span{font-size:13px;line-height:1.2;word-break:break-word}.social-card svg{width:30px!important;height:30px!important}.address-actions{margin-top:12px}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr!important}.hero-card{aspect-ratio:16/9!important}.showroom-grid{grid-template-columns:repeat(2,1fr)}.showroom-copy{grid-column:1/-1}.product-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr))!important}}
@media(max-width:560px){.hero h1{font-size:clamp(32px,11vw,48px)!important}.hero-card{aspect-ratio:4/3!important}.showroom-grid{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-actions{display:grid}.notice{font-size:11px}.social-strip{grid-template-columns:repeat(2,1fr)!important}.brand-text strong{font-size:19px!important}}
