/* 2026-09-19 review: approved screens 1–5 remain untouched. */

/* The brand mark is a continuation of the pale route section, not a second focal point. */
#organizer.premium-organizer { background: #f5fafe; }
#organizer .premium-organizer-stage { isolation: isolate; }
#organizer .premium-organizer-story { background: transparent; }
#organizer .premium-organizer-detail {
  z-index: 0;
  top: -158px;
  right: clamp(28px, 2vw, 30px);
  bottom: auto;
  left: auto;
  width: clamp(420px, 30vw, 540px);
  height: auto;
  color: #edf6ff;
  opacity: 1;
  transform: none;
  pointer-events: none;
}
#organizer .premium-organizer-story,
#organizer .premium-organizer-portrait { z-index: 1; }
#organizer .premium-organizer-portrait {
  align-self: center;
  min-height: 0;
  aspect-ratio: 3 / 2;
}
#organizer .premium-organizer-portrait img {
  object-fit: cover;
  object-position: 20% center;
}

@media (min-width: 901px) {
  #organizer .premium-organizer-portrait {
    width: 100%;
    height: clamp(680px, calc(34vw + 80px), 700px);
    aspect-ratio: auto;
  }
}

/* Scene 02 shares the same baseline, circle and text metrics as the organizer label. */
#china .heihe-entry {
  top: 33px;
  left: max(var(--space), calc((100% - 1640px) / 2 + var(--space)));
  right: max(var(--space), calc((100% - 1640px) / 2 + var(--space)));
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  color: #21364c;
  font: 400 13px/19.5px Golos,sans-serif;
  letter-spacing: .455px;
  text-transform: none;
}
#china .heihe-entry-number {
  display: inline-grid;
  place-items: center;
  flex: none;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 400 11px/1 Golos,sans-serif;
  letter-spacing: normal;
}
#china .heihe-entry p { max-width: none; font: inherit; letter-spacing: inherit; text-transform: none; }

/* Edges of the route scene fade into the block instead of ending in a hard rectangle. */
#geography .premium-atlas-stage { overflow: hidden; }
#geography .premium-atlas-title,
#geography .premium-atlas-lead,
#geography .premium-atlas-cta { position: relative; z-index: 2; }
#geography .premium-atlas-stage::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #142c45 0%, rgba(20,44,69,0) 13%, rgba(20,44,69,0) 72%, #142c45 100%),
    linear-gradient(180deg, rgba(20,44,69,0) 0%, rgba(20,44,69,0) 62%, #142c45 100%),
    radial-gradient(ellipse 36% 36% at 100% 0%, #142c45 0%, rgba(20,44,69,0) 80%);
}
#geography .premium-atlas-attribution { display: none; }

/* Clinical partnership: a medical visual stays contextual and never looks like a dark stock backdrop. */
#clinics.premium-clinics { background: #142c45; }
#clinics .premium-clinics-photo-frame { display: block; width: 100%; height: 100%; }
#clinics .premium-clinics-photo { object-position: center; }
#clinics .premium-clinics-art::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 48% 55% at 0% 100%, #142c45 0%, rgba(20,44,69,.94) 28%, rgba(20,44,69,0) 74%),
    linear-gradient(90deg, #142c45 0%, rgba(20,44,69,.82) 16%, rgba(20,44,69,0) 48%),
    linear-gradient(0deg, rgba(20,44,69,.56) 0%, rgba(20,44,69,0) 24%);
}
#clinics .premium-clinics-folder-logo { display: none; }
#clinics .premium-clinics-wash {
  background: linear-gradient(90deg, #142c45 0%, rgba(20,44,69,.96) 30%, rgba(20,44,69,.62) 53%, rgba(20,44,69,.04) 82%);
}
#clinics .premium-clinics-copy > p:not(.premium-clinics-overline) { max-width: 570px; }

/* The closing section reads as a calm conversation, with the phone number attached to its action. */
#contact.premium-contact { min-height: max(900px, 100svh); background: #fff; }
#contact .premium-contact-photo-frame { display: block; width: 100%; height: 100%; }
#contact .premium-contact-photo img { object-fit: cover; object-position: center 46%; }
#contact .premium-contact-copy { position: relative; z-index: 2; }
#contact .scene-label {
  color: #3578b3;
  font-family: Golos,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: .455px;
}
#contact .scene-label p { max-width: none; margin: 0; font: inherit; line-height: inherit; letter-spacing: inherit; }
#contact .premium-contact-call { display: flex; flex-direction: row; align-items: stretch; gap: 14px; margin-top: 31px; }
#contact .premium-contact-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
  max-width: 550px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
#contact .premium-contact-chips li {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 176px;
  padding: 15px 14px 16px;
  border: 1px solid rgba(53,120,179,.22);
  border-radius: 20px;
  color: #365875;
  background: rgba(246,251,255,.82);
  box-shadow: 0 14px 38px rgba(41,79,110,.07);
}
#contact .premium-contact-chips li:nth-child(2) { background: rgba(238,247,255,.86); }
#contact .premium-contact-chips li:nth-child(3) { background: rgba(248,252,255,.84); }
#contact .premium-contact-card-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(73,153,253,.35);
  border-radius: 12px;
  color: #276fc3;
  background: rgba(255,255,255,.76);
}
#contact .premium-contact-card-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#contact .premium-contact-card-copy { display: grid; gap: 8px; min-width: 0; }
#contact .premium-contact-card-copy strong { color: #21364c; font: 600 13px/1.28 Golos,sans-serif; }
#contact .premium-contact-card-copy > span { color: #587188; font: 400 11px/1.42 Golos,sans-serif; }
#contact .premium-contact-call { margin-top: 27px; }
#contact .premium-contact-bubble {
  transform: translate3d(0, var(--bubble-parallax, 0px), 0);
  will-change: transform;
}
#contact .premium-contact-cta { min-height: 60px; margin-top: 0; }
#contact .premium-contact-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  margin: 0;
  padding: 15px 29px;
  border: 1px solid #81add1;
  border-radius: 999px;
  color: #21364c;
  background: rgba(255,255,255,.72);
  font: 500 15px/1.25 Golos,sans-serif;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .22s ease, background-color .22s ease, color .22s ease;
}
#contact .premium-contact-number svg { flex: none; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
#contact .premium-contact-number:hover { border-color: #276fc3; color: #fff; background: #276fc3; }
#contact .premium-contact-number:focus-visible { outline: 3px solid #247bd5; outline-offset: 4px; }
#contact .premium-contact-bubbles {
  position: absolute;
  top: 50%;
  left: 43%;
  z-index: 1;
  display: grid;
  width: min(27vw, 400px);
  gap: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
#contact .premium-contact-bubble {
  display: block;
  width: min(100%, 270px);
  max-width: none;
  padding: 13px 17px;
  border: 1px solid rgba(33,54,76,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 36px rgba(41,79,110,.11);
  color: #37516a;
  font: 500 14px/1.4 Golos,sans-serif;
}
/* Compact alternating conversation in the free transition zone beside the portrait. */
#contact .premium-contact-bubble::after { display: none; }
#contact .premium-contact-bubble--client { justify-self: start; }
#contact .premium-contact-bubble--evgeny { justify-self: end; background: #e8f4ff; color: #21364c; }
#contact .premium-contact-bubble--client-two { margin-left: 0; }
#contact .premium-contact-bubble--status { justify-self: end; }

/* Complete footer: only approved routes and the confirmed phone number. */
.footer.footer--complete { display: block; padding: 0; color: #e9f4ff; background: #102b46; }
.footer--complete .footer-grid {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(280px,1.2fr) minmax(310px,1.1fr) minmax(250px,1fr) minmax(95px,.45fr);
  gap: clamp(34px,3.2vw,64px);
  align-items: start;
  padding-left: clamp(60px,4vw,80px);
  padding-right: clamp(60px,4vw,80px);
  padding-top: 54px;
  padding-bottom: 27px;
}
.footer--complete a { color: inherit; text-decoration: none; }
.footer--complete a:hover { color: #8fc8ff; }
.footer-brand { display: grid; gap: 20px; }
.footer-brand img { display: block; width: min(100%, 286px); height: auto; }
.footer-brand p { max-width: 300px; color: #b5cee2; font-size: 14px; line-height: 1.5; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(118px,1fr)); gap: 11px 24px; font-size: 14px; }
.footer-contact { display: grid; gap: 10px; align-content: start; font-size: 14px; }
.footer-contact > span { color: #9dc8ef; font-size: 12px; letter-spacing: .03em; }
.footer-contact > a:first-of-type { color: #fff; font-size: 18px; }
.footer--complete .back-top { justify-self: end; color: #b8d6ef; }
.footer--complete .footer-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px clamp(18px,2.2vw,42px);
  margin-top: 12px;
  padding-top: 21px;
  border-top: 1px solid rgba(201,227,246,.2);
  color: #a9c4db;
  font-size: 11px;
  line-height: 1.55;
}
.footer--complete .footer-notes span { min-width: 0; }

@media (max-width: 900px) {
  #china .heihe-entry { top: 26px; }
  #organizer .premium-organizer-detail { display: block; top: 110px; right: -20px; width: min(24vw, 180px); opacity: 1; }
  #organizer .premium-organizer-portrait { aspect-ratio: 1.24 / 1; }
  #organizer .premium-organizer-portrait img { object-position: 20% center; }
  #contact .premium-contact-bubbles { top: 50%; left: 31%; width: min(45vw, 390px); gap: 11px; }
  #contact .premium-contact-bubble { width: min(100%, 220px); padding: 11px 13px; font-size: 12px; }
  .footer--complete .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 31px; padding-left: var(--space); padding-right: var(--space); }
  .footer--complete .back-top { grid-column: 3; }
  .footer--complete .footer-notes { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .footer--complete .footer-grid { grid-template-columns: minmax(0,1.1fr) minmax(0,1.1fr) minmax(0,.9fr) auto; gap: 24px; padding-left: var(--space); padding-right: var(--space); }
  .footer--complete .footer-nav { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 16px; }
}

/* At tablet widths, keep the conversation in the image field instead of letting it cross the headline. */
@media (min-width: 761px) and (max-width: 1100px) {
  #contact.premium-contact { display: flex; flex-direction: column; min-height: 0; }
  #contact .premium-contact-photo { position: relative; inset: auto; z-index: 0; order: 2; width: 100%; aspect-ratio: 1.55; overflow: hidden; }
  #contact .premium-contact-photo img { object-position: 64% 43%; }
  #contact .premium-contact-inner { order: 1; width: 100%; min-height: 0; padding-top: 52px; padding-bottom: 48px; }
  #contact .premium-contact-copy { max-width: 640px; margin: 42px 0 0; padding: 0; }
  #contact .premium-contact-copy h2 { max-width: 640px; }
  #contact .premium-contact-bubbles { top: 50%; left: 5%; width: 56%; gap: 11px; }
  #contact .premium-contact-bubble { width: min(100%, 230px); padding: 10px 12px; font-size: 11px; line-height: 15px; }
  #contact .premium-contact-bubble--client-two { margin-left: 0; }
}

@media (max-width: 760px) {
  #china .heihe-entry { top: 22px; font-size: 11px; line-height: 16.5px; letter-spacing: .385px; }
  #china .heihe-entry-number { width: 32px; height: 32px; font-size: 10px; }
  #clinics .premium-clinics-photo { object-position: 70% center; }
  #clinics .premium-clinics-art::after {
    background:
      radial-gradient(ellipse 75% 72% at 0% 100%, #142c45 0%, rgba(20,44,69,.92) 24%, rgba(20,44,69,0) 70%),
      linear-gradient(90deg, #142c45 0%, rgba(20,44,69,.86) 13%, rgba(20,44,69,0) 50%),
      linear-gradient(0deg, rgba(20,44,69,.72) 0%, rgba(20,44,69,0) 28%);
  }
  #contact.premium-contact { min-height: 0; }
  #contact .scene-label { font-size: 11px; line-height: 16.5px; font-weight: 400; letter-spacing: .385px; }
  #contact .premium-contact-photo { aspect-ratio: .75 / 1; overflow: hidden; }
  #contact .premium-contact-photo img { object-position: 88% 43%; }
  #contact .premium-contact-bubbles { top: 50%; left: 4%; width: 59%; gap: 10px; }
  #contact .premium-contact-bubble { width: min(100%, 210px); max-width: none; padding: 8px 10px; font-size: 10px; line-height: 14px; }
  #contact .premium-contact-bubble--client-two { margin-left: 0; }
  #contact .premium-contact-chips { grid-template-columns: 1fr; gap: 9px; max-width: 100%; }
  #contact .premium-contact-chips li { display: grid; grid-template-columns: 40px 1fr; gap: 13px; min-height: 0; padding: 13px 14px; border-radius: 17px; }
  #contact .premium-contact-card-icon { grid-column: 1; grid-row: 1; width: 40px; height: 40px; margin: 0; }
  #contact .premium-contact-card-copy { grid-column: 2; grid-row: 1; gap: 5px; }
  #contact .premium-contact-card-copy strong { font-size: 12px; }
  #contact .premium-contact-card-copy > span { font-size: 10px; line-height: 1.4; }
  #contact .premium-contact-call { display: grid; grid-template-columns: 1fr; width: min(100%,390px); }
  #contact .premium-contact-number { justify-content: center; width: 100%; min-height: 54px; padding-inline: 24px; font-size: 14px; }
  .footer--complete .footer-grid { grid-template-columns: 1fr; gap: 26px; padding: 43px var(--space) 27px; }
  .footer--complete .back-top { grid-column: 1; grid-row: auto; justify-self: start; }
  .footer--complete .footer-notes { grid-template-columns: 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  #contact .premium-contact-bubble { transform: none !important; will-change: auto; }
}

@media (max-width: 420px) {
  #organizer .premium-organizer-detail { top: 195px; right: -30px; width: 118px; opacity: 1; }
  #contact .premium-contact-bubbles { width: 61%; }
  .footer--complete .footer-grid { display: grid; }
  .footer-brand, .footer-nav, .footer-contact { width: auto; }
  .footer--complete .back-top { margin-left: 0; }
}
