/* ===================================================================
   Футболенд — стили сайта.
   Значения перенесены из утверждённого дизайна без изменений.
   =================================================================== */

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #0e120d;
  font-family: 'Golos Text', system-ui, sans-serif;
  color: #1a1d18;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
a { color: #699735; text-decoration: none; }
a:hover { color: #8ab84d; }
img { display: block; max-width: 100%; }
::selection { background: #699735; color: #fff; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes popIn  { from { opacity: 0; transform: translateY(24px) scale(.97); } to { opacity: 1; transform: none; } }

.page { min-height: 100vh; background: #f4f2ec; }
.wrap { max-width: 1320px; margin: 0 auto; }
main { animation: fadeUp .4s ease both; }

/* ------------------------------------------------------------ кнопки */

.btn {
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'Golos Text', sans-serif;
  font-weight: 600;
  border-radius: 99px;
  white-space: nowrap;
  text-align: center;
  transition: background .18s, color .18s, transform .18s, box-shadow .18s;
}
.btn--green { background: #699735; color: #fff; }
.btn--green:hover { background: #7aad3d; color: #fff; }
.btn--dark { background: #161a13; color: #fff; }
.btn--dark:hover { background: #699735; color: #fff; }
.btn--white { background: #fff; color: #161a13; }
.btn--white:hover { background: #161a13; color: #fff; }
.btn--ghost {
  background: rgba(255,255,255,.08);
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
  font-weight: 500;
}
.btn--ghost:hover { background: rgba(255,255,255,.16); color: #fff; }

.btn--sm  { font-size: 15px; padding: 13px 22px; }
.btn--md  { font-size: 16px; padding: 15px 30px; }
.btn--lg  { font-size: 18px; padding: 19px 40px; }
.btn--lg2 { font-size: 18px; padding: 19px 38px; }
.btn--lg3 { font-size: 18px; padding: 19px 34px; }
.btn--xl  { font-size: 18px; padding: 20px 42px; }
.btn--full { width: 100%; display: block; }

.btn--shadow-sm { box-shadow: 0 6px 18px rgba(105,151,53,.35); }
.btn--shadow-sm:hover { transform: translateY(-1px); }
.btn--shadow-lg { box-shadow: 0 10px 30px rgba(105,151,53,.4); }
.btn--shadow-lg:hover { transform: translateY(-2px); }
.btn--shadow-md { box-shadow: 0 10px 28px rgba(105,151,53,.35); }
.btn--shadow-md:hover { transform: translateY(-2px); }

/* ------------------------------------------------------------- шапка */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(14,18,13,.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.site-header__top {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 11px; cursor: pointer; flex: none; min-width: 0; }
.brand__mark {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: #699735;
  display: flex; align-items: center; justify-content: center;
  flex: none;
}
.brand__text { min-width: 0; }
.brand__name {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(17px, 2.4vw, 21px);
  line-height: 1;
  color: #fff;
  letter-spacing: .5px;
  white-space: nowrap;
}
.brand__sub {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,.5);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 3px;
  white-space: nowrap;
}
.site-header__actions { display: flex; align-items: center; gap: 14px; flex: none; }
.header-phone {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: .3px;
  display: block;
}
.header-phone:hover { color: #8ab84d; }
@media (max-width: 699px) { .header-phone { display: none; } }

.site-nav {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 20px 12px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a {
  flex: none;
  border: 1px solid rgba(255,255,255,.14);
  cursor: pointer;
  font-family: 'Golos Text', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 99px;
  white-space: nowrap;
  transition: background .18s, color .18s;
  background: transparent;
  color: rgba(255,255,255,.72);
}
.site-nav a:hover { background: rgba(105,151,53,.28); color: #fff; }
.site-nav a.is-active {
  font-weight: 600;
  border-color: #699735;
  background: #699735;
  color: #fff;
}

/* ------------------------------------------------- типографика секций */

.eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #699735;
}
.eyebrow--light { color: #8ab84d; }
.eyebrow--onGreen { color: rgba(255,255,255,.75); }

.h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: 1.04;
  margin: 14px 0 0;
  text-transform: uppercase;
  color: #161a13;
}
.h2--light { color: #fff; }

/* ------------------------------------------------------------- герой */

.hero { position: relative; background: #0e120d; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 1.1s ease;
  opacity: 0;
}
.hero__bg img.is-active { opacity: 1; }
.hero__shade {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(14,18,13,.93) 0%, rgba(14,18,13,.72) 45%, rgba(14,18,13,.35) 100%);
}
.hero__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(56px, 9vw, 120px) 20px clamp(40px, 6vw, 72px);
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(105,151,53,.2);
  border: 1px solid rgba(105,151,53,.55);
  color: #a9d16d;
  padding: 9px 18px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .3px;
}
.hero__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 8vw, 92px);
  line-height: .98;
  color: #fff;
  margin: 22px 0 0;
  letter-spacing: -.5px;
  text-transform: uppercase;
  max-width: 900px;
  text-wrap: balance;
}
.hero__title span { color: #8ab84d; }
.hero__text {
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.5;
  color: rgba(255,255,255,.82);
  max-width: 620px;
  margin: 22px 0 0;
}
.hero__buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero__dots { display: flex; gap: 10px; margin-top: clamp(40px, 6vw, 72px); }
.hero__dots button {
  border: 0; cursor: pointer; padding: 0;
  height: 4px; border-radius: 99px;
  transition: all .3s;
  width: 22px;
  background: rgba(255,255,255,.35);
}
.hero__dots button.is-active { width: 54px; background: #8ab84d; }

/* -------------------------------------------------------- цифры-факты */

.facts { background: #699735; }
.facts__inner {
  max-width: 1320px; margin: 0 auto;
  padding: clamp(28px, 4vw, 44px) 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 24px;
}
.facts__v {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
  color: #fff;
}
.facts__k { font-size: 16px; color: rgba(255,255,255,.85); margin-top: 8px; line-height: 1.4; }

/* ------------------------------------------------- о спорткомплексе */

.section { max-width: 1320px; margin: 0 auto; padding: clamp(52px, 7vw, 96px) 20px; }
.about__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.about p { font-size: 19px; line-height: 1.65; color: #3d4437; margin: 22px 0 0; }
.about p + p { margin: 16px 0 0; }
.about .btn { margin-top: 30px; }
.specs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}
.card-light {
  background: #fff;
  border: 1px solid rgba(22,26,19,.09);
  border-radius: 18px;
  padding: 22px 22px 24px;
}
.specs__k { font-size: 14px; color: #7c8574; letter-spacing: .4px; }
.specs__v {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.2;
  color: #161a13;
  margin-top: 8px;
}

/* ---------------------------------------------------------- расписание */

.schedule { background: #161a13; }
.schedule__inner { max-width: 1320px; margin: 0 auto; padding: clamp(52px, 7vw, 90px) 20px; }
.schedule__head {
  display: flex; justify-content: space-between; align-items: end;
  gap: 24px; flex-wrap: wrap;
}
.schedule__title-row { display: flex; align-items: center; gap: 18px; margin-top: 14px; }
.schedule__icon { flex: none; width: clamp(40px, 5vw, 58px); height: clamp(40px, 5vw, 58px); }
.schedule__note {
  font-size: 17px; line-height: 1.55;
  color: rgba(255,255,255,.6);
  max-width: 380px; margin: 0;
}
.schedule__widget {
  margin-top: 34px;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  min-height: 420px;
  display: flex; align-items: center; justify-content: center;
  padding: 28px;
}
.schedule__widget--filled { padding: 0; display: block; }
.schedule__widget iframe { display: block; width: 100%; height: 420px; border: 0; }
.placeholder { text-align: center; max-width: 460px; }
.placeholder__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600; font-size: 24px;
  color: #161a13; text-transform: uppercase;
}
.placeholder p { font-size: 16px; line-height: 1.6; color: #6b7464; margin: 12px 0 0; }
.prices {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}
.prices__card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 24px;
}
.prices__day { font-size: 15px; color: rgba(255,255,255,.62); }
.prices__time { font-family: 'Oswald', sans-serif; font-weight: 500; font-size: 21px; color: #fff; margin-top: 6px; }
.prices__sum  { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 34px; color: #8ab84d; margin-top: 10px; }

/* -------------------------------------------------------------- аренда */

.rent {
  background: #699735;
  border-radius: 26px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.rent__body { padding: clamp(32px, 4.5vw, 56px); }
.rent__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.05;
  margin: 14px 0 0;
  text-transform: uppercase;
  color: #fff;
}
.rent__text { font-size: 19px; line-height: 1.6; color: rgba(255,255,255,.9); margin: 20px 0 0; }
.rent__list { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.rent__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 17px; line-height: 1.5; color: #fff; }
.rent__check {
  flex: none; width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; margin-top: 2px;
}
.rent__body .btn { margin-top: 32px; }
.rent__media { position: relative; min-height: 320px; }
.rent__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* -------------------------------------------------------- внутренние шапки */

.page-hero { background: #0e120d; position: relative; overflow: hidden; }
.page-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.page-hero__inner {
  position: relative;
  max-width: 1320px; margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) 20px;
}
.page-hero__inner--sm { padding: clamp(44px, 6vw, 80px) 20px; }
.page-hero__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 6.5vw, 76px);
  line-height: 1;
  margin: 16px 0 0;
  text-transform: uppercase;
  color: #fff;
  max-width: 820px;
}
.page-hero__title--sm { font-size: clamp(34px, 6vw, 72px); max-width: 900px; }
.page-hero__text {
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.55;
  color: rgba(255,255,255,.8);
  max-width: 640px;
  margin: 20px 0 0;
}
.page-hero__text--muted { color: rgba(255,255,255,.75); max-width: 660px; }

/* -------------------------------------------------------------- школа */

.section--school { max-width: 1320px; margin: 0 auto; padding: clamp(48px, 7vw, 90px) 20px; }
.notice {
  background: #fff;
  border: 1px dashed rgba(105,151,53,.6);
  border-radius: 20px;
  padding: 26px 28px;
  margin-bottom: 40px;
}
.notice__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600; font-size: 20px;
  color: #699735; text-transform: uppercase;
}
.notice p { font-size: 17px; line-height: 1.6; color: #4a5243; margin: 10px 0 0; }

.h2--plain {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
  color: #161a13;
}
.groups {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 18px;
}
.group {
  background: #fff;
  border: 1px solid rgba(22,26,19,.09);
  border-radius: 22px;
  padding: 30px 28px 32px;
}
.group__age {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600; font-size: 16px; letter-spacing: 1px;
  background: rgba(105,151,53,.14);
  color: #5b8330;
  padding: 8px 16px;
  border-radius: 99px;
}
.group__name {
  font-family: 'Oswald', sans-serif;
  font-weight: 600; font-size: 27px;
  color: #161a13; margin-top: 18px;
  text-transform: uppercase; line-height: 1.1;
}
.group p { font-size: 17px; line-height: 1.6; color: #4a5243; margin: 12px 0 0; }
.group__foot {
  margin-top: 20px; padding-top: 20px;
  border-top: 1px solid rgba(22,26,19,.09);
  display: flex; justify-content: space-between; gap: 12px; align-items: baseline;
}
.group__freq  { font-size: 16px; color: #7c8574; }
.group__price { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 24px; color: #699735; }

.lesson-grid {
  margin-top: clamp(40px, 6vw, 72px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}
.h2--mid {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 40px);
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
  color: #161a13;
}
.lesson { margin: 24px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 16px; }
.lesson li { display: flex; gap: 16px; align-items: flex-start; }
.lesson__n { flex: none; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 24px; color: #699735; width: 34px; }
.lesson__t { display: block; font-weight: 600; font-size: 18px; color: #161a13; }
.lesson__d { display: block; font-size: 17px; line-height: 1.55; color: #4a5243; margin-top: 4px; }

.trial { background: #161a13; border-radius: 24px; padding: clamp(28px, 4vw, 44px); color: #fff; }
.trial h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600; font-size: 28px;
  margin: 0; text-transform: uppercase; line-height: 1.1;
}
.trial p { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.75); margin: 14px 0 0; }
.trial .btn { margin-top: 28px; }
.trial__note { margin-top: 20px; font-size: 16px; color: rgba(255,255,255,.6); line-height: 1.5; }
.trial__note a { color: #8ab84d; }

/* --------------------------------------------------------- технологии */

.tech-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; }
.tech-chips a {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  padding: 12px 20px;
  border-radius: 99px;
  font-size: 16px;
  transition: background .18s, border-color .18s;
}
.tech-chips a:hover { background: #699735; border-color: #699735; color: #fff; }

.section--narrow { max-width: 1000px; margin: 0 auto; padding: clamp(44px, 6vw, 84px) 20px; }
.tech-article { scroll-margin-top: 110px; }
.tech-article__head { display: flex; align-items: baseline; gap: 16px; }
.tech-article__num {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 7vw, 80px);
  line-height: .9;
  color: rgba(105,151,53,.28);
}
.tech-article__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  color: #161a13;
}
.tech-article p { font-size: 19px; line-height: 1.7; color: #33392d; margin: 22px 0 0; }
.tech-article p + p { margin: 16px 0 0; }
.tech-facts {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}
.tech-facts .card-light { padding: 24px; }
.tech-facts__v {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 3.4vw, 36px);
  color: #699735;
  line-height: 1;
}
.tech-facts__k { font-size: 16px; line-height: 1.45; color: #5a6252; margin-top: 8px; }
.tech-quote {
  margin: 0;
  padding: 26px 30px;
  background: #699735;
  border-radius: 20px;
  color: #fff;
  font-size: 19px;
  line-height: 1.65;
}
.tech-image { margin: 30px 0; border-radius: 22px; overflow: hidden; }
.tech-image img { width: 100%; height: clamp(220px, 32vw, 420px); object-fit: cover; }
.tech-divider { height: 1px; background: rgba(22,26,19,.12); margin: clamp(40px, 6vw, 68px) 0; }
.tech-hl { margin: 28px 0; padding: 28px 30px; background: #161a13; border-radius: 20px; }
.tech-hl__v {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 5vw, 54px);
  color: #8ab84d;
  line-height: 1;
}
.tech-hl p { font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.8); margin: 14px 0 0; }
.tech-cta {
  margin-top: 36px;
  background: #699735;
  border-radius: 22px;
  padding: clamp(28px, 4vw, 44px);
  display: flex; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; align-items: center;
}
.tech-cta__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3.2vw, 34px);
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}
.tech-cta p { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,.9); margin: 12px 0 0; }

/* ------------------------------------------------------------ галерея */

.section--gallery { max-width: 1320px; margin: 0 auto; padding: clamp(40px, 6vw, 72px) 20px; }
.h2--gallery {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3.4vw, 38px);
  margin: 0;
  text-transform: uppercase;
  color: #161a13;
}
.h2--gallery.is-second { margin: clamp(40px, 6vw, 64px) 0 0; }
.gallery-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}
.gallery-item {
  margin: 0;
  cursor: zoom-in;
  border-radius: 20px;
  overflow: hidden;
  background: #dcd8ce;
  position: relative;
  transition: transform .2s, box-shadow .2s;
}
.gallery-item:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(22,26,19,.22); }
.gallery-item img { width: 100%; height: clamp(220px, 26vw, 320px); object-fit: cover; }
.gallery-item figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 34px 20px 18px;
  background: linear-gradient(transparent, rgba(14,18,13,.85));
  color: #fff; font-size: 17px; font-weight: 500;
}
.gallery-soon {
  border: 1px dashed rgba(22,26,19,.28);
  border-radius: 20px;
  height: clamp(220px, 26vw, 320px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center; padding: 24px;
  background: #eceae3;
}
.gallery-soon__t { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 22px; color: #161a13; text-transform: uppercase; }
.gallery-soon__d { font-size: 16px; line-height: 1.5; color: #6b7464; max-width: 280px; }

/* ----------------------------------------------------------- контакты */

.section--contacts { max-width: 1320px; margin: 0 auto; padding: clamp(40px, 6vw, 80px) 20px; }
.contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}
.contacts-grid p { font-size: 19px; line-height: 1.65; color: #3d4437; margin: 18px 0 0; }
.contacts-grid p + p { margin: 14px 0 0; }
.contact-rows { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.contact-row { background: #fff; border: 1px solid rgba(22,26,19,.09); border-radius: 18px; padding: 20px 24px; }
.contact-row__k { font-size: 14px; letter-spacing: .4px; color: #7c8574; text-transform: uppercase; }
.contact-row__v {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 500; font-size: 23px;
  color: #161a13; margin-top: 6px; line-height: 1.25;
}
.contact-row__v:hover { color: #699735; }
.address-card { background: #fff; border: 1px solid rgba(22,26,19,.09); border-radius: 22px; padding: 24px 26px; }
.address-card__v {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.3;
  color: #161a13;
  margin-top: 8px;
}
.map-box {
  margin-top: 18px;
  border-radius: 22px;
  overflow: hidden;
  background: #e4e1d8;
  height: clamp(360px, 46vw, 520px);
  display: flex; align-items: center; justify-content: center;
  padding: 28px;
  border: 1px solid rgba(22,26,19,.1);
}
.map-box--filled { padding: 0; display: block; }
.map-box iframe { display: block; width: 100%; height: 100%; border: 0; }
.map-box .placeholder { max-width: 420px; }
.map-box .btn { margin-top: 18px; font-size: 16px; padding: 14px 26px; }

/* -------------------------------------------------------------- подвал */

.site-footer { background: #0e120d; color: #fff; }
.site-footer__inner {
  max-width: 1320px; margin: 0 auto;
  padding: clamp(40px, 5vw, 64px) 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}
.site-footer__brand { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 24px; letter-spacing: .5px; }
.site-footer__about { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.6); margin: 12px 0 0; max-width: 300px; }
.site-footer .btn { margin-top: 20px; }
.site-footer__title { font-size: 14px; letter-spacing: 1.4px; color: rgba(255,255,255,.45); text-transform: uppercase; }
.site-footer__links { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.site-footer__links a { font-family: 'Golos Text', sans-serif; font-size: 17px; color: rgba(255,255,255,.8); }
.site-footer__links a:hover { color: #8ab84d; }
.site-footer__contacts { margin-top: 14px; display: flex; flex-direction: column; gap: 10px; font-size: 17px; color: rgba(255,255,255,.8); line-height: 1.5; }
.site-footer__contacts a { color: #fff; }
.site-footer__contacts a:hover { color: #8ab84d; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__bottom div { max-width: 1320px; margin: 0 auto; padding: 20px; font-size: 14px; color: rgba(255,255,255,.4); }

/* -------------------------------------------------------- модальные окна */

.modal {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(10,13,9,.72);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 20px;
  overflow: auto;
}
.modal[hidden] { display: none; }
.modal__dialog {
  background: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 520px;
  margin: auto;
  padding: clamp(26px, 4vw, 40px);
  animation: popIn .28s ease both;
  box-shadow: 0 30px 80px rgba(0,0,0,.4);
}
.modal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.modal__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3.4vw, 32px);
  margin: 0;
  text-transform: uppercase;
  color: #161a13;
  line-height: 1.1;
}
.modal__sub { font-size: 17px; line-height: 1.5; color: #6b7464; margin: 10px 0 0; }
.modal__close {
  flex: none;
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(22,26,19,.15);
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  color: #6b7464;
  line-height: 1;
  transition: background .18s;
}
.modal__close:hover { background: #f0eee8; }
.modal__fields { margin-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.field { display: block; }
.field__label { display: block; font-size: 15px; font-weight: 600; color: #3d4437; margin-bottom: 7px; }
.field input {
  width: 100%;
  font-family: 'Golos Text', sans-serif;
  font-size: 17px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(22,26,19,.18);
  background: #fbfaf7;
  color: #161a13;
}
.field input:focus { outline: none; border-color: #699735; }
.field-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.form-error {
  background: rgba(198,64,44,.1);
  border: 1px solid rgba(198,64,44,.35);
  color: #a83a26;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 16px;
}
.form-error[hidden] { display: none; }
.modal .btn--submit { font-size: 18px; padding: 19px 24px; width: 100%; box-shadow: 0 10px 26px rgba(105,151,53,.34); }
.consent { font-size: 14px; line-height: 1.5; color: #8a9280; text-align: center; }
.consent-check {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: 15px; line-height: 1.5; color: #4a5243;
  cursor: pointer;
}
.consent-check input {
  flex: none;
  width: 20px; height: 20px;
  margin: 1px 0 0;
  accent-color: #699735;
  cursor: pointer;
}
.modal__ok { text-align: center; padding: 14px 0; }
.modal__ok-mark {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(105,151,53,.15);
  color: #699735;
  display: flex; align-items: center; justify-content: center;
  font-size: 32px;
  margin: 0 auto;
}
.modal__ok h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600; font-size: 28px;
  margin: 20px 0 0;
  text-transform: uppercase;
  color: #161a13;
}
.modal__ok p { font-size: 18px; line-height: 1.6; color: #4a5243; margin: 12px 0 0; }
.modal__ok .btn { margin-top: 26px; font-size: 17px; padding: 17px 36px; }

/* всплывающее окно записи — та же карточка, что и бронирование */
.promo__media { margin: 0 0 22px; border-radius: 16px; overflow: hidden; }
.promo__media img { width: 100%; height: 150px; object-fit: cover; }

/* ------------------------------------------------------------ лайтбокс */

.lightbox {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(8,10,7,.92);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  cursor: zoom-out;
  animation: fadeUp .2s ease both;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: 14px; box-shadow: 0 30px 90px rgba(0,0,0,.6); }
.lightbox__close {
  position: absolute; top: 20px; right: 20px;
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

body.is-locked { overflow: hidden; }

/* ------------------------------------------------------ мелкие правки */

@media (max-width: 560px) {
  .schedule__title-row { gap: 12px; }
  .tech-cta { flex-direction: column; align-items: flex-start; }
  .tech-cta .btn { width: 100%; }
}
