@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/archivo-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("../assets/fonts/archivo-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Archivo-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/Archivo-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Manrope-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/Manrope-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/Manrope-ExtraBold.ttf") format("truetype");
}

:root {
  --yellow: #fde500;
  --black: #000000;
  --white: #ffffff;
  --wrap: 1180px;
  --header-h: 79px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 20px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}

.display {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 76px;
  line-height: 72.96px;
  letter-spacing: -3.42px;
  font-stretch: 100%;
}

.lead {
  margin: 0;
  font-size: 18px;
  line-height: 27.9px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24.8px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-black {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.btn-black:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.btn-yellow {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}

.btn-yellow:hover {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.btn-sm {
  min-height: 44px;
  padding: 9.5px 18px 9.64px;
  font-size: 13px;
  line-height: 20.15px;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid #ececec;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 78px;
}

.logo {
  display: flex;
  align-items: center;
  width: 140px;
  height: 56px;
  flex-shrink: 0;
}

.logo img {
  width: 140px;
  height: 56px;
  object-fit: contain;
  object-position: left center;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-link {
  font-weight: 700;
  font-size: 13px;
  line-height: 20.15px;
  position: relative;
  transition: color 0.25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link:hover {
  opacity: 1;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--black);
}

/* Hero */
.hero {
  padding: 62px 0 68px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 64px;
  align-items: center;
  min-height: 628px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hero-kicker {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.hero-title {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 93.7px;
  line-height: 85.27px;
  letter-spacing: -4.22px;
  font-stretch: 100%;
}

.hero-title .mark {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.hero-title .mark::before {
  content: "";
  position: absolute;
  left: -4px;
  right: -6px;
  bottom: 8px;
  height: 17px;
  background: var(--yellow);
  transform: rotate(-1deg);
  z-index: -1;
}

.hero-lead {
  margin: 0;
  max-width: 650px;
  padding-top: 8px;
  font-size: 18px;
  line-height: 29px;
  color: #4a4a4a;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 6px;
}

.hero-visual {
  position: relative;
  height: 580px;
  min-height: 580px;
  border-radius: 36px;
  overflow: hidden;
  background: #e9e9e9;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 12%;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-visual:hover .hero-photo {
  transform: scale(1.05);
}

.hero-card {
  position: absolute;
  left: 22px;
  bottom: 21px;
  width: 335px;
  padding: 22px;
  background: var(--yellow);
  border-radius: 22px;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.18);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.hero-visual:hover .hero-card {
  transform: translateY(-6px);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.22);
}

.hero-card h2 {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 29px;
  line-height: 29px;
  letter-spacing: -1.16px;
}

.hero-card p {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 20.15px;
}

.hero-book {
  position: absolute;
  left: calc(50% + 54px);
  top: 371px;
  width: 132px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}

.hero-book-inner {
  width: 100px;
  height: 147px;
  transform: rotate(13.66deg);
  box-shadow: 9px 9px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  animation: bookFloat 3.8s ease-in-out infinite;
}

@keyframes bookFloat {
  0%,
  100% {
    transform: rotate(13.66deg) translateY(0);
  }
  50% {
    transform: rotate(13.66deg) translateY(-10px);
  }
}

.hero-book-inner img {
  position: absolute;
  width: 114px;
  height: 159px;
  max-width: none;
  left: -8px;
  top: -5px;
  object-fit: cover;
}

/* Trust bar */
.trust {
  background: var(--black);
}

.trust-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 100px;
  padding: 0 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 800;
  font-size: 13px;
  line-height: 20.15px;
  letter-spacing: 0.26px;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.trust-item .check {
  color: var(--yellow);
}

/* Feelings */
.feelings {
  padding: 132px 0 110px;
}

.section-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 860px;
  margin-bottom: 52px;
}

.section-head .eyebrow {
  margin-bottom: 0;
  color: #606060;
}

.feelings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feeling-card {
  min-height: 330px;
  padding: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 28px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: default;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.feeling-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.14);
  border-color: var(--black);
}

.feeling-card.is-accent {
  background: var(--yellow);
  border-color: var(--yellow);
}

.feeling-card.is-accent:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.2);
  border-color: var(--black);
}

.feeling-card h3 {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 62px;
  line-height: 68.4px;
  letter-spacing: -3.6px;
}

.feeling-card p {
  margin: 0;
  max-width: 320px;
  font-size: 16px;
  line-height: 26.35px;
  color: #555;
}

.feeling-card.is-accent p {
  color: #111;
  font-weight: 700;
}

/* Why */
.why {
  background: var(--black);
  color: var(--white);
  padding: 132px 0 110px;
}

.why .eyebrow {
  color: #a9a9a9;
}

.why .lead {
  color: #a9a9a9;
  max-width: 680px;
}

.why-list {
  border-top: 1px solid #333;
}

.why-row {
  display: grid;
  grid-template-columns: 90px minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid #333;
  align-items: start;
}

.why-num {
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: var(--yellow);
}

.why-row h3 {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 37px;
  line-height: 37.74px;
  letter-spacing: -1.665px;
}

.why-row p {
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 26.35px;
  color: #bdbdbd;
}

/* Circle */
.circle {
  background: var(--yellow);
  padding: 132px 0 110px;
}

.circle .eyebrow,
.circle .lead {
  color: #272727;
}

.circle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.circle-card {
  min-height: 360px;
  padding: 30px;
  background: var(--white);
  border-radius: 28px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.circle-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.badge {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 24.8px;
}

.circle-card h3 {
  margin: 55px 0 0;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 37px;
  line-height: 37.74px;
  letter-spacing: -1.665px;
}

.circle-card p {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 24.8px;
  color: #5e5e5e;
}

/* Outcomes */
.outcomes {
  padding: 132px 0 110px;
}

.outcomes .section-head {
  margin-bottom: 35px;
  max-width: none;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 35px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 15px 22px;
  border: 2px solid var(--black);
  border-radius: 999px;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -2.475px;
  cursor: default;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.pill:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.pill-black {
  background: var(--black);
  color: var(--white);
}

.pill-yellow {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}

.quote {
  margin: 0;
  padding: 36px;
  background: var(--yellow);
  border-radius: 28px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 44.85px;
  letter-spacing: -1.56px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.quote:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

/* Steps */
.steps {
  background: #f7f7f7;
  padding: 132px 0 110px;
}

.steps .section-head {
  margin-bottom: 24px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-top: 28px;
}

.step-card {
  min-height: 300px;
  padding: 28px;
  background: var(--white);
  border: 1px solid #dedede;
  border-radius: 24px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.3s ease;
}

.step-card:hover {
  transform: translateY(-10px);
  border-color: var(--black);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.1);
}

.step-num {
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 54px;
  line-height: 54px;
  color: var(--yellow);
  -webkit-text-stroke: 3px #000;
  paint-order: stroke fill;
}

.step-card h3 {
  margin: 45px 0 13px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 27.54px;
  letter-spacing: -1.215px;
}

.step-card p {
  margin: 0;
  font-size: 16px;
  line-height: 24.8px;
  color: #666;
}

.steps-bar {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 65px;
  padding: 20px 40px;
  background: var(--black);
  border-radius: 18px;
  color: var(--white);
  font-size: 16px;
  line-height: 24.8px;
}

.steps-bar strong {
  color: var(--yellow);
  font-weight: 800;
}

.steps-bar span {
  font-weight: 700;
}

/* About */
.about {
  padding: 110px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 62px;
  align-items: center;
}

.about-photo {
  position: relative;
}

.about-photo-frame {
  height: 559px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}

.about-photo-frame img {
  position: absolute;
  width: 707px;
  height: 557px;
  max-width: none;
  left: -98px;
  top: 1px;
  object-fit: cover;
}

.about-chip {
  position: absolute;
  right: -18px;
  bottom: 22px;
  background: var(--yellow);
  border-radius: 14px;
  padding: 14px 18px;
  font-weight: 800;
  font-size: 16px;
  line-height: 24.8px;
  box-shadow: 0 12px 12.5px rgba(0, 0, 0, 0.14);
  white-space: nowrap;
}

.about-copy .eyebrow {
  color: #626262;
}

.about-copy .lead {
  color: #626262;
  margin-top: 17px;
}

.bios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 13px;
}

.bio {
  border-top: 3px solid var(--black);
  padding-top: 21px;
}

.bio h3 {
  margin: 0 0 10px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 27.54px;
  letter-spacing: -1.215px;
}

.bio p {
  margin: 0;
  font-size: 14px;
  line-height: 21.7px;
  color: #666;
}

/* Origin */
.origin {
  padding: 0 0 110px;
}

.origin-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  background: var(--black);
  border-radius: 32px;
  overflow: hidden;
  min-height: 509px;
}

.origin-photo {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.origin-photo img {
  position: absolute;
  width: 784px;
  height: 588px;
  max-width: none;
  left: -106px;
  top: -45px;
  object-fit: cover;
}

.origin-copy {
  padding: 62px 44px 68px;
  color: var(--white);
}

.origin-copy .eyebrow {
  color: var(--yellow);
  font-size: 17px;
  letter-spacing: 2.38px;
  line-height: 17px;
}

.origin-copy h2 {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 55px;
  letter-spacing: -2.43px;
}

.origin-copy p {
  margin: 17px 0 0;
  font-size: 17px;
  line-height: 26.35px;
  color: #c8c8c8;
}

/* Book */
.book {
  background: var(--yellow);
  padding: 110px 0;
}

.book-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: center;
}

.book-visual {
  position: relative;
  height: 570px;
  min-height: 570px;
}

.book-scene {
  position: absolute;
  top: 22%;
  right: 34%;
  bottom: 0;
  left: 0;
  border-radius: 24px;
  overflow: hidden;
}

.book-scene img {
  width: 114%;
  height: 100%;
  max-width: none;
  margin-left: -7%;
  object-fit: cover;
}

.book-cover {
  position: absolute;
  top: 16px;
  left: 50.9%;
  width: 218px;
  height: 319px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.6);
}

.book-cover img {
  width: 218px;
  height: 319px;
  object-fit: cover;
}

.book-copy {
  padding-top: 22px;
}

.book-copy .eyebrow {
  color: var(--black);
}

.book-copy .lead {
  color: var(--black);
  margin-top: 4px;
}

.book-list {
  list-style: none;
  margin: 9px 0 15px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24.8px;
}

.book-list li {
  display: flex;
  gap: 10px;
}

/* FAQ */
.faq {
  padding: 132px 0 110px;
}

.faq-list {
  border-top: 1px solid #cfcfcf;
}

.faq-item {
  border-bottom: 1px solid #cfcfcf;
  transition: background-color 0.25s ease;
}

.faq-item:hover {
  background: #fafafa;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 12px;
  cursor: pointer;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 26.25px;
  transition: color 0.25s ease;
}

.faq-item summary:hover {
  color: #222;
}

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

.faq-item .icon {
  font-family: Archivo, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  flex-shrink: 0;
}

.faq-item[open] .icon {
  transform: none;
}

.faq-item[open] .icon::before {
  content: "−";
}

.faq-item .icon::before {
  content: "+";
}

.faq-item .answer {
  margin: 0 0 24px;
  max-width: 820px;
  font-size: 16px;
  line-height: 26px;
  color: #555;
}

/* CTA */
.cta {
  background: var(--black);
  color: var(--white);
  padding: 110px 0;
}

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

.cta .lead {
  max-width: 783px;
  margin: 4px 0 17px;
}

.cta .display {
  color: var(--white);
}

/* Footer */
.site-footer {
  background: var(--black);
  border-top: 1px solid #242424;
  padding: 28px 0 92px;
  color: #8d8d8d;
  font-size: 12px;
  line-height: 18.6px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 1100px) {
  .display {
    font-size: 56px;
    line-height: 1;
    letter-spacing: -2px;
  }

  .hero-title {
    font-size: 64px;
    line-height: 0.92;
    letter-spacing: -2.4px;
  }

  .hero-title .mark::before {
    bottom: 6px;
    height: 12px;
  }

  .hero-grid,
  .about-grid,
  .book-grid,
  .origin-card {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-visual,
  .about-photo-frame,
  .book-visual {
    height: 480px;
    min-height: 480px;
  }

  .origin-card {
    min-height: 0;
  }

  .origin-photo {
    min-height: 360px;
    height: 360px;
  }

  .origin-photo img,
  .about-photo-frame img {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -8%;
  }

  .about-chip {
    right: 16px;
  }

  .why-row {
    grid-template-columns: 48px 1fr;
  }

  .why-row p {
    grid-column: 1 / -1;
  }

  .circle-grid,
  .feelings-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pill {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1.2px;
    padding: 10px 16px;
  }

  .quote {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.8px;
    padding: 24px;
  }

  .feeling-card h3 {
    font-size: 48px;
    line-height: 1.1;
  }

  .circle-card h3,
  .why-row h3 {
    font-size: 30px;
    line-height: 1.15;
  }

  .origin-copy h2 {
    font-size: 40px;
    line-height: 1.1;
  }

  .trust-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 12px 0;
  }

  .trust-item {
    min-height: 48px;
    white-space: normal;
    border-right: 0;
    padding: 8px 16px 8px 0;
    width: 50%;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 51;
    background: var(--white);
    border-bottom: 1px solid #ececec;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 12px 20px 20px;
  }

  .nav.is-open {
    display: flex;
  }

  .nav-link {
    padding: 12px 0;
  }

  .nav .btn {
    margin-top: 8px;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
  }

  .menu-toggle {
    display: flex;
  }
}

@media (max-width: 760px) {

  .hero,
  .feelings,
  .why,
  .circle,
  .outcomes,
  .steps,
  .faq {
    padding: 72px 0;
  }

  .about,
  .book,
  .cta {
    padding: 72px 0;
  }

  .hero-title {
    font-size: clamp(52px, 15vw, 68px);
    line-height: 0.9;
    letter-spacing: -0.04em;
  }

  .hero-title .mark::before {
    bottom: 0.08em;
    height: 0.2em;
    left: -3px;
    right: -4px;
  }

  .display {
    font-size: 42px;
    line-height: 0.95;
  }

  .hero-actions,
  .hero-visual {
    width: 100%;
  }

  .hero-card {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
  }

  .hero-book {
    display: none;
  }

  .steps-grid,
  .bios {
    grid-template-columns: 1fr;
  }

  .steps-bar {
    padding: 18px 20px;
  }

  .book-cover {
    width: 160px;
    height: 235px;
  }

  .book-cover img {
    width: 160px;
    height: 235px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .btn {
    white-space: normal;
  }
}

/* Lead modal */
.lead-modal {
  position: relative;
  width: min(560px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 36px 32px 32px;
  border: 0;
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  overflow: auto;
}

.lead-modal[open] {
  position: fixed;
  animation: modalIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lead-modal.is-closing {
  animation: modalOut 0.22s ease both;
}

.lead-modal::backdrop {
  background: rgba(0, 0, 0, 0.62);
}

.lead-modal[open]::backdrop {
  animation: backdropIn 0.3s ease both;
}

.lead-modal.is-closing::backdrop {
  animation: backdropOut 0.22s ease both;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes modalOut {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
}

@keyframes backdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes backdropOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.lead-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 40px;
  height: 40px;
  font-size: 28px;
  line-height: 1;
  color: #111;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.lead-modal-close:hover {
  background: #f3f3f3;
  transform: rotate(90deg);
}

.lead-modal-close {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -1.6px;
}

.lead-modal-intro {
  margin: 12px 0 24px;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lead-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  background: var(--white);
}

.lead-form input:focus,
.lead-form textarea:focus {
  outline: 2px solid var(--yellow);
  border-color: var(--black);
}

.lead-form textarea {
  resize: vertical;
  min-height: 96px;
}

.lead-form .btn {
  margin-top: 8px;
  width: 100%;
}

.lead-form-error {
  margin: 0;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
}

.lead-success {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lead-success[hidden],
.lead-form[hidden] {
  display: none;
}

.lead-success-title {
  margin: 0;
  font-family: Archivo, sans-serif;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: -1px;
}

.lead-success p {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.lead-success .btn {
  margin-top: 8px;
  width: fit-content;
}

.lead-form .btn[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

@media (max-width: 760px) {
  .lead-modal {
    padding: 28px 20px 24px;
  }

  .lead-modal h2 {
    font-size: 32px;
  }

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

/* Scroll + hover motion */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.reveal-left {
  transform: translateX(-28px);
}

.reveal-right {
  transform: translateX(28px);
}

.reveal-left.is-in,
.reveal-right.is-in {
  transform: none;
}

.type-caret {
  display: inline-block;
  width: 3px;
  height: 0.78em;
  margin-left: 4px;
  background: var(--yellow);
  vertical-align: -0.08em;
  animation: caretBlink 0.75s steps(1) infinite;
}

@keyframes caretBlink {
  50% {
    opacity: 0;
  }
}

.logo {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo:hover {
  transform: scale(1.04);
}

.badge {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease, color 0.3s ease;
}

.circle-card:hover .badge {
  transform: scale(1.12) rotate(-8deg);
  background: var(--yellow);
  color: var(--black);
}

.why-row {
  transition: background-color 0.3s ease;
}

.why-row:hover .why-num {
  transform: scale(1.15);
}

.why-num {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-form input,
.lead-form textarea {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lead-form label:focus-within input,
.lead-form label:focus-within textarea {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.lead-success {
  animation: modalIn 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.feeling-card.reveal.is-in:hover {
  transform: translateY(-12px);
}

.feeling-card.is-accent.reveal.is-in:hover {
  transform: translateY(-12px) scale(1.02);
}

.circle-card.reveal.is-in:hover,
.step-card.reveal.is-in:hover {
  transform: translateY(-10px);
}

.pill.reveal.is-in:hover {
  transform: translateY(-4px) scale(1.04);
}

.quote.reveal.is-in:hover {
  transform: translateY(-6px);
}

.btn.reveal.is-in:hover {
  transform: translateY(-3px);
}

.btn.reveal.is-in:active {
  transform: translateY(-1px) scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .btn,
  .feeling-card,
  .circle-card,
  .step-card,
  .pill,
  .quote,
  .hero-photo,
  .hero-card,
  .hero-book-inner,
  .nav-link::after,
  .lead-modal[open],
  .lead-modal[open]::backdrop {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .type-caret {
    display: none;
  }
}
