/* Showpiece v2 — kinetic typography, dark industrial */
:root {
  --accent: #1c7c4e;
  --tscale: 1;
  --bg: #0b0c0e;
  --bg2: #101215;
  --ink: #f0efe9;
  --ink-dim: #8f959c;
  --line: rgba(240, 239, 233, 0.13);
  --card: #14161a;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Hanken Grotesk", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: color-mix(in srgb, var(--accent) 70%, var(--ink)); }
::selection { background: var(--accent); color: #fff; }

/* ---------- nav pill ---------- */
.nav {
  position: fixed;
  top: 0; left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 32px;
  transition: max-width 0.45s cubic-bezier(0.6, 0, 0.2, 1), padding 0.45s cubic-bezier(0.6, 0, 0.2, 1),
    top 0.45s cubic-bezier(0.6, 0, 0.2, 1), background 0.3s ease, border-color 0.3s ease,
    border-radius 0.45s ease, box-shadow 0.3s ease;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
}
.nav--pill {
  top: 14px;
  max-width: 720px;
  padding: 8px 10px 8px 22px;
  background: color-mix(in srgb, var(--bg2) 82%, transparent);
  backdrop-filter: blur(14px);
  border-color: var(--line);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.nav__logo {
  font-family: "Anton", sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  color: var(--ink);
  text-transform: uppercase;
  white-space: nowrap;
}
.nav__logo em { color: var(--accent); font-style: normal; }
.nav__right { display: flex; align-items: center; gap: 20px; }
.nav__link {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.nav__link:hover { color: var(--ink); }
.nav--pill .nav__link--hide { display: none; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  will-change: transform;
}
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { background: color-mix(in srgb, var(--accent) 85%, #000); color: #fff; }
.btn--ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--ink); color: var(--ink); }
.btn--lg { font-size: 17px; padding: 17px 34px; }
.nav--pill .btn { padding: 10px 20px; font-size: 14px; }

/* ---------- type ---------- */
.eyebrow {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
}
.h-giant {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(clamp(58px, 10.5vw, 168px) * var(--tscale));
  line-height: 0.92;
  letter-spacing: 0.004em;
}
.h-giant .accent { color: var(--accent); }
.h-giant .outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}
.h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(clamp(38px, 5.6vw, 88px) * var(--tscale));
  line-height: 0.98;
}
.lead { color: var(--ink-dim); font-size: 18px; line-height: 1.6; max-width: 560px; }
.hl-mask { display: block; overflow: hidden; padding-bottom: 0.06em; margin-bottom: -0.06em; }
.hl-mask > span { display: block; will-change: transform; }

/* ---------- hero ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 4vw 70px;
  position: relative;
}
.hero__foot {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}
.hero__sub { max-width: 400px; color: var(--ink-dim); font-size: 17px; line-height: 1.55; }
.hero__scroll {
  position: absolute;
  bottom: 26px; right: 4vw;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

/* ---------- kinetic word tracks ---------- */
.ktrack-wrap {
  padding: 8vh 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
}
.ktrack {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: calc(clamp(48px, 7.5vw, 120px) * var(--tscale));
  line-height: 1;
  white-space: nowrap;
  will-change: transform;
  display: flex;
  gap: 0.6em;
}
.ktrack span { flex-shrink: 0; }
.ktrack .o { color: transparent; -webkit-text-stroke: 1.5px var(--ink-dim); }
.ktrack .a { color: var(--accent); }

/* ---------- sections ---------- */
.sec { padding: 20vh 4vw; max-width: 1360px; margin: 0 auto; position: relative; }

/* split-word reveal targets */
.kw .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.kw .w > i { display: inline-block; font-style: inherit; will-change: transform; }

/* vs */
.vs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 60px; }
.vs__card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 36px;
  background: var(--card);
}
.vs__card--new { border-color: color-mix(in srgb, var(--accent) 55%, transparent); }
.vs__tag {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.vs__card--new .vs__tag { color: var(--accent); }
.vs__title {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: calc(30px * var(--tscale));
  margin: 14px 0 22px;
}
.vs__list { list-style: none; display: grid; gap: 13px; }
.vs__list li { display: flex; gap: 12px; align-items: baseline; font-size: 16px; }
.vs__card--old .vs__list li { color: var(--ink-dim); }
.vs__list .m { font-family: "Space Mono", monospace; font-size: 14px; color: var(--accent); }
.vs__card--old .vs__list .m { color: #b3543f; }

/* ---------- stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.stat {
  padding: 56px 30px;
  border-left: 1px solid var(--line);
  display: grid;
  gap: 10px;
  align-content: start;
}
.stat:first-child { border-left: none; }
.stat .v {
  font-family: "Anton", sans-serif;
  font-size: calc(clamp(44px, 5vw, 76px) * var(--tscale));
  line-height: 1;
  color: var(--ink);
}
.stat .v em { color: var(--accent); font-style: normal; }
.stat .k {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

/* ---------- steps ---------- */
.steps { display: grid; gap: 0; margin-top: 30px; }
.stepRow {
  display: grid;
  grid-template-columns: 180px 1fr 1.1fr;
  gap: 30px;
  align-items: center;
  padding: 44px 0;
  border-top: 1px solid var(--line);
}
.stepRow:last-child { border-bottom: 1px solid var(--line); }
.stepRow .num {
  font-family: "Anton", sans-serif;
  font-size: calc(clamp(64px, 7vw, 110px) * var(--tscale));
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px var(--ink-dim);
}
.stepRow:hover .num { color: var(--accent); -webkit-text-stroke: 2px var(--accent); transition: color 0.25s; }
.stepRow h4 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: calc(26px * var(--tscale));
}
.stepRow p { color: var(--ink-dim); font-size: 16px; line-height: 1.6; }

/* ---------- photo strip ---------- */
.strip {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1.1fr;
  gap: 18px;
  padding: 0 4vw;
  max-width: 1360px;
  margin: 0 auto;
}
.strip .ph {
  border-radius: 16px;
  overflow: hidden;
  height: 420px;
  will-change: transform;
  border: 1px solid var(--line);
}
.strip .ph:nth-child(2) { height: 340px; margin-top: 70px; }
.strip .ph:nth-child(3) { height: 470px; margin-top: 30px; }
.strip image-slot {
  width: 100%;
  height: 100%;
  color: rgba(240, 239, 233, 0.6);
  background: #1b1e23;
}

/* ---------- quote ---------- */
.quote { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.qform {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px;
  display: grid;
  gap: 16px;
}
.qform label {
  display: grid;
  gap: 7px;
  font-family: "Space Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.qform input, .qform select {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  color: var(--ink);
  background: var(--bg2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 14px;
  outline: none;
  width: 100%;
}
.qform input:focus, .qform select:focus { border-color: var(--accent); }
.qform .btn { justify-content: center; }
.qform__ok { text-align: center; padding: 40px 10px; display: none; gap: 12px; justify-items: center; }
.qform__ok .big { font-family: "Anton", sans-serif; text-transform: uppercase; font-size: 26px; }
.qform__ok p { color: var(--ink-dim); }

/* footer */
.foot {
  border-top: 1px solid var(--line);
  padding: 26px 4vw;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  color: var(--ink-dim);
}

/* reveals */
.rv { opacity: 0; transform: translateY(40px); }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; }
  .ktrack { transform: none !important; }
}

#tweaks-root { position: relative; z-index: 50; }

@media (max-width: 900px) {
  .vs, .quote { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { border-left: none; border-top: 1px solid var(--line); }
  .stepRow { grid-template-columns: 90px 1fr; }
  .stepRow p { grid-column: 2; }
  .strip { grid-template-columns: 1fr; }
  .strip .ph, .strip .ph:nth-child(2), .strip .ph:nth-child(3) { height: 300px; margin-top: 0; }
  .sec { padding: 14vh 20px; }
  .hero { padding: 120px 20px 70px; }
  .nav { padding: 14px 20px; }
  .nav__link--hide { display: none; }
}
