/* Longtech alignment pass — one shared axis from header to footer. */
:root {
  --page-gutter: clamp(24px, 5vw, 72px);
  --content-max: 1296px;
  --header-side: 168px;
  --section-space: 112px;
  --section-intro-gap: 48px;
  --line-tight: 64px;
  --line-heading: 56px;
  --line-copy: 24px;
}

body { font-size: 16px; line-height: 24px; }
.region-marked { position: relative; }
.region-marker {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
  display: grid;
  place-items: center;
  width: 42px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .7);
  background: #ff003c;
  color: #fff;
  font: 700 13px/16px "Outfit", system-ui, sans-serif;
  letter-spacing: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  pointer-events: none;
}
.hero__title { font-size: 48px; line-height: 52px; }
.section__title { font-size: 40px; line-height: 48px; }
.hero__subtitle,
.section__lead,
.why-card p,
.showcase-card__note,
.process-step p,
.contact-layout__quote { line-height: 24px; }
.hero__subtitle { font-size: 24px; line-height: 32px; }
.section__lead { font-size: 16px; line-height: 24px; }
.section__kicker,
.hero__eyebrow { font-size: 14px; line-height: 20px; }
.btn {
  min-height: 48px;
  font-size: 16px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-primary a { font-size: 16px; line-height: 20px; }
.header-cart { font-size: 16px; }
.market-bar { font-size: 14px; }
.market-bar__inner,
.market-control select,
.language-control select { line-height: 20px; }

.market-bar__inner,
.header-inner,
.gallery-strip__header,
.gallery-strip__track,
.section > .section__intro,
.section > .why-grid,
.section > .showcase-grid,
.checkout-band__inner,
.section--process > .section__intro,
.section--process > .process-steps,
.contact-layout,
.site-footer__inner {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--content-max));
  max-width: var(--content-max);
  margin-left: auto;
  margin-right: auto;
}

.market-bar__inner { padding-left: 0; padding-right: 0; }

.header-inner {
  padding: 0;
  min-height: 88px;
}

.header-start {
  grid-template-columns: var(--header-side) minmax(0, 1fr) var(--header-side);
  gap: 24px;
  align-items: center;
}

.header-logo-img { justify-self: start; }
.header-logo-img__plate,
.header-logo-img img { width: 58px; height: 58px; }
.header-logo-img__plate { width: 58px; height: 58px; background: transparent; }
.header-nav { justify-self: center; width: 100%; }
.nav-primary { gap: .35rem clamp(1rem, 2.3vw, 2rem); }
.header-cart { justify-self: end; }

.hero {
  min-height: 620px;
  padding: 0 var(--page-gutter);
  background: linear-gradient(110deg, #edf3fa 0%, #e2ebf5 48%, #cdd9e8 100%);
  overflow: hidden;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  align-items: center;
  width: min(100%, var(--content-max));
  min-height: inherit;
  margin: 0 auto;
}

.hero__inner { max-width: 540px; }
.hero__title {
  font-size: 48px;
  line-height: 52px;
}
.hero__subtitle { max-width: 500px; line-height: 32px; }
.hero__product {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-width: 0;
}
.hero__product img {
  width: min(780px, 116%);
  max-width: none;
  height: auto;
  transform: translateX(3%);
  filter: drop-shadow(0 34px 38px rgba(7, 13, 24, .3));
}
.hero__scroll { bottom: 20px; }

.gallery-strip {
  position: relative;
  min-height: 448px;
  padding: 56px var(--page-gutter) 64px;
  border-top: 1px solid #282a2f;
  border-bottom: 1px solid #282a2f;
  background: #0d0e11;
}
.gallery-strip__header,
.gallery-strip__track { width: min(100%, var(--content-max)); }
.gallery-strip__header {
  min-height: 56px;
  margin-bottom: 24px;
  align-items: flex-end;
  border-bottom: 1px solid #303238;
  padding-bottom: 15px;
}
.gallery-strip__label {
  margin: 0;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.gallery-strip__hint { margin: 0; font-size: 14px; line-height: 20px; }
.gallery-strip__track {
  height: 256px;
  padding-top: 0;
  padding-bottom: 0;
  align-items: stretch;
}
.gallery-strip__item {
  flex: 1 0 0;
  min-width: 150px;
  height: 256px;
  padding: 14px;
  background: #f2f3f5 !important;
  border: 1px solid #34363b;
}
.gallery-strip__item img {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
  flex: 0 0 auto;
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
}

.section {
  padding: var(--section-space) var(--page-gutter);
}
[id] { scroll-margin-top: 92px; }
.section > .section__intro {
  width: min(100%, 850px);
  margin-bottom: var(--section-intro-gap);
}
.section > .why-grid,
.section > .showcase-grid { width: min(100%, var(--content-max)); }

.story-split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 0;
  align-items: stretch;
}
.story-split__visual,
.story-split__content {
  min-height: 0;
  height: 100%;
}
.story-split__visual { display: flex; }
.story-split__visual img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.story-split__content {
  justify-content: flex-start;
  padding: 64px;
}
.story-split__content .section__kicker {
  margin: 0;
  height: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 15px;
  border-bottom-width: 1px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .04em;
  text-transform: none;
}
.story-split__body { width: 100%; max-width: 60ch; margin: 24px auto 0; }
.story-split__body p,
.story-split__body p:first-of-type { font-size: 16px; line-height: 24px; }
.story-split__body p + p {
  margin-top: 16px;
  padding-top: 15px;
  border-top-width: 1px;
}

.why-grid,
.showcase-grid,
.process-steps { align-items: stretch; }
.why-card,
.showcase-card,
.process-step { min-width: 0; }
.why-card {
  height: 272px;
  display: grid;
  grid-template-rows: 48px 56px minmax(0, 1fr);
  align-content: stretch;
}
.why-card__num { margin-bottom: 0; }
.why-card h3 { margin: 0; align-self: center; }
.why-card h3,
.showcase-card__tier,
.process-step h3 { line-height: 24px; }
.why-card h3,
.process-step h3 { font-size: 20px; }
.why-card p,
.process-step p { font-size: 16px; }
.showcase-card__tier { font-size: 20px; }
.showcase-card__audience,
.showcase-card__specs-title,
.showcase-card__note { font-size: 14px; }
.showcase-card__specs { font-size: 14px; }
.product-purchase small { font-size: 13px; }
.why-card p,
.showcase-card__audience,
.showcase-card__specs-title,
.showcase-card__specs,
.showcase-card__note,
.product-purchase small { line-height: 20px; }
.showcase-card__specs li { min-height: 40px; align-items: center; }
.product-price { line-height: 24px; }
.showcase-card {
  height: 984px;
}
.showcase-card__image {
  flex: 0 0 376px;
  height: 376px;
  aspect-ratio: auto;
}
.showcase-card__body {
  min-height: 0;
  display: grid;
  grid-template-rows: 40px 56px 32px 240px 64px minmax(120px, 1fr);
  align-content: stretch;
}
.showcase-card__audience,
.showcase-card__tier,
.showcase-card__specs-title,
.showcase-card__note {
  margin: 0;
  align-self: center;
}
.showcase-card__specs {
  margin: 0;
  min-height: 240px;
  align-self: stretch;
}
.showcase-card__note { min-height: 64px; }
.product-purchase {
  grid-row: 6;
  min-height: 120px;
  align-self: end;
}

.checkout-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}
.checkout-band .section__title {
  max-width: 700px;
  font-size: 36px;
  line-height: 44px;
}
.checkout-band__actions { justify-self: stretch; }
.checkout-band__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.checkout-band__actions .btn { width: 100%; text-align: center; }

.section--process > .section__intro {
  width: min(100%, 850px);
  margin-bottom: var(--section-intro-gap);
}
.section--process > .process-steps { width: min(100%, var(--content-max)); }
.process-step {
  height: 248px;
  display: grid;
  grid-template-rows: 48px 56px minmax(0, 1fr);
  align-content: stretch;
}
.process-step__num { margin-bottom: 0; }
.process-step h3 { margin: 0; align-self: center; }

.contact-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: min(100%, var(--content-max));
  align-items: stretch;
}
.contact-layout__visual,
.contact-layout__form-wrap { min-height: 680px; }
.contact-layout__form-wrap { padding: clamp(2.5rem, 4vw, 4rem); }
.contact-layout__quote { font-size: 24px; line-height: 32px; }
.contact-form label { font-size: 14px; line-height: 20px; }
.contact-form input,
.contact-form textarea { font-size: 16px; line-height: 24px; }
.contact-form input { height: 48px; }
.contact-form textarea { height: 144px; min-height: 144px; }

/* Dark, restrained surfaces for the Japanese-market presentation. */
.hero {
  background: linear-gradient(118deg, #30343a 0%, #25292f 48%, #191c21 100%);
  color: #f7f7f8;
}
.hero__title { color: #f7f7f8; }
.hero__subtitle { color: #c7cbd2; }
.hero .btn--ghost {
  border-color: #a9aeb7;
  background: transparent;
  color: #fff;
}
.hero .btn--ghost:hover,
.hero .btn--ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #15171b;
}
.hero__scroll { color: #fff; }
.hero__product img {
  filter: drop-shadow(0 34px 38px rgba(0, 0, 0, .48)) drop-shadow(0 0 1px rgba(255, 255, 255, .35));
}

.story-split { background: #111317; }
.story-split__content {
  background: #1b1e23;
  color: #f3f4f5;
}
.story-split__content .section__kicker {
  color: #ff416d;
  border-color: #3e4249;
}
.story-split__body,
.story-split__body p,
.story-split__body p:first-of-type { color: #c7cbd1; }
.story-split__body p + p { border-color: #383c43; }

.checkout-band {
  border-color: #373a41;
  background: #202329;
  color: #f5f6f7;
}
.checkout-band .section__title { color: #f5f6f7; }
.checkout-band .section__lead,
.checkout-band .payment-note { color: #b7bbc3; }
.checkout-band .btn--outline {
  border-color: #8d929b;
  background: transparent;
  color: #fff;
}
.checkout-band .btn--outline:hover,
.checkout-band .btn--outline:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #15171b;
}

.section--contact { background: #14161a; }
.contact-layout {
  border: 1px solid #34383f;
  background: #1c1f24;
}
.contact-layout__form-wrap {
  background: #22252b;
  color: #f5f6f7;
  color-scheme: dark;
}
.contact-layout__form-wrap .section__title { color: #f5f6f7; }
.contact-layout__form-wrap .section__lead { color: #b9bdc5; }
.contact-form label { color: #d0d3d8; }
.contact-form input,
.contact-form textarea {
  border-color: #464a52;
  background: #17191e;
  color: #f5f6f7;
}
.contact-form input:hover,
.contact-form textarea:hover { border-color: #666b75; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #8f949d; }

/* Pickleball court lines and paddle watermarks across regions 01-09. */
main .region-marked,
.site-footer {
  isolation: isolate;
}
main .region-marked::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, transparent 49.86%, rgba(255, 255, 255, .42) 49.94%, rgba(255, 255, 255, .42) 50.06%, transparent 50.14%),
    linear-gradient(0deg, transparent 49.88%, rgba(255, 255, 255, .3) 49.96%, rgba(255, 255, 255, .3) 50.04%, transparent 50.12%),
    var(--pickleball-watermark);
  background-position: center, center, var(--pickleball-position, 88% 50%);
  background-size: 100% 100%, 100% 100%, auto 76%;
  background-repeat: no-repeat;
  opacity: var(--pickleball-opacity, .09);
  filter: grayscale(.72) contrast(1.18);
  mix-blend-mode: screen;
}
.hero__grid,
.gallery-strip__header,
.gallery-strip__track,
.story-split__visual,
.story-split__content,
.section > .section__intro,
.section > .why-grid,
.section > .showcase-grid,
.checkout-band__inner,
.section--process > .process-steps,
.contact-layout,
.site-footer__inner {
  position: relative;
  z-index: 1;
}

.hero {
  --pickleball-watermark: url("../assets/images/optimized/showcase/paddle-elite.webp");
  --pickleball-position: 92% 48%;
  --pickleball-opacity: .055;
}
#gallery {
  --pickleball-watermark: url("../assets/images/optimized/showcase/paddle-gold.webp");
  --pickleball-position: 8% 52%;
  --pickleball-opacity: .08;
}
#story {
  --pickleball-watermark: url("../assets/images/optimized/showcase/paddle-silver.webp");
  --pickleball-position: 92% 52%;
  --pickleball-opacity: .075;
}
#why-longtech {
  --pickleball-watermark: url("../assets/images/optimized/showcase/paddle-bronze.webp");
  --pickleball-position: 8% 50%;
  --pickleball-opacity: .075;
}
#paddles {
  --pickleball-watermark: url("../assets/images/optimized/showcase/paddle-club.webp");
  --pickleball-position: 92% 50%;
  --pickleball-opacity: .07;
}
#checkout {
  --pickleball-watermark: url("../assets/images/optimized/products/the-op-paddle.webp");
  --pickleball-position: 88% 50%;
  --pickleball-opacity: .085;
}
#process {
  --pickleball-watermark: url("../assets/images/optimized/products/spear-series-kevlar.webp");
  --pickleball-position: 8% 50%;
  --pickleball-opacity: .075;
}
#contact {
  --pickleball-watermark: url("../assets/images/optimized/products/bold-juice-thermoformed.webp");
  --pickleball-position: 92% 50%;
  --pickleball-opacity: .07;
}
.site-footer {
  --pickleball-watermark: url("../assets/images/optimized/products/key-lime-juice-thermoformed.webp");
  --pickleball-position: 8% 50%;
  --pickleball-opacity: .065;
}

.site-footer {
  padding: 0 var(--page-gutter);
  text-align: left;
}
.site-footer__inner {
  width: min(100%, var(--content-max));
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  gap: 0;
}
.site-footer__primary {
  align-self: center;
  display: grid;
  grid-template-columns: 1.2fr 1.1fr .9fr .9fr 1.25fr;
  gap: clamp(24px, 3vw, 52px);
  width: 100%;
  padding: 72px 0 56px;
}
.site-footer__column { min-width: 0; }
.site-footer__column h2,
.site-footer__brand {
  margin: 0 0 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
}
.site-footer__brand {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.site-footer__brand span { color: #fff; font-size: 14px; }
.site-footer__column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__column a,
.site-footer__column p,
.site-footer__legal a,
.site-footer__locale button,
.site-footer__ownership {
  color: #a8abb3;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.site-footer__column a,
.site-footer__legal a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.site-footer__column a:hover,
.site-footer__column a:focus-visible,
.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: #fff;
  border-bottom-color: #ff003c;
  outline: none;
}
.site-footer__column--contact { display: grid; align-content: start; gap: 10px; }
.site-footer__column--contact h2 { margin-bottom: 8px; }
.site-footer__contact-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.site-footer__phone {
  width: fit-content;
  color: #fff !important;
  font-size: 24px !important;
  line-height: 32px !important;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.site-footer__email,
.site-footer__hours {
  color: #a8abb3;
  font-size: 15px;
  line-height: 24px;
}
.site-footer__email:hover,
.site-footer__email:focus-visible { color: #fff; outline: none; }
.site-footer__address { max-width: 30ch; }
.site-footer__bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px 40px;
  align-items: center;
  padding: 30px 0 40px;
  border-top: 1px solid #303238;
}
.site-footer__locale,
.site-footer__legal,
.site-footer__ownership {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}
.site-footer__locale button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #4a4d55;
  background: transparent;
  cursor: pointer;
}
.site-footer__locale button:hover,
.site-footer__locale button:focus-visible {
  color: #fff;
  border-bottom-color: #ff003c;
  outline: none;
}
.site-footer__legal { justify-content: center; }
.site-footer__ownership { justify-content: flex-end; color: #d6d7db; }
.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.site-footer__social {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #4a4d55 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1 !important;
  text-decoration: none;
}
.site-footer__social:hover,
.site-footer__social:focus-visible {
  border-color: #ff003c !important;
  background: #ff003c;
  outline: none;
}
.site-footer__social.is-unconfigured {
  color: #73767e !important;
  border-color: #35373e !important;
  cursor: not-allowed;
}
.site-footer__social svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-footer__social svg .social-fill,
.site-footer__social svg .social-dot { fill: currentColor; stroke: none; }
.site-footer__social--facebook svg { fill: currentColor; stroke: none; }
.site-footer__locale button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.site-footer__locale-flag {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 18px;
  line-height: 1;
}
.site-footer__locale-flag img,
.locale-option__flag img {
  display: block;
  width: 24px;
  height: 18px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

body.locale-is-open { overflow: hidden; }
.locale-dialog {
  width: min(1240px, calc(100% - 64px));
  height: min(820px, calc(100dvh - 64px));
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 1px solid #3b3e46;
  background: #111216;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .55);
}
.locale-dialog::backdrop { background: rgba(3, 4, 6, .82); }
.locale-dialog__surface {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 100%;
}
.locale-dialog__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 112px;
  padding: 24px 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #34363d;
  background: #111216;
}
.locale-dialog__eyebrow {
  margin: 0 0 5px;
  color: #ff003c;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}
.locale-dialog__header h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0;
}
.locale-dialog__close {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #555861;
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.locale-dialog__close:hover,
.locale-dialog__close:focus-visible { border-color: #ff003c; background: #ff003c; outline: none; }
.locale-dialog__body {
  overflow-y: auto;
  padding: 6px 32px 40px;
  scrollbar-color: #ff003c #202126;
}
.locale-dialog__region { padding: 28px 0 8px; }
.locale-dialog__region + .locale-dialog__region { border-top: 1px solid #34363d; }
.locale-dialog__region h3 {
  margin: 0 0 16px;
  color: #ff557a;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.locale-dialog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.locale-option {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid #303239;
  background: #181a1f;
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.locale-option:hover,
.locale-option:focus-visible { border-color: #7d8089; background: #22242a; outline: none; }
.locale-option.is-active { border-color: #ff003c; background: rgba(255, 0, 60, .1); }
.locale-option__flag {
  display: grid;
  place-items: center;
  width: 24px;
  height: 18px;
  line-height: 1;
}
.locale-option__flag svg,
.site-footer__locale-flag svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.locale-option__copy { display: grid; min-width: 0; gap: 2px; }
.locale-option__copy strong,
.locale-option__copy small {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.locale-option__copy small { color: #9da0a8; font-size: 12px; }
.locale-option__check { color: transparent; font-size: 15px; }
.locale-option.is-active .locale-option__check { color: #ff003c; }

/* Shared Longtech policy page. */
.policy-page { background: #f3f4f6; color: #16171b; }
.policy-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0 var(--page-gutter);
  border-bottom: 1px solid #303238;
  background: #111216;
  color: #fff;
}
.policy-header img { width: 58px; height: 58px; object-fit: contain; }
.policy-header a { color: #fff; font-size: 14px; font-weight: 600; }
.policy-header a:hover { color: #ff557a; text-decoration: none; }
.policy-main { width: min(calc(100% - (var(--page-gutter) * 2)), 960px); margin: 0 auto; padding: 72px 0 96px; }
.policy-main__intro { margin-bottom: 56px; }
.policy-main__eyebrow { margin: 0 0 12px; color: #ff003c; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.policy-main h1 { margin: 0 0 20px; font-size: clamp(40px, 6vw, 72px); line-height: 1; letter-spacing: 0; }
.policy-main__lead { max-width: 68ch; margin: 0; color: #5d6069; }
.policy-section { padding: 44px 0; border-top: 1px solid #d1d3d8; scroll-margin-top: 96px; }
.policy-section h2 { margin: 0 0 18px; font-size: 28px; line-height: 36px; letter-spacing: 0; }
.policy-section p,
.policy-section li { color: #4d5058; line-height: 1.7; }
.policy-section ul { margin: 18px 0 0; padding-left: 20px; }
.policy-contact { padding: 32px; background: #111216; color: #fff; }
.policy-contact p { margin: 0; color: #d6d7db; }
.policy-contact a { color: #fff; border-bottom: 1px solid #ff003c; }

/* Desktop regions 01-09 share one responsive panel height. */
@media (min-width: 901px) {
  :root { --desktop-region-height: clamp(900px, 100vh, 1000px); }

  .region-marked {
    width: 100%;
    height: var(--desktop-region-height);
    min-height: var(--desktop-region-height);
    max-height: var(--desktop-region-height);
    box-sizing: border-box;
  }

  .hero { min-height: var(--desktop-region-height); }

  .gallery-strip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .gallery-strip__header {
    flex: 0 0 56px;
    margin-bottom: 16px;
  }
  .gallery-strip__track {
    flex: 0 0 calc(var(--desktop-region-height) - 136px);
    height: calc(var(--desktop-region-height) - 136px);
    gap: 100px;
  }
  .gallery-strip__item {
    flex: 0 0 450px;
    min-width: 450px;
    height: 100%;
    padding: 0;
  }
  .gallery-strip__item img {
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
  }

  .story-split { display: grid; }

  .section:not(.story-split) {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section--paddles {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .section--paddles > .section__intro {
    flex: 0 0 auto;
    margin-bottom: 28px;
  }
  .section--paddles > .showcase-grid {
    flex: 0 0 700px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 40px) / 3);
    grid-template-columns: none;
    grid-template-rows: 700px;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: thin;
    scrollbar-color: #ff003c #202126;
  }
  .section--paddles .showcase-card {
    height: 700px;
    scroll-snap-align: start;
  }
  .section--paddles .showcase-card__image {
    flex-basis: 220px;
    height: 220px;
    padding: 12px;
  }
  .section--paddles .showcase-card__body {
    min-height: 0;
    padding: 16px 18px 18px;
    grid-template-rows: 28px 40px 24px 168px 44px minmax(96px, 1fr);
  }
  .section--paddles .showcase-card__specs {
    min-height: 168px;
  }
  .section--paddles .showcase-card__specs li { min-height: 28px; }
  .section--paddles .showcase-card__note { min-height: 44px; }
  .section--paddles .product-purchase { min-height: 96px; }

  .section--contact { padding-top: 48px; padding-bottom: 48px; }
  .contact-layout__visual,
  .contact-layout__form-wrap { min-height: 680px; }

  .site-footer {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-footer__inner { height: 100%; }
}

@media (max-width: 1040px) {
  :root {
    --header-side: 100px;
    --section-space: 88px;
  }
  .nav-primary { gap: .35rem 1rem; }
  .nav-primary a { font-size: 15px; }
  .hero__title { font-size: 48px; line-height: 56px; }
  .section__title { font-size: 40px; line-height: 48px; }
  .checkout-band .section__title { font-size: 36px; line-height: 44px; }
  .hero__product img { width: 110%; }
  .showcase-card { height: 936px; }
  .showcase-card__image { flex-basis: 328px; height: 328px; }
}

@media (max-width: 900px) {
  :root {
    --page-gutter: 20px;
    --section-space: 72px;
    --section-intro-gap: 40px;
  }
  .header-inner { width: calc(100% - 40px); }
  .header-start { grid-template-columns: 46px minmax(0, 1fr) 46px; gap: 12px; }
  .header-logo-img { justify-self: center; }
  .header-logo-img__plate,
  .header-logo-img img { width: 50px; height: 50px; }
  .header-logo-img__plate { width: 54px; height: 54px; }
  .header-nav { width: auto; left: 50%; right: auto; min-width: 230px; transform: translateX(-50%); }
  .nav-primary a { font-size: 16px; }

  .hero {
    min-height: 690px;
    padding: 0 var(--page-gutter);
    text-align: center;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(300px, 1fr);
    align-items: start;
  }
  .hero__inner { width: 100%; max-width: 620px; margin: 0 auto; padding-top: 52px; }
  .hero__product { align-self: end; overflow: visible; }
  .hero__product img { width: min(720px, 145vw); transform: none; }
  .hero__actions { justify-content: center; }

  .story-split { grid-template-columns: 1fr; }
  .story-split__visual,
  .story-split__content { min-height: 0; }
  .story-split__visual { aspect-ratio: 4 / 3; }
  .story-split__content { padding: 48px 32px; }
  .story-split__content .section__kicker { height: auto; min-height: 64px; padding: 0 0 15px; }
  .checkout-band__inner { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-layout__visual,
  .contact-layout__form-wrap { min-height: 0; }
  .contact-layout__visual {
    height: 520px;
    min-height: 520px;
    max-height: none;
  }
  .site-footer__primary { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 64px 0 48px; }
  .site-footer__bottom { grid-template-columns: 1fr; }
  .site-footer__legal,
  .site-footer__ownership { justify-content: flex-start; }
  .locale-dialog__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  :root {
    --page-gutter: 16px;
    --section-space: 64px;
    --section-intro-gap: 32px;
  }
  .market-bar__inner { width: calc(100% - 24px); }
  .market-bar__inner > [data-market-note] { font-size: 12px; line-height: 16px; }
  .region-marker {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 28px;
    font-size: 12px;
  }
  .header-inner { width: calc(100% - 32px); }
  .hero { min-height: 710px; }
  .hero__inner { padding-top: 42px; }
  .hero__title,
  html[lang^="zh"] .hero__title,
  html[lang="ja"] .hero__title { font-size: 34px; line-height: 40px; }
  .section__title { font-size: 32px; line-height: 40px; }
  .checkout-band .section__title { font-size: 32px; line-height: 40px; }
  .hero__subtitle { font-size: 16px; line-height: 24px; }
  .hero__actions .btn,
  .hero__actions .btn--ghost { font-size: 16px; line-height: 20px; }
  .hero__product img { width: min(660px, 170vw); }
  .gallery-strip__header,
  .gallery-strip__track,
  .section > .section__intro,
  .section > .why-grid,
  .section > .showcase-grid,
  .checkout-band__inner,
  .section--process > .section__intro,
  .section--process > .process-steps,
  .site-footer__inner { width: 100%; }
  .gallery-strip { min-height: 408px; padding-top: 40px; padding-bottom: 48px; }
  .gallery-strip__header { min-height: 48px; margin-bottom: 16px; padding-bottom: 15px; }
  .gallery-strip__label { font-size: 24px; line-height: 32px; }
  .story-split { width: 100%; }
  .story-split__visual { aspect-ratio: 1 / 1; }
  .story-split__content { padding: 40px 24px; }
  .story-split__content .section__kicker { font-size: 20px; line-height: 32px; }
  .story-split__body p,
  .story-split__body p:first-of-type { font-size: 16px; line-height: 24px; }
  .checkout-band__actions { grid-template-columns: 1fr; }
  .contact-layout { width: 100%; }
  .why-card {
    height: 288px;
    grid-template-rows: 48px 64px minmax(0, 1fr);
  }
  .showcase-card { height: 960px; }
  .showcase-card__image { flex-basis: 328px; height: 328px; }
  .showcase-card__body {
    grid-template-rows: 40px 56px 32px 240px 64px minmax(120px, 1fr);
  }
  .process-step {
    height: 272px;
    grid-template-rows: 48px 64px minmax(0, 1fr);
  }
  .contact-layout__visual {
    height: 420px;
    min-height: 420px;
    max-height: none;
  }
  .contact-layout__form-wrap { padding: 40px 24px; }
  .site-footer__primary { grid-template-columns: 1fr; gap: 40px; }
  .site-footer__bottom { padding-bottom: 32px; }
  .site-footer__contact-details { align-items: flex-start; flex-direction: column; gap: 8px; }
  .locale-dialog {
    width: 100%;
    height: 100dvh;
    border: 0;
  }
  .locale-dialog__header { min-height: 96px; padding: 18px 16px; gap: 16px; }
  .locale-dialog__header h2 { font-size: 21px; line-height: 28px; }
  .locale-dialog__body { padding: 4px 16px 32px; }
  .locale-dialog__region { padding-top: 24px; }
  .locale-dialog__grid { grid-template-columns: 1fr; }
  .locale-option { min-height: 60px; }
  .policy-main { width: calc(100% - 32px); padding-top: 48px; }
  .policy-main h1 { font-size: 40px; line-height: 48px; }
  .policy-section { padding: 36px 0; }
}

/* Stable four-image hero carousel. */
.hero__product {
  position: relative;
  isolation: isolate;
  align-self: stretch;
  height: 100%;
  overflow: hidden;
}
.hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: 20px 0 42px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .7s ease, visibility 0s linear .7s;
}
.hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.hero__product .hero__slide img {
  width: auto;
  max-width: min(780px, 116%);
  max-height: calc(100% - 62px);
  height: auto;
  object-fit: contain;
  transform: translateX(3%);
}
.hero__carousel-controls {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}
.hero__carousel-controls button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: rgba(17, 19, 23, .45);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .35);
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background-color .2s ease;
}
.hero__carousel-controls button.is-active {
  width: 28px;
  border-radius: 5px;
  border-color: #ff315f;
  background: #ff003c;
}
.hero__carousel-controls button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .hero__product .hero__slide img { max-width: 110%; }
}

@media (max-width: 900px) {
  .hero__slide { padding: 12px 0 40px; }
  .hero__product .hero__slide img {
    max-width: min(720px, 145vw);
    max-height: calc(100% - 52px);
    transform: none;
  }
}

@media (max-width: 600px) {
  .hero__product .hero__slide img { max-width: min(660px, 170vw); }
  .hero__carousel-controls { bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide { transition: none; }
  .hero__carousel-controls button { transition: none; }
}
