@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Caslon+Display&display=swap");
:root {
  --ink: #171715;
  --paper: #f3efe7;
  --white: #fcfaf6;
  --wine: #541f2c;
  --brass: #a8854b;
  --line: #cbc3b5;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
}
a {
  color: inherit;
}
.top {
  height: 52px;
  padding: 0 6vw;
  background: var(--ink);
  color: white;
  display: flex;
  align-items: center;
  gap: 28px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}
.top small {
  color: #aaa;
}
.top a {
  margin-left: auto;
  color: white;
}
.top span {
  font-weight: 600;
}
nav {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}
nav a {
  text-decoration: none;
  font-size: 0.84rem;
}
.hero {
  min-height: 610px;
  background: var(--paper);
  padding: 80px 7vw;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 7vw;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--wine);
}
h1 {
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  margin: 20px 0;
}
h1 em {
  color: var(--wine);
}
.lead {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 30px 0;
}
.button {
  display: inline-block;
  background: var(--wine);
  color: white;
  text-decoration: none;
  padding: 16px 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.inline {
  margin-left: 28px;
}
.building {
  height: 430px;
  border: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 32px;
  background: var(--white);
  box-shadow: 24px 24px 0 var(--wine);
  position: relative;
}
.building i {
  border: 1px solid var(--line);
  position: relative;
}
.building i:after {
  content: "";
  position: absolute;
  inset: 25% 33%;
  background: var(--ink);
}
.building span {
  position: absolute;
  right: -32px;
  top: -45px;
  width: 110px;
  height: 110px;
  background: var(--brass);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-family: "Libre Caslon Display";
  font-size: 2rem;
}
.booking {
  padding: 24px 7vw;
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  align-items: end;
}
.booking label {
  padding: 0 20px;
  border-right: 1px solid #444;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.65rem;
}
.booking input,
.booking select {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  color: white;
  margin-top: 8px;
}
.booking option {
  color: #000;
}
.booking button,
.contact button {
  background: var(--brass);
  border: 0;
  padding: 17px 25px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
}
.section {
  padding: 105px 7vw;
}
.intro {
  text-align: center;
  max-width: 1040px;
  margin: auto;
}
.intro h2,
.heading h2,
.casino h2,
.section > h2,
.amenities h2,
.event h2,
.responsible h2,
.contact h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
}
.intro > p:not(.eyebrow) {
  font-size: 1.13rem;
  line-height: 1.9;
  color: #5c5952;
}
.facts {
  display: flex;
  justify-content: center;
  margin-top: 45px;
  border-block: 1px solid var(--line);
}
.facts span {
  padding: 24px 40px;
  border-right: 1px solid var(--line);
}
.facts span:last-child {
  border: 0;
}
.facts b {
  font-family: "Libre Caslon Display";
  font-size: 1.7rem;
  margin-right: 7px;
}
.pale {
  background: var(--paper);
}
.heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.heading > p {
  max-width: 430px;
  color: #666;
  line-height: 1.8;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.cards article {
  padding: 36px;
  border: 1px solid var(--line);
  border-right: 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.cards article:last-child {
  border-right: 1px solid var(--line);
}
.cards small {
  color: var(--wine);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.cards h3 {
  font-size: 2rem;
  margin: 38px 0 18px;
}
.cards p {
  line-height: 1.7;
  color: #666;
}
.cards b {
  margin-top: auto;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.casino {
  background: var(--wine);
  color: white;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
}
.casino .eyebrow {
  color: #d0b787;
}
.casino > div > p:not(.eyebrow) {
  color: #decfd3;
  line-height: 1.8;
  margin: 25px 0 38px;
}
.light {
  background: white;
  color: var(--wine);
}
.games article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0;
  border-top: 1px solid #82505c;
}
.games h3 {
  font-size: 1.35rem;
}
.games small {
  color: #d0b787;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.games p {
  grid-column: 1/-1;
  color: #decfd3;
}
.dining {
  margin-top: 45px;
  gap: 20px;
}
.amenities {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 45px;
}
.amenities article {
  padding-left: 30px;
  border-left: 1px solid #444;
}
.amenities article p {
  color: #aaa;
  line-height: 1.7;
}
.event {
  background: var(--paper);
}
.event p:not(.eyebrow) {
  max-width: 760px;
  line-height: 1.8;
  font-size: 1.1rem;
}
.responsible {
  display: grid;
  grid-template-columns: 150px 1.4fr 0.8fr;
  gap: 55px;
}
.circle,
.foot-age {
  width: 120px;
  height: 120px;
  border: 1px solid var(--wine);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--wine);
  font-family: "Libre Caslon Display";
  font-size: 2.5rem;
}
.responsible p {
  line-height: 1.75;
  color: #666;
}
.responsible a {
  display: block;
  margin-top: 10px;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.contact form {
  display: grid;
  gap: 15px;
}
.contact input,
.contact select {
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 16px;
  background: transparent;
}
footer {
  background: #0d0d0c;
  color: white;
  padding: 60px 7vw 28px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 35px;
}
footer strong {
  font-family: "Libre Caslon Display";
  font-size: 1.8rem;
  font-weight: 400;
}
footer a {
  display: block;
  color: #aaa;
  margin-bottom: 8px;
}
.foot-age {
  width: 75px;
  height: 75px;
  font-size: 1.8rem;
  color: white;
  border-color: #777;
}
.legal {
  grid-column: 1/-1;
  border-top: 1px solid #333;
  padding-top: 22px;
  color: #777;
  font-size: 0.72rem;
  line-height: 1.7;
}
.age-gate {
  position: fixed;
  inset: 0;
  background: rgba(8, 8, 7, 0.95);
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
}
.age-panel {
  max-width: 520px;
  background: var(--paper);
  padding: 50px;
  text-align: center;
  border-top: 5px solid var(--brass);
}
.age-panel > b {
  display: grid;
  place-items: center;
  width: 85px;
  height: 85px;
  margin: auto;
  border: 1px solid var(--wine);
  border-radius: 50%;
  color: var(--wine);
  font-family: "Libre Caslon Display";
  font-size: 2rem;
}
.age-panel h2 {
  font-size: 2.4rem;
}
.age-panel p {
  line-height: 1.7;
  color: #666;
}
.age-panel button {
  display: block;
  width: 100%;
  border: 0;
  background: var(--wine);
  color: white;
  padding: 16px;
  margin: 25px 0 14px;
}
@media (max-width: 900px) {
  nav {
    gap: 16px;
    flex-wrap: wrap;
    height: auto;
    padding: 18px;
  }
  .hero,
  .casino,
  .contact {
    grid-template-columns: 1fr;
  }
  .building {
    height: 320px;
  }
  .booking {
    grid-template-columns: 1fr 1fr;
  }
  .booking button {
    grid-column: 1/-1;
  }
  .heading {
    display: block;
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .cards article {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .cards article:last-child {
    border-bottom: 1px solid var(--line);
  }
  .amenities {
    grid-template-columns: 1fr 1fr;
  }
  .responsible {
    grid-template-columns: 120px 1fr;
  }
  .responsible > div:last-child {
    grid-column: 2;
  }
}
@media (max-width: 600px) {
  .top small {
    display: none;
  }
  .hero {
    padding-top: 60px;
  }
  .hero h1 {
    font-size: 3.6rem;
  }
  .inline {
    display: block;
    margin: 24px 0;
  }
  .building {
    height: 250px;
    padding: 18px;
    gap: 8px;
  }
  .booking,
  .amenities,
  .responsible,
  .contact {
    grid-template-columns: 1fr;
  }
  .booking label {
    padding: 12px;
    border-bottom: 1px solid #444;
  }
  .section {
    padding: 75px 6vw;
  }
  .facts {
    display: block;
  }
  .facts span {
    display: block;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .responsible > div:last-child {
    grid-column: auto;
  }
  footer {
    grid-template-columns: 1fr auto;
  }
  .age-panel {
    padding: 34px 23px;
  }
}
