:root {
  --nightblue: #002a37;
  --pink: #db007e;
  --seedgreen: #b3a333;
  --sand: #f5f0e8;
  --ink: #002a37;
  --paper: #fbfaf7;
  --line: rgba(0, 42, 55, 0.12);
  --shadow: 0 24px 60px rgba(0, 42, 55, 0.14);
  --heading-font: "Avenir Next", "Avenir", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body-font: "Avenir Next", "Avenir", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body-font);
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(179, 163, 51, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(219, 0, 126, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
  transition: background 260ms ease, color 260ms ease;
}

body {
  --surface: rgba(249, 244, 236, 0.9);
  --surface-strong: #fffdf8;
  --accent: var(--nightblue);
  --accent-soft: rgba(0, 42, 55, 0.08);
}

.site-shell,
.coming-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.topnav,
.topbar-actions,
.hero-actions,
.hero-signals,
.process-line,
.wedge-points,
.founder-grid,
.pillar-grid,
.example-grid {
  display: flex;
}

.topnav,
.topbar-actions {
  align-items: center;
  gap: 18px;
}

.topnav a,
.footer a {
  color: inherit;
  text-decoration: none;
}

.topnav a {
  position: relative;
  font-size: 0.9rem;
  opacity: 0.74;
}

.topnav a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 14px;
  transform: translateY(-50%);
  background: rgba(0, 42, 55, 0.18);
}

.topnav a:hover {
  opacity: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand--centered {
  margin: 0 auto 28px;
}

.brand-logo {
  height: 48px;
  width: auto;
}

.topbar .brand-logo {
  height: 60px;
}

.investor-page .brand-logo {
  height: 58px;
}

.coming-soon-page .brand-logo {
  height: 58px;
}

.coming-soon-page .brand-logo--dark {
  display: block;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.91rem;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(135deg, var(--pink) 0%, #b60067 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(219, 0, 126, 0.22);
}

.button--ghost {
  border-color: var(--line);
  color: inherit;
  background: rgba(255, 255, 255, 0.5);
}

.button--light {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.button--review {
  cursor: pointer;
}

.button:disabled,
.button[disabled] {
  cursor: not-allowed;
  opacity: 0.45;
  box-shadow: none;
  transform: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 36px;
  padding: 54px 0 28px;
  align-items: start;
}

.eyebrow {
  margin: 0 0 20px;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pink);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading-font);
  letter-spacing: -0.03em;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.7rem, 5.6vw, 5.1rem);
  line-height: 0.93;
  max-width: 17ch;
}

h2 {
  font-size: clamp(1.82rem, 2.8vw, 2.9rem);
  line-height: 0.98;
}

h3 {
  font-size: 1.24rem;
  line-height: 1.06;
}

.hero-text,
.section-heading p:not(.eyebrow),
.pillar-card p,
.example-card li,
.founder-card p,
.wedge-points p,
.callout-card p,
.footer-copy p,
.coming-card p {
  font-size: 0.98rem;
  line-height: 1.62;
}

.hero-text {
  max-width: 68ch;
  margin: 22px 0 0;
}

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

.hero-proof {
  align-self: stretch;
}

.hero-proof-card {
  padding: 24px;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
}

.hero-proof-grid div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.hero-proof-grid dt {
  margin-bottom: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
  font-weight: 700;
}

.hero-proof-grid dd {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}

.form-label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink);
}

.investor-form {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  text-align: left;
}

.investor-input {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(0, 42, 55, 0.18);
  padding: 0 14px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.investor-card {
  max-width: 760px;
  color: #fff;
}

.investor-card .form-label {
  color: #fff;
  margin-bottom: 2px;
}

.investor-intro {
  margin: 10px 0 0;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}

.form-status {
  margin: 12px 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  min-height: 1.5em;
  color: rgba(255, 255, 255, 0.88);
}

.form-status--success {
  margin-top: 16px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pink);
}

.consent-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 10px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.consent-check input {
  margin: 3px 0 0;
  accent-color: var(--pink);
}

.consent-check a {
  color: #fff;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-signals {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-signals li {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid var(--line);
  font-size: 0.88rem;
}

.pillar-card,
.example-card,
.founder-card,
.callout-card,
.coming-card {
  position: relative;
}

.pillar-card,
.example-card,
.founder-card,
.callout-card,
.coming-card {
  padding: 28px;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.section {
  padding: 48px 0;
}

#pillars,
#how-q-works,
#quick-answers,
#examples,
#wedge,
#founders {
  scroll-margin-top: 120px;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 26px;
}

.section-heading p:not(.eyebrow) {
  margin: 14px 0 0;
}

.pillar-grid,
.example-grid,
.founder-grid {
  gap: 18px;
}

.pillar-grid {
  flex-wrap: wrap;
}

.pillar-card {
  flex: 1 1 260px;
}

.process-strip {
  overflow: hidden;
}

.process-line {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px;
  flex-wrap: wrap;
}

.process-line li {
  position: relative;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-weight: 600;
  min-width: 122px;
}

.process-line li strong,
.process-line li span {
  display: block;
}

.process-line li strong {
  font-size: 1rem;
  line-height: 1.15;
}

.process-line li span {
  margin-top: 6px;
  font-size: 0.82rem;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(0, 42, 55, 0.72);
}

.process-line li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pink);
}

.process-support {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  max-width: 840px;
}

.process-support p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  font-size: 0.95rem;
  line-height: 1.58;
}

.process-caption {
  margin: 18px 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(0, 42, 55, 0.72);
}

.process-caption strong {
  color: var(--nightblue);
}

.trust-checklist {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  max-width: 840px;
}

.trust-checklist li {
  position: relative;
  padding: 15px 18px 15px 54px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-size: 0.97rem;
  line-height: 1.52;
  font-weight: 500;
}

.trust-checklist li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(219, 0, 126, 0.1);
  border: 1px solid rgba(219, 0, 126, 0.24);
}

.trust-checklist li::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 6px;
  height: 11px;
  border-right: 2px solid var(--pink);
  border-bottom: 2px solid var(--pink);
  transform: translateY(-62%) rotate(45deg);
}

.example-grid,
.founder-grid,
.faq-grid {
  flex-wrap: wrap;
}

.example-card,
.founder-card,
.faq-card {
  flex: 1 1 360px;
}

.faq-card {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.faq-card p {
  margin: 14px 0 0;
  font-size: 0.98rem;
  line-height: 1.62;
}

.example-label {
  margin: 0 0 12px;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink);
  font-weight: 700;
}

.example-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.wedge-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}

.wedge-points {
  gap: 18px;
  flex-wrap: wrap;
}

.wedge-points article {
  flex: 1 1 280px;
  padding: 24px;
  border-radius: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.callout-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.callout-card > div {
  flex: 1 1 700px;
  min-width: 0;
}

.footer {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 40px 0 56px;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 44px;
  height: auto;
  margin-bottom: 12px;
}

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

.footer-links {
  margin-top: 12px;
}

.footer-links a {
  font-weight: 600;
}

.footer--light {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.footer--light .footer-copy,
.footer--light .footer-links a {
  color: rgba(255, 255, 255, 0.9);
}

.coming-soon-page {
  color: #fff;
}

.coming-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.coming-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: rgba(0, 27, 36, 0.66);
  border-color: rgba(255, 255, 255, 0.12);
}

.coming-card h1 {
  max-width: none;
  font-size: clamp(2.5rem, 7.4vw, 4.5rem);
}

.site-shell--legal {
  padding-bottom: 20px;
}

.legal-page {
  padding-top: 32px;
}

.legal-heading h1 {
  max-width: 16ch;
}

.legal-card-stack {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: 28px;
  border-radius: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.legal-card p {
  margin: 14px 0 0;
  font-size: 0.96rem;
  line-height: 1.62;
}

.legal-card a {
  color: var(--nightblue);
}

@media (max-width: 1080px) {
  .hero,
  .wedge-layout,
  .footer {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .topnav {
    order: 3;
    flex-wrap: wrap;
  }

  .hero {
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .site-shell,
  .coming-shell {
    width: min(100% - 20px, 1200px);
  }

  .topbar-actions,
  .hero-actions,
  .callout-card {
    flex-direction: column;
  }

  .topbar-actions {
    width: 100%;
  }

  .callout-card {
    align-items: stretch;
  }

  .process-line li:not(:last-child)::after {
    display: none;
  }

  .button {
    width: 100%;
  }

  .hero-proof-card {
    padding: 22px;
  }

  .investor-form .hero-actions {
    margin-top: 18px;
  }

}

@media (max-width: 640px) {
  .topbar {
    position: static;
    gap: 16px;
    padding: 14px 0 6px;
  }

  .topnav {
    order: 2;
    width: 100%;
    justify-content: space-between;
    gap: 10px 14px;
    padding: 10px 0 0;
    border-top: 1px solid var(--line);
  }

  .topnav a {
    font-size: 0.84rem;
  }

  .topnav a::after {
    display: none;
  }

  .topbar-actions {
    order: 3;
  }

  .hero {
    padding: 28px 0 14px;
    gap: 20px;
  }

  h1 {
    font-size: clamp(2.1rem, 10vw, 3.1rem);
    max-width: 13ch;
  }

  h2 {
    font-size: clamp(1.5rem, 6.5vw, 2.05rem);
  }

  .hero-text,
  .section-heading p:not(.eyebrow),
  .pillar-card p,
  .example-card li,
  .founder-card p,
  .wedge-points p,
  .callout-card p,
  .footer-copy p,
  .coming-card p,
  .process-support p {
    font-size: 0.94rem;
    line-height: 1.54;
  }

  .hero-signals {
    flex-direction: column;
    gap: 10px;
  }

  .hero-signals li {
    border-radius: 18px;
  }

  .pillar-card,
  .example-card,
  .founder-card,
  .callout-card,
  .coming-card,
  .wedge-points article,
  .hero-proof-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .section {
    padding: 34px 0;
  }

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

  .footer {
    gap: 16px;
    padding: 28px 0 40px;
  }

  .coming-shell {
    width: min(100% - 20px, 720px);
    padding: 20px 0;
  }

  .investor-intro {
    font-size: 1rem;
  }
}
