:root {
  --csad-font-display: "Fraunces", Georgia, serif;
  --csad-font-editorial: "Cormorant Garamond", Georgia, serif;
  --csad-font-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
}

.csad-section {
  --csad-ivory: #f5f0e6;
  --csad-ink: #2b251e;
  --csad-terracotta: #b95f45;
  --csad-terracotta-deep: #944833;
  --csad-butter: #e8c84f;
  --csad-sand: #e9ddca;
  --csad-olive: #c9ccb5;
  --csad-clay: #d8a99a;
  --csad-forest: #174c43;
  position: relative;
  left: auto;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  color: var(--csad-ink);
  font-family: var(--csad-font-body);
  -webkit-font-smoothing: antialiased;
}

.csad-section[id] { scroll-margin-top: 82px; }

/* Approved brand typography: display, editorial and interface roles. */
.csad-section,
.csad-section :where(button, input, textarea, select),
.csad-site-header {
  font-family: var(--csad-font-body);
}

.csad-section :where(h1, h2, h3, h4, h5, h6),
.csad-health-facts b,
.csad-health-orbit b,
.csad-health-stage-option > span,
.csad-health-question legend,
.csad-health-details-copy aside strong,
.csad-health-score-top strong,
.csad-health-map-row > strong,
.csad-health-analysis article > strong,
.csad-health-moves li span,
.csad-how-step-number,
.csad-how-step-label strong,
.csad-how-lever-center strong,
.csad-how-lever > span,
.csad-why-initials,
.csad-why-founder-meta p,
.csad-journal-mark,
.csad-conversation-health-carry strong {
  font-family: var(--csad-font-display) !important;
}

.csad-section :where(h1, h2, h3, h4, h5, h6) :where(em, i),
.csad-health-header i,
.csad-health-result-intro > p:last-child {
  font-family: var(--csad-font-editorial) !important;
}

.csad-health-question legend small,
.csad-why-brand-mark strong {
  font-family: var(--csad-font-body) !important;
}

/* Plugin owned site header */
.csad-site-header {
  --csad-header-ink: #2b251e;
  --csad-header-paper: #e9ddca;
  --csad-header-forest: #174c43;
  position: sticky;
  top: 0;
  left: auto;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 0.68rem max(32px, calc((100vw - 1380px) / 2));
  color: var(--csad-header-ink);
  border-bottom: 1px solid rgba(43, 37, 30, 0.16);
  background: rgba(233, 221, 202, 0.97);
  box-sizing: border-box;
  font-family: var(--csad-font-body);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.admin-bar .csad-site-header { top: 32px; }
.csad-site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 0.58rem; color: var(--csad-header-ink) !important; font: 500 1.05rem/1 var(--csad-font-display); letter-spacing: -0.025em; text-decoration: none !important; }
.csad-site-brand-mark { display: block; flex: 0 0 auto; width: 2.15rem; height: 2.15rem; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(43, 37, 30, 0.08); }
.csad-site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(0.8rem, 1.7vw, 1.65rem); }
.csad-site-nav a,
.csad-mobile-menu a { color: var(--csad-header-ink) !important; font-size: 0.68rem; font-weight: 600; line-height: 1.2; text-decoration: none !important; white-space: nowrap; }
.csad-site-nav a:not(.is-featured) { padding: 0.55rem 0; border-bottom: 1px solid transparent; }
.csad-site-nav a:not(.is-featured):hover { border-bottom-color: currentColor; }
.csad-site-nav a.is-featured,
.csad-mobile-menu a.is-featured { display: inline-flex; min-height: 2.35rem; padding: 0.75rem 1rem; align-items: center; justify-content: center; color: #fffaf0 !important; border-radius: 999px; background: var(--csad-header-forest); }
.csad-mobile-menu { display: none; position: relative; }
.csad-mobile-menu summary { list-style: none; padding: 0.65rem 0; color: var(--csad-header-ink); font-size: 0.73rem; font-weight: 700; cursor: pointer; }
.csad-mobile-menu summary::-webkit-details-marker { display: none; }
.csad-mobile-menu nav { position: absolute; top: calc(100% + 0.9rem); right: -0.25rem; display: grid; gap: 0.2rem; width: min(290px, calc(100vw - 32px)); padding: 0.7rem; border: 1px solid rgba(43, 37, 30, 0.15); border-radius: 0.8rem; background: #f8f3e9; box-shadow: 0 18px 45px rgba(43, 37, 30, 0.16); }
.csad-mobile-menu nav a { padding: 0.85rem 0.8rem; }
.csad-mobile-menu nav a.is-featured { margin-top: 0.3rem; text-align: center; }

@media (max-width: 1080px) {
  .csad-site-nav { display: none; }
  .csad-mobile-menu { display: block; }
}

@media (max-width: 782px) {
  body.admin-bar .csad-site-header { top: 46px; }
}

@media (max-width: 600px) {
  body.admin-bar .csad-site-header { top: 0; }
  .csad-site-header { padding: 0.66rem 16px; }
  .csad-site-brand { gap: 0.48rem; font-size: 0.94rem; }
  .csad-site-brand-mark { width: 1.9rem; height: 1.9rem; }
}

/* Brand Health Check */
.csad-health {
  --health-paper: #f5f0e6;
  --health-paper-light: #fbf7ee;
  --health-ink: #2b251e;
  --health-forest: #174c43;
  --health-forest-deep: #103b35;
  --health-yellow: #e8c84f;
  --health-terracotta: #b95f45;
  --health-clay: #d8a99a;
  --health-clay-hover: #e2b9af;
  --health-line: rgba(43, 37, 30, 0.22);
  min-height: 100svh;
  overflow: hidden;
  background: var(--health-paper);
}

.csad-health button,
.csad-health input { color: inherit; font: inherit; }
.csad-health button,
.csad-health label { -webkit-tap-highlight-color: transparent; }
.csad-health-screen[hidden] { display: none !important; }
.csad-health-screen.is-active { display: block; }
.csad-health-eyebrow,
.csad-health-screen-heading > p,
.csad-health-dimension-heading > p,
.csad-health-details-copy > p,
.csad-health-result-intro > p:first-child {
  margin: 0;
  color: #884631;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.csad-health-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 54px;
  padding: 0 1.55rem;
  color: var(--health-ink);
  border: 1px solid var(--health-clay);
  border-radius: 999px;
  background: var(--health-clay);
  font-size: 0.8rem;
  font-weight: 650;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.csad-health-primary:hover:not(:disabled) { color: var(--health-ink); background: var(--health-clay-hover); transform: translateY(-2px); }
.csad-health-primary:disabled { cursor: not-allowed; opacity: 0.34; }
.csad-health-primary.yellow { color: var(--health-ink); border-color: var(--health-yellow); border-radius: 0; background: var(--health-yellow); }
.csad-health-primary.light { color: var(--health-forest); border-color: var(--health-paper-light); background: var(--health-paper-light); }
.csad-health-primary:focus-visible,
.csad-health-text-button:focus-visible { outline: 2px solid var(--health-terracotta); outline-offset: 4px; }
.csad-health-text-button {
  padding: 0.5rem 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  font-size: 0.8rem;
  cursor: pointer;
}

.csad-health-landing { position: relative; min-height: 100svh; overflow: hidden; }
.csad-health-landing::before {
  position: absolute;
  bottom: -28vw;
  left: -16vw;
  width: 50vw;
  height: 50vw;
  pointer-events: none;
  border: 1px solid rgba(185, 95, 69, 0.2);
  border-radius: 50%;
  content: "";
}
.csad-health-preview-note {
  position: absolute;
  top: 0;
  right: 5vw;
  z-index: 5;
  padding: 0.68rem 0.9rem;
  color: #fff8e9;
  background: var(--health-terracotta);
  font-size: 0.56rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.csad-health-wordmark {
  position: absolute;
  top: 2.7rem;
  left: 5vw;
  z-index: 4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}
.csad-health-wordmark i,
.csad-health-header i { color: var(--health-terracotta); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.csad-health-landing-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; min-height: 100svh; }
.csad-health-landing-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 7.5rem 7vw 5rem;
}
.csad-health-landing-copy h2 {
  max-width: 850px;
  margin: 1.9rem 0 1.75rem;
  color: var(--health-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(3.5rem, 6.2vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.92;
}
.csad-health-intro { max-width: 39rem; margin: 0 0 2.3rem; font-size: clamp(1.03rem, 1.4vw, 1.3rem); line-height: 1.62; }
.csad-health-trust { margin: 0.95rem 0 0; color: rgba(43, 37, 30, 0.6); font-size: 0.7rem; }
.csad-health-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 8vw 5vw 6vw;
  overflow: hidden;
  color: #fff8e9;
  background: var(--health-forest);
}
.csad-health-aside::before {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 480px;
  height: 480px;
  pointer-events: none;
  border: 1px solid rgba(232, 200, 79, 0.3);
  border-radius: 50%;
  content: "";
}
.csad-health-aside > div:last-child { position: relative; z-index: 2; max-width: 570px; }
.csad-health-aside h3 { margin: 0 0 0.95rem; color: inherit; font: 400 clamp(2.15rem, 3.2vw, 3.3rem)/1 Georgia, serif; letter-spacing: -0.04em; }
.csad-health-aside p { margin: 0; color: rgba(255, 248, 233, 0.8); font-size: 0.92rem; line-height: 1.65; }
.csad-health-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2.15rem; background: rgba(255, 248, 233, 0.2); }
.csad-health-facts span { display: flex; flex-direction: column; gap: 0.5rem; padding: 1.1rem 0.75rem; background: var(--health-forest); font-size: 0.55rem; letter-spacing: 0.13em; text-transform: uppercase; }
.csad-health-facts b { color: var(--health-yellow); font: 400 1.7rem/1 Georgia, serif; }
.csad-health-orbit {
  position: absolute;
  top: 12%;
  left: 50%;
  width: min(31vw, 450px);
  height: min(31vw, 450px);
  pointer-events: none;
  border: 1px solid rgba(255, 248, 233, 0.28);
  border-radius: 50%;
  transform: translateX(-50%);
}
.csad-health-orbit::before,
.csad-health-orbit::after { position: absolute; inset: 13%; border: 1px solid rgba(232, 200, 79, 0.4); border-radius: 50%; content: ""; }
.csad-health-orbit::after { inset: 31%; background: var(--health-yellow); border: 0; }
.csad-health-orbit b { position: absolute; top: 50%; left: 50%; z-index: 2; color: var(--health-ink); font: 400 clamp(1.1rem, 2vw, 1.75rem)/1 Georgia, serif; text-align: center; transform: translate(-50%, -50%); }
.csad-health-orbit span { position: absolute; z-index: 3; padding: 0.45rem 0.6rem; color: #fff8e9; background: var(--health-forest); font-size: 0.55rem; letter-spacing: 0.14em; text-transform: uppercase; }
.csad-health-orbit span:nth-child(1) { top: 9%; left: 50%; transform: translateX(-50%); }
.csad-health-orbit span:nth-child(2) { top: 50%; right: -6%; transform: translateY(-50%); }
.csad-health-orbit span:nth-child(3) { bottom: 9%; left: 50%; transform: translateX(-50%); }
.csad-health-orbit span:nth-child(4) { top: 50%; left: -6%; transform: translateY(-50%); }

.csad-health-quiz-page,
.csad-health-result { min-height: 100svh; background: var(--health-paper); }
.csad-health-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 74px;
  padding: 0 5vw;
  border-bottom: 1px solid var(--health-line);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.csad-health-header span { display: flex; align-items: center; gap: 0.4rem; }
.csad-health-header em { font-style: normal; opacity: 0.7; }
.csad-health-header b { justify-self: end; }
.csad-health-progress { height: 3px; background: rgba(43, 37, 30, 0.08); }
.csad-health-progress i { display: block; height: 100%; background: var(--health-yellow); transition: width 0.35s ease; }
.csad-health-stage,
.csad-health-question-screen {
  width: min(1240px, calc(100% - 48px));
  min-height: calc(100svh - 77px);
  margin: 0 auto;
  padding: clamp(3.4rem, 7vw, 5.9rem) 0 2.25rem;
}
.csad-health-screen-heading { max-width: 970px; margin-bottom: clamp(2.8rem, 6vw, 4.4rem); }
.csad-health-screen-heading h2,
.csad-health-dimension-heading h2,
.csad-health-details-copy h2,
.csad-health-result-intro h2 {
  margin: 1.2rem 0 0.9rem;
  color: var(--health-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(3.05rem, 6vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.csad-health-screen-heading > span { display: block; max-width: 720px; font-size: 0.94rem; line-height: 1.6; }
.csad-health-stage-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
.csad-health-stage-option {
  position: relative;
  min-height: 250px;
  padding: 1.55rem;
  border: 1px solid var(--health-line);
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: transform 0.2s, border 0.2s, background 0.2s;
}
.csad-health-stage-option:hover { transform: translateY(-3px); border-color: rgba(43, 37, 30, 0.6); }
.csad-health-stage-option.is-selected { color: #fff8e9; border-color: var(--health-forest); background: var(--health-forest); }
.csad-health-stage-option input,
.csad-health-answer input { position: absolute; opacity: 0; pointer-events: none; }
.csad-health-stage-option > span { font: 400 0.82rem Georgia, serif; opacity: 0.55; }
.csad-health-stage-option h3 { margin: 3.6rem 0 0.8rem; color: inherit; font: 400 clamp(1.55rem, 2.2vw, 2.15rem)/1.02 Georgia, serif; letter-spacing: -0.035em; }
.csad-health-stage-option p { margin: 0; font-size: 0.75rem; line-height: 1.55; opacity: 0.74; }
.csad-health-stage-option i { position: absolute; right: 1.25rem; bottom: 1.1rem; font-style: normal; }
.csad-health-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 2.8rem; }
.csad-health-nav.solo { justify-content: flex-end; }
.csad-health-dimension-heading { display: grid; grid-template-columns: 1fr 0.75fr; gap: 5vw; align-items: end; margin-bottom: 2.8rem; }
.csad-health-dimension-heading > p { grid-column: 1 / -1; }
.csad-health-dimension-heading h2 { margin-bottom: 0; }
.csad-health-dimension-heading > span { padding-bottom: 0.4rem; font-size: 0.94rem; line-height: 1.6; }
.csad-health-questions { border-top: 1px solid var(--health-line); }
.csad-health-question { margin: 0; padding: 2.1rem 0 2.4rem; border: 0; border-bottom: 1px solid var(--health-line); }
.csad-health-question legend { display: grid; grid-template-columns: 42px minmax(0, 890px); gap: 0.75rem; width: 100%; margin-bottom: 1.55rem; font: 400 clamp(1.55rem, 2.5vw, 2.2rem)/1.15 Georgia, serif; letter-spacing: -0.032em; }
.csad-health-question legend small { padding-top: 0.4rem; color: #8b4b38; font: 700 0.6rem/1 "Helvetica Neue", sans-serif; letter-spacing: 0.15em; }
.csad-health-answer-options { display: grid; grid-template-columns: repeat(4, 1fr) 0.72fr; gap: 0.6rem; padding-left: 54px; }
.csad-health-answer { display: grid; place-items: center; min-height: 68px; padding: 0.6rem; border: 1px solid var(--health-line); text-align: center; cursor: pointer; transition: background 0.18s, color 0.18s, transform 0.18s; }
.csad-health-answer:hover { transform: translateY(-2px); border-color: rgba(43, 37, 30, 0.52); }
.csad-health-answer.is-selected { color: #fff8e9; border-color: var(--health-forest); background: var(--health-forest); }
.csad-health-answer.uncertain { color: rgba(43, 37, 30, 0.65); border-style: dashed; }
.csad-health-answer.uncertain.is-selected { color: var(--health-ink); border-color: var(--health-yellow); background: var(--health-yellow); }
.csad-health-answer span { font-size: 0.75rem; line-height: 1.25; }

.csad-health-details { display: grid; grid-template-columns: 1fr 0.9fr; gap: 8vw; align-items: center; width: min(1240px, calc(100% - 48px)); min-height: calc(100svh - 77px); margin: 0 auto; padding: clamp(3.4rem, 7vw, 5.9rem) 0 2.25rem; }
.csad-health-details-copy > span { display: block; max-width: 560px; font-size: 1.05rem; line-height: 1.65; }
.csad-health-details-copy aside { max-width: 600px; margin-top: 2.2rem; padding: 1.4rem; border-left: 3px solid var(--health-yellow); background: rgba(232, 200, 79, 0.12); }
.csad-health-details-copy aside strong,
.csad-health-details-copy aside span { display: block; }
.csad-health-details-copy aside strong { margin-bottom: 0.45rem; font: 400 1.3rem Georgia, serif; }
.csad-health-details-copy aside span { font-size: 0.76rem; line-height: 1.55; }
.csad-health-form { padding: clamp(1.8rem, 4vw, 3.25rem); color: #fff8e9; background: var(--health-forest); box-shadow: 0 28px 75px rgba(23, 76, 67, 0.18); }
.csad-health-form > label:not(.csad-health-permission) { display: block; margin-bottom: 2rem; }
.csad-health-form label > span:first-child { display: block; margin-bottom: 0.6rem; font-size: 0.56rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.csad-health-form input:not([type="checkbox"]) { width: 100%; padding: 0.8rem 0; color: #fff8e9; border: 0; border-bottom: 1px solid rgba(255, 248, 233, 0.45); outline: 0; background: transparent; font-size: 1rem; }
.csad-health-form input::placeholder { color: rgba(255, 248, 233, 0.42); }
.csad-health-form input:focus { border-color: var(--health-yellow); }
.csad-health-form input[aria-invalid="true"] { border-color: #e68d78; }
.csad-health-form label small { display: block; min-height: 1rem; margin-top: 0.45rem; color: #ffb5a4; font-size: 0.68rem; }
.csad-health-permission { display: grid; grid-template-columns: 20px 1fr; gap: 0.65rem; align-items: start; cursor: pointer; }
.csad-health-permission input { position: absolute; opacity: 0; }
.csad-health-permission i { position: relative; width: 18px; height: 18px; border: 1px solid rgba(255, 248, 233, 0.55); }
.csad-health-permission input:checked + i { border-color: var(--health-yellow); background: var(--health-yellow); }
.csad-health-permission input:checked + i::after { position: absolute; inset: 0; display: grid; place-items: center; color: var(--health-ink); content: "✓"; font-size: 0.75rem; }
.csad-health-permission > span { margin: 0.1rem 0 0 !important; font-size: 0.7rem !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.csad-health-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.csad-health-save-note { margin: 1.25rem 0 0; color: rgba(255, 248, 233, 0.58); font-size: 0.63rem; line-height: 1.5; }
.csad-health-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 1.1rem; margin-top: 2.4rem; }
.csad-health-form .csad-health-text-button { color: #fff8e9; }
.csad-health-form .csad-health-primary { max-width: 330px; min-height: 62px; text-align: left; }

.csad-health-result-intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 8vw; align-items: end; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(4.4rem, 9vw, 8rem) 0 4rem; }
.csad-health-result-intro > p:first-child { grid-column: 1 / -1; }
.csad-health-result-intro h2 { max-width: 760px; margin: 0; }
.csad-health-result-intro > p:last-child { margin: 0 0 0.4rem; font: italic 400 clamp(1.1rem, 1.6vw, 1.5rem)/1.45 Georgia, serif; }
.csad-health-score-card { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(2.1rem, 5vw, 4rem); color: #fff8e9; background: var(--health-forest); box-shadow: 0 28px 80px rgba(23, 76, 67, 0.18); }
.csad-health-score-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 6vw; align-items: end; padding-bottom: 2.8rem; border-bottom: 1px solid rgba(255, 248, 233, 0.3); }
.csad-health-score-top > div:first-child > span { display: block; color: var(--health-yellow); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.csad-health-score-top strong { display: block; margin: 0.95rem 0 0.3rem; color: inherit; font: 400 clamp(5.3rem, 11vw, 9.4rem)/0.8 Georgia, serif; letter-spacing: -0.07em; }
.csad-health-score-top small { font-size: 0.7rem; opacity: 0.68; }
.csad-health-score-top h3 { margin: 0 0 1rem; color: inherit; font: 400 clamp(2.2rem, 4vw, 3.6rem)/1 Georgia, serif; letter-spacing: -0.045em; }
.csad-health-score-top p { max-width: 560px; margin: 0; font-size: 0.86rem; line-height: 1.65; opacity: 0.76; }
.csad-health-map { padding-top: 2.75rem; }
.csad-health-map > header { display: flex; justify-content: space-between; margin-bottom: 1.45rem; color: rgba(255, 248, 233, 0.66); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.csad-health-map-row { display: grid; grid-template-columns: 190px 1fr 48px; gap: 1.25rem; align-items: center; padding: 0.8rem 0; border-top: 1px solid rgba(255, 248, 233, 0.16); }
.csad-health-map-row > span,
.csad-health-map-row > strong { color: inherit; font: 400 1.1rem Georgia, serif; }
.csad-health-map-row > strong { text-align: right; }
.csad-health-bar { height: 7px; overflow: hidden; background: rgba(255, 248, 233, 0.13); }
.csad-health-bar i { display: block; height: 100%; transition: width 0.7s ease; }
.csad-health-analysis { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; width: min(1180px, calc(100% - 48px)); margin: 1px auto 0; background: var(--health-line); }
.csad-health-analysis article { position: relative; min-height: 370px; padding: clamp(1.9rem, 4vw, 3.25rem); color: var(--health-ink); }
.csad-health-analysis .strength { background: #dfe5d2; }
.csad-health-analysis .attention { background: #efd6cf; }
.csad-health-analysis article > p { margin: 0; font-size: 0.56rem; font-weight: 700; letter-spacing: 0.19em; text-transform: uppercase; }
.csad-health-analysis h3 { max-width: 420px; margin: 3.8rem 0 1.1rem; color: inherit; font: 400 clamp(2.4rem, 4vw, 3.65rem)/0.98 Georgia, serif; letter-spacing: -0.045em; }
.csad-health-analysis article > strong { position: absolute; top: 2.2rem; right: 2.6rem; color: inherit; font: 400 1.65rem Georgia, serif; }
.csad-health-analysis article > span { display: block; max-width: 500px; font-size: 0.86rem; line-height: 1.65; }
.csad-health-moves { display: grid; grid-template-columns: 0.55fr 1fr; gap: 5vw; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 0; }
.csad-health-moves > p { margin: 0; color: #884631; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.csad-health-moves > h3 { margin: 0; color: inherit; font: 400 clamp(2.4rem, 4vw, 3.8rem)/1 Georgia, serif; letter-spacing: -0.045em; }
.csad-health-moves ol { grid-column: 2; margin: 0; padding: 0; list-style: none; }
.csad-health-moves li { display: grid; grid-template-columns: 45px 1fr; gap: 1.2rem; padding: 1.3rem 0; border-top: 1px solid var(--health-line); }
.csad-health-moves li span { color: #884631; font: 400 0.78rem Georgia, serif; }
.csad-health-moves li p { margin: 0; font-size: 0.96rem; line-height: 1.55; }
.csad-health-method { display: grid; grid-template-columns: 1fr 1fr; width: min(1180px, calc(100% - 48px)); margin: 0 auto; border-top: 1px solid var(--health-line); border-bottom: 1px solid var(--health-line); }
.csad-health-method > div { padding: 2rem 2rem 2rem 0; }
.csad-health-method > div + div { padding-left: 2rem; border-left: 1px solid var(--health-line); }
.csad-health-method p { margin: 0 0 0.65rem; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.csad-health-method span { display: block; max-width: 500px; font-size: 0.74rem; line-height: 1.6; opacity: 0.75; }
.csad-health-result-footer { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; margin-top: clamp(4rem, 8vw, 7rem); padding: clamp(3rem, 6vw, 5rem) max(24px, calc((100vw - 1180px) / 2)); color: #fff8e9; background: var(--health-forest); }
.csad-health-result-footer p { margin: 0 0 0.75rem; color: var(--health-yellow); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; }
.csad-health-result-footer h3 { max-width: 650px; margin: 0; color: inherit; font: 400 clamp(2.2rem, 4vw, 3.7rem)/1 Georgia, serif; letter-spacing: -0.045em; }
.csad-health-result-footer > div:last-of-type { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.csad-health-result-footer .csad-health-text-button.light { color: #fff8e9; }
.csad-health-result-footer > p:last-child { grid-column: 1 / -1; margin: 0; color: rgba(255, 248, 233, 0.65); font-size: 0.65rem; font-weight: 400; letter-spacing: 0; text-transform: none; }

@media (max-width: 900px) {
  .csad-health-landing-grid,
  .csad-health-details,
  .csad-health-result-intro,
  .csad-health-score-top,
  .csad-health-moves { grid-template-columns: 1fr; }
  .csad-health-landing-copy { min-height: 760px; padding-top: 8.5rem; }
  .csad-health-aside { min-height: 680px; }
  .csad-health-orbit { width: min(62vw, 430px); height: min(62vw, 430px); }
  .csad-health-stage-options { grid-template-columns: 1fr 1fr; }
  .csad-health-answer-options { grid-template-columns: 1fr 1fr; padding-left: 0; }
  .csad-health-answer:last-child { grid-column: 1 / -1; }
  .csad-health-details { gap: 3rem; }
  .csad-health-result-intro > p:first-child { grid-column: auto; }
  .csad-health-analysis { grid-template-columns: 1fr; }
  .csad-health-moves ol { grid-column: auto; }
  .csad-health-result-footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 620px) {
  .csad-health-preview-note { right: 0; }
  .csad-health-wordmark { left: 1.5rem; }
  .csad-health-landing-copy { min-height: 690px; padding: 8rem 1.5rem 4rem; }
  .csad-health-landing-copy h2 { font-size: clamp(3.15rem, 15vw, 4.5rem); }
  .csad-health-aside { min-height: 590px; padding: 4rem 1.5rem 3rem; }
  .csad-health-orbit { top: 8%; width: 78vw; height: 78vw; }
  .csad-health-header { grid-template-columns: 1fr auto; padding: 0 1.5rem; }
  .csad-health-header em { display: none; }
  .csad-health-stage,
  .csad-health-question-screen,
  .csad-health-details { width: calc(100% - 32px); }
  .csad-health-stage-options { grid-template-columns: 1fr; }
  .csad-health-stage-option { min-height: 210px; }
  .csad-health-dimension-heading { grid-template-columns: 1fr; gap: 1rem; }
  .csad-health-question legend { grid-template-columns: 30px 1fr; }
  .csad-health-answer-options { grid-template-columns: 1fr; }
  .csad-health-answer:last-child { grid-column: auto; }
  .csad-health-nav { gap: 1rem; }
  .csad-health-primary { gap: 1rem; padding: 0 1.2rem; }
  .csad-health-form-actions { align-items: flex-start; flex-direction: column-reverse; }
  .csad-health-score-card,
  .csad-health-analysis,
  .csad-health-result-intro,
  .csad-health-moves,
  .csad-health-method { width: calc(100% - 32px); }
  .csad-health-map > header span:last-child { display: none; }
  .csad-health-map-row { grid-template-columns: 115px 1fr 42px; gap: 0.7rem; }
  .csad-health-analysis article { min-height: 330px; }
  .csad-health-method { grid-template-columns: 1fr; }
  .csad-health-method > div + div { padding-left: 0; border-top: 1px solid var(--health-line); border-left: 0; }
  .csad-health-result-footer { padding-right: 1.5rem; padding-left: 1.5rem; }
}

.csad-section,
.csad-section * {
  box-sizing: border-box;
}

.csad-section img {
  display: block;
  max-width: 100%;
}

.csad-kicker {
  margin: 0;
  color: var(--csad-terracotta-deep);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.19em;
  line-height: 1.5;
  text-transform: uppercase;
}

.csad-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.csad-line-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(100%, 30rem);
  margin-bottom: 1.4rem;
  color: var(--csad-terracotta-deep);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.csad-line-kicker > span:first-child {
  flex: 0 0 auto;
}

.csad-line-kicker > span:last-child {
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

/* Growth hero */
.csad-growth {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  min-height: 0;
  overflow: hidden;
  background: var(--csad-ivory);
}

.csad-growth-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.25rem, 4.5vw, 5.25rem) clamp(2rem, 4vw, 5rem);
  background:
    radial-gradient(circle at 8% 8%, rgba(232, 200, 79, 0.11), transparent 24rem),
    var(--csad-ivory);
}

.csad-growth h2 {
  max-width: 760px;
  margin: clamp(1.6rem, 3vh, 2.4rem) 0 1.25rem;
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(4rem, 6.4vw, 7.1rem);
  font-weight: 400;
  letter-spacing: -0.062em;
  line-height: 0.88;
}

.csad-growth-intro {
  max-width: 41rem;
  margin: 0;
  color: var(--csad-ink);
  font-size: clamp(1.06rem, 1.28vw, 1.25rem);
  line-height: 1.62;
}

.csad-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: clamp(1.8rem, 4vh, 3rem);
}

.csad-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-width: 12rem;
  padding: 1rem 1.45rem;
  border: 1px solid var(--csad-ink);
  border-radius: 999px;
  font-size: 0.79rem;
  font-weight: 650;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

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

.csad-button-primary {
  color: #fffaf0 !important;
  border-color: var(--csad-forest);
  background: var(--csad-forest);
}

.csad-button-secondary {
  color: var(--csad-ink) !important;
  background: transparent;
}

.csad-button-secondary:hover {
  color: #fffaf0 !important;
  border-color: var(--csad-terracotta);
  background: var(--csad-terracotta);
}

.csad-growth-image {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #d5bc91;
}

.csad-growth-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, rgba(43, 37, 30, 0.09), transparent 20%);
}

.csad-growth-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* The real problem */
.csad-problem {
  overflow: hidden;
  color: #fff8e9;
  background:
    radial-gradient(circle at 10% 5%, rgba(232, 200, 79, 0.11), transparent 28rem),
    var(--csad-forest);
}

.csad-problem-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 6rem);
  column-gap: clamp(3rem, 8vw, 8rem);
}

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

.csad-problem-copy {
  align-self: center;
}

.csad-problem h2 {
  max-width: 48rem;
  margin: 1.8rem 0 2rem;
  color: #fff8e9;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(3.6rem, 5.8vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.csad-problem-body {
  max-width: 48rem;
  margin: 0;
  color: rgba(255, 248, 233, 0.88);
  font-size: clamp(1.02rem, 1.24vw, 1.19rem);
  line-height: 1.67;
}

.csad-problem-image {
  position: relative;
  align-self: stretch;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 233, 0.4);
  border-radius: 48% 48% 0 0 / 18% 18% 0 0;
  background: #b56a45;
  box-shadow: 0 32px 70px rgba(8, 29, 25, 0.35);
}

.csad-problem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.csad-problem-closing {
  grid-column: 1 / -1;
  max-width: 66rem;
  margin: clamp(3rem, 6vw, 6rem) 0 0 auto;
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(255, 248, 233, 0.35);
  color: #fff8e9;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(2rem, 3.35vw, 3.55rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

/* What we do */
.csad-what {
  overflow: hidden;
  padding: clamp(4rem, 8vw, 8.5rem) 0 clamp(3rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 14% 8%, rgba(232, 200, 79, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 94%, rgba(185, 95, 69, 0.12), transparent 28rem),
    var(--csad-ivory);
}

.csad-what::before,
.csad-who::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(115deg, transparent 48%, rgba(57, 45, 33, 0.035) 49%, transparent 50%),
    repeating-linear-gradient(0deg, rgba(69, 50, 33, 0.018) 0 1px, transparent 1px 4px);
  background-size: 44px 44px, auto;
  mix-blend-mode: multiply;
}

.csad-what-intro {
  margin-bottom: clamp(2.8rem, 5vw, 5.4rem);
}

.csad-what-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
  align-items: end;
  gap: clamp(2rem, 8vw, 8rem);
}

.csad-what-intro-grid h2 {
  max-width: 700px;
  margin: 0;
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(3.9rem, 7.4vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.062em;
  line-height: 0.82;
}

.csad-what-intro-grid h2 em {
  color: var(--csad-terracotta);
  font-weight: 400;
}

.csad-what-intro-grid > p {
  max-width: 32rem;
  margin: 0 0 0.35rem;
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.55vw, 1.42rem);
  line-height: 1.52;
}

.csad-pillar-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(330px, auto));
  overflow: hidden;
  border: 1px solid rgba(43, 37, 30, 0.48);
  box-shadow: 0 28px 70px rgba(91, 55, 35, 0.14);
  isolation: isolate;
}

.csad-pillar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: clamp(1.45rem, 2.4vw, 2.4rem);
  overflow: hidden;
  color: var(--csad-ink);
  transition: filter 320ms ease, transform 320ms ease;
}

.csad-pillar::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.32;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.2) 0 1px, transparent 1.5px),
    repeating-linear-gradient(5deg, rgba(53, 37, 25, 0.025) 0 1px, transparent 1px 5px);
  background-size: 13px 13px, auto;
  mix-blend-mode: multiply;
}

.csad-pillar:hover {
  z-index: 2;
  filter: saturate(1.06) brightness(1.015);
}

.csad-pillar-1 { grid-column: 1 / span 7; grid-row: 1; background: var(--csad-sand); border-right: 1px solid rgba(43, 37, 30, 0.48); border-bottom: 1px solid rgba(43, 37, 30, 0.48); }
.csad-pillar-2 { grid-column: 8 / span 5; grid-row: 1; color: #fff6eb; background: var(--csad-terracotta); border-bottom: 1px solid rgba(43, 37, 30, 0.48); }
.csad-pillar-3 { grid-column: 1 / span 5; grid-row: 2; background: var(--csad-olive); border-right: 1px solid rgba(43, 37, 30, 0.48); }
.csad-pillar-4 { grid-column: 6 / span 7; grid-row: 2; background: var(--csad-butter); }

.csad-pillar-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.csad-pillar-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid currentColor;
}

.csad-pillar-cue { opacity: 0.72; }

.csad-pillar-content {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  padding-top: 4rem;
}

.csad-pillar-content h3 {
  margin: 0 0 1rem;
  color: inherit;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(2rem, 3.1vw, 3.3rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.csad-pillar-content p {
  max-width: 36rem;
  margin: 0;
  color: inherit;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.62;
}

.csad-pillar-watermark {
  position: absolute;
  right: clamp(0.8rem, 2vw, 2rem);
  bottom: -0.21em;
  z-index: 0;
  color: currentColor;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(9rem, 19vw, 18rem);
  line-height: 0.72;
  opacity: 0.055;
  transition: opacity 320ms ease, transform 320ms ease;
}

.csad-pillar:hover .csad-pillar-watermark { opacity: 0.085; transform: translateY(-0.018em); }

.csad-corner-mark {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 3;
  width: 18px;
  height: 18px;
  pointer-events: none;
  transform: rotate(45deg);
  border: 1px solid rgba(43, 37, 30, 0.6);
  background: var(--csad-ivory);
}

.csad-pillar:not(.csad-pillar-1) .csad-corner-mark { display: none; }

.csad-section-note {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
  color: rgba(43, 37, 30, 0.68);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.csad-section-note::before { width: 2.5rem; height: 1px; content: ""; background: currentColor; }

/* Who we work with */
.csad-who {
  overflow: hidden;
  padding: clamp(4rem, 8vw, 8.5rem) 0 clamp(3.5rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 90% 4%, rgba(232, 200, 79, 0.18), transparent 25rem),
    radial-gradient(circle at 3% 94%, rgba(185, 95, 69, 0.12), transparent 30rem),
    var(--csad-ivory);
}

.csad-who-hero {
  margin-bottom: clamp(4.6rem, 9vw, 9rem);
}

.csad-who-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(21rem, 0.55fr);
  align-items: end;
  gap: clamp(3rem, 8vw, 8rem);
}

.csad-who-hero-grid h2 {
  margin: 0;
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(3.45rem, 5.8vw, 6.05rem);
  font-weight: 400;
  letter-spacing: -0.057em;
  line-height: 0.92;
}

.csad-who-hero-grid h2 em {
  color: var(--csad-terracotta);
  font-weight: 400;
}

.csad-who-hero-grid > p {
  max-width: 34rem;
  margin: 0 0 0.3rem;
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.56;
}

.csad-who-bridge {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.6rem;
  padding: 0 1.15rem;
}

.csad-who-bridge p { margin: 0; }

.csad-who-bridge-label {
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.6vw, 2.45rem);
  letter-spacing: -0.035em;
}

.csad-who-bridge-note {
  color: rgba(43, 37, 30, 0.62);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

.csad-signal-stack {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 0;
}

.csad-stack-spine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 1px;
  background: rgba(43, 37, 30, 0.28);
}

.csad-signal {
  position: relative;
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.28fr) minmax(0, 1fr);
  align-items: center;
  min-height: 186px;
  margin-top: -1px;
  padding: clamp(1.5rem, 2.7vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(43, 37, 30, 0.48);
  box-shadow: 0 14px 38px rgba(70, 45, 30, 0.11);
  transition: transform 300ms ease, filter 300ms ease;
}

.csad-signal::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.26;
  background-image:
    repeating-linear-gradient(4deg, rgba(49, 36, 25, 0.025) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 90% 15%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.5px);
  background-size: auto, 14px 14px;
  mix-blend-mode: multiply;
}

.csad-signal:hover { z-index: 5; filter: saturate(1.06) brightness(1.015); }
.csad-signal-1 { width: 91%; background: var(--csad-sand); }
.csad-signal-2 { align-self: flex-end; width: 82%; color: #fff7ed; background: var(--csad-terracotta); }
.csad-signal-3 { width: 88%; margin-left: 5%; background: var(--csad-olive); }
.csad-signal-4 { align-self: flex-end; width: 87%; background: var(--csad-butter); }
.csad-signal-5 { width: 80%; margin-left: 1.5%; background: var(--csad-clay); }
.csad-signal-6 { align-self: flex-end; width: 92%; color: #fff8e9; background: var(--csad-forest); }
.csad-signal-1:hover, .csad-signal-3:hover, .csad-signal-5:hover { transform: translateX(10px); }
.csad-signal-2:hover, .csad-signal-4:hover, .csad-signal-6:hover { transform: translateX(-10px); }

.csad-signal-meta,
.csad-signal-copy { position: relative; z-index: 1; }

.csad-signal-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-right: 1rem;
}

.csad-signal-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid currentColor;
  font-size: 0.63rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}

.csad-signal-label {
  font-size: 0.64rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  opacity: 0.72;
  text-transform: uppercase;
}

.csad-signal-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(17rem, 0.88fr);
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3rem);
}

.csad-signal-copy h3 {
  margin: 0;
  color: inherit;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(1.72rem, 2.45vw, 2.62rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.csad-signal-copy p {
  margin: 0;
  color: inherit;
  font-size: clamp(0.98rem, 1.08vw, 1.08rem);
  line-height: 1.48;
  opacity: 0.9;
}

.csad-signal-notch {
  position: absolute;
  top: 50%;
  right: -9px;
  z-index: 2;
  width: 17px;
  height: 17px;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid rgba(43, 37, 30, 0.56);
  background: var(--csad-ivory);
}

.csad-signal-2 .csad-signal-notch,
.csad-signal-4 .csad-signal-notch,
.csad-signal-6 .csad-signal-notch { right: auto; left: -9px; }

.csad-who-closing {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2.2rem;
}

.csad-who-closing > span { width: clamp(2.5rem, 7vw, 6.5rem); height: 1px; background: var(--csad-terracotta-deep); }

.csad-who-closing p {
  max-width: 37rem;
  margin: 0;
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.65rem);
  line-height: 1.35;
}

/* How we work */
.csad-how {
  overflow: hidden;
  background: var(--csad-ivory);
}

.csad-how-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.36fr);
  align-content: center;
  min-height: min(820px, 94vh);
  padding: clamp(5rem, 10vw, 9.5rem) max(24px, calc((100vw - 1180px) / 2)) 5rem;
  column-gap: clamp(3rem, 8vw, 8rem);
  overflow: hidden;
  background: var(--csad-ivory);
}

.csad-how-intro::before,
.csad-how-intro::after {
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 50%;
}

.csad-how-intro::before {
  top: -14vw;
  right: -12vw;
  width: min(44vw, 630px);
  height: min(44vw, 630px);
  border: 1px solid rgba(201, 204, 181, 0.9);
}

.csad-how-intro::after {
  top: -8vw;
  right: -7vw;
  width: min(31vw, 450px);
  height: min(31vw, 450px);
  background: rgba(232, 200, 79, 0.13);
}

.csad-how-kicker {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 2.15rem;
  color: var(--csad-terracotta-deep);
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.csad-how-kicker span:last-child {
  width: 4.8rem;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.csad-how-intro > h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.94;
}

.csad-how-intro-copy {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 41rem;
}

.csad-how-intro-copy p {
  margin: 0 0 1.2rem;
  color: var(--csad-ink);
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  line-height: 1.65;
}

.csad-how-intro-copy p:last-child { margin-bottom: 0; }

.csad-how-scroll-note {
  position: absolute;
  bottom: 2rem;
  left: max(24px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(43, 37, 30, 0.62);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.csad-how-scroll-note span {
  position: relative;
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.csad-how-scroll-note span::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  content: "↓";
  font-size: 0.82rem;
}

.csad-how-process {
  padding: clamp(5rem, 10vw, 9.5rem) max(24px, calc((100vw - 1180px) / 2));
  color: #fff8e9;
  background:
    radial-gradient(circle at 92% 8%, rgba(232, 200, 79, 0.09), transparent 28rem),
    var(--csad-forest);
}

.csad-how-process-heading {
  display: grid;
  grid-template-columns: minmax(10rem, 0.55fr) minmax(0, 1.45fr);
  align-items: start;
  gap: 5vw;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.csad-how-process-heading > p,
.csad-how-ownership-kicker {
  margin: 0.65rem 0 0;
  color: var(--csad-butter);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.csad-how-process-heading h2 {
  margin: 0;
  color: #fff8e9;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(3rem, 5.3vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 1.03;
}

.csad-how-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: stretch;
}

.csad-how-step-nav { border-top: 1px solid rgba(255, 248, 233, 0.23); }

.csad-how-step-button {
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr) 1.8rem;
  gap: 1rem;
  width: 100%;
  padding: 1.65rem 0;
  color: #fff8e9;
  border: 0;
  border-bottom: 1px solid rgba(255, 248, 233, 0.23);
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 240ms ease, padding 240ms ease;
}

.csad-how-step-button:hover,
.csad-how-step-button:focus-visible { color: #fff8e9; background: transparent; opacity: 0.85; }
.csad-how-step-button:focus-visible { outline: 2px solid var(--csad-butter); outline-offset: 4px; }
.csad-how-step-button.is-active { padding-left: 0.8rem; opacity: 1; }
.csad-how-step-number { padding-top: 0.16rem; color: var(--csad-butter); font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; font-size: 0.82rem; }
.csad-how-step-label strong { display: block; color: inherit; font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 400; letter-spacing: -0.025em; line-height: 1.15; }
.csad-how-step-label small { display: block; max-width: 24rem; margin-top: 0.45rem; color: inherit; font-size: 0.76rem; line-height: 1.5; opacity: 0.68; }
.csad-how-step-arrow { font-size: 1.12rem; transition: transform 240ms ease; }
.csad-how-step-button.is-active .csad-how-step-arrow { color: var(--csad-butter); transform: rotate(45deg); }

.csad-how-panels { min-height: 565px; }
.csad-how-step-detail[hidden] { display: none !important; }
.csad-how-step-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 565px;
  padding: clamp(2.2rem, 5vw, 4.4rem);
  color: var(--csad-ink);
  animation: csad-how-reveal 420ms ease both;
}

.csad-how-step-1 { background: var(--csad-olive); }
.csad-how-step-2 { background: var(--csad-butter); }
.csad-how-step-3 { background: var(--csad-clay); }
.csad-how-step-4 { background: #9eaa83; }

@keyframes csad-how-reveal {
  from { opacity: 0.55; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.csad-how-detail-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.csad-how-step-detail h3 {
  max-width: 36rem;
  margin: 2.25rem 0 1.1rem;
  color: inherit;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(2.6rem, 4.2vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.98;
}

.csad-how-detail-body {
  max-width: 40rem;
  margin: 0;
  color: inherit;
  font-size: clamp(0.95rem, 1.3vw, 1.16rem);
  line-height: 1.65;
}

.csad-how-step-detail blockquote {
  max-width: 33rem;
  margin: 2.75rem 0 2.25rem;
  padding-left: 1.25rem;
  color: inherit;
  border: 0;
  border-left: 2px solid currentColor;
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  font-style: italic;
  line-height: 1.4;
}

.csad-how-detail-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.csad-how-detail-tags span { padding: 0.5rem 0.75rem; border: 1px solid rgba(43, 37, 30, 0.38); border-radius: 999px; font-size: 0.56rem; font-weight: 650; letter-spacing: 0.11em; text-transform: uppercase; }

.csad-how-ownership {
  padding: clamp(5.5rem, 11vw, 10.5rem) max(24px, calc((100vw - 1180px) / 2)) clamp(5rem, 9vw, 8.5rem);
  background:
    radial-gradient(circle at 8% 92%, rgba(185, 95, 69, 0.08), transparent 30rem),
    #faf6ed;
}

.csad-how-ownership-copy {
  display: grid;
  grid-template-columns: minmax(10rem, 0.52fr) minmax(0, 1.12fr) minmax(16rem, 0.82fr);
  gap: 5vw;
  align-items: start;
}

.csad-how-ownership-kicker { color: var(--csad-terracotta-deep); }

.csad-how-ownership-copy h2 {
  margin: 0;
  color: var(--csad-ink);
  font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 4.65rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.csad-how-ownership-copy > p:last-child {
  margin: 0.5rem 0 0;
  color: var(--csad-ink);
  font-size: clamp(0.95rem, 1.23vw, 1.12rem);
  line-height: 1.7;
}

.csad-how-lever-system {
  position: relative;
  max-width: 74rem;
  margin: clamp(4.8rem, 10vw, 9rem) auto 0;
}

.csad-how-lever-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 13.2rem;
  height: 13.2rem;
  color: #fff8e9;
  border-radius: 50%;
  background: var(--csad-forest);
  box-shadow: 0 24px 80px rgba(23, 76, 67, 0.22);
  text-align: center;
  transform: translate(-50%, -50%);
}

.csad-how-lever-center span { margin-bottom: 0.75rem; color: var(--csad-butter); font-size: 0.6rem; font-weight: 650; letter-spacing: 0.2em; text-transform: uppercase; }
.csad-how-lever-center strong { color: inherit; font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; font-size: 1.9rem; font-weight: 400; line-height: 1.02; }
.csad-how-lever-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(43, 37, 30, 0.18); background: rgba(43, 37, 30, 0.18); }
.csad-how-lever { position: relative; min-height: 260px; padding: 2.2rem 2.6rem; background: #faf6ed; }
.csad-how-lever:nth-child(even) { text-align: right; }
.csad-how-lever:nth-child(n+3) { display: flex; flex-direction: column; justify-content: end; }
.csad-how-lever > span { font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; font-size: 0.75rem; opacity: 0.5; }
.csad-how-lever h3 { margin: 1.2rem 0 0.4rem; color: inherit; font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; font-size: clamp(2rem, 3.1vw, 3rem); font-weight: 400; letter-spacing: -0.04em; line-height: 1; }
.csad-how-lever p { margin: 0; color: inherit; font-size: 0.75rem; line-height: 1.45; opacity: 0.68; }
.csad-how-lever-1 { background: #edf0e3; }
.csad-how-lever-2 { background: #f4e8c8; }
.csad-how-lever-3 { background: #f0deda; }
.csad-how-lever-4 { background: #e0e7d4; }

@media (max-width: 1040px) {
  .csad-growth { grid-template-columns: 1fr; min-height: 0; }
  .csad-growth-copy { min-height: 0; padding-top: 5rem; padding-bottom: 5rem; }
  .csad-growth h2 { font-size: clamp(3.8rem, 10vw, 6rem); }
  .csad-growth-image { min-height: min(68vw, 560px); }

  .csad-problem-shell { grid-template-columns: 1fr; width: min(100% - 30px, 720px); }
  .csad-problem-copy { padding-bottom: 3rem; }
  .csad-problem-image { min-height: min(120vw, 760px); }
  .csad-problem-closing { grid-column: 1; }

  .csad-shell { width: min(100% - 30px, 720px); }

  .csad-who-hero-grid,
  .csad-what-intro-grid { grid-template-columns: 1fr; gap: 2rem; }

  .csad-who-hero-grid h2 { font-size: clamp(2.85rem, 9.2vw, 4.6rem); line-height: 0.96; }
  .csad-what-intro-grid h2 { font-size: clamp(3.75rem, 15vw, 6rem); }

  .csad-who-bridge { display: block; padding: 0; }
  .csad-who-bridge-note { margin-top: 0.65rem !important; text-align: left; }
  .csad-stack-spine { display: none; }

  .csad-signal {
    grid-template-columns: 1fr;
    gap: 2.8rem;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    transform: none;
  }

  .csad-signal:hover { transform: none; }
  .csad-signal-copy { grid-template-columns: 1fr; gap: 1rem; }
  .csad-signal-copy h3 { max-width: 37rem; font-size: clamp(2.1rem, 8.5vw, 3.4rem); }
  .csad-signal-copy p { max-width: 34rem; font-size: 1.03rem; }
  .csad-signal-notch { display: none; }
  .csad-who-closing { justify-content: flex-start; }

  .csad-pillar-mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
  .csad-pillar { grid-column: 1 !important; grid-row: auto !important; min-height: 330px; border-right: 0; border-bottom: 1px solid rgba(43, 37, 30, 0.48); }
  .csad-pillar:last-child { border-bottom: 0; }
  .csad-pillar-content { padding-top: 3.5rem; }
  .csad-pillar-content h3 { font-size: clamp(2.45rem, 11vw, 3.7rem); }
  .csad-pillar-content p { max-width: 31rem; font-size: 0.98rem; }
  .csad-corner-mark { display: none; }

  .csad-how-intro { grid-template-columns: 1fr; min-height: 0; padding-top: 7rem; padding-bottom: 6rem; }
  .csad-how-intro > h2 { margin-bottom: 2.8rem; }
  .csad-how-intro-copy { max-width: 42rem; padding-left: 10vw; }
  .csad-how-scroll-note { display: none; }
  .csad-how-process-heading,
  .csad-how-process-layout,
  .csad-how-ownership-copy { grid-template-columns: 1fr; }
  .csad-how-process-heading { gap: 1.8rem; }
  .csad-how-process-layout { gap: 3rem; }
  .csad-how-ownership-copy > p:last-child { max-width: 38rem; }
}

@media (max-width: 540px) {
  .csad-growth-copy { min-height: 0; padding: 3.6rem 1.3rem; }
  .csad-growth h2 { margin-top: 1.8rem; font-size: clamp(3.35rem, 15vw, 4.6rem); }
  .csad-actions { align-items: stretch; flex-direction: column; }
  .csad-button { width: 100%; }
  .csad-growth-image { min-height: 78vw; }

  .csad-problem h2 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .csad-problem-image { min-height: 135vw; border-radius: 46% 46% 0 0 / 12% 12% 0 0; }
  .csad-problem-closing { font-size: clamp(1.8rem, 9vw, 2.55rem); }

  .csad-signal { gap: 1.6rem; padding: 1.5rem; }
  .csad-signal-copy h3 { font-size: clamp(1.9rem, 9.5vw, 2.45rem); }

  .csad-how-intro,
  .csad-how-process,
  .csad-how-ownership { padding-right: 1.3rem; padding-left: 1.3rem; }
  .csad-how-intro { padding-top: 5rem; padding-bottom: 5rem; }
  .csad-how-intro::before { top: -105px; right: -180px; width: 320px; height: 320px; }
  .csad-how-intro::after { top: -60px; right: -132px; width: 230px; height: 230px; }
  .csad-how-intro > h2 { font-size: clamp(3.35rem, 15vw, 4.7rem); }
  .csad-how-intro-copy { padding-left: 0; }
  .csad-how-intro-copy p { font-size: 1rem; line-height: 1.58; }
  .csad-how-process-heading h2,
  .csad-how-ownership-copy h2 { font-size: clamp(2.7rem, 12vw, 3.6rem); }
  .csad-how-step-button { grid-template-columns: 2.2rem minmax(0, 1fr) 1.3rem; gap: 0.65rem; padding: 1.25rem 0; }
  .csad-how-step-label small { display: none; }
  .csad-how-panels,
  .csad-how-step-detail { min-height: 570px; }
  .csad-how-step-detail { padding: 2rem 1.6rem; }
  .csad-how-step-detail h3 { font-size: clamp(2.7rem, 12vw, 3.5rem); }
  .csad-how-detail-body { font-size: 0.94rem; }
  .csad-how-lever-center { width: 9.2rem; height: 9.2rem; }
  .csad-how-lever-center strong { font-size: 1.45rem; }
  .csad-how-lever { min-height: 210px; padding: 1.5rem 1.25rem; }
  .csad-how-lever h3 { font-size: 1.75rem; }
  .csad-how-lever p { max-width: 7.5rem; font-size: 0.63rem; }
  .csad-how-lever:nth-child(even) p { margin-left: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .csad-section *,
  .csad-section *::before,
  .csad-section *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .csad-how-step-detail { animation: none !important; }
}

/* Built in the real world */
.csad-why {
  overflow: hidden;
  padding: clamp(4.8rem, 9vw, 8.7rem) 0 clamp(5rem, 10vw, 9.5rem);
  background:
    radial-gradient(circle at 92% 2%, rgba(232, 200, 79, 0.22), transparent 26rem),
    var(--csad-ivory);
}

.csad-why-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(115deg, transparent 48%, rgba(57, 45, 33, 0.035) 49%, transparent 50%),
    repeating-linear-gradient(0deg, rgba(69, 50, 33, 0.018) 0 1px, transparent 1px 4px);
  background-size: 44px 44px, auto;
  mix-blend-mode: multiply;
}

.csad-why-shell { width: min(1260px, calc(100% - 64px)); }
.csad-why-intro { display: grid; grid-template-columns: minmax(190px, 0.55fr) 1.45fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; padding-bottom: clamp(4.5rem, 9vw, 8rem); }
.csad-why-kicker,
.csad-why-proof > p,
.csad-why-founder-meta span,
.csad-why-portrait-number,
.csad-why-portrait-note,
.csad-why-closing-kicker { margin: 0; font-size: 0.69rem; font-weight: 650; line-height: 1.45; letter-spacing: 0.2em; text-transform: uppercase; }
.csad-why-kicker { padding-top: 0.9rem; }
.csad-why-intro-copy h2 { max-width: 850px; margin: 0; color: var(--csad-ink); font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; font-size: clamp(4rem, 8vw, 7.9rem); font-weight: 400; line-height: 0.86; letter-spacing: -0.058em; }
.csad-why-intro-copy h2 em { color: var(--csad-terracotta); font-weight: 400; }
.csad-why-intro-copy > p { max-width: 41rem; margin: 2.5rem 0 0; font-size: clamp(1.1rem, 1.6vw, 1.44rem); line-height: 1.55; }

.csad-why-proof { display: grid; grid-template-columns: 235px minmax(0, 1fr); align-items: center; border-top: 1px solid rgba(43, 37, 30, 0.18); border-bottom: 1px solid rgba(43, 37, 30, 0.18); }
.csad-why-proof > p { padding: 1.9rem 1.9rem 1.9rem 0; border-right: 1px solid rgba(43, 37, 30, 0.18); }
.csad-why-brand-run { position: relative; display: flex; min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent); mask-image: linear-gradient(to right, transparent, black 7%, black 93%, transparent); }
.csad-why-brand-track { display: flex; flex: 0 0 auto; align-items: center; animation: csad-why-brand-scroll 24s linear infinite; }
.csad-why-brand-run:hover .csad-why-brand-track { animation-play-state: paused; }
.csad-why-brand-mark { display: flex; align-items: baseline; gap: 0.75rem; min-width: 210px; padding: 1.7rem 2.3rem; }
.csad-why-brand-mark strong { color: var(--csad-ink); font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(1.5rem, 2.3vw, 2.15rem); font-weight: 650; letter-spacing: -0.04em; }
.csad-why-brand-mark span { color: var(--csad-terracotta); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; }
@keyframes csad-why-brand-scroll { to { transform: translateX(-100%); } }

.csad-why-founders { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 7vw, 7rem); padding: clamp(5.7rem, 11vw, 9.5rem) 0; }
.csad-why-founder { display: grid; grid-template-columns: minmax(180px, 0.72fr) 1fr; gap: clamp(1.6rem, 3.5vw, 3.3rem); align-items: end; }
.csad-why-founder-aishwarya { margin-top: clamp(6.2rem, 12vw, 11rem); }
.csad-why-portrait { position: relative; min-height: 430px; margin: 0; overflow: hidden; border-radius: 150px 150px 10px 10px; isolation: isolate; }
.csad-why-portrait::before,
.csad-why-portrait::after { position: absolute; inset: 0; z-index: -1; content: ""; }
.csad-why-portrait-manviir::before { background: radial-gradient(circle at 50% 32%, rgba(245, 240, 230, 0.24) 0 18%, transparent 19%), linear-gradient(145deg, #123c34 0 47%, #1c594c 47% 71%, #e0bb48 71%); }
.csad-why-portrait-aishwarya::before { background: radial-gradient(circle at 52% 33%, rgba(245, 240, 230, 0.28) 0 18%, transparent 19%), linear-gradient(35deg, #dcbd49 0 29%, #c26b52 29% 66%, #9e4c3b 66%); }
.csad-why-portrait::after { z-index: 1; pointer-events: none; background: repeating-linear-gradient(105deg, transparent 0 13px, rgba(255, 255, 255, 0.045) 14px 15px); }
.csad-why-portrait img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.csad-why-portrait-number { position: absolute; z-index: 2; top: 1.9rem; left: 1.9rem; color: rgba(255, 255, 255, 0.84); }
.csad-why-initials { position: absolute; top: 50%; left: 50%; color: rgba(255, 255, 255, 0.92); font-family: "Iowan Old Style", Iowan, Baskerville, serif; font-size: clamp(4rem, 7vw, 7rem); font-style: italic; letter-spacing: -0.06em; transform: translate(-50%, -50%); }
.csad-why-portrait-name { position: absolute; z-index: 2; top: 50%; left: 50%; width: min(82%, 22rem); color: rgba(255, 255, 255, 0.94); font-family: var(--csad-font-display); font-size: clamp(2.6rem, 5vw, 5.2rem); font-weight: 400; line-height: 0.9; letter-spacing: -0.055em; text-align: center; transform: translate(-50%, -50%); }
.csad-why-portrait-note { position: absolute; bottom: 1.8rem; left: 1.9rem; color: rgba(255, 255, 255, 0.8); font-size: 0.56rem; }
.csad-why-founder-copy { padding-bottom: 0.65rem; }
.csad-why-founder-meta { margin-bottom: 2.1rem; }
.csad-why-founder-meta p { margin: 0 0 0.45rem; color: var(--csad-ink); font-family: "Iowan Old Style", Iowan, Baskerville, serif; font-size: 1.5rem; letter-spacing: -0.025em; }
.csad-why-founder-meta span { color: rgba(43, 37, 30, 0.65); font-size: 0.57rem; }
.csad-why-founder-copy h3 { margin: 0 0 1.5rem; color: var(--csad-ink); font-family: "Iowan Old Style", Iowan, Baskerville, serif; font-size: clamp(2.5rem, 4.5vw, 4rem); font-weight: 400; line-height: 0.98; letter-spacing: -0.045em; }
.csad-why-founder-copy > p { margin: 0; color: var(--csad-ink); font-size: 0.94rem; line-height: 1.75; }
.csad-why-plus { position: absolute; top: 50%; left: 50%; width: 2.1rem; height: 2.1rem; transform: translate(-50%, -50%); }
.csad-why-plus span { position: absolute; top: 50%; left: 0; width: 100%; height: 1px; background: var(--csad-terracotta); }
.csad-why-plus span:last-child { transform: rotate(90deg); }

.csad-why-closing { display: grid; grid-template-columns: 0.75fr 1.2fr 1fr; gap: clamp(2rem, 7vw, 6.6rem); align-items: start; padding-top: clamp(4.5rem, 8vw, 7rem); border-top: 1px solid rgba(43, 37, 30, 0.18); }
.csad-why-closing-kicker { max-width: 14rem; color: var(--csad-terracotta-deep); }
.csad-why-closing h2 { margin: 0; color: var(--csad-ink); font-family: "Iowan Old Style", Iowan, Baskerville, serif; font-size: clamp(2.65rem, 5.2vw, 4.5rem); font-weight: 400; line-height: 0.98; letter-spacing: -0.045em; }
.csad-why-closing > p:last-child { margin: 0.25rem 0 0; color: var(--csad-ink); font-size: 1rem; line-height: 1.75; }

@media (max-width: 1060px) {
  .csad-why-founders { grid-template-columns: 1fr; }
  .csad-why-founder { grid-template-columns: minmax(230px, 0.8fr) 1fr; }
  .csad-why-founder-aishwarya { margin-top: 1.25rem; }
  .csad-why-plus { display: none; }
  .csad-why-closing { grid-template-columns: 1fr 1.2fr; }
  .csad-why-closing > p:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .csad-why-shell { width: min(100% - 36px, 720px); }
  .csad-why-intro,
  .csad-why-proof,
  .csad-why-founder,
  .csad-why-closing { grid-template-columns: 1fr; }
  .csad-why-intro { gap: 1.9rem; }
  .csad-why-kicker { padding-top: 0; }
  .csad-why-intro-copy h2 { font-size: clamp(3.7rem, 18vw, 5.3rem); line-height: 0.9; }
  .csad-why-intro-copy > p { margin-top: 1.8rem; font-size: 1.1rem; }
  .csad-why-proof > p { padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid rgba(43, 37, 30, 0.18); }
  .csad-why-brand-mark { min-width: 174px; padding: 1.4rem 1.6rem; }
  .csad-why-founders { padding: 5rem 0; }
  .csad-why-founder { gap: 1.9rem; }
  .csad-why-portrait { min-height: 128vw; max-height: 590px; }
  .csad-why-founder-copy h3 { font-size: 3.1rem; }
  .csad-why-founder-copy > p { font-size: 1rem; }
  .csad-why-closing { gap: 1.9rem; }
  .csad-why-closing > p:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .csad-why-brand-track { animation-play-state: paused; }
}

/* Journal placeholder */
.csad-journal {
  overflow: hidden;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  color: #fff8e9;
  background:
    radial-gradient(circle at 88% 20%, rgba(232, 200, 79, 0.16), transparent 24rem),
    #2b251e;
}

.csad-journal-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(140px, 0.42fr) minmax(0, 1.25fr) auto;
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.csad-journal-kicker { margin: 0; color: #e8c84f; font-size: 0.69rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.csad-journal-copy h2 { margin: 0; color: inherit; font: 400 clamp(3.7rem, 8vw, 7.4rem)/0.9 "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; letter-spacing: -0.055em; }
.csad-journal-copy p { max-width: 34rem; margin: 1.6rem 0 0; color: rgba(255, 248, 233, 0.76); font-size: 1rem; line-height: 1.7; }
.csad-journal-mark { display: grid; width: clamp(7rem, 13vw, 11rem); height: clamp(7rem, 13vw, 11rem); place-items: center; border: 1px solid rgba(255, 248, 233, 0.32); border-radius: 50%; color: rgba(255, 248, 233, 0.84); font-family: "Iowan Old Style", Iowan, Baskerville, serif; font-size: clamp(1.2rem, 2vw, 1.8rem); font-style: italic; }

@media (max-width: 720px) {
  .csad-journal-shell { grid-template-columns: 1fr; width: min(100% - 36px, 720px); gap: 1.7rem; }
  .csad-journal-mark { display: none; }
  .csad-journal-copy h2 { font-size: clamp(3.8rem, 20vw, 5.3rem); }
}

/* Start a conversation */
.csad-conversation {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #dfb7ad 0 53%, #f5f0e6 53% 100%);
}

.csad-conversation-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(480px, 1.02fr);
  gap: clamp(3rem, 7vw, 7.5rem);
  align-items: center;
  width: min(1380px, calc(100% - 64px));
  min-height: 820px;
  margin: 0 auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.csad-conversation-copy { max-width: 660px; padding-right: clamp(1rem, 3vw, 3.5rem); }
.csad-conversation-logo { display: block; width: clamp(3.2rem, 5vw, 4.6rem); height: clamp(3.2rem, 5vw, 4.6rem); margin: 0 0 clamp(1.5rem, 3vw, 2.4rem); border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px rgba(43, 37, 30, 0.1); }
.csad-conversation-kicker { margin: 0 0 clamp(2rem, 5vh, 3.8rem); color: var(--csad-ink); font-size: 0.69rem; font-weight: 700; line-height: 1.4; letter-spacing: 0.21em; text-transform: uppercase; }
.csad-conversation-copy h2 { margin: 0; color: var(--csad-ink); font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; font-size: clamp(3.9rem, 6vw, 6.6rem); font-weight: 400; line-height: 0.91; letter-spacing: -0.058em; }
.csad-conversation-intro { max-width: 38rem; margin: clamp(2rem, 4vw, 3rem) 0 0; color: rgba(43, 37, 30, 0.9); font-size: clamp(1rem, 1.24vw, 1.16rem); line-height: 1.72; }
.csad-conversation-email { margin: clamp(2.3rem, 5vw, 4rem) 0 0; color: var(--csad-ink); font-size: 0.83rem; font-weight: 650; }
.csad-conversation-email a { color: inherit !important; text-decoration: none !important; border-bottom: 1px solid currentColor; }

.csad-conversation-health-carry { display: grid; gap: 0.5rem; max-width: 31rem; margin-top: 2rem; padding: 1.1rem 1.25rem; border: 1px solid rgba(43, 37, 30, 0.24); border-radius: 0.7rem; background: rgba(245, 240, 230, 0.28); }
.csad-conversation-health-carry[hidden] { display: none; }
.csad-conversation-health-carry span { font-size: 0.61rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.csad-conversation-health-carry strong { font-family: "Iowan Old Style", Iowan, Baskerville, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; line-height: 1.25; }

.csad-conversation-card { position: relative; padding: clamp(2rem, 4vw, 4rem); border: 1px solid rgba(43, 37, 30, 0.12); border-radius: 1.35rem; background: #faf7ef; box-shadow: 0 35px 80px rgba(78, 47, 35, 0.12); }
.csad-conversation-form { display: grid; gap: 2rem; }
.csad-conversation-fields-two { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.csad-conversation-form label:not(.csad-conversation-permission) { display: grid; gap: 0.75rem; min-width: 0; }
.csad-conversation-form label > span { color: var(--csad-ink); font-size: 0.65rem; font-style: normal; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.csad-conversation-form input[type="text"],
.csad-conversation-form input[type="email"],
.csad-conversation-form input[type="tel"],
.csad-conversation-form textarea { width: 100%; margin: 0; padding: 0.55rem 0 0.9rem; border: 0; border-bottom: 1px solid rgba(43, 37, 30, 0.72); border-radius: 0; outline: 0; color: var(--csad-ink); background: transparent; box-shadow: none; font: inherit; font-size: 1rem; line-height: 1.5; caret-color: var(--csad-terracotta-deep); transition: border-color 180ms ease, box-shadow 180ms ease; }
.csad-conversation-form textarea { min-height: 148px; resize: vertical; }
.csad-conversation-form input::placeholder,
.csad-conversation-form textarea::placeholder { color: rgba(43, 37, 30, 0.48); opacity: 1; }
.csad-conversation-form input:focus,
.csad-conversation-form textarea:focus { border-color: var(--csad-forest); box-shadow: 0 1px 0 var(--csad-forest); }
.csad-conversation-form [aria-invalid="true"] { border-color: var(--csad-terracotta-deep) !important; }
.csad-conversation-thought em { color: rgba(43, 37, 30, 0.56); font-size: 0.74rem; font-style: normal; }
.csad-conversation-form label > small { min-height: 0.9rem; color: var(--csad-terracotta-deep); font-size: 0.72rem; line-height: 1.3; }

.csad-conversation-permission { position: relative; display: grid; grid-template-columns: 1.2rem minmax(0, 1fr); gap: 0.85rem; align-items: start; cursor: pointer; }
.csad-conversation-permission input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.csad-conversation-permission i { position: relative; width: 1.05rem; height: 1.05rem; margin-top: 0.08rem; border: 1px solid rgba(43, 37, 30, 0.72); border-radius: 0.18rem; background: transparent; }
.csad-conversation-permission input:checked + i { border-color: var(--csad-forest); background: var(--csad-forest); }
.csad-conversation-permission input:checked + i::after { position: absolute; top: 0.12rem; left: 0.29rem; width: 0.3rem; height: 0.55rem; border: solid #fff9eb; border-width: 0 2px 2px 0; content: ""; transform: rotate(45deg); }
.csad-conversation-permission input:focus-visible + i { outline: 2px solid var(--csad-terracotta); outline-offset: 3px; }
.csad-conversation-permission input[aria-invalid="true"] + i { border-color: var(--csad-terracotta-deep); box-shadow: 0 0 0 2px rgba(185, 95, 69, 0.12); }
.csad-conversation-permission > span { font-size: 0.76rem !important; font-weight: 450 !important; line-height: 1.5; letter-spacing: 0 !important; text-transform: none !important; }
.csad-conversation-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.csad-conversation-action { display: flex; gap: 1.4rem; align-items: center; }
.csad-conversation-action button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 1.5rem; min-width: 14.5rem; padding: 1.15rem 1.55rem; border: 0; border-radius: 999px; color: var(--csad-ink); background: var(--csad-butter); box-shadow: none; font: inherit; font-size: 0.82rem; font-weight: 700; cursor: pointer; transition: transform 180ms ease, background-color 180ms ease; }
.csad-conversation-action button:hover { background: #efd55e; transform: translateY(-2px); }
.csad-conversation-action button:focus-visible { outline: 2px solid var(--csad-forest); outline-offset: 3px; }
.csad-conversation-action button:disabled { cursor: wait; opacity: 0.72; transform: none; }
.csad-conversation-action button b { font-size: 1rem; font-weight: 500; }
.csad-conversation-action p { max-width: 15rem; margin: 0; color: rgba(43, 37, 30, 0.58); font-size: 0.72rem; line-height: 1.5; }
.csad-conversation-status { min-height: 1.25rem; margin: -0.5rem 0 0; color: var(--csad-forest); font-size: 0.76rem; font-weight: 650; line-height: 1.4; }

.csad-conversation-orbit { position: absolute; top: -13rem; left: -12rem; width: 36rem; height: 36rem; border: 1px solid rgba(43, 37, 30, 0.1); border-radius: 50%; pointer-events: none; }
.csad-conversation-orbit span { position: absolute; border-radius: 50%; }
.csad-conversation-orbit span:first-child { inset: 5.8rem; border: 1px solid rgba(43, 37, 30, 0.1); }
.csad-conversation-orbit span:last-child { right: 5.2rem; bottom: 7.5rem; width: 1rem; height: 1rem; background: var(--csad-butter); }

@media (max-width: 1040px) {
  .csad-conversation { background: linear-gradient(180deg, #dfb7ad 0 46%, #f5f0e6 46% 100%); }
  .csad-conversation-shell { grid-template-columns: 1fr; gap: 4.5rem; width: min(760px, calc(100% - 40px)); min-height: 0; }
  .csad-conversation-copy { max-width: 700px; padding-right: 0; }
  .csad-conversation-card { padding: clamp(2rem, 7vw, 4rem); }
}

@media (max-width: 620px) {
  .csad-conversation { background: linear-gradient(180deg, #dfb7ad 0 42%, #f5f0e6 42% 100%); }
  .csad-conversation-shell { width: min(100% - 28px, 760px); padding: 4.8rem 0; }
  .csad-conversation-copy h2 { font-size: clamp(3.4rem, 16vw, 4.7rem); }
  .csad-conversation-intro { font-size: 1rem; }
  .csad-conversation-card { padding: 1.6rem 1.25rem; border-radius: 1rem; }
  .csad-conversation-fields-two { grid-template-columns: 1fr; gap: 2rem; }
  .csad-conversation-action { align-items: stretch; flex-direction: column; }
  .csad-conversation-action button { width: 100%; }
  .csad-conversation-action p { max-width: none; }
}
