:root {
  --ink: #172033;
  --muted: #586276;
  --sand: #fff8eb;
  --coral: #f16455;
  --coral-dark: #c83e35;
  --ocean: #087e8b;
  --ocean-dark: #075b65;
  --line: #e5e9ef;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.accommodation-guide {
  margin: 0;
  color: var(--ink);
  background: #f7f8fa;
  font-family: "Montserrat", system-ui, sans-serif;
  line-height: 1.7;
}

.accommodation-guide h1,
.accommodation-guide h2,
.accommodation-guide h3 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.15;
}

.accommodation-guide a {
  color: inherit;
}

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

.stay-container {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.stay-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 24, 39, 0.94);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.stay-nav-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.stay-brand {
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.stay-nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 0.9rem;
}

.stay-nav-links a {
  color: #dce4ef;
  text-decoration: none;
}

.stay-nav-links a:hover,
.stay-nav-links a:focus-visible {
  color: #fff;
}

.stay-hero {
  min-height: 590px;
  display: grid;
  place-items: end start;
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 24, 37, 0.9) 0%, rgba(9, 24, 37, 0.56) 54%, rgba(9, 24, 37, 0.18) 100%),
    var(--hero-image) center 48% / cover no-repeat;
}

.stay-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  z-index: -1;
  background: linear-gradient(transparent, rgba(9, 24, 37, 0.32));
}

.stay-hero-copy {
  max-width: 780px;
  padding-block: 90px 82px;
}

.stay-eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stay-hero h1 {
  max-width: 760px;
  margin: 18px 0 18px;
  font-size: clamp(2.45rem, 6vw, 4.8rem);
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.stay-hero-lead {
  max-width: 690px;
  margin: 0;
  color: #eef4f7;
  font-size: clamp(1rem, 2vw, 1.23rem);
}

.stay-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.stay-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--coral);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(166, 47, 39, 0.24);
}

.stay-button:hover,
.stay-button:focus-visible {
  background: var(--coral-dark);
  transform: translateY(-1px);
}

.stay-button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.stay-main {
  padding-block: 52px 84px;
}

.stay-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 26px;
  align-items: stretch;
}

.stay-answer,
.stay-check-card {
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(23, 32, 51, 0.08);
}

.stay-answer {
  border-left: 6px solid var(--coral);
  background: #fff;
}

.stay-answer h2,
.stay-check-card h2 {
  margin: 0 0 14px;
  font-size: 1.65rem;
}

.stay-answer p:last-child,
.stay-check-card p:last-child {
  margin-bottom: 0;
}

.stay-check-card {
  background: var(--ink);
  color: #fff;
}

.stay-check-card ul {
  margin: 0;
  padding-left: 20px;
  color: #e9edf4;
}

.stay-check-card li + li {
  margin-top: 8px;
}

.stay-section {
  padding-top: 76px;
}

.stay-section-heading {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.stay-section-heading .kicker {
  display: block;
  color: var(--coral-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stay-section-heading h2 {
  margin: 8px 0 12px;
  font-size: clamp(2rem, 4vw, 3.05rem);
  letter-spacing: -0.025em;
}

.stay-section-heading p {
  margin: 0;
  color: var(--muted);
}

.traveler-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.traveler-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(23, 32, 51, 0.05);
}

.traveler-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 13px;
  background: var(--sand);
  color: var(--coral-dark);
  font-size: 1.2rem;
  font-weight: 800;
}

.traveler-card h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.traveler-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.traveler-card strong {
  color: var(--ocean-dark);
}

.comparison-shell {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(23, 32, 51, 0.07);
}

.stay-comparison {
  width: 100%;
  border-collapse: collapse;
}

.stay-comparison th,
.stay-comparison td {
  padding: 15px 17px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.stay-comparison th {
  background: var(--ink);
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.stay-comparison tbody tr:nth-child(even) {
  background: #f8fafc;
}

.stay-comparison tbody tr:hover {
  background: #fff6e9;
}

.stay-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.resort-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.resort-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(23, 32, 51, 0.08);
}

.resort-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.resort-card-body {
  padding: 25px;
}

.resort-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 13px;
}

.resort-tag {
  padding: 5px 9px;
  border-radius: 999px;
  background: #e7f4f5;
  color: var(--ocean-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.resort-card h3 {
  margin: 0 0 10px;
  font-size: 1.65rem;
}

.resort-card p {
  margin: 0 0 13px;
  color: var(--muted);
}

.resort-card ul {
  margin: 0;
  padding-left: 19px;
}

.resort-card li + li {
  margin-top: 6px;
}

.resort-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--coral-dark) !important;
  font-weight: 800;
  text-decoration: none;
}

.resort-link:hover,
.resort-link:focus-visible {
  text-decoration: underline;
}

.stay-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.stay-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

.stay-panel h3 {
  margin-top: 0;
  font-size: 1.45rem;
}

.stay-panel ul,
.stay-panel ol {
  padding-left: 21px;
}

.stay-panel li + li {
  margin-top: 9px;
}

.warning-box,
.source-box {
  margin-top: 28px;
  padding: 25px 28px;
  border-radius: 18px;
}

.warning-box {
  border-left: 6px solid #e5a50a;
  background: #fff7d8;
}

.warning-box h3,
.source-box h2 {
  margin-top: 0;
}

.source-box {
  border: 1px solid #cfe0e2;
  background: #edf8f8;
}

.source-box a {
  color: var(--ocean-dark);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.stay-footer {
  padding-block: 44px;
  background: #101827;
  color: #d8e0eb;
}

.stay-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.stay-footer a {
  color: #fff;
}

.stay-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .stay-nav-links {
    display: none;
  }

  .stay-hero {
    min-height: 530px;
    background-position: 58% center;
  }

  .stay-intro-grid,
  .stay-split {
    grid-template-columns: 1fr;
  }

  .traveler-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .stay-container {
    width: min(100% - 22px, 1160px);
  }

  .stay-nav-inner {
    min-height: 60px;
  }

  .stay-hero {
    min-height: 500px;
  }

  .stay-hero-copy {
    padding-block: 70px 58px;
  }

  .stay-main {
    padding-top: 30px;
  }

  .stay-intro-grid,
  .traveler-grid,
  .resort-grid {
    grid-template-columns: 1fr;
  }

  .stay-section {
    padding-top: 58px;
  }

  .resort-card img {
    height: 210px;
  }

  .stay-comparison thead {
    display: none;
  }

  .stay-comparison,
  .stay-comparison tbody,
  .stay-comparison tr,
  .stay-comparison td {
    display: block;
    width: 100%;
  }

  .stay-comparison tr {
    padding: 15px 17px;
    border-bottom: 1px solid var(--line);
  }

  .stay-comparison td {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 12px;
    padding: 7px 0;
    border: 0;
  }

  .stay-comparison td::before {
    content: attr(data-label);
    color: var(--ocean-dark);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .stay-footer-inner {
    display: grid;
  }
}

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

  .stay-button {
    transition: none;
  }
}
