@charset "UTF-8";
/*!
Theme Name: Riviera
Description: PlayCasinos custom theme — painted grand-salon lobby, marble and carpet floor, Monte Carlo accents.
Version: 2.0
Text Domain: riviera
*/
:root {
  --pc-stone: #f4f1ea;
  --pc-champagne: #eae7e1;
  --pc-felt: #074526;
  --pc-felt-deep: #05331d;
  --pc-brass: #b5935a;
  --pc-brass-bright: #e0bd82;
  --pc-ink: #2d2a26;
  --pc-white: #fbfaf7;
  --pc-oxheart: #7a1f2b;
  --salon-ease: cubic-bezier(.33, .12, .16, 1);
}

@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/josefin-sans-latin-300-normal.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Josefin Sans";
  src: url("fonts/josefin-sans-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("fonts/urbanist-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("fonts/urbanist-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("fonts/urbanist-latin-500-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f4f1ea;
  color: #2d2a26;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.marquee-type,
h1, h2, h3 {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.14;
  color: #2d2a26;
}

h1 {
  font-size: clamp(2.05rem, 4.6vw, 3.3rem);
  letter-spacing: 0.045em;
}

h2 {
  font-size: clamp(1.62rem, 3.2vw, 2.35rem);
  letter-spacing: 0.055em;
}

h3 {
  font-size: clamp(1.18rem, 2.2vw, 1.44rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

a {
  color: #074526;
  text-decoration-color: rgba(181, 147, 90, 0.6);
  text-underline-offset: 3px;
}

a:hover {
  text-decoration-color: #b5935a;
}

img {
  max-width: 100%;
  height: auto;
}

.salon-wrap {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.kicker {
  display: block;
  text-align: center;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #b5935a;
  margin-bottom: 0.6rem;
}

.maison-head {
  background: linear-gradient(177deg, transparent 0 30%, rgba(255, 242, 216, 0.075) 42%, rgba(255, 242, 216, 0.1) 50%, rgba(255, 242, 216, 0.05) 58%, transparent 72%), linear-gradient(180deg, rgba(255, 244, 222, 0.13) 0, rgba(255, 244, 222, 0.05) 22%, rgba(0, 0, 0, 0.1) 62%, rgba(0, 0, 0, 0.34) 100%), repeating-linear-gradient(91.5deg, rgba(255, 236, 206, 0.03) 0 1px, rgba(0, 0, 0, 0.03) 1px 2px, transparent 2px 6px), repeating-linear-gradient(88.5deg, rgba(255, 232, 198, 0.022) 0 3px, transparent 3px 17px), repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0 2px, rgba(255, 238, 208, 0.055) 2px 4px, transparent 4px 13.6rem, rgba(0, 0, 0, 0.16) 13.6rem 14rem), repeating-linear-gradient(90deg, rgba(255, 238, 208, 0.03) 0 3.2rem, transparent 3.2rem 10.8rem, rgba(0, 0, 0, 0.1) 10.8rem 14rem), linear-gradient(180deg, #3a2412 0%, #33200f 46%, #281809 100%), #2e1c0e;
  box-shadow: inset 0 1px 0 rgba(255, 240, 214, 0.2), inset 0 2px 0 rgba(255, 240, 214, 0.07), inset 0 -1px 0 rgba(0, 0, 0, 0.62), inset 0 -3px 5px rgba(0, 0, 0, 0.3), inset 6rem 0 6rem -6rem rgba(0, 0, 0, 0.34), inset -6rem 0 6rem -6rem rgba(0, 0, 0, 0.34), 0 0.55rem 1.3rem rgba(18, 12, 5, 0.46), 0 0.1rem 0.2rem rgba(18, 12, 5, 0.34);
}
.maison-head::before, .maison-head::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  pointer-events: none;
  z-index: 2;
}
.maison-head::before {
  top: 0;
  background: linear-gradient(180deg, #7a5a2c 0, #e8cd9b 34%, #c8a468 62%, #6b4f23 100%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.maison-head::after {
  bottom: 0;
  background: linear-gradient(180deg, #6b4f23 0, #c8a468 38%, #e8cd9b 66%, #8a6837 100%);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.5);
}
.maison-head .salon-wrap {
  position: relative;
}
.maison-head .salon-wrap::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  width: 26rem;
  height: 15rem;
  transform: translateY(-50%);
  background: radial-gradient(ellipse 50% 50% at 22% 50%, rgba(255, 236, 198, 0.14), transparent 72%);
  pointer-events: none;
  z-index: 0;
}
.maison-head .maison-brand, .maison-head .maison-nav, .maison-head .lang-switch {
  position: relative;
  z-index: 1;
}
.maison-head {
  position: relative;
  z-index: 50;
  overflow-x: hidden;
  overflow-x: clip;
}
.maison-head .salon-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.5rem;
}

.maison-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.maison-brand .pc-mark {
  color: #e0bd82;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.55));
}
.maison-brand:hover .pc-mark, .maison-brand:focus-visible .pc-mark {
  color: #fbfaf7;
}
.maison-brand {
  text-decoration: none;
  color: #f3e9d2;
}
.maison-brand svg {
  display: block;
}
.maison-brand .maison-brand__word {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.62), 0 2px 3px rgba(0, 0, 0, 0.34), 0 -1px 0 rgba(255, 238, 208, 0.13);
}

.maison-nav {
  display: flex;
  gap: 1.6rem;
}
.maison-nav a {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  color: #e9ddc4;
  padding: 0.35rem 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.28s var(--salon-ease), color 0.28s var(--salon-ease);
}
.maison-nav a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55), 0 -1px 0 rgba(255, 238, 208, 0.07);
}
.maison-nav a:hover, .maison-nav a:focus-visible {
  color: #fbfaf7;
  border-bottom-color: #e0bd82;
}
.maison-nav a.is-here {
  color: #e0bd82;
  border-bottom-color: transparent;
  box-shadow: inset 0 -3px 0 -1px rgba(0, 0, 0, 0.55), inset 0 -2px 0 0 #e0bd82;
}
.maison-nav a.is-here.is-ancestor {
  color: #e9ddc4;
  box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.45), inset 0 -1px 0 0 rgba(181, 147, 90, 0.65);
}

.nav-rail-hint {
  display: none;
}

.grand-lobby {
  position: relative;
  background: #aa783a;
  overflow: hidden;
}

.grand-lobby__scene {
  position: relative;
  width: 100%;
}
.grand-lobby__scene img.grand-lobby__still {
  display: block;
  width: 100%;
  height: auto;
}

.lobby-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 6, 0.68) 0%, rgba(10, 8, 6, 0.24) 30%, rgba(10, 8, 6, 0) 55%);
  pointer-events: none;
}

.lobby-flare {
  position: absolute;
  top: 1rem;
  left: 50%;
  margin-left: -4.5rem;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 189, 130, 0.55), rgba(224, 189, 130, 0) 70%);
  opacity: 0;
  animation: pc-flare 2.2s 0.1s var(--salon-ease) forwards;
  pointer-events: none;
}

@keyframes pc-flare {
  0% {
    opacity: 0;
  }
  22% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lobby-brand {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2.4rem clamp(1.25rem, 4vw, 3.5rem) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  color: #fbfaf7;
}
.lobby-brand .lobby-brand__mark {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  opacity: 0;
  transform: scale(0.86);
  animation: pc-mark-in 1.3s 0.2s var(--salon-ease) forwards;
}
.lobby-brand .lobby-brand__mark svg {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}
.lobby-brand .lobby-brand__mark .pc-mark {
  color: #fbfaf7;
}
.lobby-brand .lobby-brand__word {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: clamp(1.7rem, 3.1vw, 2.5rem);
  color: #fbfaf7;
  opacity: 0;
  letter-spacing: 0.04em;
  transform: scaleX(1.16);
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  animation: pc-word-in 1.5s 1.05s var(--salon-ease) forwards;
}
.lobby-brand .lobby-brand__tagline {
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  max-width: 26rem;
  margin: 0 auto;
  color: #fbfaf7;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateY(0.5rem);
  animation: pc-rise-in 1.1s 2.25s var(--salon-ease) forwards;
}
.lobby-brand .lobby-brand__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  align-self: center;
  background: #b5935a;
  color: #05331d;
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.8rem 1.45rem;
  border: 1px solid #e0bd82;
  opacity: 0;
  transform: translateY(0.4rem);
  animation: pc-rise-in 0.9s 3.05s var(--salon-ease) forwards;
  transition: background 0.25s var(--salon-ease), transform 0.25s var(--salon-ease);
}
.lobby-brand .lobby-brand__cta svg {
  transition: transform 0.3s var(--salon-ease);
}
.lobby-brand .lobby-brand__cta:hover, .lobby-brand .lobby-brand__cta:focus-visible {
  background: #e0bd82;
}
.lobby-brand .lobby-brand__cta:hover svg {
  transform: translateY(2px);
}

@keyframes pc-mark-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pc-word-in {
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes pc-rise-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lobby-flare {
    display: none;
  }
  .lobby-brand .lobby-brand__mark,
  .lobby-brand .lobby-brand__word,
  .lobby-brand .lobby-brand__tagline,
  .lobby-brand .lobby-brand__cta {
    animation: none;
    opacity: 1;
    transform: none;
    letter-spacing: 0.04em;
  }
}
.no-js .lobby-brand .lobby-brand__mark, .no-js .lobby-brand .lobby-brand__word, .no-js .lobby-brand .lobby-brand__tagline, .no-js .lobby-brand .lobby-brand__cta {
  animation: none;
  opacity: 1;
  transform: none;
  letter-spacing: 0.04em;
}

.grand-lobby__spot {
  position: absolute;
  left: var(--l);
  top: var(--t);
  width: var(--w);
  height: var(--h);
  display: block;
  border: 0;
  outline-offset: 3px;
  text-decoration: none;
  background: transparent;
}

.spot-glow {
  position: absolute;
  inset: -14%;
  background: radial-gradient(closest-side, rgba(224, 189, 130, 0.6), rgba(224, 189, 130, 0) 72%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.4s var(--salon-ease);
  pointer-events: none;
}

.grand-lobby__spot:hover .spot-glow,
.grand-lobby__spot:focus-visible .spot-glow {
  opacity: 1;
}

.lobby-chip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 0.4rem);
  white-space: nowrap;
  background: rgba(251, 250, 247, 0.97);
  border: 1px solid #b5935a;
  color: #2d2a26;
  padding: 0.45rem 0.8rem 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.4s var(--salon-ease), transform 0.4s var(--salon-ease);
}
.lobby-chip small {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(45, 42, 38, 0.72);
}

.grand-lobby__spot:hover .lobby-chip,
.grand-lobby__spot:focus-visible .lobby-chip {
  opacity: 1;
  transform: translate(-50%, -0.35rem);
}

@media (prefers-reduced-motion: reduce) {
  .lobby-chip, .spot-glow {
    transition: none;
  }
  .lobby-chip {
    opacity: 1;
    transform: translate(-50%, -0.35rem);
  }
}
.no-js .lobby-chip {
  opacity: 1;
  transform: translate(-50%, -0.35rem);
}

@media (hover: none), (pointer: coarse) {
  .lobby-chip {
    opacity: 1;
    transform: translate(-50%, -0.35rem);
  }
}
@media (max-width: 760px) {
  .lobby-chip {
    display: none;
  }
  .lobby-brand .lobby-brand__tagline, .lobby-brand .lobby-brand__cta {
    display: none;
  }
}
.lobby-quicklinks {
  display: none;
}

@media (max-width: 760px) {
  .lobby-quicklinks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    padding: 1rem 1.25rem 1.5rem;
    background: #f4f1ea;
  }
  .lobby-quicklinks a {
    display: block;
    background: #fbfaf7;
    border: 1px solid #b5935a;
    padding: 0.65rem 0.8rem;
    text-decoration: none;
    color: #2d2a26;
  }
  .lobby-quicklinks a strong {
    display: block;
    font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .lobby-quicklinks a small {
    display: block;
    font-size: 0.74rem;
    color: rgba(45, 42, 38, 0.7);
    margin-top: 0.15rem;
  }
}
.floor-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.28)), repeating-linear-gradient(90deg, #33200f 0 7rem, #2b1a0c 7rem 14rem), #2e1c0e;
  border-top: 1px solid rgba(181, 147, 90, 0.7);
  border-bottom: 1px solid rgba(181, 147, 90, 0.7);
  box-shadow: 0 0.5rem 1.2rem rgba(20, 15, 8, 0.35);
  margin-top: -2px;
}
.floor-nav .floor-nav__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem 2.2rem;
  padding: 0.75rem 1.5rem;
}
.floor-nav a {
  color: #e9ddc4;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.3rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.25s var(--salon-ease), border-color 0.25s var(--salon-ease);
}
.floor-nav a:hover, .floor-nav a:focus-visible {
  color: #e0bd82;
  border-bottom-color: #b5935a;
}

.hall {
  position: relative;
  padding: 5rem 0;
}

.hall--marble {
  position: relative;
  overflow: hidden;
  background-color: #aa783a;
  background-image: url("/wp-content/uploads/redesign/marble-floor.jpg");
  background-size: 580px 316px;
  background-position: top center;
  background-repeat: repeat;
}
.hall--marble::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 26, 22, 0.05), rgba(29, 26, 22, 0.02) 15%, rgba(29, 26, 22, 0.02) 85%, rgba(29, 26, 22, 0.07));
  pointer-events: none;
}

.hall-inner {
  position: relative;
}

.floor-card {
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
  padding: clamp(2.4rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4.5rem);
  background: radial-gradient(ellipse 80% 66% at 50% 42%, rgba(255, 250, 238, 0.3) 0%, rgba(255, 250, 238, 0.26) 60%, rgba(255, 250, 238, 0.16) 100%), url("/wp-content/uploads/redesign/casino-carpet.jpg") top center/26rem repeat;
  backdrop-filter: blur(10px) brightness(1.08);
  -webkit-backdrop-filter: blur(10px) brightness(1.08);
  -webkit-mask-image: radial-gradient(ellipse 94% 82% at 50% 45%, #000 0 60%, transparent 100%);
  mask-image: radial-gradient(ellipse 94% 82% at 50% 45%, #000 0 60%, transparent 100%);
}

@media (max-width: 1180px) {
  .floor-card {
    max-width: none;
  }
}
.floor-photo {
  position: absolute;
  width: 13rem;
  border: 6px solid #fbfaf7;
  outline: 1px solid rgba(181, 147, 90, 0.7);
  box-shadow: 0 1.2rem 2.2rem rgba(20, 15, 8, 0.35);
  background: #fbfaf7;
}
.floor-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.floor-photo figcaption {
  margin: 0.5rem 0.1rem 0.1rem;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.82rem;
  color: #2d2a26;
  text-align: center;
}

@media (max-width: 1560px) {
  .floor-photo {
    display: none;
  }
}
.floor-card h1, .floor-card h2 {
  text-align: center;
}

.salon-prose {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.salon-prose > p, .salon-prose > ul, .salon-prose > ol {
  max-width: 42rem;
}

.salon-prose h2 {
  text-align: center;
  margin: 2.4rem 0 1rem;
}

.salon-prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.salon-prose table th, .salon-prose table td {
  border: 1px solid rgba(181, 147, 90, 0.45);
  padding: 0.55rem 0.7rem;
  text-align: left;
}
.salon-prose table th {
  background: rgba(181, 147, 90, 0.12);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.88rem;
}

.brass-rule {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b5935a 18%, #b5935a 82%, transparent);
  margin: 2.2rem 0;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  margin: 2.6rem 0 1.4rem;
}

.chip-stat {
  --chipc: #074526;
  --chipd: #03260f;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fbfaf7;
  text-align: center;
  position: relative;
  background: radial-gradient(circle at 50% 50%, var(--chipc) 0 60%, transparent 60.5%), repeating-conic-gradient(var(--chipc) 0 20deg, #fbfaf7 20deg 40deg);
  box-shadow: 0 0.32rem 0 var(--chipd), 0 0.64rem 0 rgba(0, 0, 0, 0.22), 0 1.1rem 1.4rem rgba(20, 15, 8, 0.35);
}
.chip-stat b {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
  line-height: 1;
}
.chip-stat small {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 4.6rem;
  line-height: 1.3;
  margin-top: 0.3rem;
  color: rgba(251, 250, 247, 0.85);
}

.chip-stat--red {
  --chipc: #7a1f2b;
  --chipd: #4d1010;
}

.chip-stat--ink {
  --chipc: #26211a;
  --chipd: #0f0c08;
}

.chip-stat--brass {
  --chipc: #8a6a35;
  --chipd: #5c4520;
}

.salon-table {
  margin: 3rem auto 1.4rem;
  max-width: 61rem;
  border-radius: 0.45rem;
  overflow: hidden;
  background: linear-gradient(178deg, #f8f2e2, #efe6cd);
  border: 1px solid rgba(181, 147, 90, 0.8);
  box-shadow: 0 0 0 5px #1b1813, 0 0 0 6px rgba(181, 147, 90, 0.6), 0 1.5rem 2.8rem rgba(20, 15, 8, 0.45);
}

.salon-table__head {
  position: relative;
  text-align: center;
  color: #fbfaf7;
  padding: 1.7rem 1.4rem 1.3rem;
  background-image: url("/wp-content/uploads/redesign/lobby-table-band.jpg");
  background-image: image-set(url("/wp-content/uploads/redesign/lobby-table-band.avif") type('image/avif'), url("/wp-content/uploads/redesign/lobby-table-band.jpg") type('image/jpeg'));
  background-size: cover;
  background-position: center 35%;
}
.salon-table__head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 8, 6, 0.42), rgba(7, 30, 18, 0.78));
}
.salon-table__head h3 {
  position: relative;
  font-size: 1.55rem;
  color: #fff;
  letter-spacing: 0.03em;
  margin: 0;
}
.salon-table__head p {
  position: relative;
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  color: rgba(251, 250, 247, 0.85);
}

.region-tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
.region-tabs button {
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 0.5rem 1.05rem;
  border-radius: 2rem;
  cursor: pointer;
  border: 1px solid #e0bd82;
  background: rgba(10, 8, 6, 0.55);
  color: #f0e6cf;
  transition: background 0.25s var(--salon-ease), color 0.25s var(--salon-ease);
}
.region-tabs button:hover {
  background: rgba(181, 147, 90, 0.35);
}
.region-tabs button[aria-selected=true] {
  background: #b5935a;
  color: #1b1813;
  font-weight: 700;
}

.salon-table__wrap {
  overflow-x: auto;
}

.salon-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
  color: #2d2a26;
}

.salon-table th {
  padding: 0.7rem 0.75rem;
  text-align: left;
  font-size: 0.64rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #6b4f23;
  border-bottom: 1px solid rgba(138, 106, 53, 0.5);
  font-weight: 700;
}

.salon-table td {
  padding: 0.7rem 0.75rem;
  border-top: 1px solid rgba(138, 106, 53, 0.22);
  vertical-align: middle;
}

.salon-table tbody tr:nth-child(even) {
  background: rgba(138, 106, 53, 0.06);
}

.salon-table tbody tr:hover {
  background: rgba(122, 31, 43, 0.06);
}

.salon-table .rg {
  display: block;
  font-size: 0.7rem;
  color: rgba(45, 42, 38, 0.55);
  margin-top: 0.3rem;
  letter-spacing: 0.06em;
}

.salon-table .bonus {
  font-size: 0.88rem;
  color: #7a1f2b;
  font-weight: 600;
}

.logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.4rem;
  height: 2rem;
  padding: 0 0.65rem;
  border-radius: 0.3rem;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.01em;
  border: 1px solid rgba(29, 26, 22, 0.14);
  box-shadow: 0 1px 3px rgba(20, 15, 8, 0.18);
  white-space: nowrap;
}

.salon-table .visit {
  display: inline-block;
  background: #7a1f2b;
  color: #f8f2e2;
  text-decoration: none;
  font-size: 0.64rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.45rem 0.8rem;
  border-radius: 2rem;
  border: 1px solid #b5935a;
  transition: background 0.25s var(--salon-ease);
  white-space: nowrap;
}

.salon-table .visit:hover {
  background: #5c1620;
}

.salon-table__notice {
  padding: 1.3rem 1.5rem;
  font-size: 0.92rem;
  color: #4a4438;
  line-height: 1.6;
}

.salon-table__note {
  padding: 0.85rem 1.3rem 1rem;
  font-size: 0.75rem;
  text-align: center;
  color: rgba(45, 42, 38, 0.6);
  border-top: 1px solid rgba(138, 106, 53, 0.35);
}

.game-niches {
  display: grid;
  grid-template-columns: repeat(4, minmax(9rem, 1fr));
  gap: 1.5rem;
  max-width: 56rem;
  margin: 3rem auto 1.8rem;
}
.game-niches a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #2d2a26;
}
.game-niches .niche {
  width: 100%;
  overflow: hidden;
  background: #f2ecdc;
  border-radius: 10rem 10rem 0.45rem 0.45rem;
  box-shadow: 0 0 0 3px #f2ecdc, 0 0 0 4px #b5935a, 0 0.9rem 1.6rem rgba(20, 15, 8, 0.32);
  transition: transform 0.3s var(--salon-ease), box-shadow 0.3s var(--salon-ease);
}
.game-niches img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
}
.game-niches small {
  margin-top: 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #074526;
  font-weight: 700;
}
.game-niches a:hover .niche, .game-niches a:focus-visible .niche {
  transform: translateY(-0.45rem);
  box-shadow: 0 0 0 3px #f2ecdc, 0 0 0 4px #e0bd82, 0 1.3rem 2.2rem rgba(20, 15, 8, 0.42);
}

@media (max-width: 680px) {
  .game-niches {
    grid-template-columns: 1fr 1fr;
    gap: 1.1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .game-niches .niche {
    transition: none;
  }
}
.placard {
  max-width: 33rem;
  margin: 2.2rem auto;
  background: linear-gradient(172deg, #28221a, #1b1813);
  border: 1px solid rgba(181, 147, 90, 0.65);
  border-radius: 0.7rem 0.7rem 0.25rem 0.25rem;
  padding: 1.5rem 1.7rem 1.3rem;
  color: #e8dfc9;
  box-shadow: 0 0.9rem 1.6rem rgba(20, 15, 8, 0.35);
}
.placard h3 {
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: #e0bd82;
  margin: 0 0 0.3rem;
}
.placard .placard__sub {
  display: block;
  text-align: center;
  font-size: 0.76rem;
  color: rgba(232, 223, 201, 0.65);
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}
.placard ul {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
}
.placard li {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.5rem;
  border-top: 1px solid rgba(181, 147, 90, 0.25);
  font-size: 0.94rem;
  line-height: 1.5;
}
.placard li::before {
  content: "◆";
  position: absolute;
  left: 0.1rem;
  top: 0.72rem;
  font-size: 0.62rem;
  color: #b5935a;
}

.dealers-note {
  max-width: 23rem;
  margin: 2.2rem auto;
  transform: rotate(-1.6deg);
  background: linear-gradient(180deg, #fdf9ee, #f4ecd8);
  border: 1px solid rgba(181, 147, 90, 0.45);
  box-shadow: 0 0.6rem 1.3rem rgba(20, 15, 8, 0.22);
  padding: 1.15rem 1.35rem 0.95rem;
  position: relative;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.06rem;
  line-height: 1.45;
}
.dealers-note:nth-of-type(even) {
  transform: rotate(1.3deg);
}
.dealers-note::before {
  content: "";
  position: absolute;
  top: -0.45rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ecd6a4, #8a6a35);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.dealers-note small {
  display: block;
  margin-top: 0.55rem;
  text-align: right;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(29, 26, 22, 0.5);
}

.seat-cta {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0.6rem;
  margin: 0.4rem auto 1.4rem;
  background: #074526;
  color: #fbfaf7 !important;
  text-decoration: none;
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.7rem 1.25rem;
  border: 1px solid #b5935a;
  border-radius: 2rem;
  transition: background 0.25s var(--salon-ease);
}
.seat-cta::before {
  content: "";
  flex: 0 0 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #0a5c33 0 55%, transparent 55.5%), repeating-conic-gradient(#e0bd82 0 30deg, #fbfaf7 30deg 60deg);
  border: 1px solid #e0bd82;
}
.seat-cta:hover, .seat-cta:focus-visible {
  background: #05331d;
}

.hall--felt {
  background: linear-gradient(180deg, rgba(10, 8, 6, 0.66), rgba(10, 8, 6, 0.55) 40%, rgba(10, 8, 6, 0.72)), url("/wp-content/uploads/redesign/dealer-scene.jpg") center 30%/cover no-repeat, #05331d;
  color: #fbfaf7;
}
.hall--felt h1, .hall--felt h2, .hall--felt h3 {
  color: #fbfaf7;
  text-align: center;
}
.hall--felt a {
  color: #fbfaf7;
  text-decoration-color: rgba(181, 147, 90, 0.8);
}
.hall--felt .kicker {
  color: #e0bd82;
}
.hall--felt {
  clip-path: polygon(0 2.2rem, 100% 0, 100% calc(100% - 2.2rem), 0 100%);
  padding: 7rem 0 8rem;
}

.deco-fan {
  display: block;
  margin: 0 auto 1.4rem;
}

.tables {
  display: grid;
  gap: 1.1rem;
  max-width: 46rem;
  margin: 1.6rem auto 0;
}

.table-plaque {
  position: relative;
  display: grid;
  grid-template-columns: minmax(8rem, 10rem) 1fr auto;
  gap: 1.3rem;
  align-items: center;
  padding: 1.15rem 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  border-top: 1px solid rgba(224, 189, 130, 0.35);
  border-bottom: 1px solid rgba(3, 38, 15, 0.7);
}
.table-plaque .table-plaque__name a {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.02em;
  color: #fbfaf7;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 189, 130, 0.5);
}
.table-plaque .table-plaque__name a:hover {
  border-bottom-color: #e0bd82;
}
.table-plaque .table-plaque__edge {
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(251, 250, 247, 0.7);
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 700px) {
  .table-plaque {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .table-plaque .table-plaque__edge {
    text-align: left;
  }
}
.odds {
  max-width: 52rem;
  margin: 2.6rem auto 0;
  border: 1px solid rgba(224, 189, 130, 0.4);
  overflow-x: auto;
  background: rgba(7, 30, 18, 0.55);
}
.odds table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  min-width: 34rem;
}
.odds caption {
  text-align: left;
  padding: 1rem 1.2rem 0.2rem;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fbfaf7;
}
.odds th, .odds td {
  padding: 0.75rem 1.1rem;
  text-align: left;
  border-top: 1px solid rgba(224, 189, 130, 0.25);
}
.odds thead th {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e0bd82;
  border-top: none;
}
.odds td:nth-child(2), .odds td:nth-child(3) {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.odds tbody tr:hover {
  background: rgba(224, 189, 130, 0.06);
}

.vault {
  position: relative;
  max-width: 56rem;
  background: linear-gradient(160deg, #241d13, #1d1a16);
  color: #fbfaf7;
  border: 1px solid rgba(181, 147, 90, 0.55);
  padding: 2.6rem clamp(1.5rem, 4vw, 3.5rem);
  margin: 3.5rem auto 0;
}
.vault::before, .vault::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #e0bd82;
}
.vault::before {
  top: 0.5rem;
  left: 0.5rem;
  border-right: 0;
  border-bottom: 0;
}
.vault::after {
  bottom: 0.5rem;
  right: 0.5rem;
  border-left: 0;
  border-top: 0;
}
.vault .vault__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}
.vault .vault__head h3 {
  font-style: italic;
  font-weight: 500;
  font-size: 1.5rem;
  color: #e0bd82;
  margin: 0;
  text-align: center;
}
.vault .vault__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.vault p {
  margin: 0;
  font-size: 0.98rem;
  color: rgba(251, 250, 247, 0.88);
}
.vault .vault__cite {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  color: #b5935a;
}

@media (max-width: 700px) {
  .vault .vault__grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
}
.hall--monte {
  position: relative;
  padding: 6.5rem 0;
  color: #f1ead9;
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.62), rgba(12, 10, 8, 0.5) 45%, rgba(12, 10, 8, 0.74)), url("/wp-content/uploads/redesign/monte-backdrop.jpg") center 40%/cover no-repeat, #1b1813;
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.62), rgba(12, 10, 8, 0.5) 45%, rgba(12, 10, 8, 0.74)), image-set(url("/wp-content/uploads/redesign/monte-backdrop.avif") type('image/avif'), url("/wp-content/uploads/redesign/monte-backdrop.jpg") type('image/jpeg')) center 40%/cover no-repeat, #1b1813;
}
.hall--monte .kicker {
  color: #e0bd82;
}
.hall--monte h2 {
  color: #fff;
  text-align: center;
}

.monte-faq {
  max-width: 46rem;
  display: grid;
  gap: 1.05rem;
  margin: 1.8rem auto 0;
}
.monte-faq details {
  background: linear-gradient(180deg, #fdf9ee, #f2ead6);
  border: 1px solid rgba(181, 147, 90, 0.6);
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0.7rem 1.5rem rgba(10, 8, 6, 0.4);
  transform: rotate(-0.55deg);
  transition: transform 0.3s var(--salon-ease), box-shadow 0.3s var(--salon-ease);
}
.monte-faq details:nth-child(even) {
  transform: rotate(0.55deg);
}
.monte-faq details:hover {
  box-shadow: 0 1rem 2rem rgba(10, 8, 6, 0.5);
}
.monte-faq details[open] {
  transform: rotate(0deg);
}
.monte-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1rem 1.15rem;
}
.monte-faq summary::-webkit-details-marker {
  display: none;
}
.monte-faq summary::before {
  content: "";
  flex: 0 0 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, #7a1f2b 0 55%, transparent 55.5%), repeating-conic-gradient(#7a1f2b 0 30deg, #f6e7c0 30deg 60deg);
  border: 1px solid #5c1620;
  box-shadow: 0 2px 4px rgba(10, 8, 6, 0.3);
  transition: transform 0.5s var(--salon-ease);
}
.monte-faq details:nth-child(even) summary::before {
  background: radial-gradient(circle at 50% 50%, #1d1a16 0 55%, transparent 55.5%), repeating-conic-gradient(#1d1a16 0 30deg, #f6e7c0 30deg 60deg);
  border-color: #0f0c08;
}
.monte-faq details[open] summary::before {
  transform: rotate(180deg) scale(1.12);
}
.monte-faq summary h3 {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #2d2a26;
}
.monte-faq details > div {
  margin: 0;
  padding: 0.95rem 1.25rem 1.1rem 3.3rem;
  border-top: 1px dashed rgba(122, 31, 43, 0.45);
  background: rgba(255, 252, 244, 0.65);
  color: rgba(29, 26, 22, 0.82);
  font-size: 0.95rem;
}
.monte-faq details > div p {
  margin: 0 0 0.6rem;
}
.monte-faq details > div p:last-child {
  margin-bottom: 0;
}
.monte-faq details > div a {
  color: #7a1f2b;
}

@media (prefers-reduced-motion: reduce) {
  .monte-faq details, .monte-faq summary::before {
    transition: none;
  }
}
.parlour-faq details {
  border-bottom: 1px solid rgba(181, 147, 90, 0.5);
  padding: 0.4rem 0;
}
.parlour-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  padding: 0.7rem 0;
}
.parlour-faq summary::before {
  content: "";
  flex: 0 0 0.55rem;
  height: 0.55rem;
  border-right: 1px solid #b5935a;
  border-bottom: 1px solid #b5935a;
  transform: rotate(-45deg);
  transition: transform 0.3s var(--salon-ease);
  margin-top: 0.2rem;
}
.parlour-faq summary h3 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}
.parlour-faq details[open] summary::before {
  transform: rotate(45deg);
}

.pc-last-verified {
  font-size: 0.85rem;
  color: rgba(45, 42, 38, 0.65);
  margin-top: -0.4rem;
}

.pc-infographic {
  max-width: 52rem;
  margin: 2.5rem auto 0;
  padding: 1.4rem;
  background: #fbfaf7;
  border: 1px solid rgba(181, 147, 90, 0.5);
}
.pc-infographic img {
  display: block;
  width: 100%;
  height: auto;
}
.pc-infographic figcaption {
  font-size: 0.85rem;
  color: rgba(45, 42, 38, 0.7);
  margin-top: 0.6rem;
}

.pc-embed {
  margin-top: 0.8rem;
  font-size: 0.82rem;
}
.pc-embed summary {
  cursor: pointer;
  color: #074526;
  padding: 0.45rem 0;
}
.pc-embed textarea {
  width: 100%;
  margin-top: 0.5rem;
  font-family: ui-monospace, monospace;
  font-size: 0.88rem;
  padding: 0.6rem;
  border: 1px solid rgba(181, 147, 90, 0.5);
  background: #f4f1ea;
  color: #2d2a26;
}

.registry-row {
  display: grid;
  grid-template-columns: 2.6rem minmax(7rem, 9rem) 1fr auto;
  gap: 1.3rem;
  align-items: center;
  background: #fbfaf7;
  border: 1px solid rgba(181, 147, 90, 0.55);
  padding: 1.1rem 1.4rem;
  margin-bottom: 1rem;
}
.registry-row .registry-row__rank {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  color: #b5935a;
}
.registry-row .registry-row__logo {
  background: #fbfaf7;
  border: 1px solid rgba(45, 42, 38, 0.12);
  height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.6rem;
}
.registry-row .registry-row__logo img {
  max-height: 100%;
  width: auto;
}
.registry-row .registry-row__visit {
  display: inline-block;
  background: #074526;
  color: #fbfaf7;
  text-decoration: none;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.88rem;
  padding: 0.75rem 1.4rem;
  border: 1px solid #05331d;
  transition: background 0.28s var(--salon-ease);
}
.registry-row .registry-row__visit:hover {
  background: #05331d;
}

.maison-foot {
  background: #2d2a26;
  color: #eae7e1;
  border-top: 2px solid #b5935a;
  padding: 3.5rem 0 2rem;
  font-size: 0.92rem;
}
.maison-foot a {
  color: #eae7e1;
  text-decoration-color: rgba(181, 147, 90, 0.5);
}
.maison-foot h3 {
  color: #b5935a;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
.maison-foot .maison-foot__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 2rem;
  margin-bottom: 2.4rem;
}
.maison-foot .maison-foot__age {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.88rem;
  color: rgba(234, 231, 225, 0.8);
  border-top: 1px solid rgba(181, 147, 90, 0.4);
  padding-top: 1.4rem;
}

@media (max-width: 760px) {
  .maison-head .salon-wrap {
    flex-wrap: wrap;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .maison-nav {
    flex-wrap: wrap;
    gap: 0.9rem 1.1rem;
  }
  .table-plaque {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
  .registry-row {
    display: block;
    position: relative;
    padding: 1rem 1.1rem 1rem 3.3rem;
  }
  .registry-row .registry-row__rank {
    position: absolute;
    left: 1.1rem;
    top: 1rem;
    font-size: 1.5rem;
  }
  .registry-row .registry-row__logo {
    display: none;
  }
  .registry-row .registry-row__body {
    display: block;
  }
  .registry-row .registry-row__visit {
    display: block;
    text-align: center;
    margin-top: 0.8rem;
  }
}
.game-hero {
  position: relative;
  overflow: hidden;
  background: #1d1a16;
}
.game-hero picture img {
  display: block;
  width: 100%;
  height: clamp(340px, 52vh, 600px);
  object-fit: cover;
}

.game-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(29, 26, 22, 0.8) 0%, rgba(29, 26, 22, 0.3) 32%, rgba(29, 26, 22, 0) 58%), radial-gradient(120% 90% at 50% 8%, rgba(29, 26, 22, 0) 55%, rgba(29, 26, 22, 0.32) 100%);
  pointer-events: none;
}

.game-hero__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.7rem;
  color: #fbfaf7;
}
.game-hero__title .kicker {
  color: #e0bd82;
  text-align: left;
}
.game-hero__title h1 {
  margin: 0.35rem 0 0;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 400;
  font-size: clamp(1.55rem, 3.6vw, 2.7rem);
  line-height: 1.12;
  max-width: 30ch;
  color: #fbfaf7;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.5);
}

@media (max-width: 760px) {
  .game-hero picture img {
    height: clamp(300px, 46vh, 420px);
  }
}
.review-vitals {
  max-width: 46rem;
  margin: 0 auto 1.9rem;
  border: 1px solid rgba(181, 147, 90, 0.45);
  background: #f8f2e2;
  padding: 1.35rem 1.5rem 1.5rem;
  box-shadow: inset 0 1px 0 rgba(181, 147, 90, 0.35);
}
.review-vitals .review-vitals__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}
.review-vitals .logo-chip {
  font-size: 1rem;
  height: 2.5rem;
  padding: 0 1.05rem;
}
.review-vitals .review-vitals__logo img {
  display: block;
  max-height: 56px;
  width: auto;
}
.review-vitals .review-vitals__score {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-size: 2rem;
  color: #074526;
}
.review-vitals .review-vitals__score small {
  font-size: 0.95rem;
  color: rgba(45, 42, 38, 0.55);
  margin-left: 0.12rem;
}
.review-vitals .review-vitals__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  color: #2d2a26;
}
.review-vitals .review-vitals__table th, .review-vitals .review-vitals__table td {
  text-align: left;
  padding: 0.5rem 0.2rem;
  border-top: 1px solid rgba(181, 147, 90, 0.28);
}
.review-vitals .review-vitals__table th {
  font-weight: 600;
  white-space: nowrap;
  padding-right: 1.3rem;
  color: rgba(45, 42, 38, 0.75);
}
.review-vitals .review-vitals__visit {
  display: inline-block;
  margin-top: 1.05rem;
  background: #074526;
  color: #fbfaf7;
  text-decoration: none;
  padding: 0.62rem 1.4rem;
  border: 1px solid #05331d;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}
.review-vitals .review-vitals__visit:hover, .review-vitals .review-vitals__visit:focus-visible {
  background: #05331d;
}

.review-method {
  max-width: 42rem;
  margin: 2.2rem auto 0;
  font-size: 0.96rem;
  color: rgba(45, 42, 38, 0.7);
  border-top: 1px solid rgba(181, 147, 90, 0.35);
  padding-top: 1rem;
}

.review-index {
  max-width: 46rem;
  margin: 2.2rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.review-index .review-index__row {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(181, 147, 90, 0.4);
  background: #f8f2e2;
  text-decoration: none;
  color: #2d2a26;
  transition: border-color 0.2s var(--salon-ease), box-shadow 0.2s var(--salon-ease);
}
.review-index .review-index__row:hover, .review-index .review-index__row:focus-visible {
  border-color: #b5935a;
  box-shadow: 0 2px 12px rgba(29, 26, 22, 0.08);
}
.review-index .logo-chip {
  flex-shrink: 0;
}
.review-index .review-index__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.review-index .review-index__body strong {
  font-weight: 600;
  font-size: 0.96rem;
}
.review-index .review-index__body small {
  color: rgba(45, 42, 38, 0.62);
  font-size: 0.8rem;
}
.review-index .review-index__score {
  margin-left: auto;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-size: 1.35rem;
  color: #074526;
  white-space: nowrap;
}
.review-index .review-index__score small {
  font-size: 0.88rem;
  color: rgba(45, 42, 38, 0.55);
}

@media (max-width: 560px) {
  .review-index .review-index__row {
    flex-wrap: wrap;
  }
  .review-index .review-index__score {
    margin-left: 0;
  }
}
.review-vitals__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.1rem 2rem;
  align-items: start;
}

@media (max-width: 720px) {
  .review-vitals__grid {
    grid-template-columns: 1fr;
  }
}
.score-bars {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding-top: 0.4rem;
}
.score-bars .score-bars__row {
  display: grid;
  grid-template-columns: 8.6rem 1fr 1.9rem;
  align-items: center;
  gap: 0.6rem;
}
.score-bars .score-bars__label {
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: rgba(45, 42, 38, 0.72);
}
.score-bars .score-bars__track {
  height: 0.44rem;
  background: rgba(29, 26, 22, 0.12);
  border: 1px solid rgba(181, 147, 90, 0.35);
  position: relative;
  overflow: hidden;
}
.score-bars .score-bars__fill {
  position: absolute;
  inset: 0 auto 0 0;
  background: linear-gradient(90deg, #074526, #0d6b3c 70%, #b5935a);
}
.score-bars .score-bars__num {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: #074526;
  text-align: right;
}

.game-hero + .floor-nav {
  margin-top: 0;
}

.hall--marble > .hall-inner > .floor-card,
.hall--marble > .hall-inner > article.floor-card {
  margin-bottom: 0;
}

.salon-prose .pc-cabinet, .salon-prose .pc-figure, .salon-prose .fact-strip, .salon-prose .payout-panel {
  max-width: none;
}

.salon-prose .pc-cabinet, .salon-prose .pc-leaderboard, .salon-prose .pc-table-scroll, .salon-prose .fact-strip, .salon-prose .pc-figure, .salon-prose .versus {
  position: relative;
  width: min(58rem, 100vw - 3rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}

.salon-prose h2, .salon-prose h3 {
  scroll-margin-top: 4.5rem;
}

.pc-figure {
  margin: 2.4rem auto;
  padding: 0;
}
.pc-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(181, 147, 90, 0.5);
  box-shadow: 0 0.7rem 1.6rem rgba(20, 15, 8, 0.18);
  background: #f8f2e2;
}
.pc-figure figcaption {
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(45, 42, 38, 0.68);
  font-style: italic;
}

.salon-prose figure.wp-block-table {
  margin: 2.2rem auto;
}
.salon-prose figure.wp-block-table figcaption {
  margin-top: 0.55rem;
  font-size: 0.82rem;
  color: rgba(45, 42, 38, 0.65);
  text-align: center;
  font-style: italic;
}
.salon-prose figure.wp-block-table caption {
  caption-side: top;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b5935a;
  padding-bottom: 0.5rem;
  text-align: left;
}

.salon-table__panel[hidden] {
  display: none;
}

.salon-table__region {
  margin: 0;
  padding: 0.85rem 1.3rem 0.2rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b5935a;
  font-weight: 600;
}

html:not(.no-js) .salon-table--tabbed .salon-table__region {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.no-js .region-tabs {
  display: none;
}

.salon-table .logo-chip {
  text-decoration: none;
  transition: filter 0.2s var(--salon-ease), box-shadow 0.2s var(--salon-ease);
}

.salon-table .logo-chip:hover,
.salon-table .logo-chip:focus-visible {
  filter: brightness(1.08);
  box-shadow: 0 0 0 2px rgba(181, 147, 90, 0.8);
}

.salon-prose .salon-table {
  position: relative;
  width: min(61rem, 100vw - 3rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}

.pc-offer {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.4rem 1.7rem;
  margin: 2.4rem auto;
  padding: 1.35rem 1.6rem;
  background: linear-gradient(176deg, rgba(43, 36, 26, 0.96), rgba(20, 17, 13, 0.98)), url("/wp-content/uploads/redesign/lobby-table-band.jpg") center/cover;
  background: linear-gradient(176deg, rgba(43, 36, 26, 0.96), rgba(20, 17, 13, 0.98)), image-set(url("/wp-content/uploads/redesign/lobby-table-band.avif") type('image/avif'), url("/wp-content/uploads/redesign/lobby-table-band.jpg") type('image/jpeg')) center/cover;
  border: 1px solid rgba(181, 147, 90, 0.7);
  border-radius: 0.5rem;
  box-shadow: 0 0 0 4px #1b1813, 0 0 0 5px rgba(181, 147, 90, 0.45), 0 1rem 2rem rgba(20, 15, 8, 0.4);
  color: #ece2ca;
}
.pc-offer::before, .pc-offer::after {
  content: "";
  position: absolute;
  width: 0.85rem;
  height: 0.85rem;
  border: 1px solid rgba(224, 189, 130, 0.75);
}
.pc-offer::before {
  top: 0.5rem;
  left: 0.5rem;
  border-right: 0;
  border-bottom: 0;
}
.pc-offer::after {
  bottom: 0.5rem;
  right: 0.5rem;
  border-left: 0;
  border-top: 0;
}
.pc-offer .pc-offer__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.6rem;
  height: 2.6rem;
  padding: 0 0.9rem;
  border-radius: 0.3rem;
  font-weight: 800;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.pc-offer .pc-offer__body {
  min-width: 0;
}
.pc-offer .pc-offer__label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e0bd82;
  margin-bottom: 0.2rem;
}
.pc-offer .pc-offer__deal {
  display: block;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
}
.pc-offer .pc-offer__terms {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.74rem;
  line-height: 1.45;
  color: rgba(236, 226, 202, 0.66);
}
.pc-offer .pc-offer__cta {
  display: inline-block;
  background: #7a1f2b;
  color: #f8f2e2;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.75rem 1.4rem;
  border-radius: 2rem;
  border: 1px solid #b5935a;
  white-space: nowrap;
  transition: background 0.25s var(--salon-ease);
}
.pc-offer .pc-offer__cta:hover, .pc-offer .pc-offer__cta:focus-visible {
  background: #5c1620;
}

@media (max-width: 720px) {
  .pc-offer {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    gap: 0.9rem;
  }
}
.variant-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin: 2.4rem 0 1rem;
}

@media (max-width: 900px) {
  .variant-grid {
    grid-template-columns: 1fr;
    max-width: 32rem;
    margin-inline: auto;
  }
}
.variant-card {
  display: flex;
  flex-direction: column;
  background: #f8f2e2;
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 0.55rem 0.55rem 0.3rem 0.3rem;
  overflow: hidden;
  box-shadow: 0 0.7rem 1.5rem rgba(20, 15, 8, 0.18);
}
.variant-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-bottom: 1px solid rgba(181, 147, 90, 0.5);
}
.variant-card .variant-card__body {
  padding: 1.1rem 1.2rem 1.25rem;
}
.variant-card h3 {
  margin: 0 0 0.1rem;
  font-size: 1.02rem;
  letter-spacing: 0.12em;
  color: #074526;
}
.variant-card .variant-card__edge {
  display: block;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #7a1f2b;
  font-weight: 700;
  margin-bottom: 0.55rem;
}
.variant-card p {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.55;
}
.variant-card ul {
  margin: 0.6rem 0 0;
  padding-left: 1.05rem;
  font-size: 1rem;
}
.variant-card li {
  margin-bottom: 0.2rem;
}
.variant-card .variant-card__verdict {
  display: block;
  margin-top: 0.7rem;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(181, 147, 90, 0.35);
  font-size: 0.94rem;
  font-style: italic;
  color: rgba(45, 42, 38, 0.75);
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 1px;
  margin: 2rem 0;
  background: rgba(181, 147, 90, 0.45);
  border: 1px solid rgba(181, 147, 90, 0.45);
}

.spec-grid__cell {
  background: #f8f2e2;
  padding: 0.95rem 1.05rem;
}
.spec-grid__cell dt {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(45, 42, 38, 0.6);
  margin-bottom: 0.3rem;
}
.spec-grid__cell dd {
  margin: 0;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.16rem;
  letter-spacing: 0.02em;
  color: #074526;
  line-height: 1.25;
}
.spec-grid__cell dd small {
  display: block;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 0.76rem;
  letter-spacing: 0;
  color: rgba(45, 42, 38, 0.65);
  margin-top: 0.2rem;
}

.provider-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.4rem 0 0.4rem;
  padding: 0;
  list-style: none;
}
.provider-rail li {
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.55);
  color: rgba(45, 42, 38, 0.85);
}
.provider-rail li.is-headline {
  background: #074526;
  color: #fbfaf7;
  border-color: #074526;
  font-weight: 600;
}

.verdict-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 2.2rem 0;
}

@media (max-width: 720px) {
  .verdict-split {
    grid-template-columns: 1fr;
  }
}
.verdict-col {
  border: 1px solid rgba(181, 147, 90, 0.5);
  background: #f8f2e2;
  padding: 1.1rem 1.3rem 1.2rem;
}
.verdict-col h3 {
  margin: 0 0 0.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.verdict-col h3::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  flex: 0 0 auto;
}
.verdict-col ul {
  list-style: none;
  margin: 0.7rem 0 0;
  padding: 0;
}
.verdict-col li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.15rem;
  font-size: 0.92rem;
  line-height: 1.5;
  border-top: 1px solid rgba(181, 147, 90, 0.22);
}
.verdict-col li::before {
  position: absolute;
  left: 0;
  top: 0.5rem;
  font-size: 0.7rem;
}

.verdict-col--for h3 {
  color: #074526;
}
.verdict-col--for h3::before {
  background: radial-gradient(circle at 40% 35%, #17a566, #074526);
}
.verdict-col--for li::before {
  content: "▲";
  color: #074526;
}

.verdict-col--against h3 {
  color: #7a1f2b;
}
.verdict-col--against h3::before {
  background: radial-gradient(circle at 40% 35%, #b8404f, #7a1f2b);
}
.verdict-col--against li::before {
  content: "▼";
  color: #7a1f2b;
}

.byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.4rem;
  margin: 1.6rem auto 0;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(181, 147, 90, 0.4);
  border-bottom: 1px solid rgba(181, 147, 90, 0.4);
  font-size: 0.8rem;
  color: rgba(45, 42, 38, 0.72);
}
.byline .byline__item {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.byline .byline__label {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b5935a;
}
.byline .byline__value {
  font-weight: 600;
  color: #2d2a26;
}
.byline a {
  color: #074526;
}

.app-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  margin: 1.8rem 0;
}

@media (max-width: 620px) {
  .app-row {
    grid-template-columns: 1fr;
  }
}
.app-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  border: 1px solid rgba(181, 147, 90, 0.5);
  background: #f8f2e2;
  padding: 0.95rem 1.1rem;
}
.app-card svg {
  flex: 0 0 auto;
  margin-top: 0.15rem;
}
.app-card strong {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.app-card small {
  display: block;
  font-size: 0.8rem;
  color: rgba(45, 42, 38, 0.68);
  line-height: 1.45;
  margin-top: 0.15rem;
}
.app-card .app-card__na {
  color: rgba(45, 42, 38, 0.5);
  font-style: italic;
}

.stat-slab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1.2rem;
  margin: 2.2rem 0;
}

.stat-slab__item {
  position: relative;
  padding: 1.2rem 1.2rem 1.1rem 1.5rem;
  background: linear-gradient(170deg, #2a231a, #191611);
  border: 1px solid rgba(181, 147, 90, 0.5);
  color: #e9dfc7;
}
.stat-slab__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #e0bd82, rgba(181, 147, 90, 0.2));
}
.stat-slab__item b {
  display: block;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1;
  color: #e0bd82;
  letter-spacing: 0.02em;
}
.stat-slab__item span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(233, 223, 199, 0.82);
}

.salon-prose .variant-grid, .salon-prose .spec-grid, .salon-prose .verdict-split, .salon-prose .stat-slab, .salon-prose .app-row, .salon-prose .pc-offer, .salon-prose .review-index {
  position: relative;
  width: min(58rem, 100vw - 3rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}

.review-index {
  max-width: none;
}
.review-index .review-index__row {
  align-items: center;
  gap: 0.9rem 1.1rem;
  padding: 0.9rem 1.1rem;
}
.review-index .review-index__rank {
  flex: 0 0 auto;
  width: 1.7rem;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: rgba(181, 147, 90, 0.95);
  text-align: center;
}
.review-index .review-index__body strong a {
  color: #2d2a26;
  text-decoration: none;
  border-bottom: 1px solid rgba(181, 147, 90, 0.5);
}
.review-index .review-index__body strong a:hover {
  border-bottom-color: #b5935a;
}
.review-index .review-index__best {
  color: rgba(45, 42, 38, 0.55) !important;
  font-style: italic;
}
.review-index .review-index__acts {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 0 0 auto;
}
.review-index .review-index__read,
.review-index .review-index__go {
  display: block;
  text-align: center;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.42rem 0.95rem;
  border-radius: 2rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s var(--salon-ease);
}
.review-index .review-index__read {
  background: transparent;
  color: #074526;
  border: 1px solid rgba(7, 69, 38, 0.55);
}
.review-index .review-index__read:hover, .review-index .review-index__read:focus-visible {
  background: rgba(7, 69, 38, 0.08);
}
.review-index .review-index__go {
  background: #7a1f2b;
  color: #f8f2e2;
  border: 1px solid #b5935a;
}
.review-index .review-index__go:hover, .review-index .review-index__go:focus-visible {
  background: #5c1620;
}

@media (max-width: 700px) {
  .review-index .review-index__row {
    flex-wrap: wrap;
  }
  .review-index .review-index__body {
    flex: 1 1 100%;
    order: 3;
  }
  .review-index .review-index__score {
    margin-left: auto;
  }
  .review-index .review-index__acts {
    flex-direction: row;
    flex: 1 1 100%;
    order: 4;
  }
  .review-index .review-index__read, .review-index .review-index__go {
    flex: 1 1 0;
  }
}
.variant-card picture {
  display: block;
}
.variant-card .variant-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.variant-card .variant-card__verdict {
  margin-top: auto;
}
.variant-card ul + .variant-card__verdict {
  margin-top: auto;
  padding-top: 0.7rem;
}

.spec-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f8f2e2;
  box-shadow: inset 0 0 0 1px rgba(181, 147, 90, 0.45);
}

@media (max-width: 860px) {
  .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .spec-grid {
    grid-template-columns: 1fr;
  }
}
.pc-table-scroll {
  overflow-x: auto;
  margin: 2.4rem 0;
}
.pc-table-scroll table {
  width: 100%;
  min-width: 44rem;
  border-collapse: collapse;
  font-size: 0.88rem;
  background: #f8f2e2;
  border: 1px solid rgba(181, 147, 90, 0.55);
}
.pc-table-scroll caption {
  caption-side: top;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b5935a;
  padding-bottom: 0.5rem;
  text-align: left;
}
.pc-table-scroll th[scope=col] {
  padding: 0.7rem 0.8rem;
  text-align: left;
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #6b4f23;
  border-bottom: 1px solid rgba(181, 147, 90, 0.5);
  font-weight: 700;
  white-space: nowrap;
}
.pc-table-scroll td, .pc-table-scroll th[scope=row] {
  padding: 0.7rem 0.8rem;
  border-top: 1px solid rgba(181, 147, 90, 0.22);
  vertical-align: top;
  text-align: left;
}
.pc-table-scroll tbody tr:nth-child(even) {
  background: rgba(138, 106, 53, 0.06);
}
.pc-table-scroll th[scope=row] {
  font-weight: 400;
}
.pc-table-scroll th[scope=row] strong {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: #2d2a26;
}
.pc-table-scroll th[scope=row] small {
  display: block;
  font-size: 0.74rem;
  color: rgba(45, 42, 38, 0.6);
  margin-top: 0.1rem;
}

.studio-table .studio-titles {
  font-style: italic;
  color: rgba(45, 42, 38, 0.78);
}
.studio-table .studio-carriers {
  font-size: 0.82rem;
}
.studio-table .studio-carriers a {
  color: #074526;
}
.studio-table .studio-more, .studio-table .studio-none {
  color: rgba(45, 42, 38, 0.5);
  font-style: italic;
}

.app-matrix .app-cell {
  text-align: center;
  font-size: 1.05rem;
}
.app-matrix .app-yes {
  color: #074526;
  font-weight: 700;
}
.app-matrix .app-no {
  color: rgba(45, 42, 38, 0.35);
}
.app-matrix .app-pay {
  font-size: 0.8rem;
  color: rgba(45, 42, 38, 0.75);
}
.app-matrix .salon-table__note {
  border-top: 0;
  padding-top: 0.6rem;
  text-align: left;
}

.glossary {
  margin: 2.2rem 0;
  padding: 0;
  border-top: 1px solid rgba(181, 147, 90, 0.4);
}
.glossary div {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  gap: 0 1.6rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid rgba(181, 147, 90, 0.25);
}
.glossary dt {
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: 0.06em;
  color: #074526;
}
.glossary dd {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
}
.glossary dd b {
  color: #7a1f2b;
}

@media (max-width: 640px) {
  .glossary div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
.persona-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.2rem;
  margin: 2.2rem 0;
}

.persona-card {
  position: relative;
  padding: 1.2rem 1.3rem 1.25rem;
  background: #f8f2e2;
  border: 1px solid rgba(181, 147, 90, 0.5);
  border-top: 3px solid #074526;
}
.persona-card h3 {
  margin: 0 0 0.5rem;
  font-size: 0.98rem;
  letter-spacing: 0.14em;
  color: #074526;
}
.persona-card p {
  margin: 0 0 0.7rem;
  font-size: 1.06rem;
  line-height: 1.55;
}
.persona-card .persona-card__pick {
  display: block;
  padding-top: 0.6rem;
  border-top: 1px solid rgba(181, 147, 90, 0.3);
  font-size: 0.98rem;
}
.persona-card .persona-card__pick b {
  color: #7a1f2b;
}

.myth-list {
  margin: 2.2rem 0;
  padding: 0;
  list-style: none;
}
.myth-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  gap: 0 1.4rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(181, 147, 90, 0.25);
}
.myth-list li:first-child {
  border-top: 1px solid rgba(181, 147, 90, 0.4);
}
.myth-list .myth-claim {
  font-style: italic;
  color: rgba(45, 42, 38, 0.55);
  text-decoration: line-through;
  text-decoration-color: rgba(122, 31, 43, 0.55);
  font-size: 1.08rem;
}
.myth-list .myth-real {
  font-size: 1.08rem;
  line-height: 1.6;
}
.myth-list .myth-real b {
  color: #074526;
}

@media (max-width: 640px) {
  .myth-list li {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.salon-prose .pc-table-scroll, .salon-prose .glossary, .salon-prose .persona-grid, .salon-prose .myth-list, .salon-prose .variant-grid {
  position: relative;
  width: min(58rem, 100vw - 3rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}

.persona-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}

.persona-card {
  display: flex;
  flex-direction: column;
}
.persona-card .persona-card__pick {
  margin-top: auto;
}

.salon-table {
  background: linear-gradient(180deg, rgba(14, 11, 8, 0.74), rgba(10, 22, 15, 0.8)), url("/wp-content/uploads/redesign/salon-wall.jpg") center/cover no-repeat;
  max-width: 63rem;
  margin: 3rem auto 1.6rem;
  padding: 2.1rem 1.5rem 1.6rem;
  border: 1px solid rgba(181, 147, 90, 0.6);
  border-radius: 4px;
  overflow: visible;
  position: relative;
  box-shadow: 0 0 0 4px #14100b, 0 0 0 5px rgba(181, 147, 90, 0.5), 0 1.4rem 2.6rem rgba(20, 15, 8, 0.5);
  color: #efe6d2;
}
.salon-table::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 3px;
  background: radial-gradient(115% 80% at 50% 40%, transparent 38%, rgba(6, 5, 4, 0.5) 92%), linear-gradient(180deg, rgba(6, 5, 4, 0.3), transparent 20%, transparent 80%, rgba(6, 5, 4, 0.36));
}
.salon-table > * {
  position: relative;
  z-index: 1;
}

.salon-table__head {
  background: none;
  padding: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}
.salon-table__head::before {
  content: none;
}

.salon-table__sign {
  position: relative;
  max-width: 34rem;
  margin: 1.7rem auto 0;
  padding: 0.85rem 1.4rem;
  border-radius: 2px;
  background: linear-gradient(178deg, #e6cfa0, #b7955c 55%, #d8bd8a);
  border: 1px solid #8d6f3c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 3px rgba(0, 0, 0, 0.28), 0 0.7rem 1.4rem rgba(0, 0, 0, 0.45);
}
.salon-table__sign::before, .salon-table__sign::after {
  content: "";
  position: absolute;
  top: -1.7rem;
  width: 1px;
  height: 1.7rem;
  background: linear-gradient(180deg, rgba(224, 189, 130, 0.25), #b5935a);
}
.salon-table__sign::before {
  left: 18%;
}
.salon-table__sign::after {
  right: 18%;
}
.salon-table__sign h2, .salon-table__sign h3 {
  position: static;
  margin: 0;
  color: #3a2f1c;
  font-size: 0.92rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}
.salon-table__sign p {
  position: static;
  margin: 0.25rem 0 0;
  font-size: 0.76rem;
  color: #5c4a2a;
}

.region-tabs {
  margin-top: 1.3rem;
}
.region-tabs button {
  background: rgba(12, 9, 6, 0.6);
  border-color: rgba(224, 189, 130, 0.7);
  color: #f0e6cf;
}
.region-tabs button:hover {
  background: rgba(181, 147, 90, 0.4);
}
.region-tabs button[aria-selected=true] {
  background: radial-gradient(circle at 38% 26%, #f0dcae, #c4a469 65%, #97783f);
  color: #322817;
  border-color: #7d6234;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.3);
}

.salon-table__wrap {
  overflow-x: visible;
}

.salon-table__panel {
  counter-reset: plaque;
}

.salon-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #efe6d2;
  font-size: 0.88rem;
}

.salon-table thead {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.salon-table tbody {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.salon-table tbody tr {
  display: grid;
  grid-template-columns: 2.3rem minmax(6.8rem, 0.9fr) minmax(9.8rem, 1.45fr) minmax(5.6rem, 0.82fr) 5.9rem minmax(7.8rem, 1.2fr) 6.4rem;
  align-items: center;
  gap: 0 1rem;
  padding: 0.9rem 1.1rem;
  min-height: 4.3rem;
  background: repeating-linear-gradient(93deg, rgba(224, 189, 130, 0.035) 0 1px, transparent 1px 9px), linear-gradient(172deg, #34291c, #1c1610);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.32), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0.6rem 1.2rem rgba(0, 0, 0, 0.4);
  transition: transform 0.3s var(--salon-ease), box-shadow 0.3s var(--salon-ease), border-color 0.3s var(--salon-ease);
  counter-increment: plaque;
}
.salon-table tbody tr:hover {
  transform: translateY(-3px);
  border-color: #e0bd82;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 1rem 1.9rem rgba(0, 0, 0, 0.5);
}
.salon-table tbody tr::before {
  content: counter(plaque);
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #3a2f1c;
  background: radial-gradient(circle at 36% 30%, #f0dcae, #b7955c 70%, #8d6f3c);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(224, 189, 130, 0.25);
}

.salon-table tbody tr:nth-child(even) {
  background: repeating-linear-gradient(93deg, rgba(224, 189, 130, 0.035) 0 1px, transparent 1px 9px), linear-gradient(172deg, #34291c, #1c1610);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.32), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0.6rem 1.2rem rgba(0, 0, 0, 0.4);
}

.salon-table tbody tr:nth-child(even):hover {
  border-color: #e0bd82;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 1rem 1.9rem rgba(0, 0, 0, 0.5);
}

.salon-table td {
  display: block;
  min-width: 0;
  border-top: 0;
  padding: 0;
  color: #f0e8d6;
}

.salon-table td[data-label]::before {
  content: attr(data-label);
  display: block;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.57rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(228, 196, 141, 0.82);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 0.18rem;
  font-weight: 400;
}

.salon-table td:first-child::before {
  content: none;
}

.salon-table .bonus {
  font-size: inherit;
  color: inherit;
  font-weight: 400;
}

.salon-table .bonus span.slot {
  display: inline-block;
  padding: 0.34rem 0.7rem;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.2));
  border: 1px solid rgba(181, 147, 90, 0.4);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 0.86rem;
  color: #e0bd82;
  font-variant-numeric: tabular-nums;
  display: block;
}

.salon-table td[data-label=Payout] {
  white-space: nowrap;
}

.salon-table .rg {
  display: block;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.57rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(228, 196, 141, 0.82);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 0.18rem;
  font-weight: 400;
  margin: 0.3rem 0 0;
  color: rgba(228, 196, 141, 0.6);
}

.salon-table .logo-chip {
  position: relative;
  height: 2rem;
  min-width: 5.6rem;
  border-radius: 2px;
  border: 1px solid rgba(181, 147, 90, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.32), 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-top: 0.42rem;
  filter: none;
}
.salon-table .logo-chip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.45rem;
  transform: translateX(-50%);
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  border: 1px solid #e0bd82;
  background: rgba(224, 189, 130, 0.2);
}
.salon-table .logo-chip:hover, .salon-table .logo-chip:focus-visible {
  filter: brightness(1.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 0 0 2px rgba(224, 189, 130, 0.7);
}

.salon-table .visit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  border-radius: 2rem;
  text-decoration: none;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a2f1c;
  white-space: nowrap;
  background: radial-gradient(circle at 38% 26%, #f4e2b6, #c4a469 62%, #947640);
  border: 1px solid #7d6234;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 3px rgba(0, 0, 0, 0.35), 0 3px 0 #5f4a25, 0 0.5rem 0.9rem rgba(0, 0, 0, 0.4);
  transition: transform 0.12s var(--salon-ease), box-shadow 0.12s var(--salon-ease), background 0.2s var(--salon-ease);
}
.salon-table .visit:hover, .salon-table .visit:focus-visible {
  background: radial-gradient(circle at 38% 26%, #fbecc6, #cfae70 62%, #9d7f47);
}
.salon-table .visit:active {
  transform: translateY(3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.4), 0 0 0 #5f4a25, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
.salon-table .visit {
  width: 100%;
  background-color: transparent;
}

.salon-table__notice {
  background: repeating-linear-gradient(92deg, rgba(224, 189, 130, 0.03) 0 1px, transparent 1px 9px), linear-gradient(170deg, #34291c, #1b1510);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.3), 0 0.8rem 1.6rem rgba(20, 15, 8, 0.42);
  padding: 1.2rem 1.4rem;
  color: rgba(239, 230, 210, 0.84);
  font-size: 0.92rem;
}

.salon-table__note {
  border-top: 1px solid rgba(181, 147, 90, 0.3);
  color: rgba(239, 230, 210, 0.66);
  margin-top: 1.2rem;
}

.salon-table__region {
  color: #e0bd82;
}

@media (max-width: 1000px) {
  .salon-table tbody tr {
    grid-template-columns: 2.4rem 1fr 1fr;
    gap: 0.85rem 0.9rem;
    padding: 1.05rem 1.15rem;
  }
  .salon-table tbody tr::before {
    grid-row: 1;
    grid-column: 1;
  }
  .salon-table td:nth-child(1) {
    grid-row: 1;
    grid-column: 2/4;
    align-self: center;
  }
  .salon-table td:nth-child(2) {
    grid-column: 1/4;
  }
  .salon-table td:nth-child(3) {
    grid-column: 1/3;
  }
  .salon-table td:nth-child(4) {
    grid-column: 3/4;
  }
  .salon-table td:nth-child(5) {
    grid-column: 1/4;
  }
  .salon-table td:nth-child(6) {
    grid-column: 1/4;
    margin-top: 0.2rem;
  }
  .salon-table .logo-chip {
    margin-top: 0;
  }
}
@media (max-width: 560px) {
  .salon-table {
    padding: 1.6rem 1rem 1.3rem;
  }
  .salon-table tbody tr {
    grid-template-columns: 2.4rem 1fr;
  }
  .salon-table td:nth-child(1) {
    grid-column: 2/3;
  }
  .salon-table td:nth-child(2),
  .salon-table td:nth-child(3),
  .salon-table td:nth-child(4),
  .salon-table td:nth-child(5),
  .salon-table td:nth-child(6) {
    grid-column: 1/3;
  }
  .salon-table__sign::before {
    left: 10%;
  }
  .salon-table__sign::after {
    right: 10%;
  }
}
.pc-table-scroll,
.odds,
.salon-prose figure.wp-block-table {
  background: repeating-linear-gradient(92deg, rgba(224, 189, 130, 0.03) 0 1px, transparent 1px 9px), linear-gradient(170deg, #34291c, #1b1510);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.3), 0 0.8rem 1.6rem rgba(20, 15, 8, 0.42);
  overflow-x: auto;
  margin: 2.4rem 0;
  padding: 0;
}
.pc-table-scroll table,
.odds table,
.salon-prose figure.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background: none;
  border: 0;
  font-size: 0.88rem;
  color: rgba(240, 232, 214, 0.9);
}
.pc-table-scroll caption,
.odds caption,
.salon-prose figure.wp-block-table caption {
  caption-side: top;
  text-align: left;
  padding: 1rem 1.2rem 0.2rem;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e0bd82;
}
.pc-table-scroll th[scope=col], .pc-table-scroll thead th,
.odds th[scope=col],
.odds thead th,
.salon-prose figure.wp-block-table th[scope=col],
.salon-prose figure.wp-block-table thead th {
  padding: 0.7rem 1.2rem 0.55rem;
  text-align: left;
  font-size: 0.58rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(228, 196, 141, 0.78);
  font-weight: 600;
  white-space: nowrap;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(181, 147, 90, 0.45);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.pc-table-scroll td, .pc-table-scroll th[scope=row],
.odds td,
.odds th[scope=row],
.salon-prose figure.wp-block-table td,
.salon-prose figure.wp-block-table th[scope=row] {
  padding: 0.7rem 1.2rem;
  text-align: left;
  font-weight: 400;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(181, 147, 90, 0.16);
  color: rgba(240, 232, 214, 0.88);
}
.pc-table-scroll th[scope=row],
.odds th[scope=row],
.salon-prose figure.wp-block-table th[scope=row] {
  color: #f4ecda;
  font-weight: 600;
}
.pc-table-scroll tbody tr:nth-child(even),
.odds tbody tr:nth-child(even),
.salon-prose figure.wp-block-table tbody tr:nth-child(even) {
  background: none;
}
.pc-table-scroll tbody tr:hover,
.odds tbody tr:hover,
.salon-prose figure.wp-block-table tbody tr:hover {
  background: rgba(224, 189, 130, 0.07);
}
.pc-table-scroll tbody tr:last-child td, .pc-table-scroll tbody tr:last-child th,
.odds tbody tr:last-child td,
.odds tbody tr:last-child th,
.salon-prose figure.wp-block-table tbody tr:last-child td,
.salon-prose figure.wp-block-table tbody tr:last-child th {
  border-bottom: 0;
}
.pc-table-scroll strong, .pc-table-scroll b,
.odds strong,
.odds b,
.salon-prose figure.wp-block-table strong,
.salon-prose figure.wp-block-table b {
  color: #f7f0de;
}
.pc-table-scroll a,
.odds a,
.salon-prose figure.wp-block-table a {
  color: #e0bd82;
  text-decoration-color: rgba(224, 189, 130, 0.5);
}
.pc-table-scroll figcaption,
.odds figcaption,
.salon-prose figure.wp-block-table figcaption {
  padding: 0.8rem 1.2rem 1rem;
  margin: 0;
  border-top: 1px solid rgba(181, 147, 90, 0.22);
  color: rgba(239, 230, 210, 0.62);
  font-size: 0.82rem;
  text-align: left;
}

.odds {
  max-width: 52rem;
  margin: 2.6rem auto 0;
}
.odds caption {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #fbfaf7;
}
.odds table {
  min-width: 34rem;
}
.odds td:nth-child(2), .odds td:nth-child(3) {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.studio-table .studio-titles {
  color: rgba(240, 232, 214, 0.72);
}
.studio-table .studio-carriers a {
  color: #e0bd82;
}
.studio-table .studio-more, .studio-table .studio-none {
  color: rgba(239, 230, 210, 0.45);
}

.app-matrix .app-yes {
  color: #6fd39f;
}
.app-matrix .app-no {
  color: rgba(239, 230, 210, 0.3);
}
.app-matrix .app-pay {
  color: rgba(240, 232, 214, 0.7);
}
.app-matrix .salon-table__note {
  color: rgba(239, 230, 210, 0.6);
  padding: 0.85rem 1.2rem 1rem;
}

.salon-prose > table {
  background: repeating-linear-gradient(92deg, rgba(224, 189, 130, 0.03) 0 1px, transparent 1px 9px), linear-gradient(170deg, #34291c, #1b1510);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.3), 0 0.8rem 1.6rem rgba(20, 15, 8, 0.42);
  display: table;
}

.salon-prose > table th,
.salon-prose > table td {
  border: 0;
  border-bottom: 1px solid rgba(181, 147, 90, 0.16);
}

.salon-prose > table th {
  background: none;
  color: rgba(228, 196, 141, 0.78);
}

.salon-prose .salon-table table th,
.salon-prose .salon-table table td,
.salon-table table th,
.salon-table table td {
  border: 0;
}

.review-vitals__table {
  background: repeating-linear-gradient(92deg, rgba(224, 189, 130, 0.03) 0 1px, transparent 1px 9px), linear-gradient(170deg, #34291c, #1b1510);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.3), 0 0.8rem 1.6rem rgba(20, 15, 8, 0.42);
  width: 100%;
  border-collapse: collapse;
}
.review-vitals__table th, .review-vitals__table td {
  padding: 0.6rem 0.9rem;
  border: 0;
  border-bottom: 1px solid rgba(181, 147, 90, 0.16);
  text-align: left;
}
.review-vitals__table th[scope=row] {
  font-size: 0.58rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(228, 196, 141, 0.78);
  font-weight: 600;
  background: none;
}
.review-vitals__table td {
  color: #f0e8d6;
}
.review-vitals__table tr:last-child th, .review-vitals__table tr:last-child td {
  border-bottom: 0;
}

.spec-grid {
  background: repeating-linear-gradient(92deg, rgba(224, 189, 130, 0.03) 0 1px, transparent 1px 9px), linear-gradient(170deg, #34291c, #1b1510);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.3), 0 0.8rem 1.6rem rgba(20, 15, 8, 0.42);
  gap: 0;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.3), 0 0.8rem 1.6rem rgba(20, 15, 8, 0.42);
}

.spec-grid__cell {
  background: none;
  border-right: 1px solid rgba(181, 147, 90, 0.16);
  border-bottom: 1px solid rgba(181, 147, 90, 0.16);
}
.spec-grid__cell dt {
  color: rgba(228, 196, 141, 0.78);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.spec-grid__cell dd {
  color: #e0bd82;
  font-variant-numeric: tabular-nums;
}
.spec-grid__cell dd small {
  color: rgba(240, 232, 214, 0.68);
}

.pc-offer {
  background: repeating-linear-gradient(93deg, rgba(224, 189, 130, 0.035) 0 1px, transparent 1px 9px), linear-gradient(172deg, #34291c, #1c1610);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.32), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0.6rem 1.2rem rgba(0, 0, 0, 0.4);
  background: linear-gradient(178deg, rgba(52, 41, 28, 0.94), rgba(24, 19, 13, 0.97)), url("/wp-content/uploads/redesign/salon-wall.jpg") center/cover no-repeat;
  border-radius: 3px;
  box-shadow: 0 0 0 3px #14100b, 0 0 0 4px rgba(181, 147, 90, 0.5), 0 1rem 2rem rgba(20, 15, 8, 0.48);
  padding: 1.5rem 1.7rem;
  gap: 1.4rem 1.8rem;
}
.pc-offer::before, .pc-offer::after {
  content: none;
}
.pc-offer .pc-offer__chip {
  position: relative;
  height: 2.6rem;
  min-width: 6.6rem;
  border-radius: 2px;
  border: 1px solid rgba(181, 147, 90, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.32), 0 1px 3px rgba(0, 0, 0, 0.5);
  margin-top: 0.45rem;
}
.pc-offer .pc-offer__chip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.48rem;
  transform: translateX(-50%);
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  border: 1px solid #e0bd82;
  background: rgba(224, 189, 130, 0.2);
}
.pc-offer .pc-offer__label {
  display: block;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.57rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(228, 196, 141, 0.82);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 0.18rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.pc-offer .pc-offer__deal {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.pc-offer .pc-offer__terms {
  color: rgba(236, 226, 202, 0.62);
}
.pc-offer .pc-offer__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  border-radius: 2rem;
  text-decoration: none;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a2f1c;
  white-space: nowrap;
  background: radial-gradient(circle at 38% 26%, #f4e2b6, #c4a469 62%, #947640);
  border: 1px solid #7d6234;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 3px rgba(0, 0, 0, 0.35), 0 3px 0 #5f4a25, 0 0.5rem 0.9rem rgba(0, 0, 0, 0.4);
  transition: transform 0.12s var(--salon-ease), box-shadow 0.12s var(--salon-ease), background 0.2s var(--salon-ease);
}
.pc-offer .pc-offer__cta:hover, .pc-offer .pc-offer__cta:focus-visible {
  background: radial-gradient(circle at 38% 26%, #fbecc6, #cfae70 62%, #9d7f47);
}
.pc-offer .pc-offer__cta:active {
  transform: translateY(3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.4), 0 0 0 #5f4a25, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
.pc-offer .pc-offer__cta {
  background-color: transparent;
  padding: 0.8rem 1.5rem;
}

.registry-row {
  background: repeating-linear-gradient(93deg, rgba(224, 189, 130, 0.035) 0 1px, transparent 1px 9px), linear-gradient(172deg, #34291c, #1c1610);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.32), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0.6rem 1.2rem rgba(0, 0, 0, 0.4);
  background: repeating-linear-gradient(93deg, rgba(224, 189, 130, 0.035) 0 1px, transparent 1px 9px), linear-gradient(172deg, #34291c, #1c1610);
  color: #f0e8d6;
  padding: 1rem 1.2rem;
  transition: transform 0.3s var(--salon-ease), box-shadow 0.3s var(--salon-ease), border-color 0.3s var(--salon-ease);
}
.registry-row:hover {
  transform: translateY(-3px);
  border-color: #e0bd82;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 1rem 1.9rem rgba(0, 0, 0, 0.5);
}
.registry-row .registry-row__rank {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #3a2f1c;
  background: radial-gradient(circle at 36% 30%, #f0dcae, #b7955c 70%, #8d6f3c);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(224, 189, 130, 0.25);
  font-size: 1rem;
}
.registry-row .registry-row__logo {
  background: rgba(250, 246, 236, 0.94);
  border: 1px solid rgba(181, 147, 90, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 3px rgba(0, 0, 0, 0.4);
}
.registry-row .registry-row__body a {
  color: #f7f0de;
}
.registry-row .registry-row__score {
  color: #e0bd82;
  font-variant-numeric: tabular-nums;
}
.registry-row .registry-row__visit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  border-radius: 2rem;
  text-decoration: none;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a2f1c;
  white-space: nowrap;
  background: radial-gradient(circle at 38% 26%, #f4e2b6, #c4a469 62%, #947640);
  border: 1px solid #7d6234;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 3px rgba(0, 0, 0, 0.35), 0 3px 0 #5f4a25, 0 0.5rem 0.9rem rgba(0, 0, 0, 0.4);
  transition: transform 0.12s var(--salon-ease), box-shadow 0.12s var(--salon-ease), background 0.2s var(--salon-ease);
}
.registry-row .registry-row__visit:hover, .registry-row .registry-row__visit:focus-visible {
  background: radial-gradient(circle at 38% 26%, #fbecc6, #cfae70 62%, #9d7f47);
}
.registry-row .registry-row__visit:active {
  transform: translateY(3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.4), 0 0 0 #5f4a25, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
.registry-row .registry-row__visit {
  border-radius: 2rem;
}

.review-index .review-index__row {
  background: repeating-linear-gradient(93deg, rgba(224, 189, 130, 0.035) 0 1px, transparent 1px 9px), linear-gradient(172deg, #34291c, #1c1610);
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.32), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 0.6rem 1.2rem rgba(0, 0, 0, 0.4);
  color: #f0e8d6;
  padding: 0.95rem 1.15rem;
  transition: transform 0.3s var(--salon-ease), box-shadow 0.3s var(--salon-ease), border-color 0.3s var(--salon-ease);
}
.review-index .review-index__row:hover, .review-index .review-index__row:focus-within {
  transform: translateY(-3px);
  border-color: #e0bd82;
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.6), 0 1rem 1.9rem rgba(0, 0, 0, 0.5);
}
.review-index .review-index__rank {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #3a2f1c;
  background: radial-gradient(circle at 36% 30%, #f0dcae, #b7955c 70%, #8d6f3c);
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(224, 189, 130, 0.25);
  color: #3a2f1c;
}
.review-index .logo-chip {
  border-radius: 2px;
  border: 1px solid rgba(181, 147, 90, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.32), 0 1px 3px rgba(0, 0, 0, 0.5);
}
.review-index .review-index__body strong a {
  color: #f7f0de;
  border-bottom-color: rgba(224, 189, 130, 0.5);
}
.review-index .review-index__body strong a:hover {
  border-bottom-color: #e0bd82;
}
.review-index .review-index__body small {
  color: rgba(240, 232, 214, 0.66);
}
.review-index .review-index__best {
  color: rgba(228, 196, 141, 0.6) !important;
}
.review-index .review-index__score {
  color: #e0bd82;
  font-variant-numeric: tabular-nums;
}
.review-index .review-index__score small {
  color: rgba(240, 232, 214, 0.55);
}
.review-index .review-index__read {
  color: #e0bd82;
  border-color: rgba(224, 189, 130, 0.5);
}
.review-index .review-index__read:hover, .review-index .review-index__read:focus-visible {
  background: rgba(224, 189, 130, 0.12);
}
.review-index .review-index__go {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  border-radius: 2rem;
  text-decoration: none;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a2f1c;
  white-space: nowrap;
  background: radial-gradient(circle at 38% 26%, #f4e2b6, #c4a469 62%, #947640);
  border: 1px solid #7d6234;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 3px rgba(0, 0, 0, 0.35), 0 3px 0 #5f4a25, 0 0.5rem 0.9rem rgba(0, 0, 0, 0.4);
  transition: transform 0.12s var(--salon-ease), box-shadow 0.12s var(--salon-ease), background 0.2s var(--salon-ease);
}
.review-index .review-index__go:hover, .review-index .review-index__go:focus-visible {
  background: radial-gradient(circle at 38% 26%, #fbecc6, #cfae70 62%, #9d7f47);
}
.review-index .review-index__go:active {
  transform: translateY(3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.4), 0 0 0 #5f4a25, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
.review-index .review-index__go {
  padding: 0.45rem 1rem;
  min-height: 0;
}

.hall--felt .odds, .hall--felt .pc-table-scroll {
  box-shadow: inset 0 1px 0 rgba(224, 189, 130, 0.3), 0 0.6rem 1.2rem rgba(0, 0, 0, 0.35);
}
.hall--felt .salon-table {
  box-shadow: 0 0 0 3px rgba(20, 16, 11, 0.8), 0 0 0 4px rgba(181, 147, 90, 0.45), 0 1rem 2rem rgba(0, 0, 0, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .salon-table tbody tr,
  .registry-row,
  .review-index .review-index__row {
    transition: none;
  }
  .salon-table tbody tr:hover,
  .registry-row:hover,
  .review-index .review-index__row:hover {
    transform: none;
  }
}
.pc-table-scroll th[scope=row] strong,
.odds th[scope=row] strong,
.salon-prose figure.wp-block-table th[scope=row] strong {
  color: #f7f0de;
}

.pc-table-scroll th[scope=row] small,
.odds th[scope=row] small,
.salon-prose figure.wp-block-table th[scope=row] small {
  color: rgba(240, 232, 214, 0.62);
}

.pc-table-scroll code,
.odds code,
.salon-prose figure.wp-block-table code {
  background: rgba(0, 0, 0, 0.35);
  color: #e0bd82;
}

.review-vitals .review-vitals__visit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  border-radius: 2rem;
  text-decoration: none;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a2f1c;
  white-space: nowrap;
  background: radial-gradient(circle at 38% 26%, #f4e2b6, #c4a469 62%, #947640);
  border: 1px solid #7d6234;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), inset 0 -2px 3px rgba(0, 0, 0, 0.35), 0 3px 0 #5f4a25, 0 0.5rem 0.9rem rgba(0, 0, 0, 0.4);
  transition: transform 0.12s var(--salon-ease), box-shadow 0.12s var(--salon-ease), background 0.2s var(--salon-ease);
}
.review-vitals .review-vitals__visit:hover, .review-vitals .review-vitals__visit:focus-visible {
  background: radial-gradient(circle at 38% 26%, #fbecc6, #cfae70 62%, #9d7f47);
}
.review-vitals .review-vitals__visit:active {
  transform: translateY(3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 2px rgba(0, 0, 0, 0.4), 0 0 0 #5f4a25, 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
.review-vitals .review-vitals__visit {
  display: inline-flex;
  margin-top: 1.05rem;
  padding: 0.8rem 1.5rem;
  font-size: 0.66rem;
  border-radius: 2rem;
}

.registry-row .registry-row__logo:not(:has(img)) {
  background: none;
  border: 1px dashed rgba(181, 147, 90, 0.3);
  box-shadow: none;
}

@media (max-width: 1150px) {
  .maison-head .salon-wrap {
    flex-wrap: wrap;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .maison-nav {
    flex-wrap: wrap;
    gap: 0.9rem 1.1rem;
  }
}
.salon-prose .parlour-faq {
  position: relative;
  width: min(58rem, 100vw - 3rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  margin: 2.8rem auto;
  padding: 2.6rem clamp(1rem, 3vw, 2.4rem);
  border-radius: 0.5rem;
  border: 1px solid rgba(181, 147, 90, 0.55);
  box-shadow: 0 0 0 4px #14100b, 0 0 0 5px rgba(181, 147, 90, 0.45), 0 1.2rem 2.4rem rgba(20, 15, 8, 0.45);
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.66), rgba(12, 10, 8, 0.54) 45%, rgba(12, 10, 8, 0.78)), url("/wp-content/uploads/redesign/monte-backdrop.jpg") center 40%/cover no-repeat, #1b1813;
  background: linear-gradient(180deg, rgba(12, 10, 8, 0.66), rgba(12, 10, 8, 0.54) 45%, rgba(12, 10, 8, 0.78)), image-set(url("/wp-content/uploads/redesign/monte-backdrop.avif") type('image/avif'), url("/wp-content/uploads/redesign/monte-backdrop.jpg") type('image/jpeg')) center 40%/cover no-repeat, #1b1813;
}

.parlour-faq {
  display: grid;
  gap: 1.05rem;
}
.parlour-faq > div[itemscope] {
  display: grid;
  gap: 1.05rem;
}
.parlour-faq details {
  background: linear-gradient(180deg, #fdf9ee, #f2ead6);
  border: 1px solid rgba(181, 147, 90, 0.6);
  border-bottom: 1px solid rgba(181, 147, 90, 0.6);
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0.7rem 1.5rem rgba(10, 8, 6, 0.4);
  transform: rotate(-0.55deg);
  transition: transform 0.3s var(--salon-ease), box-shadow 0.3s var(--salon-ease);
}
.parlour-faq details:nth-child(even) {
  transform: rotate(0.55deg);
}
.parlour-faq details:hover {
  box-shadow: 0 1rem 2rem rgba(10, 8, 6, 0.5);
}
.parlour-faq details[open] {
  transform: rotate(0deg);
}
.parlour-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1rem 1.15rem;
}
.parlour-faq summary::-webkit-details-marker {
  display: none;
}
.parlour-faq summary::before {
  content: "";
  flex: 0 0 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #5c1620;
  transform: none;
  margin-top: 0;
  background: radial-gradient(circle at 50% 50%, #7a1f2b 0 55%, transparent 55.5%), repeating-conic-gradient(#7a1f2b 0 30deg, #f6e7c0 30deg 60deg);
  box-shadow: 0 2px 4px rgba(10, 8, 6, 0.3);
  transition: transform 0.5s var(--salon-ease);
}
.parlour-faq details:nth-child(even) summary::before {
  background: radial-gradient(circle at 50% 50%, #1d1a16 0 55%, transparent 55.5%), repeating-conic-gradient(#1d1a16 0 30deg, #f6e7c0 30deg 60deg);
  border-color: #0f0c08;
}
.parlour-faq details[open] summary::before {
  transform: rotate(180deg) scale(1.12);
}
.parlour-faq summary h3 {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #2d2a26;
  text-align: left;
}
.parlour-faq details > div {
  margin: 0;
  padding: 0.95rem 1.25rem 1.1rem 3.3rem;
  border-top: 1px dashed rgba(122, 31, 43, 0.45);
  background: rgba(255, 252, 244, 0.65);
  color: rgba(29, 26, 22, 0.82);
  font-size: 0.95rem;
}
.parlour-faq details > div p {
  margin: 0 0 0.6rem;
}
.parlour-faq details > div p:last-child {
  margin-bottom: 0;
}
.parlour-faq details > div a {
  color: #7a1f2b;
}

@media (prefers-reduced-motion: reduce) {
  .parlour-faq details, .parlour-faq summary::before {
    transition: none;
    transform: none;
  }
}
.lobby-brand .lobby-brand__mark {
  gap: 1.05rem;
}
.lobby-brand .lobby-brand__mark svg {
  width: 3.5rem;
  height: 3.5rem;
}
.lobby-brand .lobby-brand__word {
  font-size: clamp(2.15rem, 4.1vw, 3.25rem);
}
.lobby-brand .lobby-brand__tagline {
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  max-width: 32rem;
}
.lobby-brand .lobby-brand__cta {
  font-size: 0.88rem;
  padding: 0.95rem 1.75rem;
  letter-spacing: 0.17em;
}
.lobby-brand .lobby-brand__cta svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 620px) {
  .lobby-brand .lobby-brand__mark svg {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.pc-table-scroll,
.odds,
.salon-prose figure.wp-block-table,
.salon-prose > table,
.review-vitals__table,
.spec-grid {
  background: linear-gradient(174deg, rgba(46, 36, 24, 0.9), rgba(20, 15, 10, 0.95)), url("/wp-content/uploads/redesign/salon-wall.jpg") center/cover no-repeat;
  background-color: #1c1610;
}

.pc-table-scroll table,
.odds table,
.salon-prose figure.wp-block-table table,
.salon-prose > table {
  background-image: repeating-linear-gradient(92deg, rgba(224, 189, 130, 0.028) 0 1px, transparent 1px 9px);
}

.spec-grid__cell {
  background: linear-gradient(180deg, rgba(24, 18, 12, 0.34), rgba(24, 18, 12, 0.5));
}

.chip-stat {
  isolation: isolate;
  box-shadow: 0 0.18rem 0 color-mix(in srgb, var(--chipd) 70%, #fff 8%), 0 0.34rem 0 var(--chipd), 0 0.5rem 0 color-mix(in srgb, var(--chipd) 88%, #000 12%), 0 0.66rem 0 rgba(0, 0, 0, 0.28), 0 1.15rem 1.5rem rgba(20, 15, 8, 0.42), inset 0 0.12rem 0.3rem rgba(255, 255, 255, 0.22), inset 0 -0.22rem 0.4rem rgba(0, 0, 0, 0.38);
  transition: transform 0.3s var(--salon-ease), box-shadow 0.3s var(--salon-ease);
}
.chip-stat::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  z-index: -1;
  background: radial-gradient(circle at 38% 26%, color-mix(in srgb, var(--chipc) 74%, #fff 26%) 0%, var(--chipc) 46%, color-mix(in srgb, var(--chipc) 84%, #000 16%) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), inset 0 0.18rem 0.45rem rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(0, 0, 0, 0.25);
}
.chip-stat::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(146deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.07) 26%, transparent 46%);
}
.chip-stat b, .chip-stat small {
  position: relative;
  z-index: 1;
}
.chip-stat b {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.chip-stat:hover {
  transform: translateY(-0.28rem);
  box-shadow: 0 0.18rem 0 color-mix(in srgb, var(--chipd) 70%, #fff 8%), 0 0.34rem 0 var(--chipd), 0 0.5rem 0 color-mix(in srgb, var(--chipd) 88%, #000 12%), 0 0.66rem 0 rgba(0, 0, 0, 0.28), 0 1.5rem 2rem rgba(20, 15, 8, 0.5), inset 0 0.12rem 0.3rem rgba(255, 255, 255, 0.26), inset 0 -0.22rem 0.4rem rgba(0, 0, 0, 0.38);
}

@media (prefers-reduced-motion: reduce) {
  .chip-stat {
    transition: none;
  }
  .chip-stat:hover {
    transform: none;
  }
}
.floor-card {
  background: radial-gradient(ellipse 80% 66% at 50% 42%, rgba(255, 250, 238, 0.17) 0%, rgba(255, 250, 238, 0.13) 60%, rgba(255, 250, 238, 0.05) 100%), url("/wp-content/uploads/redesign/casino-carpet.jpg") top center/26rem repeat;
  backdrop-filter: blur(10px) brightness(1.05);
  -webkit-backdrop-filter: blur(10px) brightness(1.05);
}

.salon-table .logo-chip--unlinked {
  cursor: default;
}

.salon-table .logo-chip--unlinked:hover {
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 3px rgba(0, 0, 0, 0.32), 0 1px 3px rgba(0, 0, 0, 0.5);
}

.salon-table__panel .salon-table__notice {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  line-height: 1.6;
}

.salon-table .mkt {
  display: inline-block;
  margin-top: 0.34rem;
  padding: 0.16rem 0.5rem;
  border-radius: 2px;
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e0bd82;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.16));
  border: 1px solid rgba(181, 147, 90, 0.45);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}

.provider-rail li,
.provider-rail li.is-headline {
  background: #074526;
  color: #fbfaf7;
  border: 1px solid #05331d;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 1px 2px rgba(20, 15, 8, 0.25);
}

.logo-chip--img {
  padding: 0;
  overflow: hidden;
  min-width: 0;
  background: none !important;
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.45);
}
.logo-chip--img img {
  display: block;
  width: auto;
  max-width: none;
}

.salon-table .logo-chip--img {
  height: auto;
}

.salon-table .logo-chip--img::before {
  top: -0.5rem;
}

.review-index .logo-chip--img {
  flex-shrink: 0;
}

.pc-offer__chip--img {
  padding: 0;
  overflow: hidden;
  min-width: 0;
  height: auto;
  background: none;
  border: 1px solid rgba(181, 147, 90, 0.55);
  border-radius: 3px;
}
.pc-offer__chip--img img {
  display: block;
  width: auto;
  max-width: none;
}

.review-vitals .review-vitals__logo {
  display: inline-block;
  border: 1px solid rgba(181, 147, 90, 0.5);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(20, 15, 8, 0.25);
}
.review-vitals .review-vitals__logo img {
  display: block;
  width: auto;
  max-height: none;
}

.registry-row .registry-row__logo {
  height: auto;
  padding: 0;
  overflow: hidden;
  border-radius: 3px;
  background: none;
}
.registry-row .registry-row__logo a {
  display: block;
  line-height: 0;
}
.registry-row .registry-row__logo img {
  display: block;
  width: auto;
  max-width: none;
}

.registry-row .registry-row__logo:not(:has(img)) {
  min-height: 2.6rem;
  border: 1px dashed rgba(181, 147, 90, 0.3);
}

.studio-table .studio-logo {
  display: block;
  margin-bottom: 0.4rem;
}
.studio-table .studio-logo img {
  display: block;
  width: auto;
  max-width: 9rem;
  border: 1px solid rgba(181, 147, 90, 0.4);
  border-radius: 2px;
}

.floor-card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.salon-table .logo-chip--img {
  width: 7.4rem;
  height: 2.7rem;
  min-width: 7.4rem;
  max-width: 7.4rem;
  flex: 0 0 7.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.3rem;
}
.salon-table .logo-chip--img .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.review-index .logo-chip--img {
  width: 7.4rem;
  height: 2.7rem;
  min-width: 7.4rem;
  max-width: 7.4rem;
  flex: 0 0 7.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.3rem;
}
.review-index .logo-chip--img .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pc-offer .pc-offer__chip--img {
  width: 8.2rem;
  height: 3.1rem;
  min-width: 8.2rem;
  max-width: 8.2rem;
  flex: 0 0 8.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.3rem;
}
.pc-offer .pc-offer__chip--img .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.review-vitals .review-vitals__logo {
  width: 10rem;
  height: 3.6rem;
  min-width: 10rem;
  max-width: 10rem;
  flex: 0 0 10rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.3rem;
}
.review-vitals .review-vitals__logo .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.review-vitals .review-vitals__logo {
  padding: 0.25rem 0.4rem;
}

.registry-row .registry-row__logo {
  width: 8rem;
  height: 3rem;
  min-width: 8rem;
  max-width: 8rem;
  flex: 0 0 8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.3rem;
}
.registry-row .registry-row__logo .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.registry-row .registry-row__logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.studio-table .studio-logo {
  width: 7rem;
  height: 2.4rem;
  min-width: 7rem;
  max-width: 7rem;
  flex: 0 0 7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.18rem 0.3rem;
}
.studio-table .studio-logo .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.studio-table .studio-logo {
  padding: 0;
  justify-content: flex-start;
}

.salon-table .logo-chip:not(.logo-chip--img),
.review-index .logo-chip:not(.logo-chip--img) {
  width: 7.4rem;
  min-width: 7.4rem;
  max-width: 7.4rem;
  flex: 0 0 7.4rem;
  height: 2.7rem;
  font-size: 0.88rem;
  text-align: center;
  line-height: 1.15;
}

.review-index .review-index__row {
  min-height: 5.2rem;
}

.review-index .review-index__body {
  min-width: 0;
}

.salon-table .logo-chip--img,
.review-index .logo-chip--img,
.registry-row .logo-chip--img,
.logo-chip--img,
.pc-offer .pc-offer__chip--img,
.review-vitals .review-vitals__logo,
.registry-row .registry-row__logo {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  overflow: visible;
}

.salon-table .logo-chip--img::before {
  content: none;
}

.pc-offer .pc-offer__chip--img::before {
  content: none;
}

.studio-table .studio-logo img {
  border: 0;
  border-radius: 0;
}

.registry-row .registry-row__logo:not(:has(img)) {
  border: 1px dashed rgba(181, 147, 90, 0.3);
}

.salon-table .logo-chip--img:hover,
.salon-table .logo-chip--img:focus-visible {
  box-shadow: none;
  filter: brightness(1.08);
}

.studio-table .studio-logo {
  width: 8.6rem;
  min-width: 8.6rem;
  max-width: 8.6rem;
  flex: 0 0 8.6rem;
  height: 3rem;
  margin-bottom: 0.45rem;
}

.studio-table th[scope=row] small {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(228, 196, 141, 0.7);
  margin-top: 0;
}

.salon-prose .review-vitals {
  position: relative;
  width: min(48rem, 100vw - 3rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  margin: 2.6rem auto;
}

.salon-prose .review-vitals {
  position: relative;
  width: min(48rem, 100vw - 3rem);
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  margin: 2.6rem auto;
}

.lang-switch {
  display: flex;
  gap: 0.28rem;
  align-items: center;
  flex: 0 0 auto;
}
.lang-switch a {
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.3rem 0.5rem;
  border: 1px solid rgba(181, 147, 90, 0.5);
  border-radius: 2px;
  color: #e9ddc4;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.16));
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.55), inset 0 -1px 0 rgba(255, 238, 208, 0.09);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  transition: background 0.2s var(--salon-ease), color 0.2s var(--salon-ease);
}
.lang-switch a:hover, .lang-switch a:focus-visible {
  background: rgba(224, 189, 130, 0.26);
  color: #fbfaf7;
}
.lang-switch a[aria-current=true] {
  background: linear-gradient(180deg, #f0d9ae 0, #e0bd82 46%, #bf9a5d 100%);
  border-color: #8a6837;
  color: #3a2a12;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1000px) {
  .lang-switch {
    order: 2;
    margin-left: auto;
  }
}
.odds__all {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.odds tbody tr.is-extra {
  display: none;
}

.odds__all:checked ~ table tbody tr.is-extra {
  display: table-row;
}

.odds__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.85rem 1.2rem;
  cursor: pointer;
  border-top: 1px solid rgba(181, 147, 90, 0.35);
  font-family: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e0bd82;
  transition: background 0.2s var(--salon-ease), color 0.2s var(--salon-ease);
}
.odds__more::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.28s var(--salon-ease);
}
.odds__more:hover {
  background: rgba(224, 189, 130, 0.1);
  color: #fff;
}

.odds__all:checked ~ table ~ .odds__more::after {
  transform: rotate(-135deg) translateY(-2px);
}

.odds__more-shut {
  display: none;
}

.odds__all:checked ~ table ~ .odds__more .odds__more-open {
  display: none;
}

.odds__all:checked ~ table ~ .odds__more .odds__more-shut {
  display: inline;
}

.odds__all:focus-visible ~ table ~ .odds__more {
  outline: 2px solid #e0bd82;
  outline-offset: 2px;
}

body {
  font-size: 1.125rem;
}

.salon-table table {
  font-size: 0.95rem;
}

.pc-table-scroll table, .odds table,
.salon-prose figure.wp-block-table table {
  font-size: 1.02rem;
}

.review-index .review-index__body strong {
  font-size: 1.05rem;
}

.review-index .review-index__body small {
  font-size: 0.96rem;
}

.spec-grid__cell dd {
  font-size: 1.25rem;
}

.spec-grid__cell dd small {
  font-size: 0.92rem;
}

.variant-card p {
  font-size: 1.06rem;
}

.parlour-faq summary h3, .monte-faq summary h3 {
  font-size: 1.1rem;
}

.parlour-faq details > div, .monte-faq details > div {
  font-size: 1.06rem;
}

@media (max-width: 780px) {
  .lang-switch a {
    padding: 0.62rem 0.7rem;
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
  }
  .floor-nav .floor-nav__row a {
    padding: 0.68rem 0;
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
  }
  .parlour-faq summary,
  .monte-faq summary {
    min-height: 2.75rem;
  }
  .studio-table td a {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0 0.15rem;
  }
  .lobby-quicklinks a {
    min-height: 3rem;
    padding-block: 0.55rem;
  }
  .table-plaque__name a,
  .byline__item a {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
  }
}
.floor-card {
  --rug-band: clamp(1.05rem, 3.4vw, 3.4rem);
  --rug-pad-x: clamp(2.1rem, 6.6vw, 6.4rem);
  --rug-pad-y: clamp(2.6rem, 6.4vw, 5.9rem);
  --plate-bleed: calc(var(--rug-pad-x) - var(--rug-band));
  padding: var(--rug-pad-y) var(--rug-pad-x);
  border-radius: 2px;
  background: radial-gradient(ellipse 70% 46% at 50% 8%, rgba(255, 247, 228, 0.26), transparent 70%) center/100% 100% no-repeat, linear-gradient(97deg, rgba(255, 255, 255, 0.05) 0 6px, transparent 6px 15px) center/100% 100% no-repeat, radial-gradient(ellipse 82% 74% at 50% 44%, rgba(255, 251, 240, 0.34) 0%, rgba(255, 251, 240, 0.3) 42%, rgba(255, 251, 240, 0.18) 72%, rgba(255, 251, 240, 0.06) 88%, rgba(255, 251, 240, 0) 100%) center/100% 100% no-repeat, url("/wp-content/uploads/redesign/casino-carpet.jpg") top center/24rem repeat;
  box-shadow: inset 0 0 0 0.55rem rgba(20, 12, 4, 0.3), inset 0 0 0 0.62rem rgba(224, 189, 130, 0.3), inset 0 3.5rem 4rem rgba(20, 12, 4, 0.3), inset 0 -2rem 3rem rgba(20, 12, 4, 0.22), 0 1.4rem 2.6rem rgba(20, 12, 4, 0.45);
  mask-image: none;
  -webkit-mask-image: none;
}

.floor-card {
  color: #1d1a16;
}
.floor-card .kicker {
  color: #4a3208;
}
.floor-card a {
  color: #05331d;
  text-decoration-color: rgba(74, 50, 8, 0.75);
}
.floor-card a:hover {
  text-decoration-color: #4a3208;
}

.floor-card .salon-prose .pc-cabinet, .floor-card .salon-prose .pc-leaderboard, .floor-card .salon-prose .pc-table-scroll, .floor-card .salon-prose .fact-strip, .floor-card .salon-prose .pc-figure,
.floor-card .salon-prose .versus, .floor-card .salon-prose .salon-table, .floor-card .salon-prose .variant-grid, .floor-card .salon-prose .spec-grid, .floor-card .salon-prose .verdict-split, .floor-card .salon-prose .stat-slab,
.floor-card .salon-prose .app-row, .floor-card .salon-prose .pc-offer, .floor-card .salon-prose .review-index, .floor-card .salon-prose .glossary, .floor-card .salon-prose .persona-grid, .floor-card .salon-prose .myth-list,
.floor-card .salon-prose .parlour-faq, .floor-card .salon-prose .review-vitals {
  max-width: calc(min(100vw - 2.5rem, 64rem) - var(--rug-band) * 2);
}

.grand-lobby__plate {
  position: relative;
}

.grand-lobby__scene > .lobby-brand {
  z-index: 3;
}

.grand-lobby__plate {
  z-index: 1;
}

@media (max-width: 760px) {
  .grand-lobby__scene {
    background: linear-gradient(180deg, #0c0906 0%, #140f09 62%, #1b140c 100%);
  }
  .lobby-brand {
    position: static;
    padding: 0.85rem 1rem 1rem;
    gap: 0.4rem;
  }
  .lobby-brand .lobby-brand__mark {
    gap: 0.5rem;
  }
  .lobby-brand .lobby-brand__mark .pc-mark {
    height: 30px;
    width: auto;
  }
  .lobby-brand .lobby-brand__word {
    font-size: 1.15rem;
    letter-spacing: 0.2em;
  }
  .lobby-brand .lobby-brand__tagline {
    display: block;
    font-size: 0.9rem;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
  }
  .lobby-brand .lobby-brand__cta {
    display: inline-flex;
    min-height: 44px;
    padding: 0 1.1rem;
    font-size: 0.7rem;
  }
  .grand-lobby__spot {
    left: var(--ml);
    top: var(--mt);
    width: auto;
    height: auto;
    min-height: 44px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    padding: 0 8px;
  }
  .spot-glow {
    display: none;
  }
  .lobby-chip,
  .no-js .lobby-chip,
  .grand-lobby__spot:hover .lobby-chip,
  .grand-lobby__spot:focus-visible .lobby-chip {
    position: static;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    opacity: 1;
    transform: none;
    padding: 0.24rem 0.5rem 0.24rem 0.3rem;
    border: 0;
    border-radius: 3px;
    font-family: "Josefin Sans", "Futura", "Century Gothic", "Avenir Next", sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: none;
    color: #3a2a10;
    background: linear-gradient(176deg, #f0d9a8 0%, #e0bd82 34%, #c9a468 68%, #a8863f 100%);
    box-shadow: inset 0 1px 0 rgba(255, 250, 235, 0.85), inset 0 -1px 0 rgba(90, 62, 20, 0.5), 0 0 0 1px rgba(58, 40, 14, 0.75), 0 0.18rem 0.4rem rgba(0, 0, 0, 0.5), 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(255, 250, 235, 0.6);
  }
  .lobby-chip::before {
    content: "";
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 30%, #fff8e6, #b98f3e 62%, #6d4c14);
    box-shadow: inset 0 0 0 1px rgba(58, 40, 14, 0.6);
  }
  .lobby-chip small {
    display: none;
  }
  .lobby-quicklinks {
    display: none;
  }
}
@media (max-width: 374px) {
  .lobby-chip,
  .no-js .lobby-chip,
  .grand-lobby__spot:hover .lobby-chip {
    font-size: 0.6rem;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.38rem 0.2rem 0.26rem;
  }
  .lobby-chip::before {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
  }
  .grand-lobby__spot {
    top: var(--mt-xs, var(--mt));
  }
}
@media (max-width: 1150px) {
  .maison-head .salon-wrap {
    flex-wrap: wrap;
    row-gap: 0.15rem;
    padding-top: 0.5rem;
    padding-bottom: 0.35rem;
  }
  .maison-brand {
    order: 0;
  }
  .lang-switch {
    order: 1;
    margin-left: auto;
  }
  .maison-nav {
    order: 2;
    flex: 0 0 auto;
    width: calc(100% + 2.5rem);
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    mask-image: linear-gradient(90deg, #000 calc(100% - 1.75rem), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 1.75rem), transparent 100%);
  }
  .maison-nav::-webkit-scrollbar {
    display: none;
  }
  .maison-nav > a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .maison-nav > a {
    padding: 0.5rem 0.68rem;
  }
  .maison-head {
    position: relative;
  }
  .nav-rail-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.55rem;
    bottom: 0.55rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: rgba(10, 6, 3, 0.6);
    color: #e0bd82;
    font-size: 0.95rem;
    line-height: 1;
    pointer-events: none;
    z-index: 2;
  }
}
@media (max-width: 620px) {
  .maison-brand .maison-brand__word {
    font-size: 1.02rem;
    letter-spacing: 0.13em;
  }
  .maison-brand .pc-mark {
    height: 34px;
    width: auto;
  }
  .maison-nav > a {
    font-size: 0.68rem;
    padding: 0.5rem 0.58rem;
  }
}
@media (max-width: 1150px) {
  .floor-nav .floor-nav__row {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    mask-image: linear-gradient(90deg, #000 calc(100% - 2rem), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 2rem), transparent 100%);
  }
  .floor-nav .floor-nav__row::-webkit-scrollbar {
    display: none;
  }
  .floor-nav .floor-nav__row > a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .floor-nav .floor-nav__row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .floor-nav .floor-nav__row a {
    padding: 0.68rem 0.62rem;
    min-height: 44px;
  }
}
@media (hover: none), (pointer: coarse) {
  .floor-nav .floor-nav__row a {
    min-height: 44px;
  }
}
@media (max-width: 760px) {
  .salon-prose figure.wp-block-table {
    mask-image: linear-gradient(90deg, #000 calc(100% - 1.5rem), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 1.5rem), transparent 100%);
  }
  .salon-prose figure.wp-block-table table {
    width: auto;
    min-width: 100%;
  }
  .salon-prose figure.wp-block-table:has(thead th:nth-child(3)) table {
    min-width: 28rem;
  }
  .salon-prose figure.wp-block-table:has(thead th:nth-child(4)) table {
    min-width: 37rem;
  }
  .salon-prose figure.wp-block-table:has(thead th:nth-child(5)) table {
    min-width: 46rem;
  }
  .salon-prose figure.wp-block-table td,
  .salon-prose figure.wp-block-table th {
    white-space: normal;
  }
}
.grand-lobby,
.hall--marble,
.hall--monte {
  contain: paint;
}

/*# sourceMappingURL=style.css.map */
