:root {
  --yellow: #f4dc5c;
  --gold: #ac9c74;
  --brown: #4c3c34;
  --ink: #302923;
  --paper: #fcfcfc;
  --cream: #f7f3e9;
  --line: rgba(76, 60, 52, 0.18);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem clamp(1.25rem, 4vw, 4.5rem);
}

.wordmark {
  text-decoration: none;
  font: 700 clamp(1.35rem, 2vw, 1.8rem)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
}

.wordmark span { color: #d4ad18; }

nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.7vw, 2.6rem);
  font-size: 0.83rem;
}

nav a {
  text-decoration: none;
  transition: opacity 160ms ease;
}

nav a:hover { opacity: 0.58; }

.nav-cta {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.28rem;
}

.nav-cta span { margin-left: 0.35rem; }

.hero {
  min-height: min(960px, 100svh);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--paper);
  padding: 7.5rem 1.25rem 4rem;
}

.hero-art {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  pointer-events: none;
}

.hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.hero-copy {
  width: min(560px, 46vw);
  text-align: center;
  padding: 2.5rem 1.4rem;
  background: radial-gradient(
    ellipse at center,
    rgba(252, 252, 252, 0.98) 0%,
    rgba(252, 252, 252, 0.9) 62%,
    rgba(252, 252, 252, 0) 100%
  );
}

.kicker {
  margin: 0 0 1.25rem;
  color: #87763b;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

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

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

h1 {
  margin-bottom: 1.3rem;
  font-size: clamp(3.4rem, 6.6vw, 6.5rem);
  line-height: 0.91;
}

h1 em {
  color: #c49a08;
  font-weight: 400;
}

.intro {
  max-width: 450px;
  margin: 0 auto 2rem;
  color: #5f554e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.58;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  padding: 0.9rem 1.25rem;
  border: 1px solid var(--brown);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 180ms ease, color 180ms ease;
}

.button:hover {
  color: var(--paper);
  background: var(--brown);
}

.scroll-note {
  position: absolute;
  bottom: 1.8rem;
  left: clamp(1.25rem, 4vw, 4.5rem);
  margin: 0;
  color: #897f76;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.story {
  display: grid;
  grid-template-columns: 0.3fr 1.15fr 0.9fr;
  gap: clamp(2rem, 6vw, 8rem);
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 7vw, 8rem);
  border-top: 1px solid var(--line);
  background: var(--cream);
}

.section-number {
  color: #9b8e84;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.story h2,
.manifesto h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 0.98;
}

.story-body {
  align-self: end;
  max-width: 34rem;
  color: #6a5f57;
  font-size: 0.97rem;
  line-height: 1.75;
}

.story-body .lead {
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.5;
}

.evidence {
  display: grid;
  grid-template-columns: 0.3fr 1fr 1.3fr;
  gap: clamp(2rem, 6vw, 8rem);
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 7vw, 8rem);
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.evidence h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 0.98;
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: end;
  border-top: 1px solid var(--line);
}

.evidence-grid article {
  min-height: 220px;
  padding: 1.6rem 1.8rem 1.6rem 0;
  border-bottom: 1px solid var(--line);
}

.evidence-grid article:nth-child(even) {
  padding-left: 1.8rem;
  border-left: 1px solid var(--line);
}

.evidence-grid h3 {
  margin-bottom: 0.8rem;
  font: 400 1.4rem/1.2 Georgia, "Times New Roman", serif;
}

.evidence-grid p {
  margin-bottom: 0;
  color: #6a5f57;
  font-size: 0.9rem;
  line-height: 1.7;
}

.origin {
  display: grid;
  grid-template-columns: 0.6fr 1fr 1fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 8rem);
  color: var(--paper);
  background: #6f611f;
}

.origin .kicker { color: var(--yellow); }

.origin-name {
  margin: 0;
  font: 400 clamp(2.8rem, 5vw, 5rem)/0.95 Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
}

.origin > p:last-child {
  max-width: 34rem;
  color: rgba(252,252,252,0.76);
  line-height: 1.75;
}

.manifesto {
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 7vw, 8rem);
  color: var(--paper);
  background: var(--brown);
}

.manifesto-inner {
  width: min(100%, 1200px);
  margin: auto;
}

.kicker.light { color: var(--yellow); }

.manifesto h2 {
  max-width: 800px;
  color: var(--paper);
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: clamp(4rem, 8vw, 8rem);
  border-top: 1px solid rgba(255,255,255,0.24);
}

.principles article {
  min-height: 240px;
  padding: 2rem clamp(1rem, 3vw, 2.5rem) 1rem 0;
}

.principles article + article {
  padding-left: clamp(1rem, 3vw, 2.5rem);
  border-left: 1px solid rgba(255,255,255,0.24);
}

.principles span {
  color: var(--yellow);
  font-size: 0.68rem;
}

.principles h3 {
  margin: 3.5rem 0 0.75rem;
  font: 400 2rem/1 Georgia, "Times New Roman", serif;
}

.principles p {
  max-width: 280px;
  color: rgba(252,252,252,0.68);
  line-height: 1.65;
}

.contact {
  padding: clamp(7rem, 12vw, 12rem) 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 15%, rgba(244,220,92,0.28), transparent 33%),
    var(--paper);
}

.contact h2 {
  margin-bottom: 2.5rem;
}

.contact-copy {
  max-width: 650px;
  margin: -0.5rem auto 2.6rem;
  color: #685e56;
  line-height: 1.75;
}

.contact-links {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.dependency {
  margin: 3rem 0 0;
  color: #87763b;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.email-link {
  display: inline-flex;
  gap: 1.25rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 3rem;
  padding: 2.5rem clamp(1.5rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
  color: #756b63;
  font-size: 0.72rem;
}

footer p { margin: 0; }

.footer-mark {
  color: var(--brown);
}

@media (max-width: 900px) {
  .story {
    grid-template-columns: 0.2fr 1fr;
  }
  .story-body {
    grid-column: 2;
  }

  .evidence {
    grid-template-columns: 0.2fr 1fr;
  }

  .evidence-grid {
    grid-column: 2;
  }

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

  .origin > p:last-child {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
    top: clamp(12.5rem, 37vh, 17rem);
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 0 1.25rem;
    text-align: center;
  }

  nav > a:not(.nav-cta) { display: none; }

  .site-header .wordmark {
    font-size: clamp(2.65rem, 12vw, 3.35rem);
  }

  .site-header nav {
    font-size: 0.78rem;
  }

  .hero {
    min-height: 100svh;
    display: block;
    padding: clamp(19rem, 56vh, 27rem) 1.25rem 5rem;
  }

  .hero-art {
    width: 100%;
    height: clamp(14rem, 43vh, 22rem);
  }

  .hero-art img {
    object-fit: cover;
    object-position: center top;
  }

  .hero-copy {
    width: min(100%, 34rem);
    margin-inline: auto;
    padding: 1.5rem 0 0;
    background: none;
  }

  h1 {
    font-size: clamp(3.3rem, 16vw, 5.2rem);
  }

  .intro {
    font-size: 1.05rem;
  }

  .scroll-note { display: none; }

  .story {
    display: block;
    padding-block: 5.5rem;
  }

  .section-number { margin-bottom: 3.5rem; }

  .evidence {
    display: block;
    padding-block: 5.5rem;
  }

  .evidence-heading { margin-bottom: 3rem; }

  .evidence-grid {
    display: block;
  }

  .evidence-grid article,
  .evidence-grid article:nth-child(even) {
    min-height: 0;
    padding: 1.7rem 0;
    border-left: 0;
  }

  .origin {
    display: block;
    padding-block: 5rem;
  }

  .origin-name {
    margin-bottom: 2rem;
  }
  .story-heading { margin-bottom: 2.5rem; }

  .principles {
    display: block;
  }

  .principles article,
  .principles article + article {
    min-height: auto;
    padding: 2rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .principles h3 { margin-top: 2rem; }

  footer {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
