/* Local rebuild after the two approved opening sections. */

#directions {
  padding: clamp(84px, 8vw, 128px) 0 clamp(88px, 8vw, 132px);
  background: #19334d;
  color: #f5fafe;
}

#directions .directions-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  align-items: end;
  gap: 8%;
  margin-bottom: 46px;
}

#directions .directions-kicker { color: #a7d0ff; }
#directions .directions-head h2 {
  max-width: 800px;
  color: #fff;
  font: 450 clamp(54px, 5.1vw, 78px)/1.06 var(--display);
  letter-spacing: -.06em;
}
#directions .directions-head > p {
  max-width: 39ch;
  color: #dceafa;
  font: 400 18px/1.48 Golos, sans-serif;
}

#directions .directions-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(0, .87fr);
  gap: 17px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

#directions .direction-item,
#directions .direction-item:nth-child(n) {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
  grid-template-rows: 1fr auto auto;
  align-items: end;
  gap: 0;
  min-height: 350px;
  padding: 30px 24px 31px 32px;
  border: 0;
  border-radius: 17px;
  overflow: hidden;
  isolation: isolate;
  background: #244562;
  box-shadow: inset 0 1px rgba(255,255,255,.15);
}
#directions .direction-item:first-child { min-height: 400px; background: #275070; }
#directions .direction-item:nth-child(2) { background: #21415d; }
#directions .direction-item:nth-child(3) { grid-template-columns: minmax(0, 1fr) minmax(0, 34%); background: #203b56; }
#directions .direction-item:nth-child(4) { background: #2a4962; }
#directions .direction-index { display: none; }
#directions .direction-art {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 4;
  width: 100%;
  height: 100%;
  min-height: 285px;
  overflow: visible;
  align-self: stretch;
}
#directions .direction-art img,
#directions .direction-item:nth-child(n) .direction-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  transform: none;
  filter: drop-shadow(0 18px 30px rgba(5,20,35,.18));
}
#directions .direction-item h3 {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  max-width: 12ch;
  padding: 0;
  margin: 0;
  color: #fff;
  font: 450 clamp(26px, 2.35vw, 38px)/1.14 var(--display);
  letter-spacing: -.045em;
  overflow-wrap: normal;
}
#directions .direction-item:nth-child(3) h3 { max-width: none; }
#directions .direction-note {
  grid-column: 1;
  grid-row: 3;
  align-self: start;
  max-width: 30ch;
  margin: 13px 0 0;
  color: #dbe9f6;
  font: 400 15px/1.42 Golos, sans-serif;
}
#directions .directions-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 38px;
  padding: 0;
  border: 0;
}
#directions .directions-foot > div:first-child { max-width: 610px; }
#directions .directions-foot > div:last-child { justify-self: auto; max-width: none; }
#directions .directions-label { color: #9fcaff; }
#directions .directions-foot p { color: #dceafa; font-size: 15px; }
#directions .directions-foot .directions-cta { min-width: 325px; }

/* Preserve the rev6 scroll activation in v8-curated.js. Only its geometry is tuned. */
#route.route-continuation { padding: 0 0 16px; background: #edf6ff; }
#route .route-layout {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  align-items: start;
  gap: 7%;
}
#route .route-intro {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding: 65px 0;
}
#route .route-intro h2 {
  max-width: 600px;
  font: 450 clamp(54px, 4.5vw, 72px)/1.08 var(--display);
  letter-spacing: -.06em;
}
#route .route-lead { max-width: 41ch; margin-top: 26px; font-size: 18px; }
#route .route-label { max-width: 500px; margin-top: 26px; padding-top: 0; border: 0; font-size: 17px; }
#route .route-detail { display: block; max-width: 42ch; margin-top: 18px; color: #435e78; font-size: 16px; line-height: 1.5; }
#route .route-cta-note { display: none; }
#route .route-steps { margin: 0; padding: 0; }
#route .route-step, #route .route-step:last-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 44%);
  grid-template-rows: minmax(210px, auto) auto;
  align-content: center;
  gap: 8px 12px;
  min-height: 76svh;
  padding: 42px 0;
  border: 0;
  transition: opacity .38s ease, transform .5s ease;
}
#route .route-number {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  color: #2d78b9;
  font-size: clamp(140px, 14vw, 210px);
  line-height: .95;
}
#route .route-icon {
  grid-column: 2;
  grid-row: 1;
  justify-self: stretch;
  align-self: center;
  width: 100%;
  height: 280px;
  border: 0;
}
#route .route-icon img { width: 100%; height: 100%; object-fit: contain; }
#route .route-step > div:last-child { grid-column: 1 / -1; grid-row: 2; max-width: 52ch; margin: 10px 0 0; }
#route .route-step h3 { font-size: clamp(28px, 2.55vw, 38px); margin-bottom: 12px; }
#route .route-step p { max-width: 49ch; font-size: 18px; }
#route.route-continuation.motion-ready .route-step:not(.is-active) { opacity: .42; transform: translateY(12px); }
#route.route-continuation.motion-ready .route-step > div:last-child { transition: opacity .32s ease; }
#route.route-continuation.motion-ready .route-step:not(.is-active) > div:last-child { opacity: 0; }
#route .route-disclaimer { padding: 14px 0 72px; }
#route .route-disclaimer p { max-width: 63ch; }

@media (max-width: 1100px) {
  #directions .direction-item, #directions .direction-item:nth-child(n) { min-height: 310px; padding: 24px; }
  #directions .direction-item:first-child { min-height: 340px; }
  #directions .direction-art { min-height: 245px; }
  #directions .direction-item h3 { font-size: clamp(23px, 2.5vw, 30px); }
  #route .route-step, #route .route-step:last-child { min-height: 67svh; }
  #route .route-icon { height: 215px; }
  #route .route-number { font-size: clamp(116px, 13vw, 160px); }
}

@media (max-width: 900px) {
  #directions .directions-head { grid-template-columns: 1fr; gap: 20px; }
  #directions .directions-head > p { max-width: 56ch; }
  #directions .directions-grid { gap: 13px; }
  #directions .direction-item, #directions .direction-item:nth-child(n) { grid-template-columns: 1fr; grid-template-rows: 175px auto auto; min-height: 0; }
  #directions .direction-art { grid-column: 1; grid-row: 1; width: 100%; height: 175px; min-height: 0; }
  #directions .direction-item h3 { grid-column: 1; grid-row: 2; margin-top: 16px; }
  #directions .direction-note { grid-column: 1; grid-row: 3; }
  #route .route-layout { gap: 5%; }
  #route .route-intro h2 { font-size: 44px; }
  #route .route-lead { font-size: 16px; }
  #route .route-detail { font-size: 15px; }
  #route .route-step, #route .route-step:last-child { grid-template-columns: 1fr 40%; min-height: 66svh; }
  #route .route-icon { height: 180px; }
  #route .route-number { font-size: 110px; }
  #route .route-step p { font-size: 16px; }
}

@media (max-width: 700px) {
  #directions { padding: 68px 0 76px; }
  #directions .directions-head { margin-bottom: 29px; }
  #directions .directions-head h2 { font-size: clamp(35px, 9vw, 46px); }
  #directions .directions-head > p { font-size: 16px; }
  #directions .directions-grid { display: grid; grid-template-columns: 1fr; gap: 13px; }
  #directions .direction-item, #directions .direction-item:nth-child(n), #directions .direction-item:first-child {
    grid-template-columns: minmax(0, 100px) minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    min-height: 190px;
    padding: 16px 17px 17px 11px;
    border: 0;
    border-radius: 13px;
  }
  #directions .direction-art { grid-column: 1; grid-row: 1 / 3; width: 118px; height: 158px; min-height: 0; margin-left: -9px; }
  #directions .direction-item h3 { grid-column: 2; grid-row: 1; align-self: end; max-width: none; margin: 0; padding: 0; font-size: clamp(19px, 5.4vw, 24px); }
  #directions .direction-item:nth-child(3) h3 { font-size: 19px; letter-spacing: -.05em; }
  #directions .direction-note { grid-column: 2; grid-row: 2; align-self: start; margin: 10px 0 0; font-size: 14px; line-height: 1.34; }
  #directions .directions-foot { display: block; margin-top: 26px; }
  #directions .directions-foot > div:last-child { margin-top: 21px; }
  #directions .directions-foot p { font-size: 14px; }
  #directions .directions-foot .directions-cta { width: 100%; min-width: 0; }

  #route.route-continuation { padding: 67px 0 0; }
  #route .route-layout { display: block; }
  #route .route-intro { position: relative; top: auto; min-height: 0; padding: 0 0 20px; }
  #route .route-intro h2 { font-size: clamp(35px, 8.8vw, 45px); }
  #route .route-lead { font-size: 16px; }
  #route .route-detail { font-size: 15px; }
  #route .route-label { font-size: 14px; margin-top: 18px; }
  #route .route-steps { margin-top: 12px; }
  #route .route-step, #route .route-step:last-child {
    grid-template-columns: minmax(0, 1fr) minmax(0, 43%);
    grid-template-rows: 158px auto;
    gap: 6px 8px;
    min-height: 0;
    padding: 29px 0 42px;
  }
  #route .route-number { font-size: clamp(78px, 22vw, 100px); }
  #route .route-icon { height: 158px; }
  #route .route-step > div:last-child { margin-top: 9px; }
  #route .route-step h3 { font-size: 25px; }
  #route .route-step p { font-size: 16px; }
  #route.route-continuation.motion-ready .route-step:not(.is-active) { opacity: 1; transform: none; }
  #route.route-continuation.motion-ready .route-step:not(.is-active) > div:last-child { opacity: 1; }
  #route .route-disclaimer { padding: 3px 0 56px; }
  #route .route-disclaimer p { font-size: 13px; }
}

@media (max-width: 380px) {
  #directions .direction-item, #directions .direction-item:nth-child(n), #directions .direction-item:first-child { grid-template-columns: 90px minmax(0, 1fr); }
  #directions .direction-art { width: 110px; margin-left: -10px; }
  #directions .direction-item h3 { font-size: 19px; }
  #directions .direction-item:nth-child(3) h3 { font-size: clamp(17.5px, 4.8vw, 18px); }
  #directions .direction-note { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  #route .route-intro { position: relative; min-height: 0; padding-top: 70px; }
  #route .route-step, #route .route-step:last-child { opacity: 1 !important; transform: none !important; transition: none !important; }
  #route .route-step > div:last-child { opacity: 1 !important; transition: none !important; }
}

/* The trip stays one photographic scene; the reveal is still driven by rev2-heihe.js. */
#china.heihe-story { margin-top: 80px; background: #f5fafe; }
#china .heihe-stage { min-height: 0; }
#china .heihe-entry { justify-content: flex-start; align-items: center; color: #21364c; font-weight: 500; }
#china .heihe-entry-number { display: inline-grid; flex: none; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
#china .heihe-entry p { max-width: 55ch; font-size: 12px; line-height: 1.35; }
#china .heihe-content { align-items: center; }
#china .heihe-copy { width: min(48%, 610px); }
#china .heihe-kicker { color: #d8eaff; }
#china .heihe-copy h2 {
  max-width: 11ch;
  margin: 20px 0 20px;
  font: 450 clamp(50px, 5.2vw, 78px)/1.08 var(--display);
  letter-spacing: -.055em;
}
#china .heihe-lead { max-width: 50ch; font-size: 18px; line-height: 1.42; }
#china .heihe-scope { max-width: 55ch; margin-top: 14px; font-size: 15px; line-height: 1.43; }
#china .heihe-date { margin-top: 15px; font-size: 14px; line-height: 1.35; color: #cde4fa; }
#china .heihe-actions { margin-top: 21px; }
#china .heihe-cta { width: min(100%, 368px); }
#china .heihe-cashback {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 18px;
  width: fit-content;
  max-width: 100%;
  margin-top: 15px;
  padding: 11px 15px;
  border: 1px solid rgba(191,221,249,.45);
  border-radius: 9px;
  background: rgba(12,37,60,.42);
  backdrop-filter: blur(10px);
}
#china .heihe-cashback strong { color: #fff; font: 450 16px/1.25 var(--display); letter-spacing: -.04em; white-space: nowrap; }
#china .heihe-cashback span { color: #e1effc; font-size: 13px; line-height: 1.3; }

#organizer.organizer { margin: 0; padding: 102px 0 112px; background: #f5fafe; }
#organizer .scene-label, #geography .scene-label, #faq .scene-label, #clinics .scene-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 37px;
  color: #3578b3;
  font-size: 13px;
  letter-spacing: .035em;
}
#organizer .scene-label > span, #geography .scene-label > span, #faq .scene-label > span, #clinics .scene-label > span {
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
}
#organizer .organizer-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 8%;
  padding: 0;
}
#organizer .portrait { min-width: 0; }
#organizer .portrait img { display: block; width: 100%; aspect-ratio: .96; object-fit: cover; object-position: 48% 43%; border-radius: 3px; }
#organizer .portrait figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0 0; border: 0; }
#organizer .portrait strong { font: 450 23px/1.3 var(--display); }
#organizer .portrait figcaption span { align-self: end; max-width: 22ch; color: #52687d; font-size: 13px; text-align: right; }
#organizer .organizer-copy h2 {
  max-width: 11ch;
  margin: 0 0 30px;
  font: 450 clamp(47px, 4.7vw, 72px)/1.09 var(--display);
  letter-spacing: -.055em;
}
#organizer .organizer-copy > p { max-width: 51ch; font-size: 19px; line-height: 1.5; }
#organizer .organizer-copy > p + p { margin-top: 19px; color: #4d6174; }
#organizer .organizer-copy .text-link { margin-top: 31px; font-size: 17px; }
#organizer .organizer-boundary { display: grid; grid-template-columns: 1.04fr .96fr; gap: 17px; margin-top: 50px; }
#organizer .organizer-boundary > div { display: flex; align-items: center; min-height: 160px; padding: 29px 34px; border-radius: 11px; font: 450 clamp(20px, 2vw, 28px)/1.3 var(--display); letter-spacing: -.04em; }
#organizer .organizer-own { color: #fff; background: #285d8c; }
#organizer .organizer-clinic { color: #21364c; background: #e0edf8; }

#geography.geography-section { padding: 100px 0 112px; background: #e6f2fc; }
#geography h2 { max-width: 1010px; margin: 0 0 47px; font: 450 clamp(48px, 4.6vw, 70px)/1.1 var(--display); letter-spacing: -.055em; }
#geography .geography-layout { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: 7%; align-items: stretch; }
#geography .geography-current {
  display: flex;
  flex-direction: column;
  min-height: 550px;
  padding: 37px 39px;
  border-radius: 16px;
  color: #f5fafe;
  background: linear-gradient(145deg, #326b9c 0%, #1c3c5b 67%, #142b43 100%);
  overflow: hidden;
}
#geography .geography-status { color: #cce5fc; font-size: 13px; }
#geography .geography-place { display: flex; flex-direction: column; margin: auto 0 23px; font: 450 clamp(52px, 5vw, 82px)/1.08 var(--display); letter-spacing: -.065em; }
#geography .geography-place span { color: #a8d2ff; }
#geography .geography-current p { max-width: 39ch; margin-bottom: 27px; font-size: 17px; line-height: 1.45; }
#geography .geography-cta { width: min(100%, 390px); min-height: 60px; border-radius: 999px; color: #16314b; background: #91c6ff; }
#geography .geography-cta:hover { background: #fff; }
#geography .geography-future { display: flex; flex-direction: column; justify-content: center; padding: 12px 0; }
#geography .geography-future-label { align-self: start; margin-bottom: 21px; color: #2c70aa; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
#geography .geography-places { max-width: 20ch; margin: 0 0 28px; color: #21364c; font: 450 clamp(25px, 2.4vw, 35px)/1.33 var(--display); letter-spacing: -.045em; }
#geography .geography-places span { color: #6da7d8; }
#geography .geography-future > p:not(.geography-places) { max-width: 48ch; margin: 0 0 15px; color: #4a6076; font-size: 17px; line-height: 1.48; }
#geography .geography-future .text-link { align-self: flex-start; margin-top: 14px; font-size: 16px; }

#faq.faq { padding: 100px 0 108px; background: #f5fafe; }
#faq .faq-layout { display: grid; grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr); gap: 8%; align-items: start; padding: 0; }
#faq .faq-intro h2 { max-width: 12ch; margin: 0 0 34px; font: 450 clamp(48px, 4.3vw, 68px)/1.12 var(--display); letter-spacing: -.055em; }
#faq .faq-intro .text-link { font-size: 16px; }
#faq .faq-list { min-width: 0; }
#faq .faq-list details { border-bottom: 1px solid rgba(33,54,76,.18); }
#faq .faq-list details:first-child { border-top: 1px solid rgba(33,54,76,.18); }
#faq .faq-list details[open] { margin: 8px -22px; padding: 0 22px; border: 0; border-radius: 10px; background: #e6f2fc; }
#faq .faq-list summary { min-height: 76px; padding: 18px 0; color: #21364c; font: 450 clamp(19px, 1.6vw, 24px)/1.33 var(--display); letter-spacing: -.035em; }
#faq .faq-list details:first-child summary { min-height: 76px; padding-top: 18px; }
#faq .faq-list summary > svg { flex: none; width: 20px; height: 20px; }
#faq .faq-answer { max-width: 62ch; padding: 0 28px 25px 0; color: #4b6176; font-size: 17px; line-height: 1.5; }

#clinics.clinics { display: block; padding: 108px 0 112px; color: #f5fafe; background: #235783; }
#clinics .clinics-inner { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr); gap: 8%; align-items: stretch; }
#clinics .scene-label { color: #bfddfc; }
#clinics h2 { max-width: 12ch; margin: 0 0 34px; color: #fff; font: 450 clamp(54px, 4.8vw, 74px)/1.08 var(--display); letter-spacing: -.055em; }
#clinics .clinics-copy > p:not(.scene-label):not(.clinics-note) { max-width: 56ch; margin: 0 0 16px; color: #e5f1fc; font-size: 18px; line-height: 1.5; }
#clinics .clinics-cta { width: min(100%, 385px); min-height: 60px; margin-top: 18px; border-radius: 999px; color: #17344e; background: #fff; }
#clinics .clinics-cta:hover { background: #b4d8ff; color: #17344e; }
#clinics .clinics-note { margin-top: 15px; color: #cee6fc; font-size: 14px; }
#clinics .clinics-prompts { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 38px 0; }
#clinics .clinics-prompts > span { margin-bottom: 33px; color: #bfddfc; font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
#clinics .clinics-prompts ul { list-style: none; display: grid; gap: 27px; margin: 0; padding: 0; }
#clinics .clinics-prompts li { max-width: 14ch; color: #fff; font: 450 clamp(26px, 2.6vw, 39px)/1.28 var(--display); letter-spacing: -.045em; }
#clinics .clinics-prompts li::before { content: "↗"; display: inline-block; margin-right: 13px; color: #a7d2ff; font: 400 25px Golos, sans-serif; }

#contact.contact { padding: 78px 0 86px; color: #21364c; background: #e6f2fc; }
#contact > .wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 8%; align-items: center; }
#contact h2 { max-width: 12ch; font: 450 clamp(44px, 4.3vw, 65px)/1.12 var(--display); letter-spacing: -.055em; }
#contact p { max-width: 37ch; margin: 0 0 24px; font-size: 18px; line-height: 1.5; }
#contact .button { width: min(100%, 350px); min-height: 60px; border-radius: 999px; background: #4999fd; color: #17344e; }
#contact .button:hover { color: #fff; background: #21364c; }

#request-modal .modal-heading p { white-space: normal; }
#request-modal .modal-heading p a { color: #285f94; text-decoration: underline; text-underline-offset: 2px; }
#request-modal .form-field[hidden], #request-modal .custom-select[hidden] { display: none !important; }
#request-modal .city-field, #request-modal .clinic-field, #request-modal .interest-field { grid-column: 1 / -1; }
#request-modal .custom-option[hidden] { display: none !important; }
#request-modal .custom-select-trigger:focus-visible, #request-modal .form-field > input:focus-visible,
#request-modal .form-field textarea:focus-visible, #request-modal .form-submit:focus-visible,
#request-modal .modal-close:focus-visible { outline: 3px solid #4999fd; outline-offset: 3px; }

#china .button, #directions .button, #route .button, #organizer .text-link,
#geography .button, #geography .text-link, #faq .text-link, #clinics .button, #contact .button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
#china .button:focus-visible, #directions .button:focus-visible, #route .button:focus-visible,
#organizer .text-link:focus-visible, #geography .button:focus-visible, #geography .text-link:focus-visible,
#faq .text-link:focus-visible, #clinics .button:focus-visible, #contact .button:focus-visible {
  outline: 3px solid #98caff;
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  #china .heihe-copy { width: 52%; }
  #china .heihe-copy h2 { font-size: 55px; }
  #china .heihe-lead { font-size: 16px; }
  #china .heihe-scope { font-size: 14px; }
  #organizer .organizer-copy h2 { font-size: 48px; }
  #organizer .organizer-copy > p { font-size: 17px; }
  #geography .geography-current { min-height: 480px; }
  #clinics h2 { font-size: 57px; }
  #clinics .clinics-copy > p:not(.scene-label):not(.clinics-note) { font-size: 16px; }
}

@media (max-width: 900px) {
  #organizer .organizer-layout { gap: 5%; }
  #organizer .portrait img { aspect-ratio: .82; }
  #organizer .organizer-copy h2 { font-size: 39px; }
  #organizer .organizer-copy > p { font-size: 16px; }
  #geography .geography-layout { gap: 4%; }
  #geography .geography-current { min-height: 470px; padding: 30px; }
  #geography .geography-future > p:not(.geography-places) { font-size: 15px; }
  #faq .faq-layout { gap: 5%; }
  #faq .faq-intro h2 { font-size: 43px; }
  #clinics .clinics-inner { gap: 5%; }
  #clinics h2 { font-size: 45px; }
  #clinics .clinics-prompts li { font-size: 26px; }
}

@media (max-width: 700px) {
  #china.heihe-story { margin-top: 52px; }
  #china .heihe-stage { height: 100svh; }
  #china .heihe-entry { font-size: 10px; }
  #china .heihe-entry-number { width: 29px; height: 29px; font-size: 10px; }
  #china .heihe-entry p { font-size: 10px; }
  #china .heihe-content { align-items: flex-end; padding: 17px 22px 22px; }
  #china .heihe-copy { width: 100%; }
  #china .heihe-kicker { flex-direction: row; align-items: center; gap: 12px; font-size: 10px; }
  #china .heihe-copy h2 { max-width: none; margin: 11px 0 13px; font-size: clamp(35px, 9.2vw, 47px); line-height: 1.08; }
  #china .heihe-lead { font-size: 15px; line-height: 1.38; }
  #china .heihe-scope { margin-top: 11px; font-size: 14px; line-height: 1.36; }
  #china .heihe-date { margin-top: 11px; font-size: 13px; }
  #china .heihe-actions { margin-top: 13px; }
  #china .heihe-cta { min-height: 54px; font-size: 14px; }
  #china .heihe-cashback { gap: 3px 10px; margin-top: 10px; padding: 9px 11px; }
  #china .heihe-cashback strong { font-size: 14px; }
  #china .heihe-cashback span { font-size: 11px; }

  #organizer.organizer { padding: 72px 0 80px; }
  #organizer .scene-label, #geography .scene-label, #faq .scene-label, #clinics .scene-label { margin-bottom: 23px; font-size: 11px; }
  #organizer .organizer-layout { display: block; }
  #organizer .portrait img { aspect-ratio: 1.23; object-position: 48% 33%; }
  #organizer .portrait figcaption { padding-top: 11px; }
  #organizer .portrait strong { font-size: 19px; }
  #organizer .portrait figcaption span { font-size: 11px; }
  #organizer .organizer-copy { margin-top: 34px; }
  #organizer .organizer-copy h2 { font-size: clamp(35px, 9vw, 46px); margin-bottom: 23px; }
  #organizer .organizer-copy > p { font-size: 16px; }
  #organizer .organizer-copy > p + p { margin-top: 15px; }
  #organizer .organizer-copy .text-link { margin-top: 23px; }
  #organizer .organizer-boundary { display: block; margin-top: 34px; }
  #organizer .organizer-boundary > div { min-height: 0; padding: 24px 25px; font-size: 19px; }
  #organizer .organizer-boundary > div + div { margin-top: 10px; }

  #geography.geography-section { padding: 74px 0 83px; }
  #geography h2 { margin-bottom: 31px; font-size: clamp(35px, 8.6vw, 44px); }
  #geography .geography-layout { display: block; }
  #geography .geography-current { min-height: 0; padding: 28px 25px; }
  #geography .geography-place { margin: 58px 0 18px; font-size: 53px; }
  #geography .geography-current p { font-size: 15px; }
  #geography .geography-cta { width: 100%; min-height: 57px; font-size: 14px; }
  #geography .geography-future { padding: 44px 2px 0; }
  #geography .geography-places { max-width: 22ch; font-size: 25px; }
  #geography .geography-future > p:not(.geography-places) { font-size: 15px; }
  #geography .geography-future .text-link { font-size: 15px; }

  #faq.faq { padding: 76px 0 83px; }
  #faq .faq-layout { display: block; }
  #faq .faq-intro h2 { margin-bottom: 20px; font-size: clamp(35px, 8.6vw, 45px); }
  #faq .faq-intro .text-link { margin-bottom: 25px; font-size: 15px; }
  #faq .faq-list details[open] { margin: 8px -12px; padding: 0 12px; }
  #faq .faq-list summary { min-height: 67px; padding: 15px 0; font-size: 18px; }
  #faq .faq-answer { padding: 0 18px 21px 0; font-size: 15px; }

  #clinics.clinics { padding: 77px 0 82px; }
  #clinics .clinics-inner { display: block; }
  #clinics h2 { font-size: clamp(37px, 9vw, 47px); margin-bottom: 26px; }
  #clinics .clinics-copy > p:not(.scene-label):not(.clinics-note) { font-size: 16px; }
  #clinics .clinics-cta { width: 100%; min-height: 57px; }
  #clinics .clinics-prompts { margin-top: 42px; padding: 28px 0 0; border-top: 1px solid rgba(226,241,255,.32); }
  #clinics .clinics-prompts > span { margin-bottom: 21px; }
  #clinics .clinics-prompts ul { gap: 18px; }
  #clinics .clinics-prompts li { font-size: 25px; }

  #contact.contact { padding: 65px 0 70px; }
  #contact > .wrap { display: block; }
  #contact h2 { font-size: clamp(36px, 8.8vw, 45px); }
  #contact p { margin: 23px 0 21px; font-size: 16px; }
  #contact .button { width: 100%; min-height: 58px; }
}

@media (max-width: 400px) and (max-height: 700px) {
  #china .heihe-content { padding: 12px 20px 17px; }
  #china .heihe-copy h2 { font-size: 32px; margin: 7px 0 10px; }
  #china .heihe-lead { font-size: 13px; line-height: 1.31; }
  #china .heihe-scope { font-size: 12px; line-height: 1.28; margin-top: 8px; }
  #china .heihe-date { font-size: 11px; margin-top: 8px; }
  #china .heihe-actions { margin-top: 10px; }
  #china .heihe-cta { min-height: 50px; }
  #china .heihe-cashback { margin-top: 7px; padding: 7px 9px; }
  #china .heihe-cashback strong { font-size: 13px; }
  #china .heihe-cashback span { font-size: 10px; }
}
