:root {
  --paper: #f7f8fb;
  --ink: #171c32;
  --blue: #233fe6;
  --muted: #586075;
  --ice: #e9edff;
  --lime: #d9ed82;
  --line: #d6d9e4;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
  --gutter: clamp(24px, 5vw, 80px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.65 var(--sans);
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.06;
  letter-spacing: -0.055em;
}
h1,
h2 {
  font-weight: 600;
}
h1 {
  font-size: clamp(66px, 7.5vw, 114px);
  line-height: 0.99;
  letter-spacing: -0.065em;
}
h2 {
  font-size: clamp(40px, 4.7vw, 68px);
}
h3 {
  font-size: 26px;
}
p + p {
  margin-top: 20px;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
.wrap {
  width: 100%;
  max-width: 1536px;
  margin: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.eyebrow {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
}
.blue {
  color: var(--blue);
}
.muted {
  color: #697187;
}
.light {
  color: #c4ceff;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -100px;
  background: var(--lime);
  color: var(--ink);
  z-index: 10;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 20px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wordmark {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.65px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wordmark span {
  color: var(--blue);
  font-size: 32px;
  font-weight: 400;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 14px;
}
.site-header nav > a {
  text-decoration: none;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  border: 1px solid var(--ink);
  padding: 12px 19px;
  min-height: 48px;
  border-radius: 6px;
}
.nav-cta:hover {
  background: var(--ink);
  color: white;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  background: var(--blue);
  color: #fff;
  min-height: 58px;
  padding: 17px 23px;
  font-size: 16px;
  border: 0;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1.4;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button span {
  font-size: 25px;
  line-height: 1;
}
.button:hover {
  background: #1631cf;
  transform: translateY(-2px);
}
.button.lime {
  color: var(--ink);
  background: var(--lime);
}
.button.lime:hover {
  background: #e5f3ae;
}
.button.dark {
  background: var(--ink);
  color: white;
}
.hero {
  padding-top: 32px;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 27px;
  gap: 30px;
}
.hero-top .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
}
.eyebrow i {
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
}
.hero-index {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  text-align: right;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1%;
  padding-top: 36px;
  padding-bottom: 52px;
  align-items: center;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero-copy h1 em {
  color: var(--blue);
  letter-spacing: -0.065em;
  white-space: nowrap;
}
.hero-copy > p {
  font-size: 20px;
  line-height: 1.55;
  max-width: 425px;
  margin: 30px 0;
}
.hero-meta {
  font-size: 12px;
  color: var(--muted);
  margin-top: 17px;
}
.hero-meta span {
  margin: 0 7px;
}
.hero-art {
  margin-left: -20px;
  margin-right: calc(var(--gutter) * -1);
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.art-frame {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--ice);
  border-radius: 50% 0 0 0;
  position: relative;
}
.art-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% center;
  display: block;
}
.art-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: var(--ice);
  font-size: 55px;
  letter-spacing: -3px;
  line-height: 1;
}
.art-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px var(--gutter) 0 38px;
  font-size: 13px;
  line-height: 1.5;
}
.caption-arrow {
  font-size: 42px;
  color: var(--blue);
}
.hero-bottom {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0;
  font-size: 13px;
  color: var(--muted);
}
.hero-bottom a {
  color: var(--ink);
  text-decoration: none;
}
.hero-bottom a span {
  margin-left: 16px;
  color: var(--blue);
}
.introduction {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 6%;
}
.introduction > .eyebrow {
  padding-top: 11px;
  max-width: 180px;
}
.introduction h2 {
  font-size: clamp(36px, 3.8vw, 55px);
  letter-spacing: -0.045em;
}
.intro-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 36px;
}
.intro-text p {
  font-size: 16px;
  color: var(--muted);
  margin: 0;
}
.possibilities {
  background: var(--ice);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 48px;
}
.section-heading h2 {
  margin-top: 20px;
}
.section-heading > p {
  max-width: 320px;
  font-size: 16px;
  color: var(--muted);
}
.idea-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.idea {
  display: flex;
  flex-direction: column;
  padding: 25px 28px 30px;
  background: var(--paper);
  text-decoration: none;
  border-radius: 7px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.idea:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px #17286410;
}
.idea-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  gap: 20px;
  color: var(--blue);
}
.idea-top > span:last-child {
  font-size: 27px;
}
.idea h3 {
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.1;
  margin: 34px 0 20px;
}
.idea p {
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 30px;
}
.idea-link {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  font-size: 13px;
  margin-top: auto;
}
.examples-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 22px;
}
.example-section {
  background: var(--ink);
  color: var(--paper);
}
.example-section .section-heading > p {
  color: #c4c9d7;
}
.example-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9%;
  align-items: center;
}
.example-number {
  display: block;
  font-size: 82px;
  line-height: 1;
  color: var(--lime);
  font-family: var(--serif);
  font-style: italic;
  margin-bottom: 30px;
}
.example-copy h3 {
  font-size: 34px;
  margin-bottom: 20px;
}
.example-copy > p {
  font-size: 16px;
  color: #c4c9d7;
  max-width: 390px;
}
.example-lesson {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid #43495b;
}
.example-lesson .eyebrow {
  color: var(--lime);
  margin-bottom: 12px;
}
.example-lesson p {
  font-size: 16px;
  max-width: 390px;
}
.example-disclaimer {
  display: block;
  margin-top: 25px;
  font-size: 12px;
  color: #c4c9d7;
}
.followup-tool {
  background: var(--paper);
  color: var(--ink);
  border-radius: 12px;
  padding: 35px;
}
.tool-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.tool-header h3 {
  font-size: 26px;
  letter-spacing: -0.035em;
  margin-top: 10px;
}
.tool-symbol {
  font-size: 38px;
  color: var(--blue);
}
.tool-intro {
  font-size: 14px;
  color: var(--muted);
  margin: 26px 0;
}
.tool-result {
  background: var(--ice);
  color: var(--blue);
  padding: 15px 17px;
  margin-top: 13px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 600;
  min-height: 53px;
}
.calculation {
  margin-top: 17px;
}
.calculation summary {
  font-size: 13px;
  cursor: pointer;
}
.calculation p {
  font-size: 13px;
  color: var(--muted);
  margin: 12px 0;
}
.test-strip {
  display: flex;
  gap: 13px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 20px;
  font-size: 12px;
  color: var(--muted);
}
.test-strip > span:first-child {
  font-size: 20px;
  color: var(--blue);
}
.session-section {
  background: var(--blue);
  color: #fff;
}
.session-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 8%;
  align-items: center;
}
.session-intro h2 {
  margin: 20px 0 26px;
}
.session-intro p {
  max-width: 525px;
  font-size: 18px;
  color: #e2e7ff;
  margin-bottom: 30px;
}
.hour-mark {
  display: flex;
  align-items: center;
  gap: 25px;
}
.hour-mark > span {
  font-size: clamp(110px, 14vw, 208px);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 1;
  color: var(--lime);
}
.hour-mark > div {
  font-size: 14px;
  line-height: 1.8;
}
.session-detail {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9%;
  margin-top: 80px;
}
.before {
  max-width: 390px;
}
.before h3 {
  font-size: 31px;
  margin: 20px 0;
}
.before p {
  font-size: 16px;
  color: #e2e7ff;
}
.stages {
  border-top: 1px solid #8191f2;
}
.stages article {
  display: grid;
  grid-template-columns: 24px 110px 1fr;
  gap: 22px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #8191f2;
}
.stages article > span {
  font-size: 12px;
  color: var(--lime);
}
.stages h3 {
  font-size: 22px;
  letter-spacing: -0.035em;
}
.stages p {
  font-size: 14px;
  line-height: 1.55;
  color: #e2e7ff;
}
.takeaway {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9%;
  margin-top: 65px;
  padding-top: 36px;
  border-top: 1px solid #8191f2;
}
.takeaway h3 {
  font-size: 27px;
}
.takeaway p {
  font-size: 16px;
  color: #e2e7ff;
}
.session-boundary {
  font-size: 12px;
  color: #e2e7ff;
  margin-top: 32px;
}
.session-section a:focus-visible {
  outline-color: var(--lime);
}
.about-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9%;
}
.experience {
  font-size: clamp(130px, 16vw, 220px);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 1;
  margin: 45px 0 12px;
  color: var(--blue);
}
.experience span {
  font-size: 0.6em;
}
.about-aside > p {
  font-size: 16px;
  color: var(--muted);
}
.signature {
  font-size: 22px;
  font-family: var(--serif);
  font-style: italic;
  margin-top: 37px;
}
.signature span {
  display: block;
  font: 12px var(--sans);
  color: var(--muted);
  margin-top: 10px;
}
.about-copy h2 {
  font-size: clamp(36px, 3.8vw, 55px);
  margin-bottom: 30px;
}
.about-copy p {
  font-size: 16px;
  color: var(--muted);
}
.about-copy .large-copy {
  font-size: 21px;
  color: var(--ink);
}
.about-line {
  border-left: 3px solid var(--blue);
  padding-left: 20px;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin-top: 30px;
}
.faq-section {
  background: #eceef3;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 9%;
}
.faq-grid h2 {
  margin: 20px 0 26px;
}
.faq-grid > div > p {
  font-size: 16px;
  color: var(--muted);
  max-width: 325px;
}
.faq-list {
  border-top: 1px solid #bdc2d0;
}
.faq-list details {
  border-bottom: 1px solid #bdc2d0;
}
.faq-list summary {
  list-style: none;
  position: relative;
  padding: 23px 35px 23px 0;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 25px;
  color: var(--blue);
}
.faq-list details[open] summary::after {
  content: "−";
}
.faq-list p {
  padding: 0 25px 24px 0;
  font-size: 15px;
  color: var(--muted);
}
.closing {
  background: var(--lime);
  padding: 80px 0;
}
.closing h2 {
  font-size: clamp(55px, 7.5vw, 108px);
  margin: 24px 0 40px;
  line-height: 1.02;
}
.closing h2 em {
  color: var(--ink);
}
.closing-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.closing p {
  font-size: 17px;
}
.closing .button {
  min-width: 250px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  padding-top: 45px;
  padding-bottom: 45px;
}
.site-footer p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
}
.footer-right {
  display: flex;
  gap: 28px;
  font-size: 13px;
}
.footer-right > span {
  color: var(--muted);
}
.contact-hero {
  padding-top: 70px;
  padding-bottom: 55px;
}
.contact-hero h1 {
  font-size: clamp(62px, 7vw, 100px);
  margin: 24px 0 30px;
}
.contact-hero h1 em {
  color: var(--blue);
}
.contact-hero > p {
  font-size: 21px;
  max-width: 780px;
}
.intake-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 10%;
  padding-bottom: 100px;
}
.prototype-notice {
  padding: 23px;
  background: var(--ice);
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 32px;
}
.prototype-notice strong {
  display: block;
  margin-bottom: 7px;
}
.field {
  margin-bottom: 26px;
}
.field label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.optional {
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
}
.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #80889c;
  border-radius: 5px;
  color: var(--ink);
  background: #fff;
  padding: 12px;
  font-size: 16px;
}
.field textarea {
  min-height: 110px;
  resize: vertical;
}
.field .hint {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 7px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.check-field {
  display: flex;
  align-items: start;
  gap: 12px;
  font-size: 14px;
  margin: 21px 0;
}
.check-field input {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  margin: 3px 0 0;
  accent-color: var(--blue);
}
.form-ready {
  font-size: 13px;
  color: var(--muted);
  margin-top: 14px;
}
.form-status {
  font-size: 15px;
  border-left: 3px solid var(--blue);
  padding: 16px;
  background: var(--ice);
  margin-top: 20px;
}
.form-status:empty {
  display: none;
}
.intake-aside {
  border-top: 1px solid var(--line);
  padding-top: 27px;
}
.intake-aside h2 {
  font-size: 35px;
  margin: 20px 0 25px;
}
.intake-aside p {
  font-size: 16px;
  color: var(--muted);
}
.aside-note {
  padding: 25px;
  margin: 30px 0;
  background: var(--lime);
  border-radius: 6px;
}
.aside-note p {
  color: var(--ink);
  margin-top: 12px;
}
.intake-aside > a {
  display: inline-block;
  margin-top: 24px;
  font-size: 15px;
  color: var(--blue);
}
.prose {
  max-width: 800px;
  padding-bottom: 90px;
}
.prose h2 {
  font-size: 32px;
  margin: 30px 0 18px;
  letter-spacing: -0.035em;
}
.prose p {
  font-size: 16px;
  color: var(--muted);
}
.error-page {
  min-height: 75vh;
}
.error-page .button {
  margin-top: 30px;
}
@media (min-width: 1600px) {
  .hero-art {
    margin-right: 0;
  }
  .art-frame {
    border-radius: 50% 0 0 0;
  }
}
@media (max-width: 1100px) {
  .site-header nav {
    gap: 23px;
  }
  .hero-grid {
    gap: 3%;
  }
  .hero-copy h1 {
    font-size: clamp(62px, 7.3vw, 82px);
  }
  .hero-copy > p {
    font-size: 18px;
  }
  .hero-art {
    margin-left: 0;
  }
  .section {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .introduction {
    grid-template-columns: 0.7fr 2fr;
    gap: 6%;
  }
  .idea {
    padding: 20px;
  }
  .idea-top {
    font-size: 11px;
    gap: 10px;
  }
  .idea h3 {
    font-size: 30px;
  }
  .followup-tool {
    padding: 25px;
  }
  .example-layout,
  .about-section,
  .faq-grid {
    gap: 6%;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .session-intro {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 5%;
  }
  .hour-mark {
    display: block;
  }
  .hour-mark > div {
    margin-top: 15px;
  }
  .stages article {
    grid-template-columns: 20px 86px 1fr;
    gap: 13px;
  }
  .intake-layout {
    gap: 7%;
  }
  .footer-right {
    gap: 18px;
  }
}
@media (max-width: 800px) {
  .hero-top {
    padding-top: 20px;
  }
  .hero-index {
    font-size: 11px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .hero-copy h1 {
    font-size: clamp(53px, 7.6vw, 66px);
  }
  .hero-copy > p {
    font-size: 17px;
    margin: 23px 0;
  }
  .hero .button {
    font-size: 14px;
    padding: 15px 17px;
    gap: 18px;
  }
  .hero-meta {
    font-size: 11px;
  }
  .hero-art {
    align-self: center;
  }
  .art-caption {
    margin-left: 20px;
    font-size: 12px;
  }
  .hero-bottom {
    font-size: 12px;
    gap: 25px;
  }
  .introduction {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .introduction > .eyebrow {
    max-width: none;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading > p {
    max-width: 230px;
    font-size: 14px;
  }
  .idea-grid {
    gap: 12px;
  }
  .idea {
    padding: 20px 16px;
  }
  .idea-top > span:last-child {
    font-size: 22px;
  }
  .idea h3 {
    font-size: 26px;
    margin: 25px 0 20px;
  }
  .idea p {
    font-size: 14px;
  }
  .idea-link {
    font-size: 12px;
  }
  .example-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .example-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
  .example-number {
    grid-row: span 2;
    margin: 0;
  }
  .example-copy > p {
    margin: 15px 0 0;
  }
  .example-lesson {
    grid-column: 2;
    margin-top: 25px;
  }
  .example-disclaimer {
    grid-column: 1 / -1;
  }
  .followup-tool {
    max-width: 100%;
    padding: 30px;
  }
  .session-detail {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }
  .before {
    max-width: 100%;
  }
  .before h3 br {
    display: none;
  }
  .takeaway {
    gap: 5%;
  }
  .stages article {
    grid-template-columns: 25px 115px 1fr;
  }
  .about-section {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 6%;
  }
  .experience {
    font-size: 135px;
  }
  .about-copy h2 br {
    display: none;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-grid > div > p {
    max-width: 450px;
  }
  .closing {
    padding: 60px 0;
  }
  .closing h2 {
    font-size: 74px;
  }
  .closing-bottom p {
    font-size: 15px;
  }
  .closing .button {
    min-width: 220px;
  }
  .intake-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .intake-aside {
    max-width: 650px;
  }
  .site-footer {
    align-items: start;
  }
  .footer-right {
    flex-wrap: wrap;
    max-width: 240px;
    justify-content: end;
  }
  .site-footer .wordmark {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .site-header {
    padding-top: 25px;
    padding-bottom: 25px;
    gap: 12px;
  }
  .wordmark {
    font-size: 23px;
    gap: 5px;
    letter-spacing: -1.4px;
  }
  .wordmark span {
    font-size: 26px;
  }
  .nav-cta {
    padding: 10px 12px;
    gap: 12px;
    font-size: 12px;
    line-height: 1.4;
    max-width: 142px;
    min-height: 44px;
  }
  .nav-cta span {
    font-size: 18px;
  }
  .hero {
    padding-top: 0;
  }
  .hero-index {
    display: none;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-copy h1 {
    font-size: clamp(52px, 12vw, 72px);
  }
  .hero-copy > p {
    font-size: 18px;
    max-width: 390px;
  }
  .hero .button {
    font-size: 15px;
    min-height: 54px;
    padding: 15px 20px;
    gap: 32px;
  }
  .hero-meta {
    font-size: 12px;
  }
  .hero-art {
    align-self: stretch;
    margin-left: 30px;
    margin-right: calc(var(--gutter) * -1);
  }
  .art-frame {
    aspect-ratio: 1.25;
    border-radius: 100px 0 0 0;
  }
  .art-caption {
    margin-left: 0;
    margin-top: 15px;
    font-size: 12px;
  }
  .caption-arrow {
    font-size: 35px;
  }
  .hero-bottom {
    flex-direction: column;
    gap: 12px;
    font-size: 12px;
    padding: 20px 0;
  }
  .introduction h2 {
    font-size: 35px;
  }
  .introduction h2 br {
    display: none;
  }
  .intro-text {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 26px;
  }
  .intro-text p {
    font-size: 16px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 44px;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 23px;
    font-size: 16px;
  }
  .idea-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .idea {
    padding: 23px 25px;
  }
  .idea-top {
    font-size: 12px;
  }
  .idea h3 {
    font-size: 36px;
    margin: 23px 0 17px;
  }
  .idea p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .idea-link {
    font-size: 13px;
  }
  .examples-note {
    font-size: 12px;
    line-height: 1.6;
  }
  .example-copy {
    display: block;
  }
  .example-number {
    font-size: 62px;
    margin-bottom: 25px;
  }
  .example-copy h3 {
    font-size: 30px;
  }
  .example-copy > p {
    font-size: 16px;
  }
  .example-lesson {
    margin-top: 28px;
  }
  .followup-tool {
    padding: 25px 20px;
    border-radius: 8px;
  }
  .tool-header {
    gap: 10px;
  }
  .tool-header h3 {
    font-size: 24px;
  }
  .tool-header .eyebrow {
    font-size: 11px;
  }
  .tool-symbol {
    font-size: 30px;
  }
  .tool-result {
    font-size: 13px;
  }
  .session-intro {
    display: block;
  }
  .session-intro h2 {
    font-size: 45px;
  }
  .session-intro p {
    font-size: 17px;
  }
  .session-intro .button {
    font-size: 14px;
    gap: 20px;
  }
  .hour-mark {
    display: flex;
    margin-top: 42px;
    gap: 28px;
  }
  .hour-mark > span {
    font-size: 140px;
  }
  .hour-mark > div {
    font-size: 13px;
  }
  .session-detail {
    margin-top: 45px;
  }
  .before h3 {
    font-size: 28px;
  }
  .stages article {
    grid-template-columns: 20px 1fr;
    gap: 8px 17px;
    align-items: baseline;
    padding: 20px 0;
  }
  .stages h3 {
    font-size: 24px;
  }
  .stages p {
    grid-column: 2;
    font-size: 14px;
  }
  .takeaway {
    grid-template-columns: 1fr;
    gap: 23px;
    margin-top: 40px;
    padding-top: 28px;
  }
  .takeaway h3 {
    font-size: 28px;
  }
  .session-boundary {
    margin-top: 25px;
    line-height: 1.6;
  }
  .about-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 25px;
    align-items: center;
  }
  .about-aside > .eyebrow {
    grid-column: 1 / -1;
  }
  .experience {
    font-size: 132px;
    margin: 15px 0 0;
  }
  .about-aside > p {
    font-size: 14px;
  }
  .signature {
    grid-column: 1 / -1;
    margin-top: 12px;
  }
  .about-copy h2 {
    font-size: 39px;
  }
  .about-copy .large-copy {
    font-size: 20px;
  }
  .about-line {
    font-size: 20px;
  }
  .faq-grid h2 {
    font-size: 45px;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .closing h2 {
    font-size: clamp(50px, 11.6vw, 67px);
    margin-bottom: 28px;
  }
  .closing h2 br {
    display: none;
  }
  .closing-bottom {
    display: block;
  }
  .closing p {
    font-size: 16px;
  }
  .closing .button {
    margin-top: 28px;
    min-width: 235px;
  }
  .site-footer {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .footer-right {
    justify-content: start;
    max-width: none;
    font-size: 12px;
    margin-top: 30px;
    gap: 23px;
  }
  .site-footer p {
    margin-top: 17px;
  }
  .contact-hero {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .contact-hero h1 {
    font-size: 59px;
    overflow-wrap: normal;
  }
  .contact-hero p {
    font-size: 18px;
  }
  .contact-hero p br {
    display: none;
  }
  .intake-layout {
    padding-bottom: 60px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .intake-aside h2 {
    font-size: 34px;
  }
  .prose {
    padding-bottom: 55px;
  }
  .prose h2 {
    font-size: 29px;
  }
  .error-page {
    min-height: 70vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Clarify the AI identity without changing the established visual direction. */
.wordmark { gap: 0; }
.wordmark .domain { color: var(--blue); font-size: 1em; font-weight: 500; letter-spacing: -.06em; }
.hero-copy h1 { font-size: clamp(58px, 6.7vw, 101px); }
.hero-copy h1 em { font-size: .79em; letter-spacing: -.06em; }
@media (max-width: 800px) {
  .hero-copy h1 { font-size: clamp(48px, 6.7vw, 58px); }
  .hero-copy h1 em { font-size: .8em; }
}
@media (max-width: 600px) {
  .hero-copy h1 { font-size: clamp(48px, 12vw, 67px); }
  .hero-copy h1 em { font-size: .79em; }
  .nav-cta { max-width: 118px; gap: 9px; }
}

/* A complete, inspectable meeting follow-up example. */
.example-layout { align-items: start; }
.example-copy .text-link { color: var(--lime); }
.meeting-notes { margin-top: 24px; padding: 17px; background: var(--ice); border-radius: 6px; }
.meeting-notes summary { cursor: pointer; font-size: 13px; font-weight: 600; }
.meeting-notes p { font-size: 14px; margin: 12px 0 0; }
.action-heading { margin: 25px 0 16px; }
.action-heading p { font-size: 14px; color: var(--muted); margin: 8px 0 0; }
.action-card { border: 1px solid var(--line); border-left: 3px solid var(--blue); padding: 14px; border-radius: 5px; margin-top: 12px; }
.action-card.needs-attention { border-left-color: var(--ink); background: var(--ice); }
.action-card label { display: block; font-size: 12px; font-weight: 600; }
.action-card input { width: 100%; min-width: 0; background: #fff; color: var(--ink); border: 1px solid #697187; border-radius: 4px; padding: 9px; font: inherit; font-size: 14px; margin-top: 5px; }
.action-card input::placeholder { color: var(--muted); opacity: 1; }
.action-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 10px; }
.action-state { display: block; color: var(--muted); font-size: 12px; margin-top: 10px; }
.followup-label { display: block; font-size: 13px; font-weight: 600; margin: 24px 0 10px; }
#followup-output { width: 100%; padding: 14px; font: inherit; font-size: 13px; line-height: 1.6; color: var(--ink); background: white; border: 1px solid #697187; border-radius: 5px; resize: vertical; }
.followup-buttons { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; margin-top: 15px; }
#reset-followup { color: var(--muted); background: none; border: 0; text-decoration: underline; cursor: pointer; padding: 12px 0; font: inherit; font-size: 13px; }
.tool-footnote, #copy-status { font-size: 12px; color: var(--muted); margin-top: 15px; }
@media (max-width: 600px) { .action-fields { grid-template-columns: 1fr; gap: 9px; } }

.meeting-notes blockquote, .extraction-step blockquote { margin: 12px 0; padding-left: 14px; border-left: 2px solid var(--blue); font-size: 14px; line-height: 1.65; }
.extraction-step { margin-top: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.extraction-step p { font-size: 13px; color: var(--muted); margin: 10px 0 0; }

/* Clickable walkthroughs make the build boundary visible. */
.workflow-example + .workflow-example { margin-top: 80px; padding-top: 65px; border-top: 1px solid #43495b; }
.workflow-intro { display: flex; gap: 30px; align-items: start; max-width: 900px; }
.workflow-intro .example-number { font-size: 64px; margin: 0; }
.workflow-intro h3 { font-size: clamp(27px,3vw,40px); }
.workflow-intro p { color: #c4c9d7; margin: 14px 0 0; }
.scope-box { border-left: 3px solid var(--lime); padding: 6px 0 6px 22px; margin: 28px 0; max-width: 940px; }
.scope-box strong { color: var(--lime); }
.scope-box p { color: #c4c9d7; margin: 9px 0 0; font-size: 15px; }
.workflow-controls { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin: 24px 0 18px; }
.workflow-controls button { border: 1px solid var(--blue); background: var(--ice); color: var(--blue); padding: 10px 15px; border-radius: 5px; font: inherit; font-size: 13px; cursor: pointer; }
.workflow-controls span { font-size: 12px; color: var(--muted); }
.workflow-track { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.workflow-track button { position: relative; text-align: left; padding: 18px 14px; border: 1px solid #697187; background: white; color: var(--ink); border-radius: 6px; cursor: pointer; font: inherit; transition: background .25s, transform .25s; }
.workflow-track button:not(:last-child)::after { content: '→'; position: absolute; right: -16px; top: 40%; color: var(--blue); }
.workflow-track button[aria-pressed=true] { background: var(--blue); color: white; border-color: var(--blue); transform: translateY(-3px); }
.workflow-track small { display: block; font-size: 10px; letter-spacing: .04em; }
.workflow-track strong { display: block; font-size: 17px; margin-top: 12px; }
.workflow-track span { display: block; font-size: 12px; margin-top: 8px; }
.workflow-scenes { margin-top: 22px; background: var(--ice); border-radius: 6px; padding: 25px; min-height: 280px; }
.workflow-scenes h4 { font-size: 25px; line-height: 1.2; letter-spacing: -.035em; margin: 12px 0 18px; }
.workflow-scenes p, .workflow-scenes li { font-size: 14px; line-height: 1.6; }
.workflow-scenes blockquote, .flow-preview { margin: 15px 0; background: white; padding: 18px; border-left: 3px solid var(--blue); font-size: 17px; }
.flow-preview span { display: block; font-size: 13px; margin-top: 12px; }
.workflow-scenes [data-scene]:not([hidden]) { animation: step-appear .4s ease-out; }
[hidden] { display: none !important; }
@keyframes step-appear { from { opacity: .2; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.workflow-status { font-size: 12px; color: var(--muted); margin: 14px 0 0; }
.try-tool { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.try-tool > summary { font-size: 16px; font-weight: 600; color: var(--blue); cursor: pointer; }
.quote-table-wrap { overflow-x: auto; }
.quote-table { border-collapse: collapse; width: 100%; font-size: 13px; text-align: left; }
.quote-table caption { text-align: left; font-size: 12px; margin-bottom: 12px; }
.quote-table th, .quote-table td { padding: 12px 10px; border-bottom: 1px solid #b8c0d7; white-space: nowrap; }
.quote-shortlist { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quote-shortlist p { margin: 0; padding: 15px; background: white; border-radius: 4px; }
.quote-shortlist strong { display: block; }
.workflow-scenes label { display: block; font-size: 13px; font-weight: 600; margin: 16px 0 8px; }
#quote-choice, #quote-draft { width: 100%; padding: 12px; font: inherit; font-size: 14px; color: var(--ink); background: white; border: 1px solid #697187; border-radius: 4px; }
#quote-draft { resize: vertical; line-height: 1.6; margin-bottom: 14px; }
.workflow-closing { margin-top: 35px; font-size: 15px; color: #c4c9d7; }
.workflow-closing a { color: var(--lime); }
@media (max-width: 700px) {
 .workflow-track { grid-template-columns: 1fr 1fr; gap: 12px; }
 .workflow-track button:not(:last-child)::after { content: none; }
 .workflow-track button { padding: 13px; }
 .workflow-track strong { font-size: 15px; }
 .workflow-scenes { padding: 18px; }
 .workflow-intro { gap: 18px; }
 .workflow-intro .example-number { font-size: 45px; }
 .quote-shortlist { grid-template-columns: 1fr; }
 .workflow-controls { align-items: start; }
}

/* Lead with the everyday problem, then give the work a place to live. */
.everyday-heading { margin-bottom: 50px; max-width: 1050px; }
.everyday-heading > p { color: var(--muted); font-size: clamp(20px,2.2vw,29px); margin: 22px 0 14px; }
.everyday-heading h2 { font-size: clamp(39px,5.2vw,74px); line-height: 1.04; }
.everyday-heading h2 em { color: var(--blue); }
.companion-section { background: var(--ice); }
.companion-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.companion-copy h2 { font-size: clamp(40px,4.1vw,59px); margin: 24px 0; }
.companion-copy > p { color: var(--muted); font-size: 16px; max-width: 520px; }
.companion-copy .large-copy { color: var(--ink); font-size: 22px; }
.companion-link { display: inline-flex; gap: 12px; color: var(--blue); font-weight: 600; margin-top: 12px; text-underline-offset: 5px; }
.companion-card { background: var(--paper); padding: 36px; border: 1px solid #b8c0d7; border-radius: 10px; }
.companion-card > h3 { font-size: 32px; line-height: 1.1; margin: 20px 0 28px; }
.companion-feature { display: flex; gap: 17px; border-top: 1px solid var(--line); padding: 20px 0; }
.companion-feature > span { font-size: 12px; color: var(--blue); padding-top: 3px; }
.companion-feature h4 { font-size: 17px; letter-spacing: -.02em; }
.companion-feature p { font-size: 14px; color: var(--muted); margin: 8px 0 0; }
.companion-note { font-size: 13px; color: var(--muted); margin: 5px 0 0; }
@media (max-width: 800px) { .companion-grid { grid-template-columns: 1fr; gap: 30px; } .companion-copy > p { max-width: 100%; } }
@media (max-width: 600px) { .everyday-heading h2 br { display: none; } .companion-card { padding: 25px 20px; } .companion-link { font-size: 14px; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* A shorter route from the promise to the person and the first conversation. */
.session-section { padding-top: 75px; padding-bottom: 75px; }
.session-intro h2 { font-size: clamp(38px,4.5vw,62px); }
.session-method { margin-top: 35px; border-top: 1px solid #8798ff; padding-top: 22px; }
.session-method > summary { font-size: 16px; cursor: pointer; color: white; }
.session-method .session-detail { margin-top: 30px; }
.session-section .takeaway { margin-top: 30px; }
.about-section { padding-top: 75px; padding-bottom: 75px; }
.about-copy h2 { font-size: clamp(36px,4.3vw,58px); }
.example-picker { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 32px; }
.example-picker button { border: 1px solid #c4c9d7; color: #f7f8fb; background: transparent; padding: 14px 22px; border-radius: 30px; font: inherit; font-size: 15px; cursor: pointer; }
.example-picker button[aria-pressed=true] { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.workflow-example + .workflow-example { margin-top: 0; padding-top: 0; border-top: 0; }
.companion-product-note { font-size: 13px !important; }
.companion-product-note a { color: var(--blue); text-underline-offset: 3px; }
@media (max-width: 600px) { .nav-cta { font-size: 12px; } .session-section,.about-section { padding-top: 55px; padding-bottom: 55px; } }
/* Mentoring page: generous spacing, a quiet navigation and a clear offer. */
.site-header, .short-home .site-header { padding-top: 30px; padding-bottom: 28px; min-height: 96px; gap: 30px; }
.site-header .wordmark { font-size: 32px; letter-spacing: -1.6px; gap: 0; }
.site-header .wordmark .domain { font-size: inherit; font-weight: inherit; letter-spacing: inherit; }
.site-header nav { display: flex; gap: 28px; align-items: center; }
.site-header nav > a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; white-space: nowrap; }
.site-header .nav-cta { max-width: none; gap: 16px; padding: 10px 18px; border-color: var(--line); border-radius: 3px; }
.nav-examples[aria-current="page"] { color: var(--blue); text-decoration: underline; text-underline-offset: 7px; }
.clear-hero { display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 7%; padding-top: 65px; padding-bottom: 95px; }
.clear-hero h1 { font-size: clamp(58px, 5.9vw, 86px); line-height: 1.02; margin: 24px 0 30px; letter-spacing: -.055em; }
.clear-hero h1 em { color: var(--blue); }
.clear-hero .eyebrow { font-size: 11px; line-height: 1.7; max-width: 400px; }
.hero-support { font-size: 18px; line-height: 1.7; max-width: 510px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 26px; margin-top: 32px; }
.hero-actions .button { min-height: 56px; padding: 14px 23px; font-size: 16px; }
.secondary-action { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 14px; text-decoration: none; }
.secondary-action:hover { text-decoration: underline; }
.session-facts { color: var(--muted); font-size: 13px; margin-top: 26px; }
.session-facts span { padding: 0 8px; color: var(--blue); }
.hero-visual { min-width: 0; }
.clear-ribbon { display: block; overflow: hidden; border-radius: 240px 240px 8px 8px; background: var(--ice); }
.clear-ribbon img { width: 100%; height: auto; display: block; aspect-ratio: .92; object-fit: cover; }
.ribbon-caption { display: flex; justify-content: space-between; align-items: center; font-size: 13px; line-height: 1.5; color: var(--muted); margin-top: 20px; }
.ribbon-caption > span:last-child { font-size: 32px; color: var(--blue); }
.compact-section { padding-top: 96px; padding-bottom: 96px; }
.compact-section h2 { font-size: clamp(36px, 4.2vw, 58px); line-height: 1.1; margin: 20px 0 44px; letter-spacing: -.045em; }
.how-section { background: var(--ice); }
.three-stages { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px; margin-top: 48px; }
.stage-label { display: block; font-size: 12px; letter-spacing: .04em; color: var(--blue); margin-bottom: 17px; }
.three-stages h3 { font-size: 25px; margin-bottom: 15px; letter-spacing: -.035em; }
.three-stages p { font-size: 16px; line-height: 1.7; }
.starter-note { display: grid; grid-template-columns: 1fr 2.1fr; gap: 48px; border-top: 1px solid #bdc6e3; padding-top: 28px; margin-top: 42px; font-size: 15px; line-height: 1.65; }
.starter-note strong { font-size: 17px; font-weight: 600; }
.starter-note a { text-decoration-color: #7687ba; }
.session-method { margin-top: 52px; padding-top: 30px; border-top: 1px solid #bdc6e3; }
.method-heading { margin-bottom: 28px; }
.method-heading h3 { font-size: 27px; letter-spacing: -.035em; }
.method-steps { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); list-style: none; gap: 20px; padding: 0; margin: 0; }
.method-steps li { min-width: 0; border-top: 2px solid #b7c2e5; padding: 17px 0 0; }
.method-steps li > span:not(.method-number) { display: block; font-size: 22px; line-height: 1.2; font-weight: 600; letter-spacing: -.035em; }
.method-steps .method-number { display: block; color: var(--blue); font-size: 12px; margin-bottom: 12px; }
.method-steps p { font-size: 13px; line-height: 1.5; margin-top: 9px; }
.method-steps li:last-child { border-color: var(--blue); }
.method-steps li:nth-child(2) { --step-delay: .6s; }
.method-steps li:nth-child(3) { --step-delay: 1.2s; }
.method-steps li:nth-child(4) { --step-delay: 1.8s; }
.method-steps li:nth-child(5) { --step-delay: 2.4s; }
.method-steps li:nth-child(6) { --step-delay: 3s; }
@media (prefers-reduced-motion: no-preference) { .session-method.is-playing li { animation: method-progress 1s ease-in-out var(--step-delay,0s) 1; } }
@keyframes method-progress { 0%,100% { transform: translateY(0); } 40% { transform: translateY(-4px); border-color: var(--blue); } }
#possibilities > .eyebrow { text-transform: none; letter-spacing: 0; font-size: 18px; font-weight: 400; }
#possibilities h2 { max-width: 900px; }
.compact-ideas { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 40px; margin-top: 50px; }
.compact-ideas > a { position: relative; display: block; border-top: 1px solid var(--line); padding: 24px 0 6px; text-decoration: none; }
.compact-ideas > a:hover { border-color: var(--blue); }
.idea-index { display: block; font-size: 13px; color: var(--blue); margin-bottom: 24px; word-spacing: 8px; }
.compact-ideas h3 { font-size: 25px; line-height: 1.2; letter-spacing: -.035em; margin-bottom: 14px; }
.compact-ideas p { font-size: 16px; line-height: 1.65; color: var(--muted); max-width: 330px; }
.example-invitation { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 30px; border-top: 1px solid var(--line); }
.example-invitation p { font-size: 17px; }
.example-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; font-size: 16px; color: var(--blue); white-space: nowrap; }
.offer-section { padding: 86px 0; background: var(--blue); color: white; }
.offer-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10%; align-items: center; }
.offer-intro > .eyebrow { color: #e2e7ff; }
.offer-intro h2 { font-size: clamp(38px,4vw,58px); line-height: 1.1; margin: 18px 0 24px; letter-spacing: -.045em; }
.offer-intro h2 em { color: var(--lime); }
.offer-intro > p { max-width: 440px; font-size: 17px; line-height: 1.65; }
.price-block { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 35px; }
.price-block strong { font-size: 82px; line-height: 1; font-weight: 500; letter-spacing: -.06em; }
.price-block > span { font-size: 13px; line-height: 1.7; }
.offer-intro .price-included { margin-top: 15px; font-size: 14px; color: #e2e7ff; }
.offer-intro .button { background: var(--lime); color: var(--ink); margin-top: 32px; min-height: 56px; font-size: 16px; }
.offer-intro .button:hover { background: white; }
.offer-section a:focus-visible { outline-color: var(--lime); }
.offer-inclusions { border-left: 1px solid #8798ff; padding-left: 45px; }
.offer-inclusions h3 { font-size: 26px; margin-bottom: 30px; }
.offer-inclusions ul { padding: 0; margin: 0; list-style: none; }
.offer-inclusions li { margin-top: 26px; }
.offer-inclusions li:first-child { margin-top: 0; }
.offer-inclusions li strong { display: block; font-size: 18px; margin-bottom: 7px; font-weight: 600; }
.offer-inclusions li span { display: block; font-size: 15px; line-height: 1.7; color: #e2e7ff; }
.offer-footnote { font-size: 13px; color: #e2e7ff; border-top: 1px solid #8798ff; padding-top: 24px; margin-top: 30px; }
.james-summary { background: var(--paper); }
.james-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10%; }
.james-summary h2 { margin-bottom: 0; }
.james-copy { padding-top: 35px; }
.james-copy p { font-size: 17px; line-height: 1.75; }
.james-copy p:first-child { font-size: 22px; line-height: 1.5; }
.james-copy .james-signoff { font-size: 16px; color: var(--blue); }
.concise-faq { display: grid; grid-template-columns: 1fr 1.35fr; gap: 9%; border-top: 1px solid var(--line); }
.concise-faq h2 { max-width: 350px; margin-top: 0; }
.concise-faq .faq-list summary { font-size: 18px; line-height: 1.45; padding: 24px 35px 24px 0; }
.concise-faq .faq-list p { font-size: 16px; line-height: 1.7; }
.final-invitation { background: var(--ice); text-align: center; }
.final-invitation h2 { margin-bottom: 24px; }
.final-invitation p { max-width: 520px; margin: 0 auto; font-size: 17px; }
.final-invitation .button { margin-top: 32px; font-size: 16px; }
.site-footer { padding-top: 40px; padding-bottom: 40px; }
.examples-page #example-title { font-size: clamp(42px,5vw,70px); }
.examples-page .section-heading > p { max-width: 400px; }
@media (max-width: 1000px) {
 .site-header nav { gap: 18px; }
 .site-header .wordmark { font-size: 29px; }
 .clear-hero { gap: 5%; }
 .clear-hero h1 { font-size: clamp(54px,6.4vw,70px); }
 .three-stages { gap: 28px; }
 .method-steps { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
 .offer-grid, .james-grid { gap: 6%; }
 .offer-inclusions { padding-left: 30px; }
}
@media (max-width: 800px) {
 .site-header, .short-home .site-header { flex-wrap: wrap; gap: 16px; padding-top: 26px; padding-bottom: 0; }
 .site-header .wordmark { font-size: 32px; }
 .site-header nav { display: flex; width: 100%; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
 .site-header nav > a, .site-header .nav-cta { font-size: 14px; min-height: 44px; padding: 0; border: 0; border-radius: 0; background: none; }
 .site-header .nav-cta { color: var(--blue); gap: 5px; }
 .site-header .nav-cta:hover { text-decoration: underline; }
 .site-header .nav-cta span { display: none; }
 .compact-section { padding-top: 72px; padding-bottom: 72px; }
 .clear-hero { padding-top: 50px; padding-bottom: 72px; }
 .clear-hero .eyebrow { font-size: 10px; }
 .clear-hero h1 { font-size: clamp(40px,5.8vw,46px); }
 .hero-support { font-size: 17px; }
 .compact-ideas { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
 .compact-ideas h3 { font-size: 22px; }
 .offer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
 .price-block { gap: 14px; }
 .price-block strong { font-size: 72px; }
 .james-grid { grid-template-columns: 1fr; gap: 24px; }
 .james-copy { max-width: 600px; padding-top: 0; }
 .concise-faq { grid-template-columns: 1fr; gap: 25px; }
 .concise-faq h2 { max-width: none; margin-bottom: 0; }
}
@media (max-width: 600px) {
 :root { --gutter: 24px; }
 .site-header, .short-home .site-header { gap: 14px; padding-top: 24px; }
 .site-header .wordmark { font-size: 31px; letter-spacing: -1.6px; }
 .site-header nav { gap: 8px; padding-bottom: 7px; }
 .site-header nav > a, .site-header .nav-cta { font-size: 12px; }
 .clear-hero { grid-template-columns: 1fr; gap: 38px; padding-top: 42px; padding-bottom: 64px; }
 .clear-hero .eyebrow { font-size: 10px; line-height: 1.7; max-width: 290px; letter-spacing: .09em; }
 .clear-hero h1 { font-size: clamp(44px,12.2vw,62px); line-height: 1.02; margin: 23px 0 25px; }
 .hero-support { font-size: 16px; line-height: 1.7; }
 .hero-actions { margin-top: 26px; gap: 10px 20px; }
 .hero-actions .button { padding: 13px 19px; font-size: 15px; }
 .secondary-action { font-size: 13px; gap: 6px; }
 .session-facts { font-size: 12px; line-height: 1.7; margin-top: 20px; }
 .session-facts span { padding: 0 4px; }
 .clear-ribbon { border-radius: 140px 140px 5px 5px; }
 .clear-ribbon img { aspect-ratio: 1.3; }
 .ribbon-caption { font-size: 12px; margin-top: 15px; }
 .compact-section { padding-top: 64px; padding-bottom: 64px; }
 .compact-section h2 { font-size: 35px; margin: 19px 0 32px; }
 .three-stages { grid-template-columns: 1fr; gap: 30px; margin-top: 34px; }
 .stage-label { margin-bottom: 11px; font-size: 11px; }
 .three-stages h3 { font-size: 24px; margin-bottom: 10px; }
 .three-stages p { font-size: 15px; }
 .starter-note { grid-template-columns: 1fr; gap: 10px; margin-top: 32px; padding-top: 25px; font-size: 14px; }
 .starter-note strong { font-size: 17px; }
 .session-method { margin-top: 32px; padding-top: 27px; }
 .method-heading h3 { font-size: 25px; }
 .method-steps { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 22px; }
 .method-steps li { padding-top: 13px; }
 .method-steps li > span:not(.method-number) { font-size: 22px; }
 #possibilities > .eyebrow { font-size: 16px; line-height: 1.65; }
 #possibilities h2 br { display: none; }
 .compact-ideas { grid-template-columns: 1fr; gap: 22px; margin-top: 32px; }
 .compact-ideas > a { padding: 22px 0 0 42px; }
 .idea-index { position: absolute; left: 0; top: 26px; font-size: 11px; word-spacing: 0; }
 .compact-ideas h3 { font-size: 23px; margin-bottom: 10px; }
 .compact-ideas p { font-size: 15px; }
 .example-invitation { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 26px; margin-top: 32px; }
 .example-invitation p { font-size: 16px; }
 .example-link { font-size: 15px; }
 .offer-section { padding: 64px 0; }
 .offer-grid { grid-template-columns: 1fr; gap: 40px; }
 .offer-intro h2 { font-size: 37px; margin-bottom: 22px; }
 .offer-intro > p { font-size: 16px; }
 .price-block { margin-top: 28px; gap: 18px; }
 .price-block strong { font-size: 76px; }
 .price-block > span { font-size: 12px; }
 .offer-intro .price-included { font-size: 13px; }
 .offer-inclusions { border-left: 0; padding: 32px 0 0; border-top: 1px solid #8798ff; }
 .offer-inclusions h3 { font-size: 25px; margin-bottom: 25px; }
 .offer-inclusions li { margin-top: 24px; }
 .offer-inclusions li strong { font-size: 17px; }
 .offer-inclusions li span { font-size: 14px; }
 .james-grid { gap: 26px; }
 .james-summary h2 { margin-bottom: 0; }
 .james-copy p { font-size: 16px; }
 .james-copy p:first-child { font-size: 20px; }
 .james-copy .james-signoff { font-size: 15px; }
 .concise-faq h2 { margin: 0; }
 .concise-faq .faq-list summary { font-size: 17px; padding-top: 22px; padding-bottom: 22px; }
 .concise-faq .faq-list p { font-size: 15px; }
 .final-invitation { text-align: left; }
 .final-invitation p { font-size: 16px; }
 .site-footer .wordmark { font-size: 28px; }
 .site-footer .wordmark .domain { font-size: inherit; }
 .site-footer { padding-top: 32px; padding-bottom: 32px; }
 .examples-page .section-heading { gap: 25px; }
 .examples-page .example-picker { flex-wrap: nowrap; gap: 10px; }
 .examples-page .example-picker button { flex: 1; padding: 12px 10px; font-size: 13px; white-space: nowrap; }
 .examples-page #example-title { font-size: 42px; }
 .examples-page .section-heading > p { font-size: 16px; }
 .contact-hero h1 { font-size: 42px; }
}

/* Put the paid hour in the first scan, without another panel. */
.hero-lead { font-size: 20px; font-weight: 600; line-height: 1.4; margin-bottom: 12px; }
.hero-lead + .hero-support { margin-top: 0; }
.hero-offer { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.hero-offer strong { font-size: 30px; line-height: 1; letter-spacing: -.035em; font-weight: 600; }
.hero-offer > span { font-size: 14px; color: var(--muted); }
.hero-offer > span > span { padding: 0 4px; }
.clear-hero .hero-actions { margin-top: 24px; }
@media (max-width: 600px) {
 .hero-lead { font-size: 18px; }
 .hero-offer { gap: 14px; margin-top: 22px; }
 .hero-offer > span { font-size: 12px; }
 .clear-hero .session-facts { font-size: 12px; }
}
