.has-motion .reveal {
  opacity: 0;
}

.home-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.stain {
  position: absolute;
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  filter: blur(42px);
}

.stain-a {
  top: 720px;
  right: -80px;
  width: min(520px, 70vw);
  height: min(420px, 55vw);
  background: radial-gradient(
    55% 55% at 40% 40%,
    color-mix(in srgb, var(--olive) 28%, transparent),
    color-mix(in srgb, var(--olive) 10%, transparent) 62%,
    transparent 78%
  );
}

.stain-b {
  top: 38%;
  left: -120px;
  width: min(520px, 78vw);
  height: min(420px, 62vw);
  background: radial-gradient(
    58% 58% at 55% 45%,
    color-mix(in srgb, var(--rust) 22%, transparent),
    transparent 74%
  );
  transform: rotate(12deg);
}

.stain-c {
  top: 62%;
  right: -70px;
  width: min(560px, 78vw);
  height: min(440px, 60vw);
  background: radial-gradient(
    58% 58% at 42% 48%,
    color-mix(in srgb, var(--olive) 16%, transparent),
    transparent 74%
  );
}

.stain-d {
  top: 86%;
  left: 8%;
  width: min(720px, 88vw);
  height: min(300px, 42vw);
  background: radial-gradient(
    70% 70% at 50% 50%,
    color-mix(in srgb, var(--linen) 55%, #fff),
    color-mix(in srgb, var(--olive) 8%, transparent) 58%,
    transparent 76%
  );
}

.stain-e {
  top: 18%;
  left: -110px;
  width: min(380px, 58vw);
  height: min(300px, 46vw);
  border-radius: 42% 58% 46% 54% / 48% 42% 58% 52%;
  transform: rotate(-8deg);
  background: radial-gradient(
    55% 55% at 58% 42%,
    color-mix(in srgb, var(--sun) 16%, transparent),
    color-mix(in srgb, var(--sun) 7%, transparent) 58%,
    transparent 76%
  );
}

.stain-f {
  top: 50%;
  right: -90px;
  width: min(400px, 52vw);
  height: min(320px, 44vw);
  border-radius: 54% 46% 38% 62% / 42% 58% 48% 52%;
  transform: rotate(14deg);
  background: radial-gradient(
    58% 58% at 40% 46%,
    color-mix(in srgb, var(--sun) 18%, transparent),
    color-mix(in srgb, var(--sun) 8%, transparent) 60%,
    transparent 76%
  );
}

.stain-g {
  top: 72%;
  left: -100px;
  width: min(360px, 54vw);
  height: min(280px, 40vw);
  border-radius: 48% 52% 62% 38% / 56% 44% 48% 52%;
  transform: rotate(7deg);
  background: radial-gradient(
    56% 56% at 48% 40%,
    color-mix(in srgb, var(--sun) 14%, transparent),
    color-mix(in srgb, var(--sun) 6%, transparent) 60%,
    transparent 76%
  );
}

main {
  position: relative;
  z-index: 1;
}

.home-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0 40px;
}

.section-intro {
  max-width: 40rem;
  margin-bottom: 52px;
}

.section-intro h2,
.about-copy h2,
.cta-band h2 {
  margin-bottom: 18px;
  font-family: var(--font);
  font-size: clamp(1.95rem, 3.6vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-wrap: balance;
}

.section-lead,
.about-copy p,
.offer-close {
  color: color-mix(in srgb, var(--coffee) 78%, var(--antique));
  font-size: 1.05rem;
  font-weight: 300;
}

.paper-card {
  padding: 28px 28px 26px;
  border: 1px solid var(--line);
  border-radius: 34px 34px 12px 34px;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--linen) 70%, #fff), transparent 46%),
    color-mix(in srgb, var(--linen) 88%, #fff);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--coffee) 8%, transparent);
}

.empathy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.empathy-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.empathy-card h3,
.audience-item h3,
.mechanism-step h3,
.offer-row h3 {
  margin: 0 0 12px;
  color: var(--coffee);
  font-family: var(--font);
  font-size: clamp(1.22rem, 1.5vw, 1.38rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-wrap: balance;
}

.empathy-card p,
.audience-item p,
.mechanism-step p,
.offer-row p {
  margin: 0;
}

.card-index {
  margin: 18px 0 8px;
  color: var(--forest);
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}

.card-press {
  margin-top: auto !important;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--coffee) 10%, transparent);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
}

.scene-svg {
  display: block;
  width: 100%;
  height: 124px;
  margin: 0 0 6px;
  color: var(--forest);
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scene-svg .is-faint,
.scene-svg .is-soft,
.mini-mark .is-faint {
  opacity: 0.38;
}

.scene-sun {
  fill: var(--sun);
  stroke: none;
}

.audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.audience-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  padding: 28px 22px 28px 0;
  border-bottom: 1px solid var(--line);
  background: none;
  box-shadow: none;
}

.audience-item:nth-child(odd) {
  padding-right: 36px;
  border-right: 1px solid var(--line);
}

.audience-item:nth-child(even) {
  padding-left: 36px;
}

.mini-mark {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--olive-line);
  border-radius: 50%;
  color: var(--forest);
  background: var(--wash);
}

.mini-mark svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.adam-note {
  margin: 42px 0 0;
  max-width: 22em;
  color: var(--rust);
  font-family: var(--font);
  font-size: clamp(1.42rem, 2.3vw, 1.82rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.32;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.7fr);
  gap: 56px;
  align-items: center;
}

.about-copy {
  max-width: 38rem;
}

.about-copy p.about-hello {
  margin: 8px 0 18px;
  color: var(--rust);
  font-family: var(--font);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.about-copy p + p {
  margin-top: 16px;
}

.about-creds {
  margin-top: 28px !important;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
  letter-spacing: 0.02em;
}

.about-mark {
  display: grid;
  place-items: center;
  pointer-events: none;
}

.about-compass {
  width: min(340px, 100%);
  color: var(--ink-green);
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  opacity: 0.32;
}

.about-compass path:nth-of-type(1) {
  fill: color-mix(in srgb, var(--olive) 12%, transparent);
}

.about-compass path:nth-of-type(2) {
  fill: color-mix(in srgb, var(--sun) 28%, var(--olive));
}

.about-compass .is-faint {
  opacity: 0.4;
}

.mechanism {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.9fr);
  gap: 56px;
  align-items: stretch;
}

.mechanism-copy {
  min-width: 0;
}

.mechanism-copy .section-intro {
  max-width: 36rem;
}

.mechanism-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mechanism-step {
  max-width: 36rem;
  padding: 28px 12px 32px 0;
  border-top: 1px solid var(--line);
  transition: opacity 280ms var(--ease);
}

.mechanism-step:last-child {
  border-bottom: 1px solid var(--line);
}

.mechanism.has-motion .mechanism-step {
  opacity: 0.42;
}

.mechanism.has-motion .mechanism-step.is-active {
  opacity: 1;
}

.mechanism-visual {
  position: relative;
  width: min(100%, 420px);
  justify-self: end;
  padding: 22px 18px;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 34px 34px 12px 34px;
  background:
    radial-gradient(circle at 50% 32%, var(--paper-warm), var(--antique) 70%, var(--paper-deep));
  box-shadow: var(--shadow);
}

@media (min-width: 981px) {
  .mechanism-visual {
    align-self: start;
    position: sticky;
    top: 28px;
  }
}

.mechanism-svg {
  width: 100%;
  height: auto;
  color: var(--forest);
  overflow: visible;
}

.mech-compass-01 {
  stroke: currentColor;
  stroke-width: 1.15;
  fill: none;
  opacity: 0.28;
}

.mech-orient {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.mechanism-visual[data-active="0"] .mech-orient {
  fill: color-mix(in srgb, var(--sun) 70%, var(--olive));
  stroke: none;
}

.mech-trail-ghost,
.mech-trail {
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.mech-trail-ghost {
  opacity: 0.22;
}

.mech-trail {
  stroke-width: 2;
}

.mech-station circle {
  fill: var(--paper);
  stroke: currentColor;
  stroke-width: 1.9;
}

.mech-station text {
  fill: currentColor;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.4;
}

.mech-traveler .traveler-core {
  fill: var(--sun);
  stroke: none;
}

.mech-traveler path {
  fill: none;
  stroke: var(--sun);
  stroke-width: 1.2;
  stroke-linecap: round;
}

.traveler-glow {
  fill: color-mix(in srgb, var(--sun) 28%, transparent);
  stroke: none;
}

.mechanism-visual[data-active="0"] .mech-station[data-step="0"] circle,
.mechanism-visual[data-active="1"] .mech-station[data-step="1"] circle,
.mechanism-visual[data-active="2"] .mech-station[data-step="2"] circle {
  fill: color-mix(in srgb, var(--sun) 42%, var(--antique));
  stroke-width: 2.4;
}

.mechanism-visual[data-active="0"] .mech-station[data-step="0"] text,
.mechanism-visual[data-active="1"] .mech-station[data-step="1"] text,
.mechanism-visual[data-active="2"] .mech-station[data-step="2"] text {
  opacity: 1;
}

.offer-list {
  display: grid;
  gap: 0;
}

.offer-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: none;
}

.offer-row:last-child {
  border-bottom: 1px solid var(--line);
}

.offer-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 0 10px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    color 180ms var(--ease),
    transform 220ms var(--ease);
}

.offer-link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease);
  content: "";
}

.offer-row:hover .offer-link,
.offer-link:hover,
.offer-link:focus-visible {
  color: var(--rust);
}

.offer-link:hover,
.offer-link:focus-visible {
  transform: translateX(3px);
}

.offer-row:hover .offer-link::after,
.offer-link:hover::after,
.offer-link:focus-visible::after {
  transform: scaleX(1);
}

.mechanism-close {
  max-width: 28rem;
  margin-top: 36px;
  padding: 4px 0 4px 18px;
  border-left: 3px solid var(--sun);
}

.offer-close {
  margin-top: 28px;
  font-family: var(--font);
  font-size: 1.28rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--rust);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.quote-card {
  margin: 0;
}

.quote-mark {
  width: 42px;
  height: auto;
  margin-bottom: 12px;
  fill: none;
  stroke: var(--rust);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-card blockquote {
  margin: 0;
}

.quote-card p {
  margin: 0;
  color: var(--coffee);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.7;
}

.quote-card figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.quote-initials {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--olive-line);
  border-radius: 50%;
  color: var(--olive);
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: var(--wash);
  background-image:
    linear-gradient(var(--olive), var(--olive)),
    linear-gradient(var(--olive), var(--olive)),
    linear-gradient(var(--olive), var(--olive)),
    linear-gradient(var(--olive), var(--olive));
  background-size: 1.5px 7px, 1.5px 7px, 7px 1.5px, 7px 1.5px;
  background-position: center 3px, center calc(100% - 3px), 3px center, calc(100% - 3px) center;
  background-repeat: no-repeat;
}

.quote-card cite {
  font-family: var(--font);
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
}

@media (min-width: 981px) {
  .quote-card {
    transform: rotate(-1.8deg);
  }

  .quote-card-alt {
    margin-top: 40px;
    transform: rotate(1.9deg);
  }
}

.cta-band {
  position: relative;
  padding: 80px 72px 72px;
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: 34px 34px 12px 34px;
  background:
    radial-gradient(
      42% 38% at 88% 16%,
      color-mix(in srgb, var(--sun) 16%, transparent),
      transparent 58%
    ),
    radial-gradient(
      circle at 12% 88%,
      color-mix(in srgb, var(--olive) 10%, transparent),
      transparent 42%
    ),
    var(--linen);
  box-shadow: var(--shadow);
}

.cta-band::before,
.cta-band::after {
  position: absolute;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--olive) 22%, transparent);
  border-radius: 999px;
  content: "";
}

.cta-band::before {
  width: 210px;
  height: 210px;
  right: 20px;
  top: 32px;
  opacity: 0.45;
}

.cta-band::after {
  width: 150px;
  height: 150px;
  left: -56px;
  bottom: 48px;
  opacity: 0.28;
}

.cta-band > * {
  position: relative;
  z-index: 1;
}

.cta-band .eyebrow {
  color: var(--rust);
}

.cta-band p {
  max-width: 38rem;
}

.cta-band .button {
  margin: 28px 0 18px;
  min-height: 52px;
  padding: 0 26px;
}

.cta-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq-list {
  max-width: 760px;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 44px 22px 0;
  position: relative;
  color: var(--coffee);
  font-family: var(--font);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker,
.faq-item summary::marker {
  display: none;
  content: none;
}

.faq-item summary::after {
  position: absolute;
  right: 0;
  top: 22px;
  color: var(--forest);
  font-family: var(--font);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  content: "+";
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item summary:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 4px;
}

.faq-item p {
  margin: 0 44px 22px 0;
  max-width: 42rem;
  color: var(--muted);
}

.site-footer {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 72px auto 28px;
  padding: 22px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.site-footer .brand-lockup {
  color: var(--ink-green);
}

.site-footer .brand-mark {
  width: 42px;
  height: 42px;
}

.site-footer .brand-lockup strong {
  font-size: 1.22rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--forest);
}

.trust-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 980px) {
  .empathy-grid,
  .audience-grid,
  .about,
  .mechanism,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .empathy-grid {
    gap: 20px;
  }

  .audience-item,
  .audience-item:nth-child(odd),
  .audience-item:nth-child(even) {
    padding: 24px 0;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }

  .about-copy {
    max-width: none;
  }

  .about-mark {
    order: -1;
  }

  .about-compass {
    width: 160px;
    margin-bottom: 4px;
    opacity: 0.28;
  }

  .mechanism-visual {
    justify-self: center;
    width: min(100%, 400px);
    order: -1;
    margin-bottom: 8px;
  }

  .offer-row {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .offer-link {
    grid-column: 2;
    justify-self: start;
  }

  .quote-card,
  .quote-card-alt {
    margin-top: 0;
    transform: none;
  }

  .cta-band {
    padding: 52px 28px 44px;
  }

  .cta-band::before {
    top: -28px;
    right: 12px;
  }

  .cta-band::after {
    left: -48px;
    bottom: -24px;
  }

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

  .stain-e,
  .stain-f,
  .stain-g {
    width: min(280px, 58vw);
    height: min(220px, 40vw);
    opacity: 0.7;
  }
}

@media (max-width: 680px) {
  .home-section {
    width: min(100% - 24px, 1180px);
    padding: 64px 0 32px;
  }

  .section-intro {
    margin-bottom: 36px;
  }

  .paper-card,
  .empathy-card,
  .quote-card,
  .mechanism-visual,
  .cta-band {
    border-radius: 26px 26px 12px 26px;
  }

  .scene-svg {
    height: 108px;
  }

  .cta-band {
    padding: 44px 22px 36px;
  }

  .cta-band .button {
    width: 100%;
  }

  .site-footer {
    width: min(100% - 24px, 1180px);
    margin-top: 48px;
  }

  .stain-e,
  .stain-g {
    display: none;
  }
}
