@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400&family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500&display=swap");
:root {
  --snow: #f1f4f2;
  --ice: #dce5e4;
  --navy: #061c29;
  --fjord: #0d4052;
  --blue: #5b8d9b;
  --silver: #aab8b7;
  --white: #fff;
  --line: rgba(6, 28, 41, 0.18);
  --serif: "Instrument Serif", serif;
  --sans: "Inter", sans-serif;
  --mono: "DM Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--snow);
  color: var(--navy);
  font-family: var(--sans);
  font-weight: 300;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.75;
}
.shell {
  width: min(100% - 48px, 1450px);
  padding: 0;
  margin: auto;
}
.section-pad {
  padding: clamp(90px, 11vw, 165px) 0;
}
.label,
.number {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.number {
  display: block;
  color: var(--blue);
  margin-bottom: 22px;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
}
h2 {
  font-size: clamp(3.7rem, 7vw, 7.6rem);
  letter-spacing: -0.045em;
}
.btn-main,
.btn-line,
.btn-dark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.11em;
}
.btn-main {
  background: var(--navy);
  color: #fff;
}
.btn-main:hover {
  background: var(--fjord);
  color: #fff;
}
.btn-line {
  border-color: currentColor;
}
.btn-dark {
  background: var(--navy);
  color: #fff;
  padding: 12px 20px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid;
  padding: 13px 0;
  font-family: var(--mono);
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.utility {
  height: 30px;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.site-header {
  background: rgba(241, 244, 242, 0.95);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.navbar {
  min-height: 84px;
}
.navbar-brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.navbar-brand small,
.footer-brand small {
  display: block;
  font-family: var(--mono);
  font-size: 0.45rem;
  letter-spacing: 0.16em;
  margin-top: 6px;
}
.logo {
  display: grid !important;
  place-items: center;
  width: 46px;
  height: 46px;
  background: var(--navy);
  color: #fff;
  font-family: var(--serif);
  font-size: 1.5rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.nav-link {
  font-family: var(--mono);
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 8px;
}
.hero {
  background: var(--snow);
  position: relative;
  overflow: hidden;
}
.north-glow {
  position: absolute;
  width: 60vw;
  height: 20vw;
  background: rgba(91, 141, 155, 0.18);
  filter: blur(60px);
  right: -5%;
  top: 5%;
  transform: rotate(-15deg);
}
.hero-grid {
  position: relative;
  min-height: calc(100vh - 114px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding-block: 65px;
}
.hero-copy {
  max-width: 830px;
}
.hero h1 {
  font-size: clamp(5.4rem, 10vw, 10.8rem);
  letter-spacing: -0.065em;
  margin: 25px 0 35px;
}
.hero h1 em {
  color: var(--blue);
}
.lead-copy {
  font-family: var(--serif);
  font-size: 1.35rem;
  max-width: 650px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 35px;
  margin: 38px 0 55px;
}
.facts {
  display: flex;
  gap: 55px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.facts div {
  display: flex;
  flex-direction: column;
}
.facts b {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
}
.facts span {
  font-family: var(--mono);
  font-size: 0.48rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.fjord-art {
  position: relative;
  height: 650px;
  background: var(--navy);
  overflow: hidden;
}
.moon {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--snow);
  right: 10%;
  top: 10%;
}
.mountain {
  position: absolute;
  bottom: 18%;
  clip-path: polygon(
    0 100%,
    22% 30%,
    38% 70%,
    57% 0,
    75% 62%,
    86% 36%,
    100% 100%
  );
  width: 100%;
  height: 55%;
}
.mountain.back {
  background: var(--blue);
  transform: scale(1.15);
  opacity: 0.55;
}
.mountain.front {
  background: var(--ice);
  bottom: 12%;
}
.water {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 22%;
  background: repeating-linear-gradient(
    0deg,
    var(--fjord) 0 2px,
    var(--navy) 3px 11px
  );
}
.coordinate {
  position: absolute;
  left: 25px;
  top: 25px;
  color: #fff;
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.15em;
}
.art-badge {
  position: absolute;
  right: 8%;
  bottom: 8%;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--snow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.art-badge span {
  font-family: var(--serif);
  font-size: 2.2rem;
}
.art-badge small {
  text-align: center;
  font-family: var(--mono);
  font-size: 0.43rem;
}
.hero-index {
  height: 58px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.13em;
}
.hero-index i {
  width: 100px;
  height: 1px;
  background: var(--navy);
}
.booking {
  background: var(--fjord);
  color: #fff;
  padding: 28px 0;
}
.booking form {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr) auto;
  gap: 30px;
  align-items: end;
}
.booking form > div {
  display: flex;
  flex-direction: column;
}
.booking form > div span,
.booking label {
  font-family: var(--mono);
  font-size: 0.49rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.booking form > div strong {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}
.booking input,
.booking select {
  display: block;
  width: 100%;
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px 0;
  margin-top: 7px;
  border-radius: 0;
}
.booking option {
  color: var(--navy);
}
.booking .btn-main {
  background: var(--snow);
  color: var(--navy);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: end;
}
.intro-grid h2 {
  margin: 0;
}
.editorial-copy {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.6vw, 2.7rem);
}
.editorial-copy p {
  line-height: 1.4;
}
.editorial-copy .body-copy {
  font-family: var(--sans);
  font-size: 0.86rem;
  margin-top: 35px;
  max-width: 600px;
}
.stay {
  background: var(--ice);
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 70px;
  align-items: end;
  margin-bottom: 70px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading > p {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.rooms {
  border-top: 1px solid var(--navy);
}
.rooms article {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 8vw;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid var(--navy);
}
.room-graphic {
  position: relative;
  height: 340px;
  background: var(--navy);
  overflow: hidden;
}
.room-graphic:before,
.room-graphic:after {
  content: "";
  position: absolute;
}
.room-graphic:before {
  inset: 0;
  background: linear-gradient(145deg, transparent 50%, var(--blue) 50%);
}
.room-graphic:after {
  left: 15%;
  right: 15%;
  bottom: 0;
  height: 60%;
  background: var(--snow);
  clip-path: polygon(0 100%, 30% 15%, 52% 65%, 73% 0, 100% 100%);
}
.room-graphic b {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 25px;
  font-family: var(--serif);
  font-size: 4.5rem;
  color: #fff;
  font-weight: 400;
}
.room-graphic i {
  position: absolute;
  z-index: 3;
  right: 8%;
  top: 10%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.g2 {
  background: var(--fjord);
}
.g2:before {
  background: linear-gradient(30deg, transparent 50%, var(--silver) 50%);
}
.g3 {
  background: var(--blue);
}
.g3:before {
  background: linear-gradient(160deg, transparent 45%, var(--navy) 45%);
}
.room-info small {
  font-family: var(--mono);
  font-size: 0.49rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.room-info h3 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  margin: 15px 0;
}
.room-info p {
  max-width: 550px;
}
.room-info a {
  display: flex;
  justify-content: space-between;
  width: min(100%, 400px);
  border-bottom: 1px solid;
  padding: 14px 0;
  margin-top: 25px;
  font-family: var(--mono);
  font-size: 0.53rem;
  text-transform: uppercase;
}
.casino {
  background: var(--navy);
  color: #fff;
}
.casino-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
}
.casino-title {
  position: sticky;
  top: 150px;
  align-self: start;
}
.casino-title > p:not(.label) {
  color: #aebdc1;
}
.age-disc {
  width: 150px;
  aspect-ratio: 1;
  border: 1px solid var(--blue);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.age-disc span {
  font-family: var(--serif);
  font-size: 3rem;
}
.age-disc small {
  font-family: var(--mono);
  font-size: 0.43rem;
  text-transform: uppercase;
}
.game-list {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.game-list article {
  display: grid;
  grid-template-columns: 42px 1fr 50px;
  gap: 22px;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.game-list > article > span {
  font-family: var(--mono);
  font-size: 0.5rem;
  color: var(--blue);
}
.game-list small {
  font-family: var(--mono);
  font-size: 0.48rem;
  text-transform: uppercase;
  color: #849ba1;
}
.game-list h3 {
  font-size: 2.3rem;
  margin: 7px 0;
}
.game-list p {
  font-size: 0.77rem;
  color: #aebdc1;
  margin: 0;
}
.game-list b {
  font-family: var(--serif);
  font-size: 2.3rem;
  font-weight: 400;
  color: var(--blue);
}
.venues {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.venues article {
  min-height: 430px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.venues article:last-child {
  border: 0;
}
.venues > article > span,
.venues small {
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.11em;
}
.venues h3 {
  font-size: 2.5rem;
  margin-top: auto;
}
.venues p {
  font-size: 0.8rem;
}
.venues small {
  margin-top: 20px;
  color: var(--blue);
}
.fjord-life {
  background: var(--fjord);
  color: #fff;
}
.fjord-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}
.landscape {
  position: relative;
  height: 600px;
  background: var(--snow);
  overflow: hidden;
}
.landscape .sun {
  position: absolute;
  width: 220px;
  height: 220px;
  background: var(--blue);
  border-radius: 50%;
  right: 8%;
  top: 10%;
}
.ridge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(
    0 100%,
    25% 18%,
    43% 68%,
    63% 0,
    82% 58%,
    100% 25%,
    100% 100%
  );
}
.r1 {
  height: 65%;
  background: var(--silver);
}
.r2 {
  height: 48%;
  background: var(--navy);
}
.landscape > span {
  position: absolute;
  z-index: 2;
  left: 25px;
  top: 25px;
  color: var(--navy);
  font-family: var(--mono);
  font-size: 0.48rem;
}
.experience {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.experience:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.experience > span {
  font-family: var(--mono);
  font-size: 0.48rem;
  color: var(--silver);
}
.experience h3 {
  font-size: 1.7rem;
  margin: 0;
}
.experience p {
  font-size: 0.77rem;
  color: #b5c3c6;
  margin: 8px 0;
}
.responsible {
  background: var(--ice);
}
.responsible-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 10vw;
  align-items: center;
}
.responsible-symbol {
  position: relative;
  width: min(34vw, 410px);
  aspect-ratio: 1;
  border: 1px solid var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.responsible-symbol:before,
.responsible-symbol:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 120%;
  background: var(--navy);
}
.responsible-symbol:after {
  transform: rotate(90deg);
}
.responsible-symbol span {
  font-family: var(--serif);
  font-size: 7rem;
}
.responsible-symbol small {
  text-align: center;
  font-family: var(--mono);
  font-size: 0.44rem;
}
.support {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 25px;
  border: 1px solid var(--navy);
  padding: 24px 28px;
  margin-top: 30px;
  font-size: 0.72rem;
}
.footer {
  background: var(--navy);
  color: #fff;
  padding: 95px 0 30px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top h2 {
  text-align: right;
  color: var(--silver);
  margin: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  padding: 50px 0;
}
.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.68rem;
}
.footer-grid strong {
  font-family: var(--mono);
  font-size: 0.5rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--silver);
}
.footer-grid span {
  color: #91a3a8;
}
.footer-18 {
  width: 155px;
  height: 155px;
  border: 1px solid var(--silver);
  border-radius: 50%;
  align-items: center !important;
  justify-content: center;
  text-align: center;
}
.footer-18 span {
  font-family: var(--serif);
  font-size: 3rem;
  color: #fff;
}
.footer-18 small {
  font-family: var(--mono);
  font-size: 0.4rem;
}
.legal {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 28px;
  max-width: 1200px;
  font-size: 0.59rem;
  color: #7d9297;
}
.copyright {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  font-family: var(--mono);
  font-size: 0.45rem;
  text-transform: uppercase;
  color: #60777d;
}
.age-gate {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(6, 28, 41, 0.97);
  display: grid;
  place-items: center;
  padding: 22px;
  transition: 0.3s;
}
.age-gate.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.gate-box {
  width: min(100%, 620px);
  background: var(--snow);
  padding: clamp(38px, 6vw, 70px);
  border: 1px solid var(--silver);
}
.age-mark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid var(--navy);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 2.2rem;
  float: right;
  margin: 0 0 20px 25px;
}
.gate-box h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  clear: left;
}
.gate-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0;
}
.gate-box small {
  font-size: 0.62rem;
  color: #66777a;
}
@media (max-width: 1100px) {
  .booking form {
    grid-template-columns: repeat(3, 1fr);
  }
  .booking form > div {
    grid-column: 1/-1;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .navbar-collapse {
    padding: 20px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .fjord-art {
    height: 600px;
  }
  .intro-grid,
  .casino-grid,
  .fjord-grid,
  .responsible-grid {
    grid-template-columns: 1fr;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }
  .section-heading > p {
    border: 0;
    padding: 0;
  }
  .casino-title {
    position: static;
  }
  .age-disc {
    margin-bottom: 55px;
  }
  .venues {
    grid-template-columns: 1fr;
  }
  .venues article {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .landscape {
    height: 500px;
  }
  .responsible-symbol {
    width: min(65vw, 380px);
    margin-bottom: 50px;
  }
  .footer-top {
    display: block;
  }
  .footer-top h2 {
    text-align: left;
    margin-top: 55px;
  }
}
@media (max-width: 768px) {
  .shell {
    width: min(100% - 28px, 1450px);
  }
  .utility {
    gap: 15px;
    font-size: 0.4rem;
  }
  .hero h1 {
    font-size: 4.4rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .facts {
    justify-content: space-between;
    gap: 15px;
  }
  .fjord-art {
    height: 500px;
  }
  .booking form {
    grid-template-columns: 1fr;
  }
  .rooms article {
    grid-template-columns: 1fr;
  }
  .room-graphic {
    height: 300px;
  }
  .fjord-grid {
    gap: 60px;
  }
  .support {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .gate-actions {
    flex-direction: column;
  }
  .age-mark {
    float: none;
    margin: 0 0 25px;
  }
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 3.5rem;
  }
  .fjord-art {
    height: 400px;
  }
  .moon {
    width: 170px;
    height: 170px;
  }
  .hero-index span:first-child,
  .hero-index i {
    display: none;
  }
  .room-graphic {
    height: 260px;
  }
  .landscape {
    height: 390px;
  }
  .responsible-symbol span {
    font-size: 5rem;
  }
  .footer-top h2 {
    font-size: 3.5rem;
  }
  .gate-box h1 {
    font-size: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
