/* 
  NOVA Mobile Gallery - Premium Brand System
  Designer: Award-winning CD / Brand + UI
  Palette: 
    --paper #F6F3EE
    --ink #0C0C0E
    --line light rgba(12,12,14,.08)
    --line-dark rgba(255,255,255,.08)
    --muted #9A9AA0
    --accent #FF4E1F (vermilion)
    --accent-2 #C5A46A gold
*/
:root{
  --paper:#F6F3EE;
  --paper-2:#EDE9E2;
  --ink:#0C0C0E;
  --ink-2:#1A1A1E;
  --muted:#9A9AA0;
  --line:rgba(12,12,14,.09);
  --line-dark:rgba(255,255,255,.08);
  --accent:#FF4E1F;
  --accent-dark:#E34419;
  --gold:#C5A46A;
  --radius-lg:32px;
  --radius-md:20px;
  --radius-pill:999px;
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-in-out: cubic-bezier(.76,0,.24,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth; font-size:16px}
body{
  background:var(--paper);
  color:var(--ink);
  font-family:"Vazirmatn", system-ui, -apple-system, sans-serif;
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{display:block; max-width:100%}
a{color:inherit; text-decoration:none}
button{font-family:inherit; border:0; background:none; cursor:pointer}
.container{width:min(1440px, 92vw); margin-inline:auto}
::selection{background:var(--ink); color:var(--paper)}

/* CURSOR */
.cursor{
  position:fixed; top:0; left:0; width:88px; height:88px; border-radius:50%;
  background:var(--ink); color:var(--paper);
  display:flex; align-items:center; justify-content:center;
  font-size:13px; font-weight:700; letter-spacing:.02em;
  pointer-events:none; z-index:9999; mix-blend-mode:normal;
  transform:translate(-50%,-50%) scale(0); opacity:0;
  transition: transform .5s var(--ease-out), opacity .3s;
}
.cursor.active{transform:translate(-50%,-50%) scale(1); opacity:1}
@media (pointer:coarse){ .cursor{display:none} }

/* PRELOADER */
#preloader{
  position:fixed; inset:0; z-index:10000;
  background:var(--ink); color:var(--paper);
  display:flex; align-items:center; justify-content:center;
  transition: transform 1.2s var(--ease-in-out), opacity .6s;
}
#preloader.out{transform:translateY(-100%); opacity:0; pointer-events:none}
.preloader-inner{text-align:center}
.preloader-logo{font-size:64px; font-weight:900; display:flex; gap:16px; align-items:baseline; justify-content:center; line-height:1}
.preloader-logo .logo-en{font-family:"Syne", sans-serif; font-weight:700; font-size:18px; letter-spacing:.2em; color:var(--muted)}
.preloader-bar{width:240px; height:1px; background:rgba(255,255,255,.12); margin:24px auto; overflow:hidden; position:relative}
.preloader-fill{position:absolute; inset:0; background:var(--paper); transform-origin:right; transform:scaleX(0); transition:transform .2s}
.preloader-num{font-family:"Syne"; font-size:14px; color:var(--muted)}

/* NAV */
.nav{position:sticky; top:0; z-index:500; background:rgba(246,243,238,.78); backdrop-filter:blur(24px) saturate(1.2); -webkit-backdrop-filter:blur(24px)}
.nav-inner{width:min(1440px,92vw); margin-inline:auto; height:72px; display:flex; align-items:center; justify-content:space-between}
.nav-logo{display:flex; align-items:baseline; gap:12px}
.nav-logo-fa{font-size:28px; font-weight:900; letter-spacing:-.02em}
.nav-logo-en{font-family:"Syne"; font-size:10px; letter-spacing:.18em; color:var(--muted); font-weight:600}
.nav-links{display:flex; gap:28px}
.nav-link{font-size:14px; font-weight:500; color:var(--ink); position:relative; padding:4px 0}
.nav-link::after{content:""; position:absolute; right:0; bottom:0; width:0; height:1px; background:var(--ink); transition:width .4s var(--ease-out)}
.nav-link:hover::after{width:100%}
.nav-actions{display:flex; align-items:center; gap:14px}
.nav-cart{font-size:13px; font-weight:600; display:flex; align-items:center; gap:8px; padding:8px 14px; border:1px solid var(--line); border-radius:var(--radius-pill)}
.cart-dot{width:6px; height:6px; border-radius:50%; background:var(--accent); display:inline-block}
.btn-pill{border-radius:var(--radius-pill); padding:12px 22px; font-size:14px; font-weight:700; display:inline-flex; align-items:center; gap:10px; transition:all .4s var(--ease-out); white-space:nowrap}
.btn-dark{background:var(--ink); color:var(--paper)}
.btn-dark:hover{background:var(--ink-2); transform:translateY(-1px)}
.btn-accent{background:var(--accent); color:white}
.btn-accent:hover{background:var(--accent-dark); transform:translateY(-1px); box-shadow:0 8px 24px rgba(255,78,31,.3)}
.btn-outline{background:transparent; border:1px solid var(--line); color:var(--ink)}
.btn-outline:hover{border-color:var(--ink); background:white}
.btn-light{background:var(--paper); color:var(--ink)}
.btn-light:hover{background:white; transform:translateY(-1px)}
.btn-pill.small{padding:8px 16px; font-size:13px}
.btn-pill.large{padding:18px 32px; font-size:16px}
.play-icon{width:22px; height:22px; border-radius:50%; background:var(--ink); color:var(--paper); display:grid; place-items:center; font-size:10px}
.btn-icon{width:40px; height:40px; border-radius:50%; border:1px solid var(--line); display:grid; place-items:center; font-size:20px; transition:.3s}
.btn-icon:hover{background:var(--ink); color:var(--paper); border-color:var(--ink)}
.nav-line{height:1px; background:var(--line); width:100%}
.menu-toggle{display:none; width:40px; height:40px; border:1px solid var(--line); border-radius:50%; flex-direction:column; align-items:center; justify-content:center; gap:5px}
.menu-toggle span{width:16px; height:1px; background:var(--ink); display:block; transition:.3s}
.magnetic{position:relative; will-change:transform}

/* MOBILE MENU */
.mobile-menu{position:fixed; inset:72px 0 0 0; background:var(--paper); z-index:400; transform:translateY(-105%); transition:transform .8s var(--ease-in-out); padding:40px 6vw; display:flex; flex-direction:column; justify-content:space-between}
.mobile-menu.open{transform:translateY(0)}
.mobile-menu-links{display:flex; flex-direction:column; gap:12px}
.mobile-menu-links a{font-size:clamp(32px,8vw,56px); font-weight:800; line-height:1.1; letter-spacing:-.03em}
.mobile-menu-bottom{display:flex; justify-content:space-between; font-size:13px; color:var(--muted); border-top:1px solid var(--line); padding-top:24px}

/* HERO */
.hero{position:relative; padding:40px 0 40px; overflow:hidden; background:var(--paper)}
.hero-grid-lines{position:absolute; inset:0; display:grid; grid-template-columns:repeat(3,1fr); pointer-events:none; opacity:.5}
.hero-grid-lines span{border-left:1px solid var(--line)}
.hero-grid-lines span:last-child{border-right:1px solid var(--line)}
.hero-container{display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center; position:relative; min-height:86svh}
.hero-eyebrow{display:flex; align-items:center; gap:12px; font-size:12px; font-weight:700; letter-spacing:.04em; margin-bottom:24px}
.hero-eyebrow .dot{width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 4px rgba(255,78,31,.15); animation:pulse 1.6s infinite}
.eyebrow-en{font-family:"Syne"; font-weight:700; color:var(--muted); letter-spacing:.15em; margin-right:8px}
.hero-title{font-size:clamp(40px,5.2vw,84px); font-weight:900; line-height:.95; letter-spacing:-.04em; margin-bottom:24px}
.hero-title span{display:block}
.hero-title .line2 i{font-family:"Instrument Serif", serif; font-style:italic; font-weight:400; letter-spacing:-.02em; background:linear-gradient(90deg, var(--ink) 40%, var(--muted)); -webkit-background-clip:text; background-clip:text; color:transparent}
.hero-title .line3{color:transparent; -webkit-text-stroke:1px var(--ink)}
.hero-desc{font-size:clamp(15px,1.2vw,18px); line-height:1.8; color:rgba(12,12,14,.72); max-width:52ch; margin-bottom:32px}
.hero-desc strong{color:var(--ink); font-weight:800}
.hero-ctas{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:40px}
.hero-meta{display:flex; align-items:center; gap:20px; border-top:1px solid var(--line); padding-top:20px; max-width:520px}
.meta-item{display:flex; flex-direction:column}
.meta-num{font-weight:900; font-size:20px; line-height:1}
.meta-label{font-size:11px; color:var(--muted); margin-top:4px; letter-spacing:.04em}
.meta-sep{width:1px; height:32px; background:var(--line)}

.hero-visual{position:relative; height:100%; display:flex; align-items:center; justify-content:center}
.hero-phone-wrap{position:relative; width:min(460px, 88vw); aspect-ratio:.85; display:grid; place-items:center}
.hero-glow{position:absolute; width:120%; height:120%; background:radial-gradient(50% 50% at 50% 50%, rgba(197,164,106,.18) 0%, rgba(246,243,238,0) 70%); filter:blur(20px)}
.hero-circle{position:absolute; width:92%; aspect-ratio:1; border:1px dashed rgba(12,12,14,.12); border-radius:50%; animation:rotate 40s linear infinite}
.hero-phone{position:relative; width:86%; height:auto; z-index:2; filter:drop-shadow(0 24px 60px rgba(12,12,14,.22)); transition:transform .1s linear; will-change:transform}
.float-card{position:absolute; z-index:3; background:rgba(255,255,255,.9); backdrop-filter:blur(16px); border:1px solid rgba(12,12,14,.08); border-radius:16px; padding:10px 14px; box-shadow:0 8px 32px rgba(12,12,14,.08); display:flex; flex-direction:column; gap:2px; animation:float 6s ease-in-out infinite}
.card-1{top:12%; right:2%; animation-delay:0s}
.card-2{top:48%; left:-8%; animation-delay:1s}
.card-3{bottom:10%; right:6%; animation-delay:2s; min-width:200px}
.fc-label{font-size:10px; letter-spacing:.12em; color:var(--muted); font-weight:700; text-transform:uppercase}
.fc-value{font-size:13px; font-weight:800}
.fc-price{font-weight:900; font-size:14px}
.fc-sub{font-size:11px; color:var(--muted)}
.fc-icon{font-size:14px}
.hero-scroll{position:absolute; bottom:16px; left:50%; transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; gap:12px; font-size:10px; letter-spacing:.18em; color:var(--muted)}
.scroll-line{width:1px; height:42px; background:linear-gradient(to bottom, var(--ink), transparent); animation:scrollLine 1.6s infinite}

@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}
@keyframes rotate{to{transform:rotate(360deg)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes scrollLine{0%{transform:scaleY(0); transform-origin:top}50%{transform:scaleY(1)}100%{transform:scaleY(0); transform-origin:bottom}}

/* MARQUEE */
.marquee{border-block:1px solid var(--line); background:var(--ink); color:var(--paper); overflow:hidden; white-space:nowrap; padding:14px 0}
.marquee-inner{display:inline-flex; align-items:center; gap:24px; animation:marquee 28s linear infinite; font-family:"Syne", sans-serif; font-weight:600; font-size:14px; letter-spacing:.06em}
.dot-divider{width:4px; height:4px; border-radius:50%; background:var(--accent); display:inline-block}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* COLLECTION */
.collection{padding:100px 0 60px; background:var(--paper)}
.section-head{display:grid; grid-template-columns:.9fr 1.1fr; gap:40px; margin-bottom:48px; align-items:end}
.section-num{font-family:"Syne"; font-size:11px; letter-spacing:.16em; color:var(--muted); font-weight:600; display:block; margin-bottom:18px}
.section-num.light{color:rgba(255,255,255,.5)}
.section-title{font-size:clamp(32px,4vw,64px); font-weight:900; line-height:.95; letter-spacing:-.04em}
.sh-right p{font-size:17px; line-height:1.7; color:rgba(12,12,14,.66); max-width:48ch; margin-bottom:24px}
.filter-tabs{display:flex; gap:8px; flex-wrap:wrap}
.filter-tab{padding:8px 16px; border-radius:var(--radius-pill); border:1px solid var(--line); font-size:13px; font-weight:600; transition:.3s; background:white}
.filter-tab.active, .filter-tab:hover{background:var(--ink); color:var(--paper); border-color:var(--ink)}

.products-grid{display:grid; grid-template-columns:repeat(12,1fr); gap:20px}
.product-card{grid-column:span 4; background:white; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; display:flex; flex-direction:column; transition:transform .6s var(--ease-out), box-shadow .6s; will-change:transform}
.product-card:hover{transform:translateY(-4px); box-shadow:0 20px 60px rgba(12,12,14,.08)}
.product-card.featured-card{grid-column:span 8; flex-direction:row; background:var(--paper-2)}
.product-card.dark-card{grid-column:span 4; background:var(--ink); color:var(--paper); border-color:var(--line-dark)}
.product-card.dark-card .pc-desc{color:rgba(255,255,255,.6)}
.pc-top{display:flex; align-items:center; gap:8px; padding:16px 20px 0}
.pc-badge{font-size:10px; font-weight:800; letter-spacing:.08em; padding:6px 10px; border-radius:var(--radius-pill); border:1px solid var(--line); background:white}
.pc-badge.hot{background:var(--accent); color:white; border-color:var(--accent)}
.craft-badge{background:var(--gold)!important; color:white; border-color:var(--gold)!important}
.pc-num{margin-right:auto; font-family:"Syne"; font-size:11px; color:var(--muted)}
.pc-image{position:relative; aspect-ratio:4/3; background:linear-gradient(180deg, rgba(12,12,14,.02), transparent); display:grid; place-items:center; overflow:hidden; padding:20px}
.pc-image img{width:78%; height:auto; object-fit:contain; transition:transform .7s var(--ease-out)}
.product-card:hover .pc-image img{transform:scale(1.06) rotate(-2deg)}
.pc-hover-info{position:absolute; inset:auto 16px 16px 16px; background:rgba(12,12,14,.9); color:white; border-radius:var(--radius-pill); padding:10px; text-align:center; font-size:12px; font-weight:600; transform:translateY(16px); opacity:0; transition:.4s var(--ease-out)}
.product-card:hover .pc-hover-info{transform:translateY(0); opacity:1}
.pc-info{padding:18px 20px 20px; display:flex; flex-direction:column; gap:12px; flex:1}
.pc-info.dark .pc-badge{background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.12); color:rgba(255,255,255,.8)}
.pc-name-row{display:flex; flex-direction:column; gap:2px}
.pc-name-row h3{font-size:18px; font-weight:800; line-height:1.1}
.pc-edition{font-size:11px; color:var(--muted); font-weight:600; letter-spacing:.04em}
.pc-desc{font-size:13px; line-height:1.6; color:rgba(12,12,14,.6)}
.pc-specs{display:flex; gap:6px; flex-wrap:wrap}
.pc-specs span{font-size:10px; font-weight:700; letter-spacing:.04em; padding:6px 10px; border-radius:var(--radius-pill); background:var(--paper); border:1px solid var(--line)}
.dark .pc-specs span{background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.1); color:rgba(255,255,255,.7)}
.pc-bottom{display:flex; align-items:center; justify-content:space-between; margin-top:auto; padding-top:12px; border-top:1px dashed var(--line)}
.dark .pc-bottom{border-top-color:rgba(255,255,255,.1)}
.pc-price{font-weight:900; font-size:18px}
.pc-price small{font-weight:600; font-size:12px; color:var(--muted)}
.pc-featured-label{position:absolute; top:16px; right:20px; background:var(--ink); color:var(--paper); font-size:10px; font-weight:800; letter-spacing:.1em; padding:8px 12px; border-radius:var(--radius-pill); z-index:2}

.collection-footer{display:flex; justify-content:space-between; align-items:center; gap:20px; margin-top:40px; padding-top:24px; border-top:1px solid var(--line); flex-wrap:wrap}
.collection-footer p{font-size:13px; color:var(--muted); max-width:46ch}
.link-arrow{font-size:14px; font-weight:800; display:flex; align-items:center; gap:8px; border-bottom:1px solid var(--ink); padding-bottom:2px}
.link-arrow span{transition:transform .3s}
.link-arrow:hover span{transform:translate(4px,-4px)}

/* STORY */
.story{position:relative}
.story-dark{background:var(--ink); color:var(--paper); padding:100px 0}
.story-grid{display:grid; grid-template-columns:.95fr 1.05fr; gap:60px; align-items:start}
.story-images{display:grid; gap:20px; position:sticky; top:100px}
.story-img-main{border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:4/3}
.story-img-main img{width:100%; height:100%; object-fit:cover}
.story-img-sub{border-radius:var(--radius-lg); overflow:hidden; position:relative; aspect-ratio:16/10; display:flex}
.story-img-sub img{width:70%; height:100%; object-fit:cover}
.story-badge{width:30%; background:var(--paper); color:var(--ink); display:grid; place-items:center; text-align:center; font-size:12px; font-weight:800; line-height:1.4; padding:12px}
.story-title{font-size:clamp(28px,3.4vw,52px); font-weight:900; line-height:1; letter-spacing:-.04em; margin:12px 0 24px}
.story-title span{color:var(--gold); font-family:"Instrument Serif"; font-weight:400; font-style:italic}
.story-text{display:grid; gap:16px; margin-bottom:28px}
.story-text p{font-size:16px; line-height:1.9; color:rgba(255,255,255,.68)}
.story-text p:first-child{color:rgba(255,255,255,.9); font-size:18px}
.story-stats{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; border-block:1px solid var(--line-dark); padding:20px 0; margin-bottom:24px}
.story-stats strong{display:block; font-size:24px; font-weight:900; line-height:1}
.story-stats span{font-size:11px; color:rgba(255,255,255,.5); margin-top:4px; display:block}
.story-quote{font-family:"Instrument Serif"; font-style:italic; font-size:20px; line-height:1.5; color:rgba(255,255,255,.8); border-right:3px solid var(--gold); padding-right:16px}

.story-light{background:var(--paper-2); padding:80px 0; border-top:1px solid var(--line)}
.compare-head{text-align:center; max-width:640px; margin:0 auto 36px}
.compare-head h3{font-size:28px; font-weight:900; letter-spacing:-.02em}
.compare-head p{color:var(--muted); font-size:14px; margin-top:8px}
.compare-ui{background:white; border:1px solid var(--line); border-radius:var(--radius-lg); padding:20px; display:grid; gap:20px}
.compare-selector{display:flex; gap:10px; justify-content:center; flex-wrap:wrap}
.comp-btn{display:flex; align-items:center; gap:10px; padding:10px 16px; border:1px solid var(--line); border-radius:var(--radius-pill); background:var(--paper); font-size:13px; font-weight:700; transition:.3s}
.comp-btn img{width:28px; height:28px; object-fit:contain}
.comp-btn.active{background:var(--ink); color:var(--paper); border-color:var(--ink)}
.compare-display{display:grid; grid-template-columns:1.2fr .8fr; gap:30px; align-items:center; padding:20px}
.comp-bars{display:grid; gap:18px}
.comp-bar{display:grid; grid-template-columns:120px 1fr 54px; align-items:center; gap:12px}
.cb-label{font-size:12px; font-weight:700}
.cb-track{height:6px; background:var(--paper-2); border-radius:99px; overflow:hidden}
.cb-fill{height:100%; background:linear-gradient(90deg, var(--ink), var(--gold)); border-radius:99px; transition:width .8s var(--ease-out)}
.cb-val{font-family:"Syne"; font-size:12px; font-weight:700; text-align:left}
.comp-visual{position:relative; background:var(--paper); border-radius:var(--radius-md); aspect-ratio:1; display:grid; place-items:center; padding:20px; border:1px solid var(--line)}
.comp-visual img{width:70%; transition:.5s}
.comp-price-box{position:absolute; bottom:16px; right:16px; background:var(--ink); color:var(--paper); padding:10px 14px; border-radius:14px; display:flex; flex-direction:column; line-height:1}
.comp-price-box span{font-weight:900; font-size:18px}
.comp-price-box small{font-size:10px; color:rgba(255,255,255,.6)}

/* SERVICES */
.services{padding:100px 0; background:var(--paper)}
.services-head{margin-bottom:40px}
.services-head h2{font-size:clamp(32px,4vw,60px); font-weight:900; line-height:.95; letter-spacing:-.04em; margin-top:16px}
.services-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px}
.service-card{position:relative; background:white; border:1px solid var(--line); border-radius:var(--radius-lg); padding:26px 22px; display:flex; flex-direction:column; gap:14px; min-height:380px; overflow:hidden; transition:transform .5s}
.service-card:hover{transform:translateY(-4px)}
.service-card.sc-dark{background:var(--ink); color:var(--paper); border-color:var(--ink)}
.service-card.sc-accent{background:var(--accent); color:white; border-color:var(--accent)}
.service-card.sc-accent .sc-num{color:rgba(255,255,255,.2)}
.sc-icon{width:40px; height:40px; border-radius:50%; border:1px solid var(--line); display:grid; place-items:center; font-size:16px}
.sc-dark .sc-icon{border-color:rgba(255,255,255,.15)}
.sc-accent .sc-icon{border-color:rgba(255,255,255,.3); background:rgba(255,255,255,.12)}
.service-card h3{font-size:18px; font-weight:800; line-height:1.2}
.service-card p{font-size:13px; line-height:1.7; color:rgba(12,12,14,.62)}
.sc-dark p{color:rgba(255,255,255,.6)}
.sc-accent p{color:rgba(255,255,255,.85)}
.service-card ul{list-style:none; display:grid; gap:8px; margin-top:auto}
.service-card ul li{font-size:12px; font-weight:600; display:flex; gap:8px}
.service-card ul li::before{content:"—"; color:var(--muted)}
.sc-accent ul li::before{color:rgba(255,255,255,.7)}
.sc-num{position:absolute; top:20px; left:20px; font-family:"Syne"; font-size:11px; letter-spacing:.12em; color:var(--muted)}
.sc-cta{margin-top:12px; font-size:12px; font-weight:800; text-decoration:underline; text-underline-offset:4px}

/* SHOWROOM */
.showroom{background:var(--ink); color:var(--paper); overflow:hidden}
.showroom-inner{display:grid; grid-template-columns:1.2fr .8fr; min-height:80vh}
.showroom-map{position:relative; overflow:hidden}
.showroom-map img{width:100%; height:100%; object-fit:cover; filter:grayscale(.1) contrast(1.05)}
.map-pins{position:absolute; inset:0}
.pin{position:absolute; display:flex; align-items:center; gap:10px; background:rgba(12,12,14,.72); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.12); padding:10px 14px; border-radius:var(--radius-pill); transition:.3s}
.pin.active{background:var(--paper); color:var(--ink); border-color:var(--paper)}
.pin-hh{top:28%; right:42%}
.pin-thr{top:58%; right:30%}
.pin-dot{width:8px; height:8px; border-radius:50%; background:var(--accent); box-shadow:0 0 0 4px rgba(255,78,31,.18)}
.pin.active .pin-dot{background:var(--ink)}
.pin-label{font-size:12px; font-weight:700}
.showroom-info{padding:60px 48px; display:flex; flex-direction:column; gap:20px; justify-content:center}
.showroom-info h2{font-size:clamp(28px,3vw,48px); font-weight:900; line-height:.95; letter-spacing:-.03em}
.showroom-info p{color:rgba(255,255,255,.6); font-size:15px; line-height:1.8; max-width:40ch}
.showroom-locs{display:grid; gap:16px; margin-top:8px}
.loc-card{border:1px solid var(--line-dark); border-radius:var(--radius-md); padding:16px; background:rgba(255,255,255,.02)}
.loc-card h4{font-size:14px; font-weight:800; margin-bottom:8px}
.loc-card p{font-size:12px; line-height:1.7}
.loc-card a{color:var(--gold); font-weight:700; text-decoration:underline}

/* PRESS */
.press{padding:48px 0; background:var(--paper-2); border-block:1px solid var(--line)}
.press-top{display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; font-family:"Syne"; font-size:11px; letter-spacing:.16em; color:var(--muted)}
.press-logos{display:flex; gap:28px; flex-wrap:wrap; font-weight:800; color:var(--ink); font-size:16px; letter-spacing:-.02em}
.press-logos span{opacity:.45; transition:.3s}
.press-logos span:hover{opacity:1}
.testimonial{margin-top:36px; background:white; border:1px solid var(--line); border-radius:var(--radius-lg); padding:28px; display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; align-items:center}
.t-quote{font-size:clamp(16px,1.6vw,22px); font-weight:700; line-height:1.5; max-width:46ch}
.t-author{display:flex; align-items:center; gap:12px}
.t-author img{width:44px; height:44px; border-radius:50%; object-fit:cover}
.t-author strong{display:block; font-size:13px}
.t-author span{font-size:11px; color:var(--muted)}

/* FINAL CTA */
.final-cta{padding:90px 0; background:var(--paper); position:relative; overflow:hidden}
.final-inner{position:relative; background:var(--ink); color:var(--paper); border-radius:var(--radius-lg); padding:80px 6vw; text-align:center; overflow:hidden; border:1px solid var(--line-dark)}
.final-bg-text{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-family:"Syne"; font-weight:800; font-size:clamp(120px,22vw,320px); line-height:1; color:rgba(255,255,255,.03); pointer-events:none; letter-spacing:-.08em}
.final-inner h2{position:relative; font-size:clamp(28px,4vw,56px); font-weight:900; line-height:1; letter-spacing:-.04em; margin-bottom:16px}
.final-inner p{position:relative; color:rgba(255,255,255,.6); max-width:50ch; margin:0 auto 28px; font-size:15px}
.final-btns{position:relative; display:flex; flex-direction:column; align-items:center; gap:12px}
.final-note{font-size:11px; color:rgba(255,255,255,.45); letter-spacing:.04em}

/* FOOTER */
.footer{background:var(--paper); border-top:1px solid var(--line); padding:60px 0 24px}
.footer-top{display:grid; grid-template-columns:1.6fr .7fr .7fr .7fr; gap:30px}
.footer-logo{font-size:36px; font-weight:900; line-height:.9; letter-spacing:-.03em}
.footer-logo span{font-family:"Syne"; font-size:10px; letter-spacing:.2em; color:var(--muted); display:block; margin-top:6px}
.footer-brand p{margin:16px 0 20px; font-size:13px; line-height:1.7; color:var(--muted); max-width:32ch}
.footer-newsletter{display:flex; gap:8px; max-width:360px}
.footer-newsletter input{flex:1; padding:12px 16px; border-radius:var(--radius-pill); border:1px solid var(--line); background:white; font-size:13px; font-family:inherit}
.footer-col{display:flex; flex-direction:column; gap:10px}
.footer-col h5{font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:6px}
.footer-col a{font-size:13px; color:rgba(12,12,14,.66); transition:.2s}
.footer-col a:hover{color:var(--ink)}
.footer-bottom{margin-top:48px; padding-top:20px; border-top:1px solid var(--line); display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size:11px; color:var(--muted)}
.footer-links{display:flex; gap:16px}
.footer-links a:hover{color:var(--ink)}

/* REVEAL ANIMS */
.reveal{opacity:0; transform:translateY(24px); transition:opacity .8s var(--ease-out), transform .8s var(--ease-out)}
.reveal.in{opacity:1; transform:none}

/* RESPONSIVE */
@media (max-width:1100px){
  .hero-container{grid-template-columns:1fr; gap:20px}
  .hero-visual{order:-1; min-height:48vh}
  .section-head{grid-template-columns:1fr}
  .products-grid .product-card{grid-column:span 6}
  .product-card.featured-card{grid-column:span 12}
  .story-grid{grid-template-columns:1fr}
  .story-images{position:relative; top:auto; grid-template-columns:1fr 1fr}
  .compare-display{grid-template-columns:1fr}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .showroom-inner{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
  .nav-links{display:none}
  .menu-toggle{display:flex}
  .nav-inner{height:64px}
  .hero{padding-top:20px}
  .hero-phone-wrap{width:92vw}
  .float-card{display:none}
  .products-grid .product-card, .products-grid .product-card.featured-card, .products-grid .product-card.dark-card{grid-column:span 12}
  .product-card.featured-card{flex-direction:column}
  .story-images{grid-template-columns:1fr}
  .story-img-sub{aspect-ratio:16/10}
  .services-grid{grid-template-columns:1fr}
  .comp-bar{grid-template-columns:1fr 1fr; gap:8px}
  .cb-label{grid-column:span 2}
  .footer-top{grid-template-columns:1fr}
  .footer-newsletter{max-width:none}
}
