@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

.shop-page {
  width: 100%;
  padding: 10px;
  overflow-x: hidden;
  background: var(--bg-color);
  color: var(--text-color);
}

.shop-page a:not(.share-button, .related-page-card) { color: inherit; text-decoration: none; }
.shop-page button:not(.share-button) { font: inherit; }
.shop-page img { max-width: 100%; }

.shop-header,
.shop-main,
.shop-footer {
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
}

.shop-header {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 14px;
  background: var(--card-bg);
  border: 1px solid #303348;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .34);
}

.shop-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--neutral-color);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.shop-brand img {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(254, 202, 87, .72);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 12px rgba(254, 202, 87, .16);
}

.shop-header-actions,
.shop-nav,
.shop-languages {
  display: flex;
  align-items: center;
}

.shop-header-actions { gap: 22px; }
.shop-nav { gap: 14px; }

.shop-languages {
  gap: 3px;
  width: fit-content;
  margin: 0;
  padding: 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  border: 1px solid rgba(254, 202, 87, .26);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 8px 22px rgba(0, 0, 0, .22);
}

.shop-language-bar {
  width: 100%;
  max-width: 950px;
  display: flex;
  justify-content: flex-end;
  margin: 10px auto 0;
}

.shop-nav > a,
.shop-languages a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: #aeb8ca;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.shop-languages a {
  min-width: 42px;
  min-height: 32px;
  justify-content: center;
  padding-inline: 9px;
  border-radius: 999px;
  color: #8f98b4;
  font-size: 10px;
  letter-spacing: .08em;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.shop-nav > a:hover,
.shop-languages a:hover,
.shop-languages a[aria-current="page"] { color: var(--neutral-color); }
.shop-languages a[aria-current="page"] {
  background: rgba(254, 202, 87, .12);
  box-shadow: inset 0 0 0 1px rgba(254, 202, 87, .2), 0 0 16px rgba(254, 202, 87, .08);
}

.shop-main { margin-top: 10px; }

.shop-hero {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(28px, 7vw, 64px);
  background-color: #07080d;
  background-image:
    linear-gradient(0deg, rgba(7, 8, 13, .72) 0%, rgba(7, 8, 13, .16) 58%, rgba(7, 8, 13, .05) 100%),
    linear-gradient(90deg, rgba(7, 8, 13, .94) 0%, rgba(7, 8, 13, .56) 44%, rgba(7, 8, 13, .08) 74%),
    url("/images/shop/turan-2-0/haq-turan-collection-hero-v8.png");
  background-position: center, center, 69% 50%;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
  border: 1px solid #26304a;
  border-radius: var(--border-radius);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .45);
}

.shop-hero-copy { position: relative; z-index: 1; max-width: 720px; }
.shop-rune-hero,
.shop-rune-accent {
  font-family: var(--rune-font);
  color: rgba(254, 202, 87, .72);
  text-shadow: 0 0 18px rgba(254, 202, 87, .2), 0 4px 18px rgba(0, 0, 0, .72);
}

.shop-rune-hero {
  position: absolute;
  right: clamp(24px, 5vw, 56px);
  bottom: clamp(26px, 4vw, 44px);
  z-index: 1;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: .28em;
  white-space: nowrap;
  opacity: .88;
}

.shop-rune-accent {
  margin: 0 0 20px;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: .3em;
  line-height: 1;
}
.shop-eyebrow {
  margin: 0 0 14px;
  color: var(--neutral-color);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.shop-hero h1,
.product-copy h1,
.shop-section-title,
.limited-panel h2 {
  margin: 0;
  line-height: .94;
  letter-spacing: -.045em;
}

.shop-hero h1 {
  max-width: 650px;
  color: var(--neutral-color);
  font-size: clamp(40px, 5.6vw, 64px);
  line-height: .98;
  text-wrap: balance;
  text-shadow: 0 0 26px rgba(254, 202, 87, .13), 0 4px 20px rgba(0, 0, 0, .66);
}
.limited-edition-statement {
  max-width: 650px;
  margin: 20px 0 0;
  color: #f4f5f7;
  font-family: "Tektur", sans-serif;
  font-size: clamp(16px, 1.2vw, 22px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .72);
}
.limited-edition-product {
  color: var(--neutral-color);
  white-space: nowrap;
}
.hero-subnote {
  max-width: 650px;
  margin: 12px 0 0;
  color: #c8d2e1;
  font-family: "Manrope", sans-serif;
  font-size: clamp(13px, .9vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .68);
}

.catalog-section,
.real-photo-section,
.size-guide-section,
.edition-highlight,
.story-section,
.spec-section,
.limited-panel {
  margin-top: 10px;
  padding: clamp(22px, 5vw, 46px);
  background: var(--card-bg);
  border: 1px solid #303348;
  border-radius: var(--border-radius);
}

.section-heading { margin-bottom: 28px; }
.shop-section-title {
  max-width: 100%;
  color: var(--neutral-color);
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.04;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.product-card {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  background: #121420;
  border: 1px solid #3b3e56;
  border-radius: var(--border-radius);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .42);
}

.product-card-media,
.product-gallery {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 34%, #303348, #090a10 68%);
}

.product-card-media {
  min-height: 0;
  aspect-ratio: .949;
  border-right: 1px solid #303348;
}
.product-card-media img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 106.5%;
  max-width: none;
  height: auto;
  display: block;
  transform: translate(-50%, -43.4%);
}
.product-card-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 52px); }
.product-card-copy h2 { margin: 6px 0 0; font-size: clamp(34px, 6vw, 48px); letter-spacing: -.04em; }
.product-card-edition {
  max-width: none;
  margin-top: 22px;
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.45;
}
.product-card-edition-note {
  max-width: none;
  margin-top: 10px;
  font-size: clamp(11px, 1vw, 13px);
  letter-spacing: .1em;
}
.product-summary { margin: 22px 0 0; color: #c8d6e5; font-size: 16px; line-height: 1.65; }
.product-meta { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 22px 0; color: #aeb8ca; font-size: 13px; }
.product-meta strong { color: #fff; font-size: 24px; }
.product-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
.product-actions .shop-button { width: 100%; }

.shop-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid #3b3e56;
  border-radius: 7px;
  color: #dce6f5;
  background: var(--key-bg);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.shop-button:hover,
.shop-button:focus-visible { border-color: var(--neutral-color); transform: translateY(-2px); outline: none; }
.shop-button-primary { color: #11131d; background: var(--neutral-color); border-color: var(--neutral-color); }
.shop-button-primary:hover { background: #ffe08a; }
.product-card .product-actions .shop-button {
  min-height: 58px;
  padding: 14px 22px;
  color: #0b0d14;
  background: linear-gradient(135deg, #d8ad43 0%, #c4932d 100%);
  border-color: #e2b84a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .11em;
  box-shadow: 0 8px 18px rgba(207, 163, 58, .22), inset 0 1px 0 rgba(255, 255, 255, .12);
  transition: transform .2s ease, filter .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.product-card .product-actions .shop-button:hover,
.product-card .product-actions .shop-button:focus-visible {
  color: #0b0d14;
  border-color: #ebc968;
  box-shadow: 0 11px 22px rgba(207, 163, 58, .25), inset 0 1px 0 rgba(255, 255, 255, .16);
  filter: brightness(1.1) saturate(1.04);
  transform: translateY(-3px);
  outline: none;
}
.shop-button-whatsapp {
  gap: 9px;
  color: #fff;
  background: #1fbd61;
  border-color: #35cc76;
  box-shadow: 0 12px 28px rgba(31, 189, 97, .2);
}
.shop-button-whatsapp:hover,
.shop-button-whatsapp:focus-visible {
  color: #fff;
  background: #1aa855;
  border-color: #58d98b;
  box-shadow: 0 15px 32px rgba(31, 189, 97, .3);
}
.whatsapp-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.breadcrumb { display: flex; justify-content: space-between; gap: 20px; padding: 18px 4px; color: #aeb8ca; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.breadcrumb a:hover { color: var(--neutral-color); }

.product-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: clamp(28px, 5vw, 48px); align-items: start; }
.product-gallery { aspect-ratio: .949; padding: 0; border: 1px solid #303348; border-radius: var(--border-radius); }
.product-gallery img { position: absolute; left: 50%; top: 50%; width: 106.5%; max-width: none; height: auto; display: block; transform: translate(-50%, -43.4%); }
.product-copy { padding: 20px 10px; }
.product-copy h1 { font-size: clamp(50px, 6vw, 66px); white-space: nowrap; }
.product-brand { margin: 14px 0 34px; color: #aeb8ca; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.product-price { margin: 0; font-size: clamp(36px, 5vw, 50px); font-weight: 900; }
.purchase-panel { padding-top: 24px; border-top: 1px solid #303348; scroll-margin-top: 20px; }
.size-label { margin: 0 0 12px; color: #aeb8ca; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.size-selector { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; }
.size-selector button { min-width: 58px; min-height: 48px; color: #fff; background: #121420; border: 1px solid #3b3e56; border-radius: 7px; cursor: pointer; font-weight: 800; }
.size-selector button:hover,
.size-selector button.is-selected { color: #11131d; background: var(--neutral-color); border-color: var(--neutral-color); }
.purchase-panel > .shop-button { width: 100%; }
.size-error { margin: 10px 0 0; color: #ff9a9a; font-size: 13px; }
.size-error[hidden] { display: none; }

.real-photo-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(254, 202, 87, .08), transparent 38%),
    linear-gradient(145deg, #171925, #10121b);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
}
.real-photo-heading { margin-bottom: 24px; }
.real-photo-heading h2 {
  margin: 6px 0 0;
  color: var(--neutral-color);
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.04;
  text-wrap: balance;
}
.product-slider {
  position: relative;
  width: min(100%, 760px);
  margin: 0 auto;
  outline: none;
}
.product-slider:focus-visible .product-slider-viewport {
  box-shadow: 0 0 0 3px rgba(254, 202, 87, .4);
}
.product-slider-viewport {
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(207, 163, 58, .42);
  border-radius: calc(var(--border-radius) - 6px);
  background: #090a0f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .025), 0 20px 44px rgba(0, 0, 0, .34);
  touch-action: pan-y;
}
.product-slider-track {
  display: flex;
  height: 100%;
  transition: transform .42s cubic-bezier(.22, .75, .25, 1);
  will-change: transform;
}
.product-slider-slide {
  flex: 0 0 100%;
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  background: #090a0f;
}
.product-slider-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-slider-controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.product-slider-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(226, 184, 74, .74);
  border-radius: 50%;
  color: #e4ba51;
  background: rgba(8, 10, 16, .78);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255, 255, 255, .035);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.product-slider-button-prev { left: 14px; }
.product-slider-button-next { right: 14px; }
.product-slider-button img { width: 22px; height: 22px; filter: invert(78%) sepia(69%) saturate(495%) hue-rotate(359deg) brightness(93%) contrast(92%); }
.product-slider-button:hover {
  transform: translateY(-50%) scale(1.06);
  border-color: #f0c85b;
  background: rgba(18, 20, 29, .94);
  box-shadow: 0 0 0 4px rgba(207, 163, 58, .08), 0 12px 34px rgba(0, 0, 0, .5), 0 0 24px rgba(207, 163, 58, .2);
}
.product-slider-button:focus-visible { outline: 3px solid rgba(84, 160, 255, .6); outline-offset: 3px; }
.product-slider-status {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  display: flex;
  min-height: 38px;
  padding: 8px 12px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(226, 184, 74, .36);
  border-radius: 999px;
  background: rgba(8, 10, 16, .78);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: auto;
  transform: translateX(-50%);
}
.product-slider-dots { display: flex; align-items: center; gap: 7px; }
.product-slider-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #667085;
  box-shadow: none;
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease, box-shadow .2s ease;
}
.product-slider-dot.is-active {
  width: 22px;
  border-radius: 999px;
  background: #d0a33a;
  box-shadow: 0 0 14px rgba(207, 163, 58, .46);
}
.product-slider-dot:focus-visible { outline: 2px solid #54a0ff; outline-offset: 3px; }
.product-slider-counter {
  min-width: 38px;
  color: #8792a7;
  font-family: "Tektur", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}
.product-slider-counter strong { color: #e1b74b; font-size: 13px; }

.size-guide-section {
  margin-top: 10px;
  padding: clamp(22px, 5vw, 46px);
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(84, 160, 255, .1), transparent 42%),
    var(--card-bg);
  border: 1px solid #303348;
  border-radius: var(--border-radius);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
}

.edition-highlight {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: radial-gradient(circle at 50% 0, rgba(254, 202, 87, .13), transparent 62%), linear-gradient(135deg, #181a27, #11131d);
  box-shadow: inset 0 1px 0 rgba(254, 202, 87, .08);
}
.edition-highlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(254, 202, 87, .88), transparent);
}
.edition-highlight p {
  max-width: 820px;
  margin: 0 auto;
  color: var(--neutral-color);
  font-family: "Tektur", sans-serif;
  font-size: clamp(25px, 4vw, 42px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .035em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0 24px rgba(254, 202, 87, .16), 0 3px 18px rgba(0, 0, 0, .72);
}

.story-section { color: #c8d6e5; font-size: 17px; line-height: 1.72; }
.story-section p { margin: 0 0 18px; }
.story-section p:last-child { margin-bottom: 0; }
.story-section strong { color: #fff; }

.size-guide-section h2,
.spec-section h2 { margin: 0 0 24px; color: var(--neutral-color); font-size: clamp(32px, 5vw, 48px); }
.size-guide-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid rgba(254, 202, 87, .32);
  background: #10121b;
}
.size-guide-table th,
.size-guide-table td {
  padding: clamp(13px, 2.2vw, 20px) clamp(8px, 1.7vw, 16px);
  border: 1px solid #303348;
  text-align: center;
  vertical-align: middle;
}
.size-guide-table thead th {
  color: var(--neutral-color);
  background: #0b0d14;
  font-size: clamp(11px, 1.5vw, 15px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.size-guide-table tbody th {
  color: #f4f5f7;
  font-size: clamp(20px, 2.8vw, 30px);
  font-weight: 900;
}
.size-guide-table tbody td {
  color: #dbe6f4;
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 650;
  line-height: 1.35;
}
.size-guide-table tbody tr:nth-child(even) {
  background: rgba(84, 160, 255, .045);
}
.spec-list { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
.spec-list div { display: grid; grid-template-columns: minmax(110px, .8fr) minmax(150px, 1.2fr); gap: 14px; padding: 14px 0; border-top: 1px solid #303348; }
.spec-list dt { color: #8f98b4; }
.spec-list dd { margin: 0; font-weight: 700; }
.limited-panel { text-align: center; background: radial-gradient(circle at 50% 10%, rgba(84, 160, 255, .17), transparent 55%), #121420; }
.limited-number {
  margin: 0;
  color: rgba(84, 160, 255, .34);
  font-size: clamp(130px, 26vw, 260px);
  font-weight: 900;
  line-height: .75;
  text-shadow: 0 0 42px rgba(84, 160, 255, .14);
}
.limited-panel h2 { margin-top: -14px; font-size: clamp(38px, 7vw, 70px); }
.limited-panel > p:not(.limited-number):not(.shop-eyebrow) { max-width: 650px; margin: 22px auto; color: #c8d6e5; line-height: 1.65; }
.limited-panel .shop-button { min-width: min(100%, 360px); }

.shop-footer { margin-top: 10px; padding: 24px 14px; color: #8f98b4; text-align: center; }
.shop-footer strong { color: var(--neutral-color); letter-spacing: .12em; }
.shop-footer p { margin: 8px 0 0; }

.redirect-page { min-height: calc(100vh - 20px); display: grid; place-items: center; }
.redirect-card { width: min(100%, 520px); padding: 36px; text-align: center; background: var(--card-bg); border: 1px solid #303348; border-radius: var(--border-radius); }

@media (max-width: 720px) {
  .shop-header { align-items: flex-start; }
  .shop-brand {
    flex: 0 0 auto;
    min-height: 38px;
    font-size: 11px;
    letter-spacing: .08em;
    white-space: nowrap;
  }
  .shop-brand span { display: inline; }
  .shop-header-actions {
    flex: 0 1 auto;
    gap: 0;
  }
  .shop-nav { justify-content: flex-end; gap: 10px; }
  .shop-nav > a { font-size: 9px; letter-spacing: .08em; }
  .shop-hero {
    min-height: 350px;
    align-items: center;
    padding-block: clamp(24px, 6vw, 32px);
    background-position: center, center, 58% 50%;
  }
  .shop-hero-copy { transform: translateY(-4px); }
  .shop-rune-hero { top: 26px; right: 22px; bottom: auto; font-size: 20px; opacity: .74; }
  .product-card { grid-template-columns: 1fr; }
  .product-card-media { border-right: 0; border-bottom: 1px solid #303348; }
  .product-layout { grid-template-columns: 1fr; }
  .product-copy { padding-top: 0; }
  .spec-list { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .shop-page { padding: 8px; }
  .shop-header { min-height: 58px; padding: 8px 10px; }
  .shop-brand img { width: 34px; height: 34px; }
  .shop-brand { gap: 7px; font-size: 9px; letter-spacing: .06em; }
  .shop-header-actions { gap: 5px; }
  .shop-nav { gap: 8px; }
  .shop-nav > a { min-height: 36px; font-size: 8px; }
  .shop-languages { gap: 2px; padding: 3px; }
  .shop-languages a { min-width: 34px; min-height: 30px; padding-inline: 6px; font-size: 9px; }
  .shop-hero { min-height: 330px; padding: 20px; }
  .shop-hero-copy { transform: none; }
  .shop-hero h1 { font-size: clamp(34px, 11.5vw, 46px); }
  .limited-edition-statement { font-size: clamp(15px, 4.2vw, 17px); letter-spacing: .02em; }
  .hero-subnote { margin-top: 10px; font-size: clamp(11px, 3.3vw, 13px); letter-spacing: .1em; }
  .shop-section-title { font-size: clamp(18px, 5.35vw, 23px); letter-spacing: -.035em; white-space: nowrap; }
  .product-copy h1 { font-size: clamp(40px, 13vw, 50px); }
  .edition-highlight p { font-size: clamp(19px, 6vw, 25px); letter-spacing: .025em; }
  .size-guide-section h2,
  .spec-section h2 { font-size: clamp(28px, 8.8vw, 38px); }
  .limited-panel h2 { font-size: clamp(28px, 8vw, 36px); text-wrap: balance; }
  .catalog-section,
  .real-photo-section,
  .size-guide-section,
  .edition-highlight,
  .story-section,
  .spec-section,
  .limited-panel { padding: 24px 18px; }
  .product-card-copy { padding: 26px 20px; }
  .product-actions .shop-button { padding-inline: 8px; font-size: 12px; letter-spacing: .065em; }
  .product-meta { align-items: flex-start; flex-direction: column; }
  .spec-list div { grid-template-columns: 1fr; gap: 5px; }
  .size-guide-table th,
  .size-guide-table td { padding: 12px 5px; }
  .size-guide-table thead th { font-size: 9px; letter-spacing: .025em; }
  .size-guide-table tbody th { font-size: 18px; }
  .size-guide-table tbody td { font-size: 11px; }
  .real-photo-heading { margin-bottom: 18px; }
  .real-photo-heading h2 { font-size: clamp(25px, 8.5vw, 36px); }
  .product-slider-viewport { width: 100%; aspect-ratio: 3 / 4; height: auto; min-height: 0; }
  .product-slider-button { width: 42px; height: 42px; }
  .product-slider-button-prev { left: 9px; }
  .product-slider-button-next { right: 9px; }
  .product-slider-button img { width: 19px; height: 19px; }
  .product-slider-status { bottom: 10px; min-height: 34px; padding: 7px 10px; gap: 9px; }
  .product-slider-counter { min-width: 34px; font-size: 10px; }
  .product-slider-counter strong { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-page { scroll-behavior: auto; }
  .shop-button,
  .product-slider-button,
  .product-slider-track { transition: none; }
}
