/*
Theme Name: Medved Banda
Theme URI: https://medved186.ru/
Author: Medved Banda
Description: WordPress theme for the Medved & Banda mascot team in Surgut.
Version: 1.0.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: medved-banda
*/

:root {
  --ink: #241337;
  --cream: #fff8ee;
  --violet: #6d39ff;
  --coral: #ff5c73;
  --orange: #ff9d2d;
  --mint: #75e6ba;
  --line: rgba(36, 19, 55, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { width: 1.15em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
  background: rgba(255, 248, 238, 0.88);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -0.04em; }
.brand-mark { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--coral); color: white; transform: rotate(-7deg); }
.site-header nav { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; }
.site-header nav a { transition: transform .2s ease, color .2s ease; }
.site-header nav a:hover { color: var(--violet); transform: translateY(-1px); }
.reviews-nav {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(109, 57, 255, .12);
  color: var(--violet);
}
.header-contact-menu {
  position: relative;
}
.header-contact-menu summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 14px;
  border-radius: 999px;
  background: var(--coral);
  color: white;
  box-shadow: 0 8px 20px rgba(255, 92, 115, .22);
  cursor: pointer;
  list-style: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-contact-menu summary::-webkit-details-marker { display: none; }
.header-contact-menu summary:hover { transform: translateY(-1px); box-shadow: 0 11px 24px rgba(255, 92, 115, .3); }
.header-contact-menu summary svg { width: 16px; }
.header-contact-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 284px;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: 0 22px 55px rgba(36, 19, 55, .22);
}
.header-contact-popover::before {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 100%;
  border: 8px solid transparent;
  border-bottom-color: white;
}
.header-contact-popover a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 13px;
}
.header-contact-popover a:hover { background: var(--cream); transform: none !important; }
.header-contact-popover a > svg,
.contact-app-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 10px;
  background: rgba(109, 57, 255, .12);
  color: var(--violet);
}
.header-contact-popover a > span:last-child { display: grid; gap: 2px; }
.header-contact-popover b { font-size: 13px; }
.header-contact-popover small { color: rgba(36, 19, 55, .6); font-size: 11px; }
.contact-app-icon { padding: 0; color: white; font-size: 13px; font-weight: 950; }
.max-icon { background: #6d39ff; }
.telegram-icon { background: #2aabee; }
.whatsapp-icon { background: #25d366; }
.nav-cta { border: 1.5px solid var(--ink); padding: 12px 18px; border-radius: 999px; }

.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 5vw;
  padding: 70px 5vw 86px;
  overflow: hidden;
  position: relative;
}
.hero-copy { max-width: 720px; position: relative; z-index: 4; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(117, 230, 186, .3); }
.hero h1 { margin: 24px 0 26px; font-size: clamp(58px, 7.6vw, 118px); line-height: .84; letter-spacing: -.077em; font-weight: 950; }
.hero h1 em { color: var(--violet); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; font-size: clamp(18px, 1.55vw, 25px); line-height: 1.45; color: rgba(36, 19, 55, .75); }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 36px; }
.primary-button, .submit-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  background: var(--ink); color: white; border: 0; border-radius: 999px;
  padding: 17px 25px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease;
}
.primary-button:hover, .submit-button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(36, 19, 55, .2); }
.microcopy {
  max-width: 280px;
  font-size: clamp(19px, 1.55vw, 24px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -.025em;
  color: rgba(36, 19, 55, .72);
}

.hero-stage { position: relative; min-height: 560px; display: grid; place-items: center; isolation: isolate; }
.stage-orbit { position: absolute; border: 1.5px dashed rgba(109, 57, 255, .33); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; animation: orbit 30s linear infinite; }
.orbit-two { width: 370px; height: 370px; animation: orbit 20s linear infinite reverse; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-photo-frame {
  position: relative;
  z-index: 2;
  width: min(430px, 88%);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 8px solid white;
  border-radius: 46% 46% 30px 30px;
  background: white;
  box-shadow: 0 30px 65px rgba(36, 19, 55, .22);
  transform: rotate(2deg);
}
.hero-team-photo { width: 100%; height: 100%; display: block; object-fit: cover; }
.height-pill {
  position: absolute;
  z-index: 5;
  right: -38px;
  bottom: 52px;
  width: 160px;
  height: 160px;
  display: grid;
  place-content: center;
  border: 7px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 18px 38px rgba(36, 19, 55, .2);
  text-align: center;
  font-size: 46px;
  line-height: .78;
  font-weight: 950;
  transform: rotate(7deg);
}
.height-pill span { margin-top: 8px; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.confetti { position: absolute; width: 18px; height: 70px; border-radius: 999px; opacity: .8; }
.confetti-one { background: var(--coral); left: 47%; top: 10%; transform: rotate(42deg); }
.confetti-two { background: var(--mint); left: 52%; bottom: 8%; transform: rotate(-55deg); }

.characters-section { padding: 100px 5vw 120px; background: white; border-radius: 42px 42px 0 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.section-kicker { display: block; color: var(--coral); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 13px; }
.section-heading h2, .experience-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 78px); line-height: .94; letter-spacing: -.06em; }
.section-heading > p { max-width: 390px; color: rgba(36, 19, 55, .62); line-height: 1.55; margin: 0; }
.character-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.character-card { position: relative; min-height: 430px; border-radius: 28px; padding: 24px; overflow: hidden; transition: transform .25s ease; }
.character-card:hover { transform: translateY(-8px); }
.character-card.bear { background: #ffc761; } .character-card.stitch { background: #94dfff; } .character-card.panda { background: #d8f2e7; } .character-card.cheb { background: #e1c7ff; }
.card-topline { display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.card-topline span { opacity: .45; } .card-topline b { border: 1px solid currentColor; border-radius: 999px; padding: 7px 10px; }
.character-card h3 { margin: 0; font-size: 34px; letter-spacing: -.05em; }
.character-card > p { min-height: 42px; margin: 8px 0 18px; font-size: 14px; line-height: 1.45; opacity: .67; }
.character-card button { border: 0; padding: 0; background: none; display: inline-flex; align-items: center; gap: 12px; font-weight: 900; cursor: pointer; }
.character-card button.character-photo {
  width: calc(100% + 48px);
  margin: 22px -24px 20px;
  aspect-ratio: 3 / 2;
  display: block;
  overflow: hidden;
  background: rgba(255,255,255,.55);
  border-block: 1px solid rgba(36,19,55,.1);
  cursor: zoom-in;
}
.character-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .25s ease, filter .25s ease; }
.character-photo:hover img { transform: scale(1.04); filter: brightness(.92); }
.character-photo:focus-visible { outline: 4px solid var(--violet); outline-offset: -4px; }

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(255, 248, 238, .98);
}
.image-lightbox[hidden] { display: none; }
.lightbox-panel {
  position: relative;
  width: min(1180px, 96vw, calc((100vh - 130px) * 1.5));
  height: auto;
  display: grid;
  grid-template-rows: auto auto;
  gap: 14px;
}
.lightbox-panel > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
}
.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border: 0;
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 26px rgba(0,0,0,.24);
}
.lightbox-close span { font-size: 24px; line-height: .7; }
.lightbox-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--ink);
}
.lightbox-caption div { display: flex; align-items: baseline; gap: 12px; }
.lightbox-caption strong { font-size: 25px; }
.lightbox-caption span { color: rgba(36,19,55,.62); }
.lightbox-caption button {
  padding: 12px 18px;
  border: 1px solid rgba(36,19,55,.25);
  border-radius: 999px;
  background: white;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}
.lightbox-caption button:hover { background: var(--ink); color: white; }
.lightbox-close:focus-visible,
.lightbox-caption button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.pricing-section {
  padding: 108px 5vw 120px;
  background:
    radial-gradient(circle at 90% 8%, rgba(117, 230, 186, .3), transparent 24%),
    var(--cream);
}
.pricing-heading h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 92px);
  line-height: .92;
  letter-spacing: -.065em;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pricing-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  box-shadow: 0 18px 44px rgba(36, 19, 55, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pricing-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 58px rgba(36, 19, 55, .14);
}
.pricing-card-featured { border: 2px solid var(--violet); }
.pricing-photo {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e9ddff;
}
.pricing-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}
.pricing-card:hover .pricing-photo img { transform: scale(1.035); }
.pricing-photo > span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(36, 19, 55, .15);
}
.pricing-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 36px);
}
.discount-badge,
.travel-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--coral);
  color: white;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.travel-badge { background: var(--mint); color: var(--ink); }
.pricing-body h3 {
  margin: 17px 0 10px;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1;
  letter-spacing: -.05em;
}
.price-value {
  margin: 8px 0 15px !important;
  color: var(--violet) !important;
  font-size: clamp(37px, 4vw, 62px) !important;
  line-height: .95 !important;
  font-weight: 950;
  letter-spacing: -.065em;
}
.price-value small {
  font-size: .38em;
  letter-spacing: 0;
  text-transform: uppercase;
}
.price-value b {
  font-size: .38em;
  letter-spacing: 0;
  white-space: nowrap;
}
.price-custom {
  width: 100%;
  max-width: none;
  margin: 13px 0 16px !important;
  color: var(--violet) !important;
  font-size: clamp(27px, 2.35vw, 36px) !important;
  line-height: 1 !important;
  font-weight: 950;
  letter-spacing: -.055em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.pricing-body > p:not(.price-value):not(.price-custom) {
  margin: 0 0 26px;
  color: rgba(36, 19, 55, .64);
  line-height: 1.5;
}
.pricing-body > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 900;
  transition: color .2s ease, gap .2s ease;
}
.pricing-body > a:hover { gap: 17px; color: var(--violet); }
.pricing-body > a:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.pricing-note {
  max-width: 780px;
  margin: 26px auto 0;
  color: rgba(36, 19, 55, .57);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.videos-section {
  padding: 110px 5vw 120px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(109, 57, 255, .34), transparent 27%),
    radial-gradient(circle at 92% 78%, rgba(255, 92, 115, .24), transparent 25%),
    var(--ink);
  color: white;
}
.videos-heading h2,
.news-heading h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 92px);
  line-height: .92;
  letter-spacing: -.065em;
}
.videos-heading > p { color: rgba(255, 255, 255, .67); }
.video-grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, minmax(230px, auto));
  gap: 18px;
}
.video-slot {
  position: relative;
  min-width: 0;
  min-height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 30px;
  padding: clamp(25px, 3.5vw, 44px);
  background:
    linear-gradient(135deg, rgba(109, 57, 255, .88), rgba(255, 92, 115, .52)),
    var(--violet);
}
.video-slot::before,
.video-slot::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.video-slot::before {
  width: 230px;
  height: 230px;
  right: -70px;
  top: -100px;
  border: 1px dashed rgba(255, 255, 255, .38);
}
.video-slot::after {
  width: 110px;
  height: 110px;
  right: 48px;
  top: 28px;
  background: rgba(255, 255, 255, .09);
}
.video-slot-main {
  grid-row: 1 / 3;
  min-height: 478px;
  background:
    linear-gradient(155deg, rgba(255, 157, 45, .9), rgba(255, 92, 115, .7) 46%, rgba(109, 57, 255, .9)),
    var(--coral);
}
.video-slot-dance { background: linear-gradient(145deg, #4e2bd0, #7955ff); }
.video-slot-party { background: linear-gradient(145deg, #de3e63, #ff7a68); }
.video-slot > div:last-child { position: relative; z-index: 2; max-width: 520px; }
.video-slot span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.video-slot h3 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 3vw, 48px);
  line-height: .95;
  letter-spacing: -.055em;
}
.video-slot p { margin: 0; max-width: 480px; color: rgba(255, 255, 255, .72); line-height: 1.5; }
.video-play {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(8px);
}
.video-play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid white;
}

.news-section { padding: 110px 5vw 120px; background: white; }
.news-grid {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  gap: 18px;
}
.news-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--cream);
}
.news-card-featured { background: #e8ddff; }
.news-card-accent { background: var(--mint); }
.news-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}
.news-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.news-card-accent small { color: var(--ink); }
.news-card h3 {
  margin: 0 0 14px;
  font-size: clamp(27px, 2.5vw, 39px);
  line-height: 1;
  letter-spacing: -.05em;
}
.news-card p { margin: 0; color: rgba(36, 19, 55, .65); line-height: 1.55; }

.reviews-section { padding: 110px 5vw 120px; background: var(--cream); }
.reviews-grid {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  gap: 18px;
}
.review-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 44px;
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
}
.review-card-featured { background: var(--violet); color: white; }
.review-card-accent { background: var(--mint); }
.review-quote {
  height: 54px;
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: .85;
}
.review-card-featured .review-quote { color: #d9c9ff; }
.review-card small {
  display: block;
  margin-bottom: 12px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.review-card-featured small { color: #d9c9ff; }
.review-card h3 {
  margin: 0 0 14px;
  font-size: clamp(27px, 2.5vw, 39px);
  line-height: 1;
  letter-spacing: -.05em;
}
.review-card p { margin: 0; color: rgba(36, 19, 55, .65); line-height: 1.55; }
.review-card-featured p { color: rgba(255, 255, 255, .72); }

.experience-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 7vw; padding: 110px 5vw; background: var(--violet); color: white; }
.section-kicker.light { color: #e7d9ff; }
.experience-copy > p { max-width: 500px; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.7); }
.experience-copy ol { list-style: none; padding: 0; margin: 42px 0 0; display: grid; gap: 16px; }
.experience-copy li { display: flex; align-items: center; gap: 16px; }
.experience-copy li > span { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; font-weight: 900; }
.experience-copy li div { display: grid; gap: 3px; }
.experience-copy li small { color: rgba(255,255,255,.6); }
.order-card { align-self: center; background: var(--cream); color: var(--ink); padding: clamp(24px, 4vw, 48px); border-radius: 34px; box-shadow: 0 28px 70px rgba(28, 9, 69, .28); }
.order-heading span { color: var(--coral); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.order-heading h3 { margin: 7px 0 30px; font-size: 42px; letter-spacing: -.06em; }
.order-card label { display: grid; gap: 8px; margin-bottom: 17px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.order-card select, .order-card input { width: 100%; min-width: 0; border: 1.5px solid rgba(36,19,55,.18); border-radius: 14px; padding: 14px 15px; background: white; color: var(--ink); outline: none; text-transform: none; letter-spacing: normal; }
.order-card select:focus, .order-card input:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(109,57,255,.12); }
.form-row { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; }
.submit-button { width: 100%; background: var(--coral); margin-top: 5px; }
.form-note { margin: 15px 0 0; font-size: 11px; line-height: 1.45; color: rgba(36,19,55,.48); }

.faq-section { padding: 110px 5vw 120px; background: white; }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 14px;
}
.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream);
}
.faq-item-accent { background: var(--mint); }
.faq-item summary {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  cursor: pointer;
  list-style: none;
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 900;
  letter-spacing: -.025em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary b {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--violet);
  color: white;
  font-size: 23px;
  line-height: 1;
  transition: transform .2s ease;
}
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item p {
  margin: 0;
  padding: 0 68px 26px 26px;
  color: rgba(36, 19, 55, .7);
  font-size: 16px;
  line-height: 1.55;
}

.contacts-section {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 7vw;
  padding: 110px 5vw;
  background: var(--cream);
}
.contacts-heading h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 92px);
  line-height: .92;
  letter-spacing: -.065em;
}
.contacts-heading > p {
  max-width: 520px;
  margin: 24px 0 32px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(36,19,55,.68);
}
.contacts-grid { display: grid; gap: 16px; }
.contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
}
.contact-card.accent { background: var(--mint); }
.contact-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}
.contact-card h3 { margin: 4px 0 14px; font-size: 30px; letter-spacing: -.045em; }
.contact-card address { font-size: 18px; line-height: 1.55; font-style: normal; font-weight: 750; }
.contact-card p { margin: 12px 0 0; line-height: 1.55; color: rgba(36,19,55,.7); }
.contact-card small { display: block; margin-top: 14px; line-height: 1.5; color: rgba(36,19,55,.62); }
.phone-card { background: #ffc761; }
.phone-list { display: grid; gap: 8px; }
.phone-list a {
  width: fit-content;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -.045em;
  font-weight: 950;
  transition: color .2s ease, transform .2s ease;
}
.phone-list a:hover { color: var(--violet); transform: translateX(4px); }
.phone-list a:focus-visible { outline: 3px solid var(--violet); outline-offset: 4px; border-radius: 3px; }
.contact-methods { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.contact-methods a {
  padding: 10px 14px;
  border-radius: 999px;
  color: white;
  font-size: 12px;
  font-weight: 900;
}
.contact-methods .method-max { background: #6d39ff; }
.contact-methods .method-telegram { background: #2aabee; }
.contact-methods .method-whatsapp { background: #159447; }
.contact-methods .method-email { background: var(--ink); }

footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 40px 5vw; background: var(--ink); color: white; }
footer p { color: rgba(255,255,255,.55); font-size: 13px; text-align: center; }
footer > a:last-child { font-weight: 800; font-size: 13px; }

.mobile-contact-bar { display: none; }

@media (max-width: 1450px) {
  .news-nav { display: none; }
}

@media (max-width: 1250px) {
  .site-header nav { gap: 14px; }
  .heroes-nav, .news-nav, .how-nav { display: none; }
  .header-contact-menu summary span { display: none; }
  .header-contact-menu summary { padding: 11px; }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { max-width: 820px; }
  .hero-stage { max-width: 600px; width: 100%; margin: 0 auto; }
  .character-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pricing-card:last-child { grid-column: 1 / -1; }
  .video-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .video-slot-main { grid-column: 1 / -1; grid-row: auto; min-height: 360px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-column: 1 / -1; min-height: 280px; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .review-card-featured { grid-column: 1 / -1; min-height: 280px; }
  .faq-grid { grid-template-columns: 1fr; }
  .experience-section { grid-template-columns: 1fr; }
  .contacts-section { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .site-header .brand { gap: 7px; font-size: 13px; }
  .site-header .brand-mark { width: 28px; height: 28px; border-radius: 8px; }
  .site-header nav { gap: 8px; }
  .site-header nav a:not(.nav-cta):not(.price-nav):not(.video-nav):not(.reviews-nav) { display: none; }
  .header-contact-menu { display: none; }
  .price-nav, .video-nav, .reviews-nav { padding: 10px 3px; font-size: 11px; }
  .reviews-nav { padding-inline: 8px; }
  .nav-cta { padding: 10px 14px; font-size: 12px; }
  main { padding-bottom: 76px; }
  .mobile-contact-bar {
    position: fixed;
    z-index: 50;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: .8fr .8fr 1.4fr;
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(36, 19, 55, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 14px 42px rgba(36, 19, 55, .22);
    backdrop-filter: blur(16px);
  }
  .mobile-contact-bar > a,
  .mobile-contact-bar > details > summary {
    min-width: 0;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 6px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    list-style: none;
  }
  .mobile-contact-bar summary::-webkit-details-marker { display: none; }
  .mobile-contact-bar > a:first-child { background: var(--coral); color: white; }
  .mobile-write-menu { position: relative; min-width: 0; }
  .mobile-write-menu > summary { background: rgba(109, 57, 255, .12); color: var(--violet); }
  .mobile-contact-bar .mobile-request-link { background: var(--ink); color: white; }
  .mobile-contact-bar svg { flex: 0 0 auto; width: 16px; }
  .mobile-write-popover {
    position: absolute;
    right: -72px;
    bottom: calc(100% + 12px);
    width: min(300px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
    box-shadow: 0 18px 50px rgba(36, 19, 55, .25);
  }
  .mobile-write-popover a {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    padding: 9px;
    border-radius: 12px;
    background: var(--cream);
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
  }
  .mobile-write-popover svg { width: 34px; height: 34px; padding: 8px; border-radius: 10px; background: rgba(109, 57, 255, .12); color: var(--violet); }
  .hero { min-height: auto; padding: 48px 20px 65px; }
  .hero h1 { font-size: clamp(52px, 16.5vw, 76px); }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .microcopy { max-width: none; }
  .hero-stage { min-height: 480px; margin: -4px auto -10px; }
  .hero-photo-frame { width: min(390px, 90vw); border-width: 6px; }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 300px; height: 300px; }
  .height-pill {
    right: -2px;
    bottom: 38px;
    width: 132px;
    height: 132px;
    border-width: 6px;
    font-size: 38px;
  }
  .height-pill span { margin-top: 6px; font-size: 11px; }
  .characters-section { border-radius: 28px 28px 0 0; padding: 72px 20px 82px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 36px; }
  .section-heading h2, .experience-copy h2 { font-size: 48px; }
  .character-grid { grid-template-columns: 1fr; }
  .character-card { min-height: 400px; }
  .image-lightbox { padding: 12px; }
  .lightbox-panel { width: 100%; height: auto; }
  .lightbox-panel > img { border-radius: 16px; }
  .lightbox-caption { align-items: stretch; flex-direction: column; gap: 10px; }
  .lightbox-caption button { width: 100%; }
  .pricing-section { padding: 76px 20px 82px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card:last-child { grid-column: auto; }
  .pricing-heading h2 { font-size: 56px; }
  .pricing-body h3 { font-size: 30px; }
  .price-value { font-size: 50px !important; }
  .price-custom { font-size: 32px !important; }
  .videos-section, .news-section, .reviews-section, .faq-section { padding: 76px 20px 82px; }
  .video-grid, .news-grid, .reviews-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .video-slot, .video-slot-main { grid-column: auto; grid-row: auto; min-height: 270px; border-radius: 24px; }
  .video-slot { align-items: flex-start; flex-direction: column; }
  .video-play { width: 58px; height: 58px; }
  .videos-heading h2, .news-heading h2, .reviews-heading h2 { font-size: 56px; }
  .news-card, .news-card-featured { grid-column: auto; min-height: 270px; border-radius: 24px; }
  .review-card, .review-card-featured { grid-column: auto; min-height: 270px; border-radius: 24px; }
  .faq-heading h2 { font-size: 56px; }
  .faq-item { border-radius: 18px; }
  .faq-item summary { min-height: 76px; padding: 20px; font-size: 18px; }
  .faq-item p { padding: 0 54px 22px 20px; font-size: 15px; }
  .experience-section { padding: 80px 20px; }
  .order-card { border-radius: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contacts-section { padding: 76px 20px; }
  .contacts-heading h2 { font-size: 56px; }
  .contact-card { grid-template-columns: 1fr; gap: 16px; border-radius: 24px; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 380px) {
  .site-header .brand > span:last-child { display: none; }
  .site-header { padding-inline: 14px; }
  .site-header nav { gap: 5px; }
  .video-nav { display: none; }
  .mobile-contact-bar > a,
  .mobile-contact-bar > details > summary { flex-direction: column; gap: 3px; font-size: 10px; }
}

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