@font-face {
  font-family: 'Esqadero FF CY 4F';
  src: url('https://veda-suar.ru/tpl/fonts/EsqaderoFFCY4F.woff') format('woff'),
       url('https://veda-suar.ru/tpl/fonts/EsqaderoFFCY4F.ttf') format('truetype');
  font-weight: normal; font-style: normal; font-display: swap;
}
:root {
  --forest: #103579;
  --forest-deep: #103579;
  --cream: #f3efe6;
  --paper: #faf8f2;
  --sand: #cbb895;
  --ink: #1e2925;
  --line: rgba(30, 41, 37, .18);
  /* Горизонтальные поля как у контейнера сайта (.container = 1320px по центру) */
  --pad-x: max(24px, calc((100% - 1320px) / 2));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }

.topbar {
  position: absolute;
  z-index: 5;
  inset: 0 0 auto;
  height: 112px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.brand { display: inline-flex; flex-direction: column; font-weight: 600; letter-spacing: .34em; line-height: 1.08; font-size: 17px; }
.brand img { height: 85px; width: auto; display: block; }
@media (max-width: 800px) { .brand img { height: 56px; } }
.topbar nav { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.nav-action { border: 1px solid rgba(255,255,255,.7); padding: 11px 20px; transition: .25s; }
.nav-action:hover { background: white; color: var(--forest); }

.hero { min-height: 820px; height: 100vh; position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: var(--forest-deep) url("hero-real.jpg") center/cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,22,17,.8) 0%, rgba(6,22,17,.38) 48%, rgba(6,22,17,.12) 100%), linear-gradient(0deg, rgba(6,22,17,.48), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(700px, 82vw); margin-left: var(--pad-x); padding-top: 70px; }
.eyebrow { margin: 0 0 25px; text-transform: uppercase; letter-spacing: .23em; font-size: 12px; font-weight: 600; }
.eyebrow.dark { color: #66736d; }
h1, h2, h3 { font-family: "Esqadero FF CY 4F", "Manrope", sans-serif; font-weight: 400; margin: 0; color: inherit; }
h1 { font-size: clamp(56px, 7vw, 108px); line-height: 1.04; letter-spacing: -.03em; }
.lead { width: min(580px, 90%); margin: 30px 0 40px; font-size: 19px; line-height: 1.65; color: rgba(255,255,255,.88); }
.primary { display: inline-flex; align-items: center; gap: 54px; padding: 17px 22px; background: var(--sand); color: #142a24; font-weight: 600; font-size: 14px; transition: .25s; }
.primary:hover { background: white; }
.primary span { font-size: 18px; }
.hero-facts { position: absolute; z-index: 2; right: var(--pad-x); bottom: 45px; display: flex; border-top: 1px solid rgba(255,255,255,.4); }
.hero-facts p { min-width: 125px; margin: 0; padding: 20px 20px 0 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: "Esqadero FF CY 4F", "Manrope", sans-serif; font-size: 22px; font-weight: 400; }
.hero-facts span { font-size: 12px; color: rgba(255,255,255,.7); }

.section-pad { padding: 120px var(--pad-x); }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.intro h2, .section-heading h2, .restaurant h2 { font-size: clamp(42px, 5.2vw, 74px); line-height: 1.16; letter-spacing: -.025em; }
.intro-grid > div { border-left: 1px solid var(--line); padding-left: 35px; font-size: 18px; }
.intro-grid p { margin: 0 0 18px; }

.villas { padding-bottom: 150px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; margin-bottom: 80px; }
.section-heading > p { justify-self: end; width: 270px; color: #66736d; }
.villa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5vw; }
.villa-card.offset { margin-top: 100px; }
.villa-photo { position: relative; aspect-ratio: 4 / 3; background-color: #d8d5cb; background-position: center; background-size: cover; overflow: hidden; }
.villa-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.villa-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,24,18,.36), transparent 45%); }
.capacity { position: absolute; z-index: 1; left: 24px; bottom: 22px; color: white; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; }
.villa-info { padding-top: 25px; }
.villa-info > div { display: flex; gap: 20px; align-items: baseline; }
.villa-info h3 { font-size: clamp(28px, 3vw, 42px); }
.villa-cap { margin-left: auto; align-self: center; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: #748079; white-space: nowrap; }
.villa-number { color: #849089; font-size: 12px; }
.villa-info > p { min-height: 84px; max-width: 550px; color: #66736d; }
.price-row { display: grid; grid-template-columns: auto auto 1fr; gap: 20px 28px; align-items: end; margin: 25px 0 22px; }
.price-row p { margin: 0; }
.price { display: flex; flex-direction: column; }
.price strong { font-family: "Esqadero FF CY 4F", "Manrope", sans-serif; font-size: 30px; font-weight: 400; color: var(--forest); }
.price span, .stay-time span { color: #748079; font-size: 12px; }
.stay-time { display: flex; flex-direction: column; text-align: right; }
.villa-sauna { justify-self: end; align-self: center; text-align: right; max-width: 180px; font-size: 13px; line-height: 1.45; font-weight: 600; color: var(--forest); }
.villa-sauna::before { content: ""; display: block; width: 28px; height: 2px; background: var(--sand); margin: 0 0 9px auto; }
.villa-info a { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 16px; font-size: 14px; font-weight: 600; }

.included { background: var(--forest); color: white; padding: 120px var(--pad-x); display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.included-title h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.15; }
.benefit-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.22); }
.benefit-list article > span { color: var(--sand); font-size: 12px; }
.benefit-list h3 { font-family: "Manrope", Arial, sans-serif; font-size: 20px; font-weight: 500; }
.benefit-list p { margin: 8px 0 0; color: rgba(255,255,255,.67); max-width: 500px; }

.sauna-visual { min-height: 720px; position: relative; display: flex; align-items: flex-end; padding: 70px var(--pad-x); color: white; background: linear-gradient(0deg, rgba(8,24,18,.74), rgba(8,24,18,.03) 70%), url("sauna-real.jpg") center/cover no-repeat; }
.sauna-caption h2 { font-size: clamp(42px, 5vw, 70px); line-height: 1.15; }

.restaurant { background: var(--cream); }
.restaurant-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.restaurant-copy > p { max-width: 520px; margin-top: 35px; font-size: 18px; }
.restaurant-copy .note { font-size: 13px; color: #748079; }
.restaurant-photo { min-height: 480px; position: relative; background: #222 url("restaurant-real.jpg") center/cover no-repeat; }
.restaurant-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,24,18,.55), transparent 55%); }
.restaurant-photo span { position: absolute; z-index: 1; left: 25px; bottom: 22px; color: white; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; }

.booking { padding: 135px var(--pad-x); text-align: center; background: linear-gradient(rgba(13,42,32,.83),rgba(13,42,32,.83)), url("hero-real.jpg") center/cover; color: white; }
.booking h2 { font-size: clamp(44px, 6vw, 78px); line-height: 1.14; }
.booking-prices { width: min(620px, 90vw); margin: 35px auto 0; border-top: 1px solid rgba(255,255,255,.28); }
.booking-prices p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.28); text-align: left; }
.booking-prices strong { font-family: "Esqadero FF CY 4F", "Manrope", sans-serif; font-weight: 400; font-size: 22px; white-space: nowrap; }
.booking .booking-note { max-width: 620px; margin: 25px auto 35px; color: rgba(255,255,255,.72); font-size: 14px; }
.primary.light { background: white; color: var(--forest); }
.primary.light:hover { background: var(--sand); }

/* footer берётся из сайтового чанка footer_2 — старые «камерные» правила подвала удалены, чтобы не ломать его вёрстку */

@media (max-width: 800px) {
  .topbar { height: 74px; }
  .topbar nav > a:not(.nav-action) { display: none; }
  .nav-action { padding: 9px 13px; }
  .hero { min-height: 760px; }
  .hero-copy { margin-left: 6vw; width: 88vw; }
  h1 { font-size: clamp(48px, 15vw, 72px); }
  .lead { font-size: 17px; }
  .hero-facts { left: 6vw; right: 6vw; justify-content: space-between; }
  .hero-facts p { min-width: 0; }
  .section-pad, .included { padding: 80px 6vw; }
  .intro-grid, .section-heading, .villa-grid, .included, .restaurant-layout { grid-template-columns: 1fr; gap: 40px; }
  .intro-grid > div { border-left: 0; border-top: 1px solid var(--line); padding: 25px 0 0; }
  .section-heading { margin-bottom: 45px; }
  .section-heading > p { justify-self: start; width: auto; }
  .villa-card.offset { margin-top: 20px; }
  .villa-info > p { min-height: auto; }
  .price-row { grid-template-columns: 1fr; gap: 8px; }
  .stay-time { text-align: left; }
  .villa-sauna { justify-self: start; align-self: start; text-align: left; max-width: none; margin-top: 4px; }
  .villa-sauna::before { margin: 0 0 8px 0; }
  .included { gap: 55px; }
  .sauna-visual { min-height: 560px; padding: 50px 6vw; }
  .restaurant-photo { min-height: 360px; }
  .booking-prices p { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* ===== Форма заявки (камерный стиль) ===== */
.kb-card { background: var(--paper); color: var(--ink); text-align: left; max-width: 980px; margin: 45px auto 0; padding: clamp(26px, 3vw, 46px); }
.kb-form { display: grid; grid-template-columns: 1.45fr .9fr; gap: clamp(26px, 3vw, 48px); align-items: start; }
.kb-field { margin-bottom: 22px; }
.kb-field > label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; color: #748079; margin-bottom: 8px; }
.kb-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.kb-form input { width: 100%; font: inherit; padding: 12px 2px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 0; }
.kb-form input:focus { outline: 0; border-bottom-color: var(--forest); }
.kb-nights { min-height: 18px; font-size: 13px; font-weight: 600; color: var(--forest); }
.kb-counter { display: inline-flex; align-items: center; border: 1px solid var(--line); }
.kb-counter button { width: 48px; height: 48px; border: 0; background: transparent; font-size: 22px; color: var(--forest); cursor: pointer; transition: .2s; }
.kb-counter button:hover { background: rgba(24,55,47,.06); }
.kb-counter output { min-width: 50px; text-align: center; font-family: "Esqadero FF CY 4F", "Manrope", sans-serif; font-size: 20px; }
.kb-hint { margin-left: 12px; font-size: 12px; color: #748079; }
.kb-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.kb-opt { position: relative; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; border: 1px solid var(--line); padding: 14px 16px; cursor: pointer; transition: .2s; }
.kb-opt:hover { border-color: #9aa79f; }
.kb-opt input { position: absolute; opacity: 0; width: 0; height: 0; }
.kb-opt.is-sel { border-color: var(--forest); background: rgba(24,55,47,.05); }
.kb-opt-t { font-weight: 600; width: 100%; }
.kb-opt-d { font-size: 12px; color: #748079; }
.kb-opt-p { margin-left: auto; font-family: "Esqadero FF CY 4F", "Manrope", sans-serif; color: var(--forest); }
.kb-side { border-left: 1px solid var(--line); padding-left: clamp(22px, 2.5vw, 38px); }
.kb-sum-label { margin: 0 0 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; color: #748079; }
.kb-sum div { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; font-size: 14px; }
.kb-sum div span:first-child { color: #748079; }
.kb-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--line); margin-top: 10px; padding-top: 14px; }
.kb-total strong { font-family: "Esqadero FF CY 4F", "Manrope", sans-serif; font-size: 28px; font-weight: 400; color: var(--forest); }
.kb-sauna { margin: 12px 0 0; font-size: 13px; font-weight: 600; color: #3a6b53; }
.kb-disc { margin: 10px 0 18px; font-size: 12px; color: #748079; line-height: 1.5; }
.kb-err { display: none; color: #b23b3b; font-size: 12px; margin-top: 6px; }
.kb-err.show { display: block; }
.kb-fieldmsg { display: block; color: #b23b3b; font-size: 12px; margin-top: 6px; }
.kb-fieldmsg:empty { display: none; }
.kb-form input.is-invalid { border-bottom-color: #b23b3b; }
.kb-consent { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.4; color: #748079; margin: 2px 0 6px; }
.kb-consent a { color: var(--forest); text-decoration: underline; }
.kb-consent input[type=checkbox] { margin-top: 3px; flex: none; accent-color: var(--forest); }
.kb-form input[type=date] { cursor: pointer; }
.kb-thanks { display: none; text-align: center; max-width: 620px; margin: 0 auto; padding: 24px; }
.kb-thanks.show { display: block; }
.kb-thanks h3 { font-size: 32px; color: var(--forest); }
.kb-thanks p { color: #66736d; margin-top: 12px; }
@media (max-width: 800px) {
  .kb-form { grid-template-columns: 1fr; gap: 28px; }
  .kb-side { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; }
  .kb-row2, .kb-opts { grid-template-columns: 1fr; }
}

/* Топ-бар (тёмно-синяя полоса) перенесён в чанк header_new_2026, чтобы работал на всех страницах с этой шапкой */
/* hero: белые цифры фактов и надпись (перебиваем тёмный strong темы) */
.hero .eyebrow { color: #fff; }
.hero-facts strong { color: #fff; }

/* ===== FAQ (вопрос-ответ) ===== */
.faq-list { max-width: 900px; margin: 45px 0 0; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 4px; font-size: clamp(18px, 2vw, 23px); font-weight: 500; color: var(--forest); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; flex: none; width: 11px; height: 11px; margin: -4px 6px 0 0; border-right: 2px solid var(--sand); border-bottom: 2px solid var(--sand); transform: rotate(45deg); transition: transform .3s ease; }
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 2px; }
.faq-item summary:hover { color: #0c2a63; }
.faq-answer { padding: 0 4px 28px; max-width: 760px; color: #66736d; font-size: 17px; line-height: 1.7; }
.faq-item[open] .faq-answer { animation: faqIn .3s ease; }
.faq-answer p { margin: 0 0 10px; }
.faq-answer ul { margin: 6px 0 0; padding-left: 18px; }
.faq-answer li { margin: 6px 0; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }