:root {
  --bg: #090806;
  --panel: #15110c;
  --panel-2: #1d1710;
  --text: #f6efe2;
  --muted: #c9bda7;
  --soft: #988b73;
  --gold: #e2b555;
  --gold-2: #f2d58a;
  --line: rgba(255,255,255,.12);
  --shadow: 0 28px 80px rgba(0,0,0,.42);
  --display: "Bebas Neue", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  color: var(--text);
  background: var(--bg);
  font-family: var(--body);
  line-height: 1.65;
}
a { color: inherit; }
.skip {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 99;
  padding: 10px 14px;
  background: var(--gold);
  color: #090806;
}
.skip:focus { left: 12px; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 42px);
  background: rgba(9,8,6,.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.brand strong {
  display: block;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: .9;
  text-transform: uppercase;
}
.brand span {
  display: block;
  color: var(--gold-2);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav a { text-decoration: none; color: var(--muted); }
.nav a:hover { color: var(--gold-2); }
.nav .call {
  padding: 11px 15px;
  color: #100d08;
  background: var(--gold);
}
.hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: end;
  padding: 110px clamp(18px, 6vw, 72px) 58px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9,8,6,.95) 0%, rgba(9,8,6,.72) 44%, rgba(9,8,6,.35) 100%),
    url("images/hero-carousel-10.jpg") center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--bg));
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
}
.eyebrow,
.section-tag {
  display: inline-flex;
  color: var(--gold-2);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 {
  margin-top: 18px;
  font-size: clamp(4.2rem, 12vw, 8.8rem);
  line-height: .82;
}
h1 span,
h2 span,
h3 span { color: var(--gold-2); }
.subtitle {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.12rem;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  color: #110e08;
  background: var(--gold);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.btn.alt {
  color: var(--gold-2);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
}
section { padding: 72px clamp(18px, 5vw, 56px); }
.container { width: min(1180px, 100%); margin: 0 auto; }
.section-top { max-width: 860px; margin-bottom: 28px; }
h2 { margin-top: 10px; font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: .9; }
.lead { margin-top: 14px; color: var(--muted); font-size: 1.03rem; }
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.card {
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.card strong {
  display: block;
  color: var(--gold-2);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.card h3 {
  margin-top: 12px;
  font-size: 2rem;
  line-height: .95;
}
.card p,
.card li { color: var(--muted); }
.card ul { margin-top: 12px; padding-left: 18px; }
.split {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: start;
}
.panel {
  padding: 30px;
  background: var(--panel-2);
  border: 1px solid var(--line);
}
.towns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.towns span {
  padding: 8px 11px;
  color: var(--gold-2);
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  font-size: .78rem;
  font-weight: 800;
}
.cta {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(226,181,85,.08), transparent),
    #0d0b08;
}
.cta .actions { justify-content: center; }
footer {
  padding: 38px clamp(18px, 4vw, 42px);
  color: var(--soft);
  background: #070605;
  border-top: 1px solid var(--line);
}
.footer-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 22px;
}
footer h3,
footer h4 {
  color: var(--text);
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
}
footer ul { list-style: none; }
footer li { margin: 6px 0; }
footer a { color: var(--muted); text-decoration: none; }
footer a:hover { color: var(--gold-2); }
.copyright {
  width: min(1180px, 100%);
  margin: 22px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .78rem;
}
@media (max-width: 900px) {
  .topbar { align-items: flex-start; flex-direction: column; }
  .nav { flex-wrap: wrap; gap: 10px 14px; }
  .hero { min-height: 560px; padding-top: 90px; }
  .grid,
  .split,
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .nav .call,
  .btn { width: 100%; }
  h1 { font-size: 3.7rem; }
  section { padding: 58px 16px; }
  .card,
  .panel { padding: 20px; }
}
