.home-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  background: #d8d0c2;
}
.home-hero__track,
.home-hero__slide {
  position: absolute;
  inset: 0;
}
.home-hero__slide {
  opacity: 0;
  pointer-events: none;
  transition: opacity .7s ease;
}
.home-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.home-hero__media { position: absolute; inset: 0; background: #d8d0c2; }
.home-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(32,32,29,.78), rgba(32,32,29,.2) 58%, rgba(32,32,29,.05));
}
.home-hero__content {
  z-index: 2;
  position: relative;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(82px, 12vh, 140px) 0 16vh;
  color: var(--white);
}
.home-hero__content h1 {
  margin: 0;
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 5.5vw, 4.7rem);
  font-weight: 500;
  line-height: .9;
}
.home-hero__content p { max-width: 560px; color: rgba(255,250,243,.82); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.home-hero .button { border-color: var(--white); background: var(--white); color: var(--ink); }
.home-hero .button--ghost { background: transparent; color: var(--white); }
.home-hero__controls {
  position: absolute;
  right: max(16px, calc((100vw - var(--max)) / 2));
  bottom: 138px;
  z-index: 3;
  display: flex;
  gap: 8px;
}
.home-hero__controls button,
.home-hero__dots button {
  border: 1px solid rgba(255,250,243,.42);
  background: rgba(32,32,29,.2);
  color: var(--white);
  cursor: pointer;
}
.home-hero__controls button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}
.home-hero__dots {
  position: absolute;
  left: max(16px, calc((100vw - var(--max)) / 2));
  bottom: 144px;
  z-index: 3;
  display: flex;
  gap: 8px;
}
.home-hero__dots button {
  width: 34px;
  height: 4px;
  padding: 0;
  border-radius: 99px;
}
.home-hero__dots button.is-active {
  background: var(--white);
}

.intro-band {
  width: min(var(--max), calc(100% - 32px));
  margin: -50px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.intro-band div { padding: 24px; border-right: 1px solid var(--line); }
.intro-band div:last-child { border-right: 0; }
.intro-band span { display: block; color: var(--clay); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.section--story { padding-block: clamp(42px, 6vw, 72px); }
.about-gallery { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .82fr); gap: clamp(24px, 5vw, 54px); align-items: start; }
.about-gallery h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 5.2vw, 5.8rem); font-weight: 500; line-height: .98; }
.about-gallery__content { display: grid; gap: 18px; align-content: start; }
.about-gallery__content p { margin: 0; font-size: 1.08rem; }
.about-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.about-gallery__item { position: relative; aspect-ratio: 1 / 1; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 6px; background: #ded6c8; cursor: zoom-in; }
.about-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.about-gallery__item:hover img { transform: scale(1.04); filter: saturate(1.04); }
.about-lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(32, 32, 29, .78); opacity: 0; pointer-events: none; transition: opacity .28s ease; }
.about-lightbox.is-open { opacity: 1; pointer-events: auto; }
.about-lightbox__image { max-width: min(1100px, 88vw); max-height: 82vh; border-radius: 8px; box-shadow: 0 24px 80px rgba(0,0,0,.34); transform: scale(.96); transition: transform .28s ease; }
.about-lightbox.is-open .about-lightbox__image { transform: scale(1); }
.about-lightbox__button { position: absolute; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,250,243,.45); border-radius: 50%; background: rgba(32,32,29,.34); color: var(--white); cursor: pointer; font-size: 1.7rem; line-height: 1; }
.about-lightbox__close { top: 22px; right: 22px; }
.about-lightbox__prev { left: 22px; top: 50%; transform: translateY(-50%); }
.about-lightbox__next { right: 22px; top: 50%; transform: translateY(-50%); }

.section--policies {
  padding-block: clamp(44px, 7vw, 86px);
  background: #f8f4ec;
}

.home-policies {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.home-policies__media {
  position: relative;
  min-height: clamp(360px, 42vw, 540px);
}

.home-policies__image {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  background: #d8d0c2;
  box-shadow: 0 22px 64px rgba(32,32,29,.16);
}

.home-policies__image:empty::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(103,117,100,.38), rgba(49,95,105,.22)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.24) 0 2px, transparent 2px 12px);
}

.home-policies__image--primary {
  left: 0;
  top: 0;
  width: 74%;
  aspect-ratio: 4 / 5;
}

.home-policies__image--secondary {
  right: 0;
  bottom: 0;
  width: 58%;
  aspect-ratio: 4 / 3;
  border: 8px solid #f8f4ec;
}

.home-policies__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-policies__content h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.6vw, 4.8rem);
  font-weight: 500;
  line-height: 1.02;
}

.home-policies__content p {
  max-width: 690px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.home-policies__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.home-policies__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 13px;
  border: 1px solid rgba(32,32,29,.1);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.22;
  box-shadow: 0 12px 34px rgba(32,32,29,.06);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.home-policies__item:hover {
  transform: translateY(-2px);
  border-color: rgba(49,95,105,.36);
  box-shadow: 0 18px 42px rgba(32,32,29,.11);
}

.home-policies__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(103,117,100,.13);
  color: #556850;
}

.home-policies__icon i {
  width: 22px;
  height: 22px;
  font-size: 1.2rem;
  line-height: 1;
}

.section--home-rooms {
  width: 100%;
  padding-inline: max(16px, calc((100vw - var(--max)) / 2));
  background: var(--sea);
  color: var(--white);
}

.home-rooms-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
  margin-bottom: 32px;
}

.home-rooms-heading span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,250,243,.72);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-rooms-heading h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  font-weight: 500;
  line-height: 1.02;
}

.home-rooms-heading p {
  margin: 0 0 18px;
  color: rgba(255,250,243,.78);
  font-size: 1.04rem;
}

.home-rooms-heading__link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--white);
  font-weight: 800;
  border-bottom: 1px solid rgba(255,250,243,.72);
}

.home-room-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-room-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(255,250,243,.18);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 54px rgba(32,32,29,.14);
}

.home-room-card__image {
  display: block;
  aspect-ratio: 4 / 3;
  background: #ded6c8;
}

.home-room-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-room-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
}

.home-room-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.08;
}

.home-room-card p {
  margin: 0 0 18px;
}

.home-room-card__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.home-room-card__specs li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 54px;
  padding: 9px;
  border: 1px solid rgba(32,32,29,.1);
  border-radius: 6px;
  background: rgba(103,117,100,.08);
  color: var(--ink);
  font-size: .88rem;
  line-height: 1.25;
}

.home-room-card__specs small {
  display: block;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-room-card__icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: rgba(49,95,105,.12);
  color: var(--sea);
}

.home-room-card__icon i {
  width: 18px;
  height: 18px;
  font-size: 1rem;
  line-height: 1;
}

.home-room-card__specs--compact {
  display: flex;
  flex-wrap: wrap;
}

.home-room-card__specs--compact li {
  display: block;
  min-height: 0;
}

.home-room-card__button {
  width: 100%;
  margin-top: auto;
  border-color: var(--sea);
  background: var(--sea);
}

.section--home-privileges {
  width: 100%;
  padding-inline: max(16px, calc((100vw - var(--max)) / 2));
  background: var(--sea);
  color: var(--white);
}

.home-privileges {
  display: grid;
  gap: clamp(30px, 5vw, 58px);
}

.home-privileges__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
}

.home-privileges__heading span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,250,243,.72);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-privileges__heading h2 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.7rem);
  font-weight: 500;
  line-height: 1.02;
}

.home-privileges__heading p {
  margin: 0;
  color: rgba(255,250,243,.78);
  font-size: 1.04rem;
}

.home-privileges__layout {
  display: grid;
  grid-template-columns: minmax(310px, .9fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.home-privileges__media {
  position: relative;
  min-height: clamp(420px, 42vw, 560px);
}

.home-privileges__image {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,250,243,.2);
  border-radius: 8px;
  background: rgba(255,250,243,.16);
  box-shadow: 0 24px 70px rgba(32,32,29,.22);
}

.home-privileges__image:empty::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,250,243,.34), rgba(185,132,92,.24)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.18) 0 2px, transparent 2px 13px);
}

.home-privileges__image--1 {
  left: 0;
  top: 4%;
  width: 68%;
  aspect-ratio: 4 / 5;
}

.home-privileges__image--2 {
  right: 0;
  top: 20%;
  width: 54%;
  aspect-ratio: 1 / 1;
}

.home-privileges__image--3 {
  left: 18%;
  bottom: 0;
  width: 58%;
  aspect-ratio: 4 / 3;
  border: 8px solid var(--sea);
}

.home-privileges__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-privileges__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-privileges__item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(255,250,243,.16);
  border-radius: 8px;
  background: rgba(255,250,243,.08);
  box-shadow: 0 18px 48px rgba(32,32,29,.1);
}

.home-privileges__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255,250,243,.16);
  color: #fffaf3;
}

.home-privileges__icon i {
  width: 25px;
  height: 25px;
  font-size: 1.35rem;
  line-height: 1;
}

.home-privileges__item h3 {
  margin: 0 0 6px;
  color: var(--white);
  font-size: 1.05rem;
  line-height: 1.2;
}

.home-privileges__item p {
  margin: 0;
  color: rgba(255,250,243,.74);
  font-size: .93rem;
  line-height: 1.5;
}

.section--experiences { width: 100%; background: #e9e1d4; padding-inline: max(16px, calc((100vw - var(--max)) / 2)); }
.section--seo { display: none; }
.section--home-events {
  width: 100%;
  padding-inline: max(16px, calc((100vw - var(--max)) / 2));
  background: #f2efe7;
}
.home-events {
  display: grid;
  gap: clamp(28px, 5vw, 54px);
}
.home-events__heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .72fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: end;
}
.home-events__heading span {
  display: block;
  margin-bottom: 12px;
  color: var(--clay);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-events__heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5.4vw, 5.4rem);
  font-weight: 500;
  line-height: 1;
}
.home-events__heading p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}
.home-events__block {
  display: grid;
  gap: 18px;
}
.home-events__block h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.08;
}
.home-events__grid {
  display: grid;
  gap: 14px;
}
.home-events__grid--experiences {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-events__grid--locations {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.home-event-card,
.home-location-card {
  min-width: 0;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(32,32,29,.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(32,32,29,.06);
}
.home-event-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: rgba(49,95,105,.12);
  color: var(--sea);
}
.home-event-card__icon i {
  width: 24px;
  height: 24px;
  font-size: 1.35rem;
  line-height: 1;
}
.home-event-card h4,
.home-location-card h4 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.2;
}
.home-event-card p,
.home-location-card p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .home-hero { min-height: 720px; }
  .home-hero__controls,
  .home-hero__dots { bottom: 116px; }
  .intro-band, .split-copy, .about-gallery, .home-policies, .home-rooms-heading, .home-room-grid, .home-privileges__heading, .home-privileges__layout, .home-privileges__list, .home-events__heading, .home-events__grid--experiences, .home-events__grid--locations { grid-template-columns: 1fr; }
  .about-gallery h2 { font-size: clamp(2.45rem, 8vw, 4rem); line-height: 1.02; }
  .home-policies__media { min-height: 460px; }
  .home-privileges__media { min-height: 460px; }
  .intro-band div { border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .home-hero__content h1 { font-size: clamp(1.5rem, 9vw, 2.6rem); }
  .home-hero__controls { display: none; }
  .about-gallery h2 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .about-gallery__grid { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 4px; }
  .about-gallery__item { flex: 0 0 68%; scroll-snap-align: start; }
  .home-policies__media { min-height: 330px; }
  .home-policies__list { grid-template-columns: 1fr; }
  .home-policies__item { min-height: 62px; }
  .home-privileges__media { min-height: 360px; }
  .home-privileges__image--1 { width: 70%; }
  .home-privileges__image--2 { width: 56%; }
  .home-privileges__image--3 { left: 10%; width: 68%; }
  .home-privileges__item { min-height: 0; }
  .home-room-card__specs { grid-template-columns: 1fr; }
  .home-events__heading h2 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .about-lightbox { padding: 14px; }
  .about-lightbox__prev,
  .about-lightbox__next { display: none; }
  .about-lightbox__image { max-width: 94vw; max-height: 78vh; }
}
