:root {
  --ink: #071522;
  --ink-soft: #102739;
  --paper: #f5f2ea;
  --paper-soft: #ebe6db;
  --gold: #f0b34b;
  --gold-bright: #ffc968;
  --ice: #9dd9f5;
  --muted: #6d7d89;
  --white: #ffffff;
  --line: rgba(7, 21, 34, 0.14);
  --line-light: rgba(255, 255, 255, 0.15);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 14, 24, 0.18);
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 5%, rgba(39, 104, 144, 0.25), transparent 26%),
    var(--ink);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.scrolled {
  background: rgba(7, 21, 34, 0.9);
  border-color: var(--line-light);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: 280px 1fr auto;
  align-items: center;
  gap: 36px;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 230px;
  height: 62px;
  padding: 5px 9px;
  background: rgba(245, 242, 234, 0.95);
  border-radius: 14px;
}

.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.2));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.main-nav a,
.footer-links a {
  color: inherit;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold-bright);
}

.header-phone {
  display: grid;
  gap: 1px;
  color: var(--white);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
  text-align: right;
  text-decoration: none;
}

.header-phone span {
  color: var(--ice);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 820px;
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background: url("../images/hero-sauna.webp") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 13, 22, 0.96) 0%, rgba(5, 18, 30, 0.8) 42%, rgba(5, 16, 26, 0.18) 76%),
    linear-gradient(0deg, rgba(4, 13, 21, 0.72) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 132px;
  padding-bottom: 120px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero h1,
.section-heading h2,
.ritual-copy h2,
.booking-copy h2,
.location-card h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(58px, 7.8vw, 112px);
}

.hero-lead {
  max-width: 620px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  line-height: 1.6;
}

.hero-actions,
.location-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 12px 30px rgba(240, 179, 75, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--gold-bright);
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}

.hero-facts {
  display: flex;
  gap: 54px;
  padding: 0;
  margin: 70px 0 0;
  list-style: none;
}

.hero-facts li {
  display: grid;
  gap: 2px;
}

.hero-facts strong {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
}

.hero-scroll {
  position: absolute;
  right: 34px;
  bottom: 54px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-scroll::after {
  display: inline-block;
  width: 1px;
  height: 58px;
  margin-top: 14px;
  background: var(--gold);
  content: "";
}

.intro-grid,
.details-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 100px;
}

.section-heading h2,
.ritual-copy h2,
.booking-copy h2,
.location-card h2,
.final-cta h2 {
  font-size: clamp(42px, 5vw, 72px);
}

.section-heading > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--muted);
}

.intro-copy p {
  margin: 0 0 22px;
}

.intro-copy .lead {
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.5;
}

.section-heading-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.section-dark .section-heading > p:not(.eyebrow),
.section-dark .section-heading-wide > p {
  color: rgba(255, 255, 255, 0.64);
}

.feature-band {
  padding: 112px 0 120px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}

.feature-card {
  position: relative;
  min-height: 340px;
  padding: 42px 38px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  overflow: hidden;
}

.feature-card::after {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 170px;
  height: 170px;
  background: radial-gradient(circle, rgba(157, 217, 245, 0.18), transparent 68%);
  border-radius: 50%;
  content: "";
  transition: transform 0.35s ease;
}

.feature-card:hover::after {
  transform: scale(1.5);
}

.feature-number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(255, 255, 255, 0.25);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 64px;
  color: var(--gold);
  border: 1px solid rgba(240, 179, 75, 0.4);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 28px;
}

.feature-card h3,
.occasion-card h3,
.steps h3,
.detail-columns h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 15px;
  line-height: 1.65;
}

.occasion-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
}

.occasion-card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 24px;
  padding: 38px 40px 38px 0;
  border-bottom: 1px solid var(--line);
}

.occasion-card:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.occasion-card:nth-child(even) {
  padding-left: 40px;
}

.occasion-card > span {
  grid-row: 1 / 3;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.occasion-card p {
  margin: 0;
  color: var(--muted);
}

.ritual {
  padding-top: 20px;
}

.ritual-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 90px;
}

.ritual-visual {
  position: relative;
  min-height: 720px;
}

.ritual-visual::before {
  position: absolute;
  inset: 28px -28px -28px 28px;
  border: 1px solid rgba(240, 179, 75, 0.65);
  border-radius: var(--radius);
  content: "";
}

.ritual-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.ritual-visual > span {
  position: absolute;
  right: -46px;
  bottom: 44px;
  padding: 14px 22px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  font-family: Georgia, serif;
  font-size: 20px;
  transform: rotate(-4deg);
}

.steps {
  padding: 0;
  margin: 48px 0 0;
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.steps li > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--ink);
  background: var(--ice);
  border-radius: 50%;
  font-weight: 800;
}

.steps h3 {
  font-size: 23px;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.gallery-section {
  padding: 112px 0;
}

.gallery-grid {
  display: grid;
  grid-auto-rows: 250px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.gallery-item {
  position: relative;
  padding: 0;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(157, 217, 245, 0.15), rgba(240, 179, 75, 0.12)),
    #10283a;
  border: 0;
  border-radius: 12px;
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: rgba(255, 255, 255, 0.22);
  content: "Фото";
  font-family: Georgia, serif;
  font-size: 30px;
  transform: translate(-50%, -50%);
}

.gallery-item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease, opacity 0.2s ease;
}

.gallery-item.is-missing img {
  opacity: 0;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.045);
}

.gallery-item > span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  padding-top: 38px;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.54));
}

.gallery-item-wide {
  grid-column: span 2;
}

.gallery-item-tall {
  grid-row: span 2;
}

.booking {
  background: var(--paper-soft);
}

.booking-shell {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px 100px;
  padding: 72px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(157, 217, 245, 0.08), transparent 48%),
    var(--ink-soft);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.booking-copy p:last-child {
  max-width: 550px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.65);
}

.booking-steps {
  padding: 0;
  margin: 0;
  list-style: none;
}

.booking-steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light);
}

.booking-steps span {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.booking-steps strong {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
}

.booking-steps p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.booking-shell > .button {
  justify-self: start;
}

.detail-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 52px;
}

.detail-columns > div {
  padding-top: 22px;
  border-top: 2px solid var(--gold);
}

.detail-columns p {
  margin: 0;
  color: var(--muted);
}

.why-section {
  padding-top: 18px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.why-card {
  padding: 38px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.why-card h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.why-card p {
  margin: 0;
  color: var(--muted);
}

.faq {
  padding-top: 20px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 0;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 50%;
  content: "+";
  font-family: Arial, sans-serif;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list details p {
  max-width: 700px;
  padding: 0 48px 24px 0;
  margin: 0;
  color: var(--muted);
}

.location {
  padding: 112px 0;
}

.location-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  gap: 56px;
}

.location-card > p:not(.eyebrow) {
  max-width: 580px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.65);
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 28px;
  margin: 42px 0 0;
}

.contact-list > div {
  padding: 18px 0;
  border-top: 1px solid var(--line-light);
}

.contact-list dt {
  margin-bottom: 4px;
  color: var(--ice);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  font-size: 15px;
}

.contact-list a,
.text-link {
  color: var(--white);
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.text-link {
  font-size: 15px;
  font-weight: 800;
}

.map-wrap {
  min-height: 560px;
  background: var(--ink-soft);
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.7) contrast(1.05) saturate(0.8);
}

.final-cta {
  padding: 120px 0;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(240, 179, 75, 0.17), transparent 34%),
    var(--paper);
}

.final-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.final-cta .eyebrow::before {
  display: none;
}

.final-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 28px auto 0;
  color: var(--muted);
}

.final-cta .button {
  margin-top: 34px;
}

.site-footer {
  padding: 62px 0 24px;
  color: rgba(255, 255, 255, 0.7);
  background: #030b12;
}

.footer-grid {
  display: grid;
  grid-template-columns: 260px 1fr 1fr auto;
  gap: 54px;
  align-items: start;
}

.footer-brand {
  width: 220px;
  height: 72px;
  padding: 6px 10px;
  background: var(--paper);
  border-radius: 14px;
}

.footer-grid strong {
  color: var(--white);
  font-size: 14px;
}

.footer-grid p {
  margin: 8px 0 0;
  font-size: 14px;
}

.footer-grid a {
  color: inherit;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 32px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
}

.floating-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 19px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  font-size: 14px;
  text-decoration: none;
}

.lightbox {
  width: min(1100px, calc(100% - 40px));
  max-width: none;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  overflow: visible;
}

.lightbox::backdrop {
  background: rgba(2, 8, 14, 0.92);
  backdrop-filter: blur(10px);
}

.lightbox figure {
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 14px;
}

.lightbox figcaption {
  margin-top: 14px;
  font-size: 15px;
  text-align: center;
}

.lightbox-close,
.lightbox-arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(7, 21, 34, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
}

.lightbox-close {
  top: -18px;
  right: -18px;
  width: 46px;
  height: 46px;
  font-size: 30px;
}

.lightbox-arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  font-size: 38px;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: -66px;
}

.lightbox-next {
  right: -66px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--ice);
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 230px 1fr auto;
    gap: 20px;
  }

  .brand {
    width: 205px;
  }

  .main-nav {
    gap: 18px;
  }

  .header-phone span {
    display: none;
  }

  .intro-grid,
  .details-grid,
  .faq-grid,
  .ritual-grid {
    gap: 60px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .booking-shell {
    gap: 50px;
    padding: 54px;
  }

  .footer-grid {
    grid-template-columns: 220px 1fr 1fr;
  }

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

  .footer-links {
    grid-column: 2 / -1;
    grid-row: 2;
    display: flex;
    gap: 22px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section,
  .feature-band,
  .gallery-section,
  .location {
    padding: 82px 0;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  .brand {
    width: 184px;
    height: 56px;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    display: grid;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 13px 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 90px 32px;
    background: rgba(7, 21, 34, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav a {
    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: 500;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 740px;
  }

  .hero-media {
    background-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 13, 22, 0.95), rgba(4, 15, 24, 0.48)),
      linear-gradient(0deg, rgba(4, 13, 21, 0.82), transparent 62%);
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .hero h1 {
    font-size: clamp(50px, 13vw, 78px);
  }

  .hero-lead {
    max-width: 560px;
    font-size: 18px;
  }

  .hero-facts {
    gap: 30px;
  }

  .hero-scroll {
    display: none;
  }

  .intro-grid,
  .details-grid,
  .faq-grid,
  .ritual-grid,
  .location-grid,
  .section-heading-wide,
  .booking-shell {
    grid-template-columns: 1fr;
  }

  .section-heading-wide {
    gap: 24px;
  }

  .intro-grid,
  .details-grid,
  .faq-grid,
  .ritual-grid,
  .location-grid {
    gap: 44px;
  }

  .ritual-visual {
    min-height: 520px;
  }

  .ritual-visual > span {
    right: -8px;
  }

  .booking-shell {
    gap: 36px;
  }

  .map-wrap {
    min-height: 440px;
  }

  .floating-call {
    display: flex;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .section,
  .feature-band,
  .gallery-section,
  .location {
    padding: 68px 0;
  }

  .hero {
    min-height: 700px;
  }

  .hero-content {
    justify-content: flex-end;
    padding-top: 105px;
    padding-bottom: 72px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    width: 100%;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 12px;
    margin-top: 38px;
  }

  .hero-facts strong {
    font-size: 24px;
  }

  .hero-facts span {
    font-size: 11px;
    line-height: 1.4;
  }

  .section-heading h2,
  .ritual-copy h2,
  .booking-copy h2,
  .location-card h2,
  .final-cta h2 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .intro-copy .lead {
    font-size: 23px;
  }

  .feature-grid,
  .occasion-list,
  .detail-columns,
  .contact-list,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 300px;
    padding: 34px 28px;
  }

  .feature-icon {
    margin-bottom: 48px;
  }

  .occasion-card,
  .occasion-card:nth-child(even) {
    padding: 30px 0;
    border-right: 0;
  }

  .ritual {
    padding-top: 0;
  }

  .why-section {
    padding-top: 0;
  }

  .ritual-visual {
    min-height: 420px;
  }

  .ritual-visual::before {
    inset: 14px -8px -14px 8px;
  }

  .ritual-visual > span {
    bottom: 24px;
    font-size: 17px;
  }

  .gallery-grid {
    grid-auto-rows: 220px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item-wide {
    grid-column: span 2;
  }

  .gallery-item-tall {
    grid-row: span 1;
  }

  .booking-shell {
    padding: 36px 24px;
    border-radius: 20px;
  }

  .booking-shell > .button {
    width: 100%;
  }

  .map-wrap {
    min-height: 360px;
  }

  .final-cta {
    padding: 88px 0 110px;
  }

  .footer-links {
    display: grid;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .lightbox {
    width: calc(100% - 24px);
  }

  .lightbox-close {
    top: -58px;
    right: 0;
  }

  .lightbox-arrow {
    top: auto;
    bottom: -62px;
    transform: none;
  }

  .lightbox-prev {
    left: calc(50% - 58px);
  }

  .lightbox-next {
    right: calc(50% - 58px);
  }
}

@media (max-width: 420px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item-wide {
    grid-column: span 1;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
