/* Light editorial layer: deliberately calmer than the source product site. */
.notion-theme {
  --paper: #ffffff;
  --paper-soft: #ffffff;
  --ink: #252522;
  --ink-soft: #343430;
  --muted: #6f6e69;
  --line: #e8e6e1;
  --inverse-line: rgba(255, 255, 255, 0.18);
  --white: #ffffff;
  --ember: #df6039;
  --ember-dark: #b84224;
  --display: "Onest", Arial, sans-serif;
  --sans: "Onest", Arial, sans-serif;
  --page-pad: max(24px, calc((100vw - 1240px) / 2));
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
}

.notion-theme ::selection {
  background: rgba(223, 96, 57, 0.18);
}

.notion-theme a:focus-visible,
.notion-theme button:focus-visible,
.notion-theme input:focus-visible,
.notion-theme select:focus-visible,
.notion-theme textarea:focus-visible,
.notion-theme summary:focus-visible {
  outline: 3px solid rgba(223, 96, 57, 0.3);
  outline-offset: 4px;
}

.notion-theme .scroll-line span {
  background: var(--ember);
}

.notion-theme .site-header,
.notion-theme .site-header.scrolled {
  min-height: 72px;
  padding: 12px var(--page-pad);
  border-bottom: 1px solid rgba(37, 37, 34, 0.08);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.notion-theme .desktop-nav {
  gap: 28px;
  color: var(--muted);
}

.notion-theme .header-cta,
.notion-theme .button {
  min-height: 46px;
  border-radius: 10px;
}

.notion-theme .header-cta {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.notion-theme .site-header .header-cta:hover,
.notion-theme .site-header .header-cta:focus-visible {
  background: var(--ember);
  color: var(--ink);
}

.notion-theme .hero {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  grid-template-rows: auto auto;
  gap: 0 48px;
  min-height: 0;
  padding: 150px var(--page-pad) 70px;
  overflow: visible;
  background: var(--paper);
  color: var(--ink);
}

.notion-theme .hero::before {
  display: none;
}

.notion-theme .hero-copy {
  align-self: center;
  max-width: 720px;
  padding: 54px 0 70px;
}

.notion-theme .eyebrow {
  color: var(--muted);
}

.notion-theme .hero-title {
  max-width: 760px;
  font-family: var(--sans);
  font-size: clamp(62px, 6.4vw, 104px);
  font-weight: 650;
  line-height: 0.98;
  text-transform: none;
  letter-spacing: -0.065em;
}

.notion-theme .hero-title .accent {
  padding-left: 0;
  color: var(--ember);
}

.notion-theme .hero-lead {
  max-width: 600px;
  color: var(--muted);
  font-size: clamp(17px, 1.3vw, 20px);
}

.notion-theme .button-light {
  background: var(--ink);
  color: var(--white);
}

.notion-theme .button-light:hover,
.notion-theme .button-light:focus-visible {
  background: var(--ember);
  color: var(--ink);
}

.notion-theme .text-link {
  border-color: var(--line);
  color: var(--ink);
}

.notion-theme .hero-visual {
  align-self: center;
  min-height: 650px;
}

.notion-theme .hero-photo {
  inset: 0;
  border-radius: 22px;
  background: var(--white);
}

.notion-theme .hero-photo::after {
  background: linear-gradient(180deg, transparent 60%, rgba(37, 37, 34, 0.18));
}

.notion-theme .hero-photo figcaption {
  right: 20px;
  bottom: 18px;
  color: var(--white);
}

.notion-theme .hero-card {
  right: 20px;
  bottom: 20px;
  min-width: 210px;
  padding: 18px 20px;
  border: 1px solid rgba(37, 37, 34, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(37, 37, 34, 0.12);
  backdrop-filter: blur(14px);
}

.notion-theme .hero-card strong {
  font-family: var(--sans);
  font-size: 44px;
  font-weight: 650;
  letter-spacing: -0.05em;
}

.notion-theme .hero-portrait {
  bottom: 24px;
  left: 24px;
  width: 112px;
  height: 112px;
  border: 6px solid var(--white);
  box-shadow: 0 14px 36px rgba(37, 37, 34, 0.18);
}

.notion-theme .hero-stats {
  grid-column: 1 / -1;
  margin-top: 46px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.notion-theme .hero-stats article {
  padding: 27px 28px;
}

.notion-theme .hero-stats article + article {
  border-color: var(--line);
}

.notion-theme .hero-stats strong {
  font-family: var(--sans);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 650;
  letter-spacing: -0.05em;
}

.notion-theme .hero-stats span {
  color: var(--muted);
  letter-spacing: 0.07em;
}

.notion-theme .proof-ribbon {
  gap: 48px;
  justify-content: center;
  padding: 18px var(--page-pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.notion-theme .section,
.notion-theme .voice,
.notion-theme .final-cta {
  padding-right: var(--page-pad);
  padding-left: var(--page-pad);
}

.notion-theme .section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.notion-theme .section-head {
  margin-bottom: 70px;
}

.notion-theme .section-head h2,
.notion-theme .method h2,
.notion-theme .results h2,
.notion-theme .voice h2,
.notion-theme .social h2,
.notion-theme .final-cta h2,
.notion-theme .system-proof h2 {
  font-family: var(--sans);
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 650;
  line-height: 1.02;
  text-transform: none;
  letter-spacing: -0.055em;
}

.notion-theme .section-index {
  color: var(--muted);
  letter-spacing: 0.1em;
}

.notion-theme .audience,
.notion-theme .formats,
.notion-theme .cases,
.notion-theme .story,
.notion-theme .voice {
  background: var(--paper);
}

.notion-theme .audience-grid {
  gap: 16px;
  border: 0;
}

.notion-theme .audience-card {
  min-height: 390px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.notion-theme .audience-card + .audience-card {
  border-left: 1px solid var(--line);
}

.notion-theme .audience-card-accent {
  border-color: rgba(223, 96, 57, 0.35);
  background: var(--white);
  box-shadow: inset 0 3px 0 var(--ember);
}

.notion-theme .audience-card > span {
  margin-bottom: 54px;
}

.notion-theme .audience-card h3 {
  font-weight: 600;
}

.notion-theme .formats {
  padding-top: 0;
}

.notion-theme .format-grid {
  gap: 16px;
}

.notion-theme .format-card {
  min-height: 480px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.notion-theme .format-card.featured {
  background: var(--ink);
  color: var(--white);
}

.notion-theme .format-card.featured .format-label {
  color: rgba(255, 255, 255, 0.68);
}

.notion-theme .format-card.featured p,
.notion-theme .format-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.notion-theme .format-card.featured h3,
.notion-theme .format-card.featured a {
  color: var(--white);
}

.notion-theme .format-card h3,
.notion-theme .interview-card h3 {
  font-family: var(--sans);
  text-transform: none;
  letter-spacing: -0.045em;
}

.notion-theme .method {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 22px;
  min-height: 0;
  padding: 128px var(--page-pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.notion-theme .method-quote {
  top: 94px;
  height: auto;
  min-height: 610px;
  padding: 44px;
  border-radius: 20px;
  background: var(--ink);
  color: var(--white);
}

.notion-theme .method-quote blockquote {
  font-family: var(--sans);
  font-size: clamp(48px, 5vw, 74px);
  text-transform: none;
  letter-spacing: -0.055em;
}

.notion-theme .method-copy {
  padding: 64px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.notion-theme .method-copy .section-index,
.notion-theme .voice .section-index,
.notion-theme .method-intro,
.notion-theme .method-steps p {
  color: var(--muted);
}

.notion-theme .method-steps li {
  border-color: var(--line);
}

.notion-theme .system-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.8fr);
  gap: 70px;
  align-items: center;
  background: var(--paper);
}

.notion-theme .system-proof-copy > p:not(.section-index) {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.notion-theme .system-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.notion-theme .system-metrics article {
  display: grid;
  align-content: space-between;
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}

.notion-theme .system-metrics strong {
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.055em;
}

.notion-theme .system-metrics span,
.notion-theme .system-note {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.notion-theme .system-note {
  grid-column: 1 / -1;
  max-width: 850px;
  margin: -35px 0 0;
  text-transform: none;
  letter-spacing: 0;
}

.notion-theme .case-grid {
  gap: 16px;
}

.notion-theme .case-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.notion-theme .case-card:hover,
.notion-theme .case-card:focus-visible {
  border-color: rgba(223, 96, 57, 0.3);
  background: var(--white);
  transform: translateY(-2px);
}

.notion-theme .case-large,
.notion-theme .case-large:hover,
.notion-theme .case-large:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.notion-theme .case-large > strong,
.notion-theme .case-result,
.notion-theme .time-change {
  font-family: var(--sans);
  letter-spacing: -0.055em;
}

.notion-theme .case-context {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.notion-theme .results {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  min-height: 0;
  max-width: 1328px;
  padding: 128px 24px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.notion-theme .results-image {
  min-height: 820px;
  border-radius: 20px;
}

.notion-theme .results-copy {
  align-self: stretch;
  padding: 60px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.notion-theme .credential-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -20px 0 42px;
}

.notion-theme .credential-chips span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.notion-theme .result-list article,
.notion-theme .result-list {
  border-color: var(--line);
}

.notion-theme .result-list .current {
  padding: 21px 18px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-left: 3px solid var(--ember);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

.notion-theme .result-list .current time {
  color: var(--ember);
}

.notion-theme .result-list .current span {
  color: var(--muted);
}

.notion-theme .story {
  background: var(--paper);
}

.notion-theme .story-photo img,
.notion-theme .story-photo-wide img,
.notion-theme .social-image img {
  border-radius: 18px;
}

.notion-theme .story-text blockquote {
  font-family: var(--sans);
  text-transform: none;
  letter-spacing: -0.045em;
}

.notion-theme .voice {
  padding-top: 128px;
  padding-bottom: 128px;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.notion-theme .voice-head > p:last-child,
.notion-theme .quote-stack cite,
.notion-theme .interview-card > span,
.notion-theme .interview-card p {
  color: var(--muted);
}

.notion-theme .quote-stack,
.notion-theme .quote-stack blockquote {
  border-color: var(--line);
}

.notion-theme .quote-stack p {
  font-family: var(--sans);
  font-size: clamp(28px, 3vw, 46px);
  text-transform: none;
  letter-spacing: -0.045em;
}

.notion-theme .interview-grid {
  gap: 16px;
}

.notion-theme .interview-card {
  min-height: 330px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.notion-theme .interview-card:hover,
.notion-theme .interview-card:focus-visible {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 16px 40px rgba(37, 37, 34, 0.08);
  transform: translateY(-2px);
}

.notion-theme .social-image::after {
  display: none;
}

.notion-theme .social-links a {
  min-height: 52px;
}

.notion-theme .faq-list details,
.notion-theme .faq-list details:last-child {
  border-color: var(--line);
}

.notion-theme .final-cta {
  min-height: 0;
  padding-top: 128px;
  padding-bottom: 128px;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.notion-theme .final-cta h2 em {
  color: var(--ember);
}

.notion-theme .contact-copy > p:first-child {
  margin-bottom: 78px;
  color: var(--muted);
}

.notion-theme .lead-form {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 20px 60px rgba(37, 37, 34, 0.08);
}

.notion-theme .lead-form .button-dark {
  background: var(--ink);
  color: var(--white);
}

.notion-theme .sources {
  padding-right: var(--page-pad);
  padding-left: var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.notion-theme .sources details > div {
  color: var(--muted);
}

.notion-theme footer {
  padding-right: var(--page-pad);
  padding-left: var(--page-pad);
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.notion-theme footer p,
.notion-theme footer small {
  color: var(--muted);
}

@media (max-width: 1180px) {
  .notion-theme .hero {
    gap: 0 30px;
  }

  .notion-theme .results-copy,
  .notion-theme .method-copy {
    padding: 48px;
  }
}

@media (max-width: 900px) {
  .notion-theme {
    --page-pad: 24px;
  }

  .notion-theme .site-header,
  .notion-theme .site-header.scrolled {
    background: rgba(255, 255, 255, 0.96);
  }

  .notion-theme .mobile-nav {
    background: rgba(255, 255, 255, 0.99);
    color: var(--ink);
  }

  .notion-theme .mobile-cta {
    border-radius: 10px;
    background: var(--ink);
    color: var(--white);
  }

  .notion-theme .hero {
    display: block;
    padding: 118px var(--page-pad) 64px;
  }

  .notion-theme .hero-copy {
    padding: 36px 0 54px;
  }

  .notion-theme .hero-visual {
    min-height: 580px;
    margin: 0;
  }

  .notion-theme .hero-photo {
    border-radius: 18px;
  }

  .notion-theme .hero-stats {
    margin-top: 24px;
  }

  .notion-theme .hero-stats article,
  .notion-theme .hero-stats article + article {
    padding: 24px;
    border-bottom: 1px solid var(--line);
  }

  .notion-theme .hero-stats article:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .notion-theme .proof-ribbon {
    justify-content: flex-start;
  }

  .notion-theme .section,
  .notion-theme .voice,
  .notion-theme .final-cta,
  .notion-theme .method {
    padding: 92px var(--page-pad);
  }

  .notion-theme .section-head h2,
  .notion-theme .method h2,
  .notion-theme .results h2,
  .notion-theme .voice h2,
  .notion-theme .social h2,
  .notion-theme .final-cta h2,
  .notion-theme .system-proof h2 {
    font-size: clamp(43px, 10vw, 64px);
  }

  .notion-theme .audience-card + .audience-card {
    border-left: 1px solid var(--line);
  }

  .notion-theme .method,
  .notion-theme .system-proof,
  .notion-theme .results {
    grid-template-columns: 1fr;
  }

  .notion-theme .method-quote {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .notion-theme .system-proof {
    gap: 52px;
  }

  .notion-theme .system-note {
    margin-top: 0;
  }

  .notion-theme .results {
    max-width: none;
    padding: 92px var(--page-pad);
  }

  .notion-theme .results-image {
    min-height: 650px;
  }

  .notion-theme .contact-layout {
    gap: 54px;
  }
}

@media (max-width: 600px) {
  .notion-theme {
    --page-pad: 20px;
  }

  .notion-theme .hero {
    padding-top: 100px;
  }

  .notion-theme .hero-title {
    font-size: clamp(50px, 14.5vw, 66px);
    line-height: 0.98;
  }

  .notion-theme .hero-lead {
    font-size: 17px;
  }

  .notion-theme .hero-visual {
    min-height: 480px;
  }

  .notion-theme .hero-card {
    right: 14px;
    bottom: 14px;
    min-width: 175px;
  }

  .notion-theme .hero-card strong {
    font-size: 38px;
  }

  .notion-theme .hero-stats {
    border-radius: 14px;
  }

  .notion-theme .hero-stats article,
  .notion-theme .hero-stats article + article {
    padding: 20px 16px;
  }

  .notion-theme .hero-stats strong {
    font-size: 34px;
  }

  .notion-theme .section,
  .notion-theme .voice,
  .notion-theme .final-cta,
  .notion-theme .method,
  .notion-theme .results {
    padding: 76px var(--page-pad);
  }

  .notion-theme .section-head {
    margin-bottom: 48px;
  }

  .notion-theme .section-head h2,
  .notion-theme .method h2,
  .notion-theme .results h2,
  .notion-theme .voice h2,
  .notion-theme .social h2,
  .notion-theme .final-cta h2,
  .notion-theme .system-proof h2 {
    font-size: clamp(38px, 11.7vw, 50px);
  }

  .notion-theme .audience-card,
  .notion-theme .format-card,
  .notion-theme .case-card,
  .notion-theme .interview-card {
    border-radius: 14px;
  }

  .notion-theme .method-copy,
  .notion-theme .results-copy,
  .notion-theme .method-quote {
    padding: 30px;
    border-radius: 16px;
  }

  .notion-theme .method-quote blockquote {
    font-size: 48px;
  }

  .notion-theme .system-metrics {
    grid-template-columns: 1fr;
  }

  .notion-theme .system-metrics article {
    min-height: 150px;
  }

  .notion-theme .results-image {
    min-height: 520px;
  }

  .notion-theme .credential-chips {
    margin-top: -8px;
  }

  .notion-theme .lead-form {
    border-radius: 14px;
    box-shadow: none;
  }
}
