/* Линия Стрижки — plain CSS, BEM, longhand only, no pseudo-elements */

html, body { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; padding: 0; }
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #fbf2ea;
  color: #2b1815;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; cursor: pointer; border-width: 0; background-color: transparent; color: inherit; }
h1, h2, h3, h4, p, ul, ol { margin-top: 0; margin-bottom: 0; }
ul, ol { padding-left: 0; list-style-type: none; }

.main-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Container */
.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container--narrow { max-width: 896px; }
.container--tight { max-width: 768px; }

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: rgba(251, 242, 234, 0.9);
  backdrop-filter: blur(8px);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(43, 24, 21, 0.12);
}
.header__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.header__brand { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.header__logo { width: 22px; height: 22px; color: #d4271e; }
.header__title { font-weight: 700; font-size: 16px; letter-spacing: -0.01em; }

.header__nav { display: none; align-items: center; gap: 28px; font-size: 14px; }
.header__nav-link {
  color: rgba(43, 24, 21, 0.75);
  transition-property: color;
  transition-duration: 150ms;
}
.header__cta {
  display: none;
  font-size: 14px;
  font-weight: 500;
  background-color: #d4271e;
  color: #fbf2ea;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 6px;
}
.header__burger {
  display: block;
  padding: 8px;
  margin-right: -8px;
}
.header__burger-icon { width: 24px; height: 24px; }

.header__mobile {
  display: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(43, 24, 21, 0.12);
  background-color: #fbf2ea;
}
.header__mobile--open { display: block; }
.header__mobile-inner {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header__mobile-link {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  color: #2b1815;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(43, 24, 21, 0.06);
}
.header__mobile-cta {
  margin-top: 12px;
  text-align: center;
  background-color: #d4271e;
  color: #fbf2ea;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  font-weight: 500;
  display: block;
}

/* Main */
.main { flex-grow: 1; }
.page { display: none; }
.page--active { display: block; }

/* Section base */
.section {
  padding-top: 56px;
  padding-bottom: 56px;
}
.section--surface { background-color: #f4e4d4; }
.section__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.section__subtitle {
  text-align: center;
  color: rgba(43, 24, 21, 0.65);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero__bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero__overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(251, 242, 234, 0.72);
  backdrop-filter: blur(2px);
}
.hero__content {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 120px;
  padding-bottom: 140px;
  text-align: center;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero__eyebrow {
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(43, 24, 21, 0.65);
  margin-bottom: 16px;
}
.hero__title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.hero__title-accent { color: #d4271e; }
.hero__lead {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: rgba(43, 24, 21, 0.7);
  line-height: 1.65;
  margin-bottom: 32px;
}
.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Button */
.button {
  display: inline-block;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  transition-property: opacity, background-color;
  transition-duration: 150ms;
  width: auto;
}
.button--primary {
  background-color: #d4271e;
  color: #fbf2ea;
}
.button--secondary {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.15);
  background-color: rgba(251, 242, 234, 0.75);
  color: #2b1815;
}
.button--block { display: block; width: 100%; }
.button--wide {
  width: 100%;
  max-width: 320px;
}

/* Cards grid */
.grid { display: grid; gap: 20px; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr 1fr; }
.grid--6 { grid-template-columns: 1fr 1fr; }
.grid--gallery { grid-template-columns: 1fr 1fr; gap: 12px; }

.card {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  background-color: #fbf2ea;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.card--surface { background-color: #fbf2ea; }
.card__icon {
  width: 24px;
  height: 24px;
  color: #d4271e;
  margin-bottom: 12px;
}
.card__title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.card__text {
  font-size: 14px;
  color: rgba(43, 24, 21, 0.7);
  line-height: 1.6;
}

/* Feature block */
.feature {
  display: grid;
  gap: 32px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  grid-template-columns: 1fr;
}
.feature__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
}
.feature__image-img { width: 100%; height: 100%; object-fit: cover; }
.feature__eyebrow {
  display: inline-block;
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #d4271e;
  margin-bottom: 16px;
}
.feature__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}
.feature__text {
  color: rgba(43, 24, 21, 0.7);
  line-height: 1.65;
  margin-bottom: 16px;
}
.feature__list { font-size: 14px; margin-top: 24px; }
.feature__list-item { display: flex; gap: 8px; margin-bottom: 8px; }
.feature__list-mark { color: #d4271e; }

/* Review */
.review {
  border-radius: 8px;
  background-color: #fbf2ea;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.review__stars { color: #d4271e; margin-bottom: 8px; }
.review__text { font-size: 14px; line-height: 1.6; margin-bottom: 16px; }
.review__author { font-size: 12px; font-weight: 500; color: rgba(43, 24, 21, 0.65); }

/* Process */
.process { max-width: 768px; margin-left: auto; margin-right: auto; padding-left: 16px; padding-right: 16px; }
.process__list { display: flex; flex-direction: column; gap: 20px; }
.process__item { display: flex; gap: 16px; }
.process__num {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 999px;
  background-color: #d4271e;
  color: #fbf2ea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.process__title { font-weight: 600; margin-bottom: 4px; }
.process__text { font-size: 14px; color: rgba(43, 24, 21, 0.7); line-height: 1.6; }

/* Stats */
.stat {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  background-color: #fbf2ea;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-align: center;
}
.stat__num { font-size: 30px; font-weight: 700; color: #d4271e; margin-bottom: 4px; }
.stat__label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(43, 24, 21, 0.6); }

/* Brand */
.brand-card {
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  background-color: #fbf2ea;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: rgba(43, 24, 21, 0.65);
}

/* Offer */
.offer {
  border-radius: 8px;
  background-color: #fbf2ea;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.offer__title { font-weight: 600; color: #d4271e; margin-bottom: 8px; }
.offer__text { font-size: 14px; color: rgba(43, 24, 21, 0.7); line-height: 1.6; }

/* Gallery */
.gallery__cell {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
}
.gallery__img { width: 100%; height: 100%; object-fit: cover; transition-property: transform; transition-duration: 500ms; }

/* Timeline */
.timeline {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: rgba(43, 24, 21, 0.12);
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.timeline__item { position: relative; }
.timeline__dot {
  position: absolute;
  left: -34px;
  top: 4px;
  width: 16px; height: 16px;
  border-radius: 999px;
  background-color: #d4271e;
  border-width: 4px;
  border-style: solid;
  border-color: #f4e4d4;
}
.timeline__year { font-family: "JetBrains Mono", monospace; font-size: 12px; color: #d4271e; margin-bottom: 4px; }
.timeline__title { font-weight: 600; margin-bottom: 4px; }
.timeline__text { font-size: 14px; color: rgba(43, 24, 21, 0.7); line-height: 1.6; }

/* Metro */
.metro-card {
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  background-color: #fbf2ea;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  font-size: 14px;
}
.metro-card__name { font-weight: 500; }
.metro-card__time { font-size: 12px; color: rgba(43, 24, 21, 0.6); margin-top: 4px; }

/* Services list */
.services-title { font-size: 30px; font-weight: 700; margin-bottom: 12px; text-align: center; }
.services-lead { text-align: center; color: rgba(43, 24, 21, 0.65); max-width: 640px; margin-left: auto; margin-right: auto; margin-bottom: 40px; }
.services-group { margin-bottom: 40px; }
.services-group__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(43, 24, 21, 0.12);
}
.services-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(43, 24, 21, 0.08);
}
.services-item__name { font-size: 15px; }
.services-item__price { font-size: 15px; font-weight: 500; color: #d4271e; white-space: nowrap; }
.services-includes { display: grid; grid-template-columns: 1fr; gap: 8px; }
.services-include { display: flex; gap: 8px; font-size: 14px; color: rgba(43, 24, 21, 0.7); }
.services-include__mark { color: #d4271e; }
.services-payment {
  margin-top: 48px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  background-color: #fbf2ea;
}
.services-cta {
  margin-top: 48px;
  border-radius: 8px;
  background-color: rgba(244, 228, 212, 0.6);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-align: center;
}
.services-cta__text { margin-bottom: 16px; }

/* Faq / accordion */
.accordion { display: flex; flex-direction: column; gap: 8px; }
.accordion__item {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  background-color: #fbf2ea;
  overflow: hidden;
}
.accordion__toggle {
  width: 100%;
  text-align: left;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 500;
  font-size: 15px;
}
.accordion__toggle--article { align-items: flex-start; }
.accordion__q { flex-grow: 1; }
.accordion__chevron {
  width: 20px; height: 20px;
  flex-shrink: 0;
  transition-property: transform;
  transition-duration: 200ms;
}
.accordion__item--open .accordion__chevron { transform: rotate(180deg); }
.accordion__body {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: rgba(43, 24, 21, 0.7);
  line-height: 1.65;
}
.accordion__item--open .accordion__body { display: block; }
.accordion__meta { padding-top: 8px; }
.accordion__article-title { font-weight: 600; font-size: 16px; margin-bottom: 4px; }
.accordion__article-summary { font-size: 14px; color: rgba(43, 24, 21, 0.65); }
.accordion__body--article {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(43, 24, 21, 0.12);
  padding-top: 16px;
  color: rgba(43, 24, 21, 0.9);
}

/* Vacancies */
.vac-controls { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.vac-search { position: relative; flex-grow: 1; }
.vac-search__input {
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.15);
  background-color: #fbf2ea;
  padding-left: 40px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-family: inherit;
}
.vac-search__input:focus { outline-style: none; border-color: #d4271e; }
.vac-search__icon { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; color: rgba(43, 24, 21, 0.5); }
.vac-sort {
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.15);
  background-color: #fbf2ea;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-family: inherit;
  color: inherit;
}
.vac { border-radius: 8px; border-width: 1px; border-style: solid; border-color: rgba(43, 24, 21, 0.12); background-color: #fbf2ea; overflow: hidden; margin-bottom: 12px; }
.vac__toggle {
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.vac__title { font-size: 18px; font-weight: 600; margin-bottom: 4px; }
.vac__salary { color: #d4271e; font-weight: 500; font-size: 14px; margin-bottom: 4px; }
.vac__type { font-size: 12px; color: rgba(43, 24, 21, 0.6); margin-bottom: 8px; }
.vac__short { font-size: 14px; color: rgba(43, 24, 21, 0.7); }
.vac__body {
  display: none;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(43, 24, 21, 0.12);
}
.vac--open .vac__body { display: block; }
.vac--open .accordion__chevron { transform: rotate(180deg); }
.vac__block { margin-bottom: 20px; }
.vac__block-title { font-weight: 600; font-size: 14px; margin-bottom: 8px; }
.vac__block-list { padding-left: 20px; list-style-type: disc; font-size: 14px; color: rgba(43, 24, 21, 0.7); }
.vac__block-list-item { margin-bottom: 4px; }
.vac__actions { display: flex; flex-direction: column; gap: 12px; padding-top: 8px; }
.vac__empty { text-align: center; color: rgba(43, 24, 21, 0.6); padding-top: 40px; padding-bottom: 40px; }

/* Contact */
.contact-grid { display: grid; gap: 32px; grid-template-columns: 1fr; }
.contact-row { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-row__icon-wrap {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 6px;
  background-color: rgba(212, 39, 30, 0.1);
  color: #d4271e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-row__icon { width: 20px; height: 20px; }
.contact-row__title { font-weight: 600; margin-bottom: 4px; }
.contact-row__value { color: rgba(43, 24, 21, 0.9); }
.contact-row__hint { color: rgba(43, 24, 21, 0.6); font-size: 14px; }
.contact-map {
  border-radius: 8px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  height: 320px;
  background-color: #f4e4d4;
}
.contact-map__iframe { width: 100%; height: 100%; border-width: 0; }
.contact-map__link { display: block; text-align: center; color: #d4271e; font-size: 14px; margin-top: 8px; }
.contact-req { padding-top: 16px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(43, 24, 21, 0.12); font-size: 14px; color: rgba(43, 24, 21, 0.6); }

/* Form */
.form { display: flex; flex-direction: column; gap: 16px; max-width: 640px; margin-left: auto; margin-right: auto; }
.form__input, .form__textarea {
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.15);
  background-color: #fbf2ea;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 14px;
  font-family: inherit;
  color: inherit;
}
.form__textarea { resize: none; }
.form__consent { display: flex; gap: 8px; font-size: 14px; color: rgba(43, 24, 21, 0.7); align-items: flex-start; }
.form__consent-link { color: #d4271e; }
.form__error { color: #d4271e; font-size: 14px; }
.form__success { border-radius: 8px; border-width: 1px; border-style: solid; border-color: rgba(212, 39, 30, 0.4); background-color: rgba(212, 39, 30, 0.05); padding: 24px; text-align: center; }
.form__success-title { font-weight: 500; margin-bottom: 4px; }
.form__success-text { font-size: 14px; color: rgba(43, 24, 21, 0.65); }

/* Team */
.team-card {
  border-radius: 8px;
  background-color: #fbf2ea;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.team-card__name { font-weight: 600; font-size: 18px; }
.team-card__role { font-size: 14px; color: #d4271e; margin-bottom: 8px; }
.team-card__exp { font-size: 14px; color: rgba(43, 24, 21, 0.7); line-height: 1.6; }

/* Legal */
.legal-title { font-size: 30px; font-weight: 700; margin-bottom: 32px; }
.legal-body { display: flex; flex-direction: column; gap: 16px; font-size: 15px; line-height: 1.7; color: rgba(43, 24, 21, 0.9); }
.legal-body-h2 { font-size: 18px; font-weight: 600; margin-top: 8px; padding-top: 8px; }
.legal-body-list { padding-left: 20px; list-style-type: disc; }
.legal-body-list-item { margin-bottom: 4px; }
.legal-link { color: #d4271e; }

/* About hero */
.about-hero { text-align: center; padding-top: 48px; padding-bottom: 40px; }
.about-hero__eyebrow {
  display: inline-block;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(43, 24, 21, 0.6);
  margin-bottom: 16px;
}
.about-hero__title { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 20px; }
.about-hero__lead { font-size: 16px; color: rgba(43, 24, 21, 0.7); line-height: 1.65; }
.about-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
}
.about-image__img { width: 100%; height: 100%; object-fit: cover; }

/* Footer */
.footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(43, 24, 21, 0.12);
  background-color: #f4e4d4;
  margin-top: 64px;
}
.footer__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
}
.footer__title { font-weight: 700; font-size: 16px; margin-bottom: 12px; }
.footer__heading { font-weight: 600; margin-bottom: 12px; }
.footer__text { color: rgba(43, 24, 21, 0.65); line-height: 1.6; }
.footer__list { display: flex; flex-direction: column; gap: 8px; color: rgba(43, 24, 21, 0.65); }
.footer__link { color: rgba(43, 24, 21, 0.65); }
.footer__bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(43, 24, 21, 0.12);
}
.footer__bottom-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  color: rgba(43, 24, 21, 0.6);
  text-align: center;
}

/* Cookie banner */
.cookie {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 45;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  background-color: rgba(251, 242, 234, 0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cookie--hidden { display: none; }
.cookie__text { font-size: 14px; line-height: 1.6; color: #2b1815; }
.cookie__link { text-decoration-line: underline; }
.cookie__button {
  align-self: stretch;
  background-color: #d4271e;
  color: #fbf2ea;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

/* Chat widget */
.chat__toggle {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background-color: #d4271e;
  color: #fbf2ea;
  box-shadow: 0 12px 30px rgba(212, 39, 30, 0.4);
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
}
.chat__toggle-icon { width: 20px; height: 20px; }
.chat__toggle--hidden { display: none; }
.chat__window {
  position: fixed;
  right: 12px;
  bottom: 16px;
  z-index: 50;
  width: calc(100vw - 24px);
  max-width: 380px;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.12);
  background-color: #fbf2ea;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.chat__window--hidden { display: none; }
.chat__header { display: flex; align-items: center; gap: 12px; background-color: #2b1815; color: #fbf2ea; padding: 12px; }
.chat__avatar { width: 40px; height: 40px; border-radius: 999px; object-fit: cover; }
.chat__meta { flex-grow: 1; min-width: 0; }
.chat__name { font-size: 14px; font-weight: 600; }
.chat__status { font-size: 12px; opacity: 0.7; }
.chat__close { border-radius: 999px; padding: 6px; color: #fbf2ea; }
.chat__close-icon { width: 16px; height: 16px; }
.chat__log { flex-grow: 1; overflow-y: auto; padding: 12px; background-color: #f4e4d4; display: flex; flex-direction: column; gap: 8px; }
.chat__row { display: flex; }
.chat__row--user { justify-content: flex-end; }
.chat__row--bot { justify-content: flex-start; }
.chat__bubble { max-width: 80%; border-radius: 16px; padding-top: 8px; padding-bottom: 8px; padding-left: 12px; padding-right: 12px; font-size: 14px; line-height: 1.4; }
.chat__bubble--user { background-color: #d4271e; color: #fbf2ea; border-bottom-right-radius: 4px; }
.chat__bubble--bot { background-color: #fbf2ea; color: #2b1815; border-bottom-left-radius: 4px; border-width: 1px; border-style: solid; border-color: rgba(43, 24, 21, 0.12); }
.chat__input-row { padding: 8px; border-top-width: 1px; border-top-style: solid; border-top-color: rgba(43, 24, 21, 0.12); display: flex; gap: 8px; }
.chat__input {
  flex-grow: 1;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(43, 24, 21, 0.15);
  background-color: #fbf2ea;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-family: inherit;
  color: inherit;
}
.chat__input:focus { outline-style: none; border-color: #d4271e; }
.chat__send { border-radius: 6px; background-color: #d4271e; color: #fbf2ea; padding-left: 12px; padding-right: 12px; display: flex; align-items: center; justify-content: center; }
.chat__send-icon { width: 16px; height: 16px; }

/* Utility */
.text-center { text-align: center; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }

/* Hover states applied via JS toggling helper class */
.is-hover-primary { opacity: 0.9; }
.is-hover-link { color: #d4271e; }

/* Tablet */
@media (min-width: 640px) {
  .container, .header__inner, .hero__content, .footer__grid, .footer__bottom-inner, .header__mobile-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero__title { font-size: 60px; }
  .hero__actions { flex-direction: row; }
  .button { width: auto; }
  .button--block { width: auto; }
  .section__title { font-size: 30px; }
  .grid--2 { grid-template-columns: 1fr 1fr; }
  .grid--3 { grid-template-columns: 1fr 1fr; }
  .grid--4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .grid--6 { grid-template-columns: 1fr 1fr 1fr; }
  .grid--gallery { grid-template-columns: 1fr 1fr 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .vac-controls { flex-direction: row; }
  .services-includes { grid-template-columns: 1fr 1fr; }
  .vac__actions { flex-direction: row; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .cookie { flex-direction: row; align-items: center; justify-content: space-between; }
  .cookie__button { align-self: auto; }
  .contact-map { height: 400px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .about-hero { padding-top: 64px; padding-bottom: 40px; }
  .about-hero__title { font-size: 44px; }
  .services-title { font-size: 36px; }
  .legal-title { font-size: 36px; }
  .feature { grid-template-columns: 1fr 1fr; }
  .about-image { aspect-ratio: 21 / 9; }
}

/* Desktop */
@media (min-width: 1024px) {
  .hero__title { font-size: 76px; }
  .grid--3 { grid-template-columns: 1fr 1fr 1fr; }
  .grid--6 { grid-template-columns: repeat(6, 1fr); }
  .header__nav { display: flex; }
  .header__cta { display: inline-block; }
  .header__burger { display: none; }
  .header__mobile { display: none !important; }
  .footer__grid { grid-template-columns: repeat(4, 1fr); }
}
