:root {
  --campaign-night: #11100e;
  --campaign-night-soft: #1c1915;
  --campaign-cream: #f5ecdc;
  --campaign-accent: #d8aa62;
  --campaign-accent-ink: #17110a;
}

main {
  overflow: clip;
}

.cinematic-hero {
  position: relative;
  min-height: 0;
  padding: 0;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(33, 23, 18, 0.08) 50%, transparent 50.05%),
    linear-gradient(rgba(33, 23, 18, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 100%, 100% 34px, auto;
}

.cinematic-hero .hero-grid {
  position: relative;
  z-index: 2;
  width: min(100%, 1600px);
  min-height: calc(100svh - 78px);
  grid-template-columns: minmax(480px, 0.92fr) minmax(520px, 1.08fr);
  gap: 0;
}

.cinematic-hero .hero-content {
  min-width: 0;
  padding: clamp(54px, 6.4vw, 108px) clamp(34px, 5vw, 78px) clamp(44px, 5.2vw, 82px) var(--page-pad);
  justify-content: center;
  border-right: 1px solid var(--ink);
}

.hero-index {
  position: absolute;
  top: -0.17em;
  left: -0.06em;
  z-index: 0;
  color: rgba(33, 23, 18, 0.035);
  font-family: "Fraunces", serif;
  font-size: clamp(18rem, 33vw, 40rem);
  font-weight: 600;
  letter-spacing: -0.13em;
  line-height: 0.78;
  pointer-events: none;
}

.hero-kicker-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hero-edition {
  color: var(--ink-soft);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cinematic-hero .hero-content h1 {
  max-width: 7.2ch;
  margin: clamp(25px, 3vw, 46px) 0 clamp(22px, 2.2vw, 34px);
  font-size: clamp(4.4rem, 7.1vw, 8rem);
  line-height: 0.82;
  letter-spacing: -0.07em;
}

.cinematic-hero .hero-content > p:not(.hero-gate-note) {
  max-width: 48ch;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
}

.cinematic-hero .hero-trust {
  margin-top: clamp(26px, 3vw, 42px);
}

.cinematic-hero .trust-pill {
  font-size: 0.62rem;
  letter-spacing: 0.09em;
}

.cinematic-hero .hero-ctas {
  margin-top: clamp(24px, 2.8vw, 38px);
}

.cinematic-hero .hero-stats {
  margin-top: clamp(34px, 5vw, 76px);
  padding-top: 0;
}

.cinematic-hero .hero-stats strong {
  font-size: clamp(2.15rem, 3.3vw, 3.7rem);
}

.hero-gate-note {
  max-width: 62ch;
  margin: 24px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
  border-left: 2px solid var(--terracotta);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-cinema {
  position: relative;
  display: grid;
  min-height: calc(100svh - 78px);
  margin: 0;
  padding: clamp(30px, 4vw, 62px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(216, 170, 98, 0.23), transparent 34%),
    linear-gradient(145deg, #28231d 0%, #11100e 62%);
  place-items: center;
}

.hero-cinema::before,
.film-player-shell::before {
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.13);
  content: "";
  pointer-events: none;
}

.hero-cinema::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 62px 62px;
  content: "";
  opacity: 0.32;
  pointer-events: none;
}

.hero-film-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #080807;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.46);
}

.campaign-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0b0a09;
}

.hero-film-shell::after,
.film-player-shell::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 25%, transparent 62%, rgba(0, 0, 0, 0.76));
  content: "";
  pointer-events: none;
}

.film-chrome {
  position: absolute;
  z-index: 3;
  display: flex;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.film-chrome--top {
  top: 26px;
  right: 24px;
  left: 24px;
  justify-content: space-between;
}

.film-control {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 13px;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: rgba(10, 9, 8, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  backdrop-filter: blur(10px);
  font-size: 0.59rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.film-control:hover {
  color: var(--campaign-accent-ink);
  background: var(--campaign-accent);
  border-color: var(--campaign-accent);
}

.control-mark,
.play-mark {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.control-mark::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 4px;
  height: 5px;
  background: currentColor;
  content: "";
}

.control-mark::after {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 7px;
  height: 9px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 0;
  border-radius: 50%;
  content: "";
}

.film-control[aria-pressed="true"] .control-mark::after {
  border-color: transparent;
  border-left: 2px solid currentColor;
  border-radius: 0;
  transform: rotate(-45deg);
}

.play-mark::before {
  position: absolute;
  top: 1px;
  left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
  content: "";
}

.film-control[aria-pressed="true"] .play-mark::before {
  top: 1px;
  left: 1px;
  width: 9px;
  height: 10px;
  border: 0;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.hero-sound {
  position: absolute;
  right: 22px;
  bottom: 112px;
  z-index: 4;
}

.hero-film-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: grid;
  min-width: 0;
  padding: 20px 22px 22px;
  color: #fff;
  background: transparent;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 3px 16px;
}

.hero-film-caption span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.hero-film-caption strong {
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 600;
}

.hero-film-caption small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.65rem;
  letter-spacing: 0.04em;
}

.fruit-marquee {
  position: relative;
  z-index: 4;
  display: flex;
  height: 56px;
  overflow: hidden;
  color: var(--ink);
  background: var(--saffron);
  border-top: 1px solid var(--ink);
  align-items: center;
}

.fruit-marquee > div {
  display: flex;
  width: max-content;
  align-items: center;
  animation: campaign-marquee 28s linear infinite;
  will-change: transform;
}

.fruit-marquee span {
  padding: 0 22px;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.fruit-marquee i {
  color: #493306;
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
}

@keyframes campaign-marquee {
  to {
    transform: translateX(-50%);
  }
}

#films {
  --campaign-accent: #d8aa62;
  --campaign-accent-ink: #17110a;
  position: relative;
  order: 1;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, color-mix(in srgb, var(--campaign-accent) 16%, transparent), transparent 28%),
    var(--campaign-night);
  border-color: rgba(255, 255, 255, 0.2);
  transition: background-color 400ms ease;
}

#films[data-active-film="banana"] {
  --campaign-accent: #edc72e;
  --campaign-accent-ink: #1b1606;
}

#films[data-active-film="avocado"] {
  --campaign-accent: #8daa51;
  --campaign-accent-ink: #101609;
}

#films[data-active-film="strawberry"] {
  --campaign-accent: #ee4d45;
  --campaign-accent-ink: #210706;
}

#films[data-active-film="mango"] {
  --campaign-accent: #f19b24;
  --campaign-accent-ink: #201006;
}

#films[data-active-film="blueberry"] {
  --campaign-accent: #637ad8;
  --campaign-accent-ink: #090d21;
}

#films[data-active-film="coconut"] {
  --campaign-accent: #d8aa62;
  --campaign-accent-ink: #17110a;
}

.film-section-header {
  display: grid;
  margin-bottom: clamp(52px, 7vw, 92px);
  grid-template-columns: minmax(360px, 0.95fr) minmax(300px, 0.58fr);
  align-items: end;
  justify-content: space-between;
  gap: 36px 9vw;
}

.film-eyebrow,
.active-film-copy > span {
  display: block;
  margin-bottom: 18px;
  color: var(--campaign-accent);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.film-section-header h2 {
  max-width: 8ch;
  margin: 0;
  color: #fff;
  font-size: clamp(4.2rem, 8vw, 9rem);
  line-height: 0.8;
  letter-spacing: -0.075em;
}

.film-section-header p {
  max-width: 49ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

.film-showcase {
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(560px, 1.26fr);
  align-items: start;
  gap: clamp(42px, 6vw, 94px);
}

.film-player-column {
  display: grid;
  gap: 28px;
}

.film-player-shell {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #080807;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 36px 84px rgba(0, 0, 0, 0.52);
}

.film-player-shell::before {
  inset: 13px;
}

.film-player-controls {
  position: absolute;
  right: 20px;
  bottom: 23px;
  left: 20px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
}

.film-clock {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
  font-variant-numeric: tabular-nums;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.film-progress {
  position: absolute;
  right: 20px;
  bottom: 10px;
  left: 20px;
  z-index: 4;
  width: calc(100% - 40px);
  height: 2px;
  overflow: hidden;
  appearance: none;
  background: rgba(255, 255, 255, 0.25);
  border: 0;
}

.film-progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.25);
}

.film-progress::-webkit-progress-value {
  background: var(--campaign-accent);
}

.film-progress::-moz-progress-bar {
  background: var(--campaign-accent);
}

.active-film-copy {
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.active-film-copy > span {
  margin-bottom: 11px;
}

.active-film-copy h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2.2rem, 3.6vw, 4.2rem);
  line-height: 0.92;
}

.active-film-copy p {
  max-width: 52ch;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.active-film-copy small {
  display: block;
  max-width: 64ch;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.52);
  border-left: 2px solid var(--campaign-accent);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
}

.film-selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 12px;
}

.film-tab {
  --tab-accent: #fff;
  position: relative;
  display: grid;
  min-width: 0;
  padding: 0;
  aspect-ratio: 0.72;
  overflow: hidden;
  color: #fff;
  background: #211e1a;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  text-align: left;
  transition:
    border-color 220ms ease,
    transform 280ms cubic-bezier(0.2, 0.75, 0.2, 1),
    opacity 220ms ease;
}

.film-tab[data-film="banana"] { --tab-accent: #edc72e; }
.film-tab[data-film="avocado"] { --tab-accent: #8daa51; }
.film-tab[data-film="strawberry"] { --tab-accent: #ee4d45; }
.film-tab[data-film="mango"] { --tab-accent: #f19b24; }
.film-tab[data-film="blueberry"] { --tab-accent: #637ad8; }
.film-tab[data-film="coconut"] { --tab-accent: #d8aa62; }

.film-tab::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.86));
  content: "";
}

.film-tab img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 250ms ease;
}

.film-tab-index,
.film-tab strong,
.film-tab small {
  position: relative;
  z-index: 2;
  align-self: end;
}

.film-tab-index {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 7px;
  color: #fff;
  background: rgba(0, 0, 0, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.film-tab strong {
  margin: auto 14px 2px;
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1;
}

.film-tab small {
  margin: 0 14px 15px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.film-tab:hover,
.film-tab.is-active {
  z-index: 2;
  border-color: var(--tab-accent);
  transform: translateY(-5px);
}

.film-tab.is-active {
  box-shadow: inset 0 -4px 0 var(--tab-accent);
}

.film-tab:hover img,
.film-tab.is-active img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

#shop {
  order: 2;
}

#shop .section-title::before {
  content: "PRODUCTION-MAPPED / 03 OF 06";
}

#story { order: 3; }
#build { order: 4; }
#devices { order: 5; }
#process { order: 6; }
#support { order: 7; }
.faq { order: 8; }
.newsletter { order: 9; }

.product-film-link {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  margin: 0 0 14px;
  padding: 0 0 5px;
  align-items: center;
  color: var(--terracotta-dark);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--terracotta);
  border-radius: 0;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-film-link::after {
  margin-left: 10px;
  content: "PLAY";
  color: var(--ink-soft);
  font-size: 0.5rem;
  letter-spacing: 0.15em;
}

.product-film-link:hover {
  color: var(--ink);
  border-color: var(--ink);
}

@media (max-width: 1280px) {
  .cinematic-hero .hero-grid {
    grid-template-columns: minmax(430px, 0.9fr) minmax(470px, 1.1fr);
  }

  .cinematic-hero .hero-content {
    padding-right: clamp(28px, 4vw, 52px);
  }

  .film-showcase {
    grid-template-columns: minmax(340px, 0.8fr) minmax(500px, 1.2fr);
    gap: 44px;
  }

  .film-tab {
    aspect-ratio: 0.76;
  }
}

@media (max-width: 960px) {
  .cinematic-hero .hero-grid {
    width: 100%;
    max-width: none;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .cinematic-hero .hero-content {
    width: min(calc(100% - (var(--page-pad) * 2)), var(--max-width));
    margin: 0 auto;
    padding: 62px 0 56px;
    border-right: 0;
  }

  .cinematic-hero .hero-content h1 {
    max-width: 7.8ch;
    font-size: clamp(4.4rem, 12vw, 7.2rem);
  }

  .hero-cinema {
    min-height: 760px;
    border-top: 1px solid var(--ink);
  }

  .hero-film-shell {
    width: min(68vw, 430px);
  }

  .film-section-header {
    grid-template-columns: 1fr;
  }

  .film-section-header h2 {
    max-width: 9ch;
  }

  .film-showcase {
    grid-template-columns: 1fr;
  }

  .film-player-column {
    grid-template-columns: minmax(300px, 0.78fr) minmax(260px, 1.22fr);
    align-items: end;
    gap: 34px;
  }

  .film-player-shell {
    width: 100%;
  }

  .active-film-copy {
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .film-selector {
    padding: 8px 4px 18px;
    overflow-x: auto;
    grid-template-columns: repeat(6, minmax(162px, 1fr));
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--campaign-accent) rgba(255, 255, 255, 0.12);
  }

  .film-tab {
    scroll-snap-align: start;
  }
}

@media (max-width: 680px) {
  .cinematic-hero {
    padding: 0;
  }

  .cinematic-hero .hero-content {
    width: 100%;
    padding: 44px var(--page-pad) 46px;
  }

  .hero-kicker-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cinematic-hero .hero-content h1 {
    max-width: 8ch;
    margin: 24px 0 22px;
    font-size: clamp(3.15rem, 14vw, 4.4rem);
    line-height: 0.84;
  }

  .cinematic-hero .hero-trust {
    grid-template-columns: 1fr;
  }

  .cinematic-hero .trust-pill,
  .cinematic-hero .trust-pill:nth-child(2),
  .cinematic-hero .trust-pill:last-child {
    padding: 11px 0;
  }

  .cinematic-hero .hero-ctas {
    flex-direction: column;
  }

  .cinematic-hero .hero-ctas .btn {
    width: 100%;
  }

  .cinematic-hero .hero-stats {
    display: grid;
    margin-top: 36px;
  }

  .cinematic-hero .hero-stats strong {
    font-size: 1.85rem;
  }

  .hero-gate-note {
    margin-top: 22px;
    font-size: 0.61rem;
  }

  .hero-cinema {
    min-height: 0;
    padding: 34px 18px;
  }

  .hero-film-shell {
    width: min(88vw, 420px);
  }

  .film-chrome--top {
    top: 20px;
    right: 19px;
    left: 19px;
  }

  .hero-sound {
    right: 18px;
    bottom: 108px;
  }

  .fruit-marquee {
    height: 50px;
  }

  .fruit-marquee span {
    padding: 0 17px;
    font-size: 1.15rem;
  }

  #films {
    padding-top: 86px;
  }

  .film-section-header {
    margin-bottom: 46px;
  }

  .film-section-header h2 {
    font-size: clamp(3.7rem, 18vw, 5.6rem);
  }

  .film-player-column {
    grid-template-columns: 1fr;
  }

  .film-player-shell {
    width: min(100%, 430px);
    margin: 0 auto;
  }

  .film-player-controls {
    right: 15px;
    bottom: 22px;
    left: 15px;
  }

  .film-control {
    min-height: 40px;
    padding: 9px 10px;
    font-size: 0.54rem;
  }

  .film-clock {
    display: none;
  }

  .film-progress {
    right: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }

  .active-film-copy {
    padding: 24px 0;
  }

  .film-selector {
    margin-right: calc(var(--page-pad) * -1);
    margin-left: calc(var(--page-pad) * -1);
    padding-right: var(--page-pad);
    padding-left: var(--page-pad);
    grid-template-columns: repeat(6, minmax(148px, 44vw));
  }

  .film-tab {
    aspect-ratio: 0.72;
  }

  .film-tab strong {
    font-size: 1.35rem;
  }

  .product-card h3,
  .product-card p,
  .product-benefits,
  .price,
  .product-film-link,
  .product-cta,
  .product-details {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fruit-marquee > div {
    animation: none;
  }

  .film-tab,
  .film-tab img {
    transition: none;
  }

  .film-tab:hover,
  .film-tab.is-active,
  .film-tab:hover img,
  .film-tab.is-active img {
    transform: none;
  }
}

/* Campaign V4: responsive editorial system and interaction polish. */
:root {
  --header-height: 78px;
  --campaign-rule: rgba(33, 23, 18, 0.22);
  --campaign-ease: cubic-bezier(0.2, 0.75, 0.2, 1);
}

html {
  scroll-padding-top: calc(var(--header-height) + 14px);
}

body.mobile-menu-open {
  overflow: hidden;
}

main {
  padding-bottom: 0;
}

.section {
  padding: clamp(78px, 7.5vw, 116px) 0;
  content-visibility: visible !important;
  contain: none !important;
  contain-intrinsic-size: none !important;
  scroll-margin-top: calc(var(--header-height) + 12px);
}

.site-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 120;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}

.site-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  transition:
    background-color 240ms ease,
    box-shadow 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(243, 236, 223, 0.9);
  box-shadow: 0 12px 30px rgba(33, 23, 18, 0.09);
  backdrop-filter: blur(18px) saturate(1.18);
}

.mobile-menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 0;
}

.mobile-menu-toggle span {
  position: absolute;
  left: 11px;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 220ms var(--campaign-ease), top 220ms var(--campaign-ease);
}

.mobile-menu-toggle span:first-child { top: 16px; }
.mobile-menu-toggle span:last-child { top: 25px; }

.mobile-menu-toggle.is-open span:first-child {
  top: 20px;
  transform: rotate(45deg);
}

.mobile-menu-toggle.is-open span:last-child {
  top: 20px;
  transform: rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  padding: clamp(24px, 6vw, 54px);
  color: var(--paper);
  background:
    radial-gradient(circle at 86% 14%, rgba(228, 174, 34, 0.18), transparent 27%),
    linear-gradient(145deg, #28231d, #11100e 68%);
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-102%);
  transition:
    transform 480ms var(--campaign-ease),
    opacity 280ms ease,
    visibility 0s linear 480ms;
}

.mobile-nav.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.mobile-nav__head {
  display: flex;
  padding-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.mobile-nav__head > span,
.mobile-nav__language label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mobile-nav__close {
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mobile-nav nav {
  display: grid;
  margin: auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.mobile-nav nav a {
  display: grid;
  min-height: clamp(76px, 15vh, 118px);
  padding: 16px 0;
  color: var(--paper);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  grid-template-columns: 52px 1fr;
  align-items: center;
  text-decoration: none;
}

.mobile-nav nav a span {
  color: var(--saffron);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.mobile-nav nav a strong {
  color: var(--paper);
  font-family: "Fraunces", serif;
  font-size: clamp(2.35rem, 10vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.mobile-nav__language {
  display: grid;
  margin-top: 22px;
  grid-template-columns: 1fr minmax(120px, 180px);
  align-items: center;
  gap: 18px;
}

.mobile-nav__language select {
  min-height: 48px;
  padding: 10px 12px;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
}

.language-picker-trigger {
  display: none;
  min-height: 44px;
  padding: 8px 11px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 0;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.language-picker-trigger img,
.language-option img {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 21px;
  object-fit: cover;
  border: 1px solid rgba(33, 23, 18, 0.22);
  box-shadow: 0 2px 8px rgba(33, 23, 18, 0.1);
}

body.language-picker-ready .lang-select,
body.language-picker-ready .mobile-nav__language select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.language-picker-ready .language-picker-trigger--desktop,
body.language-picker-ready .language-picker-trigger--mobile {
  display: inline-flex;
}

.language-picker-trigger--desktop {
  min-width: 76px;
}

.language-picker-trigger--mobile {
  width: 100%;
  min-height: 50px;
  padding: 10px 13px;
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.44);
  justify-content: flex-start;
  text-align: left;
  text-transform: none;
}

.language-picker-trigger--mobile img {
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: none;
}

.language-picker-trigger--mobile span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-drawer {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: grid;
  padding: calc(var(--header-height) + 14px) var(--page-pad) 24px;
  align-items: start;
  justify-items: end;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 0s linear 320ms;
}

.language-drawer.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.language-drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(17, 16, 14, 0.62);
  border: 0;
  backdrop-filter: blur(12px) saturate(0.85);
}

.language-drawer__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(720px, 100%);
  max-height: calc(100dvh - var(--header-height) - 38px);
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  color: var(--paper);
  background:
    linear-gradient(145deg, rgba(40, 35, 29, 0.98), rgba(17, 16, 14, 0.99)),
    url("assets/noise.webp");
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 30px 90px rgba(17, 16, 14, 0.42);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 18px;
  transform: translateY(-16px) scale(0.985);
  transform-origin: top right;
  transition: transform 320ms var(--campaign-ease);
}

.language-drawer.is-open .language-drawer__panel {
  transform: translateY(0) scale(1);
}

.language-drawer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.language-drawer__head span,
.language-drawer__note {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.language-drawer__head h2 {
  margin: 8px 0 0;
  color: var(--paper);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 0.92;
}

.language-drawer__close {
  min-width: 82px;
  min-height: 44px;
  padding: 9px 14px;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 0;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.language-drawer__intro {
  max-width: 58ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.language-drawer__options {
  display: grid;
  padding: 2px 5px 2px 0;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-color: var(--saffron) rgba(255, 255, 255, 0.12);
  scrollbar-width: thin;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.language-option {
  display: grid;
  min-width: 0;
  min-height: 58px;
  padding: 10px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  text-align: left;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.language-option:hover,
.language-option:focus-visible {
  background: rgba(228, 174, 34, 0.12);
  border-color: rgba(228, 174, 34, 0.72);
  transform: translateY(-1px);
}

.language-option.is-active {
  color: #17110a;
  background: var(--saffron);
  border-color: var(--saffron);
}

.language-option strong {
  overflow: hidden;
  font-size: 0.76rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.language-option small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.language-option.is-active small {
  color: rgba(23, 17, 10, 0.62);
}

.language-drawer__note {
  margin: 0;
  letter-spacing: 0.09em;
  line-height: 1.45;
}

body.language-drawer-open {
  overflow: hidden;
}

.mobile-nav > p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cinematic-hero .hero-grid {
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 0.485fr) minmax(0, 0.515fr);
}

.cinematic-hero .hero-content {
  padding: clamp(36px, 3.3vw, 52px) clamp(38px, 4.2vw, 64px) clamp(34px, 3.5vw, 52px) var(--page-pad);
}

.cinematic-hero .hero-content h1 {
  max-width: 8.2ch;
  margin: clamp(22px, 2.2vw, 32px) 0 clamp(18px, 1.6vw, 24px);
  font-size: clamp(4rem, 5.5vw, 5.45rem);
  line-height: 0.84;
  letter-spacing: -0.065em;
}

.cinematic-hero .hero-content > p:not(.hero-gate-note) {
  max-width: 50ch;
  font-size: clamp(0.98rem, 1.08vw, 1.12rem);
  line-height: 1.55;
}

.cinematic-hero .hero-trust {
  margin-top: clamp(18px, 1.8vw, 24px);
}

.cinematic-hero .hero-ctas {
  margin-top: clamp(18px, 1.6vw, 22px);
  margin-bottom: 0;
}

.cinematic-hero .hero-stats {
  margin-top: clamp(24px, 2.3vw, 32px);
}

.hero-gate-note {
  max-width: 72ch;
  margin-top: 14px;
  padding-left: 14px;
  font-size: 0.62rem;
  line-height: 1.4;
}

.hero-cinema {
  min-height: calc(100svh - var(--header-height));
  padding: clamp(28px, 3.4vw, 52px);
}

.hero-film-shell {
  width: min(72%, 398px);
  max-height: calc(100svh - var(--header-height) - 70px);
}

.hero-content > *,
.hero-cinema .hero-film-shell {
  animation: campaign-v4-rise 760ms var(--campaign-ease) both;
}

.hero-content > :nth-child(2) { animation-delay: 70ms; }
.hero-content > :nth-child(3) { animation-delay: 130ms; }
.hero-content > :nth-child(4) { animation-delay: 190ms; }
.hero-content > :nth-child(5) { animation-delay: 250ms; }
.hero-content > :nth-child(6) { animation-delay: 310ms; }
.hero-content > :nth-child(7) { animation-delay: 370ms; }
.hero-cinema .hero-film-shell { animation-delay: 150ms; }

/* The headline is the LCP candidate; never hold it behind entrance motion. */
.cinematic-hero #heroTitle {
  animation: none;
  opacity: 1;
  transform: none;
}

@keyframes campaign-v4-rise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.film-section-header {
  margin-bottom: clamp(42px, 5vw, 70px);
}

.film-section-header h2 {
  font-size: clamp(4rem, 7.2vw, 7.8rem);
}

.film-showcase {
  grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(38px, 5vw, 76px);
}

.film-player-shell {
  width: min(100%, 440px);
}

.active-film-copy h3 {
  font-size: clamp(2.2rem, 3.2vw, 3.7rem);
}

.active-film-sound {
  display: inline-flex;
  margin: 2px 0 18px;
  padding: 8px 11px;
  align-items: center;
  gap: 10px;
  color: var(--campaign-accent-ink);
  background: var(--campaign-accent);
  border: 1px solid var(--campaign-accent);
}

.active-film-sound span,
.active-film-sound strong {
  color: inherit;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.active-film-sound span::after {
  margin-left: 10px;
  content: "/";
  opacity: 0.55;
}

.film-selector {
  gap: 10px;
}

.film-rail-meta {
  display: none;
}

#shop .section-title,
#story .section-title,
#build .section-title,
#devices .section-title,
#process .section-title,
.faq .section-title {
  margin-bottom: clamp(36px, 4.8vw, 66px);
}

.product-grid {
  display: grid;
  overflow: visible;
  border: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 22px);
}

.product-card,
.product-card:first-child,
.product-card:last-child {
  display: flex;
  min-width: 0;
  padding: 0 0 26px;
  overflow: hidden;
  background: rgba(255, 253, 248, 0.56);
  border: 1px solid var(--ink);
  flex-direction: column;
}

.product-media,
.product-card:first-child .product-media,
.product-card:last-child .product-media {
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0 0 24px;
  aspect-ratio: 4 / 5;
  border: 0;
  border-bottom: 1px solid var(--ink);
}

.product-card h3,
.product-card p,
.product-benefits,
.product-card .price,
.product-film-link,
.product-cta,
.product-details {
  width: auto;
  margin-right: 22px;
  margin-left: 22px;
}

.product-card h3 {
  margin-top: 0;
  font-size: clamp(1.75rem, 2.25vw, 2.45rem);
}

.product-card p {
  min-height: 4.65em;
}

.product-benefits {
  min-height: 60px;
  margin-top: 20px;
  margin-bottom: 16px;
  padding: 11px 0;
}

.product-film-link {
  margin-bottom: 12px;
}

.product-cta {
  width: calc(100% - 44px);
}

.product-details {
  margin-bottom: 0;
}

.material-editorial {
  display: grid;
  overflow: hidden;
  background: var(--paper-light);
  border: 1px solid var(--ink);
  grid-template-columns: minmax(360px, 0.88fr) minmax(430px, 1.12fr);
}

.material-visual {
  position: relative;
  min-width: 0;
  min-height: 630px;
  margin: 0;
  overflow: hidden;
  background: #bd3f2f;
  border-right: 1px solid var(--ink);
}

.material-visual picture,
.material-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.material-visual img {
  object-fit: cover;
  object-position: 50% 48%;
  transition: transform 900ms var(--campaign-ease);
}

.material-editorial:hover .material-visual img {
  transform: scale(1.025);
}

.material-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.64));
  content: "";
  pointer-events: none;
}

.material-visual figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
  display: flex;
  color: #fff;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.material-visual figcaption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.material-visual figcaption strong {
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
}

.material-copy {
  display: flex;
  min-width: 0;
  padding: clamp(30px, 4vw, 58px);
  flex-direction: column;
  justify-content: center;
}

.material-copy .quality-card {
  display: grid;
  border: 0;
  border-top: 1px solid var(--ink);
  grid-template-columns: 1fr;
}

.material-copy .quality-card > div,
.material-copy .quality-card > div:first-child,
.material-copy .quality-card > div:last-child {
  display: grid;
  min-height: 0;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  grid-template-columns: 48px 1fr;
  column-gap: 20px;
}

.material-copy .quality-card > div > span {
  grid-row: 1 / 3;
  color: var(--terracotta);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.material-copy .quality-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.material-copy .quality-card p {
  margin: 0;
}

.material-copy .pill-row {
  margin: 28px 0 0;
}

.launch-note {
  display: grid;
  margin-top: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px clamp(20px, 3vw, 46px);
}

.launch-note > span {
  color: var(--terracotta);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.launch-note p {
  margin: 0;
  font-size: 0.9rem;
}

.launch-note .btn {
  min-height: 44px;
}

.builder-grid {
  grid-template-columns: minmax(340px, 0.78fr) minmax(440px, 1.22fr);
}

.builder-panel {
  padding: clamp(28px, 3.8vw, 50px);
}

.builder-preview {
  min-height: 570px;
  padding: clamp(26px, 3.5vw, 46px);
}

.v2-builder-product {
  width: min(100%, 390px);
}

.device-explorer-grid {
  grid-template-columns: minmax(300px, 0.82fr) minmax(330px, 1.18fr);
}

.device-groups {
  max-height: 620px;
  overflow-y: auto;
}

.device-preview-panel {
  min-height: 570px;
}

.v2-device-product {
  width: min(100%, 390px);
}

#process {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 42%),
    var(--terracotta);
}

.process-grid article {
  display: flex;
  min-height: 200px;
  flex-direction: column;
}

.process-grid article > span {
  margin-bottom: auto;
  padding-bottom: 26px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.process-grid h3 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
}

#support {
  padding: clamp(58px, 6vw, 84px) 0;
  background:
    radial-gradient(circle at 90% 0, rgba(228, 174, 34, 0.12), transparent 25%),
    var(--olive-deep);
}

#support .section-title {
  grid-template-columns: minmax(260px, 0.72fr) minmax(380px, 1.28fr);
  gap: 24px 8vw;
}

.faq {
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.faq-grid {
  display: grid;
  border: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.faq-grid details {
  padding: 0 22px;
  border: 1px solid var(--ink);
}

.faq-grid summary {
  min-height: 96px;
  padding: 22px 28px 22px 0;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
}

.faq-grid details p {
  padding-bottom: 22px;
}

.newsletter-card {
  padding-top: clamp(50px, 6vw, 80px);
  padding-bottom: clamp(50px, 6vw, 80px);
}

.newsletter-card h2 {
  font-size: clamp(2.8rem, 4.7vw, 4.8rem);
}

@media (max-width: 1180px) {
  .cinematic-hero .hero-grid {
    grid-template-columns: minmax(0, 0.49fr) minmax(0, 0.51fr);
  }

  .cinematic-hero .hero-content h1 {
    font-size: clamp(3.75rem, 5.45vw, 4.8rem);
  }

  .film-showcase {
    grid-template-columns: minmax(320px, 0.76fr) minmax(470px, 1.24fr);
    gap: 38px;
  }

  .material-editorial {
    grid-template-columns: minmax(330px, 0.82fr) minmax(420px, 1.18fr);
  }
}

@media (max-width: 960px) {
  :root {
    --header-height: 70px;
  }

  .mobile-menu-toggle {
    display: inline-block;
    flex: 0 0 44px;
  }

  .cinematic-hero .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .cinematic-hero .hero-content {
    width: min(calc(100% - (var(--page-pad) * 2)), var(--max-width));
    margin: 0 auto;
    padding: 48px 0 50px;
    border-right: 0;
  }

  .cinematic-hero .hero-content h1 {
    max-width: 9ch;
    font-size: clamp(3.8rem, 9.4vw, 5.2rem);
  }

  .hero-cinema {
    min-height: 620px;
    padding: 38px var(--page-pad);
    border-top: 1px solid var(--ink);
  }

  .hero-film-shell {
    width: min(56vw, 380px);
    max-height: 560px;
  }

  .film-showcase {
    grid-template-columns: 1fr;
  }

  .film-player-column {
    grid-template-columns: minmax(300px, 0.86fr) minmax(280px, 1.14fr);
    align-items: end;
  }

  .film-selector {
    margin: 0 calc(var(--page-pad) * -1);
    padding: 8px var(--page-pad) 16px;
    overflow-x: auto;
    grid-template-columns: repeat(6, minmax(170px, 25vw));
    overscroll-behavior-inline: contain;
    scroll-padding-inline: var(--page-pad);
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .film-selector::-webkit-scrollbar {
    height: 0;
  }

  .film-rail-meta {
    display: grid;
    margin: 6px 0 20px;
    grid-template-columns: auto minmax(120px, 1fr);
    align-items: center;
    gap: 18px;
  }

  .film-rail-meta > span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .film-rail-meta > div {
    height: 2px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.18);
  }

  .film-rail-meta i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--campaign-accent);
    transform: scaleX(0.12);
    transform-origin: left center;
    transition: transform 100ms linear;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-card,
  .product-card:first-child,
  .product-card:last-child {
    display: grid;
    padding: 0;
    grid-template-columns: minmax(250px, 0.88fr) minmax(0, 1.12fr);
    grid-template-rows: auto auto 1fr auto auto auto auto;
    column-gap: clamp(22px, 4vw, 38px);
  }

  .product-media,
  .product-card:first-child .product-media,
  .product-card:last-child .product-media {
    grid-column: 1;
    grid-row: 1 / 8;
    width: 100%;
    height: 100%;
    min-height: 510px;
    margin: 0;
    aspect-ratio: auto;
    border: 0;
    border-right: 1px solid var(--ink);
  }

  .product-card h3,
  .product-card p,
  .product-benefits,
  .product-card .price,
  .product-film-link,
  .product-cta,
  .product-details {
    grid-column: 2;
    width: auto;
    margin-right: 24px;
    margin-left: 0;
  }

  .product-card h3 {
    margin-top: 28px;
  }

  .product-card p {
    min-height: 0;
  }

  .product-benefits {
    align-self: center;
  }

  .product-cta {
    width: calc(100% - 24px);
  }

  .product-details {
    margin-bottom: 26px;
  }

  .material-editorial {
    grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
  }

  .material-visual {
    min-height: 600px;
  }

  .material-copy {
    padding: 30px;
  }

  .launch-note {
    grid-template-columns: 1fr auto;
  }

  .launch-note p {
    grid-row: 2;
    grid-column: 1 / -1;
  }

  .builder-grid,
  .device-explorer-grid {
    grid-template-columns: 1fr;
  }

  .builder-panel {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .builder-preview {
    min-height: 540px;
    grid-template-columns: minmax(150px, 0.42fr) minmax(280px, 1fr);
  }

  .device-groups {
    max-height: none;
  }

  .device-preview-panel {
    min-height: 520px;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .faq-grid summary {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 64px;
    --page-pad: 18px;
  }

  .section {
    padding: 66px 0;
  }

  .site-header {
    min-height: var(--header-height);
    padding: 7px 0;
  }

  .header-inner {
    min-height: 49px;
    gap: 7px;
  }

  .logo img {
    width: 38px;
    height: 38px;
  }

  .header-actions {
    gap: 6px;
  }

  body.language-picker-ready .language-picker-trigger--desktop {
    display: none;
  }

  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .cart-btn {
    min-height: 42px;
    padding: 7px 9px;
  }

  .mobile-nav {
    padding: 18px;
  }

  .language-drawer {
    padding: 10px;
    align-items: stretch;
  }

  .language-drawer__panel {
    width: 100%;
    max-height: calc(100dvh - 20px);
    padding: 22px 18px 18px;
    transform-origin: center bottom;
  }

  .language-drawer__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .language-option {
    min-height: 56px;
    padding: 9px 8px;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 8px;
  }

  .language-option img {
    width: 26px;
    height: 19px;
  }

  .language-option small {
    display: none;
  }

  .mobile-nav nav a {
    min-height: clamp(70px, 13vh, 94px);
    grid-template-columns: 42px 1fr;
  }

  .mobile-nav nav a strong {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .cinematic-hero .hero-content {
    width: 100%;
    padding: 38px var(--page-pad) 42px;
  }

  .cinematic-hero .hero-content h1 {
    max-width: none;
    margin: 22px 0 20px;
    font-size: clamp(3rem, 13vw, 4rem);
    line-height: 0.87;
    hyphens: auto;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .cinematic-hero .hero-content > p:not(.hero-gate-note) {
    font-size: 0.98rem;
  }

  .cinematic-hero .hero-trust {
    margin-top: 22px;
  }

  .cinematic-hero .hero-stats {
    margin-top: 30px;
  }

  .cinematic-hero .hero-gate-note {
    display: none;
  }

  .hero-cinema {
    min-height: 0;
    padding: 26px 18px;
  }

  .hero-film-shell {
    width: min(88vw, 380px);
    max-height: none;
  }

  #films {
    padding-top: 72px;
  }

  .film-section-header {
    margin-bottom: 36px;
  }

  .film-section-header h2 {
    max-width: none;
    font-size: clamp(3.45rem, 17vw, 5rem);
  }

  .film-player-column {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .active-film-copy {
    padding: 22px 0;
  }

  .active-film-copy h3 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .active-film-sound {
    margin-bottom: 15px;
  }

  .film-selector {
    grid-template-columns: repeat(6, minmax(156px, 52vw));
  }

  .film-rail-meta {
    grid-template-columns: auto 1fr;
  }

  #shop .section-title::before {
    margin-bottom: -2px;
  }

  .product-card,
  .product-card:first-child,
  .product-card:last-child {
    display: flex;
    padding: 0 0 28px;
  }

  .product-media,
  .product-card:first-child .product-media,
  .product-card:last-child .product-media {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 0 22px;
    aspect-ratio: 4 / 5;
    border: 0;
    border-bottom: 1px solid var(--ink);
  }

  .product-card h3,
  .product-card p,
  .product-benefits,
  .product-card .price,
  .product-film-link,
  .product-cta,
  .product-details {
    width: auto;
    margin-right: 18px;
    margin-left: 18px;
  }

  .product-card h3 {
    margin-top: 0;
  }

  .product-card p {
    min-height: 0;
  }

  .product-benefits {
    margin-top: 18px;
  }

  .product-cta {
    width: calc(100% - 36px);
  }

  .product-details {
    margin-bottom: 0;
  }

  .material-editorial {
    grid-template-columns: 1fr;
  }

  .material-visual {
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .material-copy {
    padding: 24px 20px 28px;
  }

  .material-copy .quality-card > div,
  .material-copy .quality-card > div:first-child,
  .material-copy .quality-card > div:last-child {
    padding: 20px 0;
    grid-template-columns: 36px 1fr;
    column-gap: 12px;
  }

  .material-copy .pill-row {
    margin-top: 22px;
  }

  .launch-note {
    padding: 18px 0 0;
    border-bottom: 0;
    grid-template-columns: 1fr;
  }

  .launch-note p,
  .launch-note .btn {
    grid-column: 1;
    grid-row: auto;
  }

  .launch-note .btn {
    width: 100%;
  }

  .builder-panel {
    padding: 24px 18px;
  }

  .builder-preview {
    min-height: 0;
    padding: 30px 18px 36px;
    grid-template-columns: 1fr;
  }

  .v2-builder-product,
  .v2-device-product {
    width: min(100%, 320px);
  }

  .device-preview-panel {
    min-height: 0;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .process-grid article,
  .process-grid article:nth-child(2),
  .process-grid article:nth-child(-n + 2) {
    min-height: 0;
    padding: 24px 0;
  }

  .process-grid article > span {
    margin-bottom: 28px;
    padding-bottom: 0;
  }

  #support .section-title {
    grid-template-columns: 1fr;
  }

  .faq-grid details {
    padding: 0 18px;
  }

  .newsletter-card {
    padding: 58px var(--page-pad);
  }

  .newsletter-card h2 {
    max-width: 9ch;
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .footer-links {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .footer-links a {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 339px) {
  .site-header .logo > span {
    display: none;
  }

  .cinematic-hero .hero-content h1 {
    font-size: clamp(2.4rem, 12vw, 2.85rem);
  }

  .hero-kicker-row {
    gap: 6px;
  }

  .hero-edition {
    letter-spacing: 0.12em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-content > *,
  .hero-cinema .hero-film-shell {
    animation: none;
  }

  .mobile-nav,
  .mobile-menu-toggle span,
  .language-drawer,
  .language-drawer__panel,
  .language-option,
  .material-visual img,
  .site-header {
    transition: none;
  }

  .material-editorial:hover .material-visual img {
    transform: none;
  }
}
