@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root{
  --bg:#f4f7ff; --bg2:#eeeaff; --white:#fff; --purple:#6350a8; --purple2:#7d6bd0;
  --blue:#dcecff; --gold:#c99827; --gold2:#e8bf58; --ink:#312b55; --muted:#6e6a86;
  --line:rgba(99,80,168,.18); --glass:rgba(255,255,255,.62); --shadow:0 24px 70px rgba(75,61,137,.16);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:
radial-gradient(circle at 15% 5%,rgba(199,220,255,.8),transparent 30%),
radial-gradient(circle at 85% 20%,rgba(226,215,255,.9),transparent 32%),var(--bg);overflow-x:hidden}
body.modal-open{overflow:hidden}
button,input,select,textarea{font:inherit}
button,a{cursor:pointer}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.section-pad{padding:96px max(5vw,28px)}
.ambient{position:fixed;z-index:-1;filter:blur(70px);border-radius:50%;pointer-events:none;opacity:.55}
.ambient-one{width:320px;height:320px;background:#cce7ff;left:-140px;top:22%}
.ambient-two{width:280px;height:280px;background:#dfd3ff;right:-110px;bottom:10%}

.site-header{position:fixed;z-index:50;top:18px;left:0;right:0;padding:0 3.5vw}
.nav-shell{max-width:1280px;margin:auto;min-height:76px;padding:10px 14px 10px 24px;border:1px solid rgba(201,152,39,.42);border-radius:26px;background:rgba(255,255,255,.65);backdrop-filter:blur(20px);box-shadow:0 16px 45px rgba(68,58,121,.13);display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:linear-gradient(145deg,#ead08a,#b98719);color:#fff;font-size:27px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6),0 7px 20px rgba(181,134,28,.2)}
.brand b{display:block;font-size:15px;letter-spacing:.18em;color:var(--purple)}
.brand small{display:block;font-size:9px;letter-spacing:.4em;color:var(--gold);margin-top:2px}
.nav-links{display:flex;align-items:center;gap:8px}
.nav-links a{padding:12px 17px;border-radius:16px;font-weight:600;color:#554e79;transition:.25s}
.nav-links a:hover{background:#fff;color:var(--purple);box-shadow:0 7px 20px rgba(87,70,149,.1)}
.menu-toggle{display:none;border:0;background:transparent;padding:10px}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--purple);margin:5px;border-radius:3px}

.social-rail{position:fixed;z-index:45;right:16px;top:50%;transform:translateY(-50%);display:grid;gap:7px;padding:8px;background:rgba(255,255,255,.72);backdrop-filter:blur(15px);border:1px solid rgba(201,152,39,.32);border-radius:20px;box-shadow:var(--shadow)}
.social-rail a{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:rgba(255,255,255,.78);font-weight:800;font-size:21px;color:var(--purple);transition:.25s}
.social-rail a:hover{transform:translateX(-4px) scale(1.05);color:var(--gold);box-shadow:0 10px 25px rgba(88,72,149,.14)}

.hero{min-height:860px;padding-top:150px;display:grid;grid-template-columns: .9fr 1.1fr;align-items:center;gap:50px;max-width:1600px;margin:auto}
.hero-kicker,.section-kicker{font-size:12px;letter-spacing:.34em;font-weight:800;color:var(--gold)}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(54px,6.4vw,100px);line-height:.9;margin:20px 0 24px;color:var(--purple);letter-spacing:-.055em}
.hero h1 span{color:var(--gold);font-size:.86em}
.hero-copy>p{font-size:18px;line-height:1.65;color:#5f5979;max-width:560px}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);margin:38px 0 32px;max-width:650px}
.hero-features>div{min-height:75px;border-right:1px solid var(--line);display:flex;align-items:center;gap:10px;padding:0 18px 0 8px}
.hero-features>div:first-child{padding-left:0}
.hero-features i{font-style:normal;color:var(--purple);font-size:23px}
.hero-features span{font-size:12px;line-height:1.25;color:#635d80}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.gold-button,.ghost-button,.outline-button{border:0;border-radius:16px;padding:14px 20px;font-weight:800;display:inline-flex;gap:12px;align-items:center;justify-content:center;transition:.25s}
.gold-button{background:linear-gradient(135deg,#b98218,#e5bc52);color:white;box-shadow:0 12px 28px rgba(185,130,24,.23)}
.gold-button:hover{transform:translateY(-3px);box-shadow:0 17px 34px rgba(185,130,24,.3)}
.ghost-button{background:rgba(255,255,255,.65);border:1px solid var(--line);color:var(--purple)}
.ghost-button:hover,.outline-button:hover{background:#fff;transform:translateY(-2px)}
.ghost-button.small{padding:10px 14px;font-size:13px}
.outline-button{border:1px solid rgba(99,80,168,.25);background:rgba(255,255,255,.48);color:var(--purple);font-size:13px}

.hero-showroom{position:relative;min-height:610px;border-radius:44px;border:1px solid rgba(201,152,39,.42);background:
linear-gradient(145deg,rgba(255,255,255,.9),rgba(232,231,255,.72) 55%,rgba(215,239,255,.78));box-shadow:var(--shadow);overflow:hidden;transform-style:preserve-3d}
.showroom-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:#fff;filter:blur(70px);opacity:.75;left:40%;top:10%}
.showroom-topline{position:absolute;z-index:3;top:18px;left:24px;right:24px;display:flex;justify-content:space-between;font-size:9px;letter-spacing:.22em;color:#776c9d}
.showroom-scene{position:absolute;inset:70px 26px 60px;display:grid;grid-template-columns:24% 52% 24%;align-items:center;gap:8px}
.scene-shelf{height:78%;border:1px solid rgba(201,152,39,.28);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.76),rgba(223,221,248,.62));box-shadow:inset 0 0 25px rgba(117,99,177,.08),0 20px 45px rgba(79,67,130,.1);padding:18px 12px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;color:#766b9d}
.scene-shelf span{font-size:8px;letter-spacing:.12em;font-weight:800;text-align:center}.scene-shelf b{font-size:30px;letter-spacing:8px;color:#c7a03e;text-shadow:0 3px 12px rgba(201,152,39,.25)}
.scene-center{height:100%;position:relative;border-radius:32px;background:linear-gradient(160deg,rgba(255,255,255,.7),rgba(238,232,255,.52));display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 0 60px rgba(120,99,178,.08)}
.ring{position:absolute;border:10px solid rgba(226,190,92,.45);border-radius:50%;box-shadow:0 0 35px rgba(226,190,92,.25)}
.ring-1{width:260px;height:100px;top:22px;transform:rotate(-3deg)}.ring-2{width:190px;height:75px;top:42px;border-width:6px;opacity:.75}
.bolt{font-size:72px;color:#d2a43c;text-shadow:0 7px 25px rgba(201,152,39,.28);margin-top:45px}.scene-center small{color:#ad8120;font-weight:800;font-size:9px;letter-spacing:.12em}.scene-center strong{text-align:center;color:#665a92;font-size:11px;letter-spacing:.1em;margin-top:6px}
.counter{position:absolute;bottom:25px;width:88%;height:105px;border-radius:28px;background:linear-gradient(180deg,#fff,#e7e3f8);border:1px solid rgba(201,152,39,.38);box-shadow:0 16px 30px rgba(77,61,135,.13);display:flex;align-items:center;justify-content:center;gap:13px}
.wire{width:62px;height:15px;border-radius:20px;display:block;box-shadow:0 4px 8px rgba(80,70,100,.12)}.wire.red{background:#e95050}.wire.blue{background:#4d83e8}.wire.yellow{background:#e6c24e}
.bulb{width:43px;height:43px;border-radius:50%;background:#fff;border:4px solid #e8e6ef;box-shadow:0 0 28px #fff;font-size:0}.bulb.small{width:32px;height:32px}.socket,.switch{font-size:34px;color:#766b9d}
.showroom-floor{position:absolute;bottom:-90px;left:5%;right:5%;height:180px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(255,255,255,.9),rgba(201,152,39,.14),transparent 68%);filter:blur(2px)}
.showroom-caption{position:absolute;bottom:19px;left:0;right:0;text-align:center;font-size:8px;letter-spacing:.22em;color:#7b709e}

.category-band{max-width:1500px;margin:auto}
.section-intro{max-width:640px}.section-intro h2,.section-heading-row h2,.video-heading h2,.about-copy h2,.services-section h2,.location-section h2,.contact-copy h2{font-family:"Playfair Display",serif;color:var(--purple);font-size:clamp(38px,4vw,65px);line-height:1;margin:14px 0 18px;letter-spacing:-.04em}
.section-intro h2 em,.video-heading h2 em{font-style:normal;color:var(--gold)}
.section-intro p,.video-heading p,.contact-copy p{color:var(--muted);line-height:1.7}
.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:15px;margin-top:48px}
.category-card{position:relative;min-height:270px;border:1px solid rgba(99,80,168,.16);border-radius:26px;background:rgba(255,255,255,.58);padding:10px;box-shadow:0 18px 50px rgba(79,67,130,.08);text-align:left;overflow:hidden;transition:transform .25s,box-shadow .25s}
.category-image{height:150px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#e3edff,#eee8ff)}
.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.category-card:hover .category-image img{transform:scale(1.06)}
.category-icon{position:absolute;top:123px;right:19px;width:38px;height:38px;border-radius:50%;background:#fff;border:1px solid rgba(201,152,39,.35);display:grid;place-items:center;color:var(--gold);box-shadow:0 8px 18px rgba(75,60,120,.12)}
.category-card strong{display:block;font-size:14px;margin:17px 9px 12px;color:#514a77}.category-link{font-size:11px;color:var(--purple);font-weight:800;margin:0 9px}.category-link span{color:var(--gold)}

.product-showcase{max-width:1500px;margin:auto}
.section-heading-row{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}
.section-heading-row h2{font-size:42px;margin-bottom:0}
.catalog-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 240px auto auto;gap:12px;align-items:center;margin-bottom:30px}
.search-box{height:50px;border:1px solid rgba(99,80,168,.16);background:rgba(255,255,255,.68);border-radius:16px;display:flex;align-items:center;padding:0 16px;box-shadow:0 10px 30px rgba(79,67,130,.05)}
.search-box span{font-size:24px;color:var(--purple);margin-right:8px}.search-box input{border:0;outline:0;background:transparent;width:100%;color:var(--ink)}.search-box input::placeholder{color:#9994ad}
select{height:50px;border:1px solid rgba(99,80,168,.16);border-radius:16px;background:rgba(255,255,255,.68);padding:0 14px;color:var(--purple);outline:0}.product-count{font-size:12px;color:#817a9c;white-space:nowrap}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{border:1px solid rgba(99,80,168,.13);background:rgba(255,255,255,.62);border-radius:24px;overflow:hidden;box-shadow:0 16px 45px rgba(75,63,126,.08);transition:transform .25s,box-shadow .25s;transform-style:preserve-3d}
.product-card:hover{box-shadow:0 24px 60px rgba(75,63,126,.15)}
.product-image-wrap{height:220px;position:relative;background:linear-gradient(135deg,#e4edff,#eee8ff);overflow:hidden}
.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.product-card:hover img{transform:scale(1.05)}
.product-number{position:absolute;top:10px;right:10px;padding:5px 8px;border-radius:9px;background:rgba(255,255,255,.8);font-size:9px;font-weight:800;color:var(--gold)}
.product-body{padding:18px}.eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--gold)}.product-body h3{font-size:17px;color:var(--purple);margin:8px 0}.product-body p{font-size:12px;line-height:1.55;color:var(--muted);min-height:57px;margin:0 0 12px}.text-button{border:0;background:transparent;padding:0;color:var(--purple);font-weight:800;font-size:12px}.text-button span{color:var(--gold);padding-left:6px}
.empty-state{grid-column:1/-1;text-align:center;padding:80px 20px;border-radius:28px;background:rgba(255,255,255,.55);border:1px solid var(--line)}.empty-state span{font-size:48px;color:var(--gold)}.empty-state h3{color:var(--purple)}

.video-section{max-width:1500px;margin:auto}.video-heading{text-align:center;max-width:760px;margin:0 auto 36px}.video-heading h2{font-size:48px}.video-frame{position:relative;border-radius:36px;overflow:hidden;border:1px solid rgba(201,152,39,.42);box-shadow:var(--shadow);background:#dfe7f7;min-height:480px}.video-frame video{width:100%;height:100%;min-height:480px;display:block;object-fit:cover}.video-overlay{position:absolute;inset:0;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:linear-gradient(180deg,rgba(60,50,100,.05),rgba(60,50,100,.3));text-shadow:0 4px 25px rgba(40,30,70,.25)}.video-overlay span{font-size:64px;color:#f2ca67}.video-overlay b{letter-spacing:.2em;font-size:16px}.video-overlay small{letter-spacing:.28em;font-size:8px;margin-top:8px}

.about-section{max-width:1500px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-visual{height:520px;border-radius:42px;background:linear-gradient(145deg,#e6f2ff,#eee7ff);border:1px solid rgba(201,152,39,.3);position:relative;overflow:hidden;box-shadow:var(--shadow);display:grid;place-items:center}.about-orbit{width:340px;height:340px;border-radius:50%;border:1px solid rgba(201,152,39,.55);box-shadow:0 0 0 35px rgba(255,255,255,.22),0 0 0 70px rgba(255,255,255,.12)}.about-card{position:absolute;width:220px;height:180px;border-radius:28px;background:rgba(255,255,255,.7);backdrop-filter:blur(15px);border:1px solid rgba(201,152,39,.4);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 20px 50px rgba(75,60,120,.14)}.about-card span{font-size:55px;color:var(--gold)}.about-card b{font-size:14px;color:var(--purple);letter-spacing:.15em}.about-card small{font-size:8px;letter-spacing:.18em;color:#81799c;margin-top:6px}.mini-pills{position:absolute;bottom:25px;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;padding:0 20px}.mini-pills span{background:rgba(255,255,255,.65);border:1px solid var(--line);border-radius:99px;padding:8px 11px;font-size:10px;color:var(--purple)}
.about-copy>p{font-size:17px;line-height:1.75;color:var(--muted);max-width:620px}.highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.icon-tile{border:1px solid var(--line);background:rgba(255,255,255,.52);border-radius:20px;padding:17px;display:grid;grid-template-columns:42px 1fr;gap:2px 10px;transition:.25s}.icon-tile:hover{background:#fff;transform:translateY(-3px)}.icon-tile span{grid-row:span 2;font-size:25px;color:var(--gold);display:grid;place-items:center}.icon-tile b{font-size:13px;color:var(--purple)}.icon-tile small{font-size:10px;color:#89829e}

.services-section{max-width:1500px;margin:auto}.centered{text-align:center;margin:auto}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:42px}.service-card{padding:30px;border-radius:28px;background:rgba(255,255,255,.58);border:1px solid var(--line);box-shadow:0 15px 45px rgba(75,60,120,.07);transition:.25s}.service-card:hover{background:#fff;box-shadow:0 22px 55px rgba(75,60,120,.13)}.service-card>span{width:52px;height:52px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#f5e3ae,#e5c361);color:#fff;font-size:26px}.service-card h3{color:var(--purple);margin:20px 0 10px}.service-card p{color:var(--muted);line-height:1.6;font-size:13px}

.location-section{max-width:1500px;margin:auto}.location-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:40px}.map-card,.location-image{min-height:430px;border-radius:30px;overflow:hidden;border:1px solid rgba(201,152,39,.35);box-shadow:var(--shadow);background:#e5ecf8}.map-card iframe{width:100%;height:100%;min-height:430px;border:0}.location-image{position:relative}.location-image img{width:100%;height:100%;object-fit:cover}.location-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(62,50,105,.48))}.location-image-label{position:absolute;z-index:2;bottom:24px;left:24px;color:#fff;display:flex;flex-direction:column}.location-image-label span{font-size:9px;letter-spacing:.25em}.location-image-label b{font-size:16px;margin-top:6px}
.contact-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.contact-strip>div{padding:18px;border-radius:20px;background:rgba(255,255,255,.55);border:1px solid var(--line);display:grid;grid-template-columns:35px 1fr;column-gap:9px}.contact-strip span{grid-row:span 2;font-size:23px}.contact-strip b{font-size:12px;color:var(--purple)}.contact-strip small{font-size:10px;color:var(--muted);line-height:1.4}

.contact-section{max-width:1500px;margin:auto}.contact-card{border:1px solid rgba(201,152,39,.36);border-radius:38px;background:linear-gradient(135deg,rgba(230,241,255,.82),rgba(239,233,255,.88));box-shadow:var(--shadow);padding:55px;display:grid;grid-template-columns:.75fr 1.25fr;gap:55px}.contact-copy h2{font-size:52px}.contact-note{display:inline-block;margin-top:25px;padding:11px 14px;border-radius:12px;background:rgba(255,255,255,.6);color:#766d96;font-size:11px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{font-size:11px;font-weight:800;color:var(--purple);display:grid;gap:7px}.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(99,80,168,.15);border-radius:15px;padding:13px 14px;background:rgba(255,255,255,.72);outline:0;color:var(--ink);resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:rgba(201,152,39,.7);box-shadow:0 0 0 4px rgba(201,152,39,.08)}.full{grid-column:1/-1}.form-status{display:none;padding:12px 15px;border-radius:14px;background:rgba(255,255,255,.72);color:var(--purple);font-size:12px}.form-status.show{display:block}

.footer{padding:35px max(5vw,28px) 20px;background:rgba(229,232,248,.72);border-top:1px solid var(--line)}.footer-main{max-width:1280px;margin:auto;display:grid;grid-template-columns:1.3fr 1.7fr 1fr 1fr;gap:30px;align-items:center}.footer-main p{font-size:12px;line-height:1.6;color:var(--muted);max-width:400px}.footer-links,.footer-social{display:grid;gap:7px;font-size:11px;color:#6e668d}.footer-links a:hover,.footer-social a:hover{color:var(--gold)}.footer-bottom{max-width:1280px;margin:30px auto 0;padding-top:18px;border-top:1px solid var(--line);font-size:10px;color:#8d87a0}

.page-hero{max-width:1500px;margin:auto;padding-top:155px;display:grid;grid-template-columns:1fr .7fr;align-items:center;gap:50px;min-height:620px}.page-hero h1{font-family:"Playfair Display",serif;color:var(--purple);font-size:clamp(52px,6vw,92px);line-height:.95;letter-spacing:-.05em;margin:16px 0 25px}.page-hero h1 em{font-style:normal;color:var(--gold)}.page-hero p{max-width:620px;color:var(--muted);line-height:1.7}.page-hero-art{height:400px;border-radius:50px;border:1px solid rgba(201,152,39,.4);background:linear-gradient(145deg,#e8f4ff,#eee5ff);box-shadow:var(--shadow);display:grid;place-items:center;position:relative;overflow:hidden}.art-ring{position:absolute;width:280px;height:280px;border-radius:50%;border:1px solid rgba(201,152,39,.6);box-shadow:0 0 0 40px rgba(255,255,255,.2),0 0 0 80px rgba(255,255,255,.13)}.art-bolt{font-size:95px;color:var(--gold);text-shadow:0 10px 35px rgba(201,152,39,.28);z-index:2}.page-hero-art span{position:absolute;bottom:58px;color:var(--purple);font-size:32px;font-weight:800}.page-hero-art small{position:absolute;bottom:35px;color:#8b83a4;letter-spacing:.3em;font-size:8px}

.modal{position:fixed;inset:0;z-index:100;background:rgba(45,37,75,.38);backdrop-filter:blur(12px);display:none;place-items:center;padding:20px}.modal.open{display:grid}.modal-card{width:min(900px,100%);background:linear-gradient(145deg,#fff,#f0efff);border:1px solid rgba(201,152,39,.4);border-radius:30px;box-shadow:0 35px 100px rgba(39,31,72,.3);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;position:relative}.modal-media{min-height:440px;background:#e6ecfa}.modal-media img{width:100%;height:100%;object-fit:cover}.modal-content{padding:48px;display:flex;flex-direction:column;justify-content:center}.modal-title{font-family:"Playfair Display",serif;color:var(--purple);font-size:42px;line-height:1.05;margin:12px 0 15px}.modal-description{color:var(--muted);line-height:1.7;font-size:14px;margin-bottom:28px}.modal-close{position:absolute;z-index:2;right:14px;top:14px;border:0;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.86);font-size:25px;color:var(--purple);box-shadow:0 8px 20px rgba(50,40,90,.12)}

.reveal{opacity:0;transform:translateY(24px) scale(.99);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}
.cursor-dot,.cursor-follower{position:fixed;z-index:200;pointer-events:none;left:0;top:0;transform:translate(-50%,-50%);border-radius:50%;mix-blend-mode:multiply}
.cursor-dot{width:7px;height:7px;background:var(--gold);box-shadow:0 0 12px rgba(201,152,39,.7)}.cursor-follower{width:30px;height:30px;border:1px solid rgba(99,80,168,.45);background:rgba(220,210,255,.12);box-shadow:0 0 24px rgba(99,80,168,.25);transition:width .2s,height .2s,background .2s}
.cursor-hover .cursor-follower{width:52px;height:52px;background:rgba(226,214,255,.22);border-color:rgba(201,152,39,.7)}

@media(max-width:1200px){
  .hero{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}
  .catalog-toolbar{grid-template-columns:1fr 210px auto}.catalog-toolbar .ghost-button{grid-column:3}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .site-header{padding:0 14px}.nav-shell{padding-left:15px}.menu-toggle{display:block}.nav-links{position:absolute;top:82px;left:0;right:0;display:grid;padding:12px;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.25s}.menu-open .nav-links{opacity:1;pointer-events:auto;transform:none}
  .hero{grid-template-columns:1fr;padding-top:140px}.hero-showroom{min-height:520px}.about-section,.page-hero{grid-template-columns:1fr}.page-hero{padding-top:140px}.page-hero-art{height:330px}
  .services-grid{grid-template-columns:1fr 1fr}.location-grid{grid-template-columns:1fr}.contact-strip{grid-template-columns:1fr 1fr}.contact-card{grid-template-columns:1fr;padding:35px}
  .social-rail{top:auto;bottom:16px;right:50%;transform:translateX(50%);display:flex}.social-rail a{width:42px;height:42px}
}
@media(max-width:620px){
  .section-pad{padding:68px 18px}.hero{gap:25px}.hero h1{font-size:52px}.hero-copy>p{font-size:15px}.hero-features{grid-template-columns:1fr 1fr;gap:8px}.hero-features>div{border-right:0;border-bottom:1px solid var(--line);padding:10px 0!important}.hero-showroom{min-height:390px;border-radius:28px}.showroom-scene{inset:50px 10px 45px}.scene-shelf{padding:8px 4px}.scene-shelf b{font-size:18px;letter-spacing:2px}.ring-1{width:180px;height:75px}.ring-2{width:130px;height:55px}.counter{height:80px;gap:5px}.wire{width:35px;height:10px}.bulb{width:30px;height:30px}.socket,.switch{font-size:23px}.bolt{font-size:52px}.showroom-caption{font-size:6px}
  .category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:235px}.category-image{height:120px}.category-icon{top:95px}.section-heading-row{align-items:start;flex-direction:column}.section-heading-row h2{font-size:35px}.catalog-toolbar{grid-template-columns:1fr}.catalog-toolbar .ghost-button{grid-column:auto}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image-wrap{height:155px}.product-body{padding:13px}.product-body h3{font-size:14px}.product-body p{font-size:10px;min-height:67px}.video-frame,.video-frame video{min-height:260px}.video-overlay span{font-size:45px}.video-overlay b{font-size:12px}.about-visual{height:390px}.about-copy h2{font-size:40px}.highlight-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.contact-strip{grid-template-columns:1fr}.contact-form{grid-template-columns:1fr}.full{grid-column:auto}.contact-card{border-radius:28px}.contact-copy h2{font-size:42px}.footer-main{grid-template-columns:1fr}.modal-card{grid-template-columns:1fr;max-height:90vh;overflow:auto}.modal-media{min-height:230px}.modal-content{padding:28px}.modal-title{font-size:35px}.cursor-dot,.cursor-follower{display:none}
}
@media(max-width:360px){
  .category-grid,.product-grid{grid-template-columns:1fr}.hero h1{font-size:45px}.brand b{font-size:13px}
}
