@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;500;600&family=Playfair+Display:wght@400;500&display=swap");
:root {
  --cream: #f4f1ea;
  --white: #fff;
  --black: #171817;
  --charcoal: #272a28;
  --brass: #a88952;
  --grey: #777b77;
  --light: #e4e1da;
  --line: #d3d0c9;
  --serif: "Playfair Display", serif;
  --sans: "Libre Franklin", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--black);
  font-family: var(--sans);
  font-weight: 300;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.7;
}
.site-container {
  width: min(100% - 48px, 1400px);
  padding: 0;
  margin: auto;
}
.section-space {
  padding: clamp(80px, 9vw, 140px) 0;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--brass);
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
}
h2 {
  font-size: clamp(3rem, 5vw, 5.6rem);
  letter-spacing: -0.035em;
}
.btn-primary-site,
.btn-secondary-site,
.book-button,
.btn-light-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid var(--black);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.btn-primary-site,
.book-button {
  background: var(--black);
  color: #fff;
}
.btn-primary-site:hover,
.book-button:hover {
  background: var(--brass);
  border-color: var(--brass);
  color: #fff;
}
.btn-secondary-site {
  background: transparent;
}
.btn-light-site {
  background: #fff;
  color: var(--black);
  border-color: #fff;
}
.btn-text {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.top-strip {
  height: 30px;
  background: var(--black);
  color: #fff;
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.top-strip > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header {
  background: rgba(244, 241, 234, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.navbar {
  min-height: 82px;
}
.navbar-brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
  letter-spacing: 0.09em;
  line-height: 1;
}
.navbar-brand small,
.footer-brand small {
  display: block;
  font-size: 0.48rem;
  letter-spacing: 0.16em;
  margin-top: 6px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--black);
  font-family: var(--serif);
  font-size: 1rem;
}
.nav-link {
  font-size: 0.61rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin: 0 7px;
}
.book-button {
  padding: 11px 19px;
}
.hero {
  background: var(--white);
}
.hero-inner {
  min-height: calc(100vh - 112px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8vw;
  padding-block: 60px;
}
.hero h1 {
  font-size: clamp(4.8rem, 8vw, 8.7rem);
  letter-spacing: -0.055em;
  margin: 22px 0 30px;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 1.05rem;
  max-width: 610px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 35px;
}
.hotel-facade {
  position: relative;
  height: 620px;
  background: var(--charcoal);
  padding: 80px 60px 0;
  border-bottom: 18px solid var(--brass);
}
.facade-name {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  color: #fff;
  text-align: center;
  font-size: 0.62rem;
  letter-spacing: 0.25em;
}
.window-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  height: 70%;
}
.window-grid i {
  display: block;
  background: #d8c7a5;
  border: 8px solid #3c3f3c;
}
.entrance {
  position: absolute;
  left: 36%;
  right: 36%;
  bottom: 0;
  height: 165px;
  background: var(--black);
  display: grid;
  place-items: center;
  border: 1px solid var(--brass);
  border-bottom: 0;
}
.entrance span {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--brass);
}
.hero-highlights {
  background: var(--black);
  color: #fff;
  padding: 20px 0;
}
.hero-highlights > div {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.54rem;
}
.booking-bar {
  background: var(--brass);
  padding: 28px 0;
}
.booking-bar form {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr) auto;
  gap: 28px;
  align-items: end;
}
.booking-title {
  display: flex;
  flex-direction: column;
}
.booking-title small,
.booking-bar label {
  font-size: 0.53rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.booking-title strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}
.booking-bar input,
.booking-bar select {
  display: block;
  width: 100%;
  padding: 8px 0;
  margin-top: 7px;
  border: 0;
  border-bottom: 1px solid rgba(23, 24, 23, 0.55);
  background: transparent;
  border-radius: 0;
}
.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: start;
}
.two-column h2 {
  margin: 18px 0;
}
.lead-text {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.5;
}
.two-column .btn-text {
  margin-top: 20px;
}
.rooms {
  background: var(--light);
}
.section-header {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 65px;
  align-items: end;
  margin-bottom: 65px;
}
.section-header h2 {
  margin: 15px 0 0;
}
.section-header > p {
  border-left: 1px solid var(--grey);
  padding-left: 25px;
}
.room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.room-card {
  background: var(--white);
  border: 1px solid var(--line);
}
.room-placeholder {
  position: relative;
  height: 320px;
  background: #b5b0a6;
  overflow: hidden;
}
.room-placeholder > span {
  position: absolute;
  z-index: 2;
  left: 22px;
  top: 20px;
  color: #fff;
  font-size: 0.52rem;
  letter-spacing: 0.14em;
}
.room-shape {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 70%;
  background: var(--charcoal);
  border-top: 15px solid var(--brass);
}
.room-shape:before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 45%;
  background: var(--cream);
}
.deluxe {
  background: #706c65;
}
.deluxe .room-shape {
  background: var(--brass);
  border-color: var(--black);
}
.suite {
  background: var(--brass);
}
.suite .room-shape {
  background: var(--black);
}
.room-content {
  padding: 30px;
}
.room-content small {
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.room-content h3 {
  font-size: 2rem;
  margin: 13px 0;
}
.room-content p,
.room-content li {
  font-size: 0.78rem;
}
.room-content ul {
  padding-left: 18px;
}
.room-content a {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 0.57rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.casino {
  background: var(--black);
  color: #fff;
}
.casino-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 9vw;
}
.casino-summary h2 {
  margin: 18px 0 30px;
}
.casino-summary > p:not(.eyebrow) {
  color: #bbbdbb;
}
.casino-facts {
  display: flex;
  gap: 35px;
  margin: 35px 0;
}
.casino-facts div {
  display: flex;
  flex-direction: column;
}
.casino-facts strong {
  font-family: var(--serif);
  font-size: 1.7rem;
  color: var(--brass);
  font-weight: 400;
}
.casino-facts span {
  font-size: 0.48rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999;
}
.casino-services {
  border-top: 1px solid #555;
}
.casino-services article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 22px;
  padding: 27px 0;
  border-bottom: 1px solid #555;
}
.casino-services > article > span {
  color: var(--brass);
  font-size: 0.58rem;
}
.casino-services h3 {
  font-size: 1.8rem;
  margin: 0;
}
.casino-services p {
  font-size: 0.78rem;
  color: #aaa;
  margin: 7px 0 0;
}
.dining-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.dining-grid article {
  min-height: 360px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.dining-grid article:last-child {
  border: 0;
}
.venue-number {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--brass);
}
.dining-grid h3 {
  font-size: 2.2rem;
  margin: 15px 0;
}
.dining-grid p:not(.eyebrow) {
  font-size: 0.8rem;
}
.dining-grid strong {
  margin-top: auto;
  font-size: 0.58rem;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wellness {
  background: var(--light);
}
.wellness-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}
.sauna-graphic {
  position: relative;
  height: 500px;
  background: var(--charcoal);
  color: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.sauna-graphic > span {
  font-family: var(--serif);
  font-size: 4rem;
  text-align: center;
  z-index: 2;
}
.bench {
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 8%;
  height: 80px;
  background: var(--brass);
}
.steam {
  position: absolute;
  top: 10%;
  right: 10%;
  font-family: var(--serif);
  font-size: 4rem;
  color: #aaa;
  writing-mode: vertical-rl;
}
.amenities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px;
  padding: 20px 0 20px 18px;
}
.amenities li {
  font-size: 0.78rem;
}
.location-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}
.travel-times {
  display: flex;
  gap: 40px;
  margin-top: 35px;
}
.travel-times div {
  display: flex;
  flex-direction: column;
}
.travel-times strong {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
}
.travel-times span {
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.map-placeholder {
  position: relative;
  height: 460px;
  background: #d8d5ce;
  overflow: hidden;
}
.map-grid {
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(35deg, transparent 48%, #aaa 49% 50%, transparent 51%),
    linear-gradient(120deg, transparent 48%, #bbb 49% 50%, transparent 51%);
  background-size: 100px 80px;
}
.map-pin {
  position: absolute;
  left: 55%;
  top: 45%;
  width: 70px;
  height: 70px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--black);
  color: #fff;
  display: grid;
  place-items: center;
}
.map-pin::first-letter {
  transform: rotate(45deg);
}
.map-placeholder small {
  position: absolute;
  left: 20px;
  bottom: 20px;
  letter-spacing: 0.18em;
}
.responsible {
  background: var(--brass);
}
.responsible-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 9vw;
  align-items: center;
}
.responsible-badge {
  width: 260px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.responsible-badge span {
  font-family: var(--serif);
  font-size: 5rem;
}
.responsible-badge small {
  text-align: center;
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}
.support-box {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 25px;
  border: 1px solid var(--black);
  padding: 23px;
  margin-top: 28px;
  font-size: 0.72rem;
}
.footer {
  background: var(--charcoal);
  color: #fff;
  padding: 75px 0 30px;
}
.footer-brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #555;
}
.footer-brand-row > div {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 0.68rem;
}
.footer-brand-row strong {
  color: var(--brass);
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  padding: 45px 0;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 0.67rem;
}
.footer-links strong {
  color: var(--brass);
  font-size: 0.53rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-age {
  width: 150px;
  height: 150px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  align-items: center !important;
  justify-content: center;
}
.footer-age span {
  font-family: var(--serif);
  font-size: 3rem;
}
.footer-age small {
  text-transform: uppercase;
  font-size: 0.45rem;
}
.disclaimer {
  border-top: 1px solid #555;
  padding-top: 25px;
  color: #929592;
  font-size: 0.58rem;
  max-width: 1200px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  color: #777;
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.age-gate {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(23, 24, 23, 0.97);
  display: grid;
  place-items: center;
  padding: 20px;
  transition: 0.3s;
}
.age-gate.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.gate-card {
  width: min(100%, 590px);
  background: var(--cream);
  padding: 55px;
  border-top: 7px solid var(--brass);
}
.age-logo {
  float: right;
  width: 90px;
  height: 90px;
  border: 1px solid var(--black);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 2rem;
  margin-left: 20px;
}
.gate-card h1 {
  font-size: 3.4rem;
  clear: left;
}
.gate-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0;
}
.gate-card small {
  font-size: 0.62rem;
  color: #666;
}
@media (max-width: 1100px) {
  .booking-bar form {
    grid-template-columns: repeat(3, 1fr);
  }
  .booking-title {
    grid-column: 1/-1;
  }
  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    padding: 20px 0;
  }
  .hero-inner,
  .two-column,
  .casino-layout,
  .wellness-layout,
  .location-layout {
    grid-template-columns: 1fr;
  }
  .hotel-facade {
    height: 520px;
  }
  .section-header {
    grid-template-columns: 1fr;
  }
  .section-header > p {
    border: 0;
    padding: 0;
  }
  .room-grid {
    grid-template-columns: 1fr;
  }
  .room-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .dining-grid {
    grid-template-columns: 1fr;
  }
  .dining-grid article {
    min-height: 280px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .responsible-layout {
    grid-template-columns: 1fr;
  }
  .responsible-badge {
    width: 210px;
  }
  .footer-brand-row {
    display: block;
  }
  .footer-brand-row > div {
    text-align: left;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .site-container {
    width: min(100% - 28px, 1400px);
  }
  .top-strip {
    font-size: 0.42rem;
  }
  .hero h1 {
    font-size: 4rem;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .hotel-facade {
    height: 440px;
    padding: 70px 28px 0;
  }
  .window-grid {
    gap: 12px;
  }
  .hero-highlights > div {
    flex-wrap: wrap;
    gap: 12px;
  }
  .booking-bar form {
    grid-template-columns: 1fr;
  }
  .room-card {
    display: block;
  }
  .casino-facts {
    justify-content: space-between;
  }
  .travel-times {
    gap: 20px;
  }
  .support-box {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-template-columns: 1fr;
  }
  .gate-actions {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 3.25rem;
  }
  .hotel-facade {
    height: 370px;
  }
  .window-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .window-grid i:nth-child(n + 10) {
    display: none;
  }
  .entrance {
    left: 31%;
    right: 31%;
  }
  .sauna-graphic {
    height: 380px;
  }
  .sauna-graphic > span {
    font-size: 3rem;
  }
  .travel-times {
    flex-wrap: wrap;
  }
  .map-placeholder {
    height: 350px;
  }
  .gate-card {
    padding: 35px 25px;
  }
  .gate-card h1 {
    font-size: 2.7rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
