:root {
  --navy: #05162d;
  --navy-2: #071f3f;
  --gold: #c9931d;
  --gold-soft: #efddae;
  --cream: #f8f5ef;
  --text: #1b2230;
  --red: #b5152b;
  --green: #284226;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topbar {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}
.brand img { width: 174px; height: auto; }
.nav { display: flex; align-items: center; gap: 42px; }
.nav a {
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .02em;
  color: #1f2b3f;
  position: relative;
}
.nav a.active,
.nav a:hover { color: var(--gold); }
.nav a.active::after,
.nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 3px;
  background: var(--gold);
  border-radius: 20px;
}

.hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.hero-bg,
.contact-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}
.hero-bg { background-image: url('assets/hero-crop.png'); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,16,35,.95) 0%, rgba(4,16,35,.84) 28%, rgba(4,16,35,.2) 62%, rgba(4,16,35,.08) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.hero-copy {
  width: min(520px, 100%);
  color: #fff;
  padding: 40px 0;
}
.eyebrow {
  color: var(--gold);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .08em;
  margin-bottom: 16px;
}
.hero h1,
.section-title,
.benefits-title,
.contact-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
}
.hero h1 {
  font-size: clamp(42px, 5vw, 66px);
  line-height: .95;
  margin: 0 0 18px;
  letter-spacing: -.02em;
}
.hero h1 span { color: var(--gold); }
.lead {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.45;
  max-width: 430px;
}
.desc {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.65;
  max-width: 470px;
  color: rgba(255,255,255,.92);
}
.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  padding: 15px 22px;
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: var(--gold-soft);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .03em;
}
.hero-btn:hover { background: rgba(201,147,29,.12); }

.hotels-section {
  background: var(--cream);
  padding: 42px 0 56px;
}
.section-kicker {
  text-align: center;
  color: var(--gold);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .08em;
  margin-bottom: 10px;
}
.section-title {
  text-align: center;
  font-size: clamp(38px, 4vw, 62px);
  margin: 0;
  color: #1d2940;
  line-height: 1;
}
.section-subtitle {
  text-align: center;
  color: #596374;
  font-size: 22px;
  margin: 8px 0 26px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  display: flex;
  flex-direction: column;
}
.card-head {
  min-height: 104px;
  padding: 18px 18px 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wyndham-head { background: linear-gradient(180deg, #04265d, #041832); }
.ramada-head { background: linear-gradient(180deg, #b11329, #7f1121); }
.beethoven-head { background: linear-gradient(180deg, #2a4225, #192815); }
.brand-mark,
.beethoven-badge {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex: 0 0 auto;
}
.brand-mark { background: #1670c9; }
.beethoven-badge {
  border: 2px solid #caa34b;
  color: #caa34b;
  border-radius: 50%;
}
.brand-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
}
.brand-sub { font-size: 16px; font-weight: 700; margin-top: 4px; }
.brand-sub.small { font-size: 11px; letter-spacing: .14em; }
.ramada-title { letter-spacing: .06em; }
.beethoven-title {
  color: #d5ae58;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  letter-spacing: .04em;
}
.hotel-image {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
}
.card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.location {
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 12px;
}
.location::before { content: '⌖ '; }
.card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  line-height: 1.05;
  margin: 0 0 12px;
  color: #1c2740;
}
.card p {
  margin: 0 0 18px;
  color: #414d5e;
  font-size: 17px;
  line-height: 1.5;
  flex: 1;
}
.site-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 18px;
  border: 2px solid transparent;
}
.site-pill::before { content: '◉'; font-size: 16px; margin-right: 10px; }
.site-pill.blue { background: #0a2c63; color: #fff; }
.site-pill.red { background: #b6162c; color: #fff; }
.site-pill.gold {
  background: transparent;
  color: #b67f12;
  border-color: #d0a13a;
}
.site-pill.gold::before { content: ''; margin: 0; }
.site-pill.disabled { pointer-events: none; }

.benefits-section {
  background: linear-gradient(180deg, #021226 0%, #031a35 100%);
  color: #fff;
  padding: 28px 0 36px;
}
.gold { color: var(--gold); }
.benefits-title {
  text-align: center;
  margin: 0 0 26px;
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1.05;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.benefit {
  text-align: center;
  padding: 8px 14px 0;
}
.icon {
  color: var(--gold);
  font-size: 46px;
  line-height: 1;
  margin-bottom: 10px;
}
.benefit h4 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.35;
  color: #fff;
}
.benefit p {
  margin: 0;
  color: #d7dceb;
  font-size: 16px;
  line-height: 1.45;
}

.contact-banner {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}
.contact-bg { background-image: url('assets/footer-crop.png'); }
.contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,16,35,.45), rgba(4,16,35,.28));
}
.contact-content {
  position: relative;
  z-index: 1;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.contact-copy {
  color: #fff;
  padding: 24px 0;
}
.contact-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(38px, 4vw, 64px);
  line-height: .95;
}
.contact-copy p {
  margin: 0 0 14px;
  font-size: 22px;
}
.contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 17px;
  color: #f5f2ea;
}
.contact-logo-wrap {
  background: rgba(255,255,255,.08);
  padding: 18px 20px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
}
.footer-logo { width: 230px; }
.footer {
  background: #05111f;
  color: #d8e0eb;
  padding: 18px 0;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 15px;
}
.footer-links { display: flex; gap: 18px; }
.footer-links a { text-decoration: none; color: #d8e0eb; }
.footer-links a:hover { color: var(--gold); }

@media (max-width: 1100px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .topbar-inner { min-height: 74px; }
  .brand img { width: 136px; }
  .nav { gap: 18px; }
  .nav a { font-size: 12px; }
  .nav a:nth-child(3) { display: none; }
  .hero { min-height: 460px; }
  .hero-content { min-height: 460px; }
  .hero-copy { width: 100%; }
  .lead, .desc { font-size: 16px; }
  .section-subtitle { font-size: 18px; }
  .cards { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; gap: 26px; }
  .contact-content,
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-logo { width: 170px; }
}
