:root {
  --paper: #efede6;
  --paper-2: #e7e4dc;
  --ink: #0b0b0b;
  --black: #090909;
  --acid: #b7ec22;
  --muted: #77746d;
  --line: rgba(15, 15, 15, 0.25);
  --header-h: 82px;
  --pad-x: clamp(22px, 4vw, 72px);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
img, video, canvas { display: block; max-width: 100%; }
::selection { background: var(--acid); color: #000; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .045;
  background-image:
    radial-gradient(circle at 12% 18%, #000 0 0.7px, transparent 0.9px),
    radial-gradient(circle at 72% 68%, #000 0 0.6px, transparent 0.9px),
    radial-gradient(circle at 42% 88%, #000 0 0.7px, transparent 1px);
  background-size: 6px 6px, 7px 7px, 5px 5px;
  mix-blend-mode: multiply;
}

.cursor-dot {
  position: fixed;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--acid);
  pointer-events: none;
  z-index: 1200;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width .2s ease, height .2s ease, opacity .2s ease;
}
@media (pointer: fine) { body:hover .cursor-dot { opacity: .9; } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--pad-x);
  color: #0b0b0b;
  transition: color .4s ease, transform .35s ease;
}
.site-header.is-dark { color: #f1efe8; }
.site-header.is-hidden { transform: translateY(-110%); }
.logo {
  justify-self: start;
  font: 900 clamp(24px, 2vw, 34px)/1 var(--display);
  letter-spacing: -0.03em;
  position: relative;
  text-transform: uppercase;
}
.logo span { font: 700 8px/1 var(--sans); position: absolute; top: 0; margin-left: 2px; }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 48px); }
.desktop-nav a,
.cart-link {
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .02em;
}
.desktop-nav a::after,
.footer-links a::after,
.footer-social a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: currentColor;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .25s ease;
}
.desktop-nav a:hover::after,
.footer-links a:hover::after,
.footer-social a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.cart-link { border: 0; background: transparent; padding: 0; cursor: pointer; }
.menu-toggle {
  width: 34px;
  height: 26px;
  border: 0;
  background: transparent;
  display: none;
  padding: 4px 0;
  cursor: pointer;
  position: relative;
}
.menu-toggle span { position: absolute; right: 0; width: 100%; height: 2px; background: currentColor; transition: .3s ease; }
.menu-toggle span:first-child { top: 6px; }
.menu-toggle span:last-child { bottom: 6px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 12px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { bottom: 12px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: var(--black) url("assets/images/textures/dark_acid.webp") center/cover;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s ease, visibility .35s ease;
}
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu-inner { min-height: 100%; display: flex; flex-direction: column; padding: 118px var(--pad-x) 32px; }
.mobile-menu .eyebrow { color: var(--acid); margin-bottom: 30px; }
.mobile-menu a { font: 900 clamp(44px, 11vw, 80px)/.9 var(--display); text-transform: uppercase; border-top: 1px solid rgba(255,255,255,.22); padding: 14px 0; display: flex; justify-content: space-between; }
.mobile-menu a span { font: 700 11px/1 var(--sans); color: var(--acid); padding-top: 8px; }
.mobile-menu-foot { margin-top: auto; font-size: 10px; text-transform: uppercase; opacity: .65; }

.eyebrow {
  margin: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.acid { color: var(--acid); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  transition: gap .25s ease;
}
.text-link:hover { gap: 34px; }
.text-link-light { color: #f3f1ea; }

/* HERO / PHOTO FIRST */
.hero-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--paper);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--paper) url("assets/images/textures/light.webp") center/cover;
}
.hero-copy {
  position: absolute;
  z-index: 6;
  left: var(--pad-x);
  top: 50%;
  transform: translateY(-50%);
  width: min(470px, 38vw);
}
.hero-copy .hero-index { margin-bottom: 22px; color: #60605b; }
.hero-copy h1,
.custom-copy h2,
.story-copy h2,
.location-copy h2,
.specs-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.015em;
}
.hero-copy h1 {
  font-size: clamp(70px, 7.4vw, 140px);
  line-height: .92;
  margin-bottom: 34px;
}
.hero-photo {
  position: absolute;
  z-index: 5;
  left: 60%;
  top: 52%;
  width: min(58vw, 1080px);
  transform: translate(-50%, -50%) rotate(-2deg);
}
.hero-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 34px 26px rgba(0,0,0,.22));
}
.hero-photo-shadow {
  position: absolute;
  left: 50%;
  bottom: -2%;
  width: 62%;
  height: 8%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(0,0,0,.24), transparent 70%);
  filter: blur(13px);
  z-index: -1;
}
.hero-stamp {
  position: absolute;
  left: var(--pad-x);
  bottom: 4.8vh;
  z-index: 5;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  opacity: .46;
}
.scroll-hint {
  position: absolute;
  z-index: 8;
  right: var(--pad-x);
  bottom: 5vh;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 900;
  text-align: right;
  line-height: 1.25;
}
.scroll-hint i { width: 1px; height: 60px; background: currentColor; position: relative; overflow: hidden; }
.scroll-hint i::after { content: ""; position: absolute; inset: 0; background: var(--acid); transform: translateY(-100%); animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes scrollLine { 0%{transform:translateY(-100%)} 50%,100%{transform:translateY(100%)} }

/* 3D BOARD ANATOMY */
.specs-sequence {
  position: relative;
  height: 430vh;
  background: var(--paper);
  margin-top: -1px;
}
.specs-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  background: var(--paper);
}
.specs-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.specs-bg-light {
  background: var(--paper) url("assets/images/textures/light.webp") center/cover;
  opacity: 1;
}
.specs-bg-dark {
  background: #070707 url("assets/images/textures/dark.webp") center/cover;
  opacity: 0;
}
.specs-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 49%, transparent 17%, rgba(0,0,0,.18) 70%, rgba(0,0,0,.38) 100%),
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.14));
  opacity: 0;
  pointer-events: none;
}
.specs-heading {
  position: absolute;
  z-index: 8;
  left: var(--pad-x);
  top: calc(var(--header-h) + 4.5vh);
  width: min(470px, 39vw);
  color: #f3f1eb;
  opacity: 0;
  transform: translateY(18px);
}
.specs-heading .eyebrow { color: var(--acid); margin-bottom: 12px; }
.specs-heading h2 {
  font-size: clamp(34px, 3.7vw, 68px);
  line-height: .95;
}
.product-visual {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 53%;
  width: min(78vw, 1450px);
  height: 76vh;
  transform: translate(-50%, -50%) scale(.94);
  transform-origin: center;
  opacity: 0;
  pointer-events: none;
}
#skate-canvas {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .45s ease;
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
}
#skate-canvas.is-dragging { cursor: grabbing; }
.product-visual.model-ready #skate-canvas { opacity: 1; }
.product-visual.model-ready .skate-fallback { opacity: 0; }
.skate-fallback {
  position: absolute;
  width: 86%;
  max-height: 100%;
  object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  filter: drop-shadow(0 34px 28px rgba(0,0,0,.62)) brightness(1.07);
  transition: opacity .4s ease;
  pointer-events: none;
}
.model-shadow {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 6%;
  width: 52%;
  height: 9%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(0,0,0,.48), transparent 68%);
  filter: blur(12px);
  opacity: .75;
}
.feature-layer {
  position: absolute;
  inset: 0;
  z-index: 7;
  color: #f3f1eb;
  pointer-events: none;
  opacity: 0;
}
.feature-card {
  --leader: clamp(80px, 10vw, 185px);
  position: absolute;
  width: min(280px, 20vw);
  opacity: .16;
  transform: translateY(10px);
  transition: opacity .24s ease, transform .24s ease;
}
.feature-card::after {
  content: "";
  position: absolute;
  top: 28px;
  width: var(--leader);
  height: 1px;
  background: linear-gradient(90deg, rgba(183,236,34,.95), rgba(183,236,34,.18));
  transform-origin: center;
}
.feature-card::before {
  content: "";
  position: absolute;
  top: 25px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 4px rgba(183,236,34,.12);
}
.feature-1,
.feature-2 { left: var(--pad-x); }
.feature-3,
.feature-4 { right: var(--pad-x); text-align: right; }
.feature-1 { top: 35%; }
.feature-2 { bottom: 18%; }
.feature-3 { top: 35%; }
.feature-4 { bottom: 18%; }
.feature-1::after,
.feature-2::after { right: calc(-1 * var(--leader) - 16px); }
.feature-1::before,
.feature-2::before { right: calc(-1 * var(--leader) - 20px); }
.feature-3::after,
.feature-4::after {
  left: calc(-1 * var(--leader) - 16px);
  background: linear-gradient(90deg, rgba(183,236,34,.18), rgba(183,236,34,.95));
}
.feature-3::before,
.feature-4::before { left: calc(-1 * var(--leader) - 20px); }
.feature-card.is-active { opacity: 1; transform: translateY(0); }
.feature-card.is-seen { opacity: .48; }
.feature-number {
  display: block;
  font: 900 clamp(24px, 2.6vw, 44px)/1 var(--display);
  color: var(--acid);
  margin-bottom: 7px;
}
.feature-rule { width: 44px; height: 2px; background: var(--acid); margin: 0 0 10px; }
.feature-3 .feature-rule,
.feature-4 .feature-rule { margin-left: auto; }
.feature-card h3 {
  margin: 0 0 8px;
  font: 900 clamp(18px, 1.5vw, 25px)/1.02 var(--display);
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.feature-card p {
  margin: 0;
  max-width: 250px;
  font-size: clamp(11px, .84vw, 13px);
  line-height: 1.5;
  color: rgba(255,255,255,.7);
}
.feature-3 p,
.feature-4 p { margin-left: auto; }
.feature-progress {
  position: absolute;
  left: 50%;
  bottom: 4.8vh;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 9px;
  opacity: .58;
}
.feature-progress i { width: 170px; height: 1px; background: rgba(255,255,255,.25); position: relative; }
.feature-progress i::after { content:""; position:absolute; inset:0; background:var(--acid); transform-origin:left; transform:scaleX(var(--feature-progress,0)); }
.sequence-caption {
  position: absolute;
  left: var(--pad-x);
  bottom: 4.8vh;
  z-index: 8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(255,255,255,.5);
  opacity: 0;
}
.model-interaction-hint {
  position: absolute;
  z-index: 9;
  right: var(--pad-x);
  bottom: 4.8vh;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.62);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
}
.model-interaction-hint i { width: 42px; height: 1px; background: var(--acid); }

/* CUSTOM */
.custom-sequence { height: 330vh; position: relative; background: var(--paper); }
.custom-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; color: var(--ink); }
.custom-bg { position: absolute; inset: 0; background: var(--paper) url("assets/images/textures/light_scratched.webp") center/cover; }
.custom-copy { position: absolute; z-index: 4; left: var(--pad-x); top: 50%; transform: translateY(-50%); width: 30vw; }
.custom-copy .eyebrow { margin-bottom: 22px; color: #66645e; }
.custom-copy h2 { font-size: clamp(72px, 6.6vw, 128px); line-height: .91; letter-spacing: -.015em; }
.custom-instruction { margin: 36px 0 0; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .03em; }
.custom-instruction b { margin-left: 8px; font-size: 16px; }
.mobile-only { display: none; }
.deck-stage {
  position: absolute;
  z-index: 5;
  right: var(--pad-x);
  top: 50%;
  transform: translateY(-48%);
  width: min(67vw, 1160px);
  height: min(65vh, 650px);
  touch-action: pan-y;
  user-select: none;
}
.deck-stack { position: absolute; inset: 8% 2% 22%; }
.deck-layer {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%; object-fit: contain;
  opacity: 0;
  transform: scale(.985);
  filter: drop-shadow(0 22px 15px rgba(0,0,0,.28));
  transition: opacity .48s cubic-bezier(.2,.8,.2,1), transform .65s cubic-bezier(.2,.8,.2,1), filter .45s ease;
  pointer-events: none;
}
.deck-layer.is-active { opacity: 1; transform: scale(1); }
.deck-layer.is-leaving { opacity: 0; transform: scale(1.012); filter: blur(1.8px) drop-shadow(0 22px 15px rgba(0,0,0,.2)); }
.deck-nav { position: absolute; top: 1%; left: 50%; transform: translateX(-50%); display: flex; gap: clamp(20px, 3vw, 45px); }
.deck-nav button { border: 0; background: transparent; padding: 5px 0 9px; color: #85827b; cursor: pointer; font-size: 14px; position: relative; }
.deck-nav button::after { content:""; position:absolute; left:50%; bottom:0; height:2px; width:42px; background:#111; transform:translateX(-50%) scaleX(0); transition:transform .3s ease; }
.deck-nav button.is-active { color: #111; font-weight: 900; }
.deck-nav button.is-active::after { transform:translateX(-50%) scaleX(1); }
.deck-meta { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: min(520px, 72%); text-align: center; }
.deck-title-wrap { display: flex; justify-content: center; align-items: baseline; gap: 9px; }
.deck-title-wrap span { font-size: 10px; font-weight: 900; }
.deck-meta h3 { margin: 0; font: 900 clamp(24px, 2.2vw, 38px)/1 var(--display); letter-spacing: -.02em; }
.deck-meta p { margin: 8px auto 0; font-size: 12px; color: #5d5b56; }
.deck-arrow { position: absolute; top: 43%; border: 1px solid rgba(0,0,0,.25); background: rgba(239,237,230,.8); backdrop-filter: blur(10px); width: 44px; height: 44px; border-radius: 50%; cursor: pointer; opacity: 0; transform: scale(.9); transition: .25s ease; }
.deck-stage:hover .deck-arrow, .deck-arrow:focus-visible { opacity: 1; transform: scale(1); }
.deck-prev { left: 0; }.deck-next { right: 0; }
.custom-side-note { position: absolute; right: var(--pad-x); bottom: 3vh; font-size: 8px; letter-spacing: .12em; font-weight: 900; opacity: .45; }

/* STORY */
.story { min-height: 95svh; background: #090909 url("assets/images/textures/dark_acid.webp") center/cover; color: #f0eee7; display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; }
.story-media { position: relative; min-height: 95svh; overflow: hidden; clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%); }
.story-media video { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2) brightness(.78); transform: scale(1.03); }
.video-noise { position:absolute; inset:0; background:linear-gradient(120deg,rgba(0,0,0,.15),transparent 45%), repeating-linear-gradient(0deg,rgba(255,255,255,.015) 0 1px,transparent 1px 3px); mix-blend-mode:screen; }
.video-tag { position:absolute; left:28px; bottom:24px; font-size:8px; font-weight:900; letter-spacing:.1em; background:var(--acid); color:#000; padding:7px 9px; }
.story-copy { position: relative; display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding: 12vh var(--pad-x) 10vh clamp(40px, 5vw, 90px); }
.story-copy .eyebrow { margin-bottom: 22px; }
.story-copy h2 { font-size: clamp(70px, 6.7vw, 128px); line-height: .91; margin-bottom: 32px; letter-spacing: -.015em; }
.story-copy > p:not(.eyebrow) { max-width: 520px; margin: 0 0 28px; color: rgba(255,255,255,.65); font-size: clamp(13px, 1.05vw, 17px); line-height: 1.55; }
.story-mark { position:absolute; right:-2vw; bottom:-3vw; font:900 clamp(120px,20vw,330px)/1 var(--display); color:rgba(255,255,255,.025); transform:rotate(-7deg); pointer-events:none; }

/* REVIEWS */
.reviews { position:relative; background:var(--paper) url("assets/images/textures/light_rift.webp") center/cover; padding: clamp(90px,10vw,160px) var(--pad-x) clamp(100px,12vw,180px); overflow:hidden; }
.reviews-head { display:grid; grid-template-columns:1fr auto; align-items:end; column-gap:30px; border-bottom:2px solid #111; padding-bottom:24px; }
.reviews-head .eyebrow { grid-column:1/-1; margin-bottom:28px; }
.reviews-head h2 { margin:0; font:900 clamp(62px,7.4vw,132px)/.92 var(--display); letter-spacing:-.015em; }
.reviews-head h2 span { color:var(--acid); font:700 .35em/1 var(--sans); vertical-align:top; margin-left:12px; }
.reviews-head > p:not(.eyebrow) { margin:0; text-transform:uppercase; font-size:10px; font-weight:900; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); border-bottom:1px solid rgba(0,0,0,.45); }
.review { margin:0; padding:36px clamp(18px,2.5vw,44px) 42px 0; border-right:1px solid rgba(0,0,0,.28); min-height:320px; display:flex; flex-direction:column; }
.review + .review { padding-left:clamp(18px,2.5vw,44px); }
.review:last-child { border-right:0; padding-right:0; }
.review-top { display:flex; justify-content:space-between; font-size:9px; font-weight:900; color:#77746d; }
.review-top span:last-child { color:#111; letter-spacing:.16em; }
.review > p { margin:46px 0 26px; font:900 clamp(23px,2.35vw,42px)/1.03 var(--display); letter-spacing:-.012em; }
.review footer { margin-top:auto; font-size:10px; font-weight:800; color:#5e5c56; }
.reviews-collage { position:absolute; right:-45px; bottom:22px; transform:rotate(-8deg); font:900 22px/1 var(--display); padding:9px 16px; background:#111; color:#efede6; opacity:.9; }

/* LOCATION */
.location { min-height: 92svh; display:grid; grid-template-columns:1.15fr .85fr; background:#080808 url("assets/images/textures/dark.webp") center/cover; color:#f2f0e9; overflow:hidden; }
.map-panel { position:relative; min-height:92svh; display:flex; align-items:center; justify-content:center; border-right:1px solid rgba(255,255,255,.16); }
.map-panel::before { content:""; position:absolute; inset:5%; border:1px solid rgba(183,236,34,.15); pointer-events:none; }
.map-svg { width:90%; max-height:78vh; overflow:visible; }
.map-grid-major { fill:none; stroke:rgba(255,255,255,.38); stroke-width:2.1; }
.map-grid-minor { fill:none; stroke:rgba(255,255,255,.15); stroke-width:1; }
.map-blocks { fill:rgba(255,255,255,.035); stroke:rgba(255,255,255,.12); stroke-width:1; }
.map-pin { fill:var(--acid); }
.pin-pulse { fill:none; stroke:var(--acid); stroke-width:2; opacity:.25; animation:pinPulse 2.2s ease-out infinite; transform-origin:center; }
@keyframes pinPulse { from{transform:scale(.5);opacity:.7} to{transform:scale(1.7);opacity:0} }
.map-label { fill:#f5f2ea; font:900 42px/1 var(--display); letter-spacing:-1px; }
.map-coord { fill:rgba(255,255,255,.48); font:700 14px/1 var(--sans); letter-spacing:2px; }
.map-code { position:absolute; left:7%; bottom:6%; color:rgba(255,255,255,.38); font-size:8px; letter-spacing:.14em; }
.location-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:11vh var(--pad-x); position:relative; }
.location-copy .eyebrow { margin-bottom:22px; }
.location-copy h2 { font-size:clamp(68px,6.5vw,122px); line-height:.91; letter-spacing:-.015em; }
.location-details { width:100%; display:grid; grid-template-columns:1fr 1fr; gap:20px; border-top:1px solid rgba(255,255,255,.3); margin:38px 0 28px; padding-top:20px; }
.location-details p { margin:0; font-size:10px; font-weight:800; line-height:1.55; color:rgba(255,255,255,.66); }

.finale { background:#ece9e1; overflow:hidden; }
.finale img { width:100%; height:auto; min-height:260px; object-fit:cover; }
.site-footer { min-height:130px; display:grid; grid-template-columns:1fr auto auto 1fr; align-items:center; gap:40px; padding:30px var(--pad-x); background:#090909; color:#f1efe8; }
.footer-logo { font-size:26px; }
.footer-links, .footer-social { display:flex; gap:24px; }
.footer-links a, .footer-social a { position:relative; text-transform:uppercase; font-size:9px; font-weight:800; }
.site-footer > p { justify-self:end; margin:0; font-size:8px; opacity:.55; }

.reveal { opacity:0; transform:translateY(30px); transition:opacity .75s cubic-bezier(.2,.8,.2,1), transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity:1; transform:translateY(0); }

@media (max-width: 1100px) {
  .desktop-nav { display:none; }
  .site-header { grid-template-columns:1fr 1fr; }
  .menu-toggle { display:block; }
  .header-actions { gap:16px; }
  .hero-photo { left:62%; width:62vw; }
  .hero-copy { width:38vw; }
  .product-visual { width:82vw; }
  .feature-card { width:24vw; }
  .custom-copy { width:32vw; }
  .deck-stage { width:66vw; }
  .story { grid-template-columns:1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; --pad-x: 20px; }
  .grain { opacity:.035; }
  .cursor-dot { display:none; }
  .cart-link { font-size:10px; }
  .logo { font-size:25px; }
  .hero-section { min-height:100svh; }
  .hero-copy { left:var(--pad-x); top:15%; transform:none; width:88vw; }
  .hero-copy .hero-index { margin-bottom:13px; }
  .hero-copy h1 { font-size:clamp(58px,16vw,88px); line-height:.94; margin-bottom:18px; max-width:88vw; }
  .hero-copy .text-link { font-size:10px; }
  .hero-photo { left:51%; top:66%; width:106vw; transform:translate(-50%,-50%) rotate(-4deg); }
  .hero-stamp { display:none; }
  .scroll-hint { right:18px; bottom:3.5vh; }
  .scroll-hint i { height:42px; }

  .specs-sequence { height:460vh; }
  .specs-heading { left:var(--pad-x); top:11vh; width:calc(100vw - 40px); }
  .specs-heading h2 { font-size:clamp(34px,9vw,52px); line-height:.98; }
  .product-visual { left:50%; top:46%; width:126vw; height:52vh; transform:translate(-50%,-50%) scale(.92); }
  .skate-fallback { width:98%; }
  .feature-layer { padding:0 var(--pad-x); }
  .feature-card { --leader:0px; left:var(--pad-x)!important; right:auto!important; top:auto!important; bottom:8.5vh!important; width:calc(100vw - 40px); text-align:left!important; background:rgba(7,7,7,.58); backdrop-filter:blur(9px); padding:14px 15px 16px; border-top:1px solid rgba(183,236,34,.72); }
  .feature-card::before, .feature-card::after { display:none; }
  .feature-card p { max-width:82%; font-size:12px; margin-left:0!important; }
  .feature-card .feature-rule { margin-left:0!important; }
  .feature-number { font-size:34px; position:absolute; right:15px; top:13px; }
  .feature-progress { bottom:2.8vh; }
  .feature-progress i { width:104px; }
  .sequence-caption { display:none; }
  .model-interaction-hint { right:var(--pad-x); bottom:auto; top:26vh; font-size:7px; }

  .custom-sequence { height: 360vh; }
  .custom-copy { top:11vh; transform:none; left:var(--pad-x); width:calc(100vw - 40px); }
  .custom-copy .eyebrow { margin-bottom:10px; }
  .custom-copy h2 { font-size:clamp(58px,16vw,86px); line-height:.94; }
  .custom-instruction { margin-top:16px; }
  .desktop-only { display:none; }.mobile-only { display:inline; }
  .deck-stage { left:0; right:auto; top:52%; transform:translateY(-40%); width:100vw; height:58vh; }
  .deck-stack { inset:12% -12% 25%; }
  .deck-nav { top:4%; gap:28px; }
  .deck-meta { width:88%; bottom:4%; }
  .deck-meta h3 { font-size:30px; }
  .deck-arrow { display:none; }
  .custom-side-note { display:none; }

  .story { grid-template-columns:1fr; min-height:auto; }
  .story-media { min-height:56vw; clip-path:none; }
  .story-copy { padding:64px var(--pad-x) 76px; }
  .story-copy h2 { font-size:clamp(58px,15vw,88px); line-height:.94; }
  .story-copy > p:not(.eyebrow) { font-size:13px; }

  .reviews { padding:78px var(--pad-x) 100px; }
  .reviews-head { grid-template-columns:1fr; }
  .reviews-head h2 { font-size:clamp(62px,17vw,96px); line-height:.94; }
  .reviews-head > p:not(.eyebrow) { margin-top:20px; }
  .reviews-grid { grid-template-columns:1fr; }
  .review, .review + .review, .review:last-child { border-right:0; border-bottom:1px solid rgba(0,0,0,.25); padding:28px 0 32px; min-height:0; }
  .review > p { margin:30px 0 24px; font-size:clamp(27px,7.4vw,38px); line-height:1.04; }
  .reviews-collage { font-size:16px; right:-80px; bottom:30px; }

  .location { grid-template-columns:1fr; min-height:auto; }
  .map-panel { min-height:62svh; border-right:0; border-bottom:1px solid rgba(255,255,255,.16); }
  .map-svg { width:105%; max-height:58vh; }
  .location-copy { padding:70px var(--pad-x) 84px; }
  .location-copy h2 { font-size:clamp(60px,16vw,90px); line-height:.94; }

  .finale img { min-height:200px; width:180%; max-width:none; transform:translateX(-22%); }
  .site-footer { grid-template-columns:1fr auto; gap:28px 20px; padding:30px var(--pad-x) 40px; }
  .footer-links { order:3; grid-column:1/-1; justify-content:space-between; border-top:1px solid rgba(255,255,255,.18); padding-top:20px; }
  .footer-social { justify-self:end; }
  .site-footer > p { order:4; grid-column:1/-1; justify-self:start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.001ms!important; animation-iteration-count:1!important; transition-duration:.001ms!important; }
  .specs-sequence, .custom-sequence { height:auto; }
  .specs-sticky, .custom-sticky { position:relative; min-height:100svh; }
}


/* ===== RIFT V3 — SCROLL STORY + MOBILE HARDENING ===== */
/* Keep big type readable: no stacked glyph collisions. */
.hero-copy h1,
.specs-heading h2,
.custom-copy h2,
.story-copy h2,
.location-copy h2,
.reviews-head h2 {
  letter-spacing: .005em;
  line-height: .96;
  text-wrap: balance;
}
.hero-copy h1 { line-height: .94; }

/* Longer choreography gives each product detail enough scroll distance. */
.specs-sequence { height: 560vh; }
.specs-heading { width: min(520px, 42vw); }
.product-visual {
  width: min(88vw, 1580px);
  height: 82vh;
  top: 52%;
  pointer-events: auto;
}
#skate-canvas { touch-action: pan-y; }

/* One callout at a time, alternating sides. */
.feature-card {
  width: min(300px, 21vw);
  opacity: 0;
  transition: none;
  will-change: transform, opacity;
}
.feature-card::after { transform: scaleX(var(--leader-reveal, 0)); transition: none; }
.feature-card::before { opacity: var(--leader-reveal, 0); transition: none; }
.feature-card.is-seen { opacity: 0; }
.feature-1 { left: var(--pad-x); top: 33%; bottom: auto; }
.feature-2 { right: var(--pad-x); left: auto; top: 56%; bottom: auto; text-align: right; }
.feature-3 { left: var(--pad-x); top: 61%; bottom: auto; }
.feature-4 { right: var(--pad-x); left: auto; top: 33%; bottom: auto; text-align: right; }
.feature-2 .feature-rule,
.feature-4 .feature-rule { margin-left: auto; }
.feature-2 p,
.feature-4 p { margin-left: auto; }
.feature-2::after,
.feature-4::after {
  left: calc(-1 * var(--leader) - 16px);
  right: auto;
  background: linear-gradient(90deg, rgba(183,236,34,.18), rgba(183,236,34,.95));
  transform-origin: right;
}
.feature-2::before,
.feature-4::before { left: calc(-1 * var(--leader) - 20px); right: auto; }
.feature-1::after,
.feature-3::after { transform-origin: left; }
.feature-card h3 { line-height: 1.08; letter-spacing: .015em; }
.feature-card p { line-height: 1.55; }

/* A slightly calmer selector, with a guaranteed fit inside the viewport. */
.custom-copy h2 { line-height: .95; }
.deck-stage { max-width: calc(100vw - var(--pad-x) * 2); }
.deck-stack { overflow: visible; }
.deck-layer { max-width: 100%; }

@media (max-width: 1100px) {
  .product-visual { width: 94vw; height: 78vh; }
  .feature-card { width: min(280px, 25vw); }
}

@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  :root { --pad-x: 18px; }
  .site-header { padding-left: 18px; padding-right: 18px; }
  .cart-link { display: none; }

  /* Hero: photograph stays fully inside the phone instead of hanging offscreen. */
  .hero-copy { top: 12.5%; width: calc(100vw - 36px); }
  .hero-copy h1 {
    font-size: clamp(52px, 14.7vw, 76px);
    line-height: .96;
    max-width: 92vw;
    margin-bottom: 16px;
  }
  .hero-photo {
    left: 50%;
    top: 67%;
    width: min(112vw, 680px);
    max-width: none;
  }

  /* Scroll story: the board remains huge, while copy is a single compact overlay. */
  .specs-sequence { height: 600vh; }
  .specs-sticky { height: 100svh; min-height: 560px; }
  .specs-heading {
    top: calc(var(--header-h) + 2.5vh);
    left: 18px;
    width: calc(100vw - 36px);
  }
  .specs-heading h2 { font-size: clamp(31px, 8.5vw, 46px); line-height: 1; }
  .product-visual {
    top: 48%;
    width: 116vw;
    max-width: none;
    height: 54vh;
  }
  .feature-layer { padding: 0; }
  .feature-card,
  .feature-1,
  .feature-2,
  .feature-3,
  .feature-4 {
    left: 18px !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(7.2vh + env(safe-area-inset-bottom)) !important;
    width: calc(100vw - 36px);
    max-width: none;
    text-align: left !important;
    background: rgba(6,6,6,.72);
    border: 1px solid rgba(255,255,255,.10);
    border-top: 2px solid var(--acid);
    padding: 13px 14px 14px;
    backdrop-filter: blur(12px);
  }
  .feature-card::before,
  .feature-card::after { display: none; }
  .feature-card .feature-rule { margin-left: 0 !important; }
  .feature-card p { max-width: calc(100% - 58px); margin-left: 0 !important; font-size: 11px; line-height: 1.45; }
  .feature-card h3 { font-size: 20px; line-height: 1.05; padding-right: 48px; }
  .feature-number { right: 14px; top: 13px; font-size: 30px; }
  .feature-progress { bottom: calc(2.1vh + env(safe-area-inset-bottom)); }
  .model-interaction-hint { top: 22.5vh; right: 18px; font-size: 6.5px; opacity: .6; }
  .model-interaction-hint span:last-child { display: none; }
  .model-interaction-hint i { width: 28px; }

  /* Custom section: nothing may spill beyond the screen. */
  .custom-sequence { height: 400vh; }
  .custom-copy {
    top: 9.5vh;
    left: 18px;
    width: calc(100vw - 36px);
  }
  .custom-copy h2 { font-size: clamp(50px, 14.5vw, 76px); line-height: .96; }
  .deck-stage {
    left: 0;
    right: auto;
    top: 53%;
    width: 100vw;
    max-width: 100vw;
    height: 57vh;
    transform: translateY(-38%);
    overflow: hidden;
  }
  .deck-stack { inset: 12% -3% 28%; }
  .deck-nav { top: 4%; gap: clamp(20px, 8vw, 34px); }
  .deck-meta { width: calc(100vw - 48px); bottom: 5%; }
  .deck-meta p { font-size: 11px; line-height: 1.4; max-width: 92%; }

  /* Content sections stack cleanly; no giant text may escape the viewport. */
  .story-media { min-height: 58vw; max-height: 420px; }
  .story-copy { padding: 58px 18px 72px; }
  .story-copy h2 { font-size: clamp(48px, 13.8vw, 72px); line-height: .97; max-width: 100%; }
  .reviews { padding: 72px 18px 96px; }
  .reviews-head h2 { font-size: clamp(52px, 15vw, 82px); line-height: .97; }
  .review > p { font-size: clamp(24px, 7vw, 34px); line-height: 1.06; }
  .map-panel { min-height: 54svh; }
  .map-panel::before { inset: 4%; }
  .map-svg { width: 118%; max-width: none; }
  .location-copy { padding: 62px 18px 76px; }
  .location-copy h2 { font-size: clamp(50px, 14vw, 76px); line-height: .97; max-width: 100%; }
  .location-details { grid-template-columns: 1fr; gap: 14px; }
  .finale img { width: 155%; transform: translateX(-18%); }
  .site-footer { padding-left: 18px; padding-right: 18px; }
}

@media (max-width: 380px) {
  .hero-copy h1 { font-size: 50px; }
  .product-visual { width: 122vw; height: 50vh; }
  .feature-card { bottom: calc(6.5vh + env(safe-area-inset-bottom)) !important; }
  .custom-copy h2 { font-size: 48px; }
  .story-copy h2, .location-copy h2 { font-size: 46px; }
  .reviews-head h2 { font-size: 50px; }
}


/* ===== RIFT V4 — PINNED LIGHT PRODUCT STORY =====
   The anatomy scene now stays on the paper background. The board is pinned to the
   viewport for the full chapter and only the GLB itself changes distance/rotation. */
.specs-sequence {
  height: 480vh;
  background: var(--paper);
}
.specs-sticky {
  background: var(--paper);
}
.specs-bg-light {
  background: var(--paper) url("assets/images/textures/light_scratched.webp") center/cover;
  opacity: 1 !important;
}
.specs-bg-dark,
.specs-vignette {
  display: none !important;
}

.specs-heading {
  color: var(--ink);
  top: calc(var(--header-h) + 3vh);
  width: min(390px, 34vw);
}
.specs-heading .eyebrow {
  color: #5d5b56;
  margin-bottom: 8px;
}
.specs-heading h2 {
  color: var(--ink);
  font-size: clamp(26px, 2.45vw, 44px);
  line-height: 1.02;
  letter-spacing: .02em;
}

.product-visual {
  top: 51%;
  width: min(91vw, 1640px);
  height: 84vh;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity;
}
.model-shadow {
  bottom: 5%;
  width: 48%;
  opacity: .28;
  background: radial-gradient(ellipse, rgba(0,0,0,.28), transparent 68%);
}
.skate-fallback {
  filter: drop-shadow(0 34px 28px rgba(0,0,0,.24)) brightness(1);
}

/* Callouts now sit on the same light surface as the product. */
.feature-layer { color: var(--ink); }
.feature-card {
  width: min(300px, 21vw);
  color: var(--ink);
}
.feature-card p {
  color: rgba(11,11,11,.68);
}
.feature-card::after {
  background: linear-gradient(90deg, rgba(11,11,11,.75), rgba(11,11,11,.10));
}
.feature-card::before {
  background: var(--acid);
  box-shadow: 0 0 0 4px rgba(122,157,23,.13);
}
.feature-2::after,
.feature-4::after {
  background: linear-gradient(90deg, rgba(11,11,11,.10), rgba(11,11,11,.75));
}
.feature-number { color: #6e9010; }
.feature-rule { background: #6e9010; }

.feature-progress {
  color: rgba(11,11,11,.70);
  bottom: 3.8vh;
}
.feature-progress i {
  background: rgba(11,11,11,.20);
}
.feature-progress i::after {
  background: #769a12;
}
.sequence-caption {
  color: rgba(11,11,11,.45);
  bottom: 3.8vh;
}
.model-interaction-hint {
  color: rgba(11,11,11,.56);
  bottom: 3.8vh;
}
.model-interaction-hint i {
  background: rgba(11,11,11,.35);
}

/* No spacer-like gap between the end of anatomy and the selector. */
.custom-sequence {
  margin-top: -1px;
}

@media (max-width: 1100px) {
  .specs-sequence { height: 490vh; }
  .product-visual { width: 96vw; height: 80vh; }
}

@media (max-width: 760px) {
  /* Four clear mobile chapters without a giant empty tail. */
  .specs-sequence { height: 500vh; }
  .specs-sticky {
    min-height: 100svh;
    height: 100svh;
    background: var(--paper);
  }
  .specs-heading {
    top: calc(var(--header-h) + 1.8vh);
    left: 18px;
    width: calc(100vw - 36px);
  }
  .specs-heading h2 {
    font-size: clamp(25px, 7.2vw, 36px);
    line-height: 1.02;
    max-width: 82vw;
  }

  .product-visual {
    top: 44.5%;
    width: 108vw;
    max-width: none;
    height: 49vh;
  }

  .feature-card,
  .feature-1,
  .feature-2,
  .feature-3,
  .feature-4 {
    left: 18px !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(8.4vh + env(safe-area-inset-bottom)) !important;
    width: calc(100vw - 36px);
    max-width: none;
    min-height: 108px;
    text-align: left !important;
    color: var(--ink);
    background: rgba(239,237,230,.93);
    border: 1px solid rgba(11,11,11,.16);
    border-top: 2px solid #769a12;
    padding: 12px 13px 13px;
    backdrop-filter: blur(10px);
    overflow: hidden;
  }
  .feature-card p {
    color: rgba(11,11,11,.66);
    max-width: calc(100% - 54px);
    font-size: 10.5px;
    line-height: 1.42;
  }
  .feature-card h3 {
    font-size: 19px;
    line-height: 1.05;
    padding-right: 48px;
  }
  .feature-number {
    color: #6e9010;
    right: 13px;
    top: 11px;
    font-size: 29px;
  }
  .feature-rule { background: #6e9010; }
  .feature-progress {
    bottom: calc(2.0vh + env(safe-area-inset-bottom));
    color: rgba(11,11,11,.68);
  }
  .feature-progress i { background: rgba(11,11,11,.18); }
  .model-interaction-hint {
    top: 19vh;
    right: 18px;
    color: rgba(11,11,11,.52);
  }

  /* Keep the selector immediately visible when the pinned board finally leaves. */
  .custom-sequence { height: 360vh; }
  .custom-sticky { background: var(--paper); }
  .custom-copy { top: 8.5vh; }
  .deck-stage { top: 51.5%; }
}

@media (max-width: 380px) {
  .product-visual { width: 112vw; height: 46vh; top: 43.5%; }
  .feature-card {
    bottom: calc(8vh + env(safe-area-inset-bottom)) !important;
    min-height: 104px;
  }
}


/* ===== RIFT V6 — TRUE STICKY SCROLL STORY =====
   Fixes:
   - anatomy remains sticky even when iOS Reduce Motion is enabled;
   - paper texture repeats through the whole long section, so there is never a blank white tail;
   - enough scroll distance for four deliberate move -> stop -> label chapters;
   - model stays near viewport center and drifts slightly downward while scrolling. */

.specs-sequence {
  position: relative;
  height: 620vh;
  background-color: var(--paper);
  background-image: url("assets/images/textures/light_scratched.webp");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  margin-top: -1px;
}

.specs-sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 0 !important;
  height: 100svh !important;
  min-height: 100svh !important;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--paper);
  background-image: url("assets/images/textures/light_scratched.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.specs-bg-light {
  background-color: transparent !important;
  background-image: url("assets/images/textures/light_scratched.webp") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  opacity: .88 !important;
}

.product-visual {
  position: absolute !important;
  left: 50% !important;
  top: 49% !important;
  width: min(94vw, 1680px) !important;
  height: 86svh !important;
  transform: translate(-50%, -50%) scale(1) !important;
  transform-origin: center center !important;
  z-index: 6;
  will-change: top, opacity;
}

.feature-layer,
.specs-heading,
.sequence-caption,
.model-interaction-hint {
  position: absolute;
}

/* Prevent the old accessibility rule from destroying the sticky layout.
   We still respect reduced motion by killing purely decorative CSS animation,
   but the user-controlled product story remains scroll-linked. */
@media (prefers-reduced-motion: reduce) {
  .specs-sequence {
    height: 620vh !important;
  }
  .specs-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    height: 100svh !important;
    min-height: 100svh !important;
  }
  .custom-sequence {
    height: 360vh !important;
  }
  .custom-sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    height: 100svh !important;
    min-height: 100svh !important;
  }
  .scroll-hint i::after,
  .pin-pulse {
    animation: none !important;
  }
}

/* Phone: keep the skateboard in the middle instead of the upper part of the screen. */
@media (max-width: 760px) {
  .specs-sequence {
    height: 640vh !important;
    background-size: auto 100svh;
  }

  .specs-sticky {
    height: 100svh !important;
    min-height: 100svh !important;
    background-size: cover;
  }

  .product-visual {
    top: 47.5% !important;
    width: 116vw !important;
    height: 56svh !important;
  }

  .specs-heading {
    top: calc(var(--header-h) + 1.4vh) !important;
  }

  .feature-card,
  .feature-1,
  .feature-2,
  .feature-3,
  .feature-4 {
    bottom: calc(7.2vh + env(safe-area-inset-bottom)) !important;
  }

  .model-interaction-hint {
    top: 16.5vh !important;
  }

  .feature-progress {
    bottom: calc(1.4vh + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 380px) {
  .product-visual {
    top: 47% !important;
    width: 120vw !important;
    height: 53svh !important;
  }
}

/* ===== RIFT V7 — MOBILE CUSTOM POLISH =====
   Two phone-only fixes requested after V6:
   1) give the style-number rail its own clear row so 03/04 never collide with copy;
   2) show the final artwork completely instead of cropping it on portrait screens. */
@media (max-width: 760px) {
  .custom-copy {
    top: 7.5vh !important;
    z-index: 8;
  }

  .custom-copy .eyebrow {
    margin-bottom: 8px !important;
  }

  .custom-copy h2 {
    font-size: clamp(46px, 13.2vw, 68px) !important;
    line-height: .98 !important;
  }

  .custom-instruction {
    margin-top: 10px !important;
    font-size: 9px !important;
    line-height: 1.25 !important;
  }

  .deck-stage {
    top: 53.5% !important;
    height: 56vh !important;
    transform: translateY(-34%) !important;
    overflow: hidden !important;
  }

  /* Dedicated selector row: compact, centred and separated from MAKE IT YOURS. */
  .deck-nav {
    top: 8.5% !important;
    left: 50% !important;
    width: min(270px, calc(100vw - 56px));
    transform: translateX(-50%) !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    align-items: center;
    justify-items: center;
    z-index: 9;
  }

  .deck-nav button {
    width: 100%;
    min-width: 0;
    padding: 7px 0 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: .08em;
    text-align: center;
  }

  .deck-nav button::after {
    width: 26px !important;
  }

  .deck-stack {
    inset: 17% -2% 27% !important;
  }

  .deck-meta {
    bottom: 3.5% !important;
    width: calc(100vw - 44px) !important;
  }

  .deck-title-wrap {
    gap: 7px !important;
  }

  .deck-title-wrap span {
    flex: 0 0 auto;
    line-height: 1;
  }

  .deck-meta h3 {
    font-size: 28px !important;
    line-height: 1 !important;
  }

  /* The final 16:9 artwork must be fully visible on phones. */
  .finale {
    width: 100%;
    overflow: hidden;
    background: #ece9e1;
  }

  .finale img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }
}

@media (max-width: 390px) {
  .custom-copy h2 {
    font-size: clamp(43px, 12.8vw, 55px) !important;
  }

  .deck-nav {
    width: calc(100vw - 44px) !important;
  }

  .deck-nav button {
    font-size: 11px !important;
  }
}
