@font-face {
  font-family: "Manrope";
  src: url("./fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("./fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./fonts/playfair-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Playfair Display";
  src: url("./fonts/playfair-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: dark;
  --ink: #f6f2e8;
  --muted: #a9a49a;
  --dim: #918c82;
  --gold: #c8a96b;
  --gold-pale: #ead9ad;
  --surface: #0c0c0c;
  --surface-2: #121210;
  --line: rgba(234, 217, 173, 0.16);
  --line-soft: rgba(255, 255, 255, 0.08);
  --page: min(1280px, calc(100% - 48px));
  --radius: 6px;
}

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

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

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--surface);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

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

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

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

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
ul,
ol,
figure,
blockquote {
  margin-top: 0;
}

:focus-visible {
  outline: 2px solid var(--gold-pale);
  outline-offset: 4px;
}

::selection {
  background: var(--gold);
  color: #11100e;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--gold-pale);
  color: #11100e;
  font-weight: 700;
  transition: transform 180ms ease;
}

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

.container {
  width: var(--page);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(84px, 10vw, 148px);
}

.section--muted {
  background: var(--surface-2);
}

.section--line {
  border-top: 1px solid var(--line-soft);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
}

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

.display,
.section-title {
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

.display {
  max-width: 760px;
  font-size: clamp(3.2rem, 7.4vw, 7rem);
}

.section-title {
  max-width: 720px;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
}

.serif {
  color: var(--gold-pale);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}

.lede {
  max-width: 62ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(12, 12, 12, 0.9);
  backdrop-filter: blur(14px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  transform: rotate(45deg);
  border: 1px solid rgba(234, 217, 173, 0.56);
  background: rgba(200, 169, 107, 0.08);
}

.brand-mark svg {
  width: 17px;
  height: 17px;
  transform: rotate(-45deg);
  color: var(--gold);
}

.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.brand-name {
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.brand-type {
  color: var(--gold);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
}

.site-nav a,
.header-about {
  position: relative;
  color: #c8c4bb;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.site-nav a::after,
.header-about::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.header-about:hover,
.header-about[aria-current="page"] {
  color: var(--ink);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after,
.header-about:hover::after,
.header-about[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle-lines::before {
  transform: translateY(-6px);
}

.nav-toggle-lines::after {
  transform: translateY(5px);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
  transform: translateY(0) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
  transform: translateY(-1px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: calc(100dvh - 76px);
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}

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

.hero-media::before,
.hero-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.hero-media::before {
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.98) 0%, rgba(8, 8, 8, 0.87) 38%, rgba(8, 8, 8, 0.14) 76%), linear-gradient(0deg, rgba(8, 8, 8, 0.82), transparent 50%);
}

.hero-media::after {
  background: linear-gradient(90deg, transparent 63%, rgba(200, 169, 107, 0.08));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: calc(100dvh - 76px);
  padding-block: 88px 64px;
}

.review-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  background: rgba(12, 12, 12, 0.62);
  color: var(--gold-pale);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-label svg {
  width: 15px;
  height: 15px;
  color: var(--gold);
}

.hero-copy {
  max-width: 600px;
  margin-bottom: 36px;
  color: #bbb6ad;
  font-size: clamp(1rem, 1.6vw, 1.24rem);
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #15130f;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease;
}

.button:hover {
  background: var(--gold-pale);
}

.button:active {
  transform: translateY(1px) scale(0.985);
}

.button--ghost {
  border-color: var(--line);
  background: rgba(12, 12, 12, 0.64);
  color: var(--ink);
}

.button--ghost:hover {
  background: rgba(234, 217, 173, 0.1);
}

.hero-footnote {
  position: absolute;
  right: 0;
  bottom: 34px;
  z-index: 2;
  display: grid;
  max-width: 280px;
  gap: 6px;
  padding-left: 18px;
  border-left: 1px solid var(--gold);
  color: var(--muted);
  font-size: 0.78rem;
}

.hero-footnote strong {
  color: var(--ink);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: end;
}

.overview-aside {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.fact-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 18px;
  padding-block: 18px;
  border-bottom: 1px solid var(--line-soft);
}

.fact-row dt {
  color: var(--dim);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fact-row dd {
  margin: 0;
  color: #d9d4ca;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 64px 0 0;
  padding: 0;
  border-top: 1px solid var(--line-soft);
  list-style: none;
}

.feature-list li {
  min-height: 116px;
  padding: 24px 22px;
  border-right: 1px solid var(--line-soft);
  color: #c8c3b8;
  font-size: 0.84rem;
}

.feature-list li:last-child {
  border-right: 0;
}

.feature-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: clamp(40px, 6vw, 76px);
}

.section-heading > div:first-child {
  max-width: 760px;
}

.section-note {
  max-width: 330px;
  margin-bottom: 14px;
  padding-left: 18px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.room-list {
  display: grid;
  gap: 1px;
  background: var(--line-soft);
  border-block: 1px solid var(--line-soft);
}

.room-item {
  display: grid;
  grid-template-columns: minmax(290px, 0.9fr) minmax(0, 1.1fr);
  min-height: 390px;
  background: var(--surface);
}

.room-item:nth-child(even) .room-media {
  order: 2;
}

.media-link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 390px;
  overflow: hidden;
  cursor: zoom-in;
}

.media-link::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(10, 10, 10, 0.68);
  color: #f3efe7;
  content: "Zoom image";
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 180ms ease, transform 180ms ease;
}

.media-link:hover::after {
  transform: translateY(-2px);
}

.media-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.media-link:hover img {
  transform: scale(1.025);
}

.room-copy {
  display: grid;
  align-content: center;
  padding: clamp(36px, 6vw, 78px);
}

.room-index {
  margin-bottom: 34px;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.room-copy h3,
.editorial-card h3,
.experience-copy h3 {
  margin-bottom: 17px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1.15;
}

.room-copy p,
.editorial-card p,
.experience-copy p {
  max-width: 58ch;
  color: var(--muted);
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 18px;
  color: #d7d2c8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.casino-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
}

.casino-visual {
  position: relative;
  min-height: 610px;
}

.casino-visual picture,
.casino-visual img {
  width: 100%;
  height: 100%;
}

.casino-visual img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.casino-caption {
  position: absolute;
  right: -22px;
  bottom: 34px;
  max-width: 260px;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(13, 13, 12, 0.9);
  color: var(--muted);
  font-size: 0.75rem;
  backdrop-filter: blur(10px);
}

.editorial-list {
  display: grid;
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.editorial-list li {
  position: relative;
  padding: 17px 0 17px 30px;
  border-bottom: 1px solid var(--line-soft);
  color: #c8c3b9;
}

.editorial-list li::before {
  position: absolute;
  top: 25px;
  left: 2px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border: 1px solid var(--gold);
  content: "";
}

.dining-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 1px;
  background: var(--line-soft);
}

.editorial-card {
  position: relative;
  display: grid;
  min-height: 450px;
  overflow: hidden;
  background: var(--surface);
}

.editorial-card:first-child {
  grid-row: span 2;
  min-height: 901px;
}

.editorial-card picture,
.editorial-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.editorial-card img {
  object-fit: cover;
}

.editorial-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.97), rgba(8, 8, 8, 0.06) 72%);
}

.editorial-card-content {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: clamp(28px, 4vw, 52px);
}

.editorial-card h3 {
  margin-bottom: 10px;
}

.editorial-card p {
  margin-bottom: 0;
  color: #bab5ab;
}

.experiences {
  display: grid;
  gap: 72px;
}

.experience {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: center;
}

.experience:nth-child(even) .experience-media {
  order: 2;
}

.experience-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.experience-media .media-link {
  min-height: 100%;
}

.experience-copy .eyebrow {
  margin-bottom: 14px;
}

.verdict-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 58px;
  border-block: 1px solid var(--line-soft);
}

.verdict-column {
  padding: clamp(34px, 5vw, 64px);
}

.verdict-column + .verdict-column {
  border-left: 1px solid var(--line-soft);
}

.verdict-column h3 {
  margin-bottom: 24px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.verdict-column:first-child h3 {
  color: var(--gold);
}

.verdict-column ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  color: #c7c2b8;
  list-style: none;
}

.verdict-column li {
  position: relative;
  padding-left: 24px;
}

.verdict-column li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.faq {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

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

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

.faq-list summary {
  position: relative;
  padding: 22px 44px 22px 0;
  color: #ddd8ce;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 8px;
  color: var(--gold);
  content: "+";
  transform: translateY(-50%);
  font-size: 1.2rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 65ch;
  margin-bottom: 22px;
  color: var(--muted);
}

.final-verdict {
  position: relative;
  overflow: hidden;
  padding-block: clamp(90px, 13vw, 180px);
  background: #16130d;
}

.final-verdict::before {
  position: absolute;
  top: -50%;
  right: -15%;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(200, 169, 107, 0.11);
  border-radius: 50%;
  content: "";
}

.final-verdict-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: 64px;
  align-items: end;
}

.age-note {
  padding: 24px;
  border: 1px solid var(--line);
  color: #aaa49a;
  font-size: 0.78rem;
}

.age-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-pale);
  font-size: 1.2rem;
}

.site-footer {
  border-top: 1px solid var(--line-soft);
  background: #090909;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: clamp(44px, 8vw, 120px);
  padding-block: 72px;
}

.footer-brand p {
  max-width: 44ch;
  margin: 24px 0 0;
  color: var(--dim);
  font-size: 0.82rem;
}

.footer-heading {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.78rem;
  list-style: none;
}

.footer-links a:hover {
  color: var(--gold-pale);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 20px;
  border-top: 1px solid var(--line-soft);
  color: #918c82;
  font-size: 0.68rem;
}

.lightbox {
  width: min(1100px, calc(100% - 32px));
  max-width: none;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0d0d0c;
  color: var(--ink);
}

.lightbox::backdrop {
  background: rgba(4, 4, 4, 0.86);
  backdrop-filter: blur(8px);
}

.lightbox figure {
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: 78dvh;
  object-fit: contain;
  background: #080808;
}

.lightbox figcaption {
  padding: 16px 64px 17px 18px;
  color: var(--muted);
  font-size: 0.8rem;
}

.lightbox-close {
  position: absolute;
  right: 12px;
  bottom: 9px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #171714;
  color: var(--ink);
  cursor: pointer;
}

.lightbox-close::before,
.lightbox-close::after {
  position: absolute;
  width: 16px;
  height: 1px;
  content: "";
  background: currentColor;
}

.lightbox-close::before {
  transform: rotate(45deg);
}

.lightbox-close::after {
  transform: rotate(-45deg);
}

.legal-hero {
  padding-block: clamp(84px, 10vw, 140px) clamp(64px, 8vw, 100px);
  border-bottom: 1px solid var(--line-soft);
  background: radial-gradient(circle at 80% 10%, rgba(200, 169, 107, 0.11), transparent 34%);
}

.legal-hero .section-title {
  max-width: 890px;
}

.legal-meta {
  margin-top: 30px;
  color: var(--dim);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 720px);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 8px;
  padding-top: 6px;
}

.legal-nav a {
  color: var(--dim);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-nav a:hover,
.legal-nav a[aria-current="page"] {
  color: var(--gold-pale);
}

.legal-content h2 {
  margin: 54px 0 17px;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.25;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  margin: 30px 0 12px;
  font-size: 1rem;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.notice {
  margin: 34px 0;
  padding: 22px 24px;
  border-left: 2px solid var(--gold);
  background: rgba(200, 169, 107, 0.06);
  color: #c8c2b7;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  border-block: 1px solid var(--line-soft);
}

.about-value {
  padding: 32px;
  border-right: 1px solid var(--line-soft);
}

.about-value:last-child {
  border-right: 0;
}

.about-value strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-pale);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
}

.about-value p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .header-about {
    display: none;
  }

  .site-nav {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 18px;
  }

  .js .nav-toggle {
    display: flex;
  }

  .js .site-nav {
    display: none;
  }

  .js .site-nav.is-open {
    display: flex;
  }

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

  .feature-list li:nth-child(2) {
    border-right: 0;
  }

  .feature-list li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line-soft);
  }

  .casino-caption {
    right: 18px;
  }
}

@media (max-width: 780px) {
  :root {
    --page: min(100% - 32px, 680px);
  }

  html {
    scroll-padding-top: 76px;
  }

  .section {
    padding-block: 76px;
  }

  .hero-media::before {
    background: linear-gradient(0deg, rgba(8, 8, 8, 0.98) 3%, rgba(8, 8, 8, 0.64) 64%, rgba(8, 8, 8, 0.22));
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-inner {
    align-content: end;
    padding-block: 100px 62px;
  }

  .display {
    font-size: clamp(2.85rem, 14vw, 5rem);
  }

  .hero-footnote {
    display: none;
  }

  .overview-grid,
  .casino-layout,
  .experience,
  .final-verdict-inner,
  .legal-layout,
  .faq {
    grid-template-columns: 1fr;
  }

  .overview-grid,
  .casino-layout,
  .final-verdict-inner,
  .legal-layout,
  .faq {
    gap: 48px;
  }

  .section-heading {
    display: grid;
  }

  .section-note {
    max-width: 520px;
  }

  .room-item {
    grid-template-columns: 1fr;
  }

  .room-item:nth-child(even) .room-media {
    order: 0;
  }

  .media-link {
    min-height: 300px;
  }

  .room-copy {
    padding: 38px 24px 48px;
  }

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

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

  .editorial-card,
  .editorial-card:first-child {
    grid-row: auto;
    min-height: 520px;
  }

  .experience:nth-child(even) .experience-media {
    order: 0;
  }

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

  .verdict-column + .verdict-column {
    border-top: 1px solid var(--line-soft);
    border-left: 0;
  }

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

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

  .legal-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 26px;
    border-bottom: 1px solid var(--line-soft);
  }

  .about-values {
    grid-template-columns: 1fr;
  }

  .about-value {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .about-value:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .brand-type {
    display: none;
  }

  .site-nav {
    flex-direction: column;
    gap: 0;
  }

  .site-nav a {
    width: 100%;
    padding-block: 11px;
    border-top: 1px solid var(--line-soft);
  }

  .site-nav a::after {
    display: none;
  }

  .review-label {
    align-items: flex-start;
  }

  .hero-links,
  .button {
    width: 100%;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .feature-list li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .feature-list li:last-child {
    border-bottom: 0;
  }

  .fact-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .casino-visual {
    min-height: 440px;
  }

  .casino-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .editorial-card,
  .editorial-card:first-child {
    min-height: 460px;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-nav {
    grid-template-columns: 1fr;
  }
}

@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;
  }
}
