:root {
  --paper: #f7f1e6;
  --paper-deep: #efe4d3;
  --ink: #2d2a26;
  --muted: #706960;
  --line: rgba(45, 42, 38, 0.16);
  --sage: #708d68;
  --sage-deep: #41624d;
  --sage-soft: #dce3cf;
  --sun: #f2b64b;
  --sun-soft: #f8df9d;
  --coral: #d26f54;
  --coral-soft: #f3c2ae;
  --indigo: #4b4d7e;
  --indigo-deep: #303354;
  --plum: #7b5b79;
  --white: #fffdf8;
  --shadow-soft: 0 16px 38px rgba(66, 52, 35, 0.11);
  --shadow-3d: 0 26px 50px rgba(60, 44, 30, 0.19), 0 7px 12px rgba(60, 44, 30, 0.1);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 12px;
  --display: "Baloo Tamma 2", "Trebuchet MS", sans-serif;
  --body: "Mulish", Arial, sans-serif;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open, body.chat-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 0.98; letter-spacing: -0.045em; overflow-wrap: normal; word-break: normal; hyphens: none; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 4px;
}
h1 em, h2 em, h3 em { font-style: italic; font-weight: 500; }
.shell { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section-cream { background: var(--paper); }
.section-paper { background: var(--paper-deep); }
.section-sage { background: var(--sage-deep); }
.section-yellow { background: var(--sun); }
.section-indigo { background: var(--indigo-deep); color: var(--white); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--ink); background: var(--sun); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--ink); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 800; letter-spacing: -.04em; }
.brand-wordmark { white-space: nowrap; }
.brand-mark { position: relative; display: inline-block; width: 30px; height: 30px; border: 2px solid var(--ink); border-radius: 58% 42% 46% 54%; transform: rotate(-20deg); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; display: block; border-radius: 90% 10% 90% 10%; }
.brand-mark::before { width: 12px; height: 17px; top: 4px; left: 5px; background: var(--sage); transform: rotate(28deg); }
.brand-mark::after { width: 11px; height: 13px; top: 7px; right: 4px; background: var(--sun); transform: rotate(74deg); }
.brand-mark span:nth-child(1) { width: 9px; height: 15px; bottom: 1px; left: 10px; background: var(--coral); transform: rotate(10deg); }
.brand-mark span:nth-child(2) { display: none; }
.brand-mark span:nth-child(3) { display: none; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.5vw, 34px); margin-left: auto; font-size: 13px; font-weight: 700; }
.desktop-nav a, .footer-backtop { transition: color .2s ease; }
.desktop-nav a:hover, .footer-backtop:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 22px; border: 0; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: -.01em; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(45, 42, 38, .16); }
.button span { font-size: 20px; line-height: 0; }
.button-small { min-height: 43px; padding-inline: 17px; font-size: 12px; }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 8px 16px rgba(210, 111, 84, .22); }
.button-sun { color: var(--ink); background: var(--sun); }
.button-dark { color: var(--white); background: var(--ink); }
.button-full { width: 100%; }
.menu-toggle, .menu-close { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: 820px; padding: 160px 0 88px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; top: -230px; left: -190px; border: 1px solid rgba(210,111,84,.25); border-radius: 50%; box-shadow: 0 0 0 38px rgba(210,111,84,.05), 0 0 0 88px rgba(210,111,84,.035); }
.hero::after { content: ""; position: absolute; right: -160px; bottom: -210px; width: 500px; height: 500px; background: var(--sage-soft); border-radius: 50%; opacity: .55; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(42px, 7vw, 100px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-dark { color: var(--coral); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px color-mix(in srgb, currentColor 12%, transparent); }
.hero-copy h1 { max-width: 660px; font-size: clamp(4rem, 7vw, 7.05rem); }
.hero-copy h1 em { color: var(--coral); }
.hero-lede { max-width: 505px; margin-top: 29px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.text-link:hover { color: var(--coral); }
.text-link span { font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link-dark { color: var(--ink); }
.text-link-light { color: var(--white); }
.hero-microcopy { display: flex; align-items: center; gap: 10px; margin-top: 60px; color: var(--muted); font-size: 12px; font-weight: 700; }
.micro-icon { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--coral); background: var(--coral-soft); }
.hero-visual { position: relative; min-height: 550px; }
.hero-frame { position: relative; width: min(100%, 550px); margin: 0 auto; padding: 16px; border-radius: 50% 50% 26px 26px; background: rgba(255,253,248,.66); box-shadow: 0 28px 70px rgba(87, 63, 38, .15); transform: rotate(2deg); }
.hero-image-wrap { position: relative; height: 550px; overflow: hidden; border-radius: 42% 42% 20px 20px; background: var(--sage); }
.hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity .55s ease, transform 1.1s ease; }
.hero-image.is-active { opacity: 1; transform: scale(1); }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,42,33,.01) 36%, rgba(28,42,33,.72) 100%); pointer-events: none; }
.hero-caption { position: absolute; right: 28px; bottom: 28px; left: 28px; display: grid; gap: 7px; color: var(--white); }
.caption-kicker { color: var(--sun); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-caption strong { max-width: 230px; font-family: var(--display); font-size: 27px; font-weight: 500; line-height: 1.05; }
.glass-card { position: absolute; border: 1px solid rgba(255,255,255,.4); background: rgba(255,253,248,.83); box-shadow: var(--shadow-soft); backdrop-filter: blur(11px); }
.hero-logo-card { top: 38px; right: -62px; display: grid; place-items: center; width: 136px; height: 136px; padding: 8px; border-radius: 50%; transform: rotate(8deg); }
.hero-logo-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.hero-note { right: -48px; bottom: 74px; display: flex; align-items: center; gap: 10px; padding: 12px 16px 12px 12px; border-radius: 999px; color: var(--ink); font-size: 12px; transform: rotate(-7deg); }
.hero-note strong { font-weight: 800; }
.note-sun { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 18px; }
.hero-orbit { position: absolute; border: 1px solid rgba(65,98,77,.38); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 580px; height: 220px; top: 110px; left: -18px; transform: rotate(-28deg); }
.orbit-two { width: 380px; height: 140px; top: 235px; right: -74px; border-color: rgba(210,111,84,.38); transform: rotate(51deg); }
.hero-controls { display: flex; justify-content: center; gap: 12px; margin-top: 30px; transform: rotate(-2deg); }
.hero-control { display: flex; align-items: center; gap: 12px; min-width: 112px; padding: 9px 14px; border: 0; border-bottom: 2px solid rgba(45,42,38,.18); color: var(--muted); background: transparent; text-align: left; transition: border-color .2s ease, color .2s ease; }
.hero-control small { font-size: 12px; font-weight: 700; }
.hero-control:hover, .hero-control.is-active { border-color: var(--coral); color: var(--ink); }
.hero-bottom { position: absolute; z-index: 2; right: 0; bottom: 30px; left: 0; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scroll-line { display: block; width: 90px; height: 1px; background: var(--line); }

.audience-strip { position: relative; z-index: 3; margin-top: -32px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: var(--shadow-3d); }
.audience-card { display: flex; align-items: center; gap: 15px; min-height: 118px; padding: 22px 24px; color: var(--ink); transition: transform .22s ease, filter .22s ease; }
.audience-card:hover { position: relative; z-index: 2; transform: translateY(-8px); filter: saturate(1.08); }
.audience-card strong, .audience-card small { display: block; }
.audience-card strong { font-family: var(--display); font-size: 21px; font-weight: 600; line-height: 1; }
.audience-card small { margin-top: 7px; font-size: 11px; font-weight: 700; }
.audience-card-sage { background: var(--sage-soft); }
.audience-card-coral { color: var(--white); background: var(--coral); }
.audience-card-indigo { color: var(--white); background: var(--indigo); }
.arrow-circle { display: grid; place-items: center; width: 37px; height: 37px; margin-left: auto; border: 1px solid currentColor; border-radius: 50%; font-size: 18px; transition: transform .2s ease; }
.audience-card:hover .arrow-circle { transform: rotate(45deg); }

.intro-section { padding: 156px 0 134px; }
.intro-grid { display: grid; grid-template-columns: .42fr 1fr; gap: clamp(46px, 9vw, 148px); }
.intro-side { position: relative; min-height: 300px; }
.side-script { display: block; margin-top: 84px; color: var(--coral); font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4rem); font-style: italic; line-height: .9; }
.seed-symbol { position: absolute; right: 10%; bottom: 4px; width: 74px; height: 74px; border: 1px solid var(--coral); border-radius: 50%; }
.seed-symbol::before { content: ""; position: absolute; width: 1px; height: 58px; right: 34px; bottom: 6px; background: var(--coral); transform: rotate(34deg); }
.seed-symbol span, .seed-symbol i { position: absolute; width: 20px; height: 32px; border-radius: 100% 0 100% 0; background: var(--sage); transform: rotate(39deg); }
.seed-symbol span { top: 8px; left: 20px; }
.seed-symbol i { right: 7px; bottom: 14px; background: var(--sun); transform: rotate(199deg); }
.intro-content { max-width: 805px; }
.intro-content h2 { max-width: 830px; font-size: clamp(3rem, 5.5vw, 5.7rem); }
.intro-content h2 em { color: var(--sage-deep); }
.intro-lede { max-width: 650px; margin: 32px 0 38px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.quote-inline { display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: start; max-width: 650px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quote-mark { color: var(--sun); font-family: var(--display); font-size: 66px; line-height: .7; }
.quote-inline p { font-family: var(--display); font-size: 21px; line-height: 1.25; }
.quote-inline + .text-link { margin-top: 30px; }

.principles-section { padding: 12px 0 145px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { max-width: 680px; font-size: clamp(3rem, 5vw, 5.4rem); }
.section-heading h2 em { color: var(--coral); }
.section-heading-note { max-width: 300px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; perspective: 1000px; }
.principle-card { position: relative; min-height: 378px; padding: 25px 24px 23px; overflow: hidden; border-radius: var(--radius-md); box-shadow: 0 10px 0 rgba(45,42,38,.08); transform-style: preserve-3d; transition: transform .16s ease, box-shadow .2s ease; }
.principle-card:hover { box-shadow: var(--shadow-3d); }
.principle-card::after { content: ""; position: absolute; width: 200px; height: 200px; right: -92px; bottom: -85px; border: 1px solid currentColor; border-radius: 50%; opacity: .25; }
.card-sage { color: var(--white); background: var(--sage); }
.card-yellow { color: var(--ink); background: var(--sun); }
.card-coral { color: var(--white); background: var(--coral); }
.card-indigo { color: var(--white); background: var(--indigo); }
.card-topline { display: flex; justify-content: flex-end; font-size: 11px; font-weight: 800; }
.card-icon { font-size: 26px; line-height: .7; }
.principle-card h3 { margin-top: 89px; font-size: 39px; }
.principle-card p { max-width: 220px; margin-top: 18px; font-size: 14px; line-height: 1.55; opacity: .86; }
.card-word { position: absolute; right: 22px; bottom: 18px; font-family: var(--display); font-size: 17px; font-style: italic; opacity: .82; }

.programs-section { padding: 133px 0 145px; color: var(--white); }
.section-heading-light .eyebrow, .section-heading-light .section-heading-note { color: rgba(255,253,248,.74); }
.section-heading-light h2 em { color: var(--sun); }
.programs-grid { display: grid; grid-template-columns: 1.23fr .77fr; grid-template-rows: auto auto; gap: 18px; }
.program-card { position: relative; overflow: hidden; border-radius: var(--radius-md); background: rgba(255,253,248,.1); }
.program-large { grid-row: span 2; display: grid; grid-template-rows: 320px 1fr; }
.program-small { display: grid; grid-template-columns: 42% 58%; min-height: 286px; }
.program-image { position: relative; overflow: hidden; }
.program-large .program-image { height: 320px; }
.program-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(34,42,30,.68)); }
.program-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.program-card:hover .program-image img { transform: scale(1.07); }
.program-tag { position: absolute; z-index: 1; left: 18px; bottom: 16px; padding: 6px 11px; border-radius: 999px; color: var(--ink); background: var(--sun); font-size: 10px; font-weight: 800; }
.program-body { padding: 28px 30px 30px; }
.program-index { color: rgba(255,253,248,.62); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.program-body h3 { margin-top: 22px; font-size: clamp(2rem, 3vw, 3.15rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
.program-body h3 em { color: var(--sun); }
.program-body p { max-width: 450px; margin: 20px 0 27px; color: rgba(255,253,248,.75); font-size: 14px; line-height: 1.65; }
.program-small .program-body { padding: 26px 24px; }
.program-small .program-body h3 { margin-top: 16px; font-size: 2rem; }
.program-small .program-body p { margin: 14px 0 20px; font-size: 13px; }
.program-small .program-image { min-height: 286px; }
.program-accent { color: var(--ink); background: var(--sun); }
.program-accent .program-index { color: rgba(45,42,38,.62); }
.program-accent .program-body p { color: rgba(45,42,38,.72); }
.program-accent .program-body h3 em { color: var(--coral); }
.program-symbol { position: absolute; top: 14px; right: 24px; color: rgba(255,255,255,.82); font-size: 62px; line-height: 1; }
.program-accent .program-symbol { color: var(--coral); }

.blog-teaser-section { padding: 130px 0 142px; color: var(--white); }
.blog-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.blog-teaser-card { position: relative; display: flex; min-height: 292px; flex-direction: column; padding: 26px 24px 23px; overflow: hidden; border: 1px solid rgba(255,253,248,.18); border-radius: var(--radius-md); background: rgba(255,253,248,.1); transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.blog-teaser-card::after { content: ""; position: absolute; right: -70px; bottom: -82px; width: 190px; height: 190px; border: 1px solid rgba(255,253,248,.3); border-radius: 50%; }
.blog-teaser-card:hover { transform: translateY(-8px); background: rgba(255,253,248,.16); box-shadow: var(--shadow-3d); }
.blog-category { color: var(--sun); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.blog-teaser-card h3 { max-width: 300px; margin-top: auto; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.02; }
.blog-teaser-card:nth-child(2) h3 { color: var(--sun); }
.blog-teaser-card:nth-child(3) h3 { color: var(--coral-soft); }
.blog-read { display: inline-flex; align-items: center; gap: 8px; margin-top: 27px; font-size: 12px; font-weight: 800; }
.blog-read span { font-size: 18px; }
.blog-all-link { margin-top: 30px; }

.day-section { padding: 150px 0 165px; }
.day-grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(60px, 11vw, 170px); align-items: center; }
.day-copy h2 { max-width: 590px; font-size: clamp(3.2rem, 5vw, 5.3rem); }
.day-copy h2 em { color: var(--sage-deep); }
.day-copy > p { max-width: 500px; margin: 29px 0 33px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.timeline { position: relative; padding-left: 60px; }
.timeline-line { position: absolute; top: 12px; bottom: 11px; left: 110px; width: 1px; background: var(--line); z-index: 0; }
.timeline-item { position: relative; display: block; min-height: 126px; padding-left: 114px; }
.timeline-dot { position: absolute; top: 1px; left: 45px; width: 11px; height: 11px; border: 3px solid var(--paper); border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 1px var(--coral); z-index: 1; }
.timeline-item h3 { font-size: 26px; }
.timeline-item p { max-width: 260px; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.gallery-section { padding: 142px 0 154px; }
.masonry-grid { display: grid; grid-template-columns: 1.03fr 1.17fr .75fr; grid-template-rows: 220px 330px; gap: 18px; }
.gallery-item { position: relative; min-height: 180px; margin: 0; overflow: hidden; border-radius: var(--radius-sm); background: var(--sage); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .7s ease; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.16); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(35, 31, 25, .68)); pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 1; right: 17px; bottom: 14px; left: 17px; color: var(--white); font-size: 12px; font-weight: 800; }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 1; }
.gallery-small { grid-column: 3; }
.gallery-bottom { grid-column: 2 / span 2; }

.confidence-section { padding: 120px 0; overflow: hidden; }
.confidence-grid { display: grid; grid-template-columns: .6fr 1fr; gap: clamp(50px, 11vw, 170px); align-items: center; }
.confidence-stamp { display: grid; place-items: center; width: 260px; height: 260px; margin-left: 5%; border: 1px solid rgba(45,42,38,.46); border-radius: 50%; text-align: center; transform: rotate(-11deg); }
.confidence-stamp::before { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(45,42,38,.2); border-radius: 50%; }
.confidence-stamp span { margin-bottom: -50px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.confidence-stamp strong { font-family: var(--display); font-size: 46px; line-height: .76; }
.confidence-stamp small { margin-top: -50px; font-size: 10px; font-weight: 800; }
.confidence-copy h2 { max-width: 700px; font-size: clamp(3.2rem, 5.2vw, 5.5rem); }
.confidence-copy h2 em { color: var(--indigo); }
.confidence-copy > p:not(.eyebrow) { max-width: 540px; margin: 30px 0; font-size: 17px; line-height: 1.7; }

.contact-section { padding: 140px 0 150px; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: start; gap: clamp(55px, 10vw, 140px); }
.contact-copy h2 { max-width: 650px; font-size: clamp(3.2rem, 5.2vw, 5.7rem); }
.contact-copy h2 em { color: var(--sun); }
.contact-copy > p:not(.eyebrow) { max-width: 510px; margin-top: 28px; color: rgba(255,253,248,.74); font-size: 17px; line-height: 1.7; }
.contact-details { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 64px; padding-top: 23px; border-top: 1px solid rgba(255,253,248,.18); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: rgba(255,253,248,.54); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { margin-top: 6px; font-size: 13px; }
.contact-form { padding: 33px 30px 29px; border: 1px solid rgba(255,253,248,.22); border-radius: var(--radius-md); background: rgba(255,253,248,.07); box-shadow: 0 22px 45px rgba(15,19,40,.16); backdrop-filter: blur(8px); }
.form-heading { display: flex; align-items: center; gap: 15px; padding-bottom: 21px; border-bottom: 1px solid rgba(255,253,248,.2); }
.form-heading p { font-family: var(--display); font-size: 24px; }
.contact-form label { display: block; margin-top: 23px; color: rgba(255,253,248,.62); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 6px; padding: 10px 0; border: 0; border-bottom: 1px solid rgba(255,253,248,.26); outline: 0; color: var(--white); background: transparent; font-size: 14px; letter-spacing: 0; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,253,248,.35); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--sun); }
.contact-form .button { margin-top: 29px; }
.form-note { margin-top: 13px; color: rgba(255,253,248,.45); font-size: 10px; line-height: 1.4; }
.form-success { margin-top: 13px; color: var(--sun); font-size: 12px; font-weight: 800; }

.faq-section { padding: 143px 0 158px; }
.faq-grid { display: grid; grid-template-columns: .76fr 1fr; gap: clamp(50px, 10vw, 150px); }
.faq-intro h2 { max-width: 510px; font-size: clamp(3.1rem, 5vw, 5.1rem); }
.faq-intro h2 em { color: var(--sage-deep); }
.faq-intro > p:not(.eyebrow) { max-width: 360px; margin-top: 28px; color: var(--muted); font-size: 15px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 0; list-style: none; font-family: var(--display); font-size: 21px; font-weight: 600; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); font-family: var(--body); font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 570px; padding: 0 55px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.site-footer { color: var(--white); background: var(--indigo-deep); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; min-height: 190px; }
.brand-lockup-footer { color: var(--white); }
.brand-lockup-footer .brand-mark { border-color: var(--white); }
.footer-top p { color: rgba(255,253,248,.68); font-family: var(--display); font-size: 22px; line-height: 1.05; }
.footer-backtop { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; }
.footer-backtop span { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,253,248,.4); border-radius: 50%; font-size: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,253,248,.16); color: rgba(255,253,248,.46); font-size: 10px; font-weight: 700; letter-spacing: .04em; }

.mobile-menu { position: fixed; z-index: 40; inset: 0; display: flex; flex-direction: column; padding: 28px 28px 35px; color: var(--white); background: var(--indigo-deep); transform: translateX(100%); transition: transform .42s cubic-bezier(.8,0,.2,1); }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu .eyebrow { margin: 0; color: var(--sun); }
.menu-close { display: block; color: var(--white); font-size: 35px; line-height: 1; }
.mobile-menu nav { display: grid; gap: 4px; margin-top: auto; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-family: var(--display); font-size: 31px; }
.mobile-menu nav a span { font-family: var(--body); font-size: 20px; }
.mobile-menu > p { margin-top: 35px; color: rgba(255,255,255,.55); font-size: 12px; }

.chat-launcher { position: fixed; z-index: 31; right: 25px; bottom: 24px; display: flex; align-items: center; gap: 10px; padding: 8px 15px 8px 9px; border: 0; border-radius: 999px; color: var(--ink); background: var(--sun); box-shadow: 0 16px 30px rgba(75,62,34,.22); font-size: 12px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.chat-launcher:hover { transform: translateY(-4px); box-shadow: 0 20px 34px rgba(75,62,34,.28); }
.chat-launcher-avatar { flex: 0 0 37px; width: 37px; height: 37px; border: 1px solid rgba(242,182,75,.62); border-radius: 50%; background-image: url("images/mothbit.webp"), radial-gradient(circle at 50% 72%, rgba(242,182,75,.24), rgba(19,22,61,.98) 72%); background-position: center bottom, center; background-repeat: no-repeat; background-size: 88% auto, cover; box-shadow: inset 0 0 0 3px rgba(255,255,255,.08), 0 5px 13px rgba(26,22,62,.25); animation: mothbit-float 4.8s ease-in-out infinite; }
.chat-panel { position: fixed; z-index: 32; right: 25px; bottom: 83px; display: flex; flex-direction: column; width: min(380px, calc(100vw - 32px)); height: min(575px, calc(100vh - 120px)); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 70px rgba(31,26,20,.27); opacity: 0; pointer-events: none; transform: translateY(15px) scale(.98); transform-origin: bottom right; transition: opacity .22s ease, transform .22s ease; }
.chat-panel.is-open { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.chat-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; color: var(--white); background: var(--indigo-deep); }
.chat-profile { display: flex; align-items: center; gap: 12px; min-width: 0; }
.chat-avatar { flex: 0 0 56px; width: 56px; height: 56px; border: 1px solid rgba(242,182,75,.68); border-radius: 18px; background-image: url("images/mothbit.webp"), radial-gradient(circle at 50% 72%, rgba(242,182,75,.25), rgba(19,22,61,.98) 72%); background-position: center bottom, center; background-repeat: no-repeat; background-size: 92% auto, cover; box-shadow: inset 0 0 0 3px rgba(255,255,255,.07), 0 0 25px rgba(242,182,75,.18); animation: mothbit-float 4.8s ease-in-out infinite; }
.chat-status { display: flex; align-items: center; gap: 7px; color: var(--sun); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.chat-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 5px rgba(242,182,75,.14); }
.chat-header strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 22px; font-weight: 500; line-height: 1.05; }
.chat-close { border: 0; color: var(--white); background: transparent; font-size: 29px; line-height: 1; }
.chat-messages { flex: 1; overflow-y: auto; padding: 20px; }
.chat-message { display: flex; align-items: flex-start; gap: 9px; max-width: 87%; margin: 0 0 13px; padding: 12px 14px; border-radius: 4px 15px 15px 15px; color: var(--ink); background: var(--sage-soft); font-size: 13px; line-height: 1.5; }
.chat-message-bot::before { content: ""; flex: 0 0 27px; width: 27px; height: 31px; margin-top: -2px; background: url("images/mothbit.webp") center bottom / 100% auto no-repeat; filter: drop-shadow(0 3px 4px rgba(19,22,61,.18)); }
.chat-message-user { margin-right: 0; margin-left: auto; border-radius: 15px 4px 15px 15px; color: var(--white); background: var(--coral); }
.chat-quick-replies { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }
.chat-quick-replies button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 700; }
.chat-quick-replies button:hover { border-color: var(--coral); color: var(--coral); }
.chat-form { display: flex; gap: 8px; margin: 0 14px 10px; padding: 6px 7px 6px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.chat-form input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.chat-form input::placeholder { color: #9e968b; }
.chat-form button { display: grid; place-items: center; width: 33px; height: 33px; border: 0; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 18px; }
.chat-disclaimer { padding: 0 20px 13px; color: #9e968b; font-size: 9px; text-align: center; }
@keyframes mothbit-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-3px) rotate(-1deg); } }
@media (prefers-reduced-motion: reduce) { .chat-launcher-avatar, .chat-avatar { animation: none; } }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .11s; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 1020px) {
  .shell { width: min(calc(100% - 42px), var(--container)); }
  .desktop-nav { gap: 15px; font-size: 12px; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { gap: 35px; }
  .hero-copy h1 { font-size: clamp(3.6rem, 7.3vw, 5.5rem); }
  .hero-frame { width: min(100%, 465px); }
  .hero-image-wrap { height: 460px; }
  .hero-logo-card { right: -30px; width: 110px; height: 110px; }
  .hero-note { right: -23px; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .principle-card h3 { margin-top: 72px; }
  .program-large { grid-row: auto; }
  .programs-grid { grid-template-columns: 1fr 1fr; }
  .program-large { grid-column: span 2; }
  .program-small { grid-template-columns: 1fr; }
  .program-small .program-image { min-height: 220px; }
}

@media (max-width: 740px) {
  .shell { width: min(calc(100% - 34px), var(--container)); }
  .site-header { position: absolute; }
  .header-inner { min-height: 78px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px 0 10px 10px; }
  .menu-toggle span { display: block; width: 27px; height: 2px; background: var(--ink); }
  .hero { padding: 122px 0 90px; }
  .hero::before { width: 300px; height: 300px; top: -160px; left: -180px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: 430px; font-size: clamp(3.35rem, 16vw, 5rem); }
  .hero-lede { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 27px; }
  .hero-microcopy { margin-top: 36px; }
  .hero-visual { min-height: auto; margin-top: 22px; padding-bottom: 28px; }
  .hero-frame { width: calc(100% - 18px); margin-left: 0; transform: rotate(1.5deg); }
  .hero-image-wrap { height: 390px; }
  .hero-logo-card { top: 26px; right: -18px; width: 91px; height: 91px; }
  .hero-note { right: -14px; bottom: 59px; padding: 9px 11px 9px 8px; font-size: 10px; }
  .hero-note .note-sun { width: 24px; height: 24px; font-size: 15px; }
  .orbit-one { width: 380px; height: 145px; top: 111px; left: -63px; }
  .orbit-two { width: 245px; height: 100px; top: 205px; right: -68px; }
  .hero-controls { justify-content: flex-start; margin-top: 22px; transform: none; }
  .hero-control { min-width: 0; flex: 1; padding-inline: 4px; gap: 7px; }
  .hero-control small { font-size: 10px; }
  .hero-bottom { display: none; }
  .audience-strip { margin-top: -1px; }
  .audience-grid { grid-template-columns: 1fr; box-shadow: none; }
  .audience-card { min-height: 86px; padding: 18px 20px; }
  .audience-card strong { font-size: 19px; }
  .audience-card small { margin-top: 4px; }
  .intro-section, .gallery-section, .faq-section { padding: 90px 0; }
  .intro-grid, .day-grid, .confidence-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-side { min-height: 170px; }
  .side-script { margin-top: 48px; font-size: 2.8rem; }
  .seed-symbol { right: 10px; bottom: 0; transform: scale(.8); }
  .intro-content h2, .section-heading h2, .day-copy h2, .confidence-copy h2, .contact-copy h2, .faq-intro h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .intro-lede { font-size: 17px; }
  .quote-inline { grid-template-columns: 34px 1fr; gap: 13px; }
  .quote-inline p { font-size: 18px; }
  .principles-section, .programs-section, .day-section, .contact-section { padding: 90px 0; }
  .blog-teaser-section { padding: 90px 0; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading-note { margin-top: 20px; }
  .principles-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .principle-card { min-height: 325px; padding: 19px 16px; border-radius: 17px; }
  .principle-card h3 { margin-top: 62px; font-size: 30px; }
  .principle-card p { font-size: 12px; }
  .card-word { right: 15px; bottom: 13px; font-size: 14px; }
  .programs-grid { grid-template-columns: 1fr; }
  .program-large { grid-column: auto; grid-template-rows: 220px auto; }
  .program-large .program-image { height: 220px; }
  .program-small { grid-template-columns: 44% 56%; min-height: 228px; }
  .program-small .program-image { min-height: 228px; }
  .program-small .program-body { padding: 18px 17px; }
  .program-body h3, .program-small .program-body h3 { font-size: 1.8rem; }
  .program-body p, .program-small .program-body p { margin: 12px 0 15px; font-size: 12px; }
  .program-body { padding: 23px 20px; }
  .day-grid { gap: 46px; }
  .blog-teaser-grid { grid-template-columns: 1fr; gap: 10px; }
  .blog-teaser-card { min-height: 225px; }
  .timeline { padding-left: 0; }
  .timeline-line { left: 65px; }
  .timeline-item { min-height: 120px; padding-left: 87px; }
  .timeline-dot { left: 60px; }
  .timeline-item h3 { font-size: 24px; }
  .masonry-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 185px 220px; gap: 10px; }
  .gallery-tall { grid-row: span 2; }
  .gallery-wide { grid-column: auto; }
  .gallery-small { grid-column: auto; }
  .gallery-bottom { grid-column: 1 / span 2; }
  .confidence-stamp { width: 214px; height: 214px; margin: 0 auto; }
  .confidence-stamp::before { width: 257px; height: 257px; }
  .confidence-stamp strong { font-size: 37px; }
  .contact-details { margin-top: 40px; }
  .contact-form { padding: 26px 19px 24px; }
  .faq-grid { gap: 38px; }
  .faq-list summary { font-size: 19px; }
  .faq-list details p { padding-right: 16px; font-size: 13px; }
  .footer-top { grid-template-columns: 1fr auto; min-height: 170px; }
  .footer-top p { grid-column: 1 / -1; grid-row: 2; font-size: 18px; }
  .footer-bottom { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-bottom span:last-child { grid-column: 1 / -1; }
  .chat-launcher { right: 16px; bottom: 16px; }
  .chat-panel { right: 16px; bottom: 74px; width: calc(100vw - 32px); height: min(550px, calc(100vh - 98px)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Floating Mothbit assistant: transparent, calm and cursor-aware. */
.chat-launcher {
  right: 24px;
  bottom: 20px;
  width: 164px;
  height: 122px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  isolation: isolate;
  transition: filter .25s ease;
}

.chat-launcher:hover {
  transform: none;
  box-shadow: none;
  filter: saturate(1.04);
}

.chat-launcher:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 6px;
}

.chat-launcher-avatar {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  --mothbit-cell-w: 96px;
  --mothbit-cell-h: 104px;
  width: var(--mothbit-cell-w);
  height: var(--mothbit-cell-h);
  flex: none;
  border: 0;
  border-radius: 0;
  background: url("images/mothbit-idle-strip.webp") 0 0 / calc(var(--mothbit-cell-w) * 8) var(--mothbit-cell-h) no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 15px 10px rgba(24, 19, 46, .3));
  animation: mothbit-idle 3.4s steps(7, end) infinite, mothbit-float 4.8s ease-in-out infinite;
  transform-origin: 50% 90%;
  overflow: visible;
}

.chat-launcher-avatar:hover,
.chat-launcher:focus-visible .chat-launcher-avatar {
  background-image: url("images/mothbit-walk-strip.webp");
  animation: mothbit-walk 1.05s steps(7, end) infinite, mothbit-float 4.8s ease-in-out infinite;
}

@keyframes mothbit-idle {
  from { background-position: 0 0; }
  to { background-position: calc(var(--mothbit-cell-w) * -7) 0; }
}

@keyframes mothbit-walk {
  from { background-position: 0 0; }
  to { background-position: calc(var(--mothbit-cell-w) * -7) 0; }
}

.chat-launcher-bubble {
  position: absolute;
  top: 2px;
  right: 102px;
  z-index: 2;
  display: block;
  width: 145px;
  padding: 9px 11px;
  border: 1px solid rgba(65, 50, 36, .14);
  border-radius: 14px 14px 14px 5px;
  color: var(--ink);
  background: #fffaf2;
  box-shadow: 0 12px 26px rgba(75, 62, 34, .16);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.chat-launcher-bubble::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -6px;
  width: 11px;
  height: 11px;
  border-right: 1px solid rgba(65, 50, 36, .14);
  border-bottom: 1px solid rgba(65, 50, 36, .14);
  background: #fffaf2;
  transform: rotate(45deg);
}

.chat-launcher:hover .chat-launcher-bubble,
.chat-launcher:focus-visible .chat-launcher-bubble {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(75, 62, 34, .2);
}

/* Keep the open panel clear of the floating mascot and its speech bubble. */
.chat-panel {
  bottom: 158px;
}

.chat-launcher-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .chat-launcher {
    right: 12px;
    bottom: 12px;
    width: 148px;
    height: 112px;
  }

  .chat-launcher-avatar {
    --mothbit-cell-w: 88px;
    --mothbit-cell-h: 95px;
  }

  .chat-launcher-bubble {
    right: 94px;
    width: 132px;
    padding: 8px 10px;
    font-size: 10px;
  }

  .chat-panel {
    bottom: 128px;
    height: min(550px, calc(100vh - 154px));
  }
}
