:root {
  --manifesto-bg: #f5efe5;
  --manifesto-surface: rgba(255, 252, 247, 0.84);
  --manifesto-surface-strong: #fffaf2;
  --manifesto-ink: #10202e;
  --manifesto-muted: #5f6a75;
  --manifesto-line: rgba(16, 32, 46, 0.1);
  --manifesto-accent: #0f8d8c;
  --manifesto-accent-strong: #0b6770;
  --manifesto-accent-warm: #f59d5d;
  --manifesto-glow: rgba(15, 141, 140, 0.2);
  --manifesto-shadow: 0 24px 80px rgba(24, 35, 44, 0.12);
  --manifesto-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "URW Palladio L", Georgia, serif;
  --manifesto-sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(245, 157, 93, 0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(15, 141, 140, 0.14), transparent 32%),
    linear-gradient(180deg, #f6efe4 0%, #f7f2e8 48%, #f5efe5 100%);
  color: var(--manifesto-ink);
  font-family: var(--manifesto-sans);
  overflow-x: hidden;
}

.manifesto-body {
  position: relative;
}

.manifesto-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 32, 46, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 46, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.7), transparent 76%);
  pointer-events: none;
  opacity: 0.5;
}

.manifesto-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
  opacity: 0.72;
}

.manifesto-orb-a {
  top: 110px;
  left: -120px;
  width: 360px;
  height: 360px;
  background: rgba(245, 157, 93, 0.32);
  animation: manifestoFloat 14s ease-in-out infinite;
}

.manifesto-orb-b {
  top: 38%;
  right: -140px;
  width: 360px;
  height: 360px;
  background: rgba(15, 141, 140, 0.24);
  animation: manifestoFloat 18s ease-in-out infinite reverse;
}

.manifesto-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 10px;
  backdrop-filter: blur(18px);
}

.manifesto-brand {
  text-decoration: none;
  color: var(--manifesto-ink);
  font-family: var(--manifesto-serif);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.manifesto-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.manifesto-nav a,
.manifesto-topbarBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--manifesto-ink);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 32, 46, 0.08);
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 10px 24px rgba(16, 32, 46, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.manifesto-topbarBtn {
  font-weight: 700;
  background: rgba(15, 141, 140, 0.12);
  border-color: rgba(15, 141, 140, 0.16);
}

.manifesto-nav a:hover,
.manifesto-topbarBtn:hover,
.button:hover {
  transform: translateY(-1px);
}

.manifesto-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 24px auto 80px;
}

.hero,
.section,
.cta-shell {
  position: relative;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  padding: 38px;
  border: 1px solid rgba(16, 32, 46, 0.08);
  border-radius: 36px;
  background:
    linear-gradient(140deg, rgba(14, 28, 42, 0.96), rgba(16, 66, 80, 0.94)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  color: #fdf7ef;
  box-shadow: 0 36px 84px rgba(16, 32, 46, 0.22);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(245, 157, 93, 0.34), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.08), transparent 24%),
    radial-gradient(circle at 88% 76%, rgba(15, 141, 140, 0.26), transparent 32%);
  pointer-events: none;
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 16px;
  color: rgba(245, 249, 250, 0.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.feature-card h3,
.step-card h3,
.timeline-card h3,
.asset-card h3,
.share-card h3,
.cta-shell h2 {
  font-family: var(--manifesto-serif);
}

.hero h1 {
  margin: 0;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  max-width: 8ch;
}

.hero-lead {
  margin: 20px 0 0;
  max-width: 660px;
  color: rgba(253, 247, 239, 0.8);
  font-size: 18px;
  line-height: 1.72;
}

.hero-actions,
.stack-actions,
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 26px;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:focus-visible,
button.button:focus-visible,
.manifesto-nav a:focus-visible,
.manifesto-topbarBtn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(15, 141, 140, 0.22);
}

.button-primary {
  color: #0d2130;
  background: linear-gradient(135deg, #f6cf7b, #f59d5d);
  box-shadow: 0 18px 34px rgba(245, 157, 93, 0.26);
}

.button-secondary {
  color: var(--manifesto-ink);
  background: rgba(255, 250, 242, 0.94);
  border-color: rgba(16, 32, 46, 0.08);
  box-shadow: 0 18px 34px rgba(16, 32, 46, 0.08);
}

.button-soft {
  color: var(--manifesto-ink);
  background: rgba(15, 141, 140, 0.12);
  border-color: rgba(15, 141, 140, 0.16);
  box-shadow: 0 18px 34px rgba(16, 32, 46, 0.08);
}

.button-ghost {
  color: #fdf7ef;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.button-block {
  width: 100%;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(253, 247, 239, 0.88);
  font-size: 13px;
}

.hero-panel {
  align-self: end;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.panel-glow {
  position: absolute;
  inset: auto -30px -50px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(245, 157, 93, 0.26);
  filter: blur(34px);
}

.panel-label {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(253, 247, 239, 0.72);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
}

.panel-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  padding-left: 18px;
  margin: 16px 0 0;
  color: rgba(253, 247, 239, 0.84);
}

.panel-list li {
  line-height: 1.6;
}

.panel-metric {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(8, 18, 28, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-metric strong {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section {
  margin-top: 32px;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid var(--manifesto-line);
  background: var(--manifesto-surface);
  box-shadow: var(--manifesto-shadow);
  backdrop-filter: blur(14px);
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 24px;
}

.section-head .eyebrow {
  color: var(--manifesto-accent-strong);
  margin-bottom: 0;
}

.section h2,
.cta-shell h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.vision-grid,
.assets-grid,
.share-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card,
.asset-card,
.share-card,
.timeline-card,
.step-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(16, 32, 46, 0.08);
  background: var(--manifesto-surface-strong);
}

.feature-card-wide {
  grid-column: span 3;
  background:
    radial-gradient(circle at top right, rgba(15, 141, 140, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.92));
}

.feature-card h3,
.step-card h3,
.timeline-card h3,
.asset-card h3,
.share-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.feature-card p,
.step-card p,
.timeline-card li,
.asset-card p,
.share-card p,
.cta-copy,
.qr-note {
  color: var(--manifesto-muted);
  font-size: 15px;
  line-height: 1.68;
}

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

.step-index {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 141, 140, 0.1);
  color: var(--manifesto-accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

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

.timeline-kicker {
  margin: 0 0 10px;
  color: var(--manifesto-accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.timeline-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

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

.share-grid {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  align-items: stretch;
}

.qr-card {
  display: grid;
  place-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(245, 157, 93, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(16, 32, 46, 0.08);
}

.qr-card img {
  width: min(100%, 220px);
  height: auto;
  padding: 14px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 40px rgba(16, 32, 46, 0.1);
}

.qr-note {
  margin: 0;
  text-align: center;
}

.share-actions {
  display: grid;
  gap: 18px;
}

.cta-section {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 20px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(16, 32, 46, 0.08);
  background:
    radial-gradient(circle at top right, rgba(245, 157, 93, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(15, 141, 140, 0.12), rgba(255, 255, 255, 0.95));
  box-shadow: var(--manifesto-shadow);
}

.cta-copy {
  margin: 16px 0 0;
  max-width: 760px;
}

.cta-actions {
  justify-content: flex-end;
}

.cta-shell-business {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: stretch;
}

.cta-actions-vertical {
  display: grid;
  gap: 12px;
  align-content: center;
  justify-items: stretch;
}

.detail-hero {
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.summary-access-panel {
  display: grid;
  align-self: stretch;
}

.summary-panel-view {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}

.summary-panel-view h3 {
  margin: 0;
  font-family: var(--manifesto-serif);
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.summary-status-note {
  margin: 0;
  color: rgba(253, 247, 239, 0.82);
  font-size: 15px;
  line-height: 1.68;
}

.summary-input-wrap {
  display: grid;
  gap: 10px;
}

.summary-label {
  color: rgba(253, 247, 239, 0.74);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.summary-input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 18, 28, 0.28);
  color: #fdf7ef;
  font: inherit;
}

.summary-input::placeholder {
  color: rgba(253, 247, 239, 0.42);
}

.summary-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(15, 141, 140, 0.18);
}

.summary-error {
  min-height: 20px;
  margin: 0;
  color: #ffd9c0;
  font-size: 14px;
}

.summary-actions {
  display: grid;
  gap: 12px;
}

.summary-panel-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: rgba(253, 247, 239, 0.84);
}

.summary-content[hidden] {
  display: none !important;
}

.summary-metrics,
.summary-grid {
  display: grid;
  gap: 18px;
}

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

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

.metric-card,
.summary-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(16, 32, 46, 0.08);
  background: var(--manifesto-surface-strong);
}

.metric-card {
  background:
    radial-gradient(circle at top right, rgba(15, 141, 140, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
}

.metric-label {
  margin: 0 0 10px;
  color: var(--manifesto-accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.metric-value {
  margin: 0;
  font-family: var(--manifesto-serif);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.metric-note,
.summary-card p,
.summary-card li,
.summary-source-list a,
.summary-footnote {
  color: var(--manifesto-muted);
  font-size: 15px;
  line-height: 1.68;
}

.metric-note {
  margin: 10px 0 0;
}

.summary-card h3 {
  margin: 0 0 12px;
  font-family: var(--manifesto-serif);
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.summary-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.summary-highlight {
  grid-column: span 2;
  background:
    radial-gradient(circle at top right, rgba(245, 157, 93, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92));
}

.summary-table {
  width: 100%;
  border-collapse: collapse;
}

.summary-table th,
.summary-table td {
  padding: 13px 0;
  border-bottom: 1px solid rgba(16, 32, 46, 0.08);
  text-align: left;
  font-size: 15px;
}

.summary-table th:last-child,
.summary-table td:last-child {
  text-align: right;
}

.summary-table th {
  color: var(--manifesto-accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.summary-source-list {
  display: grid;
  gap: 10px;
}

.summary-source-list a {
  color: var(--manifesto-accent-strong);
  text-decoration: none;
}

.summary-source-list a:hover {
  text-decoration: underline;
}

.manifesto-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 40px;
  padding-top: 10px;
  color: rgba(16, 32, 46, 0.6);
  font-size: 13px;
}

.manifesto-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(18px);
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(16, 32, 46, 0.92);
  color: #fff;
  box-shadow: 0 24px 40px rgba(16, 32, 46, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.manifesto-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.manifesto-has-js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.manifesto-has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Landing page */
.landing-body {
  --landing-blue: #1238a8;
  --landing-pink: #ff2aa7;
  --landing-yellow: #ffcc17;
  --landing-ink: #173292;
  --landing-soft-blue: rgba(18, 56, 168, 0.08);
  --landing-soft-pink: rgba(255, 42, 167, 0.09);
  --landing-soft-yellow: rgba(255, 204, 23, 0.14);
  min-height: 100vh;
  padding-bottom: 76px;
  background: #fff;
  color: var(--landing-ink);
}

.landing-body::before,
.landing-body::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  z-index: 0;
  height: 24px;
  pointer-events: none;
}

.landing-body::before {
  top: 10px;
  background: var(--landing-blue);
}

.landing-body::after {
  bottom: 10px;
  background: var(--landing-pink);
}

.landing-body .manifesto-orb,
.landing-body .manifesto-grid {
  display: none;
}

.landing-body .manifesto-topbar,
.landing-body .manifesto-shell,
.landing-body .manifesto-footer {
  width: min(1140px, calc(100% - 40px));
}

.landing-body .manifesto-topbar {
  position: relative;
  z-index: 50;
  margin-top: 0;
  padding: 18px 24px;
  border: 2px solid rgba(18, 56, 168, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 52px rgba(18, 56, 168, 0.1);
  backdrop-filter: blur(16px);
}

.landing-body .manifesto-shell,
.landing-body .manifesto-footer {
  position: relative;
  z-index: 1;
}

.landing-body .manifesto-brand,
.landing-body .hero h1,
.landing-body .section h2,
.landing-body .landing-story-card h3,
.landing-body .install-card h3,
.landing-body .collab-card h3,
.landing-body .signal-card h3,
.landing-body .discussion-copy h3,
.landing-body .contact-strip h3,
.landing-body .landing-group-callout h2 {
  font-family: var(--manifesto-sans);
  font-weight: 900;
}

.landing-body .manifesto-brand {
  color: var(--landing-blue);
  font-size: 34px;
  letter-spacing: -0.08em;
}

.landing-menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 2px solid rgba(18, 56, 168, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--landing-blue);
  box-shadow: 0 10px 24px rgba(18, 56, 168, 0.08);
  cursor: pointer;
}

.landing-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.landing-body .manifesto-nav {
  gap: 12px;
}

.landing-body .manifesto-nav a,
.landing-body .manifesto-topbarBtn {
  min-height: 46px;
  border: 2px solid rgba(18, 56, 168, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--landing-blue);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(18, 56, 168, 0.08);
}

.landing-body .manifesto-nav a:nth-child(odd) {
  background: var(--landing-soft-pink);
}

.landing-body .manifesto-nav a:nth-child(even) {
  background: var(--landing-soft-yellow);
}

.landing-body .manifesto-topbarBtn {
  background: var(--landing-blue);
  border-color: var(--landing-blue);
  color: #fff;
}

.landing-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.landing-language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  border: 2px solid rgba(18, 56, 168, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 24px rgba(18, 56, 168, 0.08);
}

.landing-language-btn {
  min-width: 54px;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--landing-blue);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.landing-language-btn.is-active {
  background: var(--landing-pink);
  color: #fff;
}

.landing-language-btn:hover {
  transform: translateY(-1px);
}

.landing-body .manifesto-shell {
  margin-top: 42px;
  margin-bottom: 96px;
}

/* Hero balance */
.landing-body .hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 360px);
  gap: clamp(28px, 4vw, 46px);
  align-items: start;
  padding: clamp(28px, 4vw, 42px);
  border: 2px solid rgba(18, 56, 168, 0.12);
  border-radius: 40px;
  background: #fff;
  color: var(--landing-ink);
  box-shadow: 0 34px 74px rgba(18, 56, 168, 0.11);
  overflow: hidden;
}

.landing-body .hero::before {
  display: none;
}

.landing-hero-copy {
  display: grid;
  gap: clamp(22px, 3vw, 30px);
  align-content: start;
  min-width: 0;
  max-width: 680px;
}

.landing-hero-main,
.landing-hero-body {
  display: grid;
  gap: clamp(20px, 2.4vw, 26px);
}

.landing-hero-intro {
  display: grid;
  gap: 12px;
  align-items: start;
}

.landing-hero-heading {
  display: grid;
  gap: 12px;
  max-width: 620px;
}

.landing-body .hero h1 {
  max-width: 8.6ch;
  margin: 0;
  font-size: clamp(54px, 7vw, 96px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  color: var(--landing-blue);
  text-wrap: balance;
}

.landing-body .eyebrow {
  color: var(--landing-pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

/* Slogan */
.landing-slogan {
  position: relative;
  display: grid;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 4px 0 4px;
  transform: rotate(2.5deg);
  transform-origin: left center;
}

.landing-slogan-line {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
}

.landing-slogan-symbol {
  display: inline-flex;
  min-width: 34px;
  justify-content: center;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1;
  opacity: 0;
}

.landing-slogan-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  overflow: visible;
}

.landing-slogan-word {
  display: inline-block;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  padding: 0.04em 0.16em 0.08em 0;
  margin-right: -0.08em;
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.07em;
  clip-path: inset(-0.2em 100% -0.24em 0);
  will-change: clip-path, transform, opacity;
}

.landing-slogan-translation {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
}

.landing-slogan.is-animating .landing-slogan-symbol {
  animation: sloganPop 280ms ease-out forwards;
}

.landing-slogan.is-animating .landing-slogan-word {
  animation: sloganReveal 1100ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.landing-slogan.is-animating .landing-slogan-translation {
  animation: sloganFadeUp 520ms ease-out forwards;
}

.landing-slogan-positive .landing-slogan-symbol,
.landing-slogan-positive .landing-slogan-word,
.landing-slogan-positive .landing-slogan-translation {
  color: var(--landing-blue);
}

.landing-slogan-negative .landing-slogan-symbol,
.landing-slogan-negative .landing-slogan-word,
.landing-slogan-negative .landing-slogan-translation {
  color: var(--landing-pink);
}

.landing-slogan-positive .landing-slogan-symbol {
  animation-delay: 180ms;
}

.landing-slogan-positive .landing-slogan-word {
  animation-delay: 360ms;
}

.landing-slogan-positive .landing-slogan-translation {
  animation-delay: 1120ms;
}

.landing-slogan-negative .landing-slogan-symbol {
  animation-delay: 1520ms;
}

.landing-slogan-negative .landing-slogan-word {
  animation-delay: 1700ms;
}

.landing-slogan-negative .landing-slogan-translation {
  animation-delay: 2460ms;
}

.landing-slogan-line::after {
  content: "";
  position: absolute;
  left: 42px;
  right: 0;
  bottom: -8px;
  height: 7px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0.65;
}

.landing-slogan.is-animating .landing-slogan-line::after {
  animation: sloganUnderline 640ms ease-out forwards;
}

.landing-slogan-positive::after {
  background: rgba(18, 56, 168, 0.24);
  animation-delay: 980ms;
}

.landing-slogan-negative::after {
  background: rgba(255, 42, 167, 0.3);
  animation-delay: 2320ms;
}

.landing-slogan::before,
.landing-slogan::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  opacity: 0;
}

.landing-slogan::before {
  top: 10px;
  right: 20px;
  background: var(--landing-pink);
}

.landing-slogan::after {
  right: -2px;
  bottom: -6px;
  background: var(--landing-blue);
}

.landing-slogan.is-animating::before {
  animation: sloganSpark 900ms ease-out 1020ms forwards;
}

.landing-slogan.is-animating::after {
  animation: sloganSpark 900ms ease-out 2420ms forwards;
}

/* Hero body */
.landing-lead-stack {
  display: grid;
  gap: 14px;
  max-width: 62ch;
}

.landing-lead-stack p,
.landing-story-card p,
.install-card p,
.collab-card p,
.discussion-copy p,
.contact-strip p {
  margin: 0;
  line-height: 1.72;
}

.landing-body .hero-lead,
.landing-body .landing-lead-stack p,
.landing-body .landing-story-card p,
.landing-body .signal-card p,
.landing-body .install-card p,
.landing-body .collab-card p,
.landing-body .discussion-copy p,
.landing-body .contact-strip p,
.landing-body .field-help,
.landing-body .form-status,
.landing-body .discussion-item-message,
.landing-body .discussion-item-time {
  color: rgba(23, 50, 146, 0.8);
}

.landing-body .landing-lead-stack p:not(.hero-lead) {
  color: rgba(23, 50, 146, 0.74);
}

.landing-body .hero-lead,
.landing-body .landing-lead-stack p {
  font-size: 16px;
  line-height: 1.75;
  text-wrap: pretty;
}

.landing-body .hero-actions {
  margin-top: 2px;
}

.landing-body .hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
  max-width: 62ch;
}

.landing-body .hero-tags span {
  border: 2px solid transparent;
  background: #fff;
  color: var(--landing-blue);
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(18, 56, 168, 0.08);
}

.landing-body .hero-tags span:nth-child(3n + 1) {
  border-color: rgba(255, 42, 167, 0.2);
  background: var(--landing-soft-pink);
}

.landing-body .hero-tags span:nth-child(3n + 2) {
  border-color: rgba(18, 56, 168, 0.18);
  background: rgba(18, 56, 168, 0.06);
}

.landing-body .hero-tags span:nth-child(3n) {
  border-color: rgba(255, 204, 23, 0.28);
  background: var(--landing-soft-yellow);
}

/* Right panel */
.landing-panel {
  display: grid;
  gap: 16px;
  align-content: start;
}

.landing-app-preview {
  display: grid;
  gap: 12px;
  justify-items: end;
  margin: 0;
}

.landing-app-preview-frame {
  width: min(100%, 250px);
  padding: 10px;
  border: 2px solid rgba(18, 56, 168, 0.12);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 255, 0.96)),
    #fff;
  box-shadow: 0 24px 50px rgba(18, 56, 168, 0.14);
  transform: rotate(4deg);
}

.landing-app-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
}

.landing-app-preview figcaption {
  max-width: 220px;
  color: rgba(23, 50, 146, 0.74);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: right;
  text-transform: uppercase;
}

.landing-body .hero-panel,
.landing-body .landing-story-card,
.landing-body .install-card,
.landing-body .collab-card,
.landing-body .signal-card,
.landing-body .discussion-form,
.landing-body .discussion-item,
.landing-body .contact-strip,
.landing-body .open-discussion-shell {
  border: 2px solid rgba(18, 56, 168, 0.12);
  background: #fff;
  box-shadow: 0 24px 54px rgba(18, 56, 168, 0.09);
}

.landing-body .hero-panel {
  align-self: start;
  justify-self: end;
  width: 100%;
  max-width: 360px;
  padding: 24px 22px;
  border-radius: 30px;
}

.landing-body .hero-panel .landing-app-preview {
  justify-items: center;
  gap: 10px;
  margin-bottom: 2px;
}

.landing-body .hero-panel .landing-app-preview-frame {
  width: min(100%, 220px);
  padding: 8px;
  border-radius: 32px;
  transform: none;
}

.landing-body .hero-panel .landing-app-preview figcaption {
  text-align: center;
  max-width: none;
}

.landing-body .panel-label,
.landing-body .install-link-label,
.landing-body .metric-label {
  color: var(--landing-pink);
  font-weight: 900;
}

.landing-body .panel-label {
  margin: 2px 0 0;
  line-height: 1.35;
}

.landing-panel-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: rgba(253, 247, 239, 0.82);
  line-height: 1.6;
}

.landing-body .landing-panel-list {
  color: rgba(23, 50, 146, 0.88);
}

.landing-panel-callout {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.landing-panel-callout strong {
  font-size: 15px;
  letter-spacing: 0.02em;
}

.landing-panel-callout span {
  color: rgba(253, 247, 239, 0.76);
  line-height: 1.62;
}

.landing-body .landing-panel-callout {
  padding: 16px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 42, 167, 0.1), rgba(255, 204, 23, 0.14));
  border: 2px solid rgba(255, 42, 167, 0.14);
  margin-top: 2px;
}

.landing-body .landing-panel-callout span {
  color: rgba(23, 50, 146, 0.8);
}

/* Group callout */
.landing-group-callout {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 4px;
  padding: 24px;
  border-radius: 30px;
  border: 2px solid rgba(18, 56, 168, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 204, 23, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 42, 167, 0.08), rgba(18, 56, 168, 0.05)),
    #fff;
  box-shadow: 0 24px 54px rgba(18, 56, 168, 0.09);
  overflow: hidden;
}

.landing-group-callout::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, var(--landing-yellow), var(--landing-pink) 52%, var(--landing-blue));
}

.landing-group-callout-copy,
.landing-group-callout-actions {
  display: grid;
  gap: 10px;
}

.landing-group-callout-kicker,
.landing-group-callout-copy p,
.landing-group-callout-note {
  margin: 0;
}

.landing-group-callout-kicker {
  color: var(--landing-pink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.landing-group-callout h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 0.94;
  letter-spacing: -0.07em;
  color: var(--landing-blue);
  max-width: 12ch;
}

.landing-group-callout-copy p,
.landing-group-callout-note {
  color: rgba(23, 50, 146, 0.82);
  line-height: 1.66;
}

.landing-group-callout-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.landing-group-callout-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 2px solid transparent;
  background: #fff;
  color: var(--landing-blue);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(18, 56, 168, 0.08);
}

.landing-group-callout-meta span:nth-child(3n + 1) {
  border-color: rgba(255, 42, 167, 0.2);
  background: var(--landing-soft-pink);
}

.landing-group-callout-meta span:nth-child(3n + 2) {
  border-color: rgba(18, 56, 168, 0.18);
  background: rgba(18, 56, 168, 0.06);
}

.landing-group-callout-meta span:nth-child(3n) {
  border-color: rgba(255, 204, 23, 0.28);
  background: var(--landing-soft-yellow);
}

.landing-group-callout .button {
  justify-self: start;
}

/* Sections / cards */
.landing-story-grid,
.install-grid,
.collab-grid,
.discussion-shell,
.field-grid {
  display: grid;
  gap: 18px;
}

.landing-story-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
}

.landing-story-card,
.install-card,
.collab-card,
.discussion-form {
  border: 1px solid var(--manifesto-line);
  background: var(--manifesto-surface);
  box-shadow: var(--manifesto-shadow);
}

.landing-story-card,
.install-card,
.collab-card {
  padding: 26px;
  border-radius: 28px;
}

.landing-story-card h3,
.install-card h3,
.collab-card h3,
.discussion-copy h3,
.contact-strip h3 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.landing-story-card h3,
.install-card h3,
.collab-card h3 {
  font-size: 28px;
}

.landing-story-card-wide {
  display: grid;
  gap: 18px;
}

.landing-story-accent {
  color: var(--manifesto-accent-strong);
  font-weight: 700;
}

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

.signal-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--manifesto-line);
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(250, 244, 234, 0.92));
  box-shadow: var(--manifesto-shadow);
}

.signal-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.signal-card p {
  margin: 0;
  color: var(--manifesto-muted);
  line-height: 1.68;
}

.install-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: stretch;
}

.install-card-primary {
  background:
    radial-gradient(circle at top right, rgba(245, 157, 93, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 242, 0.98), rgba(250, 243, 232, 0.96));
}

.install-meta {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.install-link-label {
  margin: 0;
  color: var(--manifesto-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.install-link-chip {
  display: block;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(16, 32, 46, 0.06);
  border: 1px solid rgba(16, 32, 46, 0.08);
  color: var(--manifesto-ink);
  font-family: "SFMono-Regular", "Menlo", "Monaco", monospace;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.contact-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 28px;
  border-radius: 28px;
  border: 1px solid rgba(15, 141, 140, 0.16);
  background:
    radial-gradient(circle at top left, rgba(15, 141, 140, 0.12), transparent 30%),
    rgba(255, 250, 242, 0.9);
  box-shadow: var(--manifesto-shadow);
}

.contact-strip strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.landing-body .contact-strip {
  border-color: rgba(255, 42, 167, 0.16);
  background:
    radial-gradient(circle at top left, rgba(255, 204, 23, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 42, 167, 0.1), transparent 28%),
    #fff;
}

.landing-body .contact-strip strong {
  color: var(--landing-blue);
  font-size: 24px;
}

.discussion-shell {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.open-discussion-shell {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.discussion-copy {
  padding: 10px 8px 10px 0;
}

.section-head-inline {
  margin-bottom: 0;
}

.discussion-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border-radius: 30px;
}

.discussion-feed {
  display: grid;
  gap: 16px;
}

.discussion-item {
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid var(--manifesto-line);
  background: rgba(255, 250, 242, 0.96);
  box-shadow: var(--manifesto-shadow);
}

.discussion-item-empty {
  text-align: center;
  color: var(--manifesto-muted);
}

.discussion-item-empty p,
.discussion-item-message,
.discussion-item-time {
  margin: 0;
}

.discussion-item-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.discussion-item-author {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.discussion-item-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 141, 140, 0.12);
  color: var(--manifesto-accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.discussion-item-message {
  white-space: pre-wrap;
  line-height: 1.72;
}

.discussion-item-time {
  margin-top: 14px;
  color: var(--manifesto-muted);
  font-size: 13px;
}

.landing-body .discussion-shell {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.landing-body .discussion-copy {
  padding: 8px 8px 8px 0;
}

.landing-body .discussion-form,
.landing-body .open-discussion-shell {
  position: relative;
  padding: 28px;
  border-radius: 30px;
}

.landing-body .discussion-feed {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.landing-body .discussion-item {
  position: relative;
  min-height: 100%;
  padding: 12px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.landing-body .discussion-item::before {
  display: none;
}

.discussion-item-thread {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.discussion-item-avatar {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--landing-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(18, 56, 168, 0.18);
}

.discussion-item-bubble {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 2px solid rgba(18, 56, 168, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 255, 0.96)),
    #fff;
  box-shadow: 0 18px 36px rgba(18, 56, 168, 0.08);
}

.discussion-item-bubble::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-left: 2px solid rgba(18, 56, 168, 0.1);
  border-bottom: 2px solid rgba(18, 56, 168, 0.1);
  background: #fff;
  transform: rotate(45deg);
}

.discussion-item-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.discussion-item-kicker {
  color: var(--landing-pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.landing-body .discussion-item-author {
  color: var(--landing-blue);
}

.landing-body .discussion-item-badge {
  background: rgba(255, 42, 167, 0.1);
  color: var(--landing-pink);
}

.landing-body .discussion-item-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
}

.landing-body .discussion-item-time {
  margin: 0;
  font-size: 12px;
  color: rgba(23, 50, 146, 0.62);
}

.landing-body .discussion-item-message {
  margin: 0;
}

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

.field-group {
  display: grid;
  gap: 8px;
}

.field-group-wide {
  grid-column: 1 / -1;
}

.field-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--manifesto-ink);
}

.field-input,
.field-select,
.field-textarea {
  width: 100%;
  border: 1px solid rgba(16, 32, 46, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--manifesto-ink);
  font: inherit;
  padding: 14px 16px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.field-textarea {
  min-height: 170px;
  resize: vertical;
}

.field-input:focus,
.field-select:focus,
.field-textarea:focus {
  border-color: rgba(15, 141, 140, 0.46);
  box-shadow: 0 0 0 4px rgba(15, 141, 140, 0.14);
}

.field-help,
.discussion-copy p,
.form-status {
  color: var(--manifesto-muted);
}

.field-help,
.form-status {
  font-size: 14px;
  line-height: 1.6;
}

.field-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--manifesto-ink);
  line-height: 1.55;
}

.field-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--manifesto-accent);
}

.landing-body .field-label {
  color: var(--landing-blue);
  font-weight: 800;
}

.landing-body .field-input,
.landing-body .field-select,
.landing-body .field-textarea {
  border: 2px solid rgba(18, 56, 168, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--landing-blue);
}

.landing-body .field-input::placeholder,
.landing-body .field-textarea::placeholder {
  color: rgba(23, 50, 146, 0.45);
}

.landing-body .field-input:focus,
.landing-body .field-select:focus,
.landing-body .field-textarea:focus {
  border-color: rgba(255, 42, 167, 0.42);
  box-shadow: 0 0 0 4px rgba(255, 42, 167, 0.12);
}

.landing-body .field-check {
  color: rgba(23, 50, 146, 0.86);
}

.landing-body .field-check input {
  accent-color: var(--landing-blue);
}

.form-status[data-state="error"] {
  color: #9d433f;
}

.form-status[data-state="success"] {
  color: var(--manifesto-accent-strong);
}

.landing-body .form-status[data-state="error"] {
  color: #b01f6a;
}

.landing-body .form-status[data-state="success"] {
  color: var(--landing-blue);
}

.landing-body .button-primary {
  background: var(--landing-pink);
  color: #fff;
  box-shadow: 0 16px 34px rgba(255, 42, 167, 0.24);
}

.landing-body .button-secondary {
  background: var(--landing-blue);
  border-color: var(--landing-blue);
  color: #fff;
  box-shadow: 0 16px 34px rgba(18, 56, 168, 0.2);
}

.landing-body .button-soft {
  background: var(--landing-soft-yellow);
  border: 2px solid rgba(255, 204, 23, 0.3);
  color: var(--landing-blue);
  box-shadow: 0 16px 30px rgba(255, 204, 23, 0.18);
}

.landing-body .button-ghost {
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(18, 56, 168, 0.12);
  color: var(--landing-blue);
}

.landing-body .button:focus-visible,
.landing-body button.button:focus-visible,
.landing-body .manifesto-nav a:focus-visible,
.landing-body .manifesto-topbarBtn:focus-visible,
.landing-body .landing-language-btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 42, 167, 0.16);
}

.landing-body .section {
  margin-top: 34px;
  padding: 34px;
  border: 2px solid rgba(18, 56, 168, 0.12);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 28px 66px rgba(18, 56, 168, 0.09);
  backdrop-filter: none;
}

.landing-body .section h2 {
  font-size: clamp(36px, 4.6vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.08em;
  color: var(--landing-blue);
  max-width: 11ch;
}

.landing-body .landing-story-card,
.landing-body .install-card,
.landing-body .collab-card,
.landing-body .signal-card {
  position: relative;
  overflow: hidden;
}

.landing-body .landing-story-card::before,
.landing-body .install-card::before,
.landing-body .collab-card::before,
.landing-body .signal-card::before,
.landing-body .discussion-form::before,
.landing-body .open-discussion-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, var(--landing-yellow), var(--landing-pink) 50%, var(--landing-blue));
}

.landing-body .landing-story-card-wide {
  background:
    radial-gradient(circle at top right, rgba(255, 204, 23, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 42, 167, 0.03), rgba(18, 56, 168, 0.02)),
    #fff;
}

.landing-body .landing-story-card h3,
.landing-body .install-card h3,
.landing-body .collab-card h3,
.landing-body .signal-card h3,
.landing-body .discussion-copy h3,
.landing-body .contact-strip h3 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 0.94;
  letter-spacing: -0.07em;
  color: var(--landing-blue);
}

.landing-body .signal-card {
  background: linear-gradient(180deg, rgba(18, 56, 168, 0.04), rgba(255, 255, 255, 1));
}

.landing-body .install-card-primary {
  background:
    radial-gradient(circle at top right, rgba(255, 42, 167, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 204, 23, 0.12), transparent 30%),
    #fff;
}

.landing-body .install-link-chip {
  border: 2px solid rgba(18, 56, 168, 0.1);
  background: rgba(18, 56, 168, 0.05);
  color: var(--landing-blue);
}

.landing-body .manifesto-footer {
  margin: 0 auto;
  padding: 20px 0 0;
  align-items: center;
  color: rgba(23, 50, 146, 0.72);
  font-weight: 700;
}

.landing-body .manifesto-toast {
  background: var(--landing-blue);
  color: #fff;
}

/* Install page contrast */
.landing-body .summary-access-panel,
.landing-body .summary-panel-view {
  color: var(--landing-blue);
}

.landing-body .summary-status-note,
.landing-body .summary-panel-points,
.landing-body .summary-panel-points li,
.landing-body .summary-label {
  color: rgba(23, 50, 146, 0.82);
}

.landing-body .summary-panel-view h3 {
  color: var(--landing-blue);
}

.landing-body .summary-input {
  background: #fff;
  color: var(--landing-blue);
  border: 2px solid rgba(18, 56, 168, 0.14);
}

.landing-body .summary-input::placeholder {
  color: rgba(23, 50, 146, 0.45);
}

.landing-body .summary-error {
  color: #b01f6a;
}

.landing-body .summary-panel-points {
  padding-left: 20px;
}

.landing-body .summary-panel-points li {
  line-height: 1.6;
}

.summary-panel-view[hidden] {
  display: none !important;
}

/* Animations */
@keyframes manifestoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -28px, 0);
  }
}

@keyframes sloganPop {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-8deg);
  }

  70% {
    opacity: 1;
    transform: scale(1.12) rotate(2deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes sloganReveal {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes sloganFadeUp {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

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

@keyframes sloganUnderline {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes sloganSpark {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.4);
  }

  40% {
    opacity: 1;
    transform: translateY(-4px) scale(1);
  }

  100% {
    opacity: 0.78;
    transform: translateY(0) scale(1);
  }
}

/* Responsive */
@media (max-width: 1080px) {
  .hero,
  .share-grid,
  .cta-shell,
  .vision-grid,
  .mission-rail,
  .timeline,
  .assets-grid,
  .summary-grid,
  .landing-story-grid,
  .signal-grid,
  .install-grid,
  .collab-grid,
  .discussion-shell,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-wide,
  .summary-highlight {
    grid-column: auto;
  }

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

  .cta-actions {
    justify-content: flex-start;
  }
}

@media (min-width: 821px) {
  .landing-body .section-head {
    margin-bottom: 30px;
  }

  .landing-body .section h2 {
    width: 100%;
    max-width: none;
    text-wrap: balance;
  }
}

@media (max-width: 1120px) {
  .landing-body .hero,
  .landing-body .discussion-shell,
  .landing-body .install-grid,
  .landing-body .landing-story-grid,
  .landing-body .signal-grid,
  .landing-body .collab-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .landing-hero-copy,
  .landing-hero-main,
  .landing-hero-body,
  .landing-lead-stack,
  .landing-hero-heading {
    max-width: none;
  }

  .landing-body .hero-panel {
    justify-self: start;
    max-width: 100%;
  }

  .landing-app-preview {
    justify-items: start;
  }

  .landing-app-preview figcaption {
    text-align: left;
  }

  .landing-body .hero h1,
  .landing-body .section h2 {
    max-width: none;
  }

  .landing-body .discussion-feed {
    grid-template-columns: 1fr;
  }

  .landing-group-callout h2 {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .manifesto-topbar {
    position: static;
    padding-top: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .manifesto-nav {
    justify-content: flex-start;
  }

  .hero,
  .section,
  .cta-shell {
    padding: 24px;
    border-radius: 24px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(42px, 14vw, 68px);
  }

  .button,
  button.button,
  .manifesto-topbarBtn {
    width: 100%;
  }

  .hero-actions,
  .cta-actions,
  .stack-actions,
  .summary-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .summary-metrics {
    grid-template-columns: 1fr;
  }

  .landing-story-card,
  .install-card,
  .collab-card,
  .discussion-form,
  .contact-strip {
    padding: 22px;
    border-radius: 24px;
  }

  .contact-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .manifesto-footer {
    flex-direction: column;
  }

  .landing-body {
    padding-top: 24px;
    padding-bottom: 88px;
  }

  .landing-body::before,
  .landing-body::after {
    left: 6px;
    right: 6px;
    height: 18px;
  }

  .landing-body::before {
    top: 6px;
  }

  .landing-body::after {
    bottom: 6px;
  }

  .landing-body .manifesto-topbar,
  .landing-body .manifesto-shell,
  .landing-body .manifesto-footer {
    width: calc(100% - 24px);
  }

  .landing-body .manifesto-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px 12px;
    padding: 16px 16px 18px;
    border-radius: 24px;
  }

  .landing-body .manifesto-brand {
    font-size: 30px;
  }

  .landing-menu-toggle {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .landing-body .manifesto-nav,
  .landing-topbar-actions {
    display: none;
    grid-column: 1 / -1;
  }

  .landing-body.landing-menu-open .manifesto-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 14px;
  }

  .landing-body.landing-menu-open .landing-topbar-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    margin-top: 14px;
  }

  .landing-body.landing-menu-open .landing-menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .landing-body.landing-menu-open .landing-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .landing-body.landing-menu-open .landing-menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .landing-language-switch {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    justify-content: center;
  }

  .landing-body .manifesto-nav a {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    padding-inline: 16px;
    text-align: center;
  }

  .landing-body .manifesto-nav a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .landing-body .manifesto-topbarBtn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .landing-body .hero {
    padding: 24px;
    border-radius: 26px;
  }

  .landing-body .section {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 22px 0;
  }

  .landing-body .landing-story-card,
  .landing-body .install-card,
  .landing-body .collab-card,
  .landing-body .signal-card,
  .landing-body .hero-panel,
  .landing-body .discussion-form,
  .landing-body .open-discussion-shell,
  .landing-body .contact-strip {
    box-shadow: none;
    border-width: 1px;
    background: rgba(18, 56, 168, 0.03);
  }

  .landing-group-callout {
    box-shadow: none;
    border-width: 1px;
  }

  .landing-group-callout .button {
    width: 100%;
  }

  .landing-slogan {
    gap: 10px;
    margin: 6px 0 4px;
    transform: rotate(1.5deg);
  }

  .landing-slogan-word {
    font-size: clamp(34px, 11vw, 60px);
  }

  .landing-slogan-symbol {
    min-width: 28px;
    font-size: clamp(26px, 8vw, 40px);
  }

  .landing-slogan-translation {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .landing-app-preview {
    display: none;
  }

  .landing-body .discussion-form,
  .landing-body .open-discussion-shell {
    padding: 22px;
    border-radius: 24px;
  }

  .discussion-item-thread {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .discussion-item-avatar {
    width: 38px;
    height: 38px;
  }

  .discussion-item-bubble::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .landing-body .manifesto-nav a {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  .landing-body .hero h1 {
    font-size: clamp(44px, 16vw, 66px);
  }

  .landing-slogan-word {
    font-size: clamp(32px, 12vw, 54px);
    letter-spacing: -0.075em;
  }

  .landing-body .hero-tags span {
    width: 100%;
    justify-content: center;
  }
}

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

  .manifesto-orb,
  [data-reveal],
  .manifesto-toast,
  .button,
  button.button,
  .manifesto-nav a,
  .manifesto-topbarBtn,
  .landing-slogan-symbol,
  .landing-slogan-word,
  .landing-slogan-translation,
  .landing-slogan::before,
  .landing-slogan::after,
  .landing-slogan-line::after {
    animation: none !important;
    transition: none !important;
  }

  .manifesto-has-js [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .landing-slogan-symbol,
  .landing-slogan-translation {
    opacity: 1;
  }

  .landing-slogan-word {
    clip-path: none;
  }

  .landing-slogan-line::after {
    transform: scaleX(1);
  }
}



/* Footer stripe alignment fix */
body.landing-body {
  min-height: 100vh;
  padding-bottom: 96px !important;
}

body.landing-body::after {
  bottom: 22px !important;
  z-index: 0;
}

body.landing-body .manifesto-footer {
  position: relative;
  z-index: 2;
  margin: 0 auto 62px !important;
  padding: 22px 0 0 !important;
  align-items: center;
}

@media (max-width: 820px) {
  body.landing-body {
    padding-bottom: 104px !important;
  }

  body.landing-body .manifesto-footer {
    margin-bottom: 70px !important;
  }
}


/* Fix long Italian card titles overflowing their boxes */
.landing-body .landing-story-card h3,
.landing-body .install-card h3,
.landing-body .collab-card h3,
.landing-body .signal-card h3,
.landing-body .discussion-copy h3,
.landing-body .contact-strip h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

/* Mobile title safety */
@media (max-width: 820px) {
  .landing-body .landing-story-card h3,
  .landing-body .install-card h3,
  .landing-body .collab-card h3,
  .landing-body .signal-card h3,
  .landing-body .discussion-copy h3,
  .landing-body .contact-strip h3 {
    font-size: clamp(26px, 7.2vw, 38px);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }
}

/* Extra small screens */
@media (max-width: 560px) {
  .landing-body .landing-story-card h3,
  .landing-body .install-card h3,
  .landing-body .collab-card h3,
  .landing-body .signal-card h3,
  .landing-body .discussion-copy h3,
  .landing-body .contact-strip h3 {
    font-size: clamp(25px, 7vw, 34px);
  }
}


/* More visible WhatsApp access CTA */
.button-whatsapp-access {
  position: relative;
  min-height: 58px;
  padding: 15px 22px;
  border: 2px solid rgba(37, 211, 102, 0.55);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.01em;
  box-shadow:
    0 20px 42px rgba(37, 211, 102, 0.28),
    0 0 0 6px rgba(37, 211, 102, 0.12);
  overflow: hidden;
}

.button-whatsapp-access::before {
  content: "↗";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.button-whatsapp-access::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.34) 42%,
    transparent 72%
  );
  transform: translateX(-120%);
  pointer-events: none;
}

.button-whatsapp-access:hover {
  transform: translateY(-2px);
  box-shadow:
    0 24px 52px rgba(37, 211, 102, 0.34),
    0 0 0 8px rgba(37, 211, 102, 0.14);
}

.button-whatsapp-access:hover::after {
  animation: whatsappAccessShine 900ms ease-out;
}

.button-whatsapp-access:focus-visible {
  outline: none;
  box-shadow:
    0 24px 52px rgba(37, 211, 102, 0.34),
    0 0 0 5px rgba(37, 211, 102, 0.28);
}

@keyframes whatsappAccessShine {
  from {
    transform: translateX(-120%);
  }

  to {
    transform: translateX(120%);
  }
}

@media (max-width: 820px) {
  .button-whatsapp-access {
    min-height: 62px;
    font-size: 16px;
  }
}