/* ============================================================
   ModelMate 2.0 — concept mock
   Built on the real brand: charcoal #2D2A2A + gold #E8BF40,
   heavy italic display + Montserrat, swoosh pattern.
   ============================================================ */

:root {
  --bg:      #201d1c;   /* warm charcoal base */
  --bg-2:    #2d2a2a;   /* official brand charcoal (cards) */
  --bg-deep: #141110;   /* deepest */
  --gold:    #e8bf40;   /* official brand gold */
  --gold-lt: #f4d268;
  --amber:   #e9a326;   /* secondary */
  --cream:   #f6f1e6;
  --text:    #f5f1ea;
  --muted:   rgba(245,241,234,.60);
  --muted-2: rgba(245,241,234,.38);
  --line:    rgba(232,191,64,.16);
  --maxw:    1240px;
  --disp: "Anton", "Archivo", sans-serif;
  --body: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  /* gold swoosh tile as a background texture */
  /* the ModelMate logo mark: one tapered road sweep — thick at the base, thinning to the tip */
  --swoosh: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='112' viewBox='0 0 120 120'%3E%3Cpath d='M12 100 C34 58 72 30 110 22 C92 46 58 78 44 118 Z' fill='%23e8bf40'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body); color: var(--text); background: var(--bg);
  line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.gold { color: var(--gold); }

/* skewed racing display */
.disp { font-family: var(--disp); font-weight: 400; text-transform: uppercase; letter-spacing: .5px; line-height: .92; font-style: normal; transform: skewX(-7deg); transform-origin: left; display: inline-block; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--body);
  font-weight: 700; font-size: .96rem; letter-spacing: .02em; line-height: 1;
  padding: 16px 28px; border-radius: 4px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .16s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  text-transform: uppercase;
}
.btn-gold { background: var(--gold); color: #201d1c; box-shadow: 0 10px 30px rgba(232,191,64,.25); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(232,191,64,.4); background: var(--gold-lt); }
.btn-ghost { background: transparent; color: var(--text); border-color: rgba(245,241,234,.25); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* ---------- Header ---------- */
.hdr { position: fixed; top: 0; left: 0; right: 0; z-index: 60; transition: background .3s ease, backdrop-filter .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.hdr.solid { background: rgba(20,17,16,.82); backdrop-filter: blur(16px); border-bottom-color: var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 110px; }
.nav .logo img { height: 82px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a { font-weight: 600; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); transition: color .18s ease; }
.nav-links a:hover, .nav-links a.on { color: var(--gold); }
.nav-cta { padding: 12px 22px; font-size: .78rem; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; cursor: pointer; }
.nav-toggle svg { width: 30px; height: 30px; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: radial-gradient(120% 90% at 80% 10%, #34302c 0%, #201d1c 45%, #141110 100%); }
.hero .swoosh-field { position: absolute; inset: 0; background-image: var(--swoosh); background-size: 150px; opacity: .05; mask-image: linear-gradient(120deg, transparent 30%, #000 100%); pointer-events: none; }
.hero .glow { position: absolute; width: 900px; height: 900px; right: -240px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(232,191,64,.20), transparent 62%); filter: blur(20px); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; width: 100%; padding-top: 110px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 26px; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.hero h1 { font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: clamp(3.4rem, 8.5vw, 8.2rem); line-height: .88; letter-spacing: 0; transform: skewX(-7deg); transform-origin: left; margin-bottom: 26px; }
.hero h1 .l2 { display: block; color: var(--gold); }
.hero .sub { font-size: 1.16rem; color: var(--muted); max-width: 440px; margin-bottom: 38px; font-weight: 400; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-meta { display: flex; gap: 30px; margin-top: 44px; }
.hero-meta .m .n { font-family: var(--disp); font-weight: 400; font-size: 2.1rem; color: var(--gold); transform: skewX(-7deg); display: inline-block; }
.hero-meta .m .t { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); margin-top: 2px; }
.hero-car { position: relative; }
.hero-car img { width: 118%; margin-left: -9%; filter: drop-shadow(0 50px 60px rgba(0,0,0,.6)); animation: float 7s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
.hero-car .plate { position: absolute; left: 4%; bottom: 6%; background: var(--gold); color: #201d1c; font-family: var(--disp); font-size: 1rem; padding: 8px 16px; transform: skewX(-7deg); letter-spacing: 1px; box-shadow: 0 10px 24px rgba(0,0,0,.4); }
.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); color: var(--gold); animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translate(-50%,0);} 50% { transform: translate(-50%,8px);} }

/* ---------- Marquee ---------- */
.marquee { background: var(--gold); color: #201d1c; overflow: hidden; border-top: 2px solid #201d1c; border-bottom: 2px solid #201d1c; }
.marquee-track { display: flex; gap: 40px; white-space: nowrap; padding: 16px 0; width: max-content; animation: slide 26s linear infinite; }
.marquee-track span { font-family: var(--disp); font-weight: 400; font-size: 1.3rem; text-transform: uppercase; letter-spacing: 1px; display: inline-flex; align-items: center; gap: 40px; }
.marquee-track span::after { content: ""; width: 30px; height: 24px; background: #201d1c; -webkit-mask: var(--swoosh) center/contain no-repeat; mask: var(--swoosh) center/contain no-repeat; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ---------- Section scaffold ---------- */
.section { padding: 120px 0; position: relative; }
.sec-head { max-width: 720px; margin-bottom: 60px; }
.sec-head .eyebrow { margin-bottom: 18px; }
.sec-head h2 { font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: .95; transform: skewX(-7deg); transform-origin: left; }
.sec-head p { color: var(--muted); font-size: 1.1rem; margin-top: 18px; }

/* ---------- Product editorial rows ---------- */
.range { background: var(--bg-deep); }
.prod-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 46px 0; }
.prod-row + .prod-row { border-top: 1px solid var(--line); }
.prod-row:nth-child(even) .prod-media { order: 2; }
.prod-media { position: relative; border-radius: 12px; overflow: hidden; background: #000; border: 1px solid var(--line); }
.prod-media img { width: 100%; transition: transform .6s ease; }
.prod-row:hover .prod-media img { transform: scale(1.04); }
.prod-media .rank { position: absolute; top: 18px; left: 18px; font-family: var(--disp); font-size: 2.4rem; color: rgba(232,191,64,.85); transform: skewX(-7deg); }
.prod-info .tagline { font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: clamp(2rem, 4vw, 3.2rem); color: var(--gold); line-height: .96; transform: skewX(-7deg); transform-origin: left; display: inline-block; margin-bottom: 8px; }
.prod-info h3 { font-weight: 800; font-size: 1.15rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text); margin-bottom: 16px; }
.prod-info p { color: var(--muted); font-size: 1.04rem; margin-bottom: 22px; max-width: 460px; }
.prod-info .row2 { display: flex; align-items: center; gap: 22px; margin-bottom: 26px; flex-wrap: wrap; }
.prod-info .price { font-family: var(--disp); font-size: 2rem; color: var(--text); transform: skewX(-7deg); }
.prod-info .stars { color: var(--gold); font-size: 1rem; letter-spacing: 1px; }
.prod-info .stars b { color: var(--text); font-family: var(--body); margin-left: 6px; }
.prod-info .stars .off { color: rgba(245,241,234,.2); }
.prod-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.spec-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; padding: 0; }
.spec-chips li { font-size: .8rem; font-weight: 600; letter-spacing: .02em; color: var(--gold); background: rgba(232,191,64,.1); border: 1px solid rgba(232,191,64,.28); border-radius: 100px; padding: 7px 14px; }
.prod-info .variant-select { margin: 0 0 22px; }
.prod-more { margin-top: 20px; border-top: 1px solid var(--line); }
.prod-more summary { cursor: pointer; list-style: none; padding: 16px 0 4px; font-weight: 700; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 8px; }
.prod-more summary::-webkit-details-marker { display: none; }
.prod-more summary::after { content: "+"; font-size: 1.3rem; font-weight: 300; line-height: 1; transition: transform .2s ease; }
.prod-more[open] summary::after { transform: rotate(45deg); }
.pm-specs { list-style: none; padding: 8px 0 4px; margin: 0; display: grid; gap: 0; }
.pm-specs li { display: grid; grid-template-columns: 1fr 1.3fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .94rem; }
.pm-specs li:last-child { border-bottom: 0; }
.pm-specs .k { color: var(--muted); font-weight: 600; }
.pm-specs .v { color: var(--text); }

/* ---------- Feature band (pattern) ---------- */
.band { position: relative; background: var(--bg-2); overflow: hidden; }
.band .swoosh-field { position: absolute; inset: 0; background-image: var(--swoosh); background-size: 130px; opacity: .06; pointer-events: none; }
.feat-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feat { padding: 32px 26px; border: 1px solid var(--line); border-radius: 10px; background: rgba(20,17,16,.5); }
.feat .ico { width: 46px; height: 46px; color: var(--gold); margin-bottom: 18px; }
.feat .ico svg { width: 100%; height: 100%; }
.feat h4 { font-weight: 800; font-size: 1.05rem; letter-spacing: .04em; margin-bottom: 8px; text-transform: uppercase; }
.feat p { color: var(--muted); font-size: .96rem; }

/* ---------- Reviews ---------- */
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rev { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; padding: 30px; display: flex; flex-direction: column; }
.rev .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 16px; }
.rev blockquote { font-size: 1.04rem; color: var(--text); line-height: 1.6; flex: 1; }
.rev .who { margin-top: 20px; display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--muted); }
.rev .who .v { color: var(--gold); font-weight: 700; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; }

/* ---------- Guides teaser ---------- */
.guides { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.video-frame { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Join / CTA ---------- */
.join { position: relative; text-align: center; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%); overflow: hidden; }
.join .swoosh-field { position: absolute; inset: 0; background-image: var(--swoosh); background-size: 160px; opacity: .05; pointer-events: none; }
.join h2 { font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: clamp(2.6rem, 6vw, 5rem); transform: skewX(-7deg); line-height: .95; margin-bottom: 16px; }
.join p { color: var(--muted); max-width: 520px; margin: 0 auto 34px; font-size: 1.1rem; }
.join form { max-width: 520px; margin: 0 auto; display: flex; gap: 12px; }
.join input { flex: 1; background: rgba(20,17,16,.7); border: 1.5px solid var(--line); border-radius: 4px; padding: 16px 18px; color: #fff; font-family: inherit; font-size: 1rem; }
.join input:focus { outline: none; border-color: var(--gold); }
.join .note { margin-top: 16px; font-size: .82rem; color: var(--muted-2); }

/* ---------- Footer ---------- */
.foot { background: var(--bg-deep); border-top: 1px solid var(--line); padding: 60px 0 34px; }
.foot-top { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 30px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.foot-top img { height: 54px; margin-bottom: 16px; }
.foot-top .tag { color: var(--muted); max-width: 280px; font-size: .95rem; }
.foot-cols { display: flex; gap: 70px; flex-wrap: wrap; }
.foot-col h5 { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.foot-col a { display: block; color: var(--muted); font-size: .95rem; margin-bottom: 10px; transition: color .16s; }
.foot-col a:hover { color: var(--text); }
.foot-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 28px; color: var(--muted-2); font-size: .84rem; }

/* ---------- Subpage hero ---------- */
.page-hero { position: relative; padding: 180px 0 60px; text-align: center; background: radial-gradient(120% 100% at 50% 0%, #34302c 0%, #201d1c 55%, #141110 100%); overflow: hidden; }
.page-hero .swoosh-field { position: absolute; inset: 0; background-image: var(--swoosh); background-size: 140px; opacity: .05; pointer-events: none; }
.page-hero h1 { position: relative; font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: clamp(2.6rem, 6vw, 5rem); line-height: .92; transform: skewX(-7deg); display: inline-block; }
.page-hero p { position: relative; color: var(--muted); font-size: 1.1rem; margin-top: 16px; }

/* ---------- Guide tabs + steps ---------- */
.tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 0 0 40px; }
.tab-btn { font-family: var(--body); background: var(--bg-2); border: 1px solid var(--line); color: var(--muted); padding: 13px 26px; border-radius: 4px; font-weight: 700; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: all .18s ease; }
.tab-btn.active { background: var(--gold); color: #201d1c; border-color: var(--gold); }
.tab-panel { display: none; max-width: 820px; margin: 0 auto; }
.tab-panel.active { display: block; }
.video-label { max-width: 800px; margin: 0 auto 14px; display: flex; align-items: center; gap: 10px; color: var(--gold); font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.video-label svg { width: 18px; height: 18px; }
.steps { list-style: none; counter-reset: step; display: grid; gap: 14px; margin-top: 34px; }
.steps li { counter-increment: step; position: relative; padding: 22px 22px 22px 70px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; color: var(--muted); }
.steps li::before { content: counter(step,decimal-leading-zero); position: absolute; left: 20px; top: 18px; font-family: var(--disp); color: var(--gold); font-size: 1.5rem; transform: skewX(-7deg); }
.steps li strong.caution { color: var(--amber); display: block; margin-top: 8px; font-size: .88rem; font-weight: 700; }

/* ---------- CTA strip ---------- */
.cta-strip { text-align: center; padding: 100px 0; position: relative; background: var(--bg-2); overflow: hidden; }
.cta-strip .swoosh-field { position: absolute; inset: 0; background-image: var(--swoosh); background-size: 150px; opacity: .05; pointer-events: none; }
.cta-strip h2 { position: relative; font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: clamp(2rem, 4.5vw, 3.4rem); transform: skewX(-7deg); margin-bottom: 14px; }
.cta-strip p { position: relative; color: var(--muted); max-width: 480px; margin: 0 auto 28px; }

/* ---------- Blog ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease; }
.post-card:hover { transform: translateY(-6px); border-color: rgba(232,191,64,.5); }
.post-card .thumb { aspect-ratio: 16/10; overflow: hidden; background: #000; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .thumb img { transform: scale(1.05); }
.post-card .pc-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.post-card .date { color: var(--gold); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.post-card h3 { font-weight: 800; font-size: 1.2rem; margin: 12px 0; line-height: 1.25; }
.post-card p { color: var(--muted); font-size: .96rem; flex: 1; }
.post-card .read { margin-top: 18px; color: var(--gold); font-weight: 700; font-size: .84rem; letter-spacing: .04em; text-transform: uppercase; }

/* ---------- Article ---------- */
.article { max-width: 760px; margin: 0 auto; }
.article .date { color: var(--gold); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.article h1 { font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: .96; transform: skewX(-7deg); margin: 14px 0 26px; }
.article .featured { width: 100%; border-radius: 12px; margin-bottom: 30px; border: 1px solid var(--line); }
.article p { color: rgba(245,241,234,.78); margin-bottom: 20px; font-size: 1.08rem; }
.article p.lede { font-size: 1.24rem; color: var(--text); }
.article p strong { color: var(--text); }
.back-link { display: inline-flex; gap: 8px; align-items: center; color: var(--gold); font-weight: 700; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; margin-top: 26px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; max-width: 860px; margin: 0 auto; }
.contact-tile { display: flex; gap: 16px; align-items: flex-start; background: var(--bg-2); border: 1px solid var(--line); border-radius: 10px; padding: 26px; }
.contact-tile .ci { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 8px; color: var(--gold); background: rgba(232,191,64,.12); border: 1px solid rgba(232,191,64,.25); display: grid; place-items: center; }
.contact-tile .ci svg { width: 22px; height: 22px; }
.contact-tile h4 { font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 1rem; margin-bottom: 4px; }
.contact-tile a, .contact-tile p { color: var(--muted); font-size: .96rem; }
.contact-tile a:hover { color: var(--gold); }
.form-panel { max-width: 620px; margin: 40px auto 0; background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; padding: 40px; }
.field { margin-bottom: 18px; text-align: left; }
.field label { display: block; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; font-weight: 700; }
.field input, .field textarea { width: 100%; background: rgba(20,17,16,.7); border: 1.5px solid var(--line); border-radius: 4px; padding: 14px 16px; color: #fff; font-family: inherit; font-size: 1rem; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { min-height: 130px; resize: vertical; }
.btn-block { width: 100%; justify-content: center; }
.social-row { display: flex; gap: 12px; margin-top: 12px; }
.social-row a { width: 40px; height: 40px; border-radius: 8px; display: grid; place-items: center; background: rgba(245,241,234,.06); color: var(--muted); transition: all .18s; }
.social-row a:hover { background: var(--gold); color: #201d1c; }
.social-row svg { width: 20px; height: 20px; }

/* ---------- Product detail ---------- */
.pd-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.pd-media { background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); }
.pd-media img { width: 100%; display: block; }
.pd-info h1 { font-family: var(--disp); font-weight: 400; text-transform: uppercase; font-size: clamp(2rem, 4vw, 3.2rem); line-height: .95; transform: skewX(-7deg); transform-origin: left; }
.pd-price { font-family: var(--disp); font-size: 2.4rem; color: var(--gold); transform: skewX(-7deg); display: inline-block; margin: 14px 0 16px; }
.pd-lead { color: var(--muted); font-size: 1.1rem; margin-bottom: 24px; }
.pd-buy { display: flex; gap: 14px; flex-wrap: wrap; }
.pd-prime { margin-top: 16px; color: var(--muted-2); font-size: .9rem; display: flex; align-items: center; gap: 8px; }
.pd-prime svg { width: 16px; height: 16px; }
.variant-select { margin: 4px 0 22px; }
.variant-select .v-label { display: block; color: var(--muted); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.variant-pills { display: inline-flex; gap: 10px; flex-wrap: wrap; }
.variant-pill { background: var(--bg-2); border: 1px solid var(--line); color: var(--text); padding: 11px 22px; border-radius: 100px; font-weight: 600; font-family: inherit; cursor: pointer; transition: all .18s ease; }
.variant-pill:hover { border-color: rgba(232,191,64,.5); }
.variant-pill.active { background: var(--gold); color: #201d1c; border-color: var(--gold); }
.spec-table { max-width: 820px; margin: 0 auto; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.spec-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 16px; padding: 16px 24px; border-bottom: 1px solid var(--line); }
.spec-row:last-child { border-bottom: 0; }
.spec-row:nth-child(odd) { background: rgba(255,255,255,.02); }
.spec-row .k { color: var(--muted); font-weight: 600; }
.spec-row .v { color: #fff; }
.why-list { max-width: 820px; margin: 16px auto 0; list-style: none; display: grid; gap: 12px; }
.why-list li { display: flex; gap: 12px; color: var(--muted); }
.why-list li svg { flex: 0 0 20px; width: 20px; height: 20px; color: var(--gold); margin-top: 3px; }
/* products listing */
.pd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pd-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, border-color .2s ease; position: relative; }
.pd-card:hover { transform: translateY(-6px); border-color: rgba(232,191,64,.5); }
.pd-card .thumb { aspect-ratio: 1/1; background: #fff; overflow: hidden; }
.pd-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.pd-card .pc-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.pd-card h3 { font-weight: 800; font-size: 1.2rem; text-transform: uppercase; letter-spacing: .02em; margin-bottom: 8px; }
.pd-card p { color: var(--muted); font-size: .96rem; flex: 1; margin-bottom: 16px; }
.pd-card .pc-price { font-family: var(--disp); font-size: 1.5rem; color: var(--gold); transform: skewX(-7deg); display: inline-block; margin-bottom: 16px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: 10px; background: var(--bg-2); margin-bottom: 14px; overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 24px 26px; font-weight: 700; font-size: 1.06rem; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold); font-size: 1.7rem; font-weight: 300; line-height: 1; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-a { padding: 0 26px 24px; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.faq-item .faq-a a { color: var(--gold); }

/* ---------- Mobile nav dropdown ---------- */
.nav-links.open { display: flex; }
@media (max-width: 960px) {
  .nav-links.open { position: fixed; inset: 110px 0 auto 0; flex-direction: column; gap: 0; background: rgba(20,17,16,.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 14px 28px 26px; }
  .nav-links.open a { padding: 14px 0; width: 100%; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .nav-cta { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .form-panel { padding: 28px 22px; }
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; padding-top: 120px; gap: 10px; }
  .eyebrow { justify-content: center; }
  .hero .sub { margin-left: auto; margin-right: auto; }
  .hero-cta, .hero-meta { justify-content: center; }
  .hero-car { max-width: 520px; margin: 20px auto 0; }
  .prod-row { grid-template-columns: 1fr; gap: 30px; }
  .prod-row:nth-child(even) .prod-media { order: 0; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .rev-grid { grid-template-columns: 1fr; }
  .guides { grid-template-columns: 1fr; }
  .join form { flex-direction: column; }
}
@media (max-width: 520px) { .feat-grid { grid-template-columns: 1fr; } .section { padding: 80px 0; } }
