/* Комарovo — главная v13: Megagroup шапка + новый hero + акции */

.page-home .home-v8 {
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--ink, #141816);
  background: #faf9f7;
}

/* Новый hero вместо старого слайдера */
.home-v8 .hp-hero {
  position: relative;
  min-height: clamp(520px, 72vh, 780px);
  margin-top: -65px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home-v8 .hp-hero__bg {
  position: absolute;
  inset: 0;
}

.home-v8 .hp-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.home-v8 .hp-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(15, 35, 28, .88) 0%, rgba(15, 35, 28, .55) 42%, rgba(15, 35, 28, .15) 100%),
    linear-gradient(to top, rgba(15, 20, 18, .35), transparent 50%);
}

.home-v8 .hp-hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(100px, 14vw, 140px) var(--pad) clamp(48px, 8vw, 72px);
  color: #fff;
  max-width: 720px;
  margin-right: auto;
  margin-left: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad)));
}

.home-v8 .hp-hero__eyebrow {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 18px;
}

.home-v8 .hp-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(52px, 9vw, 88px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: .02em;
  color: var(--gold-light);
  margin-bottom: 12px;
}

.home-v8 .hp-hero__subtitle {
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.5;
  color: rgba(255, 255, 255, .88);
  max-width: 480px;
  margin-bottom: 24px;
}

.home-v8 .hp-hero__price {
  font-size: 15px;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 32px;
}

.home-v8 .hp-hero__price strong {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 600;
  color: #fff;
}

.home-v8 .hp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-v8 .hp-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s, background .2s, border-color .2s;
}

.home-v8 .hp-hero__btn--gold {
  background: linear-gradient(135deg, #c4a574, #dbc9a8);
  color: #1a3328;
}

.home-v8 .hp-hero__btn--gold:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #dbc9a8, #e8dcc4);
}

.home-v8 .hp-hero__btn--ghost {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
}

.home-v8 .hp-hero__btn--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
}

/* Акции — две равные карточки */
.home-v8 .promos {
  padding: clamp(56px, 7vw, 80px) var(--pad);
  max-width: var(--max);
  margin: 0 auto;
}

.home-v8 .promos__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.home-v8 .promos__head h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 500;
  color: var(--forest);
}

.home-v8 .promos__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.home-v8 .promo-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(15, 20, 18, .07);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(26, 51, 40, .08);
  transition: transform .3s, box-shadow .3s;
}

.home-v8 .promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(15, 20, 18, .12);
}

.home-v8 .promo-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--forest);
}

.home-v8 .promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .6s ease;
}

.home-v8 .promo-card:hover .promo-card__media img {
  transform: scale(1.04);
}

.home-v8 .promo-card__badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--forest);
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 10px 16px;
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
}

.home-v8 .promo-card__body {
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-v8 .promo-card__date {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.home-v8 .promo-card__body h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 2.5vw, 26px);
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 14px;
  line-height: 1.25;
}

.home-v8 .promo-card__price {
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 6px;
}

.home-v8 .promo-card__price strong {
  font-size: 22px;
  font-weight: 700;
  color: var(--forest);
}

.home-v8 .promo-card__note {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin-bottom: 24px;
  flex: 1;
}

.home-v8 .promo-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--forest);
  color: #fff;
  transition: background .2s, transform .2s;
}

.home-v8 .promo-card__btn:hover {
  background: var(--forest-mid);
  transform: translateY(-1px);
}

.home-v8 .promo-card__btn--outline {
  background: transparent;
  color: var(--forest);
  border: 2px solid var(--forest);
}

.home-v8 .promo-card__btn--outline:hover {
  background: var(--forest);
  color: #fff;
}

@media (max-width: 768px) {
  .home-v8 .promos__grid { grid-template-columns: 1fr; gap: 20px; }
  .home-v8 .promo-card__body { padding: 24px; }
}

@media (max-width: 640px) {
  .home-v8 .hp-hero { margin-top: 0; min-height: 480px; }
  .home-v8 .hp-hero__inner { margin-left: 0; max-width: none; }
  .home-v8 .promos__head { flex-direction: column; align-items: flex-start; gap: 12px; }
}

body.page-home .tl-booking-button,
body.page-home [class*="tl-"] {
  z-index: 9999 !important;
}

.home-v8 *, .home-v8 *::before, .home-v8 *::after {
  box-sizing: border-box;
}

.home-v8 img { display: block; max-width: 100%; }
.home-v8 a { color: inherit; text-decoration: none; }
.home-v8 button { font: inherit; cursor: pointer; border: none; background: none; }

:root {
  --ink: #0f1412;
  --ink-soft: #3d4540;
  --forest: #1a3328;
  --forest-mid: #264a3a;
  --sand: #f3f0ea;
  --sand-dark: #e8e3da;
  --gold: #c4a574;
  --gold-light: #dbc9a8;
  --white: #ffffff;
  --max: 1320px;
  --pad: clamp(20px, 4vw, 48px);
  --radius: 16px;
  --shadow: 0 24px 64px rgba(15, 20, 18, .12);
  --shadow-soft: 0 8px 32px rgba(15, 20, 18, .08);
}

.section-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.section-tag--light { color: var(--gold-light); }

.text-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--forest);
  transition: gap .25s, color .25s;
}

.text-btn span { transition: transform .25s; }
.text-btn:hover { color: var(--gold); gap: 14px; }
.text-btn:hover span { transform: translateX(4px); }

.home-v8 .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1);
  animation: home-v8-reveal-fallback 0s 0.5s forwards;
}

.home-v8 .reveal.is-visible {
  opacity: 1;
  transform: none;
  animation: none;
}

@keyframes home-v8-reveal-fallback {
  to { opacity: 1; transform: none; }
}

/* ── Header ── */
.hdr {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: 0 var(--pad);
  transition: background .4s, box-shadow .4s, padding .4s;
}

.hdr--solid {
  background: rgba(250, 249, 247, .94);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(15, 20, 18, .06);
}

.hdr--solid .hdr__logo img { filter: none; }
.hdr--solid .hdr__nav a { color: var(--ink-soft); }
.hdr--solid .hdr__nav a:hover { color: var(--ink); }
.hdr--solid .hdr__tel { color: var(--ink); }
.hdr--solid .hdr__cta {
  background: var(--forest);
  color: var(--white);
}
.hdr--solid .hdr__burger span,
.hdr--solid .hdr__burger::before,
.hdr--solid .hdr__burger::after { background: var(--ink); }

.hdr__bar {
  max-width: var(--max);
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
}

.hdr__logo img {
  height: 38px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: filter .4s;
}

.hdr__nav {
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  margin-left: auto;
}

.hdr__nav a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, .88);
  transition: color .2s;
}

.hdr__nav a:hover { color: #fff; }

.hdr__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hdr__tel {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, .95);
  white-space: nowrap;
}

.hdr__cta {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(8px);
  transition: background .25s, border-color .25s;
}

.hdr__cta:hover {
  background: rgba(255, 255, 255, .24);
  border-color: rgba(255, 255, 255, .5);
}

.hdr--solid .hdr__cta {
  border-color: transparent;
}

.hdr--solid .hdr__cta:hover {
  background: var(--forest-mid);
}

.hdr__burger {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
}

.hdr__burger span,
.hdr__burger::before,
.hdr__burger::after {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #fff;
  transition: .3s;
}

.hdr__burger span { top: 50%; transform: translateY(-50%); }
.hdr__burger::before { top: 14px; }
.hdr__burger::after { bottom: 14px; }

.hdr__burger.is-open span { opacity: 0; }
.hdr__burger.is-open::before { top: 50%; transform: translateY(-50%) rotate(45deg); }
.hdr__burger.is-open::after { top: 50%; transform: translateY(-50%) rotate(-45deg); }

/* ── Hero ── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__img {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  will-change: transform;
}

.hero__img--a {
  animation: kenburns-a 22s ease-in-out infinite alternate;
}

.hero__img--b {
  opacity: 0;
  animation: kenburns-b 22s ease-in-out infinite alternate;
}

@keyframes kenburns-a {
  0% { transform: scale(1) translate(0, 0); opacity: 1; }
  45% { opacity: 1; }
  55% { opacity: 0; }
  100% { transform: scale(1.08) translate(-1%, -1%); opacity: 0; }
}

@keyframes kenburns-b {
  0% { opacity: 0; transform: scale(1.06) translate(1%, 0); }
  45% { opacity: 0; }
  55% { opacity: 1; }
  100% { transform: scale(1) translate(0, -1%); opacity: 1; }
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 10, .35) 0%, rgba(8, 12, 10, .15) 35%, rgba(8, 12, 10, .55) 100%),
    linear-gradient(90deg, rgba(8, 12, 10, .5) 0%, transparent 55%);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 140px var(--pad) 220px;
  max-width: var(--max);
  width: 100%;
  margin: 0 auto;
}

.hero__eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 20px;
}

.hero__title {
  font-size: clamp(2.8rem, 7.5vw, 5.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: 24px;
  max-width: 12ch;
}

.hero__title em {
  font-style: normal;
  color: rgba(255, 255, 255, .82);
  font-weight: 600;
}

.hero__lead {
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, .78);
  max-width: 520px;
}

.hero__dock {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: clamp(24px, 4vw, 48px);
  z-index: 3;
}

.dock {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr auto;
  gap: 2px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: calc(var(--radius) + 4px);
  backdrop-filter: blur(20px);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.dock__cell {
  padding: clamp(20px, 2.5vw, 28px) clamp(20px, 2.5vw, 32px);
  background: rgba(15, 20, 18, .72);
}

.dock__cell--accent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(26, 51, 40, .88);
}

.dock__label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 6px;
}

.dock__value {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.dock__hint {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, .55);
}

.dock__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  transition: background .25s, transform .25s;
}

.dock__btn:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
}

.dock__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 2.5vw, 28px) clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
  min-width: 200px;
  transition: background .25s;
}

.dock__phone span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 4px;
}

.dock__phone strong {
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 700;
}

.dock__phone:hover { background: #fff; }

.hero__scroll {
  position: absolute;
  right: var(--pad);
  bottom: 50%;
  transform: translateY(50%);
  z-index: 2;
  width: 1px;
  height: 72px;
  background: rgba(255, 255, 255, .2);
  display: none;
}

.hero__scroll span {
  position: absolute;
  top: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  animation: scroll-dot 2s ease-in-out infinite;
}

@keyframes scroll-dot {
  0%, 100% { top: 0; opacity: 1; }
  50% { top: 100%; opacity: .4; }
}

/* ── Intro ── */
.intro {
  padding: clamp(80px, 10vw, 120px) var(--pad);
  background: var(--white);
}

.intro__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.intro__copy h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--ink);
  margin-bottom: 24px;
}

.intro__copy p {
  font-size: 16px;
  color: var(--ink-soft);
  margin-bottom: 16px;
  max-width: 48ch;
}

.intro__copy .text-btn { margin-top: 12px; }

.intro__visual {
  position: relative;
  min-height: 480px;
}

.intro__frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.intro__frame--main {
  width: 78%;
  aspect-ratio: 4/5;
}

.intro__frame--main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__frame--sub {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
  aspect-ratio: 1;
  border: 6px solid var(--white);
}

.intro__frame--sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro__badge {
  position: absolute;
  top: 12%;
  right: 8%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: var(--shadow);
}

.intro__badge strong {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.intro__badge span {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255, 255, 255, .75);
}

/* ── Rooms carousel ── */
/* ── Rooms carousel ── */
.home-v8 .rooms {
  padding: clamp(72px, 9vw, 100px) 0;
  background: linear-gradient(180deg, #f7f5f1 0%, #faf9f7 100%);
  overflow: hidden;
}

.home-v8 .rooms__top {
  max-width: var(--max);
  margin: 0 auto clamp(32px, 4vw, 48px);
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-v8 .rooms__top h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 500;
  color: var(--forest);
  margin-top: 6px;
}

.home-v8 .rooms__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.home-v8 .rooms__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(26, 51, 40, .15);
  background: #fff;
  color: var(--forest);
  font-size: 16px;
  transition: background .2s, border-color .2s, transform .2s, color .2s;
}

.home-v8 .rooms__arrow:hover:not(:disabled) {
  background: var(--forest);
  border-color: var(--forest);
  color: #fff;
  transform: scale(1.05);
}

.home-v8 .rooms__arrow:disabled {
  opacity: .35;
  cursor: default;
}

.home-v8 .rooms__track-wrap {
  overflow: hidden;
  padding-left: max(var(--pad), calc((100% - var(--max)) / 2 + var(--pad)));
}

.home-v8 .rooms__track {
  display: flex;
  gap: 22px;
  padding-right: var(--pad);
  padding-bottom: 8px;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.home-v8 .room {
  flex: 0 0 min(340px, 78vw);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(15, 20, 18, .07);
  border: 1px solid rgba(26, 51, 40, .06);
  transition: transform .3s, box-shadow .3s;
}

.home-v8 .room:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(15, 20, 18, .12);
}

.home-v8 .room__photo {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--forest);
}

.home-v8 .room__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .6s ease;
}

.home-v8 .room:hover .room__photo img {
  transform: scale(1.05);
}

.home-v8 .room__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 14px;
  border-radius: 100px;
  background: var(--forest);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-light);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.home-v8 .room__info {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-v8 .room__info h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--forest);
  line-height: 1.3;
}

.home-v8 .room__info ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.home-v8 .room__info li {
  font-size: 11px;
  color: var(--ink-soft);
  padding: 5px 10px;
  background: #f3f0ea;
  border-radius: 100px;
}

.home-v8 .room__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  margin-top: auto;
  border-top: 1px solid rgba(26, 51, 40, .08);
}

.home-v8 .room__foot div {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 12px;
  color: var(--ink-soft);
  flex-wrap: wrap;
}

.home-v8 .room__foot strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--forest);
}

.home-v8 .room__foot a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--forest);
  border-bottom: none;
  white-space: nowrap;
  transition: background .2s, transform .2s;
}

.home-v8 .room__foot a:hover {
  background: var(--forest-mid);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .home-v8 .rooms__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-v8 .rooms__controls .text-btn { display: none; }
}

/* ── Features ── */
.features {
  padding: clamp(80px, 10vw, 112px) var(--pad);
  background: var(--forest);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.features::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(196, 165, 116, .15), transparent 45%);
  pointer-events: none;
}

.features__inner {
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
}

.features__inner h2 {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: clamp(40px, 5vw, 56px);
  max-width: 16ch;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.features__grid article {
  padding: 28px 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: background .3s, transform .3s;
}

.features__grid article:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-4px);
}

.features__icon {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--gold);
  margin-bottom: 18px;
}

.features__grid h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.features__grid p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .68);
}

/* ── Gallery ── */
.gallery {
  padding: clamp(80px, 10vw, 112px) var(--pad);
  background: var(--white);
}

.gallery__head {
  max-width: var(--max);
  margin: 0 auto clamp(36px, 5vw, 48px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.gallery__head h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -.02em;
}

.gallery__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}

.gallery__item {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  grid-column: span 3;
}

.gallery__item--tall {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery__item--wide {
  grid-column: span 6;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
}

.gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 18, 0);
  transition: background .3s;
}

.gallery__item:hover::after { background: rgba(15, 20, 18, .18); }
.gallery__item:hover img { transform: scale(1.05); }

/* ── CTA ── */
.cta {
  padding: clamp(64px, 8vw, 88px) var(--pad);
  background: var(--white);
}

.cta__panel {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 56px);
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(135deg, var(--forest) 0%, #122820 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: var(--shadow);
}

.cta__text h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 10px;
}

.cta__text p {
  font-size: 14px;
  color: rgba(255, 255, 255, .65);
}

.cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.cta__tel {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}

.cta__tel--sub {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .7);
}

.cta__btn {
  margin-top: 8px;
  display: inline-flex;
  padding: 16px 28px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  transition: background .25s, transform .25s;
}

.cta__btn:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}

/* ── Footer ── */
.ftr {
  background: var(--ink);
  color: rgba(255, 255, 255, .6);
  padding: 48px var(--pad) 28px;
  font-size: 13px;
}

.ftr__row {
  max-width: var(--max);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ftr__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ftr__brand img {
  filter: brightness(0) invert(1);
  opacity: .9;
}

.ftr__brand strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 2px;
}

.ftr__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ftr__nav a,
.ftr__contacts a {
  color: rgba(255, 255, 255, .65);
  transition: color .2s;
}

.ftr__nav a:hover,
.ftr__contacts a:hover { color: #fff; }

.ftr__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ftr__copy {
  max-width: var(--max);
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  opacity: .45;
}

/* ── Responsive ── */
@media (min-width: 1200px) {
  .hero__scroll { display: block; }
}

@media (max-width: 1100px) {
  .dock {
    grid-template-columns: 1fr 1fr;
  }
  .dock__cell--accent { grid-column: span 2; }
  .dock__phone {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
  }
  .features__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .intro__grid { grid-template-columns: 1fr; }
  .intro__visual { min-height: 380px; max-width: 520px; margin: 0 auto; }
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }
  .gallery__item,
  .gallery__item--tall,
  .gallery__item--wide { grid-column: span 1; grid-row: span 1; }
  .gallery__item:first-child { grid-row: span 2; }
  .cta__panel { flex-direction: column; align-items: flex-start; }
  .cta__actions { align-items: flex-start; width: 100%; }
  .ftr__row { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hdr__bar { height: 68px; }
  .hdr__nav {
    display: none;
    position: fixed;
    top: 68px;
    left: 0; right: 0; bottom: 0;
    flex-direction: column;
    padding: 24px var(--pad);
    background: rgba(250, 249, 247, .98);
    backdrop-filter: blur(16px);
    margin: 0;
    gap: 0;
  }
  .hdr__nav.is-open { display: flex; }
  .hdr__nav a {
    font-size: 18px;
    padding: 16px 0;
    color: var(--ink) !important;
    border-bottom: 1px solid var(--sand-dark);
  }
  .hdr__tel,
  .hdr__cta { display: none; }
  .hdr__burger { display: block; }
  .hdr__logo img { filter: brightness(0) invert(1); }
  .hdr--solid .hdr__logo img { filter: none; }

  .hero__content { padding-bottom: 280px; }
  .hero__title { max-width: none; }

  .dock {
    grid-template-columns: 1fr;
    border-radius: var(--radius);
  }
  .dock__cell--accent,
  .dock__phone { grid-column: span 1; }
  .dock__phone { flex-direction: column; align-items: flex-start; }

  .rooms__controls .text-btn { display: none; }
  .features__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .home-v8 *, .home-v8 *::before, .home-v8 *::after {
    animation: none !important;
    transition: none !important;
  }
  .home-v8 .reveal { opacity: 1; transform: none; }
}
