/* V4 — quieter premium refinement while real clinic photos are pending */

.site-header { top: 10px; }
.header-inner { min-height: 66px; padding: 7px 12px; border-radius: 21px; }

.logo { gap: 11px; }
.logo__img,
.logo__mark { display: none !important; }
.logo__monogram {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  color: #f5fffe;
  background:
    radial-gradient(circle at 76% 22%, rgba(215,241,154,.85) 0 4px, transparent 5px),
    linear-gradient(145deg, #0b3944, #087f80);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 8px 22px rgba(8,40,50,.16);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}
.logo__monogram::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 8px;
  height: 6px;
  border-bottom: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.logo__desc { font-size: 8px; letter-spacing: .11em; }
.logo__name { font-size: 18px; letter-spacing: -.01em; }
.main-nav { gap: 26px; }
.main-nav a { font-size: 13px; }
.header-phone { font-size: 14px; }
.header-tg { min-height: 46px; padding: 12px 19px; font-size: 13px; }

.hero { min-height: 775px; padding-top: 82px; padding-bottom: 104px; }
.hero::before {
  background:
    linear-gradient(90deg, #061f29 0%, rgba(6,31,41,.97) 36%, rgba(6,31,41,.7) 55%, rgba(6,31,41,.12) 100%),
    linear-gradient(0deg, rgba(6,31,41,.54), transparent 42%);
}
.hero__grid { min-height: 575px; }
.hero-art { top: -82px; bottom: -104px; }
.hero-art img { opacity: .93; object-position: 62% center; }
.hero__copy { width: min(625px, 53%); padding-top: 38px; }
.hero h1 { max-width: 630px; font-size: clamp(61px, 6vw, 90px); line-height: .88; }
.hero__accent { margin-top: 17px; }
.hero__sub { max-width: 520px; font-size: 17px; line-height: 1.55; }
.hero__cta { margin-top: 30px; }
.hero__trust { max-width: 610px; margin-top: 27px; gap: 17px; }
.hero__trust li { font-size: 12px; }

.hero-visual {
  right: 18px;
  bottom: -32px;
  width: 312px;
  padding: 16px;
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(0,0,0,.22);
}
.hero-visual__code { margin-bottom: 5px; font-size: 9px; }
.hero-visual__top { padding-bottom: 9px; }
.hero-visual__label { font-size: 13px; }
.hero-visual__badge { padding: 6px 9px; font-size: 10px; }
.route { gap: 8px; padding: 13px 0 3px; }
.route__point { padding-left: 14px; }
.route__point span { font-size: 14px; }
.route__point small { display: none; }
.route__line { width: 36px; }
.route__line span { top: -17px; font-size: 8px; }
.scroll-cue { bottom: -30px; }
.clinic-strip { margin-top: -22px; }

/* Honest non-photo presentation until real materials arrive. */
.photos-pending .photo-pair { gap: 12px; margin-top: 24px; }
.photos-pending .photo-pair .photo {
  min-height: 164px;
  padding: 24px;
  justify-content: flex-end;
  border-radius: 24px;
  text-align: left;
  background: linear-gradient(145deg, #ffffff, #e8f3ef);
}
.photos-pending .photo-pair .photo:first-child { background: linear-gradient(145deg, #0d3540, #176f76); }
.photos-pending .photo-pair .photo::before {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 38px;
  height: 38px;
  margin: 0;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 9px rgba(169,225,217,.11);
}
.photos-pending .photo-pair .photo:last-child::before { border-color: rgba(8,40,50,.16); }
.photos-pending .photo-pair figcaption { max-width: 320px; font-size: 16px; }
.photos-pending .photo--portrait { display: none; }
.photos-pending .galina {
  position: relative;
  display: block;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  background:
    radial-gradient(420px 260px at 100% 0%, rgba(169,225,217,.34), transparent 68%),
    linear-gradient(145deg, #fff, #edf5f2);
}
.photos-pending .galina::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(8,40,50,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(169,225,217,.08), 0 0 0 68px rgba(169,225,217,.05);
  pointer-events: none;
}
.photos-pending .galina__text { position: relative; z-index: 1; max-width: 780px; }
.photos-pending .photo-grid { display: none; }

@media (max-width: 1100px) {
  .main-nav { display: none; }
  .hero__copy { width: min(620px, 62%); }
  .hero-visual { right: 6px; }
}

@media (max-width: 899px) {
  .hero { min-height: 760px; padding-top: 70px; }
  .hero-art { top: -70px; }
  .hero__copy { width: min(600px, 72%); padding-top: 22px; }
  .hero-visual { width: min(330px, 100%); margin-top: 46px; }
}

@media (max-width: 719px) {
  .header-inner { min-height: 58px; padding: 6px 8px 6px 10px; }
  .logo__monogram { width: 38px; height: 38px; flex-basis: 38px; border-radius: 12px; font-size: 12px; }
  .logo__name { font-size: 17px; }
  .header-tg { min-height: 40px; padding: 10px 13px; font-size: 12px; }
  .hero { min-height: 810px; padding-top: 60px; }
  .hero-art { top: -60px; }
  .hero-art img { object-position: 66% center; }
  .hero__copy { width: 100%; padding-top: 16px; }
  .hero h1 { font-size: 43px; }
  .hero__sub { max-width: 430px; font-size: 15px; }
  .hero__trust { gap: 9px 16px; }
  .hero-visual { left: 14px; right: 14px; bottom: -74px; width: auto; padding: 14px; }
  .clinic-strip { margin-top: 58px; }
  .photos-pending .photo-pair { grid-template-columns: 1fr; }
  .photos-pending .photo-pair .photo { min-height: 138px; }
  .photos-pending .galina { padding: 26px 20px; }
}
