:root {
  --ink: #17212b;
  --muted: #65727f;
  --line: #dce4ea;
  --paper: #fbfcfd;
  --soft: #eef5f7;
  --brand: #006d77;
  --brand-dark: #064d55;
  --gold: #b6862c;
  --danger: #8c2f39;
  --white: #fff;
  --shadow: 0 18px 50px rgba(23, 33, 43, .12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a { color: var(--brand-dark); font-weight: 700; text-decoration: none; }
a:hover { text-decoration: underline; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: var(--ink);
  font-size: 1.35rem;
  letter-spacing: .01em;
}

.brand span { font-weight: 900; }
.brand small { color: var(--brand); font-weight: 800; }

.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav a { color: var(--ink); font-size: .95rem; }
.main-nav a.active { color: var(--brand); }

.nav-toggle { display: none; border: 1px solid var(--line); background: var(--white); border-radius: 8px; padding: 8px 12px; font-weight: 800; }

.hero {
  min-height: 680px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: #0d2730;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 18, 25, .9), rgba(5, 18, 25, .58), rgba(5, 18, 25, .18)),
    radial-gradient(circle at 78% 28%, rgba(255, 221, 133, .78) 0 2%, transparent 3%),
    radial-gradient(circle at 70% 56%, rgba(255, 255, 255, .8) 0 1%, transparent 2%),
    linear-gradient(135deg, #063e48 0%, #0b6170 45%, #f2b35b 46%, #f6d08b 49%, #123946 50%, #08232c 100%);
}

.hero-media::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 0;
  width: min(720px, 64vw);
  height: 56%;
  background:
    linear-gradient(to top, rgba(255,255,255,.24), rgba(255,255,255,0)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.86) 0 10px, rgba(7,48,57,.86) 10px 30px);
  clip-path: polygon(8% 100%, 15% 20%, 42% 6%, 68% 18%, 82% 0, 94% 100%);
  opacity: .72;
}

.hero-content {
  position: relative;
  max-width: 780px;
  padding: 0 clamp(18px, 5vw, 72px) 72px;
  color: var(--white);
}

.hero h1, .page-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.9rem);
  line-height: 1.02;
  margin: 12px 0 18px;
}

.hero p { max-width: 680px; font-size: 1.08rem; }
.eyebrow { margin: 0; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 900; }

.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 8px; border: 1px solid transparent; font-weight: 900; }
.button.primary { background: var(--brand); color: var(--white); }
.button.secondary { background: rgba(255,255,255,.14); color: var(--white); border-color: rgba(255,255,255,.44); }
.page .button.secondary { color: var(--brand-dark); border-color: var(--line); background: var(--white); }

.notice, .section, .split-section, .page { max-width: 1180px; margin: 0 auto; padding: 58px clamp(18px, 4vw, 32px); }
.notice { margin-top: -34px; position: relative; background: #fff7e6; border: 1px solid #efd59c; border-radius: 8px; box-shadow: var(--shadow); padding: 18px 22px; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
h2 { font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.15; margin: 8px 0 10px; }
h3 { font-size: 1.25rem; line-height: 1.2; margin: 8px 0; }

.hotel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hotel-card, .content-card, .article-tile, .contact-form, .list-card, .review-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(23,33,43,.06);
}

.hotel-card { overflow: hidden; display: flex; flex-direction: column; }
.card-image, .thumb, .review-image { background-size: cover; background-position: center; }
.card-image { height: 190px; }
.card-body { padding: 20px; display: grid; gap: 8px; height: 100%; }
.tag { color: var(--brand); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.score { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); }
.score strong { color: var(--ink); font-size: 1.4rem; }

.bellagio { background-image: linear-gradient(135deg, rgba(12,47,58,.35), rgba(245,190,96,.3)), url("https://images.unsplash.com/photo-1605833556294-ea5c7a74f57d?auto=format&fit=crop&w=1200&q=80"); }
.wynn { background-image: linear-gradient(135deg, rgba(0,86,96,.28), rgba(255,255,255,.18)), url("https://images.unsplash.com/photo-1581351721010-8cf859cb14a4?auto=format&fit=crop&w=1200&q=80"); }
.borgata { background-image: linear-gradient(135deg, rgba(13,39,48,.32), rgba(16,122,135,.22)), url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1200&q=80"); }
.venetian { background-image: linear-gradient(135deg, rgba(17,70,80,.25), rgba(176,134,44,.28)), url("https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?auto=format&fit=crop&w=1200&q=80"); }
.hardrock { background-image: linear-gradient(135deg, rgba(140,47,57,.35), rgba(20,22,29,.22)), url("https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1200&q=80"); }
.atlantis { background-image: linear-gradient(135deg, rgba(0,109,119,.28), rgba(248,204,116,.2)), url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80"); }

.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.criteria-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.criteria-list div { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.criteria-list strong { display: block; font-size: 2rem; color: var(--brand); }
.criteria-list span { color: var(--muted); font-weight: 700; }
.muted { background: var(--soft); max-width: none; padding-inline: max(18px, calc((100vw - 1180px) / 2 + 32px)); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.article-tile { padding: 22px; color: var(--ink); }
.article-tile span { display: block; color: var(--muted); margin-top: 4px; }

.page-hero { padding: 54px 0 28px; }
.page-hero.compact h1 { font-size: clamp(2rem, 4vw, 3.6rem); max-width: 900px; }
.page-hero p { max-width: 760px; color: var(--muted); }
.page-hero.warning { border-left: 5px solid var(--danger); padding-left: 20px; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 24px; }
.filters button { border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: 9px 14px; font-weight: 800; cursor: pointer; }
.filters button.active { background: var(--brand); color: var(--white); border-color: var(--brand); }
.hotel-list { display: grid; gap: 16px; }
.list-card { display: grid; grid-template-columns: 160px 1fr auto; gap: 20px; align-items: center; padding: 14px; }
.list-card .thumb { width: 160px; height: 124px; border-radius: 8px; }
.list-card h2 { font-size: 1.35rem; margin: 4px 0; }
.list-card strong { font-size: 1.6rem; color: var(--brand); }
.list-card[hidden] { display: none; }

.ranking-table { display: grid; gap: 10px; }
.rank-row { display: grid; grid-template-columns: 90px 1.3fr 1.4fr 90px; gap: 14px; align-items: center; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.rank-row.head { background: var(--ink); color: var(--white); font-weight: 900; }

.article { max-width: 920px; }
.article section { padding: 16px 0; border-bottom: 1px solid var(--line); }
.checklist { padding-left: 20px; }
.checklist li { margin: 8px 0; }

.contact-grid, .review-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: start; }
.content-card, .contact-form, .review-panel { padding: 24px; }
.contact-form { display: grid; gap: 14px; }
label { display: grid; gap: 6px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px; font: inherit; }

.review-image { min-height: 360px; border-radius: 8px; }
.facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 18px 0; }
.facts div { border: 1px solid var(--line); border-radius: 8px; padding: 14px; }
.facts strong { display: block; }
.pros-cons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }

.site-footer { display: grid; grid-template-columns: 1.4fr 1fr .8fr; gap: 28px; padding: 42px clamp(18px, 4vw, 64px); background: #101820; color: #d8e2e7; }
.site-footer a { display: block; color: #fff; margin: 6px 0; }
.site-footer h2 { font-size: 1rem; color: #fff; }
.footer-brand { color: #fff; }
.compact-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.compact-footer p { margin: 0; }
.compact-footer a { display: inline; margin-right: 12px; }

@media (max-width: 840px) {
  .site-header { align-items: flex-start; }
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 18px; right: 18px; top: 64px; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 14px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 2.35rem; }
  .hotel-grid, .article-grid, .split-section, .contact-grid, .review-grid, .site-footer { grid-template-columns: 1fr; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .criteria-list, .facts, .pros-cons { grid-template-columns: 1fr; }
  .list-card { grid-template-columns: 96px 1fr; }
  .list-card .thumb { width: 96px; height: 96px; }
  .list-card strong { grid-column: 2; justify-self: start; }
  .rank-row { grid-template-columns: 48px 1fr; }
  .rank-row span:nth-child(3), .rank-row.head span:nth-child(3) { grid-column: 2; }
  .compact-footer { display: grid; }
}

@media (max-width: 520px) {
  .hero-content { padding-bottom: 48px; }
  .notice { margin-top: 0; border-radius: 0; }
  .button { width: 100%; }
  .page { padding-top: 30px; }
}
