/* FAQ page composition. The accepted homepage shell stays in the shared files. */
:root {
  --faq-ink: #19352e;
  --faq-muted: #5c6a61;
  --faq-paper: #f6f2e8;
  --faq-cream: #fffaf0;
  --faq-line: rgba(25, 53, 46, 0.18);
  --faq-moss: #5f7054;
  --faq-sage: #dbe2d2;
  --faq-copper: #b77b55;
}

body:has(main.faq-page) {
  background: var(--faq-paper);
  color: var(--faq-ink);
  font-family: Arial, sans-serif;
}

body:has(main.faq-page) > header {
  position: relative;
  z-index: 3;
  min-height: 0;
  color: var(--faq-cream);
  background: var(--faq-ink);
  --homepage-region-ink: var(--faq-cream);
  --homepage-region-edge-color: var(--faq-ink);
}

body:has(main.faq-page) > header .hero-content {
  min-height: 86px;
  padding: 0 24px;
  overflow: visible;
  background-color: var(--faq-ink);
  background-image: none;
}

body:has(main.faq-page) > header .hero-copy,
body:has(main.faq-page) > header .hero-disclaimer {
  display: none;
}

body:has(main.faq-page) > header .site-topbar {
  min-height: 86px;
}

body:has(main.faq-page) > header .brand-link img {
  filter: brightness(0) invert(1);
}

.faq-page {
  width: 100%;
  overflow: visible;
  background: var(--faq-paper);
}

.faq-page > section {
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
}

.faq-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: center;
  padding-top: clamp(72px, 10vw, 132px);
  padding-bottom: clamp(72px, 9vw, 128px);
}

.faq-intro__content {
  max-width: 620px;
}

.faq-eyebrow {
  margin: 0 0 19px;
  color: var(--faq-moss);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.faq-title,
.faq-section__title,
.faq-contact__title {
  margin: 0;
  color: var(--faq-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.faq-title {
  max-width: 680px;
  font-size: clamp(54px, 7.2vw, 102px);
  line-height: 0.96;
}

.faq-intro__text {
  max-width: 555px;
  margin: 34px 0 0;
  color: var(--faq-muted);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.5;
}

.faq-intro__meta {
  display: flex;
  gap: 42px;
  margin-top: 44px;
}

.faq-stat {
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding-top: 13px;
  border-top: 1px solid var(--faq-line);
}

.faq-stat__number {
  color: var(--faq-copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.faq-stat__label {
  color: var(--faq-muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.faq-intro__visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 18px 18px 72px;
  background: var(--faq-sage);
}

.faq-intro__visual::before {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 84px;
  height: 84px;
  border-top: 1px solid var(--faq-copper);
  border-right: 1px solid var(--faq-copper);
  content: "";
}

.faq-intro__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.faq-intro__caption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  margin: 0;
  color: var(--faq-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.25;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 9vw, 150px);
  padding-top: clamp(58px, 8vw, 106px);
  padding-bottom: clamp(58px, 8vw, 106px);
  border-top: 1px solid var(--faq-line);
}

.faq-section--arrival {
  background: linear-gradient(90deg, transparent 0 16%, rgba(219, 226, 210, 0.2) 16% 100%);
}

.faq-section--dining {
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.42), transparent 62%);
}

.faq-section--relaxation {
  background: linear-gradient(90deg, transparent 0 35%, rgba(219, 226, 210, 0.16) 35% 100%);
}

.faq-section--evenings {
  background: linear-gradient(90deg, rgba(183, 123, 85, 0.05), transparent 70%);
}

.faq-section--casino,
.faq-section--responsibility {
  background: linear-gradient(90deg, transparent, rgba(219, 226, 210, 0.12));
}

.faq-section__header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: start;
  gap: 18px;
}

.faq-section__number {
  color: var(--faq-copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.2;
}

.faq-section__header .faq-eyebrow {
  margin-bottom: 14px;
}

.faq-section__title {
  max-width: 440px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
}

.faq-section__lede {
  max-width: 390px;
  margin: 22px 0 0;
  color: var(--faq-muted);
  font-size: 16px;
  line-height: 1.55;
}

.faq-list {
  border-top: 1px solid var(--faq-line);
}

.faq-item {
  border-bottom: 1px solid var(--faq-line);
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 22px 42px 22px 0;
  color: var(--faq-ink);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.2;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: translateY(-65%) rotate(135deg);
  transition: transform 180ms ease;
}

.faq-item[open] .faq-question::after {
  transform: translateY(-35%) rotate(-45deg);
}

.faq-question:focus-visible,
.faq-link:focus-visible,
.faq-button:focus-visible {
  outline: 2px solid var(--faq-copper);
  outline-offset: 4px;
}

.faq-answer {
  max-width: 650px;
  padding: 0 44px 25px 0;
}

.faq-answer__text {
  margin: 0;
  color: var(--faq-muted);
  font-size: 16px;
  line-height: 1.65;
}

.faq-link {
  color: var(--faq-ink);
  text-decoration: underline;
  text-decoration-color: var(--faq-copper);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.faq-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 50px;
  align-items: center;
  margin-top: clamp(28px, 5vw, 72px) !important;
  margin-bottom: clamp(72px, 10vw, 140px) !important;
  padding: clamp(42px, 6vw, 82px);
  color: var(--faq-cream);
  background: var(--faq-ink);
}

.faq-contact .faq-eyebrow,
.faq-contact__title,
.faq-contact__copy {
  color: var(--faq-cream);
}

.faq-contact__title {
  max-width: 640px;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 0.98;
}

.faq-contact__copy {
  max-width: 590px;
  margin: 23px 0 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 17px;
  line-height: 1.55;
}

.faq-contact__content {
  min-width: 0;
}

.faq-contact__note {
  margin: 15px 0 0;
  color: rgba(255, 250, 240, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.faq-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 33px;
}

.faq-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  color: var(--faq-ink);
  background: var(--faq-cream);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.faq-button:hover {
  color: var(--faq-cream);
  background: var(--faq-copper);
}

.faq-button--quiet {
  color: var(--faq-cream);
  border: 1px solid rgba(255, 250, 240, 0.5);
  background: transparent;
}

.faq-contact__aside {
  display: grid;
  justify-items: center;
  gap: 10px;
  align-content: center;
  min-height: 160px;
  border-left: 1px solid rgba(255, 250, 240, 0.3);
  color: var(--faq-cream);
  text-align: center;
}

.faq-contact__aside span {
  color: var(--faq-copper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: 0.9;
}

.faq-contact__aside small {
  font-size: 11px;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  body:has(main.faq-page) > header .hero-content {
    min-height: 70px;
    padding: 0 14px;
  }

  body:has(main.faq-page) > header .site-topbar {
    min-height: 70px;
  }

  .faq-page > section {
    width: min(100% - 40px, 620px);
  }

  .faq-intro {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-top: 64px;
    padding-bottom: 68px;
  }

  .faq-intro__visual {
    min-height: 320px;
  }

  .faq-intro__visual img {
    min-height: 238px;
  }

  .faq-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .faq-section__lede {
    max-width: 560px;
  }

  .faq-contact {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 38px 30px;
  }

  .faq-contact__aside {
    grid-template-columns: auto auto;
    justify-content: start;
    min-height: 0;
    border-top: 1px solid rgba(255, 250, 240, 0.3);
    border-left: 0;
    padding-top: 24px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .faq-page > section {
    width: calc(100% - 32px);
  }

  .faq-title {
    font-size: clamp(47px, 15vw, 70px);
  }

  .faq-intro__meta {
    gap: 22px;
  }

  .faq-stat {
    display: grid;
    gap: 4px;
  }

  .faq-section__header {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }

  .faq-question {
    min-height: 72px;
    padding-right: 32px;
  }

  .faq-answer {
    padding-right: 20px;
  }

  .faq-contact {
    width: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 60px !important;
    padding: 35px 24px;
  }

  .faq-contact__actions {
    display: grid;
  }

  .faq-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-question::after,
  .faq-button {
    transition: none;
  }
}
