@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --pink: #ff1b8d;
  --pink-soft: #fff0f7;
  --ink: #08080a;
  --charcoal: #151519;
  --paper: #f7f4ef;
  --surface: #fffdf9;
  --muted: #66636a;
  --line: rgba(8, 8, 10, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(8, 8, 10, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", "Inter", "Helvetica Neue", Arial, system-ui, sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 13px clamp(18px, 5vw, 72px);
  background: rgba(10, 10, 10, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(22px) saturate(1.14);
}

.brand,
.dealer-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.brand-logo {
  display: block;
  width: clamp(176px, 14vw, 220px);
  height: 56px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: var(--pink);
  color: var(--white);
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(255, 15, 135, 0.25);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 48px);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 760;
}

.menu-toggle {
  display: none;
  min-height: auto;
  background: transparent;
  border: 0;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease);
}

.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.language-switch a {
  padding: 8px 0;
  transition: color 180ms var(--ease);
}

.language-switch a:hover,
.language-switch a[aria-current="page"] {
  color: #fff;
}

.dealer-link {
  min-height: 46px;
  padding: 0 22px;
  background: var(--pink);
  color: var(--white);
  font-size: 14px;
  box-shadow: 0 18px 42px rgba(255, 15, 135, 0.22);
}

.dealer-link,
.board-card,
.flagship-board {
  transition:
    transform 420ms var(--ease),
    box-shadow 420ms var(--ease),
    border-color 420ms var(--ease),
    background 420ms var(--ease);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  padding: 34px clamp(18px, 5.8vw, 72px) 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.72) 34%, rgba(0, 0, 0, 0.26) 68%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.02) 52%, rgba(0, 0, 0, 0.44) 100%),
    url("assets/hero-snowboard.jpg.png") 58% center / cover no-repeat;
  color: var(--white);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.hero-meta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.8;
  text-align: left;
  text-transform: uppercase;
}

.hero-meta span:last-child {
  text-align: right;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  word-break: keep-all;
  overflow-wrap: normal;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(64px, 9vw, 124px);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

h1 span {
  display: block;
  white-space: nowrap;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(320px, 0.45fr);
  gap: clamp(18px, 3vw, 52px);
  justify-items: stretch;
  align-items: end;
  min-height: calc(100vh - 170px);
  padding: clamp(56px, 8vw, 118px) 0 clamp(58px, 7vw, 94px);
  text-align: left;
}

.hero-copy h1 {
  font-family: Inter, "Space Grotesk", system-ui, sans-serif;
  max-width: 760px;
  font-size: clamp(64px, 8.4vw, 132px);
  line-height: 1;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.42);
  transform: translateX(clamp(0px, 2.8vw, 44px));
}

.hero-title {
  word-break: keep-all;
}

.hero-title-line {
  display: grid;
  width: max-content;
  grid-template-columns: repeat(4, 1em);
  column-gap: 0.08em;
}

.hero-title-line span {
  display: block;
  text-align: center;
  white-space: nowrap;
}

.lang-en .hero-copy h1 {
  max-width: 570px;
  font-size: clamp(48px, 5.8vw, 86px);
  line-height: 1.04;
  transform: translateX(clamp(0px, 1.4vw, 22px));
}

.lang-en .hero-copy h1 span {
  white-space: normal;
}

.lang-en .hero-side-note {
  width: min(100%, 430px);
  transform: translateX(clamp(-58px, -3.2vw, -18px));
}

.lang-en .hero-side-note p {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
}

.lang-en .detail-gallery .editorial-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.lang-en .detail-gallery .editorial-grid article {
  display: flex;
  min-height: 330px;
  height: 100%;
  flex-direction: column;
}

.lang-en .detail-gallery .editorial-grid:not(.why-cards-grid) span {
  margin-bottom: auto;
}

.lang-en .detail-gallery .editorial-grid:not(.why-cards-grid) h3 {
  margin-top: 42px;
}

.why-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 16px;
}

.why-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 330px;
}

.why-card span {
  margin-bottom: 50px;
}

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

.lang-en .split-section {
  grid-template-columns: minmax(0, 0.5fr) minmax(360px, 0.5fr);
}

.lang-en .principles {
  margin-top: 0;
  align-self: flex-start;
}

.lang-en .principles article:first-child {
  padding-top: 0;
}

.lang-en .contact {
  grid-template-columns: minmax(0, 0.46fr) minmax(320px, 0.54fr);
  gap: clamp(34px, 6vw, 82px);
}

.lang-en .contact-note {
  max-width: 560px;
  margin-top: 26px;
  color: var(--ink);
  font-weight: 760;
}

.hero-label {
  margin-bottom: 18px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.hero-side-note {
  align-self: end;
  justify-self: end;
  width: min(100%, 470px);
  padding-bottom: clamp(4px, 1.4vw, 18px);
  transform: translateX(clamp(-88px, -5vw, -28px));
}

.hero-side-note p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 520;
  line-height: 1.62;
}

.hero-side-note strong {
  color: #fff;
  font-weight: 850;
}

.hero-actions,
.product-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero .hero-actions {
  justify-content: flex-start;
}

.hero-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid #0a0a0a;
  background: #0a0a0a;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.4px;
  white-space: nowrap;
  transition:
    transform 200ms var(--ease),
    background 200ms var(--ease),
    color 200ms var(--ease);
}

.hero-btn:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #0a0a0a;
}

.hero::after {
  position: absolute;
  right: -10vw;
  bottom: -20vw;
  width: 46vw;
  height: 46vw;
  background: radial-gradient(circle, rgba(255, 27, 141, 0.26), rgba(255, 27, 141, 0) 62%);
  content: "";
  pointer-events: none;
}

.hero-btn-outline {
  border-color: rgba(255, 255, 255, 0.82);
  background: transparent;
  color: #fff;
}

.hero-btn-outline:hover {
  border-color: #fff;
  background: #fff;
  color: #0a0a0a;
}


.ticker {
  overflow: hidden;
  overflow: clip;
  max-width: 100vw;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid var(--line);
  background: var(--pink);
  color: rgba(255, 255, 255, 0.86);
}

.ticker-track {
  display: flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  gap: 42px;
  animation: ticker 28s linear infinite;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Space Grotesk", Inter, sans-serif;
}

.ticker b {
  color: rgba(255, 255, 255, 0.58);
}

.reveal-item {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 760ms var(--ease),
    transform 760ms var(--ease);
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.board-card.reveal-item:nth-child(2),
.spec-strip article.reveal-item:nth-child(2),
.principles article.reveal-item:nth-child(2),
.editorial-grid article.reveal-item:nth-child(2) {
  transition-delay: 70ms;
}

.board-card.reveal-item:nth-child(3),
.spec-strip article.reveal-item:nth-child(3),
.principles article.reveal-item:nth-child(3),
.editorial-grid article.reveal-item:nth-child(3) {
  transition-delay: 140ms;
}

.board-card.reveal-item:nth-child(4),
.spec-strip article.reveal-item:nth-child(4),
.principles article.reveal-item:nth-child(4) {
  transition-delay: 210ms;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.statement {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: clamp(74px, 10vw, 132px) clamp(18px, 7vw, 112px);
  text-align: center;
}

.kicker {
  margin-bottom: 24px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.statement h2 {
  max-width: 1040px;
  margin-bottom: 22px;
  font-size: clamp(32px, 4.8vw, 66px);
  font-weight: 560;
  line-height: 1.15;
  word-break: normal;
  overflow-wrap: break-word;
}

.statement-subline {
  margin-bottom: 0;
  color: var(--pink);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.35;
}

.lineup {
  padding: clamp(78px, 11vw, 144px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: #fff;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(280px, 0.42fr);
  gap: clamp(32px, 8vw, 112px);
  align-items: end;
  margin-bottom: 58px;
}

.section-head h2,
.split-section h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 940;
  line-height: 1.08;
}

.split-section h2 {
  max-width: 820px;
  font-size: clamp(42px, 5.4vw, 78px);
  font-weight: 900;
  line-height: 1.12;
}

.section-head h2 span {
  display: block;
}

.section-head h2 .accent {
  color: var(--pink);
}

.section-head > p,
.contact p,
.principles p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.flagship-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.56fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  margin-bottom: 14px;
  padding: clamp(30px, 5vw, 62px);
  background: #f5f5f5;
  color: var(--ink);
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-bottom: 3px solid transparent;
  overflow: hidden;
}

.flagship-board:hover,
.board-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(10, 10, 10, 0.08);
}

.flagship-board:hover,
.board-card:hover {
  border-bottom-color: var(--pink);
}

.flagship-copy h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.88;
}

.flagship-copy > p {
  max-width: 680px;
  color: #333;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.72;
}

.flagship-subtitle {
  color: var(--pink) !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  letter-spacing: 1px;
}

.flagship-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.flagship-specs span {
  padding: 10px 12px;
  border: 1px solid rgba(10, 10, 10, 0.18);
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.flagship-media {
  position: relative;
  display: block;
  min-height: 560px;
  background: transparent;
  overflow: visible;
}

.flagship-media::before {
  content: none;
}

.flagship-media img {
  position: absolute;
  right: -8%;
  bottom: -8%;
  width: 112%;
  height: 118%;
  object-fit: contain;
  object-position: right bottom;
  mix-blend-mode: normal;
  filter: none;
}

.board-card {
  display: grid;
  grid-template-rows: auto 390px 1fr;
  min-height: 620px;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-bottom: 3px solid transparent;
  color: var(--ink);
  overflow: hidden;
  transition:
    transform 200ms var(--ease),
    box-shadow 200ms var(--ease),
    border-color 200ms var(--ease),
    background 200ms var(--ease);
}

.card-meta {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 0;
  color: #999;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.board-visual,
.board-placeholder {
  display: grid;
  place-items: center;
  min-height: 390px;
  height: 390px;
  margin-bottom: 0;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 27, 141, 0.08), rgba(255, 27, 141, 0) 38%),
    #fff;
}

.board-visual img {
  width: auto;
  height: 345px;
  max-width: 96%;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  filter: none;
  transition: transform 520ms var(--ease);
}

.board-card[data-card-series="wukong"] .board-visual img {
  height: 360px;
}

.board-card[data-card-series="kun"] .board-visual img,
.board-card[data-card-series="peng"] .board-visual img,
.board-card[data-card-series="yu"] .board-visual img {
  height: 350px;
}

.board-card:hover .board-visual img {
  transform: scale(1.025);
}

.board-placeholder {
  gap: 8px;
  color: rgba(255, 22, 137, 0.56);
  text-align: center;
}

.board-placeholder strong {
  font-size: 38px;
  letter-spacing: 0;
}

.board-placeholder span {
  font-size: 28px;
  font-weight: 900;
}

.board-placeholder b {
  font-size: 15px;
}

.card-copy h3 {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: clamp(22px, 1.8vw, 28px);
  line-height: 1.1;
}

.card-copy p {
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.4px;
}

.card-copy span {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.card-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.card-copy .card-specs span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(10, 10, 10, 0.14);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.card-copy {
  display: grid;
  align-content: start;
  padding: 0 16px 20px;
  background: #fff;
}

.card-copy b {
  display: inline-block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.spec-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.spec-strip article {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: start;
  min-height: 188px;
  padding: 22px;
  background: var(--surface);
}

.spec-strip span {
  display: block;
  margin-bottom: 20px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
}

.spec-strip strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.14;
}

.homepage-size-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.homepage-size-grid b {
  display: grid;
  min-height: 42px;
  place-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 16px;
  font-weight: 650;
}

.spec-strip p {
  align-self: end;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 700;
  line-height: 1.45;
}

.dealer-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(340px, 0.52fr);
  gap: clamp(34px, 8vw, 112px);
  padding: clamp(76px, 11vw, 142px) clamp(18px, 5vw, 72px);
  background: #0a0a0a;
  color: #fff;
}

.dealer-proof h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 5.8vw, 88px);
  font-weight: 920;
  line-height: 1.04;
}

.dealer-proof-grid {
  display: grid;
  gap: 0;
  align-self: start;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.dealer-proof-grid article {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.dealer-proof-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--pink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.dealer-proof-grid h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.1;
}

.dealer-proof-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 560;
  line-height: 1.7;
}

.choice-guide {
  padding: clamp(76px, 11vw, 142px) clamp(18px, 5vw, 72px);
  background: #fff;
  border-top: 1px solid var(--line);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.choice-grid a {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 220px;
  gap: 24px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  transition:
    background 200ms var(--ease),
    color 200ms var(--ease),
    transform 200ms var(--ease);
}

.choice-grid a:hover {
  background: var(--pink);
  color: #fff;
  transform: translateY(-4px);
}

.choice-grid span {
  color: #666;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.55;
}

.choice-grid a:hover span {
  color: rgba(255, 255, 255, 0.82);
}

.choice-grid strong {
  align-self: end;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 0.96;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(340px, 0.48fr);
  gap: clamp(36px, 8vw, 112px);
  align-items: flex-start;
  padding: clamp(76px, 11vw, 142px) clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.principles {
  display: grid;
  gap: 0;
}

@media (min-width: 841px) {
  .principles {
    margin-top: 11px;
  }
}

.principles article {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.principles span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--pink);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 900;
}

.principles h3 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.15;
}

.principles p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.detail-gallery {
  padding: clamp(76px, 11vw, 142px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

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

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 72px) clamp(54px, 8vw, 96px);
  background: var(--surface);
}

.product-copy h1 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(72px, 10.5vw, 146px);
  line-height: 0.88;
}

.product-subtitle {
  color: var(--pink);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: 1px;
}

.product-description {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.75;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 650px;
  background: var(--paper);
  border: 1px solid var(--line);
  overflow: hidden;
}

.product-media::before {
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255, 15, 135, 0.16);
  content: "";
}

.product-media img {
  position: relative;
  width: min(94%, 740px);
  height: min(94%, 740px);
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(8, 8, 10, 0.13));
}

.product-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-stats article {
  min-height: 170px;
  padding: 26px clamp(18px, 4vw, 48px);
  border-right: 1px solid var(--line);
  background: var(--surface);
}

.product-stats article:last-child {
  border-right: 0;
}

.product-stats span {
  display: block;
  margin-bottom: 34px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
}

.product-stats strong {
  color: var(--ink);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(320px, 0.48fr);
  gap: clamp(34px, 8vw, 112px);
  padding: clamp(76px, 11vw, 142px) clamp(18px, 5vw, 72px);
}

.product-detail-layout h2 {
  margin-bottom: 0;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 1;
}

.product-detail-layout > p {
  color: var(--muted);
  font-size: 22px;
  font-weight: 650;
  line-height: 1.75;
}

.product-tech {
  padding: clamp(76px, 11vw, 142px) clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
}

.product-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.product-nav a {
  display: grid;
  place-items: center;
  min-height: 94px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: var(--white);
  font-weight: 950;
  text-align: center;
}

.product-nav a:last-child {
  border-right: 0;
}

.compact-head {
  margin-bottom: 42px;
}

.detail-grid,
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  align-items: start;
}

.detail-gallery .editorial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.detail-grid img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
}

.editorial-grid article {
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.editorial-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
}

.editorial-grid h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

.editorial-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.7;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(36px, 8vw, 112px);
  padding: clamp(76px, 11vw, 142px) clamp(18px, 5vw, 72px);
}

.contact h2 {
  margin-bottom: 24px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  background: var(--pink);
  color: var(--white);
}

label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  padding: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

button {
  min-height: 54px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

button:disabled {
  cursor: progress;
  opacity: 0.68;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

input:focus,
textarea:focus,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(11, 11, 13, 0.24);
  outline-offset: 2px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

@media (max-width: 1060px) {
  h1 {
    font-size: clamp(58px, 8.6vw, 92px);
  }

  .hero-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    align-content: center;
  }

  .hero-copy h1 {
    max-width: 680px;
    transform: none;
  }

  .lang-en .hero-copy h1 {
    max-width: 760px;
    font-size: clamp(50px, 8vw, 82px);
    transform: none;
  }

  .lang-en .hero-side-note {
    transform: none;
  }

  .hero-side-note {
    justify-self: start;
    width: min(100%, 560px);
    padding-bottom: 0;
    transform: none;
  }

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

  .flagship-board {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  }

  .flagship-copy h3 {
    font-size: clamp(50px, 7.2vw, 84px);
  }

  .dealer-proof {
    grid-template-columns: minmax(0, 0.44fr) minmax(360px, 0.56fr);
  }

  .dealer-proof h2 {
    font-size: clamp(38px, 5.2vw, 68px);
  }

  .split-section {
    grid-template-columns: minmax(0, 0.46fr) minmax(360px, 0.54fr);
  }

  .split-section h2 {
    font-size: clamp(38px, 5vw, 60px);
  }

  .reference-copy {
    width: min(680px, 54vw);
  }

  .reference-copy h1 {
    font-size: clamp(70px, 9vw, 118px);
  }

  .reference-copy .product-description {
    font-size: clamp(22px, 2.7vw, 34px);
  }

  .reference-board-frame {
    width: clamp(360px, 38vw, 620px);
  }

  body[data-product="kun"] .reference-board-frame,
  body[data-product="peng"] .reference-board-frame,
  body[data-product="yu"] .reference-board-frame {
    right: clamp(16px, 3vw, 48px);
    width: clamp(320px, 31vw, 520px);
  }

  .geometry-panel .compact-head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 840px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
    gap: 12px;
  }

  .nav-links {
    display: none;
  }

  .nav-links.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 19;
    padding: 4px 0 12px;
    gap: 0;
    background: rgba(10, 10, 10, 0.97);
    backdrop-filter: blur(22px) saturate(1.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .nav-links.is-open a {
    width: 100%;
    padding: 15px clamp(18px, 5vw, 72px);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-links.is-open a:last-child {
    border-bottom: 0;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    width: 22px;
    height: 16px;
    min-height: auto;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.86);
    transition:
      transform 220ms var(--ease),
      opacity 180ms var(--ease);
    transform-origin: center;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .dealer-link {
    justify-self: end;
    padding: 0 14px;
  }

  .language-switch {
    justify-self: end;
  }

  .hero-copy,
  .section-head,
  .flagship-board,
  .dealer-proof,
  .product-hero,
  .product-detail-layout,
  .split-section,
  .lang-en .split-section,
  .contact,
  .lang-en .contact,
  .detail-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .lang-en .principles {
    align-self: stretch;
  }

  .lang-en .contact {
    gap: 28px;
  }

  .statement {
    min-height: 430px;
  }

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

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

  .detail-gallery .editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 66px;
    padding: 10px 14px;
  }

  .nav-links.is-open {
    top: 66px;
  }

  .brand {
    font-size: 15px;
  }

  .brand-logo {
    width: 146px;
    height: 46px;
  }

  .dealer-link {
    min-height: 40px;
    font-size: 12px;
  }

  .language-switch {
    font-size: 11px;
    gap: 6px;
  }

  .hero {
    min-height: calc(100vh - 66px);
    padding: 22px 18px 0;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.76) 100%),
      url("assets/hero-snowboard.jpg.png") 62% center / cover no-repeat;
  }

  h1 {
    font-size: clamp(54px, 17vw, 84px);
  }

  h1 span {
    white-space: normal;
  }

  .hero-copy {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 22px;
    max-width: 100%;
    min-height: calc(100vh - 122px);
    padding: 48px 0 34px;
    text-align: left;
  }

  .hero-copy h1 {
    transform: none;
  }

  .hero-meta {
    display: grid;
    gap: 10px;
    font-size: 10px;
    justify-items: start;
    text-align: left;
  }

  .hero-meta span:last-child {
    text-align: left;
  }

  .hero-side-note {
    align-self: start;
    justify-self: start;
    width: min(100%, 520px);
    padding-bottom: 0;
    transform: none;
  }

  .hero-side-note p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.58;
  }

  .ticker-track {
    gap: 26px;
  }

  .statement h2 {
    font-size: 30px;
  }

  .section-head h2,
  .split-section h2,
  .contact h2 {
    font-size: 38px;
    line-height: 1.12;
  }

  .lang-en .split-section h2,
  .lang-en .section-head h2,
  .lang-en .contact h2 {
    font-size: clamp(34px, 12vw, 44px);
    line-height: 1.04;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .lang-en .principles {
    width: 100%;
    margin-top: 18px;
  }

  .lang-en .principles article,
  .principles article {
    padding: 28px 0;
  }

  .lang-en .principles span {
    margin-bottom: 14px;
  }

  .lang-en .principles h3 {
    font-size: clamp(32px, 11vw, 44px);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .lang-en .principles p {
    font-size: 17px;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  .board-grid,
  .spec-strip,
  .choice-grid {
    grid-template-columns: 1fr;
  }

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

  .contact,
  .lang-en .contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding-inline: 18px;
    overflow: hidden;
  }

  .contact > div,
  .contact-form {
    min-width: 0;
    width: 100%;
  }

  .contact-form {
    padding: 18px;
  }

  .board-card {
    min-height: auto;
  }

  .board-visual {
    height: 390px;
  }

  .flagship-media {
    min-height: 460px;
  }

  .product-media {
    min-height: 460px;
  }

  .product-stats,
  .product-nav {
    grid-template-columns: 1fr;
  }

.product-stats article,
  .product-nav a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .footer {
    flex-direction: column;
  }
}

/* Product detail page: close to the supplied LUCKYONE reference, adapted for this site. */
.reference-product {
  --ref-pink: #ff1b8d;
  --ref-black: #0a0a0a;
  --ref-ink: #0a0a0a;
  --ref-line: rgba(10, 10, 10, 0.16);
  background: #fff;
  color: var(--ref-ink);
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", Inter, system-ui, sans-serif;
}

body[data-product] .site-header {
  background: rgba(10, 10, 10, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.14);
}

body[data-product] .brand,
body[data-product] .nav-links {
  color: #fff;
}

.reference-product h1,
.reference-product h2,
.reference-product h3,
.reference-product strong {
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
}

.reference-hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 72px);
  padding: 0 clamp(24px, 4vw, 56px);
  background: #0a0a0a;
  color: #fff;
  overflow: hidden;
}

body[data-hero-theme="pink"] .reference-hero {
  background: #0a0a0a;
  color: #fff;
}

.reference-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 112px 112px;
  opacity: 0.9;
}

body[data-hero-theme="pink"] .reference-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
}

.reference-topline {
  position: absolute;
  top: 28px;
  right: clamp(24px, 4vw, 56px);
  left: clamp(24px, 4vw, 56px);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

body[data-hero-theme="pink"] .reference-topline {
  color: rgba(255, 255, 255, 0.62);
}

.reference-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  width: min(860px, 56vw);
  padding: 100px 0 160px;
}

.product-chinese {
  margin-bottom: 18px;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  font-style: italic;
  font-weight: 500;
}

.reference-copy h1 {
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(74px, 9.6vw, 168px);
  font-weight: 700;
  line-height: 0.88;
  white-space: nowrap;
}

body[data-hero-theme="pink"] .reference-copy h1 {
  color: #fff;
}

.reference-copy .product-subtitle {
  margin-bottom: 46px;
  color: var(--ref-pink);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(18px, 2vw, 25px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

body[data-hero-theme="pink"] .reference-copy .product-subtitle {
  color: var(--ref-pink);
}

.reference-copy .product-description {
  max-width: 900px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(23px, 2.9vw, 44px);
  font-weight: 500;
  line-height: 1.22;
}

body[data-hero-theme="pink"] .reference-copy .product-description {
  color: rgba(255, 255, 255, 0.86);
}

.product-hero-actions {
  margin-top: 34px;
}

.product-hero-actions a {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.4px;
  transition:
    transform 200ms var(--ease),
    background 200ms var(--ease),
    border-color 200ms var(--ease);
}

.product-hero-actions a:first-child {
  border-color: var(--ref-pink);
  background: var(--ref-pink);
}

.product-hero-actions a:hover {
  transform: translateY(-2px);
  border-color: #fff;
  background: #fff;
  color: #0a0a0a;
}

.reference-board-frame {
  position: absolute;
  right: max(-13vw, -128px);
  bottom: -3vh;
  z-index: 2;
  display: block;
  width: clamp(440px, 50vw, 860px);
  height: 100%;
  border: 0;
  background: transparent;
  overflow: visible;
}

body[data-product="wukong-x"] .reference-board-frame,
body[data-product="kun"] .reference-board-frame,
body[data-product="peng"] .reference-board-frame {
  right: max(-7vw, -72px);
  width: clamp(420px, 43vw, 760px);
}

.reference-board-frame::before {
  position: absolute;
  top: 8%;
  right: 11%;
  bottom: 7%;
  width: min(46%, 320px);
  background: linear-gradient(180deg, rgba(255, 27, 141, 0), rgba(255, 27, 141, 0.38), rgba(255, 27, 141, 0));
  content: "";
  filter: blur(34px);
  opacity: 0.72;
}

.reference-board-frame img {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: auto;
  height: min(86%, 780px);
  max-width: 100%;
  object-fit: contain;
  object-position: right bottom;
  mix-blend-mode: normal;
  filter: drop-shadow(0 32px 54px rgba(0, 0, 0, 0.34)) contrast(1.03) saturate(1.04);
}

body[data-product="wukong"] .reference-board-frame img,
body[data-product="kun"] .reference-board-frame img,
body[data-product="peng"] .reference-board-frame img,
body[data-product="yu"] .reference-board-frame img {
  bottom: 9%;
  height: min(74%, 640px);
}

body[data-product="wukong"] .reference-board-frame {
  right: max(-7vw, -72px);
  width: clamp(420px, 43vw, 760px);
}

body[data-product="wukong"] .reference-board-frame::before {
  right: 16%;
  width: min(52%, 360px);
  opacity: 0.86;
}

body[data-product="kun"] .reference-board-frame,
body[data-product="peng"] .reference-board-frame,
body[data-product="yu"] .reference-board-frame {
  right: clamp(12px, 4vw, 72px);
  width: clamp(360px, 34vw, 620px);
}

body[data-product="kun"] .reference-board-frame img,
body[data-product="peng"] .reference-board-frame img,
body[data-product="yu"] .reference-board-frame img {
  right: 0;
  bottom: 8%;
  height: min(78%, 660px);
}

body[data-product="kun"] .reference-board-frame::before,
body[data-product="peng"] .reference-board-frame::before,
body[data-product="yu"] .reference-board-frame::before {
  right: 8%;
  width: min(58%, 320px);
}

.reference-product .product-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  background: #0a0a0a;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.reference-product .product-stats article {
  min-height: 150px;
  padding: 30px clamp(22px, 3vw, 44px);
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.reference-product .product-stats span {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.reference-product .product-stats strong {
  color: #fff;
  font-size: clamp(19px, 2vw, 30px);
  font-weight: 600;
}

.reference-product .product-detail-layout {
  grid-template-columns: minmax(0, 0.55fr) minmax(300px, 0.45fr);
  padding: clamp(92px, 11vw, 156px) clamp(24px, 4vw, 56px);
  gap: clamp(38px, 9vw, 128px);
  background: #fff;
}

.reference-product .kicker {
  margin-bottom: 24px;
  color: var(--ref-pink);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.6px;
}

.reference-product .product-detail-layout h2,
.reference-product .ride-glance h2,
.reference-product .product-tech h2,
.reference-product .size-panel h2,
.reference-product .geometry-panel h2,
.reference-product .colorway-panel h2 {
  font-size: clamp(40px, 5.4vw, 86px);
  font-weight: 600;
  line-height: 1.05;
}

.reference-product .product-detail-layout h2::first-line {
  color: var(--ref-black);
}

.reference-product #storyText {
  color: var(--ref-black);
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.45;
}

.ride-glance {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(300px, 0.45fr);
  gap: clamp(38px, 9vw, 128px);
  padding: clamp(88px, 10vw, 140px) clamp(24px, 4vw, 56px);
  background: #1a1a1a;
  color: #fff;
}

.ride-bars {
  display: grid;
  gap: 26px;
  align-self: center;
}

.ride-bars article {
  display: grid;
  gap: 12px;
}

.ride-bars span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ride-bars b {
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--ref-pink) 0 72%, rgba(255, 255, 255, 0.18) 72% 100%);
}

.ride-bars article:nth-child(2) b { background: linear-gradient(90deg, var(--ref-pink) 0 92%, rgba(255, 255, 255, 0.18) 92% 100%); }
.ride-bars article:nth-child(3) b { background: linear-gradient(90deg, var(--ref-pink) 0 62%, rgba(255, 255, 255, 0.18) 62% 100%); }
.ride-bars article:nth-child(4) b { background: linear-gradient(90deg, var(--ref-pink) 0 70%, rgba(255, 255, 255, 0.18) 70% 100%); }

.reference-product .product-tech {
  padding: clamp(88px, 10vw, 140px) clamp(24px, 4vw, 56px);
  background: #fff;
  border-top: 0;
}

.reference-product .section-head {
  align-items: start;
  margin-bottom: 60px;
}

.reference-product .editorial-grid {
  gap: 0;
  align-items: stretch;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ref-line);
  border-left: 1px solid var(--ref-line);
}

.reference-product .editorial-grid article {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
  min-width: 0;
  min-height: 320px;
  padding: clamp(24px, 2.4vw, 32px);
  border: 0;
  border-right: 1px solid var(--ref-line);
  border-bottom: 1px solid var(--ref-line);
  background: #fff;
}

.reference-product .editorial-grid span {
  margin-bottom: clamp(32px, 4vw, 48px);
  color: var(--ref-pink);
  font-size: 12px;
}

.reference-product .editorial-grid h3 {
  margin-bottom: 18px;
  max-width: 100%;
  font-size: clamp(21px, 1.75vw, 28px);
  font-weight: 600;
  line-height: 1.18;
  word-break: normal;
  overflow-wrap: anywhere;
}

.reference-product .editorial-grid p {
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 400;
  line-height: 1.72;
  align-self: start;
}

.size-panel {
  padding: clamp(88px, 10vw, 140px) clamp(24px, 4vw, 56px);
  background: #ffe5f1;
}

.size-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  margin-top: 44px;
  border-top: 1px solid var(--ref-line);
  border-left: 1px solid var(--ref-line);
}

.size-row span {
  display: grid;
  place-items: center;
  min-height: 92px;
  border-right: 1px solid var(--ref-line);
  border-bottom: 1px solid var(--ref-line);
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 600;
}

.geometry-panel {
  padding: clamp(88px, 10vw, 140px) clamp(24px, 4vw, 56px);
  background: #fff;
  border-top: 1px solid var(--ref-line);
}

.geometry-panel .compact-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.geometry-panel .compact-head > p {
  max-width: 680px;
  color: rgba(10, 10, 10, 0.68);
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.65;
}

.geometry-table-wrap {
  margin-top: 44px;
  position: relative;
  border-top: 1px solid var(--ref-line);
  border-left: 1px solid var(--ref-line);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.geometry-table-wrap::before {
  display: block;
  padding: 10px 14px;
  border-right: 1px solid var(--ref-line);
  border-bottom: 1px solid var(--ref-line);
  background: #fff7fb;
  color: rgba(10, 10, 10, 0.58);
  content: "Scroll horizontally to view all specs →";
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.geometry-table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.geometry-table th,
.geometry-table td {
  border-right: 1px solid var(--ref-line);
  border-bottom: 1px solid var(--ref-line);
  text-align: left;
  vertical-align: top;
}

.geometry-table th {
  padding: 12px 9px 10px;
  color: rgba(10, 10, 10, 0.54);
  font-size: clamp(9px, 0.72vw, 11px);
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.geometry-table td {
  padding: 14px 9px;
  color: var(--ref-black);
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: clamp(12px, 0.92vw, 16px);
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.geometry-table td:first-child,
.geometry-table th:first-child {
  background: #fff7fb;
  font-weight: 700;
}

.geometry-table tbody tr:hover td {
  background: #fff2f8;
}

.geometry-table .geometry-empty {
  padding: 34px;
  color: rgba(10, 10, 10, 0.72);
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  background: #fff7fb;
}

.colorway-panel {
  padding: clamp(88px, 10vw, 140px) clamp(24px, 4vw, 56px);
  background: #0d0d0f;
  color: #fff;
  border-top: 1px solid var(--ref-line);
}

.colorway-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.colorway-list article {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  min-height: 420px;
  padding: 18px 18px 24px;
  background: #fff;
}

.colorway-list img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  mix-blend-mode: normal;
  filter: none;
}

.colorway-list span {
  color: #0a0a0a;
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.reference-product .product-nav {
  border-top: 1px solid var(--ref-line);
}

.reference-product .product-nav a {
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.product-inquiry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(56px, 7vw, 88px) clamp(24px, 4vw, 56px);
  background: var(--ref-pink);
  color: #fff;
}

.product-inquiry .kicker {
  color: rgba(255, 255, 255, 0.74);
}

.product-inquiry h2 {
  max-width: 860px;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1.05;
}

.product-inquiry .inquiry-subtitle {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  line-height: 1.35;
}

.product-inquiry a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: #0a0a0a;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition:
    transform 200ms var(--ease),
    background 200ms var(--ease),
    color 200ms var(--ease);
}

.product-inquiry a:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #0a0a0a;
}

@media (max-width: 840px) {
  .reference-hero {
    min-height: calc(100vh - 72px);
    padding: 0 24px;
  }

  .reference-topline {
    left: 24px;
    right: 24px;
  }

  .reference-copy {
    width: min(100%, 620px);
    padding: 92px 0 320px;
  }

  .reference-copy h1 {
    font-size: clamp(68px, 18vw, 112px);
  }

  .reference-board-frame {
    right: -40px;
    bottom: -70px;
    width: min(84vw, 440px);
    height: 390px;
  }

  .reference-product .product-stats,
  .ride-glance,
  .reference-product .product-detail-layout,
  .product-inquiry {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .reference-topline {
    display: grid;
  }

  .reference-copy {
    padding: 86px 0 300px;
  }

  .reference-board-frame {
    right: -32px;
    bottom: -58px;
    width: min(92vw, 360px);
    height: 340px;
  }

  .reference-copy .product-description {
    font-size: 22px;
  }

  .reference-product .product-stats,
  .ride-glance,
  .reference-product .product-detail-layout,
  .reference-product .section-head,
  .geometry-panel .compact-head,
  .reference-product .editorial-grid,
  .product-inquiry {
    grid-template-columns: 1fr;
  }

  .geometry-table {
    min-width: 760px;
  }
}
