/* Holland Casino Hotel — authored styles */

/* Tokens */
:root {
  --ink: #301837;
  --ink-deep: #160b1a;
  --cobalt: #577a80;
  --cobalt-soft: #7d999e;
  --oxide: #bdd354;
  --oxide-dark: #657b29;
  --linen: #eadfc9;
  --bone: #f9f3e7;
  --pearl: #cfd7d9;
  --sage: #97a49e;
  --copper: #a2789f;
  --white: #ffffff;
  --display: "Avenir Next", Futura, "Century Gothic", sans-serif;
  --body: "Helvetica Neue", Arial, sans-serif;
  --label: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --radius-sm: 0.35rem;
  --radius-md: 1.1rem;
  --radius-lg: 2.2rem;
  --shadow: 0 1.4rem 4rem rgba(7, 21, 43, 0.17);
  --section-space: clamp(4.5rem, 10vw, 9rem);
}

/* Base */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink-deep);
  background: var(--linen);
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.012em;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--oxide-dark);
}

h1,
h2,
h3,
h4,
.display-type {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.045em;
}

h1 {
  font-size: clamp(3rem, 12vw, 8.5rem);
  line-height: 0.88;
}

h2 {
  font-size: clamp(2.35rem, 7vw, 5.7rem);
  line-height: 0.98;
}

h1,
h2 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

h3 {
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.1;
}

p:last-child {
  margin-bottom: 0;
}

::selection {
  color: var(--bone);
  background: var(--oxide);
}

:focus-visible {
  outline: 3px solid #f2b98b;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-160%);
  color: var(--ink-deep);
  background: var(--bone);
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  transform: translateY(0);
}

/* Utilities */
.section-space {
  padding-block: var(--section-space);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.25rem;
  color: var(--oxide-dark);
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.6rem;
  height: 0.2rem;
  content: "";
  background: currentColor;
}

.eyebrow-light {
  color: var(--oxide);
}

.lede {
  max-width: 46rem;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
  line-height: 1.55;
}

.small-caps {
  font-family: var(--label);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.text-linen {
  color: var(--linen);
}

.bg-ink {
  color: var(--linen);
  background: var(--ink-deep);
}

.bg-cobalt {
  color: var(--bone);
  background: var(--cobalt);
}

.bg-oxide {
  color: var(--ink-deep);
  background: var(--oxide);
}

.bg-oxide .eyebrow-light {
  color: var(--ink-deep);
}

.bg-bone {
  background: var(--bone);
}

/* Navigation */
.site-header {
  position: relative;
  z-index: 1030;
  color: var(--bone);
  background: var(--ink-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.brand-block {
  display: inline-grid;
  padding-block: 0.8rem;
  color: var(--bone);
  text-decoration: none;
  line-height: 1;
}

.brand-name {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.02em;
}

.brand-subtitle {
  margin-top: 0.35rem;
  color: var(--oxide);
  font-family: var(--label);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.navbar-toggler {
  min-width: 48px;
  min-height: 48px;
  color: var(--bone);
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.site-nav .nav-link {
  min-height: 44px;
  padding: 0.75rem 0.85rem;
  color: rgba(255, 249, 239, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus-visible,
.site-nav .nav-link[aria-current="page"] {
  color: var(--bone);
}

.site-nav .nav-link[aria-current="page"] {
  box-shadow: inset 0 -3px var(--oxide);
}

.nav-reserve {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  color: var(--ink-deep);
  background: var(--oxide);
  border: 1px solid var(--oxide);
  border-radius: 999px;
  text-decoration: none;
}

.nav-reserve:hover {
  color: var(--bone);
  background: transparent;
  border-color: var(--bone);
}

/* Buttons and links */
.btn-aster,
.btn-ghost,
.text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.8rem 1.3rem;
  border-radius: 999px;
  font-family: var(--label);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.btn-aster {
  color: var(--ink-deep);
  background: var(--oxide);
  border: 1px solid var(--oxide);
}

.btn-aster:hover {
  color: var(--bone);
  background: var(--ink-deep);
  border-color: var(--ink-deep);
  transform: translateY(-2px);
}

.btn-ghost {
  color: var(--ink-deep);
  background: transparent;
  border: 1px solid currentColor;
}

.bg-ink .btn-ghost,
.bg-cobalt .btn-ghost,
.bg-oxide .btn-ghost {
  color: var(--bone);
}

.home-hero .btn-ghost,
.page-hero .btn-ghost {
  color: var(--bone);
}

.bg-oxide .btn-ghost {
  color: var(--ink-deep);
}

.btn-ghost:hover {
  color: var(--bone);
  background: var(--ink-deep);
  transform: translateY(-2px);
}

.bg-ink .btn-ghost:hover,
.bg-cobalt .btn-ghost:hover,
.bg-oxide .btn-ghost:hover {
  color: var(--ink-deep);
  background: var(--bone);
}

.text-link {
  min-height: 44px;
  padding-inline: 1.05rem;
  color: inherit;
  border: 1px solid currentColor;
}

.text-link::after {
  content: "→";
  font-size: 1.1rem;
}

/* Hero */
.home-hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: grid;
  align-items: end;
  color: var(--bone);
  background: var(--ink-deep);
  isolation: isolate;
}

.home-hero picture,
.home-hero img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 21, 43, 0.92) 0%, rgba(7, 21, 43, 0.58) 52%, rgba(7, 21, 43, 0.16) 100%),
    linear-gradient(0deg, rgba(7, 21, 43, 0.76), transparent 55%);
}

.hero-content {
  width: min(100%, 88rem);
  padding: clamp(2.5rem, 7vw, 7rem) 0;
}

.hero-content h1 {
  max-width: 10ch;
  margin-bottom: 1.7rem;
}

.hero-content .lede {
  max-width: 39rem;
  color: rgba(255, 249, 239, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-index {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.8rem;
  color: var(--ink-deep);
  background: rgba(189, 211, 84, 0.94);
  border-radius: 999px;
  font-family: var(--label);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  min-height: 66svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--bone);
  background: var(--ink-deep);
}

.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.64;
}

.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(7, 21, 43, 0.94), rgba(7, 21, 43, 0.04) 76%);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  padding-block: clamp(3rem, 8vw, 6.5rem);
}

.page-hero h1 {
  max-width: 11ch;
  margin-bottom: 1rem;
  font-size: clamp(3.3rem, 9vw, 7.2rem);
}

.page-hero .lede {
  color: rgba(255, 249, 239, 0.9);
}

/* Booking rail and forms */
.booking-rail {
  position: relative;
  z-index: 2;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--ink-deep);
  background: var(--bone);
  border-top: 0.45rem solid var(--oxide);
  box-shadow: var(--shadow);
}

.booking-rail label,
.form-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.form-control,
.form-select {
  min-height: 50px;
  color: var(--ink-deep);
  background-color: #fffdf8;
  border: 1px solid #9ca7b2;
  border-radius: var(--radius-sm);
}

textarea.form-control {
  min-height: 9rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--cobalt);
  box-shadow: 0 0 0 0.25rem rgba(25, 63, 143, 0.18);
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border-color: #75808c;
}

.form-check-input:checked {
  background-color: var(--cobalt);
  border-color: var(--cobalt);
}

.form-status {
  min-height: 1.75rem;
  margin-top: 0.85rem;
  font-size: 0.92rem;
}

.form-status[data-state="error"] {
  color: #9a261b;
}

.form-status[data-state="success"] {
  color: #17603a;
}

.form-note {
  color: #59616b;
  font-size: 0.86rem;
}

.honey-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Editorial layout */
.editorial-intro {
  position: relative;
  background:
    linear-gradient(90deg, var(--pearl) 0 18%, transparent 18%),
    var(--linen);
}

.editorial-number {
  color: var(--cobalt);
  font-family: var(--label);
  font-size: clamp(5rem, 15vw, 12rem);
  line-height: 0.75;
  opacity: 0.22;
}

.image-frame {
  position: relative;
}

.image-frame::before {
  position: absolute;
  z-index: -1;
  right: -1rem;
  bottom: -1rem;
  width: 65%;
  height: 70%;
  content: "";
  background: var(--oxide);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.feature-band {
  position: relative;
  overflow: hidden;
}

.feature-band::after {
  position: absolute;
  right: -12vw;
  bottom: -20vw;
  width: 44vw;
  height: 44vw;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 5vw rgba(255, 255, 255, 0.025), 0 0 0 11vw rgba(255, 255, 255, 0.025);
}

.feature-band > .container {
  position: relative;
  z-index: 1;
}

.story-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid currentColor;
}

.story-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding-block: 1.3rem;
  border-bottom: 1px solid rgba(16, 33, 61, 0.28);
}

.bg-ink .story-list li,
.bg-cobalt .story-list li,
.bg-oxide .story-list li {
  border-color: rgba(255, 255, 255, 0.25);
}

.story-list strong {
  color: var(--oxide-dark);
  font-family: var(--label);
  font-size: 1.7rem;
  font-weight: 500;
}

.bg-ink .story-list strong,
.bg-cobalt .story-list strong,
.bg-oxide .story-list strong {
  color: var(--oxide);
}

.bg-oxide .story-list strong {
  color: var(--ink-deep);
}

.offer-grid {
  display: grid;
  gap: 1px;
  background: rgba(16, 33, 61, 0.24);
  border: 1px solid rgba(16, 33, 61, 0.24);
}

.offer-panel {
  min-height: 100%;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background: var(--bone);
}

.offer-panel .offer-number {
  margin-bottom: 2rem;
  color: var(--oxide-dark);
  font-family: var(--label);
  font-size: 2.7rem;
}

.offer-panel h3 {
  margin-bottom: 1rem;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.metric {
  padding: 1.5rem;
  background: rgba(7, 21, 43, 0.28);
}

.metric strong {
  display: block;
  font-family: var(--label);
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 500;
  line-height: 1;
}

.metric span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.split-photo {
  min-height: 36rem;
}

.split-photo img {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  object-fit: cover;
}

.split-copy {
  display: flex;
  align-items: center;
  padding: clamp(2.4rem, 6vw, 6rem);
}

.quote-band {
  padding-block: clamp(4rem, 8vw, 8rem);
  color: var(--ink-deep);
  background: var(--pearl);
}

.quote-band blockquote {
  max-width: 23ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.15;
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.6rem;
  width: 1px;
  content: "";
  background: rgba(16, 33, 61, 0.32);
}

.timeline li {
  position: relative;
  padding: 0 0 2.4rem 2.5rem;
}

.timeline li::before {
  position: absolute;
  top: 0.35rem;
  left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background: var(--oxide-dark);
  border-radius: 50%;
}

.timeline time {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--oxide-dark);
  font-weight: 700;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.gallery-mosaic figure {
  margin: 0;
  overflow: hidden;
}

.gallery-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-mosaic figure:hover img {
  transform: scale(1.025);
}

.amenity-line {
  display: flex;
  min-height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.2rem;
  border-bottom: 1px solid rgba(16, 33, 61, 0.28);
}

.amenity-line h3 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.3rem);
}

.amenity-line span {
  color: var(--oxide-dark);
  font-family: var(--label);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

/* Responsible gaming */
.responsible-band {
  color: var(--ink-deep);
  background:
    linear-gradient(135deg, rgba(158, 170, 145, 0.42), transparent 52%),
    var(--pearl);
  border-top: 0.5rem solid var(--sage);
}

.responsible-points {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.responsible-points li {
  padding: 1rem 1.1rem;
  background: rgba(255, 249, 239, 0.62);
  border-left: 0.3rem solid var(--cobalt);
}

/* Contact and legal */
.contact-panel {
  padding: clamp(2rem, 5vw, 4.5rem);
  background: var(--bone);
  box-shadow: var(--shadow);
}

.contact-aside {
  height: 100%;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--bone);
  background: var(--cobalt);
}

.contact-aside a {
  color: var(--bone);
  overflow-wrap: anywhere;
}

.legal-hero {
  padding-block: clamp(4rem, 8vw, 7rem);
  color: var(--bone);
  background:
    linear-gradient(110deg, var(--ink-deep) 0 62%, var(--cobalt) 62% 78%, var(--oxide) 78%);
}

.legal-content {
  max-width: 58rem;
}

.legal-content section {
  padding-block: 2rem;
  border-bottom: 1px solid rgba(16, 33, 61, 0.22);
}

.legal-content h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.legal-content h3 {
  font-size: 1.35rem;
}

/* Footer */
.site-footer {
  color: rgba(255, 249, 239, 0.8);
  background: var(--ink-deep);
}

.footer-main {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.footer-title {
  color: var(--bone);
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.3rem, 6vw, 4.5rem);
  line-height: 1;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 249, 239, 0.82);
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--bone);
}

.footer-mail {
  color: var(--bone);
  font-family: var(--label);
  font-size: clamp(1.25rem, 3vw, 2rem);
  overflow-wrap: anywhere;
}

.footer-bottom {
  padding-block: 1.35rem;
  font-size: 0.82rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Reveal enhancement */
[data-reveal] {
  opacity: 1;
}

.js-ready [data-reveal] {
  transform: translateY(1.25rem);
  opacity: 0;
  transition: opacity 650ms ease, transform 650ms ease;
}

.js-ready [data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

/* Responsive */
@media (min-width: 576px) {
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .responsible-points {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .metric-strip {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-mosaic {
    grid-template-columns: 1.3fr 0.7fr;
    grid-template-rows: repeat(2, minmax(16rem, 1fr));
  }

  .gallery-mosaic figure:first-child {
    grid-row: 1 / 3;
  }

  .responsible-points {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .home-hero,
  .page-hero {
    min-height: 68svh;
    grid-template-columns: minmax(23rem, 0.76fr) minmax(0, 1.24fr);
    align-items: stretch;
  }

  .home-hero picture {
    position: relative;
    z-index: 0;
    grid-column: 2;
    grid-row: 1;
    min-height: 68svh;
  }

  .home-hero picture img {
    position: absolute;
    z-index: 0;
  }

  .home-hero::after,
  .page-hero::after {
    display: none;
  }

  .hero-content,
  .page-hero-content {
    z-index: 1;
    width: auto;
    max-width: none;
    height: 100%;
    display: flex;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding: clamp(3rem, 6vw, 6.5rem) clamp(2.5rem, 4vw, 5rem);
    background: var(--ink-deep);
  }

  .hero-content h1 {
    font-size: clamp(3.7rem, 5.5vw, 6.1rem);
  }

  .page-hero img {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    min-height: 68svh;
    opacity: 1;
  }

  .page-hero h1 {
    font-size: clamp(3.2rem, 4.8vw, 5.4rem);
  }

  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .navbar-expand-xl .navbar-nav {
    align-items: center;
  }

  .site-nav .nav-link {
    padding-inline: 0.62rem;
    font-size: 0.7rem;
  }

  .image-frame::before {
    right: -1.6rem;
    bottom: -1.6rem;
  }
}

@media (min-width: 1200px) {
  .site-nav .nav-link {
    padding-inline: 0.85rem;
    font-size: 0.74rem;
  }

  .offer-grid.four-up {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991.98px) {
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .image-frame::before {
    right: 0;
    bottom: -0.75rem;
  }
}

@media (max-width: 1199.98px) {
  .navbar-collapse {
    padding-block: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .nav-reserve {
    width: 100%;
    margin-top: 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .hero-actions > * {
    width: 100%;
  }

  .booking-rail {
    margin-inline: -0.25rem;
  }

  .image-frame::before {
    right: 0;
    bottom: -0.75rem;
  }

  .home-hero::after {
    background: linear-gradient(0deg, rgba(22, 11, 26, 0.94) 0%, rgba(22, 11, 26, 0.55) 72%, rgba(22, 11, 26, 0.24) 100%);
  }

  .amenity-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .amenity-line span {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-ready [data-reveal] {
    transform: none;
    opacity: 1;
  }
}
