:root {
  --paper: #ffffff;
  --paper-deep: #f4f3f0;
  --ink: #30302e;
  --ink-soft: #5e5c58;
  --violet: #383069;
  --violet-deep: #211c46;
  --teal: #058a91;
  --blue: #317db1;
  --lime: #8db63f;
  --orange: #e86d31;
  --pink: #d85d91;
  --yellow: #f3c344;
  --line: rgba(48, 48, 46, 0.15);
  --serif-shadow: 0 18px 48px rgba(48, 48, 46, 0.08);
  --radius: 28px 22px 30px 18px;
  --body: "Nunito Sans", Avenir, "Avenir Next", sans-serif;
  --heading: "Nunito Sans", Avenir, "Avenir Next", sans-serif;
  --hand: "sketchnote-text", "Segoe Print", "Bradley Hand", cursive;
  --hand-square: "sketchnote-square", "sketchnote-text", "Segoe Print", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.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;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 10px;
  color: white;
  background: var(--violet-deep);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1440px, calc(100% - 32px));
  min-height: 76px;
  margin: 14px auto 0;
  padding: 12px 16px 12px 22px;
  border: 1px solid rgba(56, 48, 105, 0.12);
  border-radius: 18px 20px 16px 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 40px rgba(42, 36, 28, 0.08);
  backdrop-filter: blur(12px);
  transition: min-height 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  box-shadow: 0 10px 36px rgba(42, 36, 28, 0.15);
}

.brand img {
  width: clamp(180px, 18vw, 260px);
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 40px);
  font-size: 0.88rem;
  font-weight: 700;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:not(.nav-cta) {
  position: relative;
}

.main-nav a:not(.nav-cta)::after {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 3px;
  content: "";
  background: var(--yellow);
  transition: right 160ms ease;
}

.main-nav a:not(.nav-cta):hover::after,
.main-nav a:not(.nav-cta):focus-visible::after {
  right: 0;
}

.nav-cta,
.button-link,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 22px;
  border: 2px solid var(--violet-deep);
  border-radius: 13px 16px 12px 18px;
  color: #fff;
  background: var(--violet-deep);
  box-shadow: 4px 5px 0 var(--yellow);
  font-weight: 800;
  text-decoration: none;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.nav-cta:hover,
.button-link:hover,
.contact-form button:hover {
  transform: translate(2px, 2px) rotate(-0.5deg);
  box-shadow: 2px 3px 0 var(--yellow);
}

.menu-button {
  display: none;
}

main {
  position: relative;
}

section[id] {
  scroll-margin-top: 112px;
}

.section-pad {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 7vw, 96px) 0;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  min-height: auto;
  padding: clamp(130px, 12vw, 170px) max(28px, calc((100vw - 1280px) / 2)) 84px;
  overflow: hidden;
}

.ruled-paper {
  background-image: none;
}

.hero::after {
  position: absolute;
  right: -5vw;
  bottom: 2vw;
  width: 18vw;
  height: 18vw;
  min-width: 180px;
  min-height: 180px;
  border: 2px dashed rgba(56, 48, 105, 0.16);
  border-radius: 50%;
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 730px;
}

.margin-note,
.handwritten,
.scribble,
.map-label {
  font-family: var(--hand);
}

.margin-note {
  margin: 0 0 2px;
  color: var(--teal);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  transform: rotate(-2deg);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 28px;
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(2.5rem, 3.9vw, 4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h2 {
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(2.05rem, 3.5vw, 3.45rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

h3 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.16;
}

.approved-copy {
  max-width: 670px;
}

.approved-copy p {
  margin-bottom: 15px;
}

.approved-copy .breath {
  max-width: 470px;
  margin: 24px 0;
  color: var(--violet);
  font-size: 1.1em;
  font-weight: 800;
}

.signature {
  display: inline-block;
  margin: 18px 0 24px;
  padding: 0 6px;
  background: linear-gradient(transparent 56%, rgba(243, 195, 68, 0.55) 56% 90%, transparent 90%);
  color: var(--violet-deep);
  font-family: var(--hand);
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  font-weight: 700;
}

.hero-copy > .signature {
  margin-top: 0;
  margin-bottom: 28px;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.55vw, 1.25rem);
  font-weight: 700;
  line-height: 1.55;
}

.hero-copy > p:not(.signature, .hero-lead) {
  max-width: 680px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 26px;
  margin-top: 30px;
}

.hero-actions .button-link {
  margin-top: 0;
}

.hero-actions .text-link {
  display: inline-block;
}

.text-link {
  display: table;
  color: var(--violet);
  font-family: var(--hand);
  font-size: 1.15rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

.hero-visual {
  position: sticky;
  top: 135px;
  align-self: start;
  height: min(76vh, 820px);
  min-height: 640px;
  overflow: hidden;
}

.hero-visual img {
  position: absolute;
  right: 1%;
  bottom: 0;
  z-index: 2;
  width: min(78%, 570px);
  max-height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 28px 26px rgba(37, 29, 44, 0.12));
}

.product-hero {
  overflow: visible;
  isolation: isolate;
}

.product-hero::before {
  position: absolute;
  inset: 10% 2% 2% 10%;
  z-index: -2;
  border: 2px dashed rgba(56, 48, 105, 0.14);
  border-radius: 49% 51% 46% 54% / 43% 48% 52% 57%;
  content: "";
  transform: rotate(-7deg);
}

.product-hero img {
  position: static;
  width: auto;
  max-height: none;
  object-fit: initial;
  filter: none;
}

.phone-mock {
  position: absolute;
  right: 5%;
  bottom: 2%;
  z-index: 4;
  width: min(47%, 305px);
  aspect-ratio: 0.5;
  padding: 12px;
  border: 3px solid #29282c;
  border-radius: 42px;
  background: #29282c;
  box-shadow: 18px 24px 38px rgba(37, 29, 44, 0.2);
  transform: rotate(2.5deg);
}

.phone-speaker {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 2;
  width: 33%;
  height: 18px;
  border-radius: 0 0 12px 12px;
  background: #29282c;
  transform: translateX(-50%);
}

.phone-screen {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding: 42px 16px 24px;
  border-radius: 30px;
  background: radial-gradient(circle at 50% 28%, rgba(243, 195, 68, 0.25), transparent 35%), linear-gradient(180deg, #fff, #f3f0fa);
  text-align: center;
}

.phone-screen small {
  color: var(--violet);
  font-weight: 800;
}

.phone-screen img {
  width: 72%;
  height: 48%;
  margin: 12px auto 8px;
  object-fit: contain;
}

.phone-screen strong {
  color: var(--violet-deep);
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
  line-height: 1.1;
}

.phone-screen span {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  line-height: 1.25;
}

.phone-screen b {
  margin-top: auto;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: var(--violet-deep);
  font-size: 0.67rem;
  letter-spacing: 0.04em;
}

.journal-mock {
  position: absolute;
  bottom: 7%;
  left: 2%;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: min(49%, 315px);
  aspect-ratio: 0.72;
  padding: 30px 24px 22px 36px;
  border: 1px solid rgba(56, 48, 105, 0.25);
  border-radius: 6px 15px 15px 6px;
  background: linear-gradient(145deg, #332d66, #171334);
  box-shadow: -10px 15px 30px rgba(37, 29, 44, 0.16), inset 3px 0 rgba(255, 255, 255, 0.15);
  text-align: center;
  transform: rotate(-7deg);
}

.journal-spine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.journal-mock img {
  width: 64%;
  height: 58%;
  object-fit: contain;
}

.journal-mock p {
  margin: 2px 0 6px;
  color: #fff;
  font-family: var(--hand-square);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.05;
}

.journal-mock small {
  color: #b6ef78;
  font-family: var(--hand);
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
}

.poster-mock {
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 1;
  width: min(44%, 270px);
  padding: 9px 9px 28px;
  border: 1px solid rgba(48, 48, 46, 0.14);
  background: #fff;
  box-shadow: 10px 13px 26px rgba(48, 48, 46, 0.13);
  transform: rotate(9deg);
}

.poster-mock img {
  width: 100%;
  aspect-ratio: 0.71;
  object-fit: cover;
  object-position: top;
}

.poster-mock span {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: var(--ink-soft);
  font-family: var(--hand);
  font-size: 0.75rem;
}

.product-note {
  position: absolute;
  top: 7%;
  left: 2%;
  z-index: 5;
  max-width: 220px;
  padding: 5px 10px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.92);
  font-family: var(--hand);
  font-size: clamp(0.9rem, 1.3vw, 1.1rem);
  line-height: 1.25;
  transform: rotate(-4deg);
}

.orbit {
  position: absolute;
  border: 2px dashed rgba(56, 48, 105, 0.22);
  border-radius: 50%;
  transform: rotate(-17deg);
}

.orbit-one {
  top: 6%;
  right: -5%;
  width: 95%;
  height: 55%;
}

.orbit-two {
  right: 4%;
  bottom: 8%;
  width: 82%;
  height: 46%;
  border-color: rgba(5, 138, 145, 0.2);
  transform: rotate(19deg);
}

.scribble {
  position: absolute;
  z-index: 4;
  padding: 4px 10px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.scribble-one {
  top: 7%;
  right: 9%;
  transform: rotate(4deg);
}

.scribble-two {
  top: 36%;
  left: 4%;
  transform: rotate(-7deg);
}

.scribble-three {
  right: 2%;
  bottom: 8%;
  transform: rotate(3deg);
}

.wellbeing-sources {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(44px, 8vw, 120px);
}

.wellbeing-sources::before {
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: min(720px, 100%);
  border-top: 1px solid rgba(48, 48, 46, 0.08);
  border-bottom: 1px solid rgba(48, 48, 46, 0.08);
  background: linear-gradient(106deg, rgba(243, 195, 68, 0.08), rgba(255, 255, 255, 0) 46%, rgba(141, 182, 63, 0.08));
  content: "";
  transform: translateX(-50%) rotate(-0.25deg);
}

.sources-copy p:last-of-type {
  max-width: 530px;
  font-size: 1.08rem;
}

.sources-copy .text-link {
  margin-top: 24px;
}

.source-stage {
  position: relative;
  min-height: 390px;
  padding: clamp(34px, 6vw, 70px);
  border: 1px solid rgba(48, 48, 46, 0.13);
  border-radius: 32px 24px 38px 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 11px 13px 0 rgba(56, 48, 105, 0.07);
  transform: rotate(0.4deg);
}

.source-stage::before,
.source-stage::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.source-stage::before {
  top: 24px;
  right: 30px;
  width: 92px;
  height: 50px;
  border-top: 2px solid rgba(232, 109, 49, 0.48);
  border-radius: 50%;
  transform: rotate(12deg);
}

.source-stage::after {
  right: 9%;
  bottom: 45px;
  width: 24%;
  height: 10px;
  background: rgba(243, 195, 68, 0.35);
  transform: rotate(-1deg);
}

.source-phrases {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-phrase {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 24px;
}

.source-number {
  color: var(--orange);
  font-family: var(--hand);
  font-size: 1.45rem;
  line-height: 1;
}

.source-phrase div {
  display: grid;
  gap: 12px;
}

.source-phrase small {
  color: var(--teal);
  font-family: var(--hand-square);
  font-size: 1rem;
}

.source-phrase strong {
  max-width: 700px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.4vw, 3.15rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.js .source-phrases {
  position: relative;
  min-height: 210px;
}

.js .source-phrase {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(18px) rotate(-0.3deg);
  transition: opacity 450ms ease, transform 450ms ease;
  pointer-events: none;
}

.js .source-phrase.is-active {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

.source-controls {
  position: relative;
  z-index: 2;
  display: none;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.js .source-controls {
  display: flex;
}

.source-progress {
  flex: 1;
  height: 3px;
  overflow: hidden;
  background: rgba(48, 48, 46, 0.12);
}

.source-progress span {
  display: block;
  width: calc(100% / 6);
  height: 100%;
  background: var(--violet);
  transition: transform 400ms ease;
}

.source-toggle {
  padding: 5px 8px;
  border: 0;
  border-bottom: 1px solid var(--ink-soft);
  color: var(--ink-soft);
  background: transparent;
  font-family: var(--hand);
  cursor: pointer;
}

.inner-key {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.65fr);
  align-items: center;
  gap: clamp(40px, 9vw, 140px);
}

.inner-key-copy {
  max-width: 780px;
}

.inner-key-copy > p {
  max-width: 690px;
}

.inner-key-close {
  display: inline-block;
  margin-top: 20px;
  padding: 0 7px;
  background: linear-gradient(transparent 58%, rgba(141, 182, 63, 0.33) 58% 92%, transparent 92%);
  font-family: var(--hand);
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
  font-weight: 700;
}

.inner-key-sketch {
  position: relative;
  min-height: 460px;
  border: 2px dashed rgba(56, 48, 105, 0.18);
  border-radius: 49% 51% 47% 53% / 42% 48% 52% 58%;
}

.inner-key-sketch span {
  position: absolute;
  padding: 2px 9px;
  color: var(--ink-soft);
  background: #fff;
  font-family: var(--hand);
  font-size: clamp(1rem, 1.7vw, 1.3rem);
}

.inner-key-sketch span:nth-child(1) { top: 4%; left: 35%; transform: rotate(-4deg); }
.inner-key-sketch span:nth-child(2) { top: 29%; right: -2%; transform: rotate(5deg); }
.inner-key-sketch span:nth-child(3) { right: 10%; bottom: 8%; transform: rotate(-2deg); }
.inner-key-sketch span:nth-child(4) { bottom: 6%; left: 5%; transform: rotate(4deg); }
.inner-key-sketch span:nth-child(5) { top: 33%; left: -4%; transform: rotate(-6deg); }

.sketch-route {
  position: absolute;
  inset: 20% 18%;
  border: 2px solid rgba(232, 109, 49, 0.33);
  border-radius: 57% 43% 61% 39% / 38% 63% 37% 62%;
  transform: rotate(24deg);
}

.sketch-route::before,
.sketch-route::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.sketch-route::before {
  inset: 18%;
  border: 2px solid rgba(5, 138, 145, 0.24);
  transform: rotate(-54deg);
}

.sketch-route::after {
  top: 38%;
  left: 40%;
  width: 34px;
  height: 34px;
  background: var(--yellow);
  box-shadow: 0 0 0 10px rgba(243, 195, 68, 0.16);
}

.inner-key-visual {
  position: relative;
  min-height: 590px;
  margin: 0;
}

.inner-key-visual::before,
.inner-key-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.inner-key-visual::before {
  inset: 4% 0 12%;
  z-index: -1;
  border: 2px dashed rgba(56, 48, 105, 0.16);
  transform: rotate(-8deg);
}

.inner-key-visual::after {
  right: 3%;
  bottom: 9%;
  width: 34%;
  height: 15px;
  background: rgba(243, 195, 68, 0.38);
  transform: rotate(-3deg);
}

.inner-key-visual img {
  width: 100%;
  height: 550px;
  object-fit: contain;
  filter: drop-shadow(0 25px 28px rgba(37, 29, 44, 0.12));
}

.inner-key-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 4%;
  z-index: 2;
  max-width: 230px;
  margin: 0;
  padding: 5px 9px;
  background: rgba(255, 255, 255, 0.92);
  transform: rotate(2deg);
}

.world {
  position: relative;
}

.world::before,
.program::before {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: transparent;
  content: "";
  transform: translateX(-50%);
  pointer-events: none;
}

.section-intro {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin-bottom: 70px;
}

.section-intro.narrow {
  max-width: 700px;
}

.section-intro > p:not(.eyebrow) {
  max-width: 700px;
  font-size: 1.12rem;
}

.being-equation {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
  margin-bottom: 55px;
}

.being-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  min-height: 390px;
  gap: 24px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(48, 48, 46, 0.13);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 8px 10px 0 rgba(56, 48, 105, 0.06);
}

.alma-part {
  transform: rotate(-0.5deg);
}

.body-part {
  transform: rotate(0.5deg);
}

.being-illustration {
  display: grid;
  place-items: center;
  height: 310px;
}

.being-illustration img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 15px rgba(37, 29, 44, 0.09));
}

.being-card h3 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.equation-sign {
  color: var(--orange);
  font-family: var(--hand);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
}

.facet-bridge {
  width: min(920px, 100%);
  margin: 0 auto;
}

.facet-bridge > p:not(.handwritten) {
  max-width: 760px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 2px 10px;
  color: var(--violet-deep);
  background: rgba(141, 182, 63, 0.25);
  font-family: var(--hand-square);
  font-size: 1rem;
  font-weight: 400;
  transform: rotate(-1.5deg);
}

.world-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
}

.corpinsula-card {
  position: relative;
  margin: 0;
  padding: 0 0 18px;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.corpinsula-card::before,
.corpinsula-card::after {
  position: absolute;
  top: -16px;
  width: 100px;
  height: 34px;
  content: none;
}

.corpinsula-card::before {
  left: 5%;
  transform: rotate(-4deg);
}

.corpinsula-card::after {
  right: 5%;
  transform: rotate(5deg);
}

.corpinsula-card img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
}

figcaption {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--ink-soft);
  font-family: var(--hand);
  font-size: 1rem;
  line-height: 1.4;
}

.prism-card {
  position: relative;
  padding: clamp(26px, 4vw, 52px);
  border: 1px solid rgba(48, 48, 46, 0.17);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 7px 8px 0 rgba(48, 48, 46, 0.07);
  transform: rotate(0.35deg);
}

.handwritten {
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 1.12rem;
}

.facet-list {
  display: grid;
  gap: 9px;
  margin-top: 28px;
}

.facet-list span {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 9px 0;
  border-bottom: 1px dashed rgba(56, 48, 105, 0.25);
}

.facet-list b {
  color: var(--violet);
}

.inhabitants {
  padding-top: 80px;
}

.character-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}

.character-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(48, 48, 46, 0.13);
  background: #fff;
  box-shadow: 0 14px 34px rgba(48, 48, 46, 0.06);
}

.character-card > div:last-child {
  padding: 26px 28px 30px;
}

.mind-card {
  border-radius: 24px 30px 18px 26px;
  transform: rotate(-0.7deg);
}

.emotion-card {
  border-radius: 30px 18px 28px 20px;
  transform: translateY(32px) rotate(0.5deg);
}

.ego-card {
  border-radius: 18px 28px 22px 30px;
  transform: translateY(-8px) rotate(1deg);
}

.subconscious-card {
  border-radius: 28px 20px 30px 18px;
  transform: translateY(24px) rotate(-0.5deg);
}

.strength-card {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  border-radius: 30px 20px 26px 18px;
  transform: rotate(-0.25deg);
}

.strength-card > div:last-child {
  padding: clamp(30px, 5vw, 58px);
}

.strength-image {
  min-height: 520px;
  padding: 28px;
  overflow: hidden;
}

.strength-image img {
  width: 100%;
  max-height: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.character-image {
  display: grid;
  place-items: center;
  min-height: 310px;
  padding: 20px;
  background: #fff;
}

.character-image img {
  max-height: 340px;
  object-fit: contain;
}

.emotion-strip {
  min-height: 250px;
  padding: 34px 12px;
  background: #fff;
}

.emotion-strip img {
  width: 100%;
}

.paper-image {
  background: #fff;
  overflow: hidden;
}

.paper-image img {
  -webkit-mask-image: radial-gradient(ellipse 78% 80% at center, #000 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 80% at center, #000 62%, transparent 100%);
  mix-blend-mode: multiply;
}

.transparent-scene {
  background: #fff;
  overflow: hidden;
}

.transparent-scene img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 14px 12px rgba(54, 48, 43, 0.11));
}

.character-role {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--teal);
  font-family: var(--hand);
  font-weight: 700;
}

.method {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(40px, 8vw, 120px);
}

.method-heading {
  position: sticky;
  top: 130px;
  align-self: start;
}

.method-heading h2 {
  font-size: clamp(3rem, 5vw, 5.1rem);
}

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

.method-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  padding: clamp(28px, 5vw, 55px);
  border: 1px solid rgba(48, 48, 46, 0.15);
  border-radius: var(--radius);
  background: #fff;
}

.method-steps li:nth-child(1) {
  margin-right: 7%;
  box-shadow: 8px 8px 0 rgba(49, 125, 177, 0.16);
  transform: rotate(-0.8deg);
}

.method-steps li:nth-child(2) {
  margin-left: 8%;
  box-shadow: 8px 8px 0 rgba(243, 195, 68, 0.25);
  transform: rotate(0.7deg);
}

.method-steps li:nth-child(3) {
  margin-right: 3%;
  box-shadow: 8px 8px 0 rgba(216, 93, 145, 0.16);
  transform: rotate(-0.3deg);
}

.step-number {
  color: var(--orange);
  font-family: var(--hand);
  font-size: 1.6rem;
  font-weight: 700;
}

.soulchemist {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(40px, 9vw, 130px);
}

.soulchemist-copy {
  max-width: 720px;
}

.soulchemist-copy > p:not(.eyebrow, .signature) {
  max-width: 670px;
}

.soulchemist-visual {
  position: relative;
  min-height: 560px;
  margin: 0;
}

.soulchemist-visual::before {
  position: absolute;
  inset: 10% 5% 16%;
  z-index: -1;
  border: 2px dashed rgba(56, 48, 105, 0.16);
  border-radius: 50%;
  content: "";
  transform: rotate(-12deg);
}

.soulchemist-visual img {
  width: 76%;
  max-height: 530px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 20px rgba(37, 29, 44, 0.1));
}

.powers {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  width: min(1380px, calc(100% - 40px));
}

.powers-copy {
  position: relative;
  z-index: 2;
}

.states {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 28px;
}

.states span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--hand);
}

.state-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.state-dot.low {
  background: #a8a5a0;
}

.state-dot.balanced {
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(243, 195, 68, 0.28);
}

.state-dot.high {
  background: #c43d32;
  box-shadow: 0 0 0 4px rgba(196, 61, 50, 0.12);
}

.powers-visual {
  margin: 0;
  padding: 24px;
  border: 2px dashed rgba(56, 48, 105, 0.18);
  border-radius: 45% 55% 48% 52% / 50% 45% 55% 50%;
  background: radial-gradient(circle, #fff 0 55%, transparent 72%);
}

.powers-visual img {
  width: 100%;
  filter: drop-shadow(0 22px 24px rgba(40, 30, 25, 0.09));
}

.directions {
  position: relative;
}

.direction-map {
  display: grid;
  grid-template-columns: 1fr 210px 1fr;
  align-items: center;
  gap: clamp(12px, 3vw, 46px);
}

.direction-card {
  position: relative;
  min-height: 330px;
  padding: clamp(30px, 5vw, 58px);
  border-radius: var(--radius);
  background: #fff;
}

.direction-card.resilience {
  border: 2px solid rgba(49, 125, 177, 0.24);
  box-shadow: -10px 12px 0 rgba(49, 125, 177, 0.12);
  transform: rotate(-0.8deg);
}

.direction-card.flourishing {
  border: 2px solid rgba(141, 182, 63, 0.27);
  box-shadow: 10px 12px 0 rgba(141, 182, 63, 0.15);
  transform: rotate(0.8deg);
}

.arrow-mark {
  position: absolute;
  top: -44px;
  color: var(--orange);
  font-family: var(--hand);
  font-size: 4rem;
}

.resilience .arrow-mark {
  right: -8px;
  transform: rotate(30deg);
}

.flourishing .arrow-mark {
  left: -8px;
  transform: rotate(-30deg);
}

.direction-center {
  position: relative;
  z-index: 2;
}

.direction-center::before {
  position: absolute;
  inset: 12%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(243, 195, 68, 0.28);
  content: "";
}

.direction-center img {
  max-height: 330px;
  margin: 0 auto;
  object-fit: contain;
}

.life-progress {
  width: min(1100px, calc(100% - 40px));
  padding-top: 70px;
  padding-bottom: 70px;
}

.life-note {
  position: relative;
  padding: clamp(44px, 8vw, 90px);
  border: 1px solid rgba(56, 48, 105, 0.18);
  border-radius: 24px 18px 30px 20px;
  background: #fff;
  box-shadow: var(--serif-shadow);
  text-align: center;
  transform: rotate(-0.5deg);
}

.life-note::before {
  position: absolute;
  top: -20px;
  left: calc(50% - 70px);
  width: 140px;
  height: 42px;
  content: "";
  background: rgba(243, 195, 68, 0.42);
  transform: rotate(2deg);
}

.crossed {
  display: inline-block;
  position: relative;
  margin-bottom: -8px;
  color: #77716b;
  font-family: var(--hand);
  font-size: clamp(1.1rem, 2.5vw, 1.7rem);
}

.crossed::after {
  position: absolute;
  left: -8%;
  right: -8%;
  top: 52%;
  height: 4px;
  background: var(--orange);
  content: "";
  transform: rotate(-4deg);
}

.life-title {
  margin-bottom: 24px;
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 800;
  line-height: 1;
}

.life-copy {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.12rem;
}

.program {
  position: relative;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
}

.program-copy,
.product-list {
  position: relative;
  z-index: 1;
}

.program-copy p:not(.eyebrow) {
  font-size: 1.08rem;
}

.button-link {
  margin-top: 14px;
}

.product-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(48, 48, 46, 0.14);
  border-radius: 26px 34px 22px 30px;
  background: #fff;
  box-shadow: 10px 12px 0 rgba(5, 138, 145, 0.08);
  list-style: none;
  transform: rotate(0.25deg);
}

.product-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px 8px;
  border-bottom: 1px dashed rgba(56, 48, 105, 0.2);
}

.product-list li:last-child {
  border-bottom: 0;
}

.product-list li > span {
  color: var(--orange);
  font-family: var(--hand);
}

.product-list li div {
  display: grid;
  gap: 3px;
}

.product-list strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.product-list small {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(330px, 0.65fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
}

.manifesto-visual {
  position: sticky;
  top: 130px;
  min-height: 620px;
}

.manifesto-visual::before,
.manifesto-visual::after {
  position: absolute;
  border: 2px dashed rgba(56, 48, 105, 0.16);
  border-radius: 50%;
  content: "";
}

.manifesto-visual::before { inset: 8% 2% 18%; transform: rotate(14deg); }
.manifesto-visual::after { inset: 20% 13% 8%; border-color: rgba(5, 138, 145, 0.17); transform: rotate(-18deg); }

.manifesto-visual img {
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 2;
  width: 70%;
  max-height: 590px;
  object-fit: contain;
}

.manifesto-visual span {
  position: absolute;
  z-index: 3;
  padding: 2px 8px;
  color: var(--ink-soft);
  background: #fff;
  font-family: var(--hand);
}

.manifesto-visual span:nth-of-type(1) { top: 10%; left: 2%; transform: rotate(-5deg); }
.manifesto-visual span:nth-of-type(2) { top: 35%; right: 0; transform: rotate(6deg); }
.manifesto-visual span:nth-of-type(3) { bottom: 8%; left: 0; transform: rotate(3deg); }

.manifesto-copy {
  max-width: 760px;
}

.manifesto-copy h2 {
  margin-bottom: 38px;
}

.manifesto-copy .signature {
  margin-top: 32px;
}

.waitlist {
  position: relative;
}

.waitlist::before {
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  border-top: 1px solid rgba(48, 48, 46, 0.08);
  background: linear-gradient(116deg, rgba(243, 195, 68, 0.08), rgba(216, 93, 145, 0.06));
  content: "";
  transform: translateX(-50%);
}

.contact {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 8vw, 120px);
}

.contact-copy {
  align-self: start;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(48, 48, 46, 0.16);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 9px 10px 0 rgba(216, 93, 145, 0.12);
  transform: rotate(0.3deg);
}

.reach-form {
  min-height: 430px;
  padding: clamp(16px, 2vw, 28px);
  overflow: hidden;
}

.reach-form iframe {
  width: 100%;
  min-height: 390px;
  border: 0;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form .form-note {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(56, 48, 105, 0.25);
  border-radius: 10px 13px 9px 14px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(5, 138, 145, 0.13);
}

.adult-note {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.contact-form .consent-label {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.contact-form .consent-label input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--violet-deep);
}

.consent-label a,
.site-footer a {
  text-underline-offset: 3px;
}

.contact-form button {
  justify-self: start;
  border: 2px solid var(--violet-deep);
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.form-note.is-active {
  color: var(--teal);
  font-weight: 700;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 70px 20px 50px;
  color: #fff;
  background: var(--violet-deep);
  text-align: center;
}

.site-footer img {
  width: min(300px, 70vw);
  padding: 8px 14px;
  border-radius: 12px;
  background: #fff;
}

.site-footer p {
  margin: 0;
  font-family: var(--hand);
}

.footer-note {
  opacity: 0.65;
  font-size: 0.82rem;
}

.legal-page {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 170px 0 100px;
}

.legal-page h1 {
  max-width: 780px;
}

.legal-page h2 {
  margin: 54px 0 14px;
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
}

.legal-page p {
  max-width: 760px;
}

.legal-page a:not(.button-link) {
  color: var(--violet);
  text-underline-offset: 3px;
}

.legal-date {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.legal-page .button-link {
  display: inline-block;
  margin-top: 48px;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr 0.72fr;
  }

  .hero-visual {
    min-height: 520px;
  }

  .character-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mind-card,
  .emotion-card,
  .ego-card,
  .subconscious-card {
    grid-column: auto;
    transform: none;
  }

  .direction-map {
    grid-template-columns: 1fr 150px 1fr;
  }

  .wellbeing-sources {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 42px;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 17px;
  }

  .site-header {
    min-height: 66px;
    margin-top: 8px;
  }

  .menu-button {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-button span:not(.sr-only) {
    height: 2px;
    background: var(--violet-deep);
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(56, 48, 105, 0.12);
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--serif-shadow);
  }

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

  .main-nav a {
    padding: 10px 12px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 125px;
  }

  .hero-visual {
    position: relative;
    top: auto;
    height: 600px;
    min-height: auto;
    margin-top: 44px;
  }

  .hero-visual img {
    right: 10%;
    width: 70%;
  }

  .product-hero img {
    right: auto;
    width: auto;
  }

  .world-layout,
  .wellbeing-sources,
  .inner-key,
  .method,
  .soulchemist,
  .powers,
  .program,
  .manifesto,
  .contact {
    grid-template-columns: 1fr;
  }

  .source-stage {
    min-height: 340px;
  }

  .inner-key-sketch {
    width: min(520px, 86vw);
    min-height: 420px;
    margin: 0 auto;
  }

  .inner-key-visual {
    width: min(560px, 90vw);
    min-height: 560px;
    margin: 0 auto;
  }

  .being-equation {
    grid-template-columns: 1fr;
  }

  .equation-sign {
    text-align: center;
    transform: rotate(90deg);
  }

  .being-card {
    grid-template-columns: minmax(150px, 0.6fr) minmax(0, 1fr);
  }

  .method-heading {
    position: relative;
    top: auto;
  }

  .method-heading h2 {
    margin-bottom: 0;
  }

  .soulchemist-visual {
    width: min(520px, 86vw);
    min-height: 500px;
    margin: 0 auto;
  }

  .powers-visual {
    grid-row: 1;
  }

  .direction-map {
    grid-template-columns: 1fr;
  }

  .direction-center {
    width: 150px;
    margin: -30px auto;
  }

  .direction-center img {
    max-height: 220px;
  }

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

  .arrow-mark {
    display: none;
  }

  .program-map {
    min-height: 540px;
  }

  .program-map img {
    height: 540px;
  }

  .manifesto-visual {
    position: relative;
    top: auto;
    width: min(480px, 84vw);
    min-height: 540px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 18px);
    padding-left: 15px;
  }

  .brand img {
    width: 182px;
  }

  .section-pad {
    width: min(100% - 28px, 1280px);
    padding: 68px 0;
  }

  .hero {
    padding: 118px 22px 70px;
  }

  .ruled-paper {
    background-image: none;
  }

  h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.7rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3.05rem);
  }

  .hero-visual {
    height: 510px;
  }

  .hero-visual img {
    right: 3%;
    width: 85%;
  }

  .product-hero img {
    right: auto;
    width: auto;
  }

  .product-hero {
    height: 520px;
  }

  .phone-mock {
    right: 0;
    width: 48%;
    border-radius: 30px;
    padding: 8px;
  }

  .phone-screen {
    padding: 34px 9px 16px;
    border-radius: 22px;
  }

  .phone-speaker {
    top: 13px;
    height: 14px;
  }

  .journal-mock {
    left: 0;
    width: 52%;
    padding: 24px 14px 18px 27px;
  }

  .poster-mock {
    right: 1%;
    width: 43%;
  }

  .product-note {
    top: 2%;
    left: 0;
    max-width: 180px;
  }

  .source-stage {
    min-height: 390px;
    padding: 34px 26px;
  }

  .js .source-phrases {
    min-height: 250px;
  }

  .source-phrase {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .source-phrase strong {
    font-size: clamp(1.7rem, 8vw, 2.45rem);
  }

  .source-stage::after {
    bottom: 62px;
  }

  .inner-key-sketch {
    min-height: 340px;
  }

  .inner-key-visual {
    min-height: 430px;
  }

  .inner-key-visual img {
    height: 400px;
  }

  .being-card,
  .strength-card {
    grid-template-columns: 1fr;
  }

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

  .being-illustration {
    height: 280px;
  }

  .strength-image {
    min-height: 420px;
  }

  .orbit-one {
    right: 8%;
    width: 78%;
    transform: rotate(-8deg);
  }

  .scribble-two {
    left: -2%;
  }

  .world-layout {
    gap: 55px;
  }

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

  .character-image {
    min-height: 270px;
  }

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

  .method-steps li:nth-child(n) {
    margin-left: 0;
    margin-right: 0;
  }

  .life-note {
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form label:nth-child(n) {
    grid-column: 1;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .js .source-phrases {
    display: grid;
    min-height: auto;
    gap: 26px;
  }

  .js .source-phrase {
    position: static;
    opacity: 1;
    transform: none;
  }

  .js .source-controls {
    display: none;
  }
}
