:root {
  --bg: #f8f3e6;
  --bg-soft: #fffaf0;
  --surface: rgba(255, 255, 255, 0.7);
  --surface-strong: rgba(255, 255, 255, 0.88);
  --line: rgba(15, 85, 48, 0.14);
  --text: #173926;
  --text-soft: #486251;
  --brand: #135930;
  --brand-deep: #0f4327;
  --gold: #e7a81d;
  --gold-deep: #b47a06;
  --shadow: 0 28px 70px rgba(25, 55, 38, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(231, 168, 29, 0.18), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(19, 89, 48, 0.12), transparent 24%),
    linear-gradient(180deg, #fbf7ed 0%, #f4eedf 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 80%);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.site-header,
.hero,
.vision-grid,
.story-section,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 4px 32px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
}

.brand-mark img {
  width: min(100%, 260px);
  height: auto;
}

.header-note {
  max-width: 420px;
  margin: 0;
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.65;
  text-align: right;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.hero-copy,
.status-card,
.info-card,
.story-panel,
.site-footer {
  background: var(--surface);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 42px;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 32px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(231, 168, 29, 0.22) 0%, rgba(231, 168, 29, 0) 72%);
}

.eyebrow,
.card-label {
  margin: 0 0 14px;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-logo-wrap,
.support-logo-wrap {
  display: block;
}

.hero-logo {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-bottom: 24px;
}

h1,
h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 1.08;
}

h1 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 5vw, 5.25rem);
}

h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
}

.lede,
.hero-copy p,
.status-card p,
.info-card p,
.story-copy p,
.story-panel p,
.footer-copy p {
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--text-soft);
}

.lede {
  max-width: 62ch;
  margin: 22px 0 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button,
.inline-link {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
}

.button:hover,
.button:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fffdf5;
  background: linear-gradient(135deg, var(--brand) 0%, #1b6d3f 100%);
  box-shadow: 0 16px 30px rgba(19, 89, 48, 0.18);
}

.button-secondary {
  color: var(--brand);
  background: rgba(255, 252, 242, 0.92);
  border: 1px solid rgba(19, 89, 48, 0.18);
}

.status-card {
  padding: 30px;
  border-radius: var(--radius-xl);
}

.support-logo {
  width: 100%;
  max-width: 280px;
  height: auto;
  margin-bottom: 20px;
}

.status-card h2 {
  margin-bottom: 12px;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--gold-deep);
  font-weight: 700;
  text-decoration: none;
}

.inline-link::after {
  content: "\2192";
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.info-card,
.story-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.info-card h2 {
  margin-bottom: 14px;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.9fr);
  gap: 24px;
  margin-top: 22px;
  align-items: start;
}

.story-copy {
  padding: 18px 8px 12px 4px;
}

.story-copy h2 {
  max-width: 14ch;
  margin-bottom: 18px;
}

.story-panel {
  background: var(--surface-strong);
}

.el-roi-logo {
  width: min(100%, 260px);
  height: auto;
  margin-bottom: 16px;
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  padding: 26px 28px;
  border-radius: var(--radius-lg);
}

.footer-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  flex: 0 0 auto;
}

.footer-copy p {
  margin: 0;
}

.footer-copy p + p {
  margin-top: 8px;
}

.footer-copy a {
  color: var(--brand);
  font-weight: 700;
}

a:focus-visible {
  outline: 3px solid rgba(231, 168, 29, 0.55);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .story-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-header,
  .hero,
  .story-section {
    display: grid;
  }

  .site-header {
    justify-content: stretch;
  }

  .header-note {
    max-width: none;
    text-align: left;
  }

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

  h1 {
    max-width: none;
  }

  .story-copy {
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .hero-copy,
  .status-card,
  .info-card,
  .story-panel,
  .site-footer {
    padding: 22px;
  }

  .button {
    width: 100%;
  }

  .hero-logo {
    max-width: 290px;
  }

  .support-logo {
    max-width: 240px;
  }

  .footer-logo {
    width: 72px;
    height: 72px;
  }
}
