@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --bg: #141110;
  --bg-alt: #181412;
  --bg-dark: #0f0d0c;
  --bg-dark-2: #0e0c0b;
  --bg-input: #1b1715;
  --text-main: #F2ECE4;
  --text-muted: #B8AFA6;
  --text-body-alt: #cfc6bc;
  --text-meta: #8a8078;
  --text-faint: #6b625a;
  --accent: #D44527;
  --accent-hover: #e8703f;
  --eyebrow-tint: #e8b79a;
  --border: rgba(242, 236, 228, 0.08);
  --border-strong: rgba(242, 236, 228, 0.15);
  --font-display: 'Playfair Display', serif;
  --font-main: 'Inter', sans-serif;
  --container-max: 1280px;
  --container-pad: clamp(20px, 5vw, 48px);
  --header-pad: clamp(16px, 4vw, 48px);
  --section-pad-y: clamp(56px, 9vw, 120px);
  --section-pad-y-lg: clamp(64px, 10vw, 130px);
  --shadow-panel: 0 24px 60px rgba(0, 0, 0, 0.55);
  --transition: all 0.3s;
  --breakpoint-mobile: 860px;
}

html {
  scroll-behavior: smooth;
  width: 100%;
}

html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  padding: 0;
  margin: 0;
}

*:hover {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  font-weight: normal;
  overflow-wrap: break-word;
}

a {
  display: inline-block;
  text-decoration: none;
  color: var(--accent);
}
a:hover {
  color: var(--accent-hover);
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

textarea,
button,
select {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

path {
  fill: currentColor !important;
}

p {
  margin: 0;
}

input {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
}

img,
video {
  max-width: 100%;
  display: block;
}

body {
  font-family: var(--font-main);
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-main);
  background: var(--bg);
}

::-moz-selection {
  background: var(--accent);
  color: var(--bg);
}

::selection {
  background: var(--accent);
  color: var(--bg);
}

.page-shell {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
}

.section-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}
.section-intro--tight {
  margin-bottom: 56px;
}

/* ---------- Кнопки ---------- */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-main);
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding: 16px 32px;
  cursor: pointer;
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--accent);
  color: var(--bg);
}
.btn-primary:hover {
  background: var(--accent-hover);
  color: var(--bg);
}

.btn-secondary {
  background: transparent;
  color: var(--text-main);
  border: 1px solid rgba(242, 236, 228, 0.4);
  font-weight: 500;
}
.btn-secondary:hover {
  border-color: var(--text-main);
  color: var(--text-main);
}

.btn-link {
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 3px;
  color: var(--text-main);
}
.btn-link:hover {
  color: var(--accent);
}

/* ---------- Плейсхолдер фото/видео (заменяется реальными медиа в конце) ---------- */
.placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(135deg, #4a443d, #4a443d 18px, #5c554b 18px, #5c554b 36px);
  border: 1px solid var(--border-strong);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.placeholder__label {
  font-family: monospace;
  font-size: 11px;
  color: #e8e0d5;
  padding: 16px;
  text-align: right;
}

/* ---------- Реальное фото вместо плейсхолдера: тон-коррекция + виньетка под общий стиль сайта ---------- */
.media-frame {
  position: relative;
  overflow: hidden;
}
.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 17, 16, 0.15)), to(rgba(20, 17, 16, 0.35))), radial-gradient(circle, transparent 55%, rgba(10, 7, 5, 0.35) 100%);
  background: linear-gradient(rgba(20, 17, 16, 0.15), rgba(20, 17, 16, 0.35)), radial-gradient(circle, transparent 55%, rgba(10, 7, 5, 0.35) 100%);
}

.media-photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.85) contrast(1.12) saturate(0.85) sepia(0.12) hue-rotate(-8deg);
          filter: brightness(0.85) contrast(1.12) saturate(0.85) sepia(0.12) hue-rotate(-8deg);
}

/* ---------- Плавное появление секций при скролле (IntersectionObserver, см. main.js) ---------- */
.reveal {
  opacity: 0;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}
.reveal.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px var(--header-pad);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 12, 11, 0.94)), to(rgba(14, 12, 11, 0.8)));
  background: linear-gradient(180deg, rgba(14, 12, 11, 0.94), rgba(14, 12, 11, 0.8));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}
.site-header--solid {
  background: rgba(14, 12, 11, 0.96);
  border-bottom: 1px solid var(--border);
}
.site-header--static {
  position: relative;
  background: none;
}

.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.04em;
  color: var(--text-main);
}
.logo:hover {
  color: var(--text-main);
  opacity: 0.85;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  position: relative;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 24px;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.main-nav a {
  color: var(--text-muted);
}
.main-nav a.is-active {
  color: var(--text-main);
}
.main-nav a:hover {
  color: var(--accent-hover);
}

.lang-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}
.lang-switch span:first-child {
  color: var(--text-main);
  font-weight: 600;
}

/* ---------- Гамбургер ---------- */
.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.burger span {
  width: 26px;
  height: 2px;
  background: var(--text-main);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.burger.is-open span:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
      -ms-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
      -ms-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

/* ---------- Мобильное off-canvas меню ---------- */
.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 6, 5, 0.6);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mobile-nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(360px, 86vw);
  background: var(--bg-alt);
  -webkit-box-shadow: var(--shadow-panel);
          box-shadow: var(--shadow-panel);
  z-index: 100;
  padding: 28px 28px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobile-nav.is-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.mobile-nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px;
}
.mobile-nav__close {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
.mobile-nav__close span {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 20px;
  height: 2px;
  background: var(--text-main);
}
.mobile-nav__close span:first-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-nav__close span:last-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}
.mobile-nav__menu a {
  display: block;
  padding: 20px 8px;
  color: var(--text-muted);
  font-size: 22px;
  font-family: var(--font-display);
  font-weight: 500;
  border-bottom: 1px solid var(--border);
}
.mobile-nav__menu a.is-active {
  color: var(--text-main);
  font-weight: 600;
}
.mobile-nav__lang {
  margin-top: auto;
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--text-meta);
}
.mobile-nav__lang span:first-child {
  color: var(--text-main);
  font-weight: 600;
}

/* ---------- Hero с фото/видео фоном ---------- */
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 82vh;
  min-height: 560px;
}
.hero--full {
  height: 100vh;
  min-height: 640px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 17, 16, 0.15)), color-stop(55%, rgba(20, 17, 16, 0.4)), to(rgba(20, 17, 16, 0.94)));
  background: linear-gradient(180deg, rgba(20, 17, 16, 0.15) 0%, rgba(20, 17, 16, 0.4) 55%, rgba(20, 17, 16, 0.94) 100%);
}
.hero--full .hero__overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 17, 16, 0.15)), color-stop(55%, rgba(20, 17, 16, 0.35)), to(rgba(20, 17, 16, 0.92)));
  background: linear-gradient(180deg, rgba(20, 17, 16, 0.15) 0%, rgba(20, 17, 16, 0.35) 55%, rgba(20, 17, 16, 0.92) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 0 var(--container-pad) clamp(48px, 10vw, 80px);
  max-width: 820px;
}
.hero--full .hero__content {
  max-width: 920px;
  padding-bottom: clamp(48px, 10vw, 90px);
}

.hero__eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--eyebrow-tint);
  margin-bottom: 18px;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(36px, 5.6vw, 68px);
  line-height: 1.08;
  margin: 0 0 26px;
}
.hero--full .hero__title {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.1;
  margin-bottom: 24px;
}

.hero__text {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-body-alt);
  max-width: 560px;
  margin: 0 0 32px;
  text-wrap: pretty;
}
.hero__text:last-child {
  margin-bottom: 0;
}

.hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ---------- Заголовок страницы без фонового фото (Меню, Контакты) ---------- */
.page-header {
  padding: clamp(110px, 20vw, 150px) var(--container-pad) 60px;
  text-align: center;
}
.page-header__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 4.4vw, 54px);
  line-height: 1.15;
  margin: 0;
}
.page-header--with-controls .page-header__title {
  margin-bottom: 36px;
}

/* ---------- Двухколоночная секция текст + фото (Атмосфера, Начало) ---------- */
.split {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--section-pad-y) var(--container-pad);
  background: var(--bg);
}

.split__body {
  max-width: 520px;
}

.split__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
  margin: 0 0 22px;
}

.split__text {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0 0 16px;
  text-wrap: pretty;
}
.split__text:last-child {
  margin-bottom: 0;
}

.split__media {
  min-height: 420px;
}

/* ---------- Философия (Hub) — полнобокая секция без отступов между колонками ---------- */
.philosophy {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  background: var(--bg);
}

.philosophy__body {
  padding: var(--section-pad-y) clamp(24px, 6vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 560px;
}

.philosophy__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  margin: 0 0 24px;
}

.philosophy__text {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 16px;
  text-wrap: pretty;
}
.philosophy__text:last-child {
  margin-bottom: 0;
}

/* ---------- Секция "Три ресторана" (Hub) ---------- */
.restaurants-section {
  padding: var(--section-pad-y-lg) var(--container-pad);
  background: var(--bg-alt);
}

.restaurants-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  max-width: var(--container-max);
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.restaurant-card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 340px;
          flex: 1 1 340px;
  max-width: 400px;
  background: var(--bg);
  border: 1px solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
}
.restaurant-card:hover {
  border-color: var(--accent);
  color: var(--text-main);
}
.restaurant-card:hover .btn-link {
  color: var(--accent-hover);
}

.restaurant-card__media {
  height: 220px;
}

.restaurant-card__body {
  padding: 28px 26px 30px;
}

.restaurant-card__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--text-main);
}

.restaurant-card__city {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.restaurant-card__hours {
  font-size: 13px;
  color: var(--text-meta);
  margin-bottom: 18px;
}

/* ---------- Модальное окно бронирования (Hub) ---------- */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(10, 8, 7, 0.82);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.modal-overlay.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  background: var(--bg-alt);
  border: 1px solid var(--border-strong);
  max-width: 440px;
  width: 100%;
  padding: 40px 36px;
}

.modal__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 28px;
}

.modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--border-strong);
  color: var(--text-main);
}
.modal__item:hover {
  border-color: var(--border-strong);
  color: var(--text-main);
}

.modal__item-name {
  font-family: var(--font-display);
  font-size: 16px;
}

.modal__item-cta {
  font-size: 13px;
  color: var(--accent);
}

.modal__cancel {
  margin-top: 24px;
  background: transparent;
  border: none;
  color: var(--text-meta);
  font-size: 13px;
  cursor: pointer;
  font-family: var(--font-main);
}
.modal__cancel:hover {
  color: var(--text-muted);
}

/* ---------- Тизер "Мероприятия и банкеты" (Hub) ---------- */
.teaser {
  position: relative;
  padding: var(--section-pad-y-lg) var(--container-pad);
  background: var(--bg-dark);
  overflow: hidden;
}

.teaser__bg {
  position: absolute;
  inset: 0;
  opacity: 0.28;
}

.teaser__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.teaser__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.2;
  margin: 0 0 24px;
}

.teaser__text {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-body-alt);
  margin: 0 0 36px;
  text-wrap: pretty;
}

/* ---------- Отзывы (Hub) ---------- */
.reviews {
  padding: var(--section-pad-y-lg) var(--container-pad);
  background: var(--bg);
}

.reviews__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.reviews__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: var(--bg-alt);
  border: 1px solid rgba(212, 69, 39, 0.35);
  padding: 10px 22px;
  margin-bottom: 44px;
}

.reviews__rating {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  color: var(--accent);
}

.reviews__count {
  font-size: 13px;
  color: var(--text-muted);
}

.reviews__slide {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reviews__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.5;
  margin: 0 0 20px;
}

.reviews__author {
  font-size: 14px;
  color: var(--text-meta);
}

.reviews__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.reviews__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(242, 236, 228, 0.25);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border: none;
}
.reviews__dot.is-active {
  background: var(--accent);
}

/* ---------- Сетка карточек с волосяными разделителями (Форматы, Ценности, Локации) ---------- */
.tile-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--border);
}
.tile-grid--values {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.tile-grid--locations {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.tile-grid__item {
  background: var(--bg);
  padding: 40px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.tile-grid__item--alt {
  background: var(--bg-alt);
}
.tile-grid__item--locations {
  padding: 36px 32px;
}

.tile-grid__num {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--accent);
}

.tile-grid__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
.tile-grid__item--formats .tile-grid__title {
  font-size: 22px;
}
.tile-grid__item--locations .tile-grid__title {
  font-size: 20px;
}

.tile-grid__text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
  text-wrap: pretty;
}

/* ---------- Карточка локации (Контакты) ---------- */
.location-card__address {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}
.location-card__hours {
  font-size: 13px;
  color: var(--text-meta);
}
.location-card__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
.location-card__tel {
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  color: var(--accent);
}
.location-card__link {
  margin-top: auto;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-strong);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
}
.location-card__link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* ---------- Фотополоса (Москва, DOM, Мероприятия) ---------- */
.gallery-strip {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2px;
}

.gallery-strip__item {
  aspect-ratio: 4/5;
}

/* ---------- Переключатель ресторана (Меню) ---------- */
.restaurant-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 2px;
  background: rgba(242, 236, 228, 0.1);
  padding: 2px;
}

.restaurant-toggle__btn {
  padding: 12px 28px;
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: transparent;
  color: var(--text-muted);
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
}
.restaurant-toggle__btn.is-active {
  background: var(--accent);
  color: var(--bg);
}

.page-header__link {
  margin-top: 18px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text-meta);
  border-bottom: 1px solid var(--border-strong);
  padding-bottom: 2px;
}
.page-header__link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* ---------- Липкая навигация по категориям ---------- */
.category-nav {
  position: sticky;
  top: 74px;
  z-index: 40;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  padding: 18px var(--header-pad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-nav__btn {
  padding: 8px 4px;
  font-size: 14px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--text-meta);
  cursor: pointer;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.category-nav__btn.is-active {
  color: var(--text-main);
  border-bottom-color: var(--accent);
}

/* ---------- Список блюд ---------- */
.menu-list {
  padding: 70px var(--header-pad) 120px;
}

.menu-list__inner {
  max-width: 920px;
  margin: 0 auto;
}

.menu-category {
  margin-bottom: 72px;
}
.menu-category:last-child {
  margin-bottom: 0;
}
.menu-category.is-hidden {
  display: none;
}

.menu-category__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 2.6vw, 32px);
  margin: 0 0 32px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
}

.dish-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.dish-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px 24px;
}

.dish-row__info {
  max-width: 600px;
}

.dish-row__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}

.dish-row__desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  text-wrap: pretty;
}

.dish-row__price {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--accent);
  white-space: nowrap;
}

/* ---------- Ссылка на винную карту ---------- */
.winelist-cta {
  padding: 0 var(--container-pad) var(--section-pad-y-lg);
  text-align: center;
}

.winelist-cta__text {
  font-size: 14px;
  color: var(--text-meta);
  max-width: 520px;
  margin: 0 auto 24px;
}

/* ---------- Секция "Форматы" ---------- */
.formats-section {
  padding: var(--section-pad-y) var(--container-pad);
  background: var(--bg);
}

/* ---------- Секция "Как это устроено" (шаги) ---------- */
.steps-section {
  padding: var(--section-pad-y) var(--container-pad);
  background: var(--bg-alt);
}

.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
}

.step {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 220px;
          flex: 1 1 220px;
  max-width: 260px;
}

.step__num {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 36px;
  color: rgba(242, 236, 228, 0.18);
  margin-bottom: 12px;
}

.step__title {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px;
}

.step__text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  text-wrap: pretty;
}

/* ---------- Форма заявки на мероприятие ---------- */
.request-form-section {
  padding: var(--section-pad-y-lg) var(--container-pad);
  background: var(--bg-dark);
}

.request-form {
  max-width: 640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.form-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.form-field {
  background: var(--bg-input);
  border: 1px solid var(--border-strong);
  color: var(--text-main);
  padding: 14px 16px;
  font-size: 14px;
  font-family: var(--font-main);
  width: 100%;
}
.form-field::-webkit-input-placeholder {
  color: var(--text-meta);
}
.form-field::-moz-placeholder {
  color: var(--text-meta);
}
.form-field:-ms-input-placeholder {
  color: var(--text-meta);
}
.form-field::-ms-input-placeholder {
  color: var(--text-meta);
}
.form-field::placeholder {
  color: var(--text-meta);
}
.form-field:focus {
  border-color: var(--accent);
}

textarea.form-field {
  resize: vertical;
}

select.form-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' stroke='%23B8AFA6' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
select.form-field option {
  background: var(--bg-input);
  color: var(--text-main);
}

.form-submit {
  margin-top: 8px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* ---------- Ценности (О бренде) ---------- */
.values-section {
  padding: var(--section-pad-y) var(--container-pad);
  background: var(--bg-alt);
}

/* ---------- Команда (О бренде) ---------- */
.team-section {
  padding: var(--section-pad-y-lg) var(--container-pad);
  background: var(--bg);
}

.team-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.team-card__media {
  aspect-ratio: 4/5;
}

.team-card__body {
  padding-top: 18px;
}

.team-card__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  margin: 0 0 4px;
}

.team-card__role {
  font-size: 13px;
  color: var(--text-meta);
}

/* ---------- Закрывающая CTA-секция (О бренде) ---------- */
.closing-cta {
  padding: var(--section-pad-y) var(--container-pad);
  background: var(--bg-dark);
  text-align: center;
}

.closing-cta__inner {
  max-width: 640px;
  margin: 0 auto;
}

.closing-cta__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.2;
  margin: 0 0 24px;
}
.closing-cta__title--tight {
  margin-bottom: 14px;
}

.closing-cta__title-link {
  color: var(--text-main);
  border-bottom: 1px solid transparent;
}
.closing-cta__title-link:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.closing-cta__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-body-alt);
  margin: 0 0 36px;
  text-wrap: pretty;
  font-variant-numeric: tabular-nums;
}

/* ---------- Секция локаций (Контакты) ---------- */
.locations-section {
  padding: 0 var(--container-pad) var(--section-pad-y-lg);
}

/* ---------- Бренд-офис (Контакты) ---------- */
.brand-office {
  padding: 0 var(--container-pad) clamp(70px, 12vw, 120px);
}

.brand-office__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.brand-office__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  margin: 0 0 24px;
}

.brand-office__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 16px;
  color: var(--text-body-alt);
  font-variant-numeric: tabular-nums;
}
.brand-office__links a {
  color: var(--text-main);
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  font-size: 14px;
}
.social-links a {
  color: var(--text-muted);
}

/* ---------- Правовая информация / Конфиденциальность ---------- */
.legal-section {
  padding: clamp(56px, 10vw, 80px) var(--container-pad) clamp(60px, 10vw, 120px);
}

.legal-section__inner {
  max-width: 760px;
  margin: 0 auto;
}

.legal-section__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 36px;
}

.legal-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
}

.legal-block__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 19px;
  color: var(--text-main);
  margin: 0 0 8px;
}

.legal-block p {
  margin: 0;
  text-wrap: pretty;
}

/* ---------- Страница 404 ---------- */
.error-page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 48px;
  gap: 20px;
}

.error-page__code {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(80px, 14vw, 160px);
  line-height: 1;
  color: rgba(242, 236, 228, 0.1);
}

.error-page__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 34px);
  margin: 0;
}

.error-page__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 440px;
  margin: 0;
  text-wrap: pretty;
}

.error-page__cta {
  margin-top: 12px;
}

.site-footer {
  padding: clamp(40px, 8vw, 64px) var(--container-pad) 36px;
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: var(--container-max);
  margin: 0 auto 48px;
}

.footer__logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--text-main);
}

.footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 14px;
}
.footer__col a {
  color: var(--text-muted);
}
.footer__col a.is-active {
  color: var(--text-main);
}

.footer__col-title {
  color: var(--text-main);
  font-weight: 600;
  margin-bottom: 6px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  font-size: 13px;
  color: var(--text-faint);
}

.footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.footer__legal a {
  color: var(--text-faint);
}
.footer__legal a.is-active, .footer__legal a:hover {
  color: var(--text-muted);
}

/* ---------- Упрощённый футер с юридическими ссылками (Legal, Privacy) ---------- */
.footer-minimal {
  padding: 40px var(--header-pad);
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
}

.footer-minimal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  max-width: var(--container-max);
  margin: 0 auto;
  font-size: 13px;
  color: var(--text-faint);
}
.footer-minimal__row a {
  color: var(--text-faint);
}
.footer-minimal__row a.is-active {
  color: var(--text-main);
}
.footer-minimal__row a:hover {
  color: var(--text-muted);
}

.footer-minimal__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

/* ---------- Минимальный футер для 404 — только копирайт по центру ---------- */
.footer-simple {
  padding: 32px var(--header-pad);
  background: var(--bg-dark);
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 13px;
  color: var(--text-faint);
}

@media (max-width: 860px) {
  .site-header:not(.site-header--static) .main-nav {
    display: none;
  }
  .site-header:not(.site-header--static) .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header:not(.site-header--static) .lang-switch {
    display: none;
  }
  .category-nav {
    gap: 18px;
    padding: 16px 20px;
  }
  .form-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}