/* Hearing Aid Price List page — scoped design tokens, extracted verbatim from the original static page's inline <style> block. */
:root {
  --price-purple: #4c1e68;
  --price-purple-dark: #241035;
  --price-pink: #d4095d;
  --price-rose: #f25b93;
  --price-cream: #fbf7f4;
  --price-lilac: #f3edf8;
  --price-ink: #201827;
  --price-muted: #675f6b;
  --price-line: #e5dce9;
}

body { color: var(--price-ink); background: #fff; }
.price-page { overflow: hidden; }
.price-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.price-kicker {
  color: var(--price-pink); font-size: 12px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
}
.price-heading {
  margin: 12px 0 14px; font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(34px, 4.1vw, 58px); line-height: 1.06; letter-spacing: -.035em;
  color: var(--price-purple);
}
.price-copy { color: var(--price-muted); font-size: 17px; line-height: 1.65; }
.price-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.price-outline {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 0 22px; border: 1px solid #d8c8de; border-radius: 10px;
  color: var(--price-purple); font-weight: 700; background: #fff;
}

.price-hero {
  position: relative; padding: 78px 0 72px;
  background: linear-gradient(120deg, #fff 0%, #fff 53%, #f8eff6 100%);
}
.price-hero::after {
  content: ""; position: absolute; right: -180px; top: -210px; width: 520px; aspect-ratio: 1;
  border: 54px solid rgba(212, 9, 93, .045); border-radius: 50%; pointer-events: none;
}
.price-hero-grid {
  display: grid; grid-template-columns: .95fr 1.05fr; gap: 78px; align-items: center;
  position: relative; z-index: 1;
}
.price-hero h1 {
  margin: 14px 0 20px; max-width: 660px; font-family: "Libre Caslon Text", Georgia, serif;
  color: var(--price-purple); font-size: clamp(42px, 5.2vw, 70px);
  line-height: 1.03; letter-spacing: -.045em;
}
.price-hero h1 span { color: var(--price-pink); }
.price-hero .price-copy { max-width: 620px; }
.price-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #453a49; font-size: 13px; font-weight: 600; }
.price-trust span::before { content: "✓"; color: #169456; margin-right: 6px; }
.price-hero-visual { position: relative; min-height: 510px; }
.price-hero-image {
  width: 100%; height: 510px; object-fit: cover; border-radius: 28px 92px 28px 28px;
  box-shadow: 0 24px 70px rgba(54, 20, 70, .15);
}
.price-float-card {
  position: absolute; left: -30px; bottom: 28px; min-width: 220px; padding: 18px 20px;
  border: 1px solid rgba(76, 30, 104, .12); border-radius: 16px; background: rgba(255,255,255,.96);
  box-shadow: 0 16px 40px rgba(50, 22, 63, .16);
}
.price-float-card small { display: block; color: var(--price-muted); font-size: 12px; }
.price-float-card strong { display: block; margin-top: 3px; color: var(--price-purple); font-size: 27px; }
.price-float-card span { color: var(--price-muted); font-size: 12px; }
.price-hero-slider { position: relative; z-index: 1; }
.price-hero-slides { display: grid; }
.hero-price-slide {
  grid-area: 1 / 1; display: grid; grid-template-columns: .96fr 1.04fr; gap: 70px;
  align-items: center; min-width: 0; opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(24px); transition: opacity .8s ease, transform .8s ease, visibility .8s;
}
.hero-price-slide.is-active {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0);
}
.hero-product-copy { padding: 24px 0 12px; }
.hero-product-brand {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--price-pink);
  font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.hero-product-brand::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.hero-price-slide h1 {
  margin: 0 0 18px; max-width: 620px; font-family: "Libre Caslon Text", Georgia, serif;
  color: var(--price-purple); font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.03; letter-spacing: -.045em;
}
.hero-price-slide h1 span { color: var(--price-pink); }
.hero-product-features {
  display: flex; flex-wrap: wrap; gap: 9px; margin: 23px 0 0; padding: 0; list-style: none;
}
.hero-product-features li {
  padding: 8px 12px; border: 1px solid #e3d7e7; border-radius: 99px;
  color: #4d4052; background: rgba(255,255,255,.74); font-size: 12px; font-weight: 600;
}
.hero-product-stage {
  position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden;
  border: 1px solid rgba(88, 40, 111, .1); border-radius: 34px 96px 34px 34px;
  background:
    radial-gradient(circle at 80% 20%, rgba(212,9,93,.16), transparent 31%),
    radial-gradient(circle at 18% 76%, rgba(111,49,148,.18), transparent 35%),
    linear-gradient(145deg, #fff, #faf4f8 58%, #f0e5f4);
  box-shadow: 0 24px 70px rgba(54, 20, 70, .13);
}
.hero-product-stage::before {
  content: ""; position: absolute; width: 510px; height: 510px; border-radius: 50%;
  border: 1px solid rgba(115,55,145,.12); box-shadow:
    0 0 0 34px rgba(115,55,145,.035),
    0 0 0 68px rgba(212,9,93,.025);
}
.hero-product-stage::after {
  content: ""; position: absolute; inset: 0; opacity: .3; pointer-events: none;
  background-image: radial-gradient(circle, rgba(123,39,132,.58) 1.1px, transparent 1.1px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(120deg, #000, transparent 42%, transparent 72%, #000);
  mask-image: linear-gradient(120deg, #000, transparent 42%, transparent 72%, #000);
}
.hero-product-image {
  position: relative; z-index: 2; width: min(430px, 78%); height: 430px; object-fit: contain;
  filter: drop-shadow(0 24px 25px rgba(48,24,58,.2)); transform: rotate(-3deg);
}
.hero-price-slide[data-slide="1"] .hero-product-image { transform: rotate(4deg) scale(.95); }
.hero-price-slide[data-slide="2"] .hero-product-image { transform: rotate(-5deg) scale(1.02); }
.hero-product-card {
  position: absolute; z-index: 3; left: 24px; bottom: 24px; width: min(250px, calc(100% - 48px));
  padding: 17px 19px; border: 1px solid rgba(76,30,104,.12); border-radius: 15px;
  background: rgba(255,255,255,.94); box-shadow: 0 15px 38px rgba(50,22,63,.13);
  backdrop-filter: blur(10px);
}
.hero-product-card small { display: block; color: var(--price-muted); font-size: 11px; }
.hero-product-card strong {
  display: block; margin: 3px 0 2px; color: var(--price-purple);
  font-family: "Libre Caslon Text", Georgia, serif; font-size: 27px;
}
.hero-product-card span { color: var(--price-muted); font-size: 11px; }
.hero-product-level {
  position: absolute; z-index: 3; right: 22px; top: 22px; padding: 9px 12px;
  border-radius: 99px; color: #fff; background: linear-gradient(135deg, #6d2783, var(--price-pink));
  font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.hero-slider-nav {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  margin-top: 28px;
}
.hero-slider-dots { display: flex; align-items: center; gap: 8px; }
.hero-slider-dot {
  position: relative; width: 9px; height: 9px; padding: 0; border: 0; border-radius: 99px;
  background: #cbbdd2; cursor: pointer; overflow: hidden; transition: width .3s ease, background .3s ease;
}
.hero-slider-dot.is-active { width: 54px; background: #dfcbd7; }
.hero-slider-dot.is-active::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--price-pink);
  transform-origin: left; animation: heroProgress 7.5s linear forwards;
}
.hero-slider-buttons { display: flex; gap: 9px; }
.hero-slider-button {
  display: grid; place-items: center; width: 44px; height: 44px; padding: 0;
  border: 1px solid #dacde0; border-radius: 50%; color: var(--price-purple);
  background: rgba(255,255,255,.9); font-size: 20px; cursor: pointer; transition: .2s ease;
}
.hero-slider-button:hover { color: #fff; border-color: var(--price-purple); background: var(--price-purple); }
.hero-slider-source { color: #776c7b; font-size: 10px; line-height: 1.4; }
@keyframes heroProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@media (prefers-reduced-motion: reduce) {
  .hero-price-slide { transition: none; }
  .hero-slider-dot.is-active::after { animation: none; }
}
/* Full-width photographic hero slider */
.price-hero { padding: 0; background: #f8f1f6; }
.price-hero::after { display: none; }
.price-hero-slider { width: 100%; }
.hero-price-slide {
  position: relative; display: block; min-height: 650px; overflow: hidden;
  background-image: var(--hero-banner); background-size: cover; background-position: center;
}
.hero-price-slide::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(90deg, rgba(255,252,250,.98) 0%, rgba(255,252,250,.94) 34%, rgba(255,252,250,.55) 51%, rgba(255,252,250,.05) 72%);
}
.hero-price-slide.is-dark::before {
  background: linear-gradient(90deg, rgba(24,6,34,.94) 0%, rgba(29,7,40,.9) 36%, rgba(31,8,43,.5) 57%, rgba(31,8,43,.04) 78%);
}
.hero-banner-inner {
  position: relative; z-index: 1; min-height: 650px; display: flex; align-items: center;
  padding-top: 48px; padding-bottom: 105px;
}
.hero-banner-content { width: min(570px, 48%); }
.hero-banner-content .hero-product-brand { margin-bottom: 12px; }
.hero-banner-content h1 {
  margin: 0 0 17px; max-width: 590px; font-family: "Libre Caslon Text", Georgia, serif;
  color: var(--price-purple); font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.03; letter-spacing: -.045em;
}
.hero-banner-content h1 span { color: var(--price-pink); }
.hero-banner-content .price-copy { max-width: 560px; }
.hero-price-slide.is-dark .hero-product-brand { color: #ff8ab5; }
.hero-price-slide.is-dark .hero-banner-content h1 { color: #fff; }
.hero-price-slide.is-dark .hero-banner-content h1 span { color: #ff73a7; }
.hero-price-slide.is-dark .hero-banner-content .price-copy { color: #e7dce9; }
.hero-price-slide.is-dark .hero-product-features li {
  color: #fff; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08);
}
.hero-banner-price {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; padding: 10px 14px;
  border: 1px solid rgba(76,30,104,.12); border-radius: 12px;
  color: var(--price-muted); background: rgba(255,255,255,.86); box-shadow: 0 9px 24px rgba(48,21,57,.08);
  font-size: 11px; backdrop-filter: blur(10px);
}
.hero-banner-price strong { color: var(--price-purple); font-size: 24px; }
.hero-price-slide.is-dark .hero-banner-price { color: #e9dce9; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.1); }
.hero-price-slide.is-dark .hero-banner-price strong { color: #fff; }
.hero-price-slide.is-dark .price-outline { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); }
.hero-slider-nav {
  position: absolute; z-index: 10; left: 50%; bottom: 24px; width: min(1180px, calc(100% - 40px));
  margin: 0; padding: 11px 13px 11px 18px; transform: translateX(-50%);
  border: 1px solid rgba(76,30,104,.11); border-radius: 16px;
  background: rgba(255,255,255,.9); box-shadow: 0 12px 34px rgba(43,20,53,.12);
  backdrop-filter: blur(13px);
}
.hero-slider-nav > div:first-child { display: flex; align-items: center; gap: 18px; }
.hero-slider-source { margin: 0; }

.price-overview { padding: 88px 0 92px; background: var(--price-cream); }
.price-section-head { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.price-section-head .price-heading { font-size: clamp(34px, 3.5vw, 49px); }
.price-tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.price-tier {
  position: relative; padding: 30px; border: 1px solid var(--price-line); border-radius: 20px;
  background: #fff; transition: transform .25s ease, box-shadow .25s ease;
}
.price-tier:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(55, 31, 68, .09); }
.price-tier.is-featured {
  color: #fff; border-color: transparent;
  background: linear-gradient(145deg, var(--price-purple-dark), #672a72 65%, #a52272);
}
.price-tier-label { color: var(--price-pink); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.is-featured .price-tier-label { color: #ff9fc3; }
.price-tier h3 { margin: 12px 0 12px; font-family: "Libre Caslon Text", Georgia, serif; font-size: 28px; color: var(--price-purple); }
.is-featured h3 { color: #fff; }
.price-amount { display: flex; align-items: baseline; gap: 5px; margin-bottom: 20px; }
.price-amount strong { font-size: clamp(29px, 3vw, 40px); line-height: 1; letter-spacing: -.04em; }
.price-amount span, .price-tier p { color: var(--price-muted); }
.is-featured .price-amount span, .is-featured p { color: #e9dce9; }
.price-tier ul { list-style: none; padding: 20px 0 0; margin: 22px 0 0; border-top: 1px solid var(--price-line); }
.is-featured ul { border-color: rgba(255,255,255,.17); }
.price-tier li { position: relative; padding: 5px 0 5px 23px; font-size: 14px; }
.price-tier li::before { content: "✓"; position: absolute; left: 0; color: var(--price-pink); font-weight: 800; }
.price-note {
  display: flex; gap: 10px; align-items: flex-start; max-width: 820px; margin: 26px auto 0;
  color: var(--price-muted); font-size: 13px; line-height: 1.55; text-align: center; justify-content: center;
}

.product-section { padding: 92px 0; }
.product-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.product-header .price-heading { max-width: 680px; font-size: clamp(34px, 3.5vw, 49px); }
.slider-controls { display: flex; gap: 10px; }
.slider-control {
  width: 48px; height: 48px; border: 1px solid #dacfe0; border-radius: 50%;
  display: grid; place-items: center; background: #fff; color: var(--price-purple);
  font-size: 23px; cursor: pointer; transition: .2s ease;
}
.slider-control:hover { color: #fff; background: var(--price-purple); border-color: var(--price-purple); }
.product-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3);
  gap: 20px; overflow-x: auto; padding: 4px 2px 20px; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; scrollbar-width: none;
}
.product-track::-webkit-scrollbar { display: none; }
.product-card {
  scroll-snap-align: start; border: 1px solid var(--price-line); border-radius: 22px;
  background: #fff; overflow: hidden; box-shadow: 0 10px 28px rgba(45, 27, 54, .055);
}
.product-image-wrap {
  position: relative; min-height: 260px; display: grid; place-items: center;
  background: #fff;
}
.product-image-wrap::after { display: none; }
.product-image-wrap img { position: relative; z-index: 1; width: 180px; height: 190px; object-fit: contain; transition: transform .3s ease; }
.product-card:hover img { transform: translateY(-6px) scale(1.03); }
.product-badge {
  position: absolute; z-index: 2; left: 18px; top: 18px; padding: 7px 11px;
  color: var(--price-purple); background: #fff; border-radius: 99px; font-size: 11px;
  font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.product-body { padding: 24px; }
.product-type { color: var(--price-pink); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-body h3 { margin: 7px 0 8px; font-family: "Libre Caslon Text", Georgia, serif; color: var(--price-purple); font-size: 23px; }
.product-body p { min-height: 48px; margin: 0; color: var(--price-muted); font-size: 14px; line-height: 1.55; }
.product-card-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding-top: 17px; border-top: 1px solid #eee6f0; }
.product-card-foot strong { color: var(--price-purple); }
.product-card-foot a { color: var(--price-pink); font-weight: 700; font-size: 13px; }
.slider-progress { display: flex; gap: 7px; margin-top: 4px; }
.slider-dot { width: 7px; height: 7px; border: 0; border-radius: 99px; background: #d6cadb; padding: 0; cursor: pointer; }
.slider-dot.is-active { width: 28px; background: var(--price-pink); }

.product-family-separator {
  position: relative; overflow: hidden; background: #14091c;
  border-top: 1px solid rgba(240, 85, 156, .28);
  border-bottom: 1px solid rgba(240, 85, 156, .28);
}
.product-family-separator::before,
.product-family-separator::after {
  content: ""; position: absolute; z-index: 2; left: 0; right: 0; height: 52px;
  pointer-events: none;
}
.product-family-separator::before { top: 0; background: linear-gradient(180deg, rgba(18,7,27,.45), transparent); }
.product-family-separator::after { bottom: 0; background: linear-gradient(0deg, rgba(18,7,27,.5), transparent); }
.product-family-separator img {
  display: block; width: 100%; height: clamp(420px, 55vw, 760px);
  object-fit: cover; object-position: center;
}
.product-family-caption {
  position: absolute; z-index: 3; left: 50%; top: 28px; transform: translateX(-50%);
  margin: 0; padding: 9px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px;
  color: rgba(255,255,255,.9); background: rgba(25,8,35,.48); backdrop-filter: blur(10px);
  font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  white-space: nowrap;
}

.range-section { padding: 92px 0; background: linear-gradient(135deg, #251137, #4d2067 62%, #742966); color: #fff; }
.range-section .price-kicker { color: #ff9fc3; }
.range-section .price-heading { color: #fff; font-size: clamp(34px, 3.5vw, 49px); }
.range-section .price-copy { color: #dfd3e4; }
.range-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.range-card { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: 19px; background: rgba(255,255,255,.075); backdrop-filter: blur(8px); }
.range-card-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 20px; border-radius: 50%; background: linear-gradient(135deg, #8a2588, #f13f78); font-weight: 800; }
.range-card h3 { margin: 0 0 9px; font-family: "Libre Caslon Text", Georgia, serif; font-size: 25px; }
.range-card p { color: #ddd0e2; font-size: 14px; line-height: 1.55; }
.range-card ul { list-style: none; padding: 16px 0 0; margin: 18px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.range-card li { position: relative; padding: 5px 0 5px 20px; color: #f1e9f3; font-size: 13px; }
.range-card li::before { content: "•"; position: absolute; left: 0; color: #ff6aa2; }

.guide-section { padding: 92px 0; background: #fff; }
.guide-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.guide-visual {
  position: relative; min-height: 0; aspect-ratio: 16 / 9; border-radius: 28px; overflow: hidden;
  background: linear-gradient(145deg, #f3e9f4, #fcf7f3);
}
.guide-visual img { display: block; width: 100%; height: 100%; object-fit: cover; padding: 0; }
.guide-tag {
  position: absolute; left: 24px; bottom: 24px; padding: 14px 18px; border-radius: 12px;
  color: var(--price-purple); background: #fff; box-shadow: 0 12px 34px rgba(55, 25, 66, .12);
  font-weight: 700; font-size: 13px;
}
.guide-list { display: grid; gap: 14px; margin-top: 26px; }
.guide-item { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.guide-item span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--price-pink); background: #f8eaf1; font-weight: 800; }
.guide-item h3 { margin: 1px 0 3px; color: var(--price-purple); font-size: 17px; }
.guide-item p { margin: 0; color: var(--price-muted); font-size: 14px; line-height: 1.5; }

.price-process { padding: 86px 0; background: var(--price-lilac); }
.price-process-grid {
  position: relative; display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 14px; margin-top: 48px;
}
.price-process-grid::before {
  content: ""; position: absolute; z-index: 0; left: 9%; right: 9%; top: 53px;
  height: 2px; background: linear-gradient(90deg, #b883ca, var(--price-pink));
  opacity: .7;
}
.price-step {
  position: relative; z-index: 1; min-width: 0; padding: 0 10px; text-align: center;
}
.price-step-icon {
  position: relative; display: grid; place-items: center; width: 106px; height: 106px;
  margin: 0 auto 22px; border: 1px solid #e2d6e7; border-radius: 50%;
  background: #fff; box-shadow: 0 12px 30px rgba(61, 29, 75, .1);
}
.price-step-icon::after {
  content: ""; position: absolute; inset: 7px; border: 1px solid #eee5f1;
  border-radius: inherit; pointer-events: none;
}
.price-step img {
  display: block; width: 76px; height: 76px; margin: 0 auto; object-fit: contain;
  border-radius: 50%; clip-path: circle(49% at 50% 50%);
}
.price-step small {
  position: absolute; z-index: 2; right: -2px; top: 1px; display: grid; place-items: center;
  width: 30px; height: 30px; margin: 0; border: 3px solid var(--price-lilac); border-radius: 50%;
  color: #fff; background: linear-gradient(135deg, #7a2887, var(--price-pink));
  font-size: 10px; font-weight: 800; letter-spacing: .04em;
}
.price-step h3 {
  max-width: 190px; min-height: 40px; margin: 0 auto 6px; color: var(--price-purple);
  font-size: 15px; line-height: 1.3;
}
.price-step p {
  max-width: 190px; margin: 0 auto; color: var(--price-muted);
  font-size: 12px; line-height: 1.45;
}

.price-cta { padding: 76px 0; background: linear-gradient(110deg, #34144f, #7b2479 58%, #d4095d); color: #fff; }
.price-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.price-cta h2 { margin: 0 0 8px; max-width: 690px; font-family: "Libre Caslon Text", Georgia, serif; font-size: clamp(32px, 4vw, 50px); line-height: 1.12; }
.price-cta p { margin: 0; color: #f0dfed; }
.price-cta .button { background: #fff; color: var(--price-purple); white-space: nowrap; }

@media (max-width: 980px) {
  .price-hero-grid, .guide-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-price-slide { grid-template-columns: 1fr; gap: 36px; }
  .hero-banner-content { width: min(610px, 62%); }
  .hero-product-copy { padding-top: 4px; }
  .hero-product-stage { min-height: 450px; }
  .hero-product-image { width: min(390px, 74%); height: 390px; }
  .price-hero-visual { min-height: 430px; }
  .price-hero-image { height: 430px; }
  .price-float-card { left: 20px; }
  .price-tier-grid, .range-grid { grid-template-columns: 1fr; }
  .product-track { grid-auto-columns: calc((100% - 20px) / 2); }
  .price-process-grid {
    grid-template-columns: repeat(5, minmax(190px, 1fr)); overflow-x: auto;
    padding: 2px 4px 18px; scroll-snap-type: x mandatory; scrollbar-width: none;
  }
  .price-process-grid::-webkit-scrollbar { display: none; }
  .price-step { scroll-snap-align: start; }
}
@media (max-width: 680px) {
  .price-container { width: min(100% - 28px, 1180px); }
  .price-hero { padding: 0; }
  .hero-price-slide { min-height: 690px; background-position: 67% center; }
  .hero-price-slide::before {
    background: linear-gradient(180deg, rgba(255,252,250,.98) 0%, rgba(255,252,250,.94) 51%, rgba(255,252,250,.58) 72%, rgba(255,252,250,.18) 100%);
  }
  .hero-price-slide.is-dark::before {
    background: linear-gradient(180deg, rgba(24,6,34,.96) 0%, rgba(27,7,39,.91) 55%, rgba(28,7,40,.45) 76%, rgba(28,7,40,.12) 100%);
  }
  .hero-banner-inner {
    min-height: 690px; align-items: flex-start; padding-top: 52px; padding-bottom: 112px;
  }
  .hero-banner-content { width: 100%; }
  .hero-price-slide h1 { font-size: clamp(39px, 12vw, 53px); }
  .hero-banner-content h1 { font-size: clamp(38px, 11vw, 50px); }
  .hero-banner-content .price-copy { font-size: 15px; line-height: 1.52; }
  .hero-product-features { gap: 7px; margin-top: 16px; }
  .hero-product-features li { padding: 7px 10px; font-size: 11px; }
  .hero-banner-price { margin-top: 15px; }
  .hero-banner-content .price-actions { margin-top: 18px; }
  .hero-slider-nav {
    bottom: 12px; width: calc(100% - 24px); padding: 10px 11px;
  }
  .hero-slider-nav > div:first-child { display: block; }
  .hero-slider-source { display: none; }
  .hero-product-copy { padding-bottom: 0; }
  .hero-product-stage { min-height: 370px; border-radius: 24px 58px 24px 24px; }
  .hero-product-stage::before { width: 330px; height: 330px; }
  .hero-product-image { width: min(300px, 72%); height: 300px; }
  .hero-product-card { left: 14px; bottom: 14px; padding: 13px 15px; }
  .hero-product-card strong { font-size: 23px; }
  .hero-product-level { right: 14px; top: 14px; }
  .hero-slider-nav { align-items: flex-start; margin-top: 20px; }
  .hero-slider-source { max-width: 190px; }
  .price-hero-visual { min-height: 350px; }
  .price-hero-image { height: 350px; border-radius: 20px 54px 20px 20px; }
  .price-float-card { left: 14px; bottom: 16px; min-width: 190px; padding: 14px 16px; }
  .price-overview, .product-section, .range-section, .guide-section, .price-process { padding: 64px 0; }
  .product-header { align-items: center; }
  .product-header .price-copy { display: none; }
  .product-track { grid-auto-columns: 88%; gap: 14px; }
  .product-image-wrap { min-height: 235px; }
  .product-family-separator { overflow-x: auto; scrollbar-width: thin; scrollbar-color: #d14486 #24102f; }
  .product-family-separator img {
    width: auto; min-width: 960px; height: 540px; max-width: none; object-fit: contain;
  }
  .product-family-caption { position: sticky; left: 14px; top: 14px; display: inline-block; transform: none; margin: 14px; }
  .price-process-grid {
    display: grid; grid-template-columns: 1fr; gap: 14px; overflow: visible;
    padding: 0; margin-top: 34px;
  }
  .price-process-grid::before {
    left: 48px; right: auto; top: 45px; bottom: 45px; width: 2px; height: auto;
    background: linear-gradient(180deg, #b883ca, var(--price-pink));
  }
  .price-step {
    display: grid; grid-template-columns: 78px 1fr; grid-template-rows: auto auto;
    column-gap: 18px; align-items: center; min-height: 94px; padding: 10px 16px 10px 8px;
    border: 1px solid #e2d8e8; border-radius: 16px; background: #fff; text-align: left;
  }
  .price-step-icon { grid-row: 1 / 3; width: 82px; height: 82px; margin: 0; }
  .price-step img { width: 60px; height: 60px; }
  .price-step small { width: 26px; height: 26px; right: -2px; top: -3px; }
  .price-step h3 { align-self: end; max-width: none; min-height: 0; margin: 0 0 2px; }
  .price-step p { align-self: start; max-width: none; margin: 0; }
  .price-cta-inner { display: block; }
  .price-cta .button { margin-top: 24px; }
  .guide-visual { min-height: 0; height: auto; aspect-ratio: 16 / 9; }
  .guide-visual img { min-height: 0; height: 100%; }
}
