:root {
  --ground: #e8d6b9;
  --paper: #fffaf1;
  --paper-deep: #efe0cb;
  --ink: #101827;
  --ink-soft: #52606d;
  --soil: #4b382b;
  --soil-soft: #80644d;
  --olive: #66715b;
  --clay: #f25f3a;
  --copper: #b66a3c;
  --sand: #d6b98b;
  --line: rgba(75, 56, 43, 0.18);
  --shadow: 0 24px 60px rgba(54, 39, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}

body {
  margin: 0;
  font-family: Aptos, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--ground);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: 100%;
  min-height: 56px;
  padding: 6px max(24px, calc((100% - 1120px) / 2));
  background: rgba(255, 250, 241, 0.52);
  border-bottom: 1px solid rgba(75, 56, 43, 0.12);
  backdrop-filter: blur(14px);
}

.brand img {
  display: block;
  width: 112px;
  height: auto;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--soil-soft);
  font-size: 13px;
  font-weight: 600;
}

.header-nav a,
.contact-link {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.header-nav a:hover {
  color: var(--ink);
}

.contact-link,
.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(16, 24, 39, 0.14);
  border-radius: 999px;
  padding: 0 18px;
  background: var(--ink);
  color: #fffaf1;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(16, 24, 39, 0.18);
}

.contact-link {
  position: fixed;
  top: 8px;
  right: max(24px, calc((100% - 1120px) / 2));
  z-index: 20;
  min-height: 40px;
}

.contact-link:hover,
.primary-cta:hover {
  background: #1a273a;
}

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

.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 104px max(24px, calc((100% - 1120px) / 2)) 76px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  background-image: url("assets/landing-cracked-earth.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero::after {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 250, 241, 0.34), rgba(232, 214, 185, 0.1) 42%, rgba(31, 20, 12, 0.34) 100%),
    linear-gradient(180deg, rgba(247, 241, 231, 0.36), rgba(232, 214, 185, 0.18));
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 10px;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(31, 20, 12, 0.2);
  backdrop-filter: blur(14px) saturate(1.16);
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 700px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4.8vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

.hero h1 {
  color: var(--clay);
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(26px, 2.7vw, 34px);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.hero-lede {
  max-width: 640px;
  margin-bottom: 14px;
  color: var(--soil);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.5;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}

.hero-support,
.wide-copy p,
.founder-card p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.hero-support {
  max-width: 620px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
  animation: scroll-float 1.9s ease-in-out infinite;
}

.scroll-cue i {
  position: relative;
  width: 1px;
  height: 42px;
  overflow: hidden;
  background: rgba(16, 24, 39, 0.48);
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  left: 0;
  top: -18px;
  width: 1px;
  height: 18px;
  background: var(--clay);
  animation: scroll-line 1.4s ease-in-out infinite;
}

#gap,
#goals,
#platform {
  scroll-margin-top: 28px;
}

.section-heading {
  display: block;
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.wide-copy {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.wide-copy p {
  margin-bottom: 14px;
}

.belief {
  border-top: 1px solid var(--line);
}

.problem-grid,
.narrative-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.problem-grid article,
.narrative-grid article,
.approach-steps article,
.goal-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 250, 241, 0.72);
  box-shadow: 0 16px 34px rgba(75, 56, 43, 0.07);
}

.problem-grid p,
.narrative-grid p,
.approach-steps p,
.goal-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.approach {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.approach-steps,
.goal-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.approach-steps span,
.goal-list span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
}

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

.goal-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goal-list h3 {
  margin-bottom: 10px;
}

.goal-list article > :last-child {
  margin-bottom: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
  gap: 58px;
  align-items: start;
}

.split-section .section-heading {
  display: block;
  margin-bottom: 0;
}

.split-section {
  text-align: center;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding: 0 0 14px 34px;
  color: var(--soil);
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--olive);
  box-shadow: inset 0 0 0 5px var(--paper);
}

.audience-section {
  padding-top: 54px;
  text-align: center;
}

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

.audience-grid span {
  min-height: 76px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 250, 241, 0.62);
  color: var(--soil);
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
}

.audience-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--copper);
}

.difference {
  border-top: 1px solid var(--line);
}

.founder {
  padding-top: 40px;
}

.founder-card {
  border-radius: 8px;
  padding: clamp(32px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(16, 24, 39, 0.94), rgba(75, 56, 43, 0.92)),
    linear-gradient(90deg, rgba(242, 95, 58, 0.18), transparent);
  color: #fffaf1;
  box-shadow: var(--shadow);
  text-align: center;
}

.founder-card h2 {
  max-width: 860px;
  margin: 0 auto 18px;
  color: #fffaf1;
}

.founder-card p:not(.eyebrow) {
  max-width: 560px;
  color: rgba(255, 250, 241, 0.72);
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
  color: var(--soil-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.site-footer img {
  width: 118px;
  height: auto;
}

@keyframes scroll-float {
  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, 8px);
  }
}

@keyframes scroll-mobile {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }
}

@keyframes scroll-line {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  100% {
    transform: translateY(62px);
    opacity: 0;
  }
}

@keyframes signal-drift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 42px;
  }
}

@supports (animation-timeline: view()) {
  main .section-shell:not(.hero) {
    animation: section-rise both ease-out;
    animation-timeline: view();
    animation-range: entry 8% cover 28%;
  }
}

@keyframes section-rise {
  from {
    opacity: 0.45;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (hover: hover) {
  .narrative-grid article,
  .goal-list article,
  .audience-grid span {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }

  .narrative-grid article:hover,
  .goal-list article:hover,
  .audience-grid span:hover {
    border-color: rgba(242, 95, 58, 0.34);
    box-shadow: 0 20px 44px rgba(75, 56, 43, 0.12);
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

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

  .header-nav {
    display: none;
  }

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

  .hero {
    padding-top: 46px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .wide-copy {
    margin-left: 0;
  }

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

  .approach-steps,
  .goal-list,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    width: min(100% - 28px, 1180px);
    gap: 14px;
    padding: 14px 0;
  }

  .brand img {
    width: 118px;
  }

  .contact-link,
  .primary-cta {
    min-height: 44px;
    padding: 0 16px;
  }

  .section-shell {
    width: min(100% - 28px, 1120px);
    padding: 54px 0;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .scroll-cue {
    position: static;
    margin: 20px auto 0;
    transform: none;
    animation-name: scroll-mobile;
  }

  h1 {
    font-size: clamp(32px, 10vw, 42px);
  }

  h2 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .problem-grid,
  .narrative-grid,
  .approach-steps,
  .goal-list,
  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-grid span {
    min-height: 60px;
  }

  .site-footer {
    width: min(100% - 28px, 1120px);
    flex-direction: column;
    align-items: flex-start;
  }
}
