:root {
  --ink: #12100d;
  --ink-soft: #27201b;
  --paper: #fff7e7;
  --paper-2: #f5ead4;
  --red: #c73424;
  --red-dark: #8f1d17;
  --gold: #f2b94b;
  --teal: #1e9c93;
  --green: #36744a;
  --line: rgba(18, 16, 13, 0.14);
  --shadow: 0 18px 42px rgba(18, 16, 13, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}

body.modal-open { overflow: hidden; }

a { color: inherit; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 12px 28px;
  background: rgba(18, 16, 13, 0.92);
  color: #fff7e7;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 247, 231, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 170px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--red);
  color: var(--paper);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand small {
  color: rgba(255, 247, 231, 0.72);
  font-size: 12px;
}

.site-nav {
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.site-nav a {
  padding: 8px 11px;
  border-radius: 6px;
  color: rgba(255, 247, 231, 0.78);
  text-decoration: none;
  font-size: 14px;
}

.site-nav a:hover,
.site-nav a.active {
  color: #fff;
  background: rgba(242, 185, 75, 0.16);
}

.header-cta,
.primary-cta,
.ghost-cta,
.cookie-primary,
.cookie-secondary {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.header-cta,
.primary-cta,
.cookie-primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 8px 20px rgba(242, 185, 75, 0.22);
}

.ghost-cta,
.cookie-secondary {
  border: 1px solid rgba(255, 247, 231, 0.45);
  background: transparent;
  color: var(--paper);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 247, 231, 0.2);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  margin: 5px auto;
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 760px;
  color: var(--paper);
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18,16,13,0.92), rgba(18,16,13,0.62), rgba(18,16,13,0.24)),
    linear-gradient(0deg, rgba(18,16,13,0.8), rgba(18,16,13,0.08) 55%, rgba(18,16,13,0.55));
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 120px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 44px;
  align-items: end;
}

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

.eyebrow {
  display: inline-block;
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: 64px;
  line-height: 1.04;
  letter-spacing: 0;
}

.hero p {
  max-width: 720px;
  margin: 0 0 26px;
  font-size: 19px;
}

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

.hero-logo {
  margin: 0;
  padding: 20px;
  border-radius: 8px;
  background: rgba(18, 16, 13, 0.52);
  border: 1px solid rgba(255, 247, 231, 0.18);
}

.hero-facts {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  margin: -74px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--ink);
  color: var(--paper);
  border: 1px solid rgba(255, 247, 231, 0.12);
  box-shadow: var(--shadow);
}

.hero-facts div {
  padding: 20px;
  border-right: 1px solid rgba(255, 247, 231, 0.12);
}

.hero-facts div:last-child { border-right: 0; }

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  font-size: 22px;
  line-height: 1.25;
}

.hero-facts span {
  color: rgba(255, 247, 231, 0.72);
  font-size: 13px;
}

.section {
  padding: 92px 0;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
}

.split.reverse .section-copy { order: 2; }
.split.reverse .side-media { order: 1; }

.band-0 { background: var(--paper); }
.band-1 { background: var(--paper-2); }
.band-2 { background: #f8f1e1; }

.source-strip {
  padding-top: 118px;
  background: var(--paper);
}

.section-copy h2 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.14;
  letter-spacing: 0;
}

.section-copy p {
  margin: 0 0 16px;
  color: rgba(18, 16, 13, 0.82);
}

.side-media,
.wide-media,
.hero-logo {
  overflow: hidden;
}

.side-media,
.wide-media {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.side-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.side-media img[src$=".png"] {
  object-fit: contain;
  padding: 22px;
  background: radial-gradient(circle at 50% 45%, rgba(242,185,75,0.24), rgba(18,16,13,0.1) 60%), var(--ink);
}

.wide-media {
  margin-top: 28px;
}

.wide-media img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

figcaption {
  padding: 12px 14px;
  font-size: 13px;
  color: rgba(255, 247, 231, 0.74);
  background: var(--ink);
}

.fact-table {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
}

.fact-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid var(--line);
}

.fact-row:last-child { border-bottom: 0; }

.fact-row strong,
.fact-row span {
  padding: 13px 15px;
}

.fact-row strong {
  background: rgba(199, 52, 36, 0.08);
}

.next-links {
  background: var(--ink);
  color: var(--paper);
}

.next-links .section-copy p { color: rgba(255, 247, 231, 0.78); }

.link-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.link-grid a {
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(255, 247, 231, 0.16);
  border-radius: 8px;
  text-decoration: none;
  background: rgba(255, 247, 231, 0.06);
}

.link-grid strong,
.link-grid span {
  display: block;
}

.link-grid strong { color: var(--gold); }
.link-grid span { color: rgba(255, 247, 231, 0.78); font-size: 14px; }

.faq-section {
  background: #fbf4e4;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.55);
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 12px 0 0;
  color: rgba(18, 16, 13, 0.78);
}

.site-footer {
  background: #0e0c0a;
  color: var(--paper);
  padding: 54px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 34px;
}

.site-footer p {
  color: rgba(255, 247, 231, 0.72);
  margin: 10px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 10px;
}

.footer-links a,
.site-footer a {
  color: var(--gold);
}

.cta-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(18, 16, 13, 0.72);
}

.cta-modal[hidden],
.cookie-banner[hidden] {
  display: none;
}

.cta-panel {
  position: relative;
  width: min(460px, 100%);
  padding: 30px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
  border-top: 7px solid var(--red);
}

.cta-panel h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
}

.cta-panel p {
  margin: 0 0 22px;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 6px;
  background: rgba(18, 16, 13, 0.08);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.modal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 840px;
  margin: 0 auto;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(18, 16, 13, 0.96);
  color: var(--paper);
  box-shadow: var(--shadow);
}

.cookie-banner p {
  margin: 0;
}

.cookie-banner div {
  display: flex;
  gap: 8px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto auto;
  }

  .menu-toggle { display: block; justify-self: end; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 12px 20px 18px;
    background: rgba(18, 16, 13, 0.97);
    border-bottom: 1px solid rgba(255, 247, 231, 0.14);
  }

  .site-nav.open {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-cta { justify-self: end; }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 72px 0 110px;
  }

  .hero-logo {
    width: min(280px, 100%);
  }

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

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

  .split.reverse .section-copy,
  .split.reverse .side-media {
    order: initial;
  }

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

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

@media (max-width: 620px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 10px 14px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 680px;
  }

  .hero-inner,
  .shell,
  .hero-facts {
    width: min(100% - 28px, 1120px);
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: -52px;
  }

  .hero-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 247, 231, 0.12);
  }

  .hero-facts div:last-child { border-bottom: 0; }

  .section {
    padding: 64px 0;
  }

  .source-strip {
    padding-top: 88px;
  }

  .section-copy h2 {
    font-size: 27px;
  }

  .fact-row {
    grid-template-columns: 1fr;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    display: grid;
  }

  .cookie-banner div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
