:root {
  --bg: #07080c;
  --bg-2: #10131c;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.14);
  --line: rgba(255, 255, 255, 0.16);
  --text: #ffffff;
  --muted: #f4f5f8;
  --accent: #e72b41;
  --accent-2: #ff6a55;
  --gold: #d8b46a;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--text);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  background: #07080c;
  background: -webkit-linear-gradient(to bottom, #07080c, #10131c 42%, #07080c);
  background: linear-gradient(to bottom, #07080c, #10131c 42%, #07080c);
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}
body.modal-lock {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
}
button,
input,
textarea {
  font: inherit;
}
::selection {
  background: var(--accent);
  color: #fff;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #05060a;
}
::-webkit-scrollbar-thumb {
  background: #e72b41;
  background: -webkit-linear-gradient(to bottom, #e72b41, #7a1826);
  background: linear-gradient(to bottom, #e72b41, #7a1826);
  border: 3px solid #05060a;
  border-radius: 99px;
}
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
  border-radius: 8px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 0.9rem 1.1rem;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
}
.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  background: rgba(7, 8, 12, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.site-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.site-brand img {
  width: 7.5rem;
  height: auto;
  object-fit: contain;
}
.nav-toggle {
  width: 3.25rem;
  height: 3.25rem;
  display: inline-grid;
  place-items: center;
  gap: 0.25rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #fff;
  background: var(--panel);
}
.nav-toggle span {
  width: 1.25rem;
  height: 2px;
  background: #fff;
  border-radius: 99px;
}
.site-nav {
  position: fixed;
  inset: 4.9rem 1rem auto 1rem;
  display: none;
  padding: 1rem;
  background: rgba(11, 12, 18, 0.98);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
body.nav-open .site-nav {
  display: block;
}
.site-nav__list,
.site-nav__submenu,
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav__link,
.site-nav__sublink {
  display: flex;
  min-height: 3.1rem;
  align-items: center;
  padding: 0.65rem 0.8rem;
  color: #fff;
  border-radius: 12px;
  font-size: 1rem;
}
.site-nav__link:hover,
.site-nav__sublink:hover,
.is-active {
  background: rgba(231, 43, 65, 0.18);
}
.site-nav__submenu {
  display: grid;
  gap: 0.15rem;
  padding-left: 0.8rem;
}

.hero-section {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-section__media {
  position: absolute;
  inset: 0;
}
.hero-section__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  background: -webkit-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.24),
    rgba(7, 8, 12, 0.86)
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.24),
    rgba(7, 8, 12, 0.86)
  );
}
.hero-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  padding: 7rem 0 3rem;
}
.hero-copy h1,
.section-heading h2,
.section-copy h2,
.immersive-band h2,
.cta-box h2,
.contact-panel h2 {
  margin: 0;
  color: #fff;
  line-height: 1.02;
  letter-spacing: 0;
  font-family: 'Playfair Display', Georgia, serif;
}
.hero-copy h1 {
  font-size: clamp(3rem, 12vw, 6.8rem);
  max-width: 12ch;
}
.hero-copy p {
  max-width: 42rem;
  font-size: 1.18rem;
  color: #fff;
}
.eyebrow {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
}
.hero-actions,
.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.btn {
  min-height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.35rem;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn--primary {
  background: #e72b41;
  background: -webkit-linear-gradient(to right, #e72b41, #ff6a55);
  background: linear-gradient(to right, #e72b41, #ff6a55);
  box-shadow: 0 16px 36px rgba(231, 43, 65, 0.28);
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.hero-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  backdrop-filter: blur(18px);
}
.hero-card div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.24);
}
.hero-card strong {
  font-size: 1.25rem;
}
.hero-card span {
  color: #fff;
  text-align: right;
}

.content-split,
.cards-section,
.contact-section,
.cta-section {
  padding: 5rem 0;
}
.content-split__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.section-copy h2,
.section-heading h2,
.immersive-band h2,
.contact-panel h2,
.cta-box h2 {
}
.section-copy p,
.section-heading p,
.immersive-band p,
.contact-panel p,
.cta-box p {
  color: #fff;
  font-size: 1.08rem;
}
.angled-media {
  margin: 0;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: rotate(-1.4deg);
}
.angled-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.angled-media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem;
  color: #fff;
  background: rgba(7, 8, 12, 0.7);
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(12px);
}

.cards-section {
  background: #0b0d14;
  background: -webkit-linear-gradient(to bottom, #0b0d14, #151824);
  background: linear-gradient(to bottom, #0b0d14, #151824);
}
.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}
.feature-grid {
  display: grid;
  gap: 1rem;
}
.feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
}
.feature-card__image {
  aspect-ratio: 1 / 0.72;
  overflow: hidden;
}
.feature-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}
.feature-card:hover img {
  transform: scale(1.06);
}
.feature-card__body {
  padding: 1.1rem;
}
.feature-card__body span {
  color: var(--gold);
  font-weight: 800;
}
.feature-card__body h3 {
  margin: 0.35rem 0;
  font-size: 1.45rem;
  color: #fff;
}
.feature-card__body p {
  margin: 0;
  color: #fff;
}

.immersive-band {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.immersive-band__media {
  position: absolute;
  inset: 0;
}
.immersive-band__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  background: -webkit-linear-gradient(
    to top,
    #07080c 4%,
    rgba(7, 8, 12, 0.42),
    #07080c 100%
  );
  background: linear-gradient(
    to top,
    #07080c 4%,
    rgba(7, 8, 12, 0.42),
    #07080c 100%
  );
}
.immersive-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.immersive-band__content {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
  max-width: 980px;
}

.casino-experience {
  padding: 5rem 0;
  background: #080910;
  background: -webkit-linear-gradient(to bottom, #080910, #17101a 52%, #080910);
  background: linear-gradient(to bottom, #080910, #17101a 52%, #080910);
}
.casino-experience__grid {
  display: grid;
  gap: 1.25rem;
}
.casino-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}
.casino-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.casino-metrics div {
  min-height: 8.5rem;
  display: grid;
  align-content: end;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 60px rgba(231, 43, 65, 0.1);
}
.casino-metrics strong {
  display: block;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1;
}
.casino-metrics span {
  color: #fff;
  font-weight: 800;
}

.resort-showcase,
.packages-section {
  padding: 5rem 0;
}
.resort-grid {
  display: grid;
  gap: 1rem;
}
.resort-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}
.resort-card__media {
  min-height: 15rem;
  overflow: hidden;
}
.resort-card__media img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  transition: transform 700ms ease;
}
.resort-card:hover .resort-card__media img {
  transform: scale(1.05);
}
.resort-card__content {
  padding: 1.1rem;
}
.resort-card__content h3,
.package-card h3 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1.12;
  font-family: 'Playfair Display', Georgia, serif;
}
.resort-card__content p,
.package-card p,
.package-card li {
  color: #fff;
}
.resort-card__content .btn {
  margin-top: 1rem;
}

.accommodation-feature {
  padding: 5rem 0;
  background: #10131c;
  background: -webkit-linear-gradient(to bottom, #10131c, #07080c);
  background: linear-gradient(to bottom, #10131c, #07080c);
}
.accommodation-feature__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.stacked-media {
  position: relative;
  margin: 0;
}
.stacked-media::before {
  content: '';
  position: absolute;
  inset: 1rem -0.7rem -0.7rem 1rem;
  border: 1px solid rgba(231, 43, 65, 0.46);
  border-radius: 28px;
}
.stacked-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.stacked-media figcaption {
  position: relative;
  z-index: 2;
  width: calc(100% - 2rem);
  margin: -3rem auto 0;
  padding: 1rem;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(7, 8, 12, 0.86);
  backdrop-filter: blur(14px);
}
.check-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: 1.5rem 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  color: #fff;
  font-weight: 700;
}
.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 99px;
  background: var(--accent);
}

.package-grid {
  display: grid;
  gap: 1rem;
}
.package-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}
.package-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.package-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.package-card__body {
  display: grid;
  gap: 0.85rem;
  padding: 1.1rem;
}
.package-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.2rem;
}
.package-card strong {
  display: inline-flex;
  width: fit-content;
  padding: 0.65rem 0.9rem;
  color: #fff;
  border-radius: 999px;
  background: rgba(231, 43, 65, 0.26);
}

.about-depth {
  padding: 5rem 0;
  background: #080910;
  background: -webkit-linear-gradient(to bottom, #080910, #121620);
  background: linear-gradient(to bottom, #080910, #121620);
}
.about-depth__grid {
  display: grid;
  gap: 1rem;
}
.about-value {
  min-height: 20rem;
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}
.about-value span {
  width: fit-content;
  padding: 0.55rem 0.8rem;
  color: #fff;
  border-radius: 999px;
  background: rgba(231, 43, 65, 0.28);
  font-weight: 900;
}
.about-value h2 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 8vw, 3.4rem);
  line-height: 1.04;
}
.about-value p {
  margin: 0;
  color: #fff;
}
.about-timeline,
.about-local {
  padding: 5rem 0;
}
.about-timeline__grid,
.about-local__grid {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
.timeline-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
}
.timeline-list span {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #fff;
  background: var(--accent);
  font-weight: 900;
}
.timeline-list h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 1.25rem;
}
.timeline-list p {
  margin: 0;
  color: #fff;
}
.about-local {
  background: #10131c;
  background: -webkit-linear-gradient(to bottom, #10131c, #07080c);
  background: linear-gradient(to bottom, #10131c, #07080c);
}
.about-local figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.about-local img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.services-depth {
  padding: 5rem 0;
  background: #080910;
  background: -webkit-linear-gradient(to bottom, #080910, #121620);
  background: linear-gradient(to bottom, #080910, #121620);
}
.service-list {
  display: grid;
  gap: 1rem;
}
.service-list article {
  min-width: 0;
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}
.service-list span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.75rem;
  color: #fff;
  border-radius: 999px;
  background: rgba(231, 43, 65, 0.24);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.service-list h3 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.08;
}
.service-list p,
.service-list li {
  color: #fff;
}
.service-list ul {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}
.service-flow {
  padding: 5rem 0;
}
.service-flow__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.service-flow figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.service-flow img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.service-steps {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.service-steps li {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}
.service-steps strong,
.service-steps span {
  color: #fff;
}

.retreats-depth {
  padding: 5rem 0;
  background: #080910;
  background: -webkit-linear-gradient(to bottom, #080910, #15101a);
  background: linear-gradient(to bottom, #080910, #15101a);
}
.retreats-depth__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.retreats-depth__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.retreats-depth__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.retreats-depth__media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.9rem;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 8, 12, 0.76);
  backdrop-filter: blur(14px);
}
.retreats-catalog {
  padding: 5rem 0;
}
.retreat-grid {
  display: grid;
  gap: 1rem;
}
.retreat-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}
.retreat-card__media {
  min-height: 14rem;
  overflow: hidden;
}
.retreat-card__media img {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
  transition: transform 700ms ease;
}
.retreat-card:hover .retreat-card__media img {
  transform: scale(1.05);
}
.retreat-card__body {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
}
.retreat-card__body span {
  width: fit-content;
  padding: 0.45rem 0.75rem;
  color: #fff;
  border-radius: 999px;
  background: rgba(216, 180, 106, 0.22);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.retreat-card__body h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.08;
}
.retreat-card__body p,
.retreat-card__body li {
  color: #fff;
}
.retreat-card__body ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.1rem;
}
.retreats-flow {
  padding: 5rem 0;
  background: #10131c;
  background: -webkit-linear-gradient(to bottom, #10131c, #07080c);
  background: linear-gradient(to bottom, #10131c, #07080c);
}
.retreats-flow__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.retreats-flow figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}
.retreats-flow img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.retreat-steps {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: retreat-step;
}
.retreat-steps li {
  counter-increment: retreat-step;
  position: relative;
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1rem 1rem 4rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
}
.retreat-steps li::before {
  content: counter(retreat-step, decimal-leading-zero);
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: var(--gold);
  font-weight: 900;
}
.retreat-steps strong,
.retreat-steps span {
  color: #fff;
}

.escapes-depth {
  padding: 5rem 0;
  background: #080910;
  background: -webkit-linear-gradient(to bottom, #080910, #111820);
  background: linear-gradient(to bottom, #080910, #111820);
}
.escapes-depth__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.escapes-depth__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.escapes-depth__media::before {
  content: '';
  position: absolute;
  inset: 1rem;
  z-index: 1;
  border: 1px solid rgba(216, 180, 106, 0.55);
  border-radius: 22px;
  pointer-events: none;
}
.escapes-depth__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.escapes-depth__media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.9rem;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 8, 12, 0.76);
  backdrop-filter: blur(14px);
}
.escape-routes {
  padding: 5rem 0;
}
.escape-route-grid {
  display: grid;
  gap: 1rem;
}
.escape-route-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}
.escape-route-card__image {
  min-height: 14rem;
  overflow: hidden;
}
.escape-route-card__image img {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
  transition: transform 700ms ease;
}
.escape-route-card:hover .escape-route-card__image img {
  transform: scale(1.05);
}
.escape-route-card__body {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem;
}
.escape-route-card__body span {
  width: fit-content;
  padding: 0.45rem 0.75rem;
  color: #fff;
  border-radius: 999px;
  background: rgba(231, 43, 65, 0.24);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.escape-route-card__body h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.08;
}
.escape-route-card__body p,
.escape-route-card__body li {
  color: #fff;
}
.escape-route-card__body ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding-left: 1.1rem;
}
.escape-planning {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.escape-planning__media {
  position: absolute;
  inset: 0;
}
.escape-planning__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  background: -webkit-linear-gradient(
    to top,
    #07080c 5%,
    rgba(7, 8, 12, 0.6) 55%,
    rgba(7, 8, 12, 0.34)
  );
  background: linear-gradient(
    to top,
    #07080c 5%,
    rgba(7, 8, 12, 0.6) 55%,
    rgba(7, 8, 12, 0.34)
  );
}
.escape-planning__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.escape-planning__content {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
.escape-planning__content h2 {
  max-width: 13ch;
}
.escape-planning__content p {
  max-width: 48rem;
}
.escape-plan-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.escape-plan-list article {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}
.escape-plan-list strong,
.escape-plan-list span {
  display: block;
  color: #fff;
}
.escape-plan-list strong {
  margin-bottom: 0.25rem;
  font-size: 1.08rem;
}

.gaming-depth {
  padding: 5rem 0;
  background: #080910;
  background: -webkit-linear-gradient(to bottom, #080910, #171018);
  background: linear-gradient(to bottom, #080910, #171018);
}
.gaming-depth__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.gaming-depth__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  transform: rotate(-1deg);
}
.gaming-depth__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.gaming-depth__media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.9rem;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 8, 12, 0.78);
  backdrop-filter: blur(14px);
}
.gaming-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.gaming-stats div {
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}
.gaming-stats strong,
.gaming-stats span {
  display: block;
  color: #fff;
}
.gaming-stats strong {
  font-size: 1.55rem;
  line-height: 1;
}
.gaming-suite {
  padding: 5rem 0;
}
.gaming-suite-grid {
  display: grid;
  gap: 1rem;
}
.gaming-suite-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}
.gaming-suite-card__image {
  min-height: 14rem;
  overflow: hidden;
}
.gaming-suite-card__image img {
  width: 100%;
  height: 100%;
  min-height: 14rem;
  object-fit: cover;
  transition: transform 700ms ease;
}
.gaming-suite-card:hover .gaming-suite-card__image img {
  transform: scale(1.05);
}
.gaming-suite-card__body {
  display: grid;
  gap: 0.65rem;
  padding: 1.1rem;
}
.gaming-suite-card__body span {
  width: fit-content;
  padding: 0.45rem 0.75rem;
  color: #fff;
  border-radius: 999px;
  background: rgba(231, 43, 65, 0.26);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.gaming-suite-card__body h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.08;
}
.gaming-suite-card__body p {
  margin: 0;
  color: #fff;
}
.gaming-responsible {
  position: relative;
  min-height: 74vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.gaming-responsible__media {
  position: absolute;
  inset: 0;
}
.gaming-responsible__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  background: -webkit-linear-gradient(
    to top,
    #07080c 4%,
    rgba(7, 8, 12, 0.72) 58%,
    rgba(7, 8, 12, 0.32)
  );
  background: linear-gradient(
    to top,
    #07080c 4%,
    rgba(7, 8, 12, 0.72) 58%,
    rgba(7, 8, 12, 0.32)
  );
}
.gaming-responsible__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gaming-responsible__content {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
.gaming-responsible__content h2 {
  max-width: 14ch;
}
.gaming-responsible__content p {
  max-width: 54rem;
}
.gaming-note-grid {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.gaming-note-grid article {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}
.gaming-note-grid strong,
.gaming-note-grid span {
  display: block;
  color: #fff;
}
.gaming-note-grid strong {
  margin-bottom: 0.25rem;
  font-size: 1.08rem;
}

.contact-depth {
  padding: 5rem 0;
  background: #080910;
  background: -webkit-linear-gradient(to bottom, #080910, #121620);
  background: linear-gradient(to bottom, #080910, #121620);
}
.contact-depth__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.contact-depth__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.contact-depth__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.contact-depth__media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.9rem;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(7, 8, 12, 0.78);
  backdrop-filter: blur(14px);
}
.contact-methods {
  padding: 5rem 0;
}
.contact-method-grid {
  display: grid;
  gap: 1rem;
}
.contact-method-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
}
.contact-method-grid__image {
  min-height: 13rem;
  overflow: hidden;
}
.contact-method-grid__image img {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  object-fit: cover;
  transition: transform 700ms ease;
}
.contact-method-grid article:hover img {
  transform: scale(1.05);
}
.contact-method-grid__body {
  display: grid;
  gap: 0.7rem;
  padding: 1.1rem;
}
.contact-method-grid__body span {
  width: fit-content;
  padding: 0.45rem 0.75rem;
  color: #fff;
  border-radius: 999px;
  background: rgba(231, 43, 65, 0.24);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.contact-method-grid__body h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  line-height: 1.08;
}
.contact-method-grid__body p,
.contact-method-grid__body a {
  margin: 0;
  color: #fff;
}
.contact-method-grid__body a {
  width: fit-content;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}
.contact-arrival {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.contact-arrival__media {
  position: absolute;
  inset: 0;
}
.contact-arrival__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  background: -webkit-linear-gradient(
    to top,
    #07080c 4%,
    rgba(7, 8, 12, 0.72) 58%,
    rgba(7, 8, 12, 0.32)
  );
  background: linear-gradient(
    to top,
    #07080c 4%,
    rgba(7, 8, 12, 0.72) 58%,
    rgba(7, 8, 12, 0.32)
  );
}
.contact-arrival__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-arrival__content {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
.contact-arrival__content h2 {
  max-width: 13ch;
}
.contact-arrival__content p {
  max-width: 54rem;
}
.contact-arrival-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.contact-arrival-list article {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
}
.contact-arrival-list strong,
.contact-arrival-list span {
  display: block;
  color: #fff;
}
.contact-arrival-list strong {
  margin-bottom: 0.25rem;
  font-size: 1.08rem;
}
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}
.pill-list li {
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.contact-grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
  min-width: 0;
}
.contact-panel,
.contact-form,
.cta-box {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}
.contact-panel {
  position: relative;
  overflow: hidden;
}
.contact-panel::after {
  content: '';
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: rgba(231, 43, 65, 0.18);
  filter: blur(8px);
}
.contact-panel > * {
  position: relative;
  z-index: 1;
}
.contact-details {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.5rem;
  color: #fff;
  font-weight: 700;
  min-width: 0;
}
.contact-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.contact-highlights div {
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.24);
}
.contact-highlights strong {
  display: block;
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
}
.contact-highlights span {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.35;
}
.contact-form {
  display: grid;
  gap: 1rem;
}
.form-grid {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}
.contact-form label {
  min-width: 0;
  display: grid;
  gap: 0.45rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.25;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.9rem 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid var(--line);
  border-radius: 14px;
  min-width: 0;
}
.contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size:
    6px 6px,
    6px 6px;
  background-repeat: no-repeat;
}
.contact-form option {
  color: #10131c;
}
.contact-form textarea {
  resize: vertical;
}
.form-check {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.22);
}
.form-check input {
  width: 1.15rem;
  min-height: 1.15rem;
  margin-top: 0.1rem;
  accent-color: var(--accent);
}
.form-check span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.45;
}
.form-actions {
  display: grid;
  gap: 0.75rem;
  align-items: center;
}
.form-actions p {
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
}
.form-alert {
  margin: 0;
  padding: 0.9rem;
  border: 1px solid rgba(231, 43, 65, 0.55);
  border-radius: 14px;
  color: #fff;
  background: rgba(231, 43, 65, 0.18);
}
.form-alert--success {
  border-color: rgba(216, 180, 106, 0.65);
  background: rgba(216, 180, 106, 0.16);
}
.cta-box {
  display: grid;
  gap: 1.2rem;
  align-items: center;
}

.site-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  padding: 4.5rem 0 1rem;
  background: #06070b;
}
.site-footer__media {
  position: absolute;
  inset: 0;
  opacity: 0.44;
}
.site-footer__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(6, 7, 11, 0.72);
  background: -webkit-linear-gradient(
    to bottom,
    rgba(6, 7, 11, 0.42),
    rgba(6, 7, 11, 0.88) 58%,
    #06070b
  );
  background: linear-gradient(
    to bottom,
    rgba(6, 7, 11, 0.42),
    rgba(6, 7, 11, 0.88) 58%,
    #06070b
  );
}
.site-footer__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.2rem;
}
.footer-brand {
  min-height: 26rem;
  display: grid;
  align-content: end;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.footer-brand img {
  width: 7rem;
  height: auto;
  object-fit: contain;
}
.footer-brand h2 {
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.7rem, 12vw, 5.4rem);
  line-height: 0.98;
}
.footer-brand p {
  max-width: 42rem;
  margin: 0;
}
.footer-brand .btn {
  width: fit-content;
}
.footer-panels {
  display: grid;
  gap: 1rem;
}
.footer-panel {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(6, 7, 11, 0.72);
  backdrop-filter: blur(16px);
}
.site-footer h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  color: #fff;
}
.site-footer p,
.site-footer address,
.site-footer a {
  color: #fff;
  font-style: normal;
}
.footer-links {
  columns: 1;
}
.site-footer li + li {
  margin-top: 0.45rem;
}
.footer-contact-card address {
  display: grid;
  gap: 0.55rem;
}
.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 2rem));
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.age-gate,
.promo-popup {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(14px);
}
.age-gate[hidden],
.cookie-consent[hidden],
.promo-popup[hidden] {
  display: none;
}
.age-gate__panel,
.promo-popup__panel {
  width: min(680px, 100%);
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #10131c;
  background: -webkit-linear-gradient(to bottom right, #171b28, #07080c);
  background: linear-gradient(to bottom right, #171b28, #07080c);
  box-shadow: var(--shadow);
}
.age-gate__panel img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
.age-gate__panel h2,
.promo-popup__panel h2 {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
}
.age-gate__panel p,
.promo-popup__panel p {
  color: #fff;
}
.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 400;
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(12, 14, 21, 0.96);
  box-shadow: var(--shadow);
}
.cookie-consent p {
  margin: 0.2rem 0 0;
  color: #fff;
}
.promo-popup__panel {
  position: relative;
  display: grid;
  gap: 1rem;
}
.promo-popup__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
}
.modal-close {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  font-size: 1.6rem;
  cursor: pointer;
}

.section-visual {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}
.section-visual.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 760px) {
  .site-header {
    padding: 0.85rem 1.5rem;
  }
  .nav-toggle {
    display: none;
  }
  .site-nav {
    position: static;
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .site-nav__list {
    display: flex;
    align-items: center;
    gap: 0.2rem;
  }
  .site-nav__item {
    position: relative;
  }
  .site-nav__link {
    min-height: 2.75rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.95rem;
  }
  .site-nav__submenu {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 15rem;
    display: none;
    padding: 0.55rem;
    background: rgba(10, 12, 18, 0.98);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .site-nav__item:hover .site-nav__submenu,
  .site-nav__item:focus-within .site-nav__submenu {
    display: grid;
  }
  .hero-section__grid {
    grid-template-columns: minmax(0, 1fr) 22rem;
    align-items: end;
  }
  .content-split__grid,
  .contact-grid,
  .casino-experience__grid,
  .accommodation-feature__grid,
  .about-timeline__grid,
  .about-local__grid,
  .service-flow__grid,
  .retreats-depth__grid,
  .retreats-flow__grid,
  .escapes-depth__grid,
  .gaming-depth__grid,
  .contact-depth__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
  .about-depth__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-panel,
  .contact-form {
    padding: 1.35rem;
  }
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .form-span {
    grid-column: 1 / -1;
  }
  .form-actions {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .resort-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .resort-card--1 {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-column: 1 / -1;
  }
  .resort-card--1 .resort-card__media,
  .resort-card--1 .resort-card__media img {
    min-height: 28rem;
  }
  .resort-card__content {
    padding: 1.4rem;
  }
  .package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .retreat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .escape-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .escape-route-card--2 {
    transform: translateY(2rem);
  }
  .escape-plan-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gaming-suite-grid,
  .gaming-note-grid,
  .contact-method-grid,
  .contact-arrival-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cta-box {
    grid-template-columns: 1fr auto;
  }
  .footer-main {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }
  .footer-panels {
    grid-template-rows: 1fr auto;
  }
  .footer-links {
    columns: 2;
    column-gap: 1.4rem;
  }
  .cookie-consent {
    left: auto;
    grid-template-columns: 1fr auto;
    align-items: center;
    max-width: 720px;
  }
  .promo-popup__panel {
    grid-template-columns: 0.9fr 1fr;
    align-items: center;
    width: min(860px, 100%);
  }
}

@media (min-width: 1100px) {
  .site-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content-split,
  .cards-section,
  .contact-section,
  .cta-section,
  .casino-experience,
  .resort-showcase,
  .accommodation-feature,
  .packages-section,
  .about-depth,
  .about-timeline,
  .about-local,
  .services-depth,
  .service-flow,
  .retreats-depth,
  .retreats-catalog,
  .retreats-flow,
  .escapes-depth,
  .escape-routes,
  .gaming-depth,
  .gaming-suite,
  .contact-depth,
  .contact-methods {
    padding: 7rem 0;
  }
  .casino-metrics strong {
    font-size: 3rem;
  }
}

/* Venue deep sections */
.venue-depth {
  padding: 5rem 0;
  background: #080910;
  background: linear-gradient(to bottom, #080910, #15101a);
}
.venue-depth__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.venue-depth__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.venue-depth__media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.venue-depth__media figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem;
  color: #fff;
  background: rgba(7, 8, 12, 0.7);
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(12px);
}

.venue-highlights {
  padding: 5rem 0;
}
.venue-highlight-grid {
  display: grid;
  gap: 1rem;
}
.venue-highlight-card {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
}
.venue-highlight-card span {
  display: block;
  width: fit-content;
  padding: 0.4rem 0.75rem;
  color: #fff;
  background: rgba(216, 180, 106, 0.22);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  margin-bottom: 0.75rem;
}
.venue-highlight-card h3 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.08;
}
.venue-highlight-card p {
  margin: 0;
  color: #fff;
}

.venue-info {
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.venue-info__media {
  position: absolute;
  inset: 0;
}
.venue-info__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    #07080c 8%,
    rgba(7, 8, 12, 0.55) 55%,
    rgba(7, 8, 12, 0.3)
  );
}
.venue-info__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venue-info__content {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
.venue-info__content h2 {
  margin: 0;
  max-width: 16ch;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.02;
}
.venue-info__content p {
  max-width: 48rem;
  color: #fff;
}
.venue-info-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.venue-info-list article {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}
.venue-info-list strong {
  color: #fff;
  font-size: 1.05rem;
}
.venue-info-list span {
  color: #fff;
}

/* Legal pages */
.legal-hero {
  padding: 7rem 0 4rem;
  background: #080910;
  background: linear-gradient(to bottom, #080910, #10131c);
}
.legal-hero__content {
  max-width: 800px;
}
.legal-hero__title {
  margin: 0.5rem 0 1rem;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.08;
}
.legal-hero__lead {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  color: #fff;
  max-width: 56rem;
}
.legal-hero__updated {
  margin: 0;
  font-size: 0.88rem;
  color: var(--gold);
  font-weight: 600;
}

.legal-content {
  padding: 4rem 0 5rem;
}
.legal-body {
  max-width: 800px;
  display: grid;
  gap: 2.5rem;
}
.legal-block h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.15;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--line);
}
.legal-block p {
  margin: 0 0 0.75rem;
  color: #fff;
  line-height: 1.75;
}
.legal-block p:last-child {
  margin-bottom: 0;
}
.legal-list {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  display: grid;
  gap: 0.5rem;
}
.legal-list li {
  color: #fff;
  line-height: 1.65;
}

.legal-back {
  padding: 2.5rem 0 4rem;
}
.legal-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Footer legal nav */
.footer-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 0.75rem 0;
}
.footer-legal-nav a {
  font-size: 0.9rem;
  color: var(--muted);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 3px;
}
.footer-legal-nav a:hover {
  color: #fff;
  text-decoration-color: var(--gold);
}

@media (min-width: 820px) {
  .venue-depth__grid {
    grid-template-columns: 1fr 1fr;
  }
  .venue-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .venue-info-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .venue-depth,
  .venue-highlights,
  .venue-info {
    padding: 7rem 0;
  }
  .venue-highlight-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
