/* Inner pages — aligned with home gallery system */

.page-text-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: opacity var(--ease);
}

.page-text-link:hover {
  opacity: 0.72;
}

.page-inner .site-header {
  background: transparent;
}

.page-inner .navbar {
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  backdrop-filter: blur(12px);
  border-bottom-color: transparent;
}

.page-inner .site-header.is-scrolled .navbar {
  background: color-mix(in srgb, var(--surface) 96%, #fff);
  border-bottom-color: var(--outline-variant);
  box-shadow:
    0 1px 0 color-mix(in srgb, var(--primary) 5%, transparent),
    0 10px 28px color-mix(in srgb, var(--primary) 8%, transparent);
}

/* Footer style is owned by site.css (.site-footer) — do not override here. */

.page-inner .main {
  padding-top: var(--header-offset);
}

/* Page intro — one board: copy + media, no floating split-header */
.page-intro {
  padding: 0;
  background: var(--surface-lowest);
}

.page-intro__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 960px) {
  .page-intro__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    min-height: 0;
  }
}

.page-intro__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px var(--margin-m) 40px;
  max-width: none;
  margin: 0;
}

.page-intro__text .crumb {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .page-intro__text {
    padding: 64px var(--margin) 56px;
  }
}

@media (min-width: 960px) {
  .page-intro__text {
    padding: 56px clamp(40px, 4.5vw, 72px);
    max-width: 34rem;
  }
}

.page-intro__title {
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 600;
  letter-spacing: -0.038em;
  line-height: 1.1;
  color: var(--primary);
  margin: 0 0 18px;
  max-width: 11ch;
}

.page-intro__lead {
  font-size: var(--text-body);
  line-height: 1.7;
  color: var(--on-surface-variant);
  max-width: 34ch;
  margin: 0;
  font-weight: 400;
}

.page-intro__media {
  position: relative;
  overflow: hidden;
  background: #12181e;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: min(52vh, 520px);
  min-height: 280px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .page-intro__media {
    aspect-ratio: 5 / 4;
    max-height: min(56vh, 560px);
    min-height: 360px;
  }
}

@media (min-width: 960px) {
  .page-intro__media {
    aspect-ratio: 4 / 5;
    height: auto;
    max-height: min(68vh, 640px);
    min-height: 0;
    margin-block: 40px;
    margin-inline-end: clamp(24px, 3vw, 48px);
    border-radius: 0;
  }
}

.page-intro__media img,
.page-intro__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transform: scale(1.03);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-reveal.is-in .page-intro__media img,
.page-reveal.is-in .page-intro__media video {
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .page-intro__media img,
  .page-intro__media video {
    transform: none;
    transition: none;
  }
}

.page-split__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Studio mosaic — asymmetric gallery */
.page-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

@media (min-width: 768px) {
  .page-mosaic {
    grid-template-columns: 1.55fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    min-height: 520px;
  }

  .page-mosaic__item--hero,
  .page-mosaic__item:first-child {
    grid-row: 1 / -1;
  }
}

.page-mosaic__item {
  position: relative;
  overflow: hidden;
  background: var(--surface-high);
  min-height: 170px;
  border-radius: var(--radius-media);
}

.page-mosaic__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .page-mosaic__item:hover img {
    transform: scale(1.04);
  }
}

/* Timeline — horizontal chapter rail */
.page-timeline {
  display: grid;
  gap: 32px;
}

@media (min-width: 768px) {
  .page-timeline:not(.page-timeline--rail) {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

.page-timeline__item {
  position: relative;
}

@media (min-width: 768px) {
  .page-timeline:not(.page-timeline--rail) .page-timeline__item {
    padding-right: 40px;
    padding-left: 0;
  }

  .page-timeline:not(.page-timeline--rail) .page-timeline__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 20px;
    bottom: 8px;
    width: 1px;
    background: color-mix(in srgb, var(--outline-variant) 70%, transparent);
  }
}

.page-timeline time,
.page-timeline__item time {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin-bottom: 18px;
  line-height: 1;
}

.page-timeline h3,
.page-timeline__item h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.page-timeline p,
.page-timeline__item p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--on-surface-variant);
  max-width: 32ch;
}

/* Era section: rail timeline */
.page-block--era {
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--primary) 4%, var(--surface-low)) 0%,
      var(--surface-low) 100%
    );
  padding-block: 100px;
}

@media (min-width: 768px) {
  .page-block--era {
    padding-block: 140px;
  }
}

.page-timeline--rail {
  position: relative;
  gap: 40px;
}

@media (min-width: 900px) {
  .page-timeline--rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    padding-top: 28px;
  }

  .page-timeline--rail::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    height: 1px;
    background: color-mix(in srgb, var(--primary) 22%, transparent);
  }

  .page-timeline--rail .page-timeline__item {
    padding: 0;
  }

  .page-timeline--rail .page-timeline__item::after {
    display: none;
  }
}

.page-timeline__node {
  display: none;
}

@media (min-width: 900px) {
  .page-timeline__node {
    display: block;
    position: absolute;
    top: -28px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--surface-lowest);
    border: 2px solid var(--primary);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--surface-low) 92%, transparent);
  }
}

.page-timeline--rail .page-timeline__item {
  padding-top: 8px;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 70%, transparent);
}

@media (min-width: 900px) {
  .page-timeline--rail .page-timeline__item {
    border-top: none;
    padding-top: 0;
  }
}

.page-timeline--rail time {
  font-family: var(--font-sans);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.045em;
  color: var(--primary);
  margin-bottom: 20px;
  margin-top: 20px;
}

@media (min-width: 900px) {
  .page-timeline--rail time {
    margin-top: 28px;
  }
}

.page-timeline--rail h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.page-timeline--rail p {
  font-size: 15px;
  line-height: 1.75;
  max-width: 30ch;
}

/* Metrics row without boxes */
.page-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 55%, transparent);
}

@media (min-width: 768px) {
  .page-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
}

.page-metrics span {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--outline);
  margin-bottom: 6px;
}

.page-metrics strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary);
}

/* Section shell */
.page-block {
  padding: 88px var(--margin-m);
}

@media (min-width: 768px) {
  .page-block {
    padding: 120px var(--margin);
  }
}

.page-block__inner {
  max-width: var(--max);
  margin-inline: auto;
}

.page-block--origin .page-block__inner,
.page-block--partner .page-block__inner {
  max-width: var(--max-wide);
}

/* ——— Origin: staggered pill gallery (showroom board) ——— */
.page-block--origin {
  --origin-accent: #c4785a;
  background: var(--surface-low);
  padding: 72px 0;
}

@media (min-width: 768px) {
  .page-block--origin {
    padding: 96px 0;
  }
}

@media (min-width: 1100px) {
  .page-block--origin {
    padding: 112px 0;
  }
}

.origin-stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--margin-m);
}

@media (min-width: 768px) {
  .origin-stage {
    padding-inline: var(--margin);
    gap: 56px;
  }
}

@media (min-width: 1100px) {
  .origin-stage {
    max-width: none;
    padding-inline: clamp(48px, 5vw, 96px);
    gap: 48px;
  }
}

.origin-stage__copy {
  max-width: 40rem;
  font-family: var(--font-sans);
}

.origin-stage__title {
  font-family: var(--font-sans);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--primary);
  margin: 0 0 14px;
}

.origin-stage__title em {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  color: var(--origin-accent);
}

.origin-stage__lead {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: normal;
  font-weight: 400;
  color: var(--on-surface-variant);
  max-width: 42ch;
}

.origin-pills {
  --pill-gap: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--pill-gap);
  height: min(58vh, 520px);
  min-height: 320px;
  position: relative;
  align-items: stretch;
}

@media (min-width: 768px) {
  .origin-pills {
    --pill-gap: 18px;
    height: min(64vh, 640px);
    min-height: 440px;
  }
}

@media (min-width: 1100px) {
  .origin-pills {
    --pill-gap: 22px;
    height: min(68vh, 700px);
  }
}

.origin-pills__col {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  min-width: 0;
}

.origin-pills__col--1 {
  padding-top: 14%;
  padding-bottom: 10%;
}

.origin-pills__col--2 {
  padding-top: 26%;
  padding-bottom: 0;
}

.origin-pills__col--3 {
  padding-top: 6%;
  padding-bottom: 16%;
}

.origin-pills__col--4 {
  padding-top: 0;
  padding-bottom: 4%;
}

.origin-pills__pill {
  flex: 1;
  margin: 0;
  border-radius: var(--radius-media);
  overflow: hidden;
  background: var(--surface-container);
  position: relative;
  min-height: 0;
}

.origin-pills__pill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.origin-pills__col--1 .origin-pills__pill img {
  object-position: 10% 45%;
}

.origin-pills__col--2 .origin-pills__pill img {
  object-position: 38% 48%;
}

.origin-pills__col--3 .origin-pills__pill img {
  object-position: 66% 42%;
}

.origin-pills__col--4 .origin-pills__pill img {
  object-position: 90% 40%;
}

.page-reveal.is-in .origin-pills__pill img {
  transform: scale(1);
}

.origin-badge {
  --badge-size: clamp(72px, 9vw, 108px);
  position: absolute;
  top: 2%;
  left: 50%;
  translate: -50% 0;
  width: var(--badge-size);
  height: var(--badge-size);
  border-radius: 50%;
  background: var(--origin-accent);
  color: #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  z-index: 2;
  box-shadow: 0 12px 32px color-mix(in srgb, var(--origin-accent) 35%, transparent);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 768px) {
  .origin-badge {
    top: -2%;
    left: auto;
    right: 6%;
    translate: 0 0;
  }
}

.origin-badge:hover {
  transform: scale(1.05);
}

.origin-badge:active {
  transform: scale(0.98);
}

.origin-badge__ring {
  position: absolute;
  inset: 4%;
  width: 92%;
  height: 92%;
  animation: origin-badge-spin 18s linear infinite;
}

.origin-badge__text {
  fill: #fff;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.origin-badge__arrow {
  position: relative;
  z-index: 1;
  width: 28%;
  height: 28%;
  display: grid;
  place-items: center;
  color: #fff;
}

.origin-badge__arrow svg {
  width: 100%;
  height: 100%;
}

@keyframes origin-badge-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .origin-badge__ring {
    animation: none;
  }

  .origin-pills__pill img {
    transform: none;
    transition: none;
  }
}

@media (max-width: 639px) {
  .origin-pills {
    height: 280px;
    min-height: 260px;
    --pill-gap: 8px;
  }

  .origin-pills__col--1 {
    padding-top: 10%;
    padding-bottom: 8%;
  }

  .origin-pills__col--2 {
    padding-top: 20%;
    padding-bottom: 0;
  }

  .origin-pills__col--3 {
    padding-top: 4%;
    padding-bottom: 12%;
  }

  .origin-badge {
    --badge-size: 64px;
  }

  .origin-badge__text {
    font-size: var(--text-meta);
  }
}

.page-block--tone {
  background: var(--surface);
}

.page-block--low {
  background: var(--surface-low);
}

.page-block__head {
  margin-bottom: 48px;
  max-width: 40rem;
}

.page-block__title {
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--primary);
  margin-bottom: 14px;
}

.page-block__lead {
  font-size: var(--text-body);
  line-height: var(--lh-body);
  color: var(--on-surface-variant);
  max-width: 42ch;
  margin-bottom: 0;
}

/* ——— Shops: image stage + terms ledger ——— */
.page-block--shops {
  background:
    linear-gradient(
      165deg,
      var(--surface-lowest) 0%,
      color-mix(in srgb, var(--primary) 3.5%, var(--surface-low)) 100%
    );
  padding-block: 96px;
}

@media (min-width: 768px) {
  .page-block--shops {
    padding-block: 132px;
  }
}

.page-block--shops .page-block__inner {
  max-width: var(--max-wide);
}

.shops__intro {
  max-width: 36rem;
  margin-bottom: 48px;
}

@media (min-width: 900px) {
  .shops__intro {
    margin-bottom: 64px;
  }

  .shops__intro .page-block__title {
    font-size: clamp(34px, 4.2vw, 52px);
    max-width: 12ch;
  }
}

.shops__stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: stretch;
}

@media (min-width: 960px) {
  .shops__stage {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 56px;
    min-height: 640px;
  }
}

.shops__media {
  margin: 0;
  overflow: hidden;
  background: #12181e;
  aspect-ratio: 4 / 5;
  max-height: 520px;
  border-radius: var(--radius-media);
}

@media (min-width: 960px) {
  .shops__media {
    max-height: none;
    height: 100%;
    aspect-ratio: auto;
    min-height: 640px;
  }
}

.shops__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .shops__media:hover img {
    transform: scale(1.04);
  }
}

.shops__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid color-mix(in srgb, var(--primary) 14%, transparent);
}

.shops__item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 12px 20px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--primary) 12%, transparent);
}

@media (min-width: 768px) {
  .shops__item {
    grid-template-columns: 6.5rem 1fr;
    gap: 16px 32px;
    padding: 36px 4px;
  }
}

.shops__index {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  color: color-mix(in srgb, var(--primary) 26%, transparent);
  padding-top: 2px;
}

.shops__copy h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--primary);
  margin-bottom: 10px;
  line-height: 1.2;
}

.shops__copy p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--on-surface-variant);
  max-width: 38ch;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .shops__media img {
    transition: none;
  }
}

/* Pillars: no card frames (legacy / shared) */
.page-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
}

@media (min-width: 768px) {
  .page-pillars {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-pillar {
  padding: 32px 0 8px;
  border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
}

@media (min-width: 768px) {
  .page-pillar {
    padding: 36px 32px 8px 0;
    border-bottom: none;
    border-right: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
  }

  .page-pillar:last-child {
    border-right: none;
    padding-right: 0;
  }

  .page-pillar:not(:first-child) {
    padding-left: 32px;
  }
}

.page-pillar h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.page-pillar p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--on-surface-variant);
  max-width: 30ch;
}

.page-pillar__index {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.06em;
  color: var(--outline);
  margin-bottom: 20px;
}

/* Editorial split */
.page-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 900px) {
  .page-split {
    grid-template-columns: 1fr 1.15fr;
    gap: 72px;
  }

  .page-split--editorial {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.2fr);
    gap: 80px;
    align-items: stretch;
  }

  .page-split--flip .page-split__copy {
    order: 2;
  }

  .page-split--editorial .page-split__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 24px;
  }
}

.page-split__media {
  position: relative;
  overflow: hidden;
  background: var(--surface-high);
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-media);
}

.page-split__media--tall {
  aspect-ratio: 3 / 4;
  max-height: 720px;
}

@media (min-width: 900px) {
  .page-split--editorial .page-split__media:not(.page-split__collage) {
    aspect-ratio: 5 / 6;
    min-height: 560px;
  }
}

.page-split__media img,
.page-split__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .page-split__media:not(.page-split__collage):hover img,
  .page-split__media:not(.page-split__collage):hover video {
    transform: scale(1.03);
  }
}

/* Origin collage: offset editorial stack */
.page-split__collage {
  position: relative;
  display: block;
  aspect-ratio: auto;
  min-height: 460px;
  height: auto;
  overflow: visible;
  background: transparent;
  isolation: isolate;
}

@media (min-width: 900px) {
  .page-split__collage {
    min-height: 640px;
    height: 100%;
    align-self: stretch;
  }
}

.page-split__collage-main,
.page-split__collage-tile {
  margin: 0;
  overflow: hidden;
  background: var(--surface-high);
  border-radius: var(--radius-media);
}

.page-split__collage-main {
  position: relative;
  width: 78%;
  max-width: 560px;
  aspect-ratio: 3 / 4;
  z-index: 1;
  margin-top: 8%;
  margin-left: 0;
  box-shadow:
    0 18px 48px color-mix(in srgb, var(--primary) 12%, transparent);
}

@media (min-width: 900px) {
  .page-split__collage-main {
    width: 72%;
    max-width: none;
    height: 88%;
    aspect-ratio: auto;
    margin-top: 6%;
  }
}

.page-split__collage-tile {
  position: absolute;
  z-index: 2;
  box-shadow:
    0 14px 36px color-mix(in srgb, var(--primary) 14%, transparent);
}

.page-split__collage-tile--a {
  top: 0;
  right: 0;
  width: 42%;
  aspect-ratio: 4 / 5;
  z-index: 3;
}

.page-split__collage-tile--b {
  right: 6%;
  bottom: 0;
  width: 38%;
  aspect-ratio: 1 / 1;
  z-index: 2;
}

@media (min-width: 900px) {
  .page-split__collage-tile--a {
    top: -2%;
    right: -2%;
    width: min(44%, 280px);
  }

  .page-split__collage-tile--b {
    right: auto;
    left: 48%;
    bottom: -4%;
    width: min(40%, 260px);
  }
}

.page-split__collage-main img,
.page-split__collage-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-split__collage-main img {
  object-position: center 40%;
}

.page-split__collage-tile--a img {
  object-position: center 35%;
  filter: saturate(0.92) contrast(1.05);
}

.page-split__collage-tile--b img {
  object-position: center 55%;
  filter: saturate(0.88) contrast(1.06);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .page-split__collage-main:hover img,
  .page-split__collage-tile:hover img {
    transform: scale(1.05);
  }

  .page-split__collage-tile--a:hover {
    z-index: 4;
  }

  .page-split__collage-tile--b:hover {
    z-index: 4;
  }
}

@media (max-width: 599px) {
  .page-split__collage {
    min-height: 520px;
    padding-bottom: 12%;
  }

  .page-split__collage-main {
    width: 82%;
    margin-top: 10%;
  }

  .page-split__collage-tile--a {
    width: 46%;
    top: 0;
    right: 0;
  }

  .page-split__collage-tile--b {
    width: 44%;
    right: 4%;
    bottom: 0;
    left: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-split__collage-main,
  .page-split__collage-tile {
    box-shadow: none;
  }
}

.page-split__copy h2 {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.12;
  color: var(--primary);
  margin-bottom: 20px;
  max-width: 12ch;
}

.page-split__lede {
  font-size: 17px;
  line-height: 1.7;
  color: var(--on-surface);
  margin-bottom: 18px;
  max-width: 38ch;
  font-weight: 500;
}

.page-split__copy p {
  font-size: var(--text-body);
  line-height: 1.75;
  color: var(--on-surface-variant);
  margin-bottom: 14px;
  max-width: 40ch;
}

.page-split__copy p:last-of-type {
  margin-bottom: 0;
}

.page-split__copy .btn {
  align-self: flex-start;
  width: auto;
}

.page-split__copy .page-text-link {
  align-self: flex-start;
  margin-top: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .page-intro__media img,
  .page-intro__media video,
  .page-mosaic__item img,
  .page-split__media img,
  .page-split__media video {
    transition: none;
    transform: none;
  }
}

/* Contact / form open layout */
.page-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 960px) {
  .page-contact {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 72px;
    align-items: start;
  }
}

.page-contact__aside h2 {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--primary);
  margin-bottom: 14px;
}

.page-contact__aside > p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface-variant);
  margin-bottom: 28px;
  max-width: 36ch;
}

.page-meta {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-meta dt {
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--outline);
  margin-bottom: 4px;
}

.page-meta dd {
  margin: 0;
  font-weight: 500;
  color: var(--primary);
}

.page-meta dd a:hover {
  opacity: 0.7;
}

.page-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-form .field label {
  color: var(--outline);
}

.page-form .field input,
.page-form .field select,
.page-form .field textarea {
  border: none;
  border-bottom: 1px solid var(--outline-variant);
  border-radius: var(--radius);
  background: transparent;
  padding: 12px 0;
}

.page-form .field input:focus,
.page-form .field select:focus,
.page-form .field textarea:focus {
  border-bottom-color: var(--primary);
}

.page-form .field textarea {
  min-height: 110px;
}

.page-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* FAQ soft */
.page-faq details {
  border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 70%, transparent);
  padding-block: 18px;
}

.page-faq summary {
  font-size: var(--text-body);
  font-weight: 500;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.page-faq summary::-webkit-details-marker {
  display: none;
}

.page-faq summary::after {
  content: "+";
  font-family: var(--font-mono);
  color: var(--outline);
}

.page-faq details[open] summary::after {
  content: "−";
}

.page-faq details p {
  margin-top: 12px;
  color: var(--on-surface-variant);
  font-size: var(--text-body);
  line-height: 1.65;
  max-width: 62ch;
}

/* CTA band — full-bleed showroom plane */
.page-cta {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(72vh, 720px);
  padding: 72px var(--margin-m) 64px;
  overflow: hidden;
  background: #12181e;
  color: var(--on-primary);
  text-align: center;
}

@media (min-width: 768px) {
  .page-cta {
    padding: 96px var(--margin) 88px;
    min-height: min(78vh, 820px);
  }
}

.page-cta__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.05);
}

.page-cta__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 70% 55% at 50% 48%,
      rgba(12, 18, 24, 0.22) 0%,
      rgba(12, 18, 24, 0.55) 58%,
      rgba(12, 18, 24, 0.72) 100%
    ),
    linear-gradient(
      180deg,
      rgba(12, 18, 24, 0.35) 0%,
      transparent 32%,
      rgba(12, 18, 24, 0.45) 70%,
      rgba(12, 18, 24, 0.72) 100%
    );
}

.page-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-cta h2 {
  font-size: clamp(30px, 4.2vw, 52px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #fff;
  max-width: 16ch;
}

.page-cta p {
  color: rgba(255, 255, 255, 0.74);
  max-width: 36ch;
  margin: 0 0 28px;
  line-height: 1.65;
  font-size: var(--text-body);
}

.page-cta .btn-white {
  min-width: 10.5rem;
  justify-content: center;
}

.page-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.page-cta__actions .btn-ghost-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.page-cta__actions .btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.page-cta .btn-white:hover {
  background: color-mix(in srgb, #fff 88%, var(--primary-fixed));
  color: var(--primary);
}

@media (prefers-reduced-motion: no-preference) {
  .page-cta__media img {
    animation: page-cta-ken 20s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
}

@keyframes page-cta-ken {
  from { transform: scale(1.1); }
  to { transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .page-cta__media img {
    animation: none;
    transform: none;
  }
}

/* Reveal */
.page-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .page-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ——— Trade services page (boutique gallery) ——— */
/* Soft studio hero — reference: HANDMADE POTS split stage */
.page-trade .trade-hero {
  background: var(--surface-lowest);
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
  min-height: 0;
  max-height: none;
}

.page-trade .trade-hero__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 56px var(--margin-m) 48px;
  align-items: center;
}

@media (min-width: 900px) {
  .page-trade .trade-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 720px);
    gap: 40px;
    padding: 56px var(--margin) 48px;
    min-height: 0;
    max-height: none;
  }
}

.page-trade .trade-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 420px;
}

.page-trade .trade-hero__copy .crumb {
  margin-bottom: 16px;
}

.page-trade .trade-hero__tag {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: color-mix(in srgb, var(--primary) 72%, transparent);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
  line-height: 1.35;
  padding-bottom: 2px;
}

.page-trade .trade-hero__copy h1 {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
  max-width: none;
}

.page-trade .trade-hero__lead {
  font-size: var(--text-body);
  line-height: 1.7;
  color: var(--on-surface-variant);
  max-width: 34ch;
  margin-bottom: 28px;
}

.page-trade .trade-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  background: #fff;
  color: var(--primary);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary) 8%, transparent);
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease);
}

.page-trade .trade-hero__cta:hover {
  background: var(--surface-lowest);
  box-shadow: 0 14px 36px color-mix(in srgb, var(--primary) 12%, transparent);
}

.page-trade .trade-hero__cta:active {
  transform: scale(0.98);
}

.page-trade .trade-hero__stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: stretch;
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  min-height: 360px;
  height: min(58vw, 440px);
  isolation: isolate;
}

@media (min-width: 900px) {
  .page-trade .trade-hero__stage {
    margin-inline: 0;
    justify-self: end;
    gap: 16px;
    min-height: 500px;
    height: 520px;
    max-height: 520px;
  }
}

@media (min-width: 1280px) {
  .page-trade .trade-hero__stage {
    min-height: 520px;
    height: 540px;
    max-height: 540px;
  }
}

.page-trade .trade-hero__capsule {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: clamp(22px, 3.2vw, 40px);
  background: color-mix(in srgb, #fff 55%, var(--surface-low));
  box-shadow: 0 16px 40px color-mix(in srgb, var(--primary) 8%, transparent);
  min-height: 0;
  height: 100%;
}

.page-trade .trade-hero__capsule img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-trade .trade-hero__capsule:hover img {
  transform: scale(1.05);
}

/* Slight height rhythm so three capsules feel curated */
.page-trade .trade-hero__capsule:nth-child(1) {
  margin-top: 20px;
}

.page-trade .trade-hero__capsule:nth-child(2) {
  margin-bottom: 20px;
}

.page-trade .trade-hero__capsule:nth-child(3) {
  margin-top: 36px;
}

@media (max-width: 899px) {
  .page-trade .trade-hero__stage {
    min-height: 300px;
    height: 340px;
    max-height: 340px;
    gap: 10px;
  }

  .page-trade .trade-hero__capsule:nth-child(1),
  .page-trade .trade-hero__capsule:nth-child(2),
  .page-trade .trade-hero__capsule:nth-child(3) {
    margin: 0;
  }

  .page-trade .trade-hero__capsule:nth-child(1) {
    margin-top: 12px;
  }

  .page-trade .trade-hero__capsule:nth-child(3) {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .page-trade .trade-hero__stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .page-trade .trade-hero__capsule:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 200px;
    height: 220px;
    margin: 0;
    border-radius: clamp(18px, 4vw, 28px);
  }

  .page-trade .trade-hero__capsule:nth-child(2),
  .page-trade .trade-hero__capsule:nth-child(3) {
    min-height: 180px;
    height: 200px;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-trade .trade-hero__capsule img,
  .page-trade .trade-hero__cta {
    transition: none;
  }

  .page-trade .trade-hero__capsule:hover img {
    transform: none;
  }
}

.page-trade .trade-editorial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: var(--max-wide);
  margin-inline: auto;
  padding: 72px var(--margin-m);
  align-items: center;
}

@media (min-width: 900px) {
  .page-trade .trade-editorial {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 72px;
    padding: 96px var(--margin);
  }
}

.page-trade .trade-editorial__media {
  overflow: hidden;
  background: var(--surface-low);
  aspect-ratio: 5 / 4;
  border-radius: var(--radius-media);
}

.page-trade .trade-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-trade .trade-editorial__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.15;
}

.page-trade .trade-editorial__copy p {
  font-size: var(--text-body);
  line-height: 1.7;
  color: var(--on-surface-variant);
  margin-bottom: 12px;
  max-width: 40ch;
}

.page-trade .trade-editorial__copy .page-text-link {
  margin-top: 20px;
}

.page-trade .trade-programs {
  background: transparent;
  padding: 72px var(--margin-m);
}

@media (min-width: 768px) {
  .page-trade .trade-programs {
    padding: 104px var(--margin);
  }
}

.page-trade .trade-programs__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
}

.page-trade .trade-programs__head {
  margin-bottom: 40px;
  max-width: 34rem;
}

@media (min-width: 900px) {
  .page-trade .trade-programs__head {
    margin-bottom: 56px;
  }
}

.page-trade .trade-programs__head h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--primary);
  margin: 0 0 12px;
}

.page-trade .trade-programs__lead {
  margin: 0;
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--on-surface-variant);
  max-width: 40ch;
}

.page-trade .trade-programs__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 70%, transparent);
}

.page-trade .trade-programs__item {
  padding: 28px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 70%, transparent);
}

.page-trade .trade-programs__icon {
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  color: var(--primary);
}

.page-trade .trade-programs__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.page-trade .trade-programs__item h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--primary);
}

.page-trade .trade-programs__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--on-surface-variant);
  max-width: 36ch;
}

@media (min-width: 900px) {
  .page-trade .trade-programs__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 70%, transparent);
  }

  .page-trade .trade-programs__item {
    padding: 40px 36px 44px 0;
    border-bottom: none;
    border-right: 1px solid color-mix(in srgb, var(--outline-variant) 70%, transparent);
  }

  .page-trade .trade-programs__item:not(:first-child) {
    padding-left: 36px;
  }

  .page-trade .trade-programs__item:last-child {
    border-right: none;
    padding-right: 0;
  }

  .page-trade .trade-programs__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
  }

  .page-trade .trade-programs__item h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .page-trade .trade-programs__item p {
    font-size: 15px;
    max-width: 32ch;
  }
}

.page-trade .trade-inquiry {
  padding: 72px var(--margin-m) 80px;
  background: var(--surface-lowest);
}

@media (min-width: 768px) {
  .page-trade .trade-inquiry {
    padding: 96px var(--margin) 104px;
  }
}

.page-trade .trade-inquiry__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 960px) {
  .page-trade .trade-inquiry__inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: start;
  }
}

.page-trade .trade-inquiry__aside h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.15;
  max-width: 12ch;
}

.page-trade .trade-inquiry__aside > p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface-variant);
  margin-bottom: 32px;
  max-width: 34ch;
}

.page-trade .trade-faq {
  padding: 0 var(--margin-m) 96px;
  background: transparent;
}

@media (min-width: 768px) {
  .page-trade .trade-faq {
    padding: 0 var(--margin) 120px;
  }
}

.page-trade .trade-faq__inner {
  max-width: 720px;
  margin-inline: auto;
}

.page-trade .trade-faq__inner > h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--primary);
  margin-bottom: 8px;
}

/* ——— Trade services page (boutique gallery) ——— */
/* Soft studio hero — reference: HANDMADE POTS split stage */
.page-trade .trade-hero {
  background: var(--surface-lowest);
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
  min-height: 0;
  max-height: none;
}

.page-trade .trade-hero__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 56px var(--margin-m) 48px;
  align-items: center;
}

@media (min-width: 900px) {
  .page-trade .trade-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 720px);
    gap: 40px;
    padding: 56px var(--margin) 48px;
    min-height: 0;
    max-height: none;
  }
}

.page-trade .trade-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 420px;
}

.page-trade .trade-hero__copy .crumb {
  margin-bottom: 16px;
}

.page-trade .trade-hero__tag {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: color-mix(in srgb, var(--primary) 72%, transparent);
  margin-bottom: 14px;
  letter-spacing: 0.01em;
  line-height: 1.35;
  padding-bottom: 2px;
}

.page-trade .trade-hero__copy h1 {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
  max-width: none;
}

.page-trade .trade-hero__lead {
  font-size: 15px;
  line-height: 1.7;
  color: var(--on-surface-variant);
  max-width: 34ch;
  margin-bottom: 28px;
}

.page-trade .trade-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  background: #fff;
  color: var(--primary);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--primary) 8%, transparent);
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease);
}

.page-trade .trade-hero__cta:hover {
  background: var(--surface-lowest);
  box-shadow: 0 14px 36px color-mix(in srgb, var(--primary) 12%, transparent);
}

.page-trade .trade-hero__cta:active {
  transform: scale(0.98);
}

.page-trade .trade-hero__stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: stretch;
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  min-height: 360px;
  height: min(58vw, 440px);
  isolation: isolate;
}

@media (min-width: 900px) {
  .page-trade .trade-hero__stage {
    margin-inline: 0;
    justify-self: end;
    gap: 16px;
    min-height: 500px;
    height: 520px;
    max-height: 520px;
  }
}

@media (min-width: 1280px) {
  .page-trade .trade-hero__stage {
    min-height: 520px;
    height: 540px;
    max-height: 540px;
  }
}

.page-trade .trade-hero__capsule {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: clamp(22px, 3.2vw, 40px);
  background: color-mix(in srgb, #fff 55%, var(--surface-low));
  box-shadow: 0 16px 40px color-mix(in srgb, var(--primary) 8%, transparent);
  min-height: 0;
  height: 100%;
}

.page-trade .trade-hero__capsule img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-trade .trade-hero__capsule:hover img {
  transform: scale(1.05);
}

/* Slight height rhythm so three capsules feel curated */
.page-trade .trade-hero__capsule:nth-child(1) {
  margin-top: 20px;
}

.page-trade .trade-hero__capsule:nth-child(2) {
  margin-bottom: 20px;
}

.page-trade .trade-hero__capsule:nth-child(3) {
  margin-top: 36px;
}

@media (max-width: 899px) {
  .page-trade .trade-hero__stage {
    min-height: 300px;
    height: 340px;
    max-height: 340px;
    gap: 10px;
  }

  .page-trade .trade-hero__capsule:nth-child(1),
  .page-trade .trade-hero__capsule:nth-child(2),
  .page-trade .trade-hero__capsule:nth-child(3) {
    margin: 0;
  }

  .page-trade .trade-hero__capsule:nth-child(1) {
    margin-top: 12px;
  }

  .page-trade .trade-hero__capsule:nth-child(3) {
    margin-top: 18px;
  }
}

@media (max-width: 520px) {
  .page-trade .trade-hero__stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .page-trade .trade-hero__capsule:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 200px;
    height: 220px;
    margin: 0;
    border-radius: clamp(18px, 4vw, 28px);
  }

  .page-trade .trade-hero__capsule:nth-child(2),
  .page-trade .trade-hero__capsule:nth-child(3) {
    min-height: 180px;
    height: 200px;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-trade .trade-hero__capsule img,
  .page-trade .trade-hero__cta {
    transition: none;
  }

  .page-trade .trade-hero__capsule:hover img {
    transform: none;
  }
}

.page-trade .trade-proof {
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--primary) 3.5%, var(--surface-lowest)) 0%,
      var(--surface-low) 100%
    );
  padding-block: 56px;
}

@media (min-width: 768px) {
  .page-trade .trade-proof {
    padding-block: 80px;
  }
}

.page-trade .trade-proof__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  padding-inline: var(--margin-m);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 28px;
}

@media (min-width: 900px) {
  .page-trade .trade-proof__inner {
    grid-template-columns: repeat(4, 1fr);
    padding-inline: var(--margin);
    gap: 0;
  }
}

.page-trade .trade-proof__item {
  position: relative;
  padding: 0;
}

@media (min-width: 900px) {
  .page-trade .trade-proof__item {
    padding: 8px 40px 8px 0;
  }

  .page-trade .trade-proof__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 20px;
    bottom: 10px;
    width: 1px;
    background: color-mix(in srgb, var(--primary) 14%, transparent);
  }

  .page-trade .trade-proof__item:not(:first-child) {
    padding-left: 40px;
  }
}

.page-trade .trade-proof__value {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--primary);
}

.page-trade .trade-proof__label {
  margin: 0;
  font-size: var(--text-caption);
  line-height: 1.55;
  color: var(--on-surface-variant);
  max-width: 18ch;
}

.page-trade .trade-editorial {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: var(--max-wide);
  margin-inline: auto;
  padding: 72px var(--margin-m);
  align-items: center;
}

@media (min-width: 900px) {
  .page-trade .trade-editorial {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 72px;
    padding: 96px var(--margin);
  }
}

.page-trade .trade-editorial__media {
  overflow: hidden;
  background: var(--surface-low);
  aspect-ratio: 5 / 4;
  border-radius: var(--radius-media);
}

.page-trade .trade-editorial__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-trade .trade-editorial__copy h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.15;
}

.page-trade .trade-editorial__copy p {
  font-size: var(--text-body);
  line-height: 1.7;
  color: var(--on-surface-variant);
  margin-bottom: 12px;
  max-width: 40ch;
}

.page-trade .trade-editorial__copy .page-text-link {
  margin-top: 20px;
}

/* trade-programs styles defined once above (horizontal grid) */

.page-trade .trade-inquiry {
  padding: 72px var(--margin-m) 80px;
  background: var(--surface-lowest);
}

@media (min-width: 768px) {
  .page-trade .trade-inquiry {
    padding: 96px var(--margin) 104px;
  }
}

.page-trade .trade-inquiry__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 960px) {
  .page-trade .trade-inquiry__inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: start;
  }
}

.page-trade .trade-inquiry__aside h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.15;
  max-width: 12ch;
}

.page-trade .trade-inquiry__aside > p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface-variant);
  margin-bottom: 32px;
  max-width: 34ch;
}

.page-trade .trade-faq {
  padding: 0 var(--margin-m) 96px;
  background: transparent;
}

@media (min-width: 768px) {
  .page-trade .trade-faq {
    padding: 0 var(--margin) 120px;
  }
}

.page-trade .trade-faq__inner {
  max-width: 720px;
  margin-inline: auto;
}

.page-trade .trade-faq__inner > h2 {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--primary);
  margin-bottom: 8px;
}

/* ——— OEM page extras (extends page-trade) ——— */
.page-oem .oem-paths {
  padding: 56px var(--margin-m) 8px;
  background: var(--surface-lowest);
}

@media (min-width: 768px) {
  .page-oem .oem-paths {
    padding: 72px var(--margin) 16px;
  }
}

.page-oem .oem-paths__inner {
  max-width: 820px;
  margin-inline: auto;
}

.page-oem .oem-paths__head {
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .page-oem .oem-paths__head {
    margin-bottom: 36px;
  }
}

.page-oem .oem-paths__head h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--primary);
}

.page-oem .oem-paths__head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface-variant);
  max-width: 46ch;
}

.page-oem .oem-paths__rows {
  display: grid;
  gap: 12px;
}

.page-oem .oem-path {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 55%, transparent);
}

@media (min-width: 768px) {
  .page-oem .oem-path {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
    padding: 28px 0;
  }
}

.page-oem .oem-path--primary {
  margin: 0 -12px;
  padding: 22px 12px;
  border-bottom: none;
  border-radius: var(--radius);
  background:
    linear-gradient(
      135deg,
      color-mix(in srgb, var(--primary-fixed) 55%, transparent) 0%,
      color-mix(in srgb, var(--primary-fixed) 22%, transparent) 100%
    );
}

@media (min-width: 768px) {
  .page-oem .oem-path--primary {
    margin: 0 -20px;
    padding: 28px 20px;
  }
}

.page-oem .oem-path__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--primary);
  background: var(--surface-lowest);
  border: 1px solid color-mix(in srgb, var(--outline-variant) 70%, transparent);
  border-radius: var(--radius);
}

@media (min-width: 768px) {
  .page-oem .oem-path__icon {
    width: 56px;
    height: 56px;
  }
}

.page-oem .oem-path--primary .oem-path__icon {
  background: color-mix(in srgb, var(--surface-lowest) 88%, #fff);
  border-color: color-mix(in srgb, var(--primary) 18%, transparent);
  box-shadow: inset 0 1px 0 color-mix(in srgb, #fff 70%, transparent);
}

.page-oem .oem-path__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .page-oem .oem-path__icon svg {
    width: 26px;
    height: 26px;
  }
}

.page-oem .oem-path__content {
  min-width: 0;
  padding-top: 2px;
}

.page-oem .oem-path__label {
  margin: 0 0 6px;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, var(--on-surface-variant) 85%, transparent);
}

.page-oem .oem-path--primary .oem-path__label {
  color: color-mix(in srgb, var(--primary) 72%, transparent);
}

.page-oem .oem-path h3 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--primary);
}

.page-oem .oem-path__content > p:not(.oem-path__label) {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--on-surface-variant);
  max-width: 52ch;
}

.page-oem .oem-path:not(.oem-path--primary) h3 {
  color: color-mix(in srgb, var(--primary) 78%, transparent);
}

.page-oem .oem-path:not(.oem-path--primary) .oem-path__content > p:not(.oem-path__label) {
  color: color-mix(in srgb, var(--on-surface-variant) 92%, var(--primary));
}

.page-oem .oem-prep {
  padding: 56px var(--margin-m) 64px;
  background: transparent;
}

@media (min-width: 768px) {
  .page-oem .oem-prep {
    padding: 72px var(--margin) 88px;
  }
}

.page-oem .oem-prep__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
}

.page-oem .oem-prep__head {
  margin-bottom: 32px;
  max-width: 40ch;
}

@media (min-width: 900px) {
  .page-oem .oem-prep__head {
    margin-bottom: 44px;
  }
}

.page-oem .oem-prep__head h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--primary);
}

.page-oem .oem-prep__title-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--primary);
  background: color-mix(in srgb, var(--primary-fixed, var(--primary)) 28%, var(--surface-lowest, #f4f6f8));
  border-radius: var(--radius);
}

.page-oem .oem-prep__title-icon svg {
  width: 22px;
  height: 22px;
}

.page-oem .oem-prep__title-text {
  min-width: 0;
}

.page-oem .oem-prep__head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface-variant);
}

.page-oem .oem-prep__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
}

@media (min-width: 900px) {
  .page-oem .oem-prep__list {
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
  }
}

.page-oem .oem-prep__item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 55%, transparent);
}

@media (min-width: 900px) {
  .page-oem .oem-prep__item {
    padding: 32px 36px 32px 0;
    border-bottom: none;
    border-right: 1px solid color-mix(in srgb, var(--outline-variant) 55%, transparent);
  }

  .page-oem .oem-prep__item:nth-child(even) {
    padding-left: 36px;
    padding-right: 0;
    border-right: none;
  }

  .page-oem .oem-prep__item:nth-child(-n + 2) {
    border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 55%, transparent);
  }
}

.page-oem .oem-prep__icon {
  display: block;
  width: 44px;
  height: 44px;
  color: var(--primary);
}

.page-oem .oem-prep__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.page-oem .oem-prep__body h3 {
  margin: 2px 0 8px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--primary);
}

.page-oem .oem-prep__body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface-variant);
  max-width: 38ch;
}

.page-oem .trade-faq {
  background: transparent;
}

.page-oem .cta-band {
  margin-top: 0;
}

/* ——— Contact page ——— */
.page-contact-page .contact-hero {
  background: var(--surface-lowest);
  padding: 0;
}

.page-contact-page .contact-hero__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 56px var(--margin-m) 48px;
  align-items: center;
}

@media (min-width: 900px) {
  .page-contact-page .contact-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 720px);
    gap: 40px;
    padding: 56px var(--margin) 48px;
    min-height: 0;
    max-height: none;
  }
}

@media (min-width: 1280px) {
  .page-contact-page .contact-hero__inner {
    gap: 48px;
    padding: 64px var(--margin) 56px;
  }
}

.page-contact-page .contact-hero__copy {
  max-width: 420px;
}

.page-contact-page .contact-hero__copy .crumb {
  margin-bottom: 16px;
}

.page-contact-page .contact-hero__tag {
  font-size: 15px;
  font-style: italic;
  color: color-mix(in srgb, var(--primary) 72%, transparent);
  margin-bottom: 12px;
  line-height: 1.35;
  padding-bottom: 2px;
}

.page-contact-page .contact-hero__copy h1 {
  font-size: clamp(40px, 5.5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 18px;
}

.page-contact-page .contact-hero__lead {
  font-size: var(--text-body);
  line-height: 1.7;
  color: var(--on-surface-variant);
  max-width: 34ch;
  margin-bottom: 32px;
}

.page-contact-page .contact-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 55%, transparent);
}

.page-contact-page .contact-hero__meta span {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--outline);
  margin-bottom: 8px;
}

.page-contact-page .contact-hero__meta strong {
  display: block;
  font-size: var(--text-label);
  font-weight: 500;
  line-height: 1.35;
  color: var(--primary);
}

@media (max-width: 479px) {
  .page-contact-page .contact-hero__meta {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.page-contact-page .contact-hero__stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: stretch;
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  min-height: 360px;
  height: min(58vw, 440px);
  isolation: isolate;
}

@media (min-width: 900px) {
  .page-contact-page .contact-hero__stage {
    margin-inline: 0;
    justify-self: end;
    gap: 16px;
    min-height: 500px;
    height: 520px;
    max-height: 520px;
  }
}

@media (min-width: 1280px) {
  .page-contact-page .contact-hero__stage {
    min-height: 520px;
    height: 540px;
    max-height: 540px;
  }
}

.page-contact-page .contact-hero__badge {
  --badge-size: clamp(72px, 8vw, 96px);
  top: auto;
  left: auto;
  right: 2%;
  bottom: 8%;
  translate: 0;
  background: var(--primary);
  box-shadow: 0 14px 36px color-mix(in srgb, var(--primary) 28%, transparent);
}

@media (min-width: 900px) {
  .page-contact-page .contact-hero__badge {
    --badge-size: 92px;
    right: -1%;
    bottom: 10%;
  }
}

@media (max-width: 639px) {
  .page-contact-page .contact-hero__badge {
    --badge-size: 72px;
    right: 2%;
    bottom: 4%;
  }
}

.page-contact-page .contact-hero__capsule {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: clamp(22px, 3.2vw, 40px);
  background: var(--surface-low);
  box-shadow: 0 16px 40px color-mix(in srgb, var(--primary) 8%, transparent);
  min-height: 0;
  height: 100%;
}

.page-contact-page .contact-hero__capsule img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-contact-page .contact-hero__capsule:hover img {
  transform: scale(1.04);
}

.page-contact-page .contact-hero__capsule:nth-child(1) {
  margin-top: 20px;
}

.page-contact-page .contact-hero__capsule:nth-child(2) {
  margin-bottom: 20px;
}

.page-contact-page .contact-hero__capsule:nth-child(3) {
  margin-top: 36px;
}

@media (max-width: 899px) {
  .page-contact-page .contact-hero__stage {
    min-height: 300px;
    height: 340px;
    max-height: 340px;
    gap: 10px;
  }

  .page-contact-page .contact-hero__capsule:nth-child(1),
  .page-contact-page .contact-hero__capsule:nth-child(2),
  .page-contact-page .contact-hero__capsule:nth-child(3) {
    margin: 0;
  }

  .page-contact-page .contact-hero__capsule:nth-child(1) {
    margin-top: 12px;
  }

  .page-contact-page .contact-hero__capsule:nth-child(3) {
    margin-top: 18px;
  }
}

@media (max-width: 640px) {
  .page-contact-page .contact-hero__stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    max-width: 420px;
    height: auto;
    max-height: none;
    min-height: 0;
    gap: 10px;
  }

  .page-contact-page .contact-hero__capsule:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 200px;
    height: 220px;
    margin: 0;
    border-radius: clamp(18px, 4vw, 28px);
  }

  .page-contact-page .contact-hero__capsule:nth-child(2),
  .page-contact-page .contact-hero__capsule:nth-child(3) {
    min-height: 180px;
    height: 200px;
    margin: 0;
  }
}

.page-contact-page .contact-desk {
  background: var(--surface);
  padding: 72px var(--margin-m) 80px;
}

@media (min-width: 768px) {
  .page-contact-page .contact-desk {
    padding: 96px var(--margin) 104px;
  }
}

.page-contact-page .contact-desk__inner {
  max-width: var(--max-wide);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 960px) {
  .page-contact-page .contact-desk__inner {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: start;
  }
}

.page-contact-page .contact-desk__side {
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

@media (min-width: 960px) {
  .page-contact-page .contact-desk__side {
    gap: 48px;
    position: sticky;
    top: calc(var(--header-offset) + 24px);
  }
}

.page-contact-page .contact-desk__aside h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin-bottom: 14px;
  line-height: 1.15;
}

.page-contact-page .contact-desk__aside > p {
  font-size: var(--text-caption);
  line-height: 1.65;
  color: var(--on-surface-variant);
  margin-bottom: 32px;
  max-width: 34ch;
}

.page-contact-page .contact-desk__form {
  background: var(--surface-lowest);
  padding: 28px 24px 32px;
}

@media (min-width: 768px) {
  .page-contact-page .contact-desk__form {
    padding: 36px 40px 40px;
  }
}

.page-contact-page .contact-prep {
  background: var(--surface-lowest);
  padding: 72px var(--margin-m);
}

@media (min-width: 768px) {
  .page-contact-page .contact-prep {
    padding: 88px var(--margin);
  }
}

.page-contact-page .contact-prep__inner {
  max-width: 760px;
  margin-inline: auto;
}

.page-contact-page .contact-prep__inner > h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin-bottom: 36px;
}

.page-contact-page .contact-prep__rows {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
}

.page-contact-page .contact-prep__rows li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 26px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
}

@media (min-width: 700px) {
  .page-contact-page .contact-prep__rows li {
    grid-template-columns: 180px 1fr;
    gap: 32px;
    align-items: baseline;
  }
}

.page-contact-page .contact-prep__rows h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary);
  margin: 0;
}

.page-contact-page .contact-prep__rows p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--on-surface-variant);
  margin: 0;
  max-width: 48ch;
}

.page-contact-page .contact-prep__rows a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-contact-page .contact-faq {
  padding: 28px 0 0;
  margin: 0;
  background: transparent;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
}

.page-contact-page .contact-faq > h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--primary);
  margin: 0 0 12px;
}

.page-contact-page .contact-faq .page-faq summary {
  font-size: var(--text-caption);
}

.page-contact-page .contact-faq .page-faq details p {
  font-size: var(--text-label);
}

@media (prefers-reduced-motion: reduce) {
  .page-contact-page .contact-hero__capsule img {
    transition: none;
  }

  .page-contact-page .contact-hero__capsule:hover img {
    transform: none;
  }
}

/* ——— Product detail (Stitch tokens, gallery language) ——— */
.page-product {
  background: var(--surface);
}

.page-product .main {
  padding-bottom: 0;
}

.page-product .pdp-top {
  max-width: var(--max-wide);
  margin-inline: auto;
  padding: 12px var(--margin-m) 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  min-height: 0;
}

@media (min-width: 768px) {
  .page-product .pdp-top {
    padding: 28px var(--margin) 12px;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px 24px;
  }
}

.page-product .pdp-top .crumb {
  margin-bottom: 0;
  min-width: 0;
}

.page-product .pdp-stock {
  margin: 0;
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--outline);
}

@media (max-width: 767px) {
  .page-product .pdp-top .crumb__list {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .page-product .pdp-top .crumb__list li[aria-current="page"] {
    max-width: 12ch;
  }

  .page-product .pdp-stage {
    padding-top: 4px;
  }
}

.page-product .pdp-stage {
  max-width: var(--max-wide);
  margin-inline: auto;
  padding: 8px var(--margin-m) 72px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

@media (min-width: 960px) {
  .page-product .pdp-stage {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 48px;
    padding: 12px var(--margin) 96px;
  }
}

/* Scene accordion: lead image open by default; hover expands siblings */
.page-product .pdp-scenes-wrap {
  min-width: 0;
  position: relative;
}

.page-product .pdp-scenes__hint {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--outline);
}

.page-product .pdp-scenes {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
  height: min(68vh, 640px);
  min-height: 420px;
  overflow: hidden;
}

.page-product .pdp-scenes__cell {
  margin: 0;
  position: relative;
  flex: 0.55 1 0;
  min-width: 0;
  overflow: hidden;
  background: #e8ebf0;
  opacity: 0.72;
  transition:
    flex 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.35s ease;
}

/* Main / first scene starts expanded */
.page-product .pdp-scenes__cell:first-child {
  flex: 5.5 1 0;
  opacity: 1;
  z-index: 1;
}

.page-product .pdp-scenes:hover .pdp-scenes__cell:not(:hover):not(:focus-within),
.page-product .pdp-scenes:focus-within .pdp-scenes__cell:not(:hover):not(:focus-within) {
  flex: 0.55 1 0;
  opacity: 0.72;
  z-index: 0;
}

.page-product .pdp-scenes__cell:hover,
.page-product .pdp-scenes__cell:focus-within {
  flex: 5.5 1 0;
  opacity: 1;
  z-index: 1;
}

.page-product .pdp-scenes__open {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  position: relative;
}

.page-product .pdp-scenes__open:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: -2px;
}

.page-product .pdp-scenes__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Expanded / lead panel keeps edge-to-edge fill */
.page-product .pdp-scenes__cell:first-child img,
.page-product .pdp-scenes__cell:hover img,
.page-product .pdp-scenes__cell:focus-within img {
  object-fit: cover;
  background: transparent;
  transform: none;
}

/* When another cell is active, lead image stays cover */
.page-product .pdp-scenes:hover .pdp-scenes__cell:first-child:not(:hover):not(:focus-within) img,
.page-product .pdp-scenes:focus-within .pdp-scenes__cell:first-child:not(:hover):not(:focus-within) img {
  object-fit: cover;
}

.page-product .pdp-scenes__count {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  background: none;
  color: var(--primary);
  text-align: center;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
}

@media (max-width: 899px) {
  .page-product .pdp-scenes__hint {
    display: none;
  }

  .page-product .pdp-scenes {
    flex-direction: row;
    gap: 0;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
    max-height: min(72vh, 640px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    background: transparent;
  }

  .page-product .pdp-scenes::-webkit-scrollbar {
    display: none;
  }

  .page-product .pdp-scenes__cell,
  .page-product .pdp-scenes__cell:first-child,
  .page-product .pdp-scenes:hover .pdp-scenes__cell:not(:hover):not(:focus-within),
  .page-product .pdp-scenes:focus-within .pdp-scenes__cell:not(:hover):not(:focus-within),
  .page-product .pdp-scenes__cell:hover,
  .page-product .pdp-scenes__cell:focus-within {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    opacity: 1;
    z-index: auto;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
  }

  .page-product .pdp-scenes__cell img,
  .page-product .pdp-scenes__cell:first-child img,
  .page-product .pdp-scenes__cell:hover img,
  .page-product .pdp-scenes__cell:focus-within img,
  .page-product .pdp-scenes:hover .pdp-scenes__cell:first-child:not(:hover):not(:focus-within) img,
  .page-product .pdp-scenes:focus-within .pdp-scenes__cell:first-child:not(:hover):not(:focus-within) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: transparent;
    transform: none;
  }

  .page-product .pdp-scenes__count {
    display: block;
    bottom: 12px;
  }

  .page-product .pdp-scenes__open {
    cursor: default;
    pointer-events: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-product .pdp-scenes__cell,
  .page-product .pdp-scenes__cell img {
    transition: none;
  }
}

.page-product .pdp-buy {
  position: relative;
  padding-top: 8px;
}

@media (min-width: 960px) {
  .page-product .pdp-buy {
    position: sticky;
    top: calc(var(--header-offset) + 24px);
    padding-top: 12px;
  }
}

.page-product .pdp-buy__series {
  margin: 0 0 10px;
  font-size: 15px;
  font-style: italic;
  color: color-mix(in srgb, var(--primary) 70%, transparent);
  line-height: 1.35;
  padding-bottom: 2px;
}

.page-product .pdp-buy h1 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--primary);
  margin: 0 0 10px;
}

.page-product .pdp-buy__sku {
  margin: 0 0 18px;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  color: var(--outline);
}

.page-product .pdp-buy__sku strong {
  color: var(--primary);
  font-weight: 600;
}

.page-product .pdp-buy__lead {
  margin: 0 0 28px;
  font-size: var(--text-body);
  line-height: 1.65;
  color: var(--on-surface-variant);
  max-width: 36ch;
}

.page-product .pdp-specs {
  margin: 0 0 28px;
  padding: 0;
  border-top: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
}

.page-product .pdp-specs > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
}

.page-product .pdp-specs dt {
  margin: 0;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--outline);
}

.page-product .pdp-specs dd {
  margin: 0;
  text-align: right;
  font-size: var(--text-label);
  font-weight: 500;
  color: var(--primary);
}

.page-product .pdp-qty {
  margin-bottom: 28px;
  padding-top: 4px;
}

.page-product .pdp-qty__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.page-product .pdp-qty__row label {
  font-size: var(--text-label);
  font-weight: 500;
  color: var(--primary);
}

.page-product .pdp-qty__control {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--outline-variant);
}

.page-product .pdp-qty__control button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--primary);
  transition: background 0.2s var(--ease);
}

.page-product .pdp-qty__control button:hover {
  background: var(--surface-low);
}

.page-product .pdp-qty__control button:active {
  transform: scale(0.96);
}

.page-product .pdp-qty__control input {
  width: 52px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary);
  padding: 8px 0;
}

.page-product .pdp-qty__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  font-size: var(--text-label);
  color: var(--on-surface-variant);
}

.page-product .pdp-qty__total strong {
  color: var(--primary);
  font-weight: 600;
}

.page-product .pdp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.page-product .pdp-actions .btn-primary {
  min-width: 10.5rem;
  justify-content: center;
}

.page-product .pdp-actions__ghost {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.page-product .pdp-actions__ghost:hover {
  opacity: 0.72;
}

@media (prefers-reduced-motion: reduce) {
  .page-product .pdp-scenes__cell,
  .page-product .pdp-scenes__cell img {
    transition: none;
  }
}

/* Scene lightbox — full uncropped image */
.scene-lightbox {
  position: relative;
  width: min(96vw, 1200px);
  max-width: 96vw;
  max-height: 92vh;
  margin: auto;
  padding: 48px 24px 28px;
  border: none;
  background: var(--surface-lowest);
  color: var(--primary);
  box-shadow: 0 24px 80px color-mix(in srgb, var(--primary) 28%, transparent);
}

.scene-lightbox::backdrop {
  background: rgba(12, 18, 24, 0.72);
}

.scene-lightbox__img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(90vw, 1100px);
  max-height: min(78vh, 900px);
  margin-inline: auto;
  object-fit: contain;
}

.scene-lightbox__cap {
  margin: 16px 0 0;
  text-align: center;
  font-size: var(--text-label);
  line-height: 1.5;
  color: var(--on-surface-variant);
  max-width: 56ch;
  margin-inline: auto;
}

.scene-lightbox__close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  padding: 8px 10px;
}

.scene-lightbox__close:hover {
  opacity: 0.65;
}

.scene-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
  padding: 12px 10px;
  background: color-mix(in srgb, var(--surface-lowest) 88%, transparent);
}

.scene-lightbox__nav--prev {
  left: 8px;
}

.scene-lightbox__nav--next {
  right: 8px;
}

.scene-lightbox__nav:hover {
  opacity: 0.65;
}

@media (max-width: 700px) {
  .scene-lightbox {
    padding: 44px 12px 20px;
  }

  .scene-lightbox__nav {
    top: auto;
    bottom: 12px;
    transform: none;
  }

  .scene-lightbox__cap {
    margin-bottom: 40px;
  }
}

/* PDP brand story — asymmetric split, fills rail width */
.page-product .pdp-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 48px;
  padding: 4px 0 40px;
  border-bottom: 1px solid color-mix(in srgb, var(--outline-variant) 65%, transparent);
  text-align: left;
}

@media (min-width: 960px) {
  .page-product .pdp-story {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px 56px;
    margin-bottom: 88px;
    padding: 16px 0 80px;
    align-items: stretch;
  }
}

.page-product .pdp-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  max-width: none;
}

.page-product .pdp-story__brand {
  margin: 0 0 10px;
  font-family: var(--font-sans);
  font-size: var(--text-meta);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary);
}

@media (min-width: 960px) {
  .page-product .pdp-story__brand {
    margin-bottom: 14px;
  }
}

.page-product .pdp-story__open {
  margin: 0 0 12px;
  font-family: var(--font-sans);
  font-size: clamp(26px, 7vw, 42px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--primary);
  max-width: 16ch;
}

@media (min-width: 960px) {
  .page-product .pdp-story__open {
    margin-bottom: 16px;
  }
}

.page-product .pdp-story__slogan {
  margin: 0 0 20px;
  font-family: var(--font-sans);
  font-size: var(--text-body);
  font-weight: 500;
  line-height: 1.5;
  color: var(--on-surface);
  max-width: 36ch;
}

@media (min-width: 960px) {
  .page-product .pdp-story__slogan {
    margin-bottom: 28px;
  }
}

.page-product .pdp-story__body {
  margin: 0;
  max-width: none;
  width: 100%;
  columns: 1;
}

@media (min-width: 1100px) {
  .page-product .pdp-story__body {
    columns: 2;
    column-gap: 32px;
  }

  .page-product .pdp-story__body p {
    break-inside: avoid;
  }
}

.page-product .pdp-story__body p {
  margin: 0 0 14px;
  font-family: var(--font-sans);
  font-size: var(--text-caption);
  line-height: 1.7;
  color: var(--on-surface-variant);
}

.page-product .pdp-story__body p:last-child {
  margin-bottom: 0;
}

.page-product .pdp-story__more {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 20px;
  font-family: var(--font-sans);
  font-size: var(--text-caption);
  font-weight: 600;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity var(--ease);
}

@media (min-width: 960px) {
  .page-product .pdp-story__more {
    margin-top: 28px;
  }
}

.page-product .pdp-story__more:hover {
  opacity: 0.72;
}

.page-product .pdp-story__more:active {
  transform: translateY(1px);
}

.page-product .pdp-story__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: stretch;
  min-width: 0;
  min-height: 0;
  order: -1;
}

@media (min-width: 960px) {
  .page-product .pdp-story__visual {
    order: 0;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 16px;
    align-items: end;
    min-height: 100%;
  }
}

.page-product .pdp-story__media {
  margin: 0;
  overflow: hidden;
  background: var(--surface-high);
  border-radius: var(--radius-media);
}

.page-product .pdp-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-product .pdp-story__media--main {
  aspect-ratio: 3 / 4;
  max-height: none;
  align-self: stretch;
}

.page-product .pdp-story__media--side {
  display: block;
  aspect-ratio: 3 / 4;
  max-height: none;
  align-self: stretch;
}

@media (min-width: 960px) {
  .page-product .pdp-story__media--main {
    aspect-ratio: auto;
    max-height: none;
    min-height: 520px;
  }

  .page-product .pdp-story__media--side {
    display: block;
    aspect-ratio: auto;
    height: 72%;
    max-height: none;
    min-height: 360px;
    align-self: end;
  }
}

/* ——— Sitemap ——— */
.sitemap-page {
  padding: 2.5rem var(--margin-m) 4rem;
}

.sitemap-page__inner {
  max-width: 960px;
  margin-inline: auto;
}

.sitemap-page__title {
  font-family: var(--font-sans);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0.75rem 0 0.5rem;
  color: var(--ink, #162839);
}

.sitemap-page__lead {
  margin: 0 0 2.5rem;
  color: color-mix(in srgb, var(--ink, #162839) 68%, transparent);
  max-width: 36rem;
  line-height: 1.55;
}

.sitemap-page__grid {
  display: grid;
  gap: 2rem 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.sitemap-page__col h2 {
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  color: color-mix(in srgb, var(--ink, #162839) 48%, transparent);
}

.sitemap-page__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-page__col li + li {
  margin-top: 0.45rem;
}

.sitemap-page__col a {
  color: var(--ink, #162839);
  text-decoration: none;
  font-size: 0.98rem;
}

.sitemap-page__col a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 768px) {
  .sitemap-page {
    padding: 3rem var(--margin) 5rem;
  }
}

/* ——— 404 ——— */
.page-404 {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--surface-lowest);
}

.page-404 .site-footer,
.page-404 .site-subscribe {
  display: none;
}

.page-404 .main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.error-page {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  min-height: calc(100dvh - var(--header-offset) - 72px);
  background: var(--surface-lowest);
  color: var(--primary);
}

.error-page__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(2.5rem, 6vw, 5rem) var(--margin-m) clamp(2.5rem, 5vw, 4rem);
  max-width: 36rem;
  position: relative;
  z-index: 1;
}

.error-page__code {
  margin: 0 0 1.75rem;
  font-family: var(--font-mono);
  font-size: var(--text-meta);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--primary) 42%, transparent);
}

.error-page__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(2.25rem, 5.5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--primary);
  max-width: 11ch;
}

.error-page__lead {
  margin: 1.25rem 0 0;
  max-width: 28ch;
  font-size: var(--text-body);
  line-height: 1.55;
  color: color-mix(in srgb, var(--primary) 62%, transparent);
}

.error-page__cta {
  margin-top: 2.25rem;
}

.error-page__cta:active {
  transform: translateY(1px);
}

.error-page__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.75rem;
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid color-mix(in srgb, var(--primary) 12%, transparent);
  width: min(100%, 22rem);
}

.error-page__nav a {
  font-family: var(--font-sans);
  font-size: var(--text-caption);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: color-mix(in srgb, var(--primary) 72%, transparent);
  text-decoration: none;
  transition: color var(--ease);
}

.error-page__nav a:hover {
  color: var(--primary);
}

.error-page__visual {
  margin: 0;
  position: relative;
  min-height: 42vh;
  overflow: hidden;
  background: var(--surface-low);
  border-radius: var(--radius-media);
}

.error-page__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.92) contrast(1.02);
}

.error-page__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--surface-lowest) 18%, transparent),
    transparent 40%
  );
  pointer-events: none;
}

.error-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding: 1.25rem var(--margin-m);
  border-top: 1px solid color-mix(in srgb, var(--primary) 10%, transparent);
  background: var(--surface-lowest);
  color: color-mix(in srgb, var(--primary) 48%, transparent);
  font-size: var(--text-meta);
}

.error-foot p {
  margin: 0;
}

.error-foot .footer-legal a {
  color: inherit;
}

@media (min-width: 900px) {
  .error-page {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    min-height: calc(100dvh - var(--header-offset) - 64px);
  }

  .error-page__copy {
    padding: clamp(3rem, 8vh, 6rem) clamp(2.5rem, 6vw, 5.5rem);
    max-width: none;
  }

  .error-page__visual {
    min-height: 100%;
  }

  .error-page__visual::after {
    background: linear-gradient(
      to right,
      color-mix(in srgb, var(--surface-lowest) 22%, transparent),
      transparent 28%
    );
  }

  .error-foot {
    padding-inline: var(--margin);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .error-page__copy {
    animation: error-fade 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .error-page__visual img {
    animation: error-rise 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
  }
}

@keyframes error-fade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes error-rise {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

