/* ============================================================
   MANAFIST PRODUCTIONS - site styles
   Brand tokens from 03_COLOUR_SYSTEM + 04_TYPOGRAPHY_SYSTEM
   ============================================================ */

:root {
  /* Primary */
  --steel-blue: #0F4761;
  --true-black: #000000;
  /* Secondary */
  --cinematic-charcoal: #1A1A1C;
  --graphite-grey: #2E2E31;
  /* Accent */
  --deep-red: #7A0A0A;
  --metallic-gold: #D4AF37;

  /* Neutrals */
  --white: #F4F4F2;
  --light-grey: #B8B8B6;
  --mid-grey: #6B6B6D;
  --rule: rgba(244, 244, 242, 0.12);
  --rule-strong: rgba(244, 244, 242, 0.28);

  /* Type */
  --f-head: "Oswald", "Barlow Condensed", "Helvetica Neue", sans-serif;
  --f-body: "Bebas Neue", "Helvetica Neue", Arial, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, monospace;

  /* Pacing - overridden by Tweaks */
  --pace-section: 180px;
  --pace-gap: 80px;
  --grain-opacity: 0.15;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--true-black); color: var(--white); }
body {
  font-family: var(--f-body);
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: none; /* replaced by reticle */
}
body.no-reticle { cursor: auto; }

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* ---------- Typography ---------- */
.h-display {
  font-family: var(--f-head);
  font-weight: 600;
  font-stretch: 85%;
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-size: clamp(56px, 11vw, 168px);
}
.h-section {
  font-family: var(--f-head);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  font-size: clamp(44px, 7vw, 104px);
}
.h-sub {
  font-family: var(--f-head);
  font-weight: 500;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(22px, 2.2vw, 32px);
}
.eyebrow {
  font-family: var(--f-mono);
  font-size: 1.2em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--light-grey);
}
.eyebrow .dot {
  display: inline-block;
  width: 6px; height: 6px;
  background: currentColor;
  margin-right: 14px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.body-lg {
  font-size: 1.65em;
  line-height: 1.6;
  color: var(--light-grey);
  max-width: 52ch;
  text-wrap: pretty;
}
.body {
  font-size: 1.45em;
  line-height: 1.65;
  color: var(--light-grey);
  max-width: 56ch;
  text-wrap: pretty;
}

/* ---------- Containers ---------- */
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 56px);
}
section {
  position: relative;
  padding-top: var(--pace-section);
  padding-bottom: var(--pace-section);
}
.section-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: var(--pace-gap);
}
.section-head .eyebrow { padding-top: 10px; }
.section-head .services-tagline {
  grid-column: 2;
  margin-top: 20px;
  font-family: var(--f-body);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
  color: var(--light-grey);
  max-width: 60ch;
  letter-spacing: 0;
}
@media (max-width: 780px) {
  .section-head { grid-template-columns: 1fr; gap: 20px; }
  .section-head .services-tagline { grid-column: 1; margin-top: 4px; }
}

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 80;
  backdrop-filter: blur(8px) saturate(1.1);
  -webkit-backdrop-filter: blur(8px) saturate(1.1);
  background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 100%);
  border-bottom: 1px solid transparent;
  transition: border-color .6s ease, background .6s ease;
}
.nav.scrolled { border-bottom-color: var(--rule); }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 56px);
}
.nav-logo {
  display: flex; align-items: center; gap: 14px;
}
.nav-logo-img {
  height: 28px;
  width: auto;
  display: block;
  filter: drop-shadow(0 0 0 transparent);
  opacity: 0.96;
  transition: opacity .3s ease;
}
.nav-logo:hover .nav-logo-img { opacity: 1; }
.footer-logo-img {
  height: 64px;
  width: auto;
  display: block;
  opacity: 0.96;
  margin-bottom: 4px;
}
@media (max-width: 780px) {
  .nav-logo-img { height: 22px; }
  .footer-logo-img { height: 48px; }
}
.nav-mark {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border: 1px solid var(--rule-strong);
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 1.4em;
  letter-spacing: 0.08em;
  color: var(--white);
}
.nav-word {
  font-family: var(--f-head);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 1.35em;
}
.nav-word .sub {
  font-weight: 400;
  color: var(--mid-grey);
  margin-left: 8px;
  letter-spacing: 0.32em;
  font-size: 1.15em;
}
.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-link {
  font-family: var(--f-mono);
  font-size: 1.2em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--light-grey);
  padding: 8px 2px;
  position: relative;
  transition: color .3s ease;
}
.nav-link::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 1px;
  background: var(--accent, var(--deep-red));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s ease, box-shadow .45s ease;
  box-shadow: 0 0 0px transparent;
}
.nav-link:hover { color: var(--white); }
.nav-link:hover::after {
  transform: scaleX(1);
  box-shadow: 0 0 8px var(--accent, var(--deep-red));
}
.nav-cta {
  border: 1px solid var(--rule-strong);
  padding: 10px 18px;
  font-family: var(--f-mono);
  font-size: 1.2em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--white);
  transition: border-color .3s ease, background .3s ease, color .3s ease;
}
.nav-cta:hover {
  border-color: var(--deep-red);
  background: var(--deep-red);
  color: var(--white);
}
@media (max-width: 780px) {
  .nav-links { display: none !important; }
  .nav-burger { display: inline-flex !important; }

  /* Hero reflow - stack headline, meta, CTA vertically */
  .hero-content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    bottom: clamp(110px, 16vh, 160px) !important;
    align-items: start !important;
  }
  .hero-meta {
    align-items: flex-start !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .hero-meta .ticker { font-size: 1em !important; letter-spacing: 0.22em !important; }
  .hero-meta .ticker .sep { margin: 0 6px !important; }
  .hero-cta {
    padding: 14px 18px !important;
    font-size: 1.15em !important;
    letter-spacing: 0.26em !important;
  }
  .hero-cta .arrow { width: 18px !important; }
  .hero-bottombar {
    font-size: 1em !important;
    letter-spacing: 0.22em !important;
    gap: 10px !important;
    bottom: 14px !important;
  }
  .hero-bottombar .sig { gap: 10px !important; }
  .hero-bottombar .sig i { padding-left: 10px !important; }
  .hero-content .mark {
    font-size: clamp(220px, 60vw, 340px) !important;
    top: auto !important;
    bottom: 18vh !important;
    left: -8vw !important;
  }
}
@media (max-width: 420px) {
  .hero-bottombar { display: none; }
}

/* prevent horizontal page scroll on narrow screens */
html, body { overflow-x: hidden; }

/* ============================================================
   NAV - MOBILE BURGER + PANEL
   ============================================================ */
.nav-burger {
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--rule-strong);
  padding: 0;
  cursor: pointer;
  color: var(--white);
  position: relative;
  z-index: 85;
  width: 44px;
  height: 44px;
  border-radius: 2px;
}
.nav-burger:hover { border-color: var(--white); }
.burger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 22px;
  height: 22px;
}
.burger-icon span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 1px;
  transition: transform .35s ease, opacity .35s ease;
  transform-origin: center;
}
.nav-burger[aria-expanded="true"] .burger-icon span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-burger[aria-expanded="true"] .burger-icon span:nth-child(2) {
  opacity: 0;
}
.nav-burger[aria-expanded="true"] .burger-icon span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-panel {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 100dvh;
  background: rgba(5,5,7,0.96);
  backdrop-filter: blur(20px) saturate(1.1);
  -webkit-backdrop-filter: blur(20px) saturate(1.1);
  z-index: 78;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-panel.open {
  opacity: 1;
  pointer-events: auto;
}
.nav-panel-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 40px clamp(24px, 6vw, 56px);
  width: 100%;
  max-width: 520px;
}
.nav-panel-eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.32em;
  color: var(--mid-grey);
  margin-bottom: 28px;
  text-transform: uppercase;
}
.nav-panel-eyebrow .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--deep-red);
  box-shadow: 0 0 10px rgba(122,10,10,0.7);
}
.nav-panel-link {
  display: block;
  font-family: var(--f-head);
  font-weight: 500;
  font-stretch: 85%;
  font-size: clamp(36px, 11vw, 56px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--white);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color .3s ease, padding-left .3s ease;
}
.nav-panel-link:hover,
.nav-panel-link:focus {
  color: var(--metallic-gold);
  padding-left: 10px;
}
.nav-panel-link.panel-cta {
  color: var(--deep-red);
  margin-top: 14px;
  border-bottom: 0;
}
.nav-panel-meta {
  margin-top: 28px;
  display: flex; gap: 12px;
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.3em;
  color: var(--mid-grey);
  text-transform: uppercase;
}
.nav-panel-meta .sep { color: var(--graphite-grey); }
body.nav-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  padding: 0;
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0;
  transition: inset .8s ease;
}
.hero.letterbox .hero-media { inset: 12% 0; }
.hero.letterbox::before,
.hero.letterbox::after {
  content: "";
  position: absolute; left: 0; right: 0;
  height: 12%;
  background: var(--true-black);
  z-index: 5;
}
.hero.letterbox::before { top: 0; }
.hero.letterbox::after  { bottom: 0; }
.hero-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.7) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, transparent 20%, transparent 55%, rgba(0,0,0,0.85) 100%);
  z-index: 3;
  pointer-events: none;
}
.hero-content {
  position: absolute;
  left: clamp(20px, 4vw, 56px);
  right: clamp(20px, 4vw, 56px);
  bottom: clamp(48px, 8vh, 96px);
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 48px;
}
.hero-content .mark {
  position: absolute;
  left: clamp(20px, 4vw, 56px);
  top: clamp(96px, 14vh, 180px);
  font-family: var(--f-head);
  font-weight: 200;
  font-size: clamp(180px, 30vw, 460px);
  line-height: 0.8;
  color: rgba(255,255,255,0.035);
  letter-spacing: -0.02em;
  pointer-events: none;
}
.hero-headline {
  max-width: 14ch;
}
.hero-headline .line {
  display: block;
  overflow: hidden;
}
.hero-headline .line span {
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .95s cubic-bezier(.2,.7,.2,1), transform .95s cubic-bezier(.2,.7,.2,1);
}
.hero-headline.pre-anim .line span { opacity: 0; transform: translateY(105%); }
.hero-headline.pre-anim.is-ready .line span { opacity: 1; transform: translateY(0); }
.hero-headline.pre-anim.is-ready .line:nth-child(1) span { transition-delay: .15s; }
.hero-headline.pre-anim.is-ready .line:nth-child(2) span { transition-delay: .35s; }
.hero-headline.pre-anim.is-ready .line:nth-child(3) span { transition-delay: .55s; }

.hero-meta {
  display: flex; flex-direction: column; gap: 14px;
  align-items: flex-end;
  min-width: 240px;
}
.hero-meta .ticker {
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--light-grey);
}
.hero-meta .ticker .sep { color: var(--rule-strong); margin: 0 10px; }
.hero-cta {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 16px 22px;
  border: 1px solid var(--deep-red);
  background: var(--deep-red);
  color: var(--white);
  font-family: var(--f-mono);
  font-size: 1.2em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.hero-cta:hover {
  background: transparent;
  box-shadow: 0 0 24px rgba(122, 10, 10, 0.55);
}
.hero-cta .arrow {
  width: 28px; height: 1px; background: currentColor;
  position: relative;
}
.hero-cta .arrow::after {
  content: "";
  position: absolute; right: 0; top: -3px;
  width: 7px; height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.hero-bottombar {
  position: absolute;
  left: clamp(20px, 4vw, 56px);
  right: clamp(20px, 4vw, 56px);
  bottom: 16px;
  display: flex; align-items: center; justify-content: space-between;
  z-index: 10;
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
.hero-bottombar .sig { display: flex; gap: 18px; align-items: center; }
.hero-bottombar .sig i {
  font-style: normal; color: var(--light-grey);
  border-left: 1px solid var(--rule-strong);
  padding-left: 18px;
}
.hero.letterbox .hero-bottombar { bottom: calc(12% - 28px); }

.scroll-ind {
  position: absolute;
  left: 50%; bottom: 28px;
  transform: translateX(-50%);
  z-index: 10;
  width: 1px; height: 48px;
  background: linear-gradient(180deg, transparent, var(--rule-strong), transparent);
}
.scroll-ind::after {
  content: "";
  position: absolute;
  left: 50%; top: 0;
  width: 1px; height: 14px;
  background: var(--white);
  transform: translateX(-50%);
  animation: scroll-dot 2.4s ease-in-out infinite;
}
@keyframes scroll-dot {
  0% { top: -2px; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { top: 36px; opacity: 0; }
}
.hero.letterbox .scroll-ind { bottom: calc(12% + 18px); }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 96px;
  align-items: stretch;
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .about-grid > * { min-width: 0; }
}
.about-img {
  aspect-ratio: 4/5;
  position: relative;
  border: 1px solid var(--rule);
}
.about-copy { display: flex; flex-direction: column; gap: 36px; }
.about-copy h2 { color: var(--white); }
.about-copy .gold-rule {
  width: 56px; height: 1px;
  background: var(--metallic-gold);
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 12px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}
.about-stats .stat .n {
  font-family: var(--f-head);
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  color: var(--metallic-gold);
}
.about-stats .stat .l {
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-top: 10px;
  display: block;
}

/* ---------- Services ---------- */
.services {
  background: var(--cinematic-charcoal);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.services-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--rule);
}
@media (max-width: 1400px) {
  .services-list { grid-template-columns: repeat(2, 1fr); }
  .service { border-bottom: 1px solid var(--rule); }
  .service:nth-child(2n) { border-right: 0; }
  .service:nth-last-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .service:last-child { border-bottom: 0; grid-column: span 2; }
}
@media (max-width: 680px) {
  .services-list { grid-template-columns: 1fr; }
  .service { border-right: 0 !important; border-bottom: 1px solid var(--rule); }
  .service:last-child { border-bottom: 0; grid-column: auto; }
}
.service {
  padding: 56px 40px;
  border-right: 1px solid var(--rule);
  position: relative;
  min-height: 440px;
  display: flex; flex-direction: column;
  transition: background .5s ease;
}
.service:last-child { border-right: 0; }
@media (max-width: 900px) {
  .service { border-right: 0; border-bottom: 1px solid var(--rule); }
  .service:last-child { border-bottom: 0; }
}
.service .num {
  font-family: var(--f-mono);
  font-size: 1.2em;
  letter-spacing: 0.3em;
  color: var(--mid-grey);
}
.service h3 {
  margin-top: 56px;
  font-family: var(--f-head);
  font-weight: 500;
  text-transform: uppercase;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--white);
  /* reserve 4 lines so paragraph tops align across all cards */
  min-height: calc(4 * 1.15em);
}
.service p {
  margin-top: 20px;
  color: var(--light-grey);
  font-size: 1.4em;
  line-height: 1.6;
  max-width: 36ch;
}
.service .redline {
  margin-top: auto;
  margin-top: 32px;
  width: 32px; height: 1px;
  background: var(--deep-red);
  transition: width .45s ease, box-shadow .45s ease;
}
.service:hover .redline {
  width: 72px;
  box-shadow: 0 0 10px rgba(122,10,10,0.6);
}
.service:hover { background: #18181a; }

/* ---------- Work ---------- */
.work-intro { margin-bottom: 96px; }
.project {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex; align-items: end;
  padding: 0 clamp(20px, 4vw, 56px) clamp(24px, 4vh, 48px);
  overflow: hidden;
  border-top: 1px solid var(--rule);
}
.project-media {
  position: absolute; inset: 0;
  z-index: 1;
}
.project-overlay {
  position: absolute; inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25) 0%, transparent 35%, rgba(0,0,0,0.88) 100%);
}
.project-inner {
  position: relative; z-index: 4;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.project-meta-top {
  position: absolute;
  top: 40px; left: clamp(20px, 4vw, 56px);
  right: clamp(20px, 4vw, 56px);
  z-index: 4;
  display: flex; justify-content: space-between;
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--light-grey);
}
.project-meta-top .tag {
  color: var(--metallic-gold);
}
.project-title {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: clamp(40px, 6.4vw, 96px);
  line-height: 0.94;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  color: var(--white);
  text-wrap: balance;
}
.pt-em {
  font-style: normal;
  font-weight: 400;
  color: var(--metallic-gold);
  font-size: 1.55em;
  letter-spacing: 0.02em;
}
.pt-colon { color: var(--metallic-gold); font-weight: 300; }
.pt-dash { color: var(--mid-grey); font-weight: 300; }
.pt-br { display: block; }
@media (max-width: 720px) {
  .pt-br { display: inline; }
  .pt-em { font-size: 1.6em; }
}
.project-sub {
  font-family: var(--f-mono);
  font-size: 1.2em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--light-grey);
  margin-top: 18px;
}
.project-right {
  text-align: right;
  max-width: 440px;
}
.project-right .desc {
  color: var(--light-grey);
  font-size: 1.4em;
  line-height: 1.6;
  margin-bottom: 22px;
}
.project-right .view {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono);
  font-size: 1.2em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--white);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--metallic-gold);
  transition: color .3s ease, box-shadow .3s ease;
}
.project-right .view:hover { box-shadow: 0 2px 0 var(--metallic-gold); }
@media (max-width: 900px) {
  /* Stack in normal flow so the eyebrow sits ABOVE the title (no overrun). */
  .project { display: block; height: auto; min-height: 0; padding-top: 96px; }
  .project-meta-top {
    position: static; top: auto; left: auto; right: auto;
    margin: 0 0 22px; flex-wrap: wrap; gap: 4px 14px;
    font-size: 0.85em; letter-spacing: 0.2em;
  }
  .project-inner { grid-template-columns: 1fr; gap: 24px; }
  .project-right { text-align: left; max-width: 100%; }
}

/* ---------- Studio ---------- */
.studio {
  background: var(--true-black);
}
.studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.studio-grid .cell { position: relative; }
.studio-grid .cell.tall { grid-row: span 2; aspect-ratio: auto; height: 100%; }
.studio-grid .cell .box { aspect-ratio: 16/10; height: 100%; }
.studio-grid .cell.tall .box { aspect-ratio: 3/4; }
.studio-rail {
  margin-top: 88px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding-top: 40px;
  border-top: 1px solid var(--rule);
}
@media (max-width: 900px) {
  .studio-grid { grid-template-columns: 1fr; }
  .studio-grid .cell.tall { grid-row: auto; }
  .studio-rail { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
.spec .k {
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-bottom: 10px;
}
.spec .v {
  font-family: var(--f-head);
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.05;
  color: var(--white);
}

/* Studio: mode switching */
.studio .studio-mode { display: none !important; }
.studio[data-studio-mode="live"] .studio-mode-live { display: block !important; }
.studio[data-studio-mode="dev"] .studio-mode-dev { display: block !important; }
.studio[data-studio-mode="cap"] .studio-mode-cap { display: block !important; }

.studio-mode-dev .dev-lede { max-width: 760px; margin-bottom: 72px; }
.dev-roadmap { border-top: 1px solid var(--rule); }
.dev-row {
  display: grid;
  grid-template-columns: 160px 260px 1fr 220px;
  gap: 48px;
  align-items: start;
  padding: 44px 0;
  border-bottom: 1px solid var(--rule);
  transition: background .4s ease;
}
.dev-row:hover { background: rgba(244,244,242,0.02); }
.dev-stage {
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mid-grey);
  padding-top: 8px;
}
.dev-name {
  font-family: var(--f-head);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1;
  letter-spacing: -0.005em;
  color: var(--white);
}
.dev-desc {
  color: var(--light-grey);
  font-size: 1.4em;
  line-height: 1.6;
  max-width: 44ch;
  padding-top: 4px;
}
.dev-status {
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--light-grey);
  text-align: right;
  padding-top: 10px;
  white-space: nowrap;
}
.stdot {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.stdot.build { background: var(--metallic-gold); box-shadow: 0 0 8px rgba(212,175,55,0.6); }
.stdot.design { background: var(--light-grey); }
.stdot.planned { background: transparent; border: 1px solid var(--mid-grey); }
@media (max-width: 900px) {
  .dev-row { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; }
  .dev-status { text-align: left; }
}
.dev-banner {
  margin-top: 72px;
  padding: 40px 48px;
  border: 1px solid var(--rule);
  border-left: 2px solid var(--metallic-gold);
  background: linear-gradient(90deg, rgba(212,175,55,0.05), transparent 60%), rgba(244,244,242,0.015);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.dev-banner-k {
  font-family: var(--f-mono);
  font-size: 1.2em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--light-grey);
}
.dev-banner-v {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: clamp(64px, 9vw, 128px);
  line-height: 0.9;
  letter-spacing: -0.01em;
  color: var(--metallic-gold);
}
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.cap {
  padding: 40px 36px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  min-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background .4s ease;
}
.cap:hover { background: rgba(244,244,242,0.02); }
.cap-k {
  font-family: var(--f-head);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.005em;
  color: var(--white);
}
.cap-v {
  color: var(--light-grey);
  font-size: 1.4em;
  line-height: 1.6;
  max-width: 34ch;
}
@media (max-width: 900px) {
  .cap-grid { grid-template-columns: 1fr; }
}

/* Hero headline: guarantee visible fallback if keyframes are deferred */
.hero-headline .line span { animation-fill-mode: forwards; }
.hero-headline.is-ready .line span { transform: translateY(0) !important; }


/* ---------- Process ---------- */
.process {
  background: var(--cinematic-charcoal);
  border-top: 1px solid var(--rule);
}
.process-list { border-top: 1px solid var(--rule); }
.step {
  display: grid;
  grid-template-columns: 140px 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
  padding: 48px 0;
  border-bottom: 1px solid var(--rule);
  transition: background .4s ease;
}
.step:hover { background: rgba(244,244,242,0.02); }
.step .num {
  font-family: var(--f-head);
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
  color: var(--mid-grey);
  transition: color .4s ease;
}
.step:hover .num { color: var(--metallic-gold); }
.step h4 {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 40px);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.005em;
}
.step .desc { color: var(--light-grey); font-size: 1.4em; max-width: 42ch; }
.step .keywords {
  display: flex; flex-direction: column; gap: 8px;
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
@media (max-width: 900px) {
  .step { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; }
  .step .num { font-size: 40px; }
}

/* ---------- CTA ---------- */
.cta {
  text-align: center;
  background: var(--true-black);
  padding-top: calc(var(--pace-section) * 0.9);
  padding-bottom: calc(var(--pace-section) * 0.9);
  position: relative;
  overflow: hidden;
}
.cta-bg {
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
}
.cta-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  /* subject (kick) sits left of center in the source; pull it further left
     so the body copy on center-axis reads on the negative-space side */
  object-position: 30% 50%;
  opacity: 0.85;
  filter: contrast(1.05);
  transform: scale(1.03);
  animation: ctaDrift 32s ease-in-out infinite alternate;
}
@keyframes ctaDrift {
  0%   { transform: scale(1.03) translate3d(0,0,0); }
  100% { transform: scale(1.09) translate3d(-1.2%, -0.8%, 0); }
}
.cta-overlay {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    /* soft centre scrim for text readability - dark only where text sits */
    radial-gradient(ellipse 55% 45% at 50% 50%, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.05) 85%, rgba(0,0,0,0) 100%),
    /* gentle top-bottom edge anchor */
    linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.1) 25%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.5) 100%);
}
@media (prefers-reduced-motion: reduce) {
  .cta-bg img { animation: none; }
}
.cta::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at center, rgba(122,10,10,0.22), transparent 55%);
  pointer-events: none;
  mix-blend-mode: screen;
}
.cta-inner { position: relative; z-index: 3; max-width: 1000px; margin: 0 auto; }
.cta h2 {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: clamp(56px, 10vw, 144px);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 18px rgba(0,0,0,0.85), 0 0 40px rgba(0,0,0,0.55);
}
.cta .eyebrow { justify-self: center; display: inline-block; margin-bottom: 28px; color: var(--deep-red); }
.cta p {
  color: var(--light-grey);
  margin: 28px auto 40px;
  max-width: 48ch;
  text-shadow: 0 1px 10px rgba(0,0,0,0.85);
}
.cta-button {
  display: inline-flex; align-items: center; gap: 16px;
  padding: 20px 28px;
  background: var(--deep-red);
  color: var(--white);
  font-family: var(--f-mono);
  font-size: 1.25em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
  border: 1px solid var(--deep-red);
}
.cta-button:hover {
  box-shadow: 0 0 36px rgba(122,10,10,0.5);
  transform: translateY(-1px);
}

/* ---------- Footer ---------- */
.footer {
  background: #060607;
  border-top: 1px solid var(--rule);
  padding: 88px 0 36px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 900px) {
  /* Mobile: stack every footer group in one column, never side-by-side. */
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
}
.footer h5 {
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-bottom: 20px;
  font-weight: 400;
}
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer ul a {
  font-family: var(--f-body);
  font-size: 1.4em;
  color: var(--light-grey);
  transition: color .3s ease;
  position: relative;
  display: inline-block;
}
.footer ul a:hover { color: var(--metallic-gold); }

.footer-brand .mark-big {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: clamp(80px, 10vw, 140px);
  line-height: 0.85;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
.footer-brand .mark-big .gold { color: var(--metallic-gold); }
.footer-brand .tag {
  margin-top: 18px;
  color: var(--light-grey);
  max-width: 36ch;
  font-size: 1.4em;
}
.footer-bottom {
  margin-top: 28px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-mono);
  font-size: 1.15em;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
.footer-bottom .tick { display: inline-block; color: var(--metallic-gold); }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.1s cubic-bezier(.2,.7,.2,1), transform 1.1s cubic-bezier(.2,.7,.2,1);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.1s; }
.reveal.d2 { transition-delay: 0.2s; }
.reveal.d3 { transition-delay: 0.3s; }
.reveal.d4 { transition-delay: 0.4s; }

/* ---------- Grain overlay (animated) ---------- */
#grain {
  position: fixed; inset: -50%;
  z-index: 9000;
  pointer-events: none;
  opacity: var(--grain-opacity);
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.8' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.9 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  background-size: 220px 220px;
  animation: grain 1.6s steps(6) infinite;
  will-change: transform;
}
@keyframes grain {
  0%   { transform: translate(0,0); }
  10%  { transform: translate(-3%, -2%); }
  25%  { transform: translate(-6%, 2%); }
  40%  { transform: translate(3%, -3%); }
  55%  { transform: translate(-2%, 4%); }
  70%  { transform: translate(4%, 2%); }
  85%  { transform: translate(-4%, -1%); }
  100% { transform: translate(0,0); }
}

/* Vignette on whole page */
#vignette {
  position: fixed; inset: 0;
  z-index: 8900;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,0.55) 100%);
}

/* ---------- Reticle cursor ---------- */
#reticle {
  position: fixed;
  top: 0; left: 0;
  width: 28px; height: 28px;
  margin-left: -14px; margin-top: -14px;
  z-index: 9500;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: width .25s ease, height .25s ease, opacity .25s ease, margin .25s ease;
  opacity: 0.85;
}
#reticle::before, #reticle::after {
  content: ""; position: absolute; background: #fff;
}
#reticle::before {
  top: 50%; left: 0; right: 0; height: 1px;
  transform: translateY(-50%);
}
#reticle::after {
  top: 0; bottom: 0; left: 50%; width: 1px;
  transform: translateX(-50%);
}
#reticle .dot {
  position: absolute;
  top: 50%; left: 50%;
  width: 3px; height: 3px;
  background: #fff;
  transform: translate(-50%, -50%);
}
#reticle.hover {
  width: 52px; height: 52px;
  margin-left: -26px; margin-top: -26px;
}
body.no-reticle #reticle { display: none; }

/* ---------- Tweaks panel ---------- */
#tweaks {
  position: fixed;
  right: 20px; bottom: 20px;
  z-index: 10000;
  width: 300px;
  background: rgba(10,10,11,0.92);
  border: 1px solid var(--rule-strong);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--white);
  display: none;
}
#tweaks.open { display: block; }
#tweaks .t-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--rule);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 10px;
  color: var(--light-grey);
}
#tweaks .t-head > span:first-child { display: inline-flex; align-items: center; }
#tweaks .t-close {
  background: transparent;
  border: 1px solid var(--rule);
  color: var(--light-grey);
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--f-mono);
  font-size: 18px;
  line-height: 1;
  cursor: none;
  padding: 0;
  transition: all .2s ease;
}
#tweaks .t-close:hover {
  color: var(--white);
  border-color: var(--white);
  background: var(--deep-red);
}
#tweaks .t-head .dot {
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--deep-red);
  margin-right: 10px;
  vertical-align: middle;
  transform: translateY(-1px);
}
#tweaks .t-body { padding: 18px; display: flex; flex-direction: column; gap: 18px; }
#tweaks .row { display: flex; flex-direction: column; gap: 8px; }
#tweaks .row label {
  font-size: 9.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
#tweaks .opts { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
#tweaks .opt {
  padding: 8px 10px;
  background: transparent;
  border: 1px solid var(--rule);
  color: var(--light-grey);
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: none;
  text-align: left;
  transition: all .25s ease;
}
#tweaks .opt:hover { color: var(--white); border-color: var(--rule-strong); }
#tweaks .opt.active {
  background: var(--white);
  color: var(--true-black);
  border-color: var(--white);
}
#tweaks input[type="range"] {
  width: 100%;
  accent-color: var(--deep-red);
}
#tweaks .toggle {
  display: inline-flex; align-items: center; gap: 10px;
  cursor: none;
}
#tweaks .toggle .sw {
  width: 32px; height: 16px;
  background: var(--graphite-grey);
  border-radius: 999px;
  position: relative;
  transition: background .25s ease;
}
#tweaks .toggle .sw::after {
  content: "";
  position: absolute;
  top: 2px; left: 2px;
  width: 12px; height: 12px;
  background: var(--white);
  border-radius: 50%;
  transition: transform .25s ease;
}
#tweaks .toggle.on .sw { background: var(--deep-red); }
#tweaks .toggle.on .sw::after { transform: translateX(16px); }

/* ---------- Tweaks panel, mobile (full-height side drawer) ---------- */
@media (max-width: 720px) {
  #tweaks {
    right: 0;
    bottom: 0;
    top: 0;
    width: min(86vw, 340px);
    max-width: 100vw;
    border: none;
    border-left: 1px solid var(--rule-strong);
    background: rgba(8,8,9,0.96);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  #tweaks.open { display: flex; }
  #tweaks .t-head {
    flex: 0 0 auto;
    padding: 18px 20px;
  }
  #tweaks .t-close {
    width: 36px; height: 36px;
    font-size: 22px;
  }
  #tweaks .t-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 20px 32px;
    gap: 22px;
  }
  /* slightly bigger hit targets for thumb use */
  #tweaks .opt {
    padding: 11px 12px;
    font-size: 10.5px;
  }
  #tweaks .toggle .sw {
    width: 38px; height: 20px;
  }
  #tweaks .toggle .sw::after {
    width: 16px; height: 16px;
  }
  #tweaks .toggle.on .sw::after { transform: translateX(18px); }
}


/* === FORCED OVERRIDES (guaranteed end-of-file, parser-safe) === */
.hero-headline .line { overflow: hidden; }
.hero-headline.pre-anim.is-ready .line span {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.hero-headline:not(.pre-anim) .line span {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.hero-meta { opacity: 1 !important; }
.hero:not(.is-ready) .hero-meta {
  /* keep visible by default; animation is purely decorative when present */
  opacity: 1 !important;
}

/* ============================================================
   FOUNDERS (About)
   ============================================================ */
.founders {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
}
.founders-label {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-bottom: 18px;
}
.founders-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 600px) {
  .founders-row { grid-template-columns: 1fr; gap: 18px; }
}
.founder-name {
  font-family: var(--f-head);
  font-weight: 500;
  font-stretch: 85%;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
}
.founder-role {
  margin-top: 8px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--light-grey);
}
.founder-sub {
  margin-top: 6px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
.founders-network {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  align-items: baseline;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.fn-k {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--metallic-gold);
}
.fn-v {
  color: var(--light-grey);
  font-size: 15px;
  letter-spacing: 0.02em;
}

/* ============================================================
   SERVICES - 5-tile responsive grid
   ============================================================ */
@media (min-width: 900px) {
  .services-list { grid-template-columns: repeat(5, 1fr); }
  .service { padding: 48px 28px; }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .services-list { grid-template-columns: repeat(3, 1fr); }
  .service:nth-child(3) { border-right: 0; }
  .service:nth-child(n+4) { border-top: 1px solid var(--rule); }
}
.service-ai .num {
  color: var(--metallic-gold);
}
.service-ai .redline {
  background: var(--metallic-gold);
}

/* ============================================================
   KIT / CAPABILITIES (in Studio)
   ============================================================ */
.kit {
  max-width: 1360px;
  margin: var(--pace-gap) auto 0;
  padding: 56px clamp(24px, 5vw, 56px) 0;
  border-top: 1px solid var(--rule);
}
.kit-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}
.kit-label {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--light-grey);
}
.kit-rule {
  height: 1px;
  background: var(--rule);
}
.kit-rule.gold {
  background: rgba(212, 175, 55, 0.28);
}
.kit-meta {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
.kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: 0;
  background: rgba(26, 26, 28, 0.4);
}
@media (max-width: 900px) {
  .kit-grid { grid-template-columns: 1fr; }
}
.kit-card {
  padding: 36px 32px 40px;
  border-right: 1px solid var(--rule);
  position: relative;
}
.kit-card:last-child { border-right: 0; }
@media (max-width: 900px) {
  .kit-card { border-right: 0; border-bottom: 1px solid var(--rule); }
  .kit-card:last-child { border-bottom: 0; }
}
.kit-id {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid-grey);
  margin-bottom: 24px;
}
.kit-cat {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--deep-red);
  margin-bottom: 10px;
}
.kit-name {
  font-family: var(--f-head);
  font-weight: 500;
  font-stretch: 85%;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 16px;
}
.kit-name .kit-spec {
  color: var(--metallic-gold);
  font-size: 0.72em;
  margin-left: 6px;
  letter-spacing: 0.06em;
}
.kit-note {
  color: var(--light-grey);
  font-size: 14px;
  line-height: 1.55;
  max-width: 34ch;
}

/* Lenses sub-block */
.kit-lenses {
  margin-top: 48px;
}
.lens-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.lens-list {
  display: flex;
  flex-direction: column;
}
.lens {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 32px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
}
.lens:last-child { border-bottom: 0; }
@media (max-width: 800px) {
  .lens {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.lens-id {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--metallic-gold);
}
.lens-name {
  font-family: var(--f-head);
  font-weight: 500;
  font-stretch: 90%;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--white);
}
.lens-spec {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--light-grey);
  text-align: right;
}
@media (max-width: 800px) {
  .lens-spec { text-align: left; }
}

/* ============================================================
   WHY MANAFIST
   ============================================================ */
.why {
  background: var(--cinematic-charcoal);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding-top: var(--pace-section);
  padding-bottom: var(--pace-section);
}
.why-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.why-row {
  display: grid;
  grid-template-columns: 72px 1fr 2fr;
  gap: 36px;
  align-items: baseline;
  padding: 36px 0;
  border-bottom: 1px solid var(--rule);
}
.why-row:last-child { border-bottom: 0; }
@media (max-width: 900px) {
  .why-row {
    grid-template-columns: 60px 1fr;
    gap: 16px 20px;
  }
  .why-row .why-v {
    grid-column: 1 / -1;
    padding-left: 80px;
  }
}
@media (max-width: 600px) {
  .why-row .why-v { padding-left: 0; }
}
.why-n {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--metallic-gold);
}
.why-k {
  font-family: var(--f-head);
  font-weight: 500;
  font-stretch: 85%;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
}
.why-v {
  color: var(--light-grey);
  font-size: 16px;
  line-height: 1.6;
  max-width: 56ch;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq {
  padding-top: var(--pace-section);
  padding-bottom: var(--pace-section);
}
.faq-list {
  margin-top: 24px;
  border-top: 1px solid var(--rule);
}
.faq-q {
  border-bottom: 1px solid var(--rule);
}
.faq-q summary {
  display: grid;
  grid-template-columns: 80px 1fr 24px;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  list-style: none;
  outline: none;
  transition: color 0.2s ease;
}
.faq-q summary::-webkit-details-marker { display: none; }
.faq-q summary:hover { color: var(--metallic-gold); }
.faq-n {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid-grey);
}
.faq-t {
  font-family: var(--f-head);
  font-weight: 500;
  font-stretch: 85%;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
}
.faq-x {
  width: 16px; height: 16px;
  position: relative;
  justify-self: end;
}
.faq-x::before, .faq-x::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--light-grey);
  transition: transform 0.25s ease, background 0.2s ease;
}
.faq-x::before { width: 16px; height: 1px; }
.faq-x::after  { width: 1px; height: 16px; }
.faq-q[open] .faq-x::after { transform: scaleY(0); }
.faq-q[open] .faq-x::before { background: var(--metallic-gold); }
.faq-a {
  padding: 0 0 32px 104px;
  color: var(--light-grey);
  font-size: 16px;
  line-height: 1.65;
  max-width: 72ch;
}
@media (max-width: 700px) {
  .faq-q summary { grid-template-columns: 56px 1fr 18px; gap: 14px; padding: 22px 0; }
  .faq-a { padding-left: 70px; font-size: 15px; }
}
@media (max-width: 500px) {
  .faq-a { padding-left: 0; }
}

/* ============================================================
   CTA - dual action
   ============================================================ */
.cta-actions {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.cta-secondary {
  background: transparent !important;
  color: var(--white) !important;
  border: 1px solid var(--rule-strong) !important;
}
.cta-secondary:hover {
  border-color: var(--metallic-gold) !important;
  color: var(--metallic-gold) !important;
}
.cta-contact {
  margin-top: 36px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mid-grey);
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-contact .sep { color: var(--graphite-grey); }