.hero {
  width: var(--container);
  min-height: clamp(40rem, 82svh, 51rem);
  margin: 1.4rem auto 4.5rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.96fr);
  gap: 1.25rem;
  align-items: stretch;
  position: relative;
}

.hero__media,
.hero__content {
  border-radius: 2.2rem;
  overflow: hidden;
}

.hero__media {
  position: relative;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

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

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 9, 7, 0.08), rgba(13, 9, 7, 0.7)),
    radial-gradient(circle at 78% 24%, rgba(245, 190, 110, 0.25), transparent 35%);
}

.hero__content {
  position: relative;
  display: grid;
  align-content: center;
  gap: 1.15rem;
  min-height: 34rem;
  padding: clamp(2rem, 3.4vw, 3rem);
  background:
    linear-gradient(165deg, rgba(40, 25, 17, 0.88), rgba(16, 12, 11, 0.74)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 224, 180, 0.08);
  backdrop-filter: blur(16px);
}

.hero__content h1 {
  margin: 0;
  max-width: 7.8ch;
  font-size: clamp(2.7rem, 5.8vw, 4.95rem);
  line-height: 0.95;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.hero__lead {
  margin: 0;
  max-width: 30rem;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
}

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

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 0.6rem;
}

.hero__facts div {
  padding: 1rem 1rem 1.1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 226, 190, 0.08);
}

.hero__facts strong {
  display: block;
  font-size: 1.3rem;
}

.hero__facts span {
  color: var(--muted);
}

.hero__backglow {
  position: absolute;
  inset: auto 4% 10% auto;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 179, 91, 0.2), transparent 70%);
  filter: blur(30px);
}

.hero__timeline {
  position: absolute;
  right: 3rem;
  bottom: -0.1rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
}

.hero__timeline i {
  width: 7rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(174, 209, 255, 0.4), rgba(245, 190, 110, 0.85));
}

.ritual,
.included,
.film-gallery,
.reasons,
.availability,
.calculator,
.location,
.booking {
  padding: 4rem 0;
}

.ritual__grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr 0.82fr;
  gap: 1.2rem;
}

.ritual__quote,
.ritual__card,
.availability__panel,
.calculator__shell,
.location__card,
.location__visual,
.booking__form,
.price-block__frame {
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(31, 22, 18, 0.9), rgba(18, 14, 12, 0.7));
  border: 1px solid rgba(255, 228, 195, 0.08);
  box-shadow: var(--shadow);
}

.ritual__quote {
  display: grid;
  align-items: end;
  padding: 2rem;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.25;
  font-family: "Cormorant Garamond", serif;
}

.ritual__quote p,
.ritual__card--stats p {
  margin: 0;
}

.ritual__card--image {
  overflow: hidden;
}

.ritual__card--image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ritual__card--stats {
  display: grid;
  align-content: end;
  gap: 0.8rem;
  padding: 2rem;
}

.ritual__card--stats h3 {
  margin: 0;
  font-size: 1.5rem;
}

.ritual__number {
  font-size: clamp(4.2rem, 9vw, 7rem);
  line-height: 0.9;
  color: var(--accent-soft);
  font-family: "Cormorant Garamond", serif;
}

.included {
  scroll-margin-top: 6.8rem;
}

.included__map {
  position: relative;
  min-height: 42rem;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.included__center {
  width: min(22rem, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle, rgba(240, 179, 91, 0.16), rgba(255, 255, 255, 0.02) 60%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 224, 180, 0.14);
  backdrop-filter: blur(18px);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

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

.included__items li {
  position: absolute;
  display: inline-flex;
  gap: 0.85rem;
  align-items: center;
  min-width: 14rem;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 225, 189, 0.08);
  backdrop-filter: blur(12px);
}

.included__items span {
  color: var(--accent-soft);
}

.included__items li:nth-child(1) { left: 6%; top: 14%; }
.included__items li:nth-child(2) { right: 8%; top: 10%; }
.included__items li:nth-child(3) { left: 2%; top: 42%; }
.included__items li:nth-child(4) { right: 2%; top: 38%; }
.included__items li:nth-child(5) { left: 8%; bottom: 14%; }
.included__items li:nth-child(6) { right: 6%; bottom: 16%; }
.included__items li:nth-child(7) { left: 30%; bottom: 2%; }
.included__items li:nth-child(8) { right: 28%; bottom: 2%; }
.included__items li:nth-child(9) { left: 26%; top: 2%; }
.included__items li:nth-child(10) { right: 26%; top: 58%; }

.price-block {
  padding: 2.5rem 0 1.5rem;
}

.price-block__frame {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 2rem;
  padding: 2.4rem;
  align-items: center;
}

.price-block__frame h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.95;
  font-family: "Cormorant Garamond", serif;
}

.price-block__frame p {
  margin: 0;
  color: var(--muted);
  max-width: 40rem;
}

.price-block__price {
  display: grid;
  text-align: right;
}

.price-block__price strong {
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.85;
  color: var(--accent-soft);
  font-family: "Cormorant Garamond", serif;
}

.film-gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 32rem);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-width: none;
}

.film-gallery__track::-webkit-scrollbar {
  display: none;
}

.film-card {
  position: relative;
  min-height: 36rem;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.film-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(13, 9, 7, 0.9) 100%);
}

.film-card__caption {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 2;
}

.film-card__caption span {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  color: var(--accent-soft);
}

.film-card__caption p {
  margin: 0;
  color: rgba(248, 240, 230, 0.8);
}

.film-card--wide {
  grid-auto-columns: minmax(22rem, 38rem);
}

.reasons__path {
  position: relative;
  display: grid;
  gap: 1rem;
}

.reasons__path::before {
  content: "";
  position: absolute;
  left: 1.8rem;
  top: 1rem;
  bottom: 1rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 211, 133, 0.05), rgba(255, 211, 133, 0.4), rgba(255, 211, 133, 0.05));
}

.reasons__stop {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.7rem 1.7rem 1.7rem 0;
}

.reasons__badge {
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 215, 150, 0.28), rgba(240, 179, 91, 0.08));
  border: 1px solid rgba(255, 215, 150, 0.14);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
}

.reasons__stop h3 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
}

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

.availability__panel {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  padding: 2rem;
  align-items: center;
}

.availability__panel h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 0.95;
  font-family: "Cormorant Garamond", serif;
}

.availability__timer {
  display: grid;
  grid-template-columns: repeat(3, minmax(5rem, 1fr));
  gap: 1rem;
}

.availability__timer div,
.availability__dates li {
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255, 225, 189, 0.08);
}

.availability__timer strong {
  display: block;
  font-size: 2rem;
}

.availability__timer span,
.availability__dates span {
  color: var(--muted);
}

.availability__dates {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.availability__dates li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.calculator__shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.2rem;
  padding: 1.2rem;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)),
    linear-gradient(180deg, rgba(33, 24, 20, 0.88), rgba(16, 12, 11, 0.7));
  backdrop-filter: blur(18px);
}

.calculator__form,
.calculator__result {
  border-radius: 1.6rem;
  padding: 1.6rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255, 225, 189, 0.08);
}

.calculator__form {
  display: grid;
  gap: 1.4rem;
}

.extras {
  margin: 0;
  padding: 0;
  border: 0;
  display: grid;
  gap: 0.8rem;
}

.calculator__result {
  display: grid;
  gap: 1rem;
  align-content: space-between;
}

.calculator__result-head {
  display: grid;
  gap: 0.6rem;
}

.calculator__result-head span {
  color: var(--muted);
}

.calculator__result-head strong {
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.9;
  font-family: "Cormorant Garamond", serif;
  color: var(--accent-soft);
}

.calculator__summary {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.calculator__summary li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.location {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 1.2rem;
  align-items: stretch;
}

.location__card,
.location__visual {
  min-height: 31rem;
  padding: 2rem;
}

.location__card {
  display: grid;
  align-content: end;
  gap: 1rem;
}

.location__card h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: 0.95;
  font-family: "Cormorant Garamond", serif;
}

.location__card p {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
}

.location__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.location__visual {
  position: relative;
  background:
    radial-gradient(circle at 40% 30%, rgba(163, 205, 255, 0.16), transparent 20%),
    linear-gradient(180deg, rgba(21, 33, 53, 0.8), rgba(11, 9, 14, 0.86));
}

.location__route {
  position: absolute;
  inset: 18% 16%;
  border: 1px dashed rgba(255, 222, 181, 0.22);
  border-radius: 45% 55% 58% 42%;
  transform: rotate(-10deg);
}

.location__pin {
  position: absolute;
  right: 24%;
  top: 42%;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.8rem rgba(240, 179, 91, 0.12);
}

.location__label {
  position: absolute;
  right: 18%;
  top: 50%;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255, 222, 181, 0.16);
  backdrop-filter: blur(14px);
}

.booking {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.2rem;
  align-items: start;
}

.booking__intro h2 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.95;
  font-family: "Cormorant Garamond", serif;
}

.booking__intro p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  max-width: 30rem;
}

.booking__form {
  padding: 1.5rem;
}

.booking__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field--full {
  margin-top: 1rem;
}

.booking__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.booking__actions .btn {
  box-shadow: none;
}

.booking__actions .btn--primary {
  box-shadow: 0 10px 28px rgba(240, 179, 91, 0.2);
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    width: min(100%, calc(100vw - 2rem));
  }

  .hero__content h1 {
    max-width: 9.4ch;
  }

  .ritual__grid,
  .location,
  .booking,
  .calculator__shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .ritual__grid {
    gap: 1rem;
  }

  .included__map {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .included__items {
    display: grid;
    gap: 0.8rem;
  }

  .included__items li {
    position: static;
    min-width: 0;
  }

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

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