@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Prata&display=swap");
:root {
  --coal: #151817;
  --pine: #25342f;
  --stone: #d9d2c5;
  --cream: #f5f1e9;
  --bronze: #9b7550;
  --line: #aaa398;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--coal);
  font-family: Manrope, sans-serif;
}
h1,
h2,
h3 {
  font-family: Prata, serif;
  font-weight: 400;
}
a {
  color: inherit;
}
.topline {
  height: 48px;
  background: var(--coal);
  color: #fff;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  gap: 28px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
}
.topline small {
  color: #909590;
}
.topline a {
  margin-left: auto;
  color: #fff;
}
nav {
  height: 70px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 42px;
  border-bottom: 1px solid var(--line);
}
nav a {
  text-decoration: none;
  font-size: 0.8rem;
}
.hero {
  min-height: 630px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  background: var(--stone);
}
.hero-side {
  padding: 100px 6vw;
  align-self: center;
}
.overline {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.66rem;
  color: var(--bronze);
  font-weight: 600;
}
.hero h1 {
  font-size: clamp(3.6rem, 6.5vw, 7rem);
  line-height: 0.93;
  letter-spacing: -0.04em;
  margin: 22px 0;
}
.hero h1 em {
  color: var(--pine);
}
.hero-side > p:not(.overline) {
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 580px;
}
.primary {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 25px;
  background: var(--pine);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.7rem;
}
.night-art {
  background: var(--pine);
  padding: 9vw;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.window-grid {
  width: 100%;
  height: 390px;
  border: 1px solid #66716d;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 28px;
  transform: skewY(-3deg);
}
.window-grid i {
  border: 1px solid #69746f;
  background: #1b2723;
}
.window-grid i:nth-child(3n) {
  background: var(--bronze);
}
.horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  border-top: 1px solid #76817d;
}
.night-art > span {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #9aa39f;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}
.booking {
  background: var(--coal);
  color: #fff;
  padding: 23px 6vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  align-items: end;
}
.booking label {
  padding: 0 18px;
  border-right: 1px solid #424643;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
}
.booking input,
.booking select {
  display: block;
  width: 100%;
  margin-top: 8px;
  background: transparent;
  color: #fff;
  border: 0;
}
.booking option {
  color: #000;
}
.booking button,
.contact button {
  border: 0;
  background: var(--bronze);
  color: #fff;
  padding: 17px 27px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
}
.section {
  padding: 105px 7vw;
}
.intro {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 55px;
}
.intro-number {
  font-family: Prata;
  font-size: 3rem;
  color: var(--bronze);
}
.intro h2,
.section-heading h2,
.casino h2,
.wellbeing h2,
.responsible h2,
.contact h2 {
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  line-height: 1.02;
}
.intro > div:last-child > p {
  line-height: 1.85;
  color: #59605d;
}
.intro dl {
  display: flex;
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 22px;
}
.intro dl div {
  flex: 1;
}
.intro dt {
  font-family: Prata;
  font-size: 1.5rem;
}
.intro dd {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.rooms {
  background: #ece7dc;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
}
.room-stack article {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 25px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.room-stack article > span {
  color: var(--bronze);
  font-size: 0.65rem;
}
.room-stack h3 {
  font-size: 1.65rem;
  margin: 0;
}
.room-stack p {
  color: #5f6562;
}
.room-stack b {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.casino {
  background: var(--pine);
  color: #fff;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
}
.casino .overline {
  color: #c6a483;
}
.casino-copy > p:not(.overline):not(.opening) {
  color: #b7c0bc;
  line-height: 1.8;
}
.opening {
  border-left: 2px solid var(--bronze);
  padding-left: 18px;
  margin-top: 35px;
  color: #aab5b0;
}
.opening small,
.opening b {
  display: block;
}
.casino-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.casino-grid article {
  border: 1px solid #54635d;
  padding: 30px;
  min-height: 235px;
}
.casino-grid small {
  color: #c6a483;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.casino-grid h3 {
  font-size: 1.6rem;
  margin: 30px 0 14px;
}
.casino-grid p {
  color: #b7c0bc;
  line-height: 1.65;
}
.dining {
  background: var(--cream);
}
.venues {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
}
.venues article {
  padding: 35px;
  border-block: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
.venues article:first-child {
  border-left: 1px solid var(--line);
}
.venues small {
  color: var(--bronze);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.venues h3 {
  font-size: 1.9rem;
  margin: 40px 0 15px;
}
.venues p {
  line-height: 1.7;
  color: #5d6460;
}
.venues b {
  margin-top: auto;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.wellbeing {
  background: var(--stone);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-left: 7vw;
}
.wellbeing > div:first-child {
  padding: 100px 6vw 100px 0;
}
.wellbeing p:not(.overline) {
  line-height: 1.8;
  max-width: 600px;
}
.sauna-lines {
  height: 100%;
  min-height: 430px;
  background: var(--bronze);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.sauna-lines i {
  height: 68%;
  width: 9px;
  background: #c5a688;
}
.responsible {
  display: grid;
  grid-template-columns: 140px 1.4fr 0.8fr;
  gap: 50px;
}
.responsible > strong {
  width: 112px;
  height: 112px;
  border: 1px solid var(--bronze);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Prata;
  font-size: 2.2rem;
  color: var(--bronze);
}
.responsible p {
  line-height: 1.75;
  color: #5d6460;
}
.responsible a {
  display: block;
  margin-top: 10px;
}
.contact {
  background: #ece7dc;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.contact form {
  display: grid;
  gap: 14px;
}
.contact input,
.contact select {
  padding: 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
}
footer {
  background: var(--coal);
  color: #fff;
  padding: 58px 7vw 26px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 35px;
}
footer strong {
  font-family: Prata;
  font-size: 1.6rem;
  font-weight: 400;
}
footer a {
  display: block;
  color: #999f9b;
  margin-bottom: 9px;
}
footer > b {
  width: 72px;
  height: 72px;
  border: 1px solid #666c68;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Prata;
  font-size: 1.6rem;
}
.legal {
  grid-column: 1/-1;
  border-top: 1px solid #3a3e3c;
  padding-top: 22px;
  color: #858b87;
  font-size: 0.7rem;
  line-height: 1.7;
}
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 12, 11, 0.96);
  display: grid;
  place-items: center;
  padding: 20px;
}
.age-card {
  width: min(520px, 100%);
  padding: 48px;
  background: var(--stone);
  text-align: center;
  border-top: 5px solid var(--bronze);
}
.age-card > strong {
  width: 82px;
  height: 82px;
  margin: 0 auto 22px;
  border: 1px solid var(--bronze);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Prata;
  font-size: 1.9rem;
  color: var(--bronze);
}
.age-card h2 {
  font-size: 2.4rem;
}
.age-card p {
  line-height: 1.7;
  color: #575d59;
}
.age-card button {
  display: block;
  width: 100%;
  padding: 16px;
  margin: 24px 0 14px;
  border: 0;
  background: var(--pine);
  color: #fff;
}
.age-card a {
  font-size: 0.8rem;
}
@media (max-width: 900px) {
  nav {
    height: auto;
    padding: 18px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero,
  .rooms,
  .casino,
  .wellbeing,
  .contact {
    grid-template-columns: 1fr;
  }
  .night-art {
    min-height: 380px;
  }
  .booking {
    grid-template-columns: 1fr 1fr;
  }
  .booking button {
    grid-column: 1/-1;
  }
  .intro {
    grid-template-columns: 60px 1fr;
  }
  .intro > div:last-child {
    grid-column: 2;
  }
  .sauna-lines {
    min-height: 260px;
  }
  .responsible {
    grid-template-columns: 115px 1fr;
  }
  .responsible > div:last-child {
    grid-column: 2;
  }
}
@media (max-width: 600px) {
  .topline small {
    display: none;
  }
  .hero-side {
    padding: 70px 6vw;
  }
  .hero h1 {
    font-size: 3.45rem;
  }
  .night-art {
    min-height: 300px;
    padding: 10vw;
  }
  .window-grid {
    height: 230px;
    padding: 15px;
    gap: 8px;
  }
  .booking,
  .intro,
  .casino-grid,
  .venues,
  .responsible,
  .contact {
    grid-template-columns: 1fr;
  }
  .booking label {
    padding: 12px;
    border-bottom: 1px solid #424643;
  }
  .section {
    padding: 75px 6vw;
  }
  .intro > div:last-child,
  .responsible > div:last-child {
    grid-column: auto;
  }
  .room-stack article {
    grid-template-columns: 35px 1fr;
  }
  .room-stack b {
    grid-column: 2;
  }
  .venues article {
    border: 1px solid var(--line);
    border-bottom: 0;
  }
  .venues article:last-child {
    border-bottom: 1px solid var(--line);
  }
  footer {
    grid-template-columns: 1fr auto;
  }
  .age-card {
    padding: 34px 23px;
  }
}
