:root {
  color-scheme: dark;
  --bg: #06110f;
  --bg-soft: #0b211d;
  --red: #691c17;
  --red-soft: #8f2b21;
  --gold: #f0cd77;
  --gold-soft: #ffe6a6;
  --jade: #0e564a;
  --text: #fff4d6;
  --muted: #d5c6a8;
  --line: rgba(240, 205, 119, 0.3);
  --shadow: rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 76% 18%, rgba(240, 205, 119, 0.16), transparent 28rem),
    radial-gradient(circle at 16% 72%, rgba(19, 121, 102, 0.24), transparent 34rem),
    linear-gradient(180deg, #431713 0%, #08211d 48%, #050b0a 100%);
  color: var(--text);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(240, 205, 119, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(240, 205, 119, 0.04) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at 50% 30%, black, transparent 78%);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 17, 15, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--gold-soft);
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 10px 28px var(--shadow);
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 32px);
  color: var(--muted);
  font-size: 15px;
}

.nav a {
  text-decoration: none;
}

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

.hero {
  min-height: calc(100svh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.35fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(36px, 7vw, 96px) clamp(18px, 5vw, 72px) clamp(48px, 7vw, 100px);
}

.hero-copy {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(56px, 8vw, 108px);
  letter-spacing: 0;
  color: var(--gold-soft);
  text-shadow: 0 5px 0 rgba(31, 7, 5, 0.45);
}

h2 {
  font-size: clamp(34px, 5vw, 64px);
  color: var(--gold-soft);
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  color: var(--gold-soft);
}

.lead {
  max-width: 580px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  background: var(--red);
  color: var(--gold-soft);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24);
}

.button.secondary {
  color: var(--gold-soft);
  background: rgba(8, 30, 26, 0.55);
}

.hero-art {
  position: relative;
}

.hero-art img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.section {
  padding: clamp(64px, 8vw, 120px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

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

.feature-card,
.content-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 28, 24, 0.68);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
}

.feature-card {
  padding: 26px;
}

.feature-card p,
.showcase-copy p,
.poster-band p,
.content-card p,
.content-card li,
.legal-hero p {
  color: var(--muted);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--red), var(--jade));
  color: var(--gold-soft);
  font-weight: 900;
}

.showcase {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.8fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

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

.phone-strip img {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.poster-band {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 680px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  margin: 0 clamp(18px, 5vw, 72px) clamp(64px, 8vw, 120px);
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 28, 24, 0.72);
}

.poster-band img {
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}

.legal-page {
  width: min(960px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(46px, 8vw, 96px) 0;
}

.legal-hero {
  margin-bottom: 28px;
}

.legal-hero h1 {
  font-size: clamp(44px, 7vw, 82px);
}

.content-card {
  padding: clamp(22px, 4vw, 36px);
  margin: 18px 0;
}

.content-card h2 {
  font-size: clamp(25px, 3vw, 36px);
}

.content-card ul {
  padding-left: 22px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: rgba(4, 10, 9, 0.72);
}

.footer a {
  color: var(--gold-soft);
  text-decoration: none;
}

@media (max-width: 980px) {
  .hero,
  .showcase,
  .poster-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

  .poster-band img {
    max-width: 360px;
  }
}

@media (max-width: 640px) {
  .site-header,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .feature-grid,
  .phone-strip {
    grid-template-columns: 1fr;
  }

  .phone-strip img {
    width: min(100%, 360px);
    margin: 0 auto;
  }
}
