:root {
  --background: #f8f8f6;
  --background-accent: #f8f8f6;
  --foreground: #111111;
  --muted: #5f5f5f;
  --line: rgba(17, 17, 17, 0.18);
  --line-strong: rgba(17, 17, 17, 0.32);
  --card: rgba(255, 255, 255, 0.98);
  --sheet: rgba(255, 255, 255, 0.985);
  --note: #f2efe8;
  --primary: #4f555c;
  --primary-foreground: #f7f7f5;
  --shadow: 0 18px 40px rgba(17, 17, 17, 0.05);
  --panel-border: rgba(17, 17, 17, 0.08);
  --panel-surface:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(249, 249, 247, 0.82));
  --panel-surface-soft: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 248, 246, 0.82));
  --section-wash: transparent;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-height: 100vh;
  background: var(--background);
  color: var(--foreground);
  font-family:
    Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0,
    transparent calc(50% - 37rem),
    rgba(17, 17, 17, 0.03) calc(50% - 37rem),
    rgba(17, 17, 17, 0.03) calc(50% - 36.9rem),
    transparent calc(50% - 36.9rem),
    transparent calc(50% + 36.9rem),
    rgba(17, 17, 17, 0.03) calc(50% + 36.9rem),
    rgba(17, 17, 17, 0.03) calc(50% + 37rem),
    transparent calc(50% + 37rem)
  );
}

a,
button,
input {
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

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

button,
input {
  font: inherit;
}

.site-shell {
  margin: 0 auto;
  max-width: 96rem;
  min-height: 100vh;
  padding: 1.1rem 1.5rem 1.5rem;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.8rem;
}

.brand {
  display: inline-grid;
  justify-items: center;
  gap: 0.35rem;
}

.brand-logo {
  display: block;
  width: 5.2rem;
  height: auto;
}

.brand-copy {
  display: grid;
  justify-items: center;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.site-nav a {
  display: inline-flex;
  min-height: 2.75rem;
  min-width: 2.75rem;
  align-items: center;
  justify-content: center;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--foreground);
}

.scroll-story {
  display: flex;
  flex-direction: column;
  scroll-snap-type: y proximity;
}

.screen {
  display: flex;
  min-height: auto;
  align-items: flex-start;
  scroll-snap-align: start;
}

.hero-screen {
  min-height: 0;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}

.hero-screen::before {
  content: "";
  position: absolute;
  inset: 8% 14% auto 14%;
  height: 32rem;
  border-radius: 999px;
  background: transparent;
  pointer-events: none;
  z-index: 0;
}

.screen-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 2.5rem 0;
}

.screen-inner.centered {
  text-align: center;
}

.screen-inner.narrow {
  max-width: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 6.4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(48rem, 1.18fr);
  align-items: start;
  gap: 2rem;
  width: 100%;
}

.hero-copy {
  max-width: 100%;
  padding-right: 1rem;
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .hero-subheader,
.hero-copy .lead,
.hero-copy .sublead {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.screen h2 {
  margin: 0;
  font-family:
    Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: -0.045em;
  text-align: center;
  text-wrap: balance;
}

.hero-inner h1 {
  margin: 0;
  margin-top: 1.5rem;
  max-width: none;
  font-size: clamp(2.25rem, 2.95vw, 3.15rem);
  line-height: 1.02;
  text-align: left;
  white-space: nowrap;
  letter-spacing: -0.045em;
  text-wrap: pretty;
}

.hero-subheader {
  max-width: 28rem;
  margin: 1rem 0 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: clamp(1.12rem, 1.62vw, 1.46rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  text-align: left;
  text-wrap: pretty;
}

.screen h2 {
  margin-top: 1.5rem;
  font-size: clamp(1.85rem, 3.4vw, 2.75rem);
  line-height: 1.16;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1px;
  background: var(--line-strong);
}

.lead,
.sublead,
.screen-inner > p,
.preview-copy p,
.video-copy p,
.person-card p,
.final-copy {
  color: var(--muted);
  line-height: 1.9;
  text-align: center;
}

.lead {
  max-width: 35rem;
  margin: 1.35rem 0 0;
  font-size: 1.08rem;
  line-height: 1.78;
}

.sublead {
  max-width: 35rem;
  margin: 0.8rem 0 0;
  font-size: 1rem;
  line-height: 1.76;
  color: var(--muted);
}

.lead-form {
  width: 100%;
}

.lead-form-inline {
  width: min(100%, 35rem);
  max-width: 35rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.9rem;
  padding: 0.9rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
}

.lead-form-row {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr auto;
}

.lead-form input[type="email"] {
  width: 100%;
  height: 3.45rem;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.94);
  padding: 0 1.2rem;
  outline: none;
  font-size: 1rem;
  line-height: 1.5;
}

.lead-form input[type="email"]:focus {
  box-shadow: 0 0 0 4px rgba(79, 85, 92, 0.1);
}

.lead-form button,
.play-button {
  border: 1px solid #41464c;
  border-radius: 0.6rem;
  background: var(--primary);
  color: var(--primary-foreground);
  cursor: pointer;
}

.lead-form button {
  min-width: 12.6rem;
  height: 3.45rem;
  padding: 0 1.55rem;
  font-size: 0.93rem;
  line-height: 1.4;
  font-weight: 600;
}

.lead-form button:hover,
.play-button:hover {
  transform: translateY(-1px);
  background: #5a6067;
}

.lead-form button:disabled {
  opacity: 0.6;
  cursor: default;
}

.form-note,
.form-status,
.hero-link-row,
.simple-steps,
.person-note,
.video-labels {
  font-size: 0.875rem;
  line-height: 1.45;
}

.form-note {
  max-width: none;
  margin: 0.8rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.consent-field {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 0.85rem;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: left;
}

.consent-field input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: 0.12rem 0 0;
  accent-color: var(--primary);
}

.consent-field a,
.legal-footer a,
.legal-document a {
  color: var(--foreground);
  text-decoration: underline;
  text-decoration-color: var(--line-strong);
  text-underline-offset: 0.18em;
}

.consent-field a:hover,
.legal-footer a:hover,
.legal-document a:hover {
  text-decoration-color: currentColor;
}

.form-status {
  margin-top: 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 0.65rem;
  padding: 0.9rem 1rem;
  background: var(--note);
  color: var(--foreground);
  text-align: center;
  line-height: 1.7;
}

.form-status.error {
  background: rgba(255, 255, 255, 0.82);
}

.form-status a {
  color: var(--primary);
  font-weight: 600;
}

.hp-field,
.sr-only {
  position: absolute;
  left: -9999px;
}

.legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding: 1.1rem 0 0.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.legal-footer p {
  margin: 0;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem 1rem;
}

.legal-document {
  width: min(100%, 58rem);
  margin: 2rem auto 0;
  border: 1px solid var(--panel-border);
  border-radius: 0.75rem;
  padding: clamp(1.25rem, 3vw, 3rem);
  background: var(--card);
  box-shadow: var(--shadow);
  line-height: 1.75;
}

.legal-document h1,
.legal-document h2 {
  line-height: 1.2;
}

.legal-document h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -0.045em;
}

.legal-document h2 {
  margin: 2.4rem 0 0.8rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.legal-document h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1rem;
}

.legal-document p,
.legal-document ul,
.legal-document ol {
  margin: 0.75rem 0;
}

.legal-document li + li {
  margin-top: 0.45rem;
}

.legal-meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.legal-draft-notice {
  margin: 1.25rem 0 1.75rem;
  border: 1px solid #8a6f2f;
  border-radius: 0.65rem;
  padding: 0.9rem 1rem;
  background: #fff9e8;
  color: #4e3b11;
  font-size: 0.9rem;
  line-height: 1.55;
}

.legal-data-table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.legal-data-table th,
.legal-data-table td {
  border: 1px solid var(--line);
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}

.legal-data-table th {
  background: var(--note);
}

.legal-table-scroll {
  overflow-x: auto;
}

.hero-link-row {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 2.4rem;
  width: max-content;
  margin: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-link-row .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16.5rem;
  gap: 0.75rem;
  padding: 0.95rem 1.7rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(17, 17, 17, 0.82);
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: 0.015em;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
}

.hero-link-row .text-link::after {
  content: "↓";
  font-size: 1.15rem;
  line-height: 1;
}

.hero-link-row .text-link:hover {
  background: rgba(255, 255, 255, 0.92);
  color: var(--foreground);
  transform: translateY(-1px);
}

.hero-visual-shell {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-self: start;
  margin-top: 1.5rem;
  padding-left: 0.5rem;
}

.hero-visual-frame {
  position: relative;
  width: min(100%, 58rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.hero-visual-picture {
  display: block;
  width: 100%;
}

.hero-visual-art,
.hero-visual-placeholder {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
}

.hero-visual-art {
  height: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
}

.hero-visual-placeholder {
  min-height: 32rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 244, 238, 0.9));
}

.hero-float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0 1rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(17, 17, 17, 0.72);
  font-size: 0.875rem;
  backdrop-filter: blur(10px);
}

.hero-float-top {
  top: 1.25rem;
  right: 1.25rem;
}

.hero-float-bottom {
  left: 1.25rem;
  bottom: 1.25rem;
}

.quiet-screen {
  background: var(--section-wash);
}

.problem-layout {
  display: grid;
  gap: 3rem;
  width: 100%;
  text-align: left;
}

.problem-hero,
.problem-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
  width: 100%;
}

.problem-hero {
  padding: 2.1rem 2.3rem;
  border: 1px solid var(--panel-border);
  border-radius: 0.9rem;
  background: var(--panel-surface);
}

.problem-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(12rem, 0.9fr);
  gap: 1rem;
  align-items: center;
  min-height: 100%;
}

.problem-heading-copy-block {
  max-width: none;
}

.problem-heading .eyebrow,
.problem-heading h2,
.problem-heading .problem-heading-copy {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.problem-heading h2 {
  max-width: 16.5ch;
  font-size: clamp(2.1rem, 2.55vw, 2.7rem);
  line-height: 1.01;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.problem-heading-copy {
  max-width: 33rem;
  margin: 1rem 0 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.94rem;
  line-height: 1.68;
  text-wrap: pretty;
}

.problem-heading-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: visible;
}

.problem-heading-picture,
.problem-heading-placeholder {
  display: block;
  width: min(100%, 18rem);
}

.problem-heading-art,
.problem-heading-placeholder {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.92;
}

.lebcia-callout {
  position: absolute;
  top: -2.4rem;
  right: -3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  z-index: 1;
}

.lebcia-callout-label {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.82);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transform: rotate(4deg);
}

.problem-heading-placeholder {
  aspect-ratio: 21 / 26;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 241, 235, 0.78));
}

.problem-kicker {
  margin: 0;
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.simple-steps {
  max-width: none;
  margin: 2.5rem auto 0;
  color: rgba(17, 17, 17, 0.88);
  line-height: 1.9;
}

.simple-steps p {
  margin: 0.4rem 0;
}

.problem-checklist-shell,
.problem-thesis,
.problem-essay,
.problem-explainer-shell {
  width: 100%;
  max-width: none;
}

.problem-checklist-shell {
  margin-top: 0;
  max-width: none;
  justify-self: stretch;
  padding: 0 0 0 2.2rem;
  border: 0;
  border-left: 1px solid var(--panel-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.problem-checklist {
  display: grid;
  gap: 0;
  margin: 0.8rem auto 0;
  max-width: none;
  padding: 0;
  list-style: none;
  text-align: left;
  color: rgba(17, 17, 17, 0.92);
  font-size: 0.98rem;
  line-height: 1.7;
}

.problem-checklist li {
  position: relative;
  margin: 0;
  padding: 1.3rem 0 1.3rem 3.2rem;
  border-top: 1px solid rgba(17, 17, 17, 0.07);
}

.problem-checklist li:first-child {
  border-top: 0;
  padding-top: 0.85rem;
}

.problem-checklist li::before {
  content: "✓";
  position: absolute;
  top: 1.34rem;
  left: 0;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 239, 232, 0.92));
  color: rgba(79, 85, 92, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
}

.problem-checklist li:first-child::before {
  top: 1.02rem;
}

.problem-content {
  display: block;
}

.problem-explainer-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 2.35rem;
  padding: 2rem 2.2rem;
  border: 1px solid var(--panel-border);
  border-radius: 0.9rem;
  background: var(--panel-surface-soft);
}

.problem-thesis {
  margin-top: 0;
  padding: 0.1rem 0 0;
}

.problem-thesis h3,
.problem-essay h3 {
  margin: 1rem 0 0;
  color: var(--foreground);
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.problem-thesis p,
.problem-essay p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.78;
  text-align: left;
}

.problem-thesis .problem-kicker,
.problem-thesis h3,
.problem-thesis p {
  text-align: left;
}

.problem-essay {
  margin-top: 0;
  padding-left: 2.35rem;
  border-left: 1px solid var(--panel-border);
}

.problem-essay-head {
  max-width: 28rem;
  margin: 0 0 1.3rem;
}

.problem-essay-head .problem-kicker,
.problem-essay-head h3 {
  text-align: left;
}

.problem-patterns {
  display: grid;
  gap: 0;
  max-width: none;
  margin: 0;
}

.problem-pattern {
  display: block;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  text-align: left;
}

.problem-pattern h4 {
  margin: 0;
  color: var(--foreground);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.problem-pattern p {
  margin: 0.55rem 0 0;
  text-align: left;
}

.problem-pattern-outcome h4 {
  color: var(--foreground);
}

.person-screen {
  background: var(--section-wash);
}

.person-section {
  width: 100%;
}

.preview-inner {
  display: grid;
  gap: 2.6rem;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: stretch;
  padding: 2rem;
  overflow: hidden;
}

.person-shell,
.conversation-preview,
.video-shell,
.community-shell,
.preview-inner {
  border: 1px solid var(--panel-border);
  border-radius: 0.9rem;
  background: var(--panel-surface-soft);
}

.person-shell {
  display: flex;
  align-items: stretch;
  padding: 2rem;
  overflow: hidden;
}

.person-mobile-switch,
.person-expand-button {
  display: none;
}

.person-identity {
  display: flex;
  flex: 0 0 43%;
  min-width: 0;
  padding: 0 2rem 0 0;
  border-right: 1px solid var(--panel-border);
}

.person-portrait-card {
  margin: 0;
  flex: 1 1 auto;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.person-portrait-frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.person-portrait-media {
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.person-portrait-picture {
  display: contents;
}

.person-portrait {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-height: 0;
  border-radius: 0;
  object-fit: contain;
}

.person-photo-callout {
  position: absolute;
  top: 31%;
  right: 6%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.person-photo-callout-self {
  left: 8%;
  right: auto;
  top: 53%;
}

.person-photo-callout-label {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.05);
  color: rgba(17, 17, 17, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  transform: rotate(3deg);
}

.person-caption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.35rem;
  width: min(18rem, calc(100% - 2rem));
  padding: 0.95rem 1rem 1.05rem;
  border: 1px solid var(--panel-border);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}

.person-caption .person-name {
  margin: 0;
  color: var(--foreground);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  min-height: 1.3em;
}

.person-role {
  margin: 0;
  min-height: 2.4em;
  color: rgba(17, 17, 17, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

.person-story {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border-left: 0;
  padding: 0;
}

.person-version-stage {
  position: relative;
  min-height: 0;
}

.person-lead {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}

.person-story-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  flex: 1 1 57%;
  min-width: 0;
  gap: 1.35rem;
  align-items: stretch;
  padding: 0 0 0 2rem;
}

.person-version {
  position: absolute;
  inset: 0;
  max-width: 42rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.45rem);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 260ms ease,
    visibility 0ms linear 260ms;
}

.person-version.person-version-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    opacity 220ms ease,
    transform 260ms ease,
    visibility 0ms linear 0ms;
}

.person-version-human {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.15rem;
}

.person-version-details {
  display: contents;
}

.person-version-details[hidden] {
  display: none;
}

.person-version p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
  text-align: left;
}

.person-version p:first-child {
  margin-top: 0;
}

.person-version-human p {
  margin-top: 0;
}

.person-points {
  margin: 1rem 0 0;
  padding-left: 1.3rem;
  color: var(--muted);
}

.person-points li {
  margin: 0.45rem 0 0;
  line-height: 1.7;
}

.person-slider-arrow {
  display: inline-flex;
  width: 3.3rem;
  min-width: 3.3rem;
  height: 3.3rem;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: auto 0;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: rgba(17, 17, 17, 0.78);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
  cursor: pointer;
}

.person-slider-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 17, 17, 0.2);
  background: rgba(255, 255, 255, 0.95);
  color: var(--foreground);
}

.person-slider-arrow span {
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  font-size: 0;
  line-height: 0;
}

.person-slider-arrow[data-person-slider-prev] span {
  transform: translateX(0.25rem) rotate(-135deg);
}

.person-slider-arrow[data-person-slider-next] span {
  transform: translateX(-0.25rem) rotate(45deg);
}

.person-socials {
  display: flex;
  justify-content: center;
  gap: 1.05rem;
  margin-top: auto;
  padding-top: 1.45rem;
}

.person-story-grid,
.person-story-card,
.person-note-panel,
.person-story-kicker,
.person-subheader {
  display: none;
}

.person-social-link {
  display: inline-flex;
  width: 3.45rem;
  height: 3.45rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(17, 17, 17, 0.78);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
}

.person-social-link:hover {
  transform: translateY(-1px);
  color: var(--foreground);
  border-color: rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.95);
}

.person-social-link svg {
  width: 1.38rem;
  height: 1.38rem;
  fill: currentColor;
}

.person-social-logo {
  display: block;
  width: 1.38rem;
  height: 1.38rem;
  object-fit: contain;
}

.person-social-logo-docplanner {
  width: 1.6rem;
  height: 1.6rem;
}

.person-social-logo-perspektywy {
  width: 1.9rem;
  height: auto;
}

.video-section {
  width: 100%;
}

.video-screen {
  background: var(--section-wash);
}

.video-shell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.6rem;
  padding: 2rem;
  overflow: hidden;
}

.video-lead-form {
  width: min(100%, 40rem);
  max-width: 40rem;
  margin: 0 auto;
}

.benefit-strip-screen {
  background: transparent;
}

.benefit-strip-section {
  width: 100%;
}

.benefit-strip-shell {
  width: 100%;
  padding: 0;
}

.benefit-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.benefit-tile {
  display: flex;
  min-height: 7.75rem;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 0.9rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.24)),
    rgba(244, 240, 233, 0.72);
}

.benefit-tile h2 {
  margin: 0;
  max-width: 11ch;
  color: var(--foreground);
  font-size: clamp(1rem, 1.25vw, 1.28rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
  text-align: center;
}

.video-stage {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 1.1rem;
  padding: 0;
  background: transparent;
}

.video-stage-kicker {
  margin: 0;
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
}

.video-media {
  position: relative;
  width: 100%;
  min-width: 0;
}

.promo-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 0.75rem;
  background: #111;
  object-fit: cover;
  overflow: hidden;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: clamp(4rem, 8vw, 5.5rem);
  height: clamp(4rem, 8vw, 5.5rem);
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.24);
  color: var(--primary);
  transform: translate(-50%, -50%);
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.play-button:hover {
  background: #fff;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.3);
  transform: translate(-50%, -50%) scale(1.04);
}

.play-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.98);
  outline-offset: 4px;
}

.play-button[hidden] {
  display: none;
}

.play-button span {
  width: 0;
  height: 0;
  margin-left: 0.3rem;
  border-top: 0.75rem solid transparent;
  border-bottom: 0.75rem solid transparent;
  border-left: 1.15rem solid currentColor;
}

.preview-screen {
  background: var(--section-wash);
}

.preview-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  align-self: stretch;
  padding: 0 2rem 0 0;
  border-right: 1px solid var(--panel-border);
}

.preview-copy h2,
.preview-copy p {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.preview-copy p {
  max-width: 30rem;
  margin-top: 1.1rem;
  color: rgba(17, 17, 17, 0.72);
  line-height: 1.8;
}

.preview-motto-panel {
  display: flex;
  align-items: stretch;
}

.preview-motto-card {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  padding: 2.2rem 1.8rem;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 246, 242, 0.78));
}

.preview-motto-logo {
  display: block;
  width: min(100%, 20rem);
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(17, 17, 17, 0.08));
}

.preview-motto-text {
  max-width: 15ch;
  margin: 0;
  color: var(--foreground);
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.04em;
  text-align: center;
  text-wrap: balance;
}

.final-screen {
  background: var(--section-wash);
}

.community-section {
  width: 100%;
}

.community-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: stretch;
  justify-items: center;
  padding: 2rem;
  overflow: hidden;
  text-align: center;
}

.community-copy {
  width: 100%;
  padding: 0;
  border-right: 0;
}

.community-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.community-copy .eyebrow,
.community-copy h2 {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.community-copy h2 {
  margin: 1.25rem 0 0;
  max-width: 14ch;
  font-size: clamp(2rem, 2.9vw, 2.8rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.community-logo {
  display: block;
  width: 7.5rem;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.community-action {
  display: grid;
  gap: 1.9rem;
  justify-items: center;
  width: 100%;
  padding: 0;
}

.final-lead-form {
  width: 35rem;
  max-width: 35rem;
  justify-self: center;
  align-self: start;
  display: block;
}

.community-kicker {
  margin: 0;
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: left;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
  row-gap: 0;
  align-items: stretch;
  width: min(100%, 64rem);
}

.benefit-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.95rem;
  align-items: start;
  width: 100%;
  max-width: none;
  padding: 1.35rem 0;
  border-top: 1px solid var(--panel-border);
}

.benefit-item:nth-child(-n + 2) {
  padding-top: 0.1rem;
  border-top: 0;
}

.benefit-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 248, 246, 0.92));
  color: var(--foreground);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.benefit-copy h2 {
  margin: 0;
  color: var(--foreground);
  font-size: clamp(1.18rem, 1.7vw, 1.48rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.benefit-copy p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
  text-align: center;
}

@media (max-width: 960px) {
  .preview-inner,
  .hero-grid,
  .problem-hero,
  .problem-explainer-shell,
  .video-shell,
  .community-shell,
  .benefit-strip-shell {
    grid-template-columns: 1fr;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    gap: 1rem;
  }

  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead,
  .hero-copy .sublead,
  .form-note,
  .hero-link-row {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-link-row {
    position: static;
    justify-content: center;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 0;
    transform: none;
  }

  .lead-form-inline {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual-shell {
    justify-content: center;
    padding-left: 0;
  }

  .problem-layout {
    gap: 2.5rem;
  }

  .problem-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .problem-heading .eyebrow,
  .problem-heading h2,
  .problem-heading .problem-heading-copy,
  .problem-thesis .problem-kicker,
  .problem-thesis h3,
  .problem-thesis p,
  .problem-essay-head .problem-kicker,
  .problem-essay-head h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .problem-thesis p {
    text-align: center;
  }

  .video-stage {
    padding: 0;
  }

  .video-stage-kicker {
    text-align: center;
  }

  .benefit-strip-shell {
    padding: 0;
  }

  .community-copy {
    padding: 0;
  }

  .community-header {
    justify-content: center;
  }

  .community-copy .eyebrow,
  .community-copy h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .community-logo {
    width: 6rem;
  }

  .community-action {
    padding: 0;
  }

  .final-lead-form {
    justify-self: center;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .benefit-tile-grid {
    grid-template-columns: 1fr;
  }

  .benefit-tile {
    min-height: 8.5rem;
    padding: 1.35rem;
  }

  .benefit-tile h2 {
    max-width: none;
    font-size: clamp(1.15rem, 5.2vw, 1.4rem);
  }

  .benefit-item {
    justify-self: stretch;
    max-width: none;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .benefit-item:nth-child(-n + 2) {
    padding-top: 1.35rem;
    border-top: 1px solid var(--panel-border);
  }

  .benefit-item:first-child {
    padding-top: 0.1rem;
    border-top: 0;
  }

  .community-kicker {
    justify-self: center;
    text-align: center;
  }

  .person-story {
    border-top: 1px solid var(--panel-border);
    padding: 1.7rem 0 0;
  }

  .person-story-slider {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
  }

  .person-shell {
    flex-direction: column;
    padding: 1.6rem 1.4rem;
    overflow: visible;
  }

  .person-mobile-switch:not([hidden]) {
    position: sticky;
    top: 0.75rem;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: center;
    width: min(100%, 34rem);
    margin: 0 0 1.4rem;
    padding: 0.3rem;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.1);
  }

  .person-mobile-switch button {
    min-width: 0;
    min-height: 2.75rem;
    padding: 0.65rem 0.9rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }

  .person-mobile-switch button[aria-pressed="true"] {
    background: var(--foreground);
    color: #ffffff;
    box-shadow: 0 5px 14px rgba(17, 17, 17, 0.16);
  }

  .person-mobile-switch button:focus-visible,
  .person-expand-button:focus-visible {
    outline: 3px solid rgba(79, 85, 92, 0.34);
    outline-offset: 2px;
  }

  .person-slider-arrow {
    display: none;
  }

  .person-identity {
    flex-basis: auto;
    padding: 0 0 1.8rem;
    border-right: 0;
    scroll-margin-top: 5.25rem;
  }

  .person-version {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: none;
  }

  .person-version-human {
    gap: 0;
  }

  .person-version-stage {
    width: 100%;
    overflow-anchor: none;
  }

  .person-version-details:not([hidden]) {
    display: block;
    scroll-margin-top: 5.25rem;
  }

  .person-version-human .person-version-details:not([hidden]) {
    display: grid;
    gap: 1.15rem;
    margin-top: 1.15rem;
  }

  .person-expand-button:not([hidden]) {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: 1.3rem auto 0;
    padding: 0.72rem 1.15rem;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--foreground);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .person-expand-button:hover {
    border-color: rgba(17, 17, 17, 0.28);
    background: #ffffff;
  }

  .person-version p,
  .person-lead {
    text-align: left;
  }

  .person-socials {
    justify-content: center;
  }

  .problem-heading-visual {
    justify-content: center;
  }

  .lebcia-callout {
    top: -1.7rem;
    right: -1.2rem;
  }

  .person-caption {
    right: 1rem;
    bottom: 1rem;
  }

  .person-photo-callout {
    top: 32%;
    right: 6%;
  }

  .person-photo-callout-self {
    left: 8%;
    top: 54%;
  }

  .problem-hero {
    gap: 1.8rem;
    padding: 1.6rem 1.4rem;
  }

  .problem-checklist-shell {
    padding: 1.8rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--panel-border);
  }

  .problem-explainer-shell {
    gap: 1.8rem;
    padding: 1.6rem 1.4rem;
  }

  .problem-essay {
    padding-left: 0;
    padding-top: 1.8rem;
    border-left: 0;
    border-top: 1px solid var(--panel-border);
  }

  .preview-inner {
    padding: 1.6rem 1.4rem;
  }

  .preview-copy {
    padding: 0 0 1.7rem;
    border-right: 0;
    border-bottom: 1px solid var(--panel-border);
  }

  .preview-copy h2,
  .preview-copy p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .problem-pattern {
    display: block;
    text-align: center;
  }

  .problem-pattern h4,
  .problem-pattern p,
  .problem-checklist {
    text-align: center;
  }

  .problem-checklist p {
    padding: 1rem 0 1rem 0;
    padding-left: 0;
    padding-top: 2rem;
  }

  .problem-checklist p::before {
    left: 50%;
    top: 0.35rem;
    transform: translateX(-50%);
  }
}

@media (max-width: 720px) {
  .site-shell {
    padding: 1rem;
  }

  .screen-inner {
    padding: 2.5rem 0;
  }

  .lead-form-row {
    grid-template-columns: 1fr;
  }

  .lead-form-inline {
    max-width: none;
    margin-top: 2.25rem;
    padding: 0.9rem;
  }

  .final-lead-form {
    width: 100%;
    max-width: none;
  }

  .hero-inner {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .hero-inner h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.6vw, 2.7rem);
    white-space: normal;
  }

  .hero-subheader {
    max-width: 100%;
    font-size: 1.05rem;
  }

  .lead,
  .sublead {
    max-width: 100%;
  }

  .hero-copy {
    padding-right: 0;
  }

  .problem-checklist-shell {
    padding: 1.5rem 0 0;
    border-radius: 0.75rem;
  }

  .problem-heading h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8vw, 2.45rem);
  }

  .problem-heading-copy {
    max-width: 100%;
    font-size: 0.9rem;
  }

  .problem-heading-picture,
  .problem-heading-placeholder {
    width: min(100%, 13rem);
  }

  .lebcia-callout {
    top: -1.65rem;
    right: 50%;
    align-items: center;
    transform: translateX(56%);
  }

  .lebcia-callout-label {
    font-size: 0.8rem;
    transform: rotate(3deg);
  }

  .person-portrait-frame {
    padding: 0;
  }

  .person-story-slider {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .video-stage {
    padding: 0;
  }

  .promo-video {
    border-radius: 0.75rem;
  }

  .person-caption {
    right: 0.8rem;
    bottom: 0.8rem;
    width: min(14.5rem, calc(100% - 1.6rem));
    padding: 0.8rem 0.85rem 0.9rem;
  }

  .person-photo-callout {
    top: 33%;
    right: 5%;
  }

  .person-photo-callout-self {
    left: 7%;
    top: 54%;
  }

  .person-photo-callout-label {
    padding: 0.42rem 0.78rem;
    font-size: 0.74rem;
  }

  .person-story {
    padding: 1.45rem 1.15rem 1.55rem;
  }

  .person-slider-arrow {
    width: 2.9rem;
    min-width: 2.9rem;
    height: 2.9rem;
  }

  .person-social-link {
    width: 3.15rem;
    height: 3.15rem;
  }

  .person-lead {
    font-size: 0.96rem;
  }

  .problem-explainer-shell {
    padding: 1.4rem 1.2rem;
    border-radius: 0.85rem;
  }

  .hero-visual-placeholder {
    min-height: 23rem;
  }

  .hero-float {
    font-size: 0.8125rem;
  }

  .lead-form button {
    width: 100%;
    min-width: 0;
  }

  .video-panel-footer {
    align-items: center;
  }

  .bubble {
    max-width: 100%;
  }
}

.not-found-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 2rem;
}

.not-found-page img {
  display: block;
  width: min(16rem, 70vw);
  height: auto;
}

@media (max-width: 720px) {
  .legal-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .legal-footer nav {
    justify-content: flex-start;
  }

  .legal-document {
    margin-top: 1.25rem;
  }

  .legal-data-table {
    min-width: 42rem;
  }
}
