:root {
  --bg: #FAF7F4;
  --bg-alt: #FFFFFF;
  --text: #141414;
  --text-muted: #6B6560;
  --accent: #8B2942;
  --accent-hover: #6E1F34;
  --accent-secondary: #B8956B;
  --accent-secondary-hover: #9A7A52;
  --border: #E8DFD8;
  --shadow: 0 12px 40px rgba(139, 41, 66, 0.08);
  --radius: 14px;
  --container: 1080px;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
}

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

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  color: var(--accent-hover);
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, opacity 0.2s;
}

.btn--primary {
  background: var(--accent);
  color: #fff;
}

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

.btn--outline {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.btn--outline:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.btn--ghost {
  background: transparent;
  color: var(--text-muted);
}

.btn--ghost:hover {
  color: var(--accent);
}

.btn--disabled {
  opacity: 0.42;
  cursor: not-allowed;
  border-style: dashed;
  color: var(--text-muted);
  user-select: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 247, 244, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}

.header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
}

.logo img {
  height: 52px;
  width: auto;
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: 0.5rem;
}

.header__nav-link {
  padding: 0.35rem 0.65rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: 999px;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}

.header__nav-link:hover {
  color: var(--accent);
  background: rgba(139, 41, 66, 0.06);
}

.header__phone {
  margin-left: auto;
  font-weight: 600;
  color: var(--text);
  white-space: nowrap;
}

.header__phone:hover {
  color: var(--accent);
}

.hero {
  padding: clamp(2.75rem, 8vw, 5rem) 0 clamp(2.5rem, 6vw, 4rem);
  background: var(--bg);
}

.hero__inner {
  max-width: 720px;
}

.hero__label {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-secondary);
}

.hero__title {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 6.5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.hero__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-top: 0.875rem;
  background: var(--accent-secondary);
  opacity: 0.5;
}

.hero__subtitle {
  margin: 0 0 clamp(1.5rem, 4vw, 2rem);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 38rem;
  text-wrap: pretty;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section {
  padding: clamp(3rem, 7vw, 4rem) 0;
}

.section--alt {
  background: var(--bg-alt);
}

.section__head {
  margin-bottom: 2rem;
}

.section__label {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-secondary);
}

.section__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
}

.section__title::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  margin-top: 0.625rem;
  background: var(--accent-secondary);
  opacity: 0.5;
}

.section__note {
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.section__intro {
  margin: 0.75rem 0 0;
  max-width: 42rem;
  font-size: clamp(1rem, 2.5vw, 1.0625rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.price-card {
  padding: 1.25rem 1.35rem;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section--alt .price-card {
  background: var(--bg);
}

.price-card__name {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
}

.price-card__desc {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--text-muted);
}

.price-card__price {
  margin: 0;
  font-size: 1.05rem;
  color: var(--accent);
  font-weight: 600;
}

.about__text,
.booking__text {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1rem, 2.5vw, 1.0625rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.booking__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1.5rem;
  align-items: start;
}

.contacts__info p {
  margin: 0 0 0.75rem;
  line-height: 1.55;
}

.contacts__map {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #eee;
  min-height: 280px;
}

.contacts__map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--border);
  background: var(--bg-alt);
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.footer__inner p {
  margin: 0;
}

@media (max-width: 768px) {
  .header__inner {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    padding: 0.65rem 0;
    min-height: auto;
  }

  .logo img {
    height: 40px;
  }

  .header__nav {
    order: 2;
    flex: 1 1 100%;
    margin-left: 0;
    gap: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.15rem;
    mask-image: linear-gradient(to right, transparent, #000 0.5rem, #000 calc(100% - 0.5rem), transparent);
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav-link {
    flex-shrink: 0;
    font-size: 0.8125rem;
    padding: 0.3rem 0.55rem;
  }

  .header__phone {
    order: 3;
    width: 100%;
    margin-left: 0;
    font-size: 0.9375rem;
  }

  .header__cta {
    margin-left: auto;
    min-height: 40px;
    padding-inline: 1rem;
    font-size: 0.9375rem;
  }

  .hero__label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.625rem;
  }

  .hero__title {
    line-height: 1.12;
    margin-bottom: 0.875rem;
  }

  .contacts__grid {
    grid-template-columns: 1fr;
  }

  .contacts__map iframe {
    height: 300px;
  }

  .section__head {
    margin-bottom: 1.5rem;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 1.5rem, var(--container));
  }

  body {
    font-size: 15px;
  }

  .hero__actions .btn,
  .booking__actions .btn {
    flex: 1 1 calc(50% - 0.375rem);
    min-width: 0;
  }

  .hero__actions .btn--primary,
  .booking__actions .btn--primary {
    flex-basis: 100%;
  }

  .booking__actions .btn--disabled {
    flex-basis: calc(50% - 0.375rem);
  }

  .contacts__map iframe {
    height: 260px;
  }
}
