/* WordPress standalone-template compatibility */
html {
  width: 100%;
  padding: 0;
  overflow-x: clip;
}

body.cfhadlp-standalone {
  width: 100%;
  margin: 0 !important;
  padding: 0;
  overflow-x: clip;
}

body.cfhadlp-standalone .blog-floating-button,
body.cfhadlp-standalone [class*="blog-floating-button"],
body.cfhadlp-standalone [id*="blog-floating-button"],
body.cfhadlp-standalone #bfb_content_pc,
body.cfhadlp-standalone #bfb_content_sp,
body.cfhadlp-standalone #fix_bottom_menu,
body.cfhadlp-standalone .p-fixBtnWrap,
body.cfhadlp-standalone .c-fixBtn {
  display: none !important;
}

:root {
  --ink: #241f22;
  --ink-soft: #6b6066;
  --cream: #f5f3f4;
  --cream-deep: #ebe6e8;
  --rose: #c98298;
  --rose-deep: #965369;
  --line: #ded3d8;
  --green: #078a43;
  --green-dark: #056d35;
  --white: #ffffff;
  --dark: #261d22;
  --chrome-bright: #f5f3f4;
  --shell: 1160px;
  --gutter: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family:
    "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP",
    system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--rose-deep);
  color: var(--white);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

.cf-lp {
  min-height: 100vh;
  overflow: clip;
}

.shell {
  width: min(calc(100% - var(--gutter) * 2), var(--shell));
  margin-inline: auto;
}

.narrow-shell {
  max-width: 900px;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(150, 83, 105, 0.18);
  background: rgba(255, 252, 253, 0.96);
}

.header-inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-logo {
  width: 214px;
  height: auto;
}

.header-route-switch {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(150, 83, 105, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  transition: border-color 0.18s, background 0.18s;
}

.header-route-switch:hover {
  border-color: var(--rose-deep);
  background: #f8e9ef;
}

.hero {
  position: relative;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.98), transparent 20%),
    radial-gradient(circle at 73% 26%, rgba(201, 130, 152, 0.25), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f6f3f5 46%, #e5dce1 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(150, 83, 105, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150, 83, 105, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.3;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 1.5px, transparent 2.4px),
    radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 1px, transparent 2px);
  background-position: 12px 18px, 44px 56px;
  background-size: 82px 82px, 127px 127px;
  mask-image: linear-gradient(270deg, #000 0 44%, transparent 78%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 5vw, 72px);
  padding-block: 54px 66px;
}

.hero-target-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(150, 83, 105, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--rose-deep);
  box-shadow: 0 8px 24px rgba(91, 53, 69, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--rose-deep);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(40px, 4.15vw, 62px);
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: 0.015em;
}

.hero h1 em {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(
    112deg,
    #2a2528 0%,
    #606168 24%,
    #a65f78 45%,
    #51464c 65%,
    #292327 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.82em;
  font-style: normal;
  text-shadow: 0 1px rgba(255, 255, 255, 0.45);
}

.hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--rose), transparent);
}

.hero-title-intro,
.hero-title-conclusion {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.82em;
}

.hero-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #554b50;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.hero-focus {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(150, 83, 105, 0.28);
  border-left: 3px solid var(--rose);
  border-radius: 0 12px 12px 0;
  background: rgba(255, 252, 253, 0.78);
}

.hero-focus span,
.hero-focus strong,
.hero-focus small {
  display: block;
}

.hero-focus span {
  color: var(--rose-deep);
  font-family: Georgia, serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hero-focus strong {
  margin-top: 5px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  line-height: 1.45;
}

.hero-focus small {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.offer-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
  box-shadow: 0 14px 40px rgba(38, 46, 55, 0.1);
}

.hero-offer-block {
  margin-top: 20px;
}

.hero-offer-block .offer-strip {
  margin-top: 7px;
}

.offer-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--rose-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-weight: 800;
}

.offer-kicker::after {
  height: 1px;
  flex: 1;
  content: "";
  background: linear-gradient(90deg, rgba(150, 83, 105, 0.45), transparent);
}

.offer-kicker span {
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--rose-deep);
  color: var(--white);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.offer-strip > div {
  min-width: 0;
  padding: 13px 8px 12px;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
}

.offer-strip span,
.offer-strip strong,
.offer-strip small {
  display: block;
}

.offer-strip span {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.offer-strip strong {
  margin-top: 2px;
  color: var(--rose-deep);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
}

.offer-strip small {
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 9px;
}

.cta-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 20px;
}

.line-cta {
  display: inline-flex;
  min-height: 62px;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 22px;
  border: 2px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(7, 138, 67, 0.22);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transition: transform 0.18s, background 0.18s, box-shadow 0.18s;
}

.line-cta:hover {
  background: var(--green-dark);
  box-shadow: 0 16px 32px rgba(7, 138, 67, 0.28);
  transform: translateY(-2px);
}

.line-cta--secondary {
  background: var(--white);
  color: var(--green);
  box-shadow: none;
}

.line-mark {
  display: grid;
  width: 36px;
  height: 24px;
  place-items: center;
  border-radius: 6px;
  background: var(--white);
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
}

.line-cta--secondary .line-mark {
  background: var(--green);
  color: var(--white);
}

.cta-arrow {
  font-size: 19px;
}

.line-qr {
  display: grid;
  flex: 0 0 104px;
  place-items: center;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.line-qr img {
  width: 78px;
  height: 78px;
}

.line-qr span {
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 700;
}

.fine-print {
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.65;
}

.hero-note {
  margin: 12px 0 0;
}

.hero-visual--single {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
}

.hero-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 6px solid rgba(255, 246, 250, 0.86);
  border-radius: 28px;
  background: #d9dde1;
  box-shadow:
    0 28px 70px rgba(91, 53, 69, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.88);
}

.hero-photo img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
}

.hero-photo--hadano img {
  object-position: 43% center;
}

.hero-photo--pilates img {
  object-position: 52% center;
}

.cf-lp--pilates .hero {
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.98), transparent 20%),
    radial-gradient(circle at 73% 26%, rgba(186, 139, 168, 0.27), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f7f2f6 46%, #e6dce3 100%);
}

.hero-photo figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 11px 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.hero-photo figcaption span {
  display: block;
  margin-bottom: 2px;
  color: var(--rose-deep);
  font-family: Georgia, serif;
  font-size: 8px;
  letter-spacing: 0.14em;
}

.hero-seal {
  position: absolute;
  right: -16px;
  bottom: 88px;
  display: grid;
  width: 84px;
  height: 84px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: linear-gradient(145deg, #33272d 0%, #b47b90 48%, #49363f 100%);
  color: var(--white);
  box-shadow:
    0 14px 30px rgba(28, 36, 44, 0.28),
    inset 0 1px rgba(255, 255, 255, 0.48);
  text-align: center;
}

.hero-seal span,
.hero-seal strong {
  display: block;
  line-height: 1.15;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.hero-seal span {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.hero-seal strong {
  margin-top: 3px;
  font-family: "Yu Mincho", serif;
  font-size: 18px;
}

.proof-band {
  background: linear-gradient(110deg, #34282e 0%, #79636d 48%, #3a2c33 100%);
  color: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-grid p {
  margin: 0;
  padding: 22px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

.proof-grid p:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  color: var(--chrome-bright);
  font-family: "Yu Mincho", serif;
  font-size: 20px;
}

.proof-grid span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
}

.section {
  padding-block: clamp(78px, 9vw, 118px);
}

.section--soft {
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(135deg, #faf8f9 0%, #eee8eb 54%, #f8f6f7 100%);
}

.section--dark {
  background: var(--dark);
  color: var(--white);
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.015em;
}

.section-description {
  margin-top: 20px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.9;
}

.section-description p {
  margin: 0;
}

.section-heading--light .eyebrow {
  color: var(--chrome-bright);
}

.section-heading--light .section-description {
  color: rgba(255, 255, 255, 0.72);
}

.concern-section {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(113, 126, 139, 0.1) 40px);
}

.concern-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.concern-list p {
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(35, 43, 52, 0.06);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.concern-list span {
  display: grid;
  width: 26px;
  height: 26px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: var(--rose);
  color: var(--white);
  font-size: 12px;
}

.bridge-copy {
  margin-top: 42px;
  padding: 30px clamp(24px, 5vw, 52px);
  border-left: 3px solid var(--rose);
  background: var(--cream);
}

.bridge-copy strong {
  display: block;
  font-family: "Yu Mincho", serif;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.6;
}

.bridge-copy p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.number-card {
  min-height: 100%;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(35, 43, 52, 0.07);
}

.number-card > span {
  display: block;
  margin-bottom: 24px;
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 28px;
}

.number-card h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 21px;
  line-height: 1.55;
}

.number-card p {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.method-section {
  position: relative;
  background:
    radial-gradient(circle at 90% 8%, rgba(238, 188, 205, 0.2), transparent 24%),
    linear-gradient(125deg, #281f24 0%, #6f5964 58%, #2d2228 100%);
}

.method-list {
  max-width: 920px;
  margin-inline: auto;
}

.method-list article {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.method-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.method-index span,
.method-index strong {
  display: block;
}

.method-index span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.method-index strong {
  color: var(--chrome-bright);
  font-family: Georgia, serif;
  font-size: 44px;
  font-weight: 400;
}

.method-copy h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.5;
}

.method-copy > span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.8;
}

.section-cta {
  max-width: 650px;
  margin: 52px auto 0;
  text-align: center;
}

.section-cta > p {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 22px;
  font-weight: 700;
}

.section-cta--light > p {
  color: var(--white);
}

.results-section {
  background: var(--cream);
}

.results-carousel {
  position: relative;
}

.result-swipe-guide {
  display: none;
}

.result-control-row,
.result-dots {
  display: none;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.result-grid:focus-visible {
  outline: 3px solid rgba(61, 70, 80, 0.34);
  outline-offset: 8px;
}

.result-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(35, 43, 52, 0.08);
}

.result-card--featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.15fr 0.85fr;
}

.result-image {
  position: relative;
  overflow: hidden;
  background: #dfe3e7;
}

.result-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.result-card:not(.result-card--featured) .result-image {
  aspect-ratio: 16 / 11;
}

.result-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 36px);
}

.card-eyebrow {
  margin: 0 0 9px;
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.result-copy h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.5;
}

.result-copy > p:not(.card-eyebrow, .fine-print) {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.result-copy .fine-print {
  margin: 13px 0 0;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.voice-card {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(35, 43, 52, 0.08);
}

.voice-number {
  margin: 0;
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.voice-card h3 {
  margin: 18px 0 0;
  font-family: "Yu Mincho", serif;
  font-size: 21px;
  line-height: 1.55;
}

.voice-card > p:last-child {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.voice-points {
  display: grid;
  max-width: 880px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px auto 0;
}

.voice-points p {
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(112, 125, 138, 0.26);
  border-radius: 999px;
  background: var(--cream);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.voice-points span {
  margin-right: 7px;
  color: var(--green);
}

.centered-note {
  margin: 24px auto 0;
  text-align: center;
}

.alternate-service-section {
  position: relative;
  border-top: 1px solid rgba(150, 83, 105, 0.14);
  border-bottom: 1px solid rgba(150, 83, 105, 0.14);
}

.alternate-lead {
  margin: -24px 0 28px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.service-boundary {
  max-width: 820px;
  margin: 30px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(150, 83, 105, 0.28);
  border-left: 4px solid var(--rose);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.84);
}

.service-boundary strong {
  display: block;
  font-family: "Yu Mincho", serif;
  font-size: 18px;
}

.service-boundary p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.8;
}

.service-switch-link {
  display: flex;
  max-width: 720px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  padding: 13px 22px;
  border: 1px solid var(--rose-deep);
  border-radius: 999px;
  background: var(--white);
  color: var(--rose-deep);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  transition: background 0.18s, color 0.18s, transform 0.18s;
}

.service-switch-link:hover {
  background: var(--rose-deep);
  color: var(--white);
  transform: translateY(-2px);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.comparison-card {
  position: relative;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}

.comparison-card--highlight {
  border-color: rgba(150, 83, 105, 0.72);
  background:
    radial-gradient(circle at 88% 6%, rgba(255, 234, 242, 0.25), transparent 23%),
    linear-gradient(145deg, #2a2026 0%, #856b77 58%, #30242a 100%);
  color: var(--white);
  box-shadow: 0 20px 48px rgba(91, 53, 69, 0.2);
}

.comparison-label {
  margin: 0;
  color: var(--rose-deep);
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.comparison-card--highlight .comparison-label {
  color: var(--chrome-bright);
}

.comparison-card h3 {
  margin: 12px 0 0;
  font-family: "Yu Mincho", serif;
  font-size: 24px;
  line-height: 1.45;
}

.comparison-badge {
  display: inline-block;
  margin-top: 13px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  font-size: 10px;
  font-weight: 800;
}

.comparison-card > div {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(104, 117, 130, 0.22);
}

.comparison-card--highlight > div {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.comparison-card > div strong {
  display: block;
  font-size: 12px;
}

.comparison-card > div p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.comparison-card--highlight > div p {
  color: rgba(255, 255, 255, 0.72);
}

.doctor-grid {
  display: grid;
  max-width: 900px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-inline: auto;
}

.doctor-grid article {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.doctor-grid article::after {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(112, 125, 138, 0.22);
  border-radius: 50%;
  content: "";
}

.doctor-grid span {
  color: var(--rose-deep);
  font-family: Georgia, serif;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.doctor-grid h3 {
  margin: 14px 0 0;
  font-family: "Yu Mincho", serif;
  font-size: 21px;
  line-height: 1.65;
}

.authority-copy {
  max-width: 760px;
  margin: 28px auto 0;
  text-align: center;
}

.authority-copy > p:first-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.authority-copy .fine-print {
  margin: 12px 0 0;
}

.qualification-box {
  max-width: 900px;
  margin: 38px auto 0;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(135deg, #f7f4f5 0%, #e8dfe3 100%);
  text-align: center;
}

.qualification-box h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 20px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.chip-list span {
  padding: 8px 13px;
  border: 1px solid rgba(112, 125, 138, 0.36);
  border-radius: 999px;
  background: var(--white);
  font-size: 11px;
  font-weight: 700;
}

.qualification-box .fine-print {
  margin: 16px 0 0;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}

.offer-grid article {
  position: relative;
  padding: 28px 18px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  text-align: center;
}

.offer-grid article > span {
  position: absolute;
  top: 13px;
  left: 15px;
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 12px;
}

.offer-grid p {
  margin: 9px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
}

.offer-grid strong {
  display: block;
  margin-top: 6px;
  color: var(--rose-deep);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(31px, 4vw, 46px);
}

.offer-grid small {
  display: block;
  min-height: 31px;
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.5;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  overflow: hidden;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(35, 43, 52, 0.07);
}

.price-card h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 22px;
  text-align: center;
}

.price-fit {
  min-height: 42px;
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  text-align: center;
}

.normal-price {
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  text-align: center;
  text-decoration: line-through;
}

.normal-price small {
  font-size: 9px;
}

.discount-label {
  margin: 10px -24px 0;
  padding: 7px 12px;
  background: var(--rose-deep);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.main-price {
  margin: 15px 0 0;
  text-align: center;
}

.main-price strong,
.main-price span {
  display: block;
}

.main-price strong {
  color: var(--rose-deep);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: clamp(37px, 4vw, 49px);
  line-height: 1.15;
}

.main-price span {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 10px;
}

.saving {
  margin: 13px 0 0;
  padding: 8px;
  border-radius: 8px;
  background: var(--cream);
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--rose);
  content: "•";
}

.maximum-saving {
  display: grid;
  max-width: 700px;
  place-items: center;
  margin: 25px auto 0;
  padding: 20px;
  border: 1px solid rgba(112, 125, 138, 0.45);
  border-radius: 14px;
  background: linear-gradient(135deg, #faf7f8 0%, #e8dfe3 100%);
  text-align: center;
}

.maximum-saving span {
  color: var(--ink-soft);
  font-size: 12px;
}

.maximum-saving strong {
  margin-top: 2px;
  color: var(--rose-deep);
  font-family: "Yu Mincho", serif;
  font-size: clamp(25px, 3.2vw, 37px);
}

.maximum-saving small {
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 9px;
}

.included-bonus {
  display: grid;
  max-width: 820px;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 24px;
  margin: 32px auto 0;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 16% 10%, rgba(239, 193, 209, 0.2), transparent 30%),
    linear-gradient(125deg, #281f24 0%, #735c67 54%, #2d2228 100%);
  color: var(--white);
}

.included-bonus > img {
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.included-bonus .eyebrow {
  margin-bottom: 9px;
  color: var(--chrome-bright);
  font-size: 9px;
}

.included-bonus h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: clamp(20px, 2.6vw, 29px);
  line-height: 1.5;
}

.included-bonus div > p:last-child {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.7;
}

.trial-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: clamp(30px, 5vw, 64px);
}

.trial-layout > figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 22px 54px rgba(35, 43, 52, 0.14);
}

.trial-layout > figure img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: center;
}

.trial-list {
  display: grid;
  gap: 0;
}

.trial-list article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-top: 1px solid var(--line);
}

.trial-list article:last-child {
  border-bottom: 1px solid var(--line);
}

.trial-list article > span {
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 24px;
}

.trial-list h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 21px;
}

.trial-list p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.trial-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.trial-promises p {
  position: relative;
  margin: 0;
  padding: 20px 18px 20px 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(35, 43, 52, 0.06);
}

.trial-promises p > span {
  position: absolute;
  top: 20px;
  left: 18px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 11px;
}

.trial-promises strong,
.trial-promises small {
  display: block;
}

.trial-promises strong {
  font-size: 14px;
}

.trial-promises small {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 14px;
  padding: 23px 48px 23px 8px;
  cursor: pointer;
  font-family: "Yu Mincho", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--rose-deep);
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list summary span,
.faq-list details > div > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--rose-deep);
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 12px;
}

.faq-list details > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 0 48px 24px 8px;
}

.faq-list details > div > span {
  background: var(--cream);
  color: var(--rose-deep);
}

.faq-list details > div p {
  margin: 3px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.85;
}

.studio-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  grid-template-rows: 390px;
  gap: 12px;
}

.studio-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
}

.studio-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.studio-gallery figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgba(23, 23, 22, 0.74);
  backdrop-filter: blur(6px);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
}

.access-info-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 18px;
  margin-top: 34px;
}

.store-info,
.map-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.store-info {
  padding: 28px;
}

.store-info h3 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: 22px;
}

.store-info dl {
  margin: 20px 0 0;
}

.store-info dl > div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.store-info dt {
  color: var(--rose-deep);
  font-size: 11px;
  font-weight: 800;
}

.store-info dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.map-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.final-cta-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(80px, 10vw, 130px);
  background: var(--dark);
  color: var(--white);
}

.final-background {
  position: absolute;
  inset: 0;
}

.final-background::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(39, 28, 34, 0.97), rgba(111, 78, 94, 0.84)),
    linear-gradient(transparent, rgba(39, 28, 34, 0.48));
}

.final-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}

.final-inner > .eyebrow {
  color: var(--chrome-bright);
  text-align: center;
}

.final-inner h2 {
  margin: 0;
  font-family: "Yu Mincho", serif;
  font-size: clamp(34px, 4.7vw, 57px);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.final-lead {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.95;
  text-align: center;
}

.final-offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
}

.final-offers p {
  margin: 0;
  padding: 15px 9px;
  background: rgba(46, 31, 39, 0.82);
  text-align: center;
}

.final-offers span,
.final-offers strong,
.final-offers small {
  display: block;
}

.final-offers span {
  color: rgba(255, 255, 255, 0.63);
  font-size: 10px;
}

.final-offers strong {
  margin-top: 2px;
  color: var(--chrome-bright);
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 25px;
}

.final-offers small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 8px;
}

.final-bonus {
  margin: 12px 0 0;
  padding: 12px 16px;
  border: 1px solid rgba(220, 227, 234, 0.34);
  border-radius: 9px;
  color: var(--chrome-bright);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.final-cta-section .cta-row {
  max-width: 650px;
  margin: 24px auto 0;
}

.final-note {
  max-width: 740px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
}

.site-footer {
  padding-block: 38px 46px;
  background: #1d171a;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.site-footer img {
  width: 180px;
  margin: 0 auto;
  filter: invert();
}

.site-footer p {
  margin: 18px 0 0;
  font-size: 12px;
}

.site-footer p + p {
  margin-top: 7px;
}

.mobile-fixed-cta {
  display: none;
}

@media (max-width: 900px) {
  :root {
    --gutter: 20px;
  }

  .hero-layout {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 42px 56px;
  }

  .hero-copy,
  .hero-copy > *,
  .hero-visual--single {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy {
    display: contents;
  }

  .hero-copy > .eyebrow,
  .hero-copy > .hero-target-badge,
  .hero-copy > h1,
  .hero-copy > .hero-lead,
  .hero-copy > .hero-focus,
  .hero-copy > .offer-strip,
  .hero-copy > .hero-offer-block,
  .hero-copy > .cta-row,
  .hero-copy > .hero-note,
  .hero-visual {
    grid-column: 1;
  }

  .hero-visual--single {
    max-width: 560px;
  }

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

  .proof-grid p:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .proof-grid p:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

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

  .price-card:last-child {
    grid-column: 1 / -1;
  }

  .comparison-grid {
    max-width: 720px;
    grid-template-columns: 1fr;
    margin-inline: auto;
  }

  .trial-layout,
  .access-info-grid {
    grid-template-columns: 1fr;
  }

  .trial-layout > figure img {
    height: min(72vw, 520px);
  }

  .map-frame iframe {
    min-height: 380px;
  }

  .studio-gallery {
    grid-template-rows: 340px;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .header-inner {
    min-height: 58px;
    gap: 10px;
  }

  .brand-logo {
    width: 146px;
  }

  .header-route-switch {
    max-width: 155px;
    justify-content: center;
    padding: 7px 10px;
    font-size: 9px;
    text-align: center;
  }

  .hero-layout {
    gap: 14px;
    padding-block: 22px 38px;
  }

  .hero-copy > .eyebrow {
    grid-row: 1;
    margin-bottom: -7px;
  }

  .hero-copy > .hero-target-badge {
    grid-row: 1;
    margin-bottom: -5px;
  }

  .hero-copy > h1 {
    grid-row: 2;
  }

  .hero-copy > .hero-lead {
    grid-row: 3;
  }

  .hero-copy > .hero-focus {
    grid-row: 4;
  }

  .hero-visual {
    grid-row: 5;
  }

  .hero-copy > .offer-strip,
  .hero-copy > .hero-offer-block {
    grid-row: 6;
  }

  .hero-copy > .cta-row {
    grid-row: 7;
  }

  .hero-copy > .hero-note {
    grid-row: 8;
  }

  .cf-lp--personal .hero-copy > .eyebrow {
    grid-row: 2;
  }

  .cf-lp--personal .hero-copy > h1 {
    grid-row: 3;
  }

  .cf-lp--personal .hero-copy > .hero-lead {
    grid-row: 4;
  }

  .cf-lp--personal .hero-copy > .hero-focus {
    grid-row: 5;
  }

  .cf-lp--personal .hero-visual {
    grid-row: 9;
  }

  .hero h1 {
    font-size: clamp(32px, 9.8vw, 42px);
    line-height: 1.34;
  }

  .hero--pilates .hero-title-intro {
    white-space: nowrap;
    font-size: clamp(20px, 6.4vw, 26px);
    letter-spacing: 0;
  }

  .hero-lead {
    margin-top: -2px;
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-focus {
    margin-top: 2px;
    padding: 13px 14px;
  }

  .hero-focus strong {
    font-size: 15px;
  }

  .hero-focus small {
    font-size: 10px;
  }

  .hero-visual--single {
    max-width: none;
  }

  .hero-photo {
    border-width: 3px;
    border-radius: 18px;
  }

  .hero-photo img {
    min-height: 220px;
    max-height: 310px;
    height: 63vw;
    object-position: center;
  }

  .hero-seal {
    right: 10px;
    bottom: 12px;
    width: 68px;
    height: 68px;
  }

  .hero-seal strong {
    font-size: 15px;
  }

  .offer-strip {
    margin-top: 0;
  }

  .hero-offer-block {
    margin-top: 2px;
  }

  .hero-offer-block .offer-strip {
    margin-top: 6px;
  }

  .offer-kicker {
    font-size: 14px;
  }

  .offer-strip > div {
    padding: 10px 4px 9px;
  }

  .offer-strip strong {
    font-size: 20px;
  }

  .offer-strip span {
    font-size: 9px;
  }

  .cta-row {
    display: block;
    margin-top: 0;
  }

  .line-cta {
    width: 100%;
    min-height: 58px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .line-qr {
    display: none;
  }

  .hero-note {
    margin-top: -9px;
  }

  .section-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  .section-heading h2 {
    font-size: clamp(28px, 8.4vw, 37px);
  }

  .section-description {
    font-size: 15px;
    line-height: 1.8;
  }

  .concern-list,
  .why-grid,
  .voice-grid,
  .voice-points,
  .doctor-grid,
  .price-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

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

  .method-list article {
    grid-template-columns: 62px 1fr;
    gap: 17px;
  }

  .method-index strong {
    font-size: 35px;
  }

  .result-swipe-guide {
    display: block;
    margin: 10px 0 16px;
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
  }

  .result-control-row {
    display: flex;
    max-width: 250px;
    align-items: center;
    justify-content: space-between;
    margin: -10px auto 0;
  }

  .result-arrow {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(150, 83, 105, 0.32);
    border-radius: 50%;
    background: var(--white);
    color: var(--rose-deep);
    box-shadow: 0 9px 24px rgba(91, 53, 69, 0.12);
    font-size: 19px;
    cursor: pointer;
  }

  .result-arrow:disabled {
    opacity: 0.28;
    box-shadow: none;
    cursor: default;
  }

  .result-position {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin: 0;
    color: var(--ink-soft);
    font-family: Georgia, serif;
  }

  .result-position strong {
    color: var(--rose-deep);
    font-size: 28px;
    font-weight: 400;
  }

  .result-position span {
    font-size: 12px;
  }

  .result-grid {
    display: flex;
    gap: 14px;
    margin-inline: calc(var(--gutter) * -1);
    padding: 0 var(--gutter) 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: var(--gutter);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .result-grid::-webkit-scrollbar {
    display: none;
  }

  .result-card,
  .result-card--featured {
    display: block;
    flex: 0 0 86%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .result-card:not(.result-card--featured) .result-image {
    aspect-ratio: auto;
  }

  .result-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .result-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
  }

  .result-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(150, 83, 105, 0.25);
    cursor: pointer;
    transition: width 0.18s, background 0.18s;
  }

  .result-dots button.is-active {
    width: 26px;
    background: var(--rose-deep);
  }

  .section-cta {
    margin-top: 40px;
  }

  .section-cta > p {
    font-size: 18px;
  }

  .alternate-lead {
    margin-top: -12px;
    text-align: left;
  }

  .service-boundary {
    padding: 19px 18px;
  }

  .service-switch-link {
    border-radius: 16px;
    font-size: 12px;
  }

  .price-card:last-child {
    grid-column: auto;
  }

  .included-bonus {
    grid-template-columns: 76px 1fr;
    gap: 16px;
    padding: 19px;
  }

  .included-bonus h3 {
    font-size: 17px;
  }

  .included-bonus div > p:last-child {
    font-size: 10px;
  }

  .trial-layout > figure img {
    max-height: 520px;
    height: 88vw;
  }

  .trial-list article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .trial-promises {
    grid-template-columns: 1fr;
  }

  .faq-list summary {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 18px 36px 18px 0;
    font-size: 15px;
  }

  .faq-list details > div {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 0 0 20px;
  }

  .faq-list summary span,
  .faq-list details > div > span {
    width: 30px;
    height: 30px;
  }

  .studio-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 58vw);
  }

  .final-offers strong {
    font-size: 20px;
  }

  .final-bonus {
    font-size: 10px;
    line-height: 1.6;
  }

  .mobile-fixed-cta {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    background: rgba(7, 138, 67, 0.98);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.17);
  }

  .mobile-fixed-cta a {
    display: flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: var(--white);
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-fixed-cta span {
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.52);
    font-size: 11px;
  }
}

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

.completion-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 82% 10%, rgba(201, 130, 152, 0.25), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f2ecef 100%);
}

.completion-card {
  width: min(100%, 620px);
  padding: clamp(34px, 7vw, 66px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(91, 53, 69, 0.14);
  text-align: center;
}

.completion-card > img {
  width: 190px;
  margin: 0 auto 30px;
}

.completion-card h1 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 6vw, 46px);
  line-height: 1.45;
}

.completion-card > p:not(.eyebrow) {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.9;
}

.completion-card > a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 13px 28px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.completion-card > small {
  display: block;
  margin-top: 17px;
  color: var(--ink-soft);
  font-size: 10px;
}
