@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}
:root {
  --purple: #953378;
  --green: #95c31f;
  --blue: #36a9e1;
  --ink: #2f2c32;
  --muted: #6f6871;
  --paper: #fbfaf7;
  --sand: #f1ece3;
  --white: #fff;
  --line: rgba(47, 44, 50, .14);
  --shadow: 0 24px 70px rgba(65, 49, 59, .12);
  --radius: 28px;
  --shell: min(1160px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.72; font-weight: 400; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 900px; }
.section-pad { padding: clamp(78px, 10vw, 140px) 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; transform: translateY(-150%); padding: .7rem 1rem; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(251,250,247,.9); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(47,44,50,.05); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: min(340px, 43vw); }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); font-size: .86rem; }
.main-nav a { text-decoration: none; position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--purple); transition: .25s; }
.main-nav a:hover::after { right: 0; }
.nav-cta { padding: .68rem 1rem; border: 1px solid var(--purple); border-radius: 999px; color: var(--purple); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px; }
.hero { position: relative; overflow: hidden; padding-top: clamp(58px, 7vw, 96px); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(45px, 7vw, 100px); }
.hero h1, h2 { font-family: "Comfortaa", sans-serif; font-weight: 300; line-height: 1.18; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(2.8rem, 5.4vw, 5.3rem); margin: .2em 0 .35em; max-width: 12ch; }
h2 { font-size: clamp(2rem, 4vw, 3.45rem); margin: .2em 0 .6em; }
h3 { font-family: "Comfortaa", sans-serif; font-weight: 400; line-height: 1.35; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 600; color: var(--purple); margin: 0 0 1.2rem; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.26rem); max-width: 47ch; }
.lead p { margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 2.4rem; }
.button { display: inline-flex; justify-content: center; align-items: center; border: 0; border-radius: 999px; padding: .95rem 1.35rem; text-decoration: none; font-weight: 600; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--purple); color: white; box-shadow: 0 12px 28px rgba(149,51,120,.22); }
.primary:hover { background: #7f2765; }
.text-button { padding-inline: .6rem; }
.text-button span { color: var(--green); margin-left: .5rem; }
.hero-media { position: relative; isolation: isolate; padding: clamp(58px, 7vw, 86px) clamp(38px, 5vw, 66px); }
.hero-symbol { position: absolute; z-index: 0; width: 130%; max-width: none; height: auto; left: 43%; top: 40%; opacity: .22; transform: translate(-50%, -50%) rotate(-7deg); pointer-events: none; }
.hero-photo-wrap { position: relative; z-index: 1; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); }
.hero-photo-wrap img { display: block; width: 100%; height: auto; }
blockquote cite { font-style: normal; font-size: .77rem; color: var(--muted); }
.hero-quote-band { margin-top: clamp(55px, 8vw, 90px); }
.intro-section { padding-bottom: 0; }
.prose p { margin: 0 0 1.25rem; color: #4d4850; }
.two-column-text { columns: 2; column-gap: 4rem; }
.two-column-text p { break-inside: avoid; }
.method-cards { margin-top: 70px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.method-card { border-radius: var(--radius); padding: clamp(28px, 4vw, 48px); min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; }
.method-card-purple { background: #f0e3ec; }
.method-card-blue { background: #e2f3fa; }
.card-number { font-size: .74rem; letter-spacing: .14em; font-weight: 600; }
.method-card h3 { font-size: clamp(1.35rem, 2.5vw, 2rem); margin: auto 0 .55rem; }
.method-card p { color: #5b545c; }
.method-card a { margin-top: auto; text-underline-offset: 5px; }
.quote-band { margin-top: 90px; background: var(--sand); overflow: hidden; }
.quote-band .shell { min-height: 300px; display: flex; align-items: center; justify-content: center; position: relative; }
.quote-band img { position: absolute; width: 330px; opacity: .13; right: 3%; }
.quote-band blockquote { position: relative; text-align: center; max-width: 800px; margin: 0; padding: 70px 20px; }
.quote-band p { font-family: "Comfortaa"; font-size: clamp(1.7rem, 4vw, 3.1rem); line-height: 1.45; color: var(--purple); margin: 0 0 1rem; }
.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.portrait-card { width: 100%; max-width: 620px; margin-inline: auto; padding: 0; background: transparent; border-radius: 0; box-shadow: none; transform: none; }
.portrait-image-frame { width: 100%; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); background: #d7d7d7; }
.portrait-image-frame img { display: block; width: 100%; max-width: 100%; height: auto; transform: none; }
.portrait-card span, .portrait-card figcaption { display: block; width: 100%; padding: 12px 0 0; font-size: .8rem; line-height: 1.4; color: var(--muted); text-align: left; }
.audience-section { background: #f4f1eb; }
.section-heading { max-width: 780px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.audience-section .section-heading .prose p:last-child { margin: 2.4rem 0 0; }
.audience-section .section-heading .prose p:last-child strong { font-family: "Comfortaa"; font-size: clamp(1.18rem, 2vw, 1.38rem); font-weight: 500; color: var(--ink); }
.audience-list { max-width: 900px; margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 0; }
.audience-list li { position: relative; padding: 18px 0 18px 34px; border-bottom: 1px solid var(--line); font-family: "Comfortaa"; line-height: 1.55; }
.audience-list li:first-child { border-top: 1px solid var(--line); }
.audience-list li::before { content: ""; position: absolute; left: 2px; top: 1.65rem; width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.audience-list p { margin: 0; }
.lesson-header { display: flex; justify-content: space-between; gap: 40px; align-items: flex-end; border-bottom: 1px solid var(--line); margin-bottom: 55px; }
.lesson-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; padding-bottom: 28px; }
.lesson-meta span { border: 1px solid var(--line); border-radius: 999px; padding: .5rem .8rem; font-size: .75rem; }
.lesson-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.soft-callout { margin-top: 35px; padding: 25px; border-left: 4px solid var(--green); background: #f1f6e5; }
.soft-callout p { margin: .5rem 0; }
.soft-callout a { color: #536d0d; font-weight: 600; }
.photo-collage { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.photo-collage { align-items: start; }
.photo-collage img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: 18px; }
.photo-a { grid-row: span 2; min-height: 0; }
.photo-b, .photo-c { min-height: 0; }
.photo-credit { margin-top: 20px; font-size: .68rem; color: var(--muted); text-align: right; }
.individual-section { background: #ece6ed; }
.individual-image { position: relative; }
.individual-image::before { content: none; }
.individual-image img { position: relative; display: block; border-radius: 18px; width: 100%; height: auto; box-shadow: var(--shadow); }
.status-note { margin-top: 30px; border-top: 1px solid rgba(149,51,120,.3); padding-top: 25px; }
.status-note span { display: inline-block; color: var(--purple); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; }
.status-note p { margin-bottom: 0; }
.about-section { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.about-portrait { position: relative; }
.portrait-shape { overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); }
.portrait-shape img { display: block; width: 100%; height: auto; }
.newsletter-section { background: #28242a; color: white; position: relative; overflow: hidden; }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 130px); position: relative; z-index: 1; }
.newsletter-copy .eyebrow { color: var(--green); }
.newsletter-copy p:last-child { color: #cfc8d0; max-width: 46ch; }
.newsletter-form { background: white; color: var(--ink); border-radius: 26px; padding: clamp(26px, 4vw, 46px); }
.newsletter-form .form-field { margin-bottom: 19px; }
.newsletter-form .form-label label { display: block; margin-bottom: 7px; font-weight: 600; font-size: .82rem; }
.newsletter-form .required { color: var(--purple); }
.newsletter-form input[type="text"], .newsletter-form input[type="email"] { width: 100%; border: 1px solid #d3ccd4; border-radius: 12px; padding: .9rem 1rem; outline: none; font: inherit; }
.newsletter-form input[type="text"]:focus, .newsletter-form input[type="email"]:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(149,51,120,.12); }
.newsletter-form [data-grav-field="checkbox"] .form-input-wrapper { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; font-size: .74rem; color: var(--muted); margin: 23px 0; }
.newsletter-form [data-grav-field="checkbox"] input { margin-top: 4px; accent-color: var(--purple); }
.newsletter-form [data-grav-field="checkbox"] label { display: block !important; }
.newsletter-form .buttons { margin-top: 24px; }
.newsletter-form .alert { border-radius: 12px; padding: .85rem 1rem; margin-bottom: 18px; background: #edf5dc; color: #405d0c; font-size: .84rem; }
.newsletter-form .form-errors { color: #a52b4d; font-size: .78rem; margin-top: 6px; }
.full { width: 100%; }
.form-note { font-size: .68rem; color: var(--muted); margin: 18px 0 0; }
.form-status { margin: 12px 0 0; font-size: .82rem; font-weight: 600; }
.form-status.success { color: #4f7210; }
.form-status.error { color: #a52b4d; }
.site-footer { background: #f0ece6; padding: 55px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 50px; }
.footer-logo { width: min(360px, 100%); }
.site-footer h2 { font-family: "Manrope"; font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; margin: 0 0 1.1rem; }
.site-footer p { font-size: .84rem; }
.footer-link { border: 0; padding: 0; background: transparent; text-decoration: underline; color: inherit; }
.footer-cookie-note { max-width: 34rem; color: var(--muted); font-size: .72rem !important; line-height: 1.55; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 35px; padding-top: 20px; display: flex; justify-content: space-between; font-size: .72rem; color: var(--muted); }
.cookie-consent { position: fixed; z-index: 90; left: 20px; right: 20px; bottom: 20px; max-width: 980px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 26px; color: white; background: rgba(40, 36, 42, .98); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: 0 22px 70px rgba(0,0,0,.3); }
.cookie-consent[hidden] { display: none; }
.cookie-consent-copy { max-width: 590px; }
.cookie-consent-copy strong { font-size: 1rem; }
.cookie-consent-copy p { margin: .35rem 0 .2rem; color: #ddd6de; font-size: .78rem; line-height: 1.55; }
.cookie-details { padding: 0; border: 0; color: #fff; background: transparent; text-decoration: underline; font-size: .74rem; }
.cookie-consent-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cookie-choice { min-height: 44px; border: 1px solid transparent; border-radius: 999px; padding: .7rem 1rem; font-weight: 600; white-space: nowrap; }
.cookie-choice.secondary { color: white; background: transparent; border-color: rgba(255,255,255,.65); }
.cookie-choice.secondary:hover { background: rgba(255,255,255,.1); }
.small { padding: .65rem 1rem; white-space: nowrap; }
.info-dialog { max-width: 580px; border: 0; border-radius: 24px; padding: 35px; box-shadow: var(--shadow); }
.info-dialog::backdrop { background: rgba(40,36,42,.6); }
.info-dialog h2 { font-size: 1.8rem; }
.dialog-close { position: absolute; right: 18px; top: 12px; border: 0; background: transparent; font-size: 2rem; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); }
  .site-header { background: var(--paper); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .header-inner { min-height: 76px; }
  .brand img { width: min(285px, 70vw); }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; width: 100%; min-height: 100vh; min-height: 100dvh; overflow-y: auto; background: var(--paper); flex-direction: column; justify-content: center; padding: 90px 24px 40px; font-size: 1.2rem; transform: translateY(-105%); visibility: hidden; pointer-events: none; transition: transform .3s ease, visibility 0s linear .3s; }
  .main-nav.open { transform: translateY(0); visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .hero-grid, .split-grid, .lesson-grid, .about-grid, .newsletter-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-right: 10%; }
  .hero-media { margin-top: 20px; padding: clamp(52px, 8vw, 78px) clamp(34px, 7vw, 58px); }
  .hero-symbol { width: 124%; left: 46%; top: 43%; opacity: .21; }
  .two-column-text { columns: 1; }
  .lesson-header { align-items: flex-start; flex-direction: column; }
  .lesson-meta { justify-content: flex-start; padding-bottom: 25px; }
  .lesson-grid { gap: 50px; }
  .photo-collage { order: -1; }
  .about-portrait { max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .cookie-consent { align-items: stretch; flex-direction: column; gap: 18px; }
  .cookie-consent-actions { justify-content: flex-end; }
}
@media (max-width: 600px) {
  .section-pad { padding: 72px 0; }
  .hero { padding-top: 40px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
  .hero-copy { padding-right: 0; }
  .hero-media { padding: 42px 22px; }
  .hero-symbol { width: 116%; left: 49%; top: 46%; opacity: .2; transform: translate(-50%, -50%) rotate(-6deg); }
  .method-cards { grid-template-columns: 1fr; }
  .method-card { min-height: 260px; }
  .quote-band .shell { min-height: 340px; }
  .photo-collage { grid-template-columns: 1fr; }
  .photo-a { grid-row: auto; min-height: 270px; }
  .photo-b, .photo-c { min-height: 230px; }
  .reverse-mobile .individual-image { order: 2; margin-top: 20px; }
  .newsletter-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .cookie-consent { left: 10px; right: 10px; bottom: 10px; padding: 20px; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-choice { width: 100%; }
}
