:root {
  --yellow: #FFC93C;
  --blue: #4FC3E8;
  --coral: #FF6F61;
  --green: #7ED957;
  --cream: #FFF8E7;
  --navy: #2D3A4B;
  --text: #3A3A3A;
  --sky-soft: #E8F8FF;
  --green-soft: #ECFBE8;
  --shadow: 0 14px 30px rgba(45, 58, 75, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
body, h1, h2, h3, h4, p, span, a, button, dt, dd, small, strong {
  font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
h2 { font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif; font-weight: 700; }
.section { position: relative; overflow: hidden; padding: 96px 24px; }
.section-inner { width: min(1200px, 100%); margin: 0 auto; position: relative; z-index: 1; }
.hero-bg { background: radial-gradient(circle at 20% 10%, rgba(255,201,60,.28), transparent 25%), linear-gradient(180deg, var(--cream) 0%, #fff 100%); }
.white { background: #fff; }
.cream { background: var(--cream); }
.navy { background: var(--navy); color: #fff; }
.wave-blue { background: var(--sky-soft); }
.wave-green { background: var(--green-soft); }

.section::after,
.hero::before,
.cream::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,201,60,.75) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(255,111,97,.55) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(79,195,232,.55) 0 2px, transparent 3px);
  background-size: 190px 190px, 230px 230px, 160px 160px;
  background-position: 12px 34px, 100px 80px, 60px 140px;
  opacity: .45;
}
.section-title {
  margin: 0 0 42px;
  text-align: center;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.25;
  letter-spacing: 0;
  color: #5A342A;
  font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.navy .section-title,
.final-title { color: #fff; }
.section-title::before,
.section-title::after {
  content: "✦";
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 14px;
  color: var(--yellow);
  font-size: .55em;
  line-height: 1;
  text-shadow: 16px 8px 0 rgba(255,111,97,.45), -14px 8px 0 rgba(79,195,232,.45);
  transform: translateY(-8px) rotate(-10deg);
}
.section-title::after {
  transform: translateY(-8px) rotate(10deg);
}
.section-lead,
.lead-copy {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.soft-card,
.sport-card,
.reason-card,
.voice-card,
.price-card,
.step-card {
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 3px solid rgba(255,201,60,.35);
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px max(20px, calc((100vw - 1200px) / 2));
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 28px rgba(45,58,75,.12);
  transform: translateY(-110%);
  transition: transform .32s ease;
}
.sticky-header.is-visible { transform: translateY(0); }
.header-logo img { width: 210px; height: auto; }
.header-cta,
.popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--coral), #FFA36C);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 6px 0 #E5574A;
}
.header-cta {
  min-height: 58px;
  padding: 12px 30px;
  font-size: 17px;
  white-space: nowrap;
  box-shadow: 0 8px 0 #D94E42, 0 12px 22px rgba(255,111,97,.28);
}

.hero { padding-top: 58px; }
.hero-inner { text-align: left; }
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 500px) minmax(620px, 700px);
  align-items: flex-start;
  gap: 0;
}
.hero-copy { min-width: 0; }
.logo { width: min(390px, 82vw); margin: 0 0 28px; }
.hero-kicker { margin: 0 0 12px; font-size: clamp(18px, 2.1vw, 26px); font-weight: 900; }
.hero-title {
  margin: 0 0 22px;
  font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: clamp(38px, 3.35vw, 48px);
  line-height: 1.5;
  letter-spacing: 0;
  color: #503329;
  font-weight: 700;
}
.hero-title .big {
  display: inline-block;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 1;
}
.coral { color: var(--coral); }
.blue { color: #18A7DE; }
.cta-wrap { display: grid; justify-items: center; gap: 8px; margin: 28px auto; }
.hero-copy .cta-wrap { justify-items: start; margin-left: 0; margin-right: 0; }
.cta-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 3px 28px;
  border: 3px solid var(--yellow);
  border-radius: 14px;
  background: #fff;
  color: var(--coral);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 900;
  box-shadow: 0 7px 0 rgba(255,201,60,.35);
}
.image-cta {
  width: min(620px, 92vw);
  border-radius: 999px;
  transition: transform .2s ease, filter .2s ease;
}
.image-cta:hover,
.image-cta:focus-visible { transform: translateY(4px); filter: saturate(1.06); outline: none; }
.hero-badges,
.footer-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 28px auto 44px;
}
.hero-badges {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
  margin-left: 0;
  margin-right: 0;
  max-width: 760px;
  width: max-content;
}
.hero-badges span,
.footer-labels span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 7px 20px;
  border: 2px solid var(--yellow);
  border-radius: 999px;
  background: #fff;
  color: #3A3A3A;
  font-weight: 900;
}
.hero-badges span {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.hero-badges img { width: 28px; height: 28px; }
.hero-badges img,
.footer-labels img { width: 34px; height: 34px; object-fit: contain; }
.hero-gallery,
.final-photos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(14px, 2.8vw, 34px);
}
.hero-gallery {
  position: relative;
  min-height: 620px;
  display: block;
  margin-top: -20px;
}
.blob {
  object-fit: contain;
  border: 0;
  outline: 0;
  overflow: hidden;
  filter: drop-shadow(0 10px 18px rgba(45,58,75,.16));
}
.hero-photo {
  position: absolute;
  width: clamp(190px, 20vw, 285px);
  height: auto;
  z-index: 1;
}
.hero-photo-large {
  width: clamp(360px, 32vw, 460px);
  top: 28px;
  left: 155px;
}
.hero-gallery .hero-photo:nth-child(2) { top: 30px; right: 12px; width: clamp(190px, 18vw, 255px); }
.hero-gallery .hero-photo:nth-child(3) { top: 330px; left: 68px; width: clamp(210px, 21vw, 295px); }
.hero-gallery .hero-photo:nth-child(4) { top: 386px; left: 315px; width: clamp(190px, 20vw, 280px); z-index: 3; }
.hero-gallery .hero-photo:nth-child(5) { top: 300px; right: 0; width: clamp(190px, 19vw, 270px); z-index: 2; }

.stats { padding: 62px 24px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.stat-card {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 22px 14px;
  border-right: 2px dashed rgba(255,255,255,.38);
}
.stat-card:last-child { border-right: 0; }
.stat-card img { width: 92px; }
.stat-card p { margin: 0; font-size: 23px; font-weight: 900; }
.stat-card strong {
  color: var(--yellow);
  font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: clamp(54px, 6vw, 86px);
  line-height: 1;
  text-shadow: 0 4px 0 rgba(0,0,0,.18);
}
.stat-card:nth-child(2) strong { color: #FF7C93; }
.stat-card:nth-child(3) strong { color: #A8F25F; }
.stat-card small { font-size: .38em; color: #fff; }
.stat-card p small { font-size: .75em; }

.concern-grid,
.benefit-grid,
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.concern-grid { grid-template-columns: repeat(4, 1fr); }
.concern-card {
  min-height: 250px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 28px 22px;
  text-align: center;
}
.concern-card i,
.benefit-card i { font-size: 52px; color: var(--coral); }
.concern-card:nth-child(2) i { color: var(--yellow); }
.concern-card:nth-child(3) i { color: var(--blue); }
.concern-card:nth-child(4) i { color: var(--green); }
.concern-card p,
.benefit-card p { margin: 0; font-size: 18px; font-weight: 800; }

.wave-section {
  overflow: visible;
  padding-top: 128px;
  padding-bottom: 128px;
}
.wave-divider {
  position: absolute;
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  display: block;
  z-index: 0;
}
.wave-divider path {
  fill: currentColor;
  animation: wave-move 8s ease-in-out infinite alternate;
  transform-box: fill-box;
}
.wave-blue .wave-divider { color: var(--sky-soft); }
.wave-green .wave-divider { color: var(--green-soft); }
.wave-divider.bottom {
  top: auto;
  bottom: -79px;
}
.wave-divider.bottom path {
  animation-name: wave-move-bottom;
}
@keyframes wave-move {
  0% { transform: translateX(0); }
  100% { transform: translateX(-20px); }
}
@keyframes wave-move-bottom {
  0% { transform: translateX(0); }
  100% { transform: translateX(20px); }
}
.side-photo {
  width: clamp(235px, 29vw, 365px);
  max-height: 380px;
  height: auto;
  object-fit: contain;
}
.why-layout {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 320px;
  align-items: center;
  gap: 28px;
  margin-bottom: 42px;
}
.why-layout .lead-copy {
  margin-bottom: 0;
  max-width: 900px;
}
.why-layout .lead-copy p {
  letter-spacing: -0.02em;
}
.why-photo-left {
  align-self: start;
  transform: rotate(-4deg);
}
.why-photo-right {
  justify-self: end;
  transform: rotate(5deg);
}
.benefit-card { padding: 34px 26px; text-align: center; }
.benefit-card h3 { margin: 8px 0 14px; color: var(--coral); font-size: 25px; }
.benefit-card:nth-child(2) h3 { color: #ECAA00; }
.benefit-card:nth-child(3) h3 { color: #4FAE2D; }

.sports-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
.sport-card {
  grid-column: span 3;
  overflow: hidden;
  padding-bottom: 22px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sport-card:nth-child(5) { grid-column: 2 / span 3; }
.sport-card:nth-child(6) { grid-column: 5 / span 3; }
.sport-card:nth-child(7) { grid-column: 8 / span 3; }
.sport-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}
.sport-photo { width: 100%; aspect-ratio: 1.42 / 1; object-fit: cover; border-radius: 24px 24px 18px 18px; }
.sport-card div { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 22px 4px; }
.sport-card div img {
  width: 36px;
  height: 36px;
  padding: 7px;
  object-fit: contain;
  border-radius: 50%;
  background: #4FC3E8;
}
.sport-card:nth-child(2) div img,
.sport-card:nth-child(4) div img { background: #FFC93C; }
.sport-card:nth-child(3) div img { background: #FF6F61; }
.sport-card:nth-child(5) div img { background: #8063DD; }
.sport-card:nth-child(6) div img { background: #24B6AF; }
.sport-card:nth-child(7) div img { background: #7ED957; }
.sport-card h3 { margin: 0; font-size: 24px; color: #129FDA; font-weight: 900; }
.sport-card:nth-child(2) h3,
.sport-card:nth-child(4) h3 { color: #ECAA00; }
.sport-card:nth-child(3) h3 { color: var(--coral); }
.sport-card:nth-child(5) h3 { color: #8063DD; }
.sport-card:nth-child(6) h3 { color: #24B6AF; }
.sport-card:nth-child(7) h3 { color: #62B83E; }
.sport-card p { margin: 0; padding: 0 22px; font-weight: 700; }

.reason-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.reason-card {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  align-items: center;
  padding: 24px 18px;
  text-align: center;
}
.reason-card > span {
  position: absolute;
  top: -18px;
  left: 18px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.reason-card:nth-child(1) > span { background-color: #7ED957; }
.reason-card:nth-child(2) > span { background-color: #4FC3E8; }
.reason-card:nth-child(3) > span { background-color: #FF6F61; }
.reason-card:nth-child(4) > span { background-color: #FFC93C; }
.reason-card:nth-child(5) > span { background-color: #7ED957; }
.reason-card > img:not(.reason-photo) { width: 70px; height: 70px; object-fit: contain; margin: 8px auto 10px; }
.reason-card h3 { margin: 0 0 8px; color: #58B932; font-size: 22px; line-height: 1.35; }
.reason-card p { margin: 0 0 16px; font-weight: 800; }
.reason-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
  display: block;
  margin: auto auto 0;
  border: 0;
}

.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.voice-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 40px 24px 40px 24px;
}
.voice-card img { width: 128px; border-width: 5px; }
.voice-card h3 { margin: 0 0 8px; color: var(--blue); font-size: 24px; line-height: 1.35; }
.voice-card h3 small { font-size: .72em; }
.voice-card:nth-child(2) h3 { color: var(--coral); }
.voice-card:nth-child(3) h3 { color: #299CD2; }
.voice-card p { margin: 0; font-weight: 700; }

.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px; max-width: 940px; margin: 0 auto; }
.price-card { overflow: hidden; padding-bottom: 12px; border-color: transparent; }
.price-card h3 {
  margin: 0;
  padding: 16px 24px;
  background: var(--yellow);
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.blue-card h3 { background: var(--blue); }
.price-card dl { margin: 0; }
.price-card div { display: grid; grid-template-columns: 40% 60%; border-top: 2px solid rgba(255,201,60,.35); }
.blue-card div { border-color: rgba(79,195,232,.35); }
.price-card dt,
.price-card dd { margin: 0; padding: 16px; text-align: center; font-weight: 900; }
.price-card dt { background: rgba(255,248,231,.8); }
.price-card strong { color: var(--coral); font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif; font-size: 46px; line-height: 1; }
.note { text-align: center; margin: 22px 0 0; font-size: 14px; }

.step-card { position: relative; padding: 34px 22px 28px; text-align: center; }
.step-card span {
  display: inline-grid;
  place-items: center;
  min-width: 82px;
  height: 82px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1B9CD7, var(--blue));
  color: #fff;
  font-family: "Fredoka", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.step-card img { width: 90px; margin: 0 auto 12px; }
.step-card h3 { margin: 0 0 8px; color: #148FD0; font-size: 26px; }
.step-card p { margin: 0; font-weight: 800; }

.final-cta { padding-bottom: 120px; text-align: center; }
.final-photos { margin-bottom: 28px; }
.final-photos img { width: clamp(170px, 22vw, 290px); border: 0; }
.final-cta .image-cta { width: min(868px, 100%); }
.final-title { margin: 0 0 18px; font-size: clamp(42px, 5.5vw, 76px); line-height: 1.25; font-weight: 900; }
.final-copy { margin: 0 auto 26px; font-size: clamp(19px, 2.4vw, 28px); font-weight: 900; }
.final-title .yellow-word,
.final-title strong { color: var(--yellow); }
.navy .cta-label { color: var(--coral); }

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.stagger-group > * { transition-delay: calc(var(--stagger, 0) * 100ms); }

.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(45,58,75,.56);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}
.exit-popup.is-open { opacity: 1; pointer-events: auto; }
.popup-panel {
  width: min(520px, 100%);
  position: relative;
  padding: 42px 34px 36px;
  border: 5px solid var(--yellow);
  border-radius: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
  transform: translateY(12px) scale(.96);
  transition: transform .24s ease;
}
.exit-popup.is-open .popup-panel { transform: translateY(0) scale(1); }
.popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
  color: var(--text);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.popup-panel h2 { margin: 0 0 12px; color: var(--coral); font-size: 38px; }
.popup-panel p { margin: 0 0 26px; font-weight: 800; }
.popup-cta { min-height: 58px; padding: 0 28px; }
@media (max-width: 1023px) {
  .section { padding: 78px 20px; }
  .hero-layout { grid-template-columns: 1fr; text-align: center; }
  .hero-copy .cta-wrap,
  .hero-badges,
  .logo { justify-content: center; justify-items: center; margin-left: auto; margin-right: auto; }
  .hero-gallery { min-height: 620px; max-width: 720px; width: 100%; margin: 0 auto; }
  .hero-photo-large { width: min(430px, 64vw); left: 50%; top: 24px; transform: translateX(-50%); }
  .hero-gallery .hero-photo:nth-child(2) { width: min(240px, 34vw); top: 32px; right: 4%; }
  .hero-gallery .hero-photo:nth-child(3) { width: min(280px, 38vw); top: 330px; left: 6%; }
  .hero-gallery .hero-photo:nth-child(4) { width: min(260px, 36vw); top: 382px; left: 42%; }
  .hero-gallery .hero-photo:nth-child(5) { width: min(250px, 35vw); top: 290px; right: 2%; }
  .why-layout { grid-template-columns: 1fr 1fr; }
  .why-layout .lead-copy { grid-column: 1 / -1; grid-row: 2; }
  .why-photo-left { justify-self: end; }
  .why-photo-right { justify-self: start; }
  .stats-grid,
  .benefit-grid,
  .step-grid,
  .voice-grid { grid-template-columns: 1fr; }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .sports-grid { grid-template-columns: repeat(3, 1fr); }
  .sport-card,
  .sport-card:nth-child(5),
  .sport-card:nth-child(6),
  .sport-card:nth-child(7) { grid-column: auto; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-card { border-right: 0; border-bottom: 2px dashed rgba(255,255,255,.38); }
  .stat-card:last-child { border-bottom: 0; }
  .voice-card { grid-template-columns: 118px 1fr; }
}

@media (max-width: 767px) {
  body { line-height: 1.7; }
  .section { padding: 64px 16px; }
  .wave-section { padding-top: 94px; padding-bottom: 94px; }
  .section-title { font-size: clamp(28px, 8.5vw, 38px); margin-bottom: 28px; }
  .section-title::before,
  .section-title::after { width: auto; margin: 0 6px; text-shadow: 9px 6px 0 rgba(255,111,97,.4), -8px 6px 0 rgba(79,195,232,.4); }
  .section-lead,
  .lead-copy { font-size: 16px; text-align: left; }
  .hero { padding-top: 42px; }
  .hero-title { font-size: clamp(28px, 8.5vw, 38px); line-height: 1.42; }
  .hero-title .big { font-size: clamp(42px, 14vw, 58px); }
  .logo { width: min(320px, 86vw); }
  .hero-gallery { min-height: 470px; }
  .hero-photo { width: 38vw; border: 0; }
  .hero-photo-large { width: 70vw; top: 12px; left: 50%; transform: translateX(-50%); }
  .hero-gallery .hero-photo:nth-child(2) { top: 30px; right: 0; width: 42vw; }
  .hero-gallery .hero-photo:nth-child(3) { top: 245px; left: 0; width: 44vw; }
  .hero-gallery .hero-photo:nth-child(4) { top: 278px; left: 40%; width: 42vw; }
  .hero-gallery .hero-photo:nth-child(5) { top: 210px; right: 0; width: 40vw; }
  .image-cta { width: min(328px, 100%); }
  .cta-label { min-height: 36px; padding: 2px 16px; font-size: 15px; }
  .header-logo img { width: 150px; }
  .header-cta { min-height: 44px; padding: 8px 14px; font-size: 12px; }
  .sticky-header { padding: 8px 14px; }
  .hero-badges span,
  .footer-labels span { width: 100%; justify-content: center; }
  .hero-photo { width: 42vw; }
  .hero-photo-large { width: 72vw; }
  .concern-grid,
  .sports-grid,
  .reason-grid,
  .price-grid,
  .why-layout { grid-template-columns: 1fr; gap: 18px; }
  .sport-card,
  .sport-card:nth-child(5),
  .sport-card:nth-child(6),
  .sport-card:nth-child(7) { grid-column: auto; }
  .why-layout .lead-copy { grid-column: auto; grid-row: auto; }
  .why-photo-left,
  .why-photo-right { justify-self: center; width: min(325px, 82vw); }
  .concern-card { min-height: 190px; }
  .sport-card:hover { transform: translateY(-6px) scale(1.02); }
  .voice-card { grid-template-columns: 1fr; text-align: center; }
  .voice-card img { margin: 0 auto; }
  .price-card div { grid-template-columns: 1fr; }
  .price-card dt { padding-bottom: 6px; }
  .price-card dd { padding-top: 6px; }
  .final-photos img { width: 64vw; }
}

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