/* Keep the original LP design and show the therapist's face in the hero. */
.hero-person {
  width: 57%;
}

/* Final mobile layout: copy -> treatment image -> proof badges. */
@media (max-width: 760px) {
  .hero-inner {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    padding: 28px 16px 0 !important;
  }

  .hero-copy {
    display: contents !important;
  }

  .hero-copy .eyebrow { order: 1; }
  .hero-copy h1 { order: 2; }
  .hero-copy .hero-lead { order: 3; }

  .hero-person {
    bottom: auto !important;
    clip-path: none !important;
    height: auto !important;
    margin: 14px -16px 0 !important;
    opacity: 1 !important;
    order: 4;
    position: relative !important;
    right: auto !important;
    width: calc(100% + 32px) !important;
  }

  .hero-person img {
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    width: 100% !important;
  }

  .hero-person::after {
    background: linear-gradient(180deg, #eef7f3 0%, transparent 14%) !important;
  }

  .hero-badges {
    bottom: auto !important;
    display: flex !important;
    gap: 6px !important;
    justify-content: space-between !important;
    left: auto !important;
    margin: 16px 0 22px !important;
    order: 5;
    position: static !important;
    right: auto !important;
    width: 100% !important;
  }

  .hero-badges div {
    height: 88px !important;
    width: 88px !important;
  }

  .sticky-cta a,
  .sticky-cta a span {
    color: #fff !important;
  }

  .reserve h2 {
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }

  .reserve-note {
    line-height: 1.7 !important;
    margin: 0 0 30px !important;
    padding: 0 8px !important;
  }
}

.hero-person::after {
  background: linear-gradient(90deg, #eef7f3 0%, transparent 32%);
}

.brand { align-items: center; display: flex; gap: 9px; }
.brand img { height: 46px; object-fit: contain; width: 46px; }
.brand span { color: var(--green); font-size: 16px; font-weight: 900; white-space: nowrap; }
.footer-brand { align-items: center; display: flex; gap: 10px; justify-content: center; }
.footer-brand img { height: 54px; margin: 0; object-fit: contain; width: 54px; }
.footer-brand strong { color: var(--green); font-size: 18px; }

.flow-text-only { display: none; }
.steps { background: #fffdf7; }
.photo-flow { display: grid; gap: 24px; }
.photo-flow-card {
  align-items: stretch;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px #194f4218;
  display: grid;
  grid-template-columns: 44% 1fr;
  min-height: 230px;
  overflow: hidden;
}
.photo-flow-card:nth-child(even) { grid-template-columns: 1fr 44%; }
.photo-flow-card:nth-child(even) img { order: 2; }
.photo-flow-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.flow-photo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 230px;
}
.flow-photo-pair img { min-height: 230px; }
.flow-rotated-photo { overflow: hidden; position: relative; }
.flow-rotated-photo img {
  height: 100%;
  left: 50%;
  min-height: 0;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg) scale(1.35);
  width: 100%;
}
.photo-flow-card:nth-child(1) img { object-position: center; }
.photo-flow-card:nth-child(2) img,
.photo-flow-card:nth-child(5) img { object-position: 62% center; }
.photo-flow-card:nth-child(3) img { object-position: 35% center; }
.photo-flow-card:nth-child(4) img { object-position: center 35%; }
.photo-flow-body { padding: 30px; position: relative; }
.photo-flow-body span {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .12em;
}
.photo-flow-body h3 {
  color: var(--green);
  font-size: 24px;
  margin: 4px 0 10px;
}
.photo-flow-body p { font-size: 14px; margin: 0; }
.photo-flow-body .flow-staff {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  margin: -5px 0 8px;
}

@media (max-width: 760px) {
  .brand { gap: 5px; }
  .brand img { height: 36px; width: 36px; }
  .brand span { font-size: 12px; }

  .photo-flow { gap: 18px; }
  .photo-flow-card,
  .photo-flow-card:nth-child(even) {
    display: block;
    min-height: 0;
  }
  .photo-flow-card img {
    height: 210px;
    object-position: center;
  }
  .flow-photo-pair { min-height: 0; }
  .flow-photo-pair img {
    height: 190px;
    min-height: 0;
  }
  .flow-rotated-photo { height: 190px; }
  .photo-flow-card:nth-child(2) img,
  .photo-flow-card:nth-child(5) img { object-position: 62% center; }
  .photo-flow-card:nth-child(3) img { object-position: 38% center; }
  .photo-flow-body { padding: 22px 20px 25px; }
  .photo-flow-body h3 { font-size: 21px; }

  .hero-person {
    height: 43%;
    right: 0;
    width: 100%;
  }

  .hero-person img {
    object-position: 62% 22%;
    transform: none;
  }

  .hero-inner {
    min-height: 650px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 {
    font-size: clamp(29px, 8.2vw, 32px);
    line-height: 1.38;
    letter-spacing: 0;
  }

  .hero h1 > span {
    font-size: 18px;
  }

  .hero-badges {
    justify-content: space-between;
  }

  .hero-badges div {
    width: 88px;
    height: 88px;
  }

  /* Mobile order: copy, treatment photo, then proof badges. */
  .hero-inner {
    min-height: 770px;
  }

  .hero-copy {
    position: static;
  }

  .hero-person {
    bottom: 112px;
    height: 285px;
  }

  .hero-person img {
    object-position: 70% 35%;
  }

  .hero-person::after {
    background: linear-gradient(180deg, #eef7f3 0%, transparent 18%);
  }

  .hero-badges {
    bottom: 10px;
    left: 16px;
    margin: 0;
    position: absolute;
    right: 16px;
    z-index: 4;
  }

  .sticky-cta a,
  .sticky-cta a span {
    color: #fff;
  }
}

.clinic-grid .clinic-detail {
  overflow: hidden;
  padding: 25px 20px;
}

.clinic-photo {
  height: 170px;
  margin: -25px -20px 20px;
  max-width: none;
  object-fit: cover;
  width: calc(100% + 40px);
}

.clinic-obata .clinic-photo {
  object-position: center 52%;
}

.clinic-gokiso .clinic-photo {
  object-position: center;
}

.clinic-fukiage .clinic-photo {
  object-position: center 62%;
}

.clinic-detail .clinic-address,
.clinic-detail .clinic-hours {
  line-height: 1.65;
}

.clinic-detail .clinic-hours {
  border-top: 1px solid #dce7e3;
  font-size: 11px;
  margin-top: 12px;
  padding-top: 12px;
}

.clinic-gokiso .clinic-caution {
  color: #805d49;
  font-size: 10px;
}

.clinic-grid .clinic-detail .clinic-phone {
  background: var(--green);
  margin-bottom: 8px;
}

.first-offer {
  background: linear-gradient(135deg, #fff9e9, #fffdf7);
}

.offer-card {
  background: #fff;
  border: 3px solid var(--orange);
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(82, 59, 35, .16);
  overflow: hidden;
  padding: 38px 48px 42px;
  text-align: center;
}

.offer-kicker {
  color: var(--green);
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0;
}

.offer-card h2 {
  color: var(--orange);
  margin: 4px 0 24px;
}

.regular-price {
  background: #f4f4f1;
  border-radius: 10px;
  padding: 16px;
}

.regular-price > span {
  font-weight: 800;
}

.regular-price p {
  margin: 3px 0;
}

.regular-price strong {
  text-decoration: line-through;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
}

.offer-arrow {
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
  margin: 12px 0 4px;
}

.special-price span {
  background: var(--orange);
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  padding: 3px 18px;
}

.special-price strong {
  color: var(--orange);
  display: block;
  font-family: var(--serif);
  font-size: 72px;
  line-height: 1.25;
}

.special-price small {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  margin-right: 6px;
}

.special-price em {
  font-size: 28px;
  font-style: normal;
}

.offer-condition {
  border-top: 1px dashed #d3c8b8;
  font-size: 14px;
  margin: 8px 0 22px;
  padding-top: 16px;
}

.offer-cta {
  background: var(--orange);
  border-radius: 8px;
  box-shadow: 0 5px 0 #bd5522;
  color: #fff;
  display: block;
  font-weight: 900;
  padding: 16px;
}

@media (max-width: 760px) {
  .offer-card { padding: 28px 16px 32px; }
  .offer-card h2 { font-size: 27px; }
  .regular-price p { font-size: 13px; }
  .special-price strong { font-size: 58px; }
  .offer-condition { font-size: 12px; }
}

.patient-voices {
  background: var(--paper);
}

.recommendation {
  background: #fff;
}

.recommendation-card {
  background: #fffaf0;
  border: 1px solid #ead7a5;
  border-radius: 14px;
  box-shadow: 0 9px 28px rgba(74, 55, 29, .12);
  overflow: hidden;
}

.recommendation-card > img {
  width: 100%;
}

.recommendation-copy {
  padding: 28px 34px 30px;
  text-align: center;
}

.recommendation-copy h3 {
  color: var(--green);
  font-family: var(--serif);
  font-size: 22px;
  margin: 0 0 10px;
}

.recommendation-copy p {
  font-size: 14px;
  margin: 0;
}

.recommendation-note {
  color: #697571;
  font-size: 11px;
  margin: 15px 0 0;
  text-align: center;
}

.voice-cases {
  display: grid;
  gap: 28px;
}

.voice-case {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 26px rgba(43, 69, 60, .13);
  display: grid;
  grid-template-columns: 48% 1fr;
  overflow: hidden;
}

.voice-images {
  min-height: 370px;
  overflow: hidden;
  position: relative;
}

.voice-main {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.voice-sheet {
  background: #fff;
  border: 3px solid #fff;
  bottom: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .24);
  height: 115px;
  object-fit: cover;
  object-position: top;
  position: absolute;
  right: 14px;
  width: 82px;
}

.voice-content {
  padding: 34px;
}

.voice-profile {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  margin: 0;
}

.voice-content h3 {
  color: var(--orange);
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.5;
  margin: 8px 0 20px;
}

.voice-content dl {
  margin: 0;
}

.voice-content dt {
  color: var(--green);
  font-weight: 800;
  margin-top: 13px;
}

.voice-content dd {
  font-size: 14px;
  margin: 3px 0 0;
}

.voice-disclaimer {
  color: #697571;
  font-size: 11px;
  margin: 20px 0 0;
  text-align: center;
}

@media (max-width: 760px) {
  .voice-case { grid-template-columns: 1fr; }
  .voice-images { min-height: 250px; }
  .voice-main { height: 250px; }
  .voice-sheet { height: 95px; width: 68px; }
  .voice-content { padding: 25px 20px 28px; }
  .voice-content h3 { font-size: 20px; }
  .clinic-photo { height: 210px; }
  .recommendation-copy { padding: 22px 18px 24px; }
  .recommendation-copy h3 { font-size: 19px; }

  .reserve .section-label {
    margin-bottom: 14px !important;
  }

  .reserve h2 {
    display: block !important;
    line-height: 1.55 !important;
    margin: 0 0 28px !important;
    position: static !important;
  }

  .reserve .reserve-note {
    clear: both !important;
    display: block !important;
    line-height: 1.7 !important;
    margin: 0 0 34px !important;
    padding: 0 10px !important;
    position: static !important;
  }
}
