:root {
  --ink: #263D35;
  --ink-deep: #1F332C;
  --sage: #9EAD9F;
  --sage-deep: #7F9181;
  --cream: #F6F3EC;
  --stone: #DCD8CF;
  --paper: #FFFDF8;
  --charcoal: #282C2A;
  --muted: #6D746F;
  --line: rgba(38, 61, 53, 0.14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -0.02em; }
.brand-mark {
  width: 38px; height: 38px; border: 1px solid var(--ink);
  display: grid; place-items: center; border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif; font-style: italic;
  color: var(--ink); position: relative;
}
.brand-mark::after {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--sage); position: absolute; right: -2px; top: 3px;
}
.site-header nav { display: flex; gap: 30px; font-size: 14px; }
.site-header nav a { color: var(--muted); transition: .2s ease; }
.site-header nav a:hover { color: var(--ink); }

.hero {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 690px;
  padding: 110px 0 120px;
  position: relative;
  overflow: hidden;
}
.hero-watermark {
  position: absolute; right: -35px; top: 10px;
  font: italic 650px/.9 Georgia, "Times New Roman", serif;
  color: rgba(38,61,53,.035); pointer-events: none; user-select: none;
}
.eyebrow, .section-label {
  font-size: 12px; font-weight: 750; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ink);
}
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 34px; }
.eyebrow span { width: 32px; height: 2px; background: var(--sage-deep); display: inline-block; }
.hero h1, .manifesto h2, .closing h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink-deep);
  letter-spacing: -0.045em;
  font-weight: 500;
}
.hero h1 {
  font-size: clamp(58px, 8vw, 112px);
  line-height: .96;
  max-width: 1020px;
  margin: 0;
}
.hero h1 em, .manifesto h2 em, .closing h2 em {
  font-weight: 400; color: var(--sage-deep);
}
.hero-copy {
  max-width: 660px; margin: 38px 0 0;
  color: #5F6762; font-size: 19px; line-height: 1.7;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button {
  display: inline-flex; align-items: center; gap: 16px;
  border-radius: 999px; padding: 15px 22px;
  font-size: 14px; font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--ink-deep); }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 3px; }

.identity-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
}
.identity-strip div {
  min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink);
}
.identity-strip div + div { border-left: 1px solid var(--line); }
.mini-icon { color: var(--sage-deep); font-size: 16px; }

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 130px 0;
}
.section-label { margin-bottom: 34px; }

.venture-card {
  background: var(--ink);
  min-height: 540px;
  border-radius: var(--radius);
  padding: 72px;
  display: grid; grid-template-columns: 1.08fr .92fr;
  gap: 60px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(31,51,44,.13);
}
.venture-copy { align-self: center; color: white; }
.venture-kicker { color: #C4D0C6; font-size: 12px; font-weight: 800; letter-spacing: .18em; margin-bottom: 24px; }
.venture-copy h2 {
  margin: 0; max-width: 560px;
  font: 500 clamp(38px, 5vw, 64px)/1.03 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em;
}
.venture-copy p { max-width: 520px; color: #D2DBD4; font-size: 17px; line-height: 1.7; margin: 28px 0 34px; }
.button-light { background: var(--paper); color: var(--ink); }

.venture-art { position: relative; min-height: 390px; display: grid; place-items: center; }
.sun-orbit {
  width: 410px; height: 410px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  position: absolute;
}
.sun-orbit::before {
  content: ""; width: 88px; height: 88px; background: var(--sage);
  border-radius: 50%; position: absolute; right: 13px; top: 48px;
  box-shadow: 0 0 0 18px rgba(158,173,159,.08);
}
.dayish-card {
  position: relative;
  width: min(340px, 90%); aspect-ratio: .78;
  background: var(--paper); color: var(--ink);
  border-radius: 30px; transform: rotate(4deg);
  box-shadow: 0 30px 70px rgba(0,0,0,.20);
  display: flex; flex-direction: column; justify-content: center;
  padding: 46px;
}
.dayish-card span { font: 500 56px/1 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.dayish-card small { margin-top: 18px; line-height: 1.45; color: #768078; font-size: 14px; }
.dayish-dot { width: 13px; height: 13px; border-radius: 50%; background: var(--sage-deep); margin-bottom: 30px; }

.manifesto-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
.manifesto h2 {
  margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: 1.05;
}
.manifesto-grid > div:last-child { padding-top: 10px; }
.manifesto p { font-size: 18px; line-height: 1.75; color: #59615C; margin: 0 0 22px; }

.closing {
  width: 100%;
  max-width: none;
  padding: 0;
  background: var(--ink-deep);
  color: white;
}
.closing-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0;
}
.closing .section-label { color: #AFC0B2; }
.closing h2 {
  color: white;
  margin: 0 0 36px;
  font-size: clamp(48px, 7vw, 92px); line-height: .98;
}
.text-link.light { color: white; border-color: rgba(255,255,255,.18); }

footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  color: var(--muted);
  font-size: 13px;
}
footer strong { color: var(--ink); font-size: 16px; }
footer p { margin: 8px 0 0; }
.footer-links { display: flex; gap: 24px; align-items: start; }
.footer-links a:hover { color: var(--ink); }
.legal { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 8px; }

.privacy-page main {
  width: min(850px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0 130px;
}
.privacy-page h1 {
  font: 500 clamp(50px, 7vw, 82px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.04em; color: var(--ink); margin: 0 0 18px;
}
.privacy-page .updated { color: var(--muted); margin-bottom: 52px; }
.privacy-page h2 { color: var(--ink); margin: 42px 0 12px; font-size: 22px; }
.privacy-page p, .privacy-page li { font-size: 16px; line-height: 1.75; color: #555E59; }
.privacy-page a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 820px) {
  .site-header { width: min(100% - 32px, 1180px); height: 78px; }
  .brand-text { font-size: 14px; }
  .site-header nav a:not(:last-child) { display: none; }
  .hero, .section, .identity-strip { width: min(100% - 32px, 1180px); }
  .hero { min-height: auto; padding: 90px 0 95px; }
  .hero-copy { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .identity-strip { grid-template-columns: 1fr; }
  .identity-strip div + div { border-left: 0; border-top: 1px solid var(--line); }
  .identity-strip div { min-height: 64px; justify-content: flex-start; padding-left: 18px; }
  .section { padding: 90px 0; }
  .venture-card { grid-template-columns: 1fr; padding: 42px 30px; gap: 30px; }
  .venture-art { min-height: 330px; }
  .sun-orbit { width: 320px; height: 320px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 40px; }
  .closing-inner { width: min(100% - 32px, 1180px); padding: 90px 0; }
  footer { width: min(100% - 32px, 1180px); grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
