:root {
  --navy: #0b1f3a;
  --navy-2: #123056;
  --navy-3: #1a3f6f;
  --gold: #d4a017;
  --gold-2: #f0c14b;
  --white: #ffffff;
  --off: #f4f7fb;
  --ink: #122033;
  --muted: #5b6b80;
  --line: #d7e0ec;
  --ok: #1f8a4c;
  --shadow: 0 18px 50px rgba(11, 31, 58, 0.12);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  background: var(--gold);
  color: var(--navy);
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
  z-index: 100;
}
.skip-link:focus { top: 12px; }
body {
  margin: 0;
  font-family: "Segoe UI", Inter, system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.topbar {
  background: var(--navy);
  color: #d9e6f5;
  font-size: 13px;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  flex-wrap: wrap;
}
.topbar a { color: var(--gold-2); font-weight: 600; }

header.site {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--navy);
}
.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--gold);
}
.brand span { display: block; font-size: 11px; color: var(--muted); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { font-weight: 600; font-size: 15px; color: var(--navy-2); }
.nav-links a.active, .nav-links a:hover { color: var(--gold); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  transition: .2s transform, .2s box-shadow, .2s background;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: var(--navy); box-shadow: 0 8px 20px rgba(212,160,23,.28); }
.btn-navy { background: var(--navy); color: white; }
.btn-outline { background: transparent; border: 1.5px solid #c9d6e6; color: var(--navy); }
.menu-toggle { display: none; background: none; border: 0; font-size: 26px; }

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  color: white;
  overflow: hidden;
}
.hero img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.42) saturate(1.05);
}
.hero .content { position: relative; padding: 80px 0 70px; max-width: 760px; }
.kicker {
  display: inline-block;
  background: rgba(212,160,23,.18);
  color: var(--gold-2);
  border: 1px solid rgba(240,193,75,.35);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1 { font-size: clamp(36px, 6vw, 64px); line-height: 1.05; margin: 14px 0 16px; letter-spacing: -.03em; }
.hero p.lead { font-size: 19px; color: #e6eef8; max-width: 58ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: -36px;
  position: relative;
  z-index: 2;
}
.stat {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
  text-align: center;
}
.stat b { display: block; font-size: 28px; color: var(--navy); }
.stat span { color: var(--muted); font-size: 14px; }

section { padding: 72px 0; }
.section-head { max-width: 640px; margin-bottom: 32px; }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); margin: 8px 0 10px; letter-spacing: -.03em; color: var(--navy); }
.muted { color: var(--muted); }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11,31,58,.05);
}
.card img { width: 100%; height: 190px; object-fit: cover; }
.card .pad { padding: 20px; }
.card h3 { margin: 0 0 8px; color: var(--navy); }
.band { background: var(--off); }
.split img { border-radius: 22px; height: 420px; width: 100%; object-fit: cover; }

.hours { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; max-width: 360px; }
.hours div { border-bottom: 1px dashed var(--line); padding: 7px 0; }
.hours .closed { color: #b42318; font-weight: 700; }

form.contact {
  display: grid;
  gap: 12px;
  background: white;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid var(--line);
}
label { font-size: 13px; font-weight: 700; color: var(--navy); }
input, select, textarea {
  width: 100%;
  padding: 12px 13px;
  border-radius: 12px;
  border: 1px solid #c9d5e4;
  font: inherit;
  background: #fbfdff;
}
textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.success { display: none; background: #e9f8ee; color: var(--ok); padding: 14px; border-radius: 12px; font-weight: 700; }
form.contact.sent .success { display: block; }
form.contact.sent .fields { display: none; }

.mapwrap { border-radius: 22px; overflow: hidden; min-height: 340px; border: 1px solid var(--line); }
.mapwrap iframe { width: 100%; height: 340px; border: 0; }

.faq details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.faq summary { font-weight: 700; cursor: pointer; color: var(--navy); }
.cta {
  background: linear-gradient(135deg, var(--navy), var(--navy-3));
  color: white;
  border-radius: 28px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.cta h2 { margin: 0 0 8px; }

.reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.review {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review .stars { color: var(--gold); letter-spacing: 1px; font-size: 16px; }
.review blockquote {
  margin: 0;
  font-size: 15.5px;
  color: var(--ink);
}
.review .who { color: var(--muted); font-size: 13px; font-weight: 700; }
.review .source { color: var(--navy-3); font-weight: 600; font-size: 13px; }

.rating-board { text-align: center; margin-bottom: 40px; }
.rating-board h2 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 32px; color: var(--navy); letter-spacing: -.03em; }
.rating-grid {
  display: grid;
  grid-template-columns: 200px 1fr 300px;
  gap: 32px;
  align-items: center;
  text-align: left;
}
.rating-score { text-align: center; border-right: 1px solid var(--line); padding-right: 16px; }
.rating-score .label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.rating-score .num { font-size: 72px; line-height: .9; font-weight: 800; color: var(--navy); letter-spacing: -.04em; }
.rating-score .sub { font-size: 12px; font-weight: 800; letter-spacing: .08em; color: var(--muted); }
.rating-score .stars-row { color: var(--gold); font-size: 20px; margin-top: 8px; letter-spacing: 2px; }
.bars { display: grid; gap: 11px; }
.bar-row { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: center; font-weight: 800; color: var(--navy); }
.track { height: 8px; background: #e6ebf2; border-radius: 99px; overflow: hidden; }
.track span { display: block; height: 100%; background: var(--navy); border-radius: 99px; }
.rating-copy p { margin: 0 0 16px; color: var(--muted); }

footer {
  background: var(--navy);
  color: #d3deea;
  padding: 48px 0 20px;
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
footer a { color: #f0c14b; }
.tiny { margin-top: 28px; border-top: 1px solid #27456d; padding-top: 16px; font-size: 13px; color: #9fb0c4; }

@media (max-width: 860px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px; left: 0; right: 0;
    background: white;
    flex-direction: column;
    padding: 16px 20px 22px;
    border-bottom: 1px solid var(--line);
    align-items: flex-start;
  }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .stats, .grid-3, .grid-2, .foot-grid, .form-row, .reviews, .rating-grid { grid-template-columns: 1fr; }
  .rating-score { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 18px; }
  .cta { flex-direction: column; align-items: flex-start; padding: 28px; }
  .hero { min-height: 70vh; }
}
