*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #0a1628;
  --bg2: #0d1e38;
  --card: #112240;
  --layer: #1a3358;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --cream: #f5f0e8;
  --muted: #9aabc7;
  --dim: #60708c;
  --border: #1e3a5f;
  --border2: #2a4f7a;
  --font-head: Georgia, "Times New Roman", serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(10, 22, 40, 0.92);
  border-bottom: 1px solid rgba(30, 58, 95, 0.75);
  backdrop-filter: blur(14px);
}

.nav {
  max-width: 1120px;
  margin: 0 auto;
  min-height: 68px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-family: var(--font-head);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.logo span {
  color: var(--gold-light);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--gold-light);
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 88px;
  background:
    linear-gradient(rgba(201, 168, 76, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 168, 76, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 10%, rgba(201, 168, 76, 0.13), transparent 32%),
    var(--bg);
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.hero-narrow {
  padding: 88px 0 64px;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.page-kicker {
  color: var(--gold-light);
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--font-head);
  font-weight: 650;
  line-height: 1.12;
}

h1 {
  max-width: 780px;
  margin-top: 16px;
  font-size: clamp(3rem, 7vw, 5.7rem);
}

.hero-narrow h1 {
  margin-top: 10px;
  font-size: clamp(3.4rem, 8vw, 6.4rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
}

h3 {
  font-size: 1.45rem;
}

.lead {
  max-width: 680px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.08rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 6px;
  border: 1px solid var(--border2);
  color: var(--cream);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--bg);
}

.button.small {
  min-height: 40px;
  padding: 10px 16px;
  font-size: 0.76rem;
}

.section {
  padding: 84px 0;
  border-top: 1px solid var(--border);
}

.section.alt {
  background: var(--bg2);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head p {
  color: var(--muted);
}

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

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

.card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 26px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--cream);
  text-decoration: none;
}

a.card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

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

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
}

.tag {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.list {
  display: grid;
  gap: 14px;
  margin-top: 8px;
  color: var(--muted);
}

.list li {
  margin-left: 20px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
}

.callout {
  padding: 30px;
  border: 1px solid var(--border2);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.09), rgba(17, 34, 64, 0.7));
}

.callout p {
  margin-top: 10px;
  color: var(--muted);
}

.price {
  color: var(--gold-light);
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid var(--border);
  background: var(--card);
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links a,
.muted-link {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover,
.muted-link:hover {
  color: var(--gold-light);
}

.fine {
  color: var(--dim);
  font-size: 0.82rem;
}

@media (max-width: 820px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 20px;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .section-head,
  .split {
    grid-template-columns: 1fr;
  }

  .grid,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 76px;
  }
}
