:root {
  --paper: #f7f2e8;
  --paper-deep: #eee6d7;
  --ink: #17151b;
  --muted: #625e66;
  --indigo: #30246b;
  --indigo-dark: #21184e;
  --violet: #6654cf;
  --coral: #ff735f;
  --yellow: #f4cd58;
  --teal: #49b8a8;
  --white: #fffdf8;
  --line: rgba(23, 21, 27, .17);
  --shell: 1200px;
  --header-height: 82px;
  --shadow: 0 24px 60px rgba(31, 22, 65, .14);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.sr-only { position: absolute !important; 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; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; border-radius: 6px; background: var(--ink); color: white; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 150px) 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { margin-bottom: 30px; font-size: clamp(4rem, 7.7vw, 7.7rem); }
h2 { margin-bottom: 24px; font-size: clamp(3rem, 5.6vw, 5.6rem); }
h3 { line-height: 1.15; }
em { font-weight: 400; color: var(--violet); }
.eyebrow { margin-bottom: 23px; color: var(--indigo); font-size: .74rem; font-weight: 900; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: #c9bfff; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 22px; padding: 14px 22px; border: 2px solid var(--indigo); border-radius: 7px; background: var(--indigo); color: white; font-size: .88rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--indigo-dark); box-shadow: 0 10px 24px rgba(48, 36, 107, .2); }
.button-small { min-height: 46px; padding: 10px 17px; font-size: .76rem; }
.button-coral { border-color: var(--coral); background: var(--coral); color: var(--ink); }
.button-coral:hover { background: #ff8a78; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 14px; color: var(--indigo); font-size: .9rem; font-weight: 900; text-underline-offset: 5px; }
.text-link-light { color: white; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(247, 242, 232, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: Georgia, serif; font-size: .97rem; font-weight: 700; line-height: .88; text-decoration: none; }
.wordmark-mark { display: grid; width: 36px; height: 36px; place-items: center; transform: rotate(-6deg); border-radius: 50% 50% 43% 57%; background: var(--indigo); color: var(--paper); font-size: 1.15rem; }
.nav-menu, .nav-links { display: flex; align-items: center; }
.nav-menu { gap: 18px; }
.nav-links { gap: clamp(14px, 1.7vw, 27px); }
.nav-links a { position: relative; color: #3f3b43; font-size: .74rem; font-weight: 800; text-decoration: none; }
.nav-links a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; transform: scaleX(0); background: var(--coral); content: ""; transition: transform .2s; }
.nav-links a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 48px; height: 44px; border: 0; border-radius: 6px; background: transparent; cursor: pointer; }
.menu-line { display: block; width: 24px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .2s; }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.button-join { border-color: var(--coral); background: var(--coral); color: var(--ink); cursor: pointer; }
.button-join:hover { border-color: #ff8a78; background: #ff8a78; }

.hero { position: relative; min-height: calc(100svh - var(--header-height)); overflow: hidden; padding: clamp(68px, 7vw, 105px) 0 90px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 620px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.highlight { position: relative; z-index: 0; font-style: italic; color: var(--indigo); white-space: nowrap; }
.highlight::after { position: absolute; z-index: -1; right: -.06em; bottom: .02em; left: -.02em; height: .18em; transform: rotate(-1deg); border-radius: 50%; background: var(--yellow); content: ""; }
.hero-art { position: relative; min-height: 560px; }
.conversation-card { position: absolute; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 27px; box-shadow: var(--shadow); }
.conversation-card strong { font-family: Georgia, serif; font-size: clamp(1.5rem, 2.7vw, 2.55rem); font-weight: 500; line-height: 1.05; }
.conversation-label { margin-bottom: 10px; font-size: .65rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.card-one { top: 24px; right: 14px; width: 54%; aspect-ratio: 1.2; transform: rotate(5deg); border-radius: 45% 45% 8px 45%; background: var(--coral); }
.card-two { top: 190px; left: 0; width: 63%; aspect-ratio: 1.18; transform: rotate(-4deg); border: 2px solid var(--indigo); border-radius: 8px 50% 50%; background: var(--white); color: var(--indigo); text-align: center; }
.card-two strong { font-family: inherit; font-size: clamp(1.3rem, 2.4vw, 2.2rem); font-weight: 950; letter-spacing: .03em; }
.spark { color: var(--coral); font-size: 1.5rem; }
.versus { margin: 2px 0; color: var(--muted); font-family: Georgia, serif; font-style: italic; }
.card-three { right: 5px; bottom: 10px; width: 52%; aspect-ratio: 1.3; transform: rotate(3deg); border-radius: 50% 8px 50% 50%; background: var(--indigo); color: white; }
.hero-line { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hero-line path { fill: none; stroke: var(--teal); stroke-dasharray: 7 10; stroke-linecap: round; stroke-width: 3; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .55; }
.hero-orb-one { top: 10%; left: -120px; width: 260px; height: 260px; background: #eadffd; }
.hero-orb-two { right: -130px; bottom: 0; width: 310px; height: 310px; background: #f6dca9; }

.intro { border-block: 1px solid var(--line); background: var(--white); }
.intro-layout { display: grid; grid-template-columns: 80px minmax(0, 1.4fr) minmax(300px, .75fr); align-items: start; gap: clamp(28px, 5vw, 75px); }
.intro-index { display: flex; min-height: 360px; flex-direction: column; align-items: center; gap: 20px; color: var(--indigo); font-size: .62rem; font-weight: 900; letter-spacing: .12em; writing-mode: vertical-rl; }
.vertical-rule { width: 1px; flex: 1; background: var(--line); }
.intro-heading h2 { font-size: clamp(3.3rem, 5.5vw, 5.7rem); }
.intro-heading em { display: block; }
.intro-copy { position: relative; padding-top: 70px; }
.intro-copy p { color: var(--muted); font-size: 1.04rem; }
.intro-copy p:last-child { color: var(--ink); font-weight: 700; }
.quote-mark { position: absolute; top: -25px; left: -18px; color: var(--yellow); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }

.teach { overflow: hidden; }
.section-heading { max-width: 880px; margin-bottom: 65px; }
.learning-path { position: relative; display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); list-style: none; }
.learning-path::before { position: absolute; top: 35px; right: 16%; left: 16%; height: 2px; background: repeating-linear-gradient(90deg, var(--indigo) 0 8px, transparent 8px 16px); content: ""; }
.learning-stage { position: relative; z-index: 1; padding-right: clamp(20px, 4vw, 60px); }
.stage-marker { display: grid; width: 72px; height: 72px; margin-bottom: 38px; place-items: center; border: 2px solid var(--indigo); border-radius: 50%; background: var(--paper); color: var(--indigo); font-weight: 900; }
.learning-stage:nth-child(2) .stage-marker { border-radius: 10px 50% 50%; background: var(--yellow); }
.learning-stage:nth-child(3) .stage-marker { border-color: var(--coral); background: var(--coral); color: var(--ink); }
.stage-content { padding-top: 26px; border-top: 1px solid var(--line); }
.stage-content h3 { margin-bottom: 14px; font-family: Georgia, serif; font-size: 2.35rem; font-weight: 500; }
.stage-content p { max-width: 300px; margin-bottom: 0; color: var(--muted); }

.impact-section { position: relative; overflow: hidden; background: var(--indigo-dark); color: white; }
.impact-shape { position: absolute; top: -260px; right: -180px; width: 570px; height: 570px; border: 80px solid rgba(255, 115, 95, .12); border-radius: 50%; }
.impact-intro { position: relative; display: grid; margin-bottom: 75px; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.impact-intro h2 { margin: 0; }
.impact-intro h2 em { color: var(--coral); }
.impact-intro > p { max-width: 440px; margin-bottom: 8px; color: #d2cce8; font-size: 1.05rem; }
.impact-results { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.result { min-width: 0; padding: 54px clamp(24px, 4vw, 58px) 50px 0; }
.result + .result { padding-right: 0; padding-left: clamp(24px, 4vw, 58px); border-left: 1px solid rgba(255,255,255,.2); }
.result-topline { display: flex; min-height: 142px; align-items: flex-start; justify-content: space-between; gap: 20px; }
.result-number { color: #aca3cc; font-size: .66rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.major-stat { display: grid; grid-template-columns: auto auto; color: var(--yellow); line-height: .75; }
.major-stat strong { font-family: Georgia, serif; font-size: clamp(5.3rem, 8vw, 8.6rem); font-weight: 400; letter-spacing: -.07em; }
.major-stat > span { padding-top: 9px; font-size: 1.3rem; font-weight: 900; }
.major-stat small { grid-column: 1 / -1; margin-top: 16px; color: #b9b3cf; font-size: .63rem; font-weight: 900; letter-spacing: .16em; text-align: right; text-transform: uppercase; }
.result h3 { max-width: 450px; margin: 12px 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; }
.result-description { min-height: 55px; color: #c4bddb; font-size: .88rem; }
.bar-group { margin: 42px 0 38px; }
.bar-row { display: grid; margin: 15px 0; grid-template-columns: 54px minmax(0, 1fr) 53px; align-items: center; gap: 12px; font-size: .76rem; }
.bar-row > strong { font-variant-numeric: tabular-nums; text-align: right; }
.bar-label { color: #bdb6d2; font-weight: 800; }
.bar-track { height: 14px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.11); }
.bar-fill { display: block; width: var(--value); height: 100%; border-radius: inherit; background: repeating-linear-gradient(-45deg, #9b91bd 0 5px, #b0a7ca 5px 10px); }
.bar-fill.after { background: var(--coral); }
.js .impact-section:not(.is-visible) .bar-fill { width: 0; }
.js .impact-section.is-visible .bar-fill { width: var(--value); transition: width 1.15s cubic-bezier(.2,.8,.2,1); }
.result-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.result-foot div { display: flex; flex-direction: column; gap: 3px; }
.result-foot span { color: #aaa3c2; font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.result-foot strong { font-size: .84rem; }
.result-foot .change { grid-column: 1 / -1; margin-top: 7px; padding: 18px 20px; flex-direction: row; align-items: center; justify-content: space-between; border: 1px solid rgba(244, 205, 88, .55); border-radius: 6px; }
.result-foot .change span { color: var(--yellow); }
.result-foot .change strong { color: var(--yellow); font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.methodology { max-width: 960px; margin: 35px 0 0; color: #ada6c3; font-size: .74rem; }
.methodology strong { color: white; }

.experience-heading { display: grid; margin-bottom: 65px; grid-template-columns: .45fr 1.55fr; gap: 50px; }
.experience-heading h2 { margin: 0; }
.experience-heading h2 span { color: var(--indigo); font-style: italic; }
.experience-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 25px; }
.experience-feature { display: flex; min-height: 410px; flex-direction: column; justify-content: space-between; padding: clamp(28px, 5vw, 60px); border-radius: 50% 50% 8px 8px; background: var(--yellow); }
.feature-icon { align-self: center; color: var(--indigo); font-size: 6rem; line-height: 1; }
.experience-feature h3, .experience-wide h3 { margin: 8px 0; font-family: Georgia, serif; font-size: 2.6rem; font-weight: 500; }
.experience-feature p, .experience-wide p { max-width: 490px; margin: 0; }
.item-number { color: var(--indigo); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.experience-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.experience-item { min-height: 410px; padding: 35px 27px; border: 2px solid var(--indigo); border-radius: 8px; }
.experience-item h3 { margin: 70px 0 15px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.experience-item p { color: var(--muted); }
.accent-item { transform: translateY(42px); border: 0; border-radius: 8px 8px 50% 50%; background: var(--teal); }
.accent-item p { color: var(--ink); }
.experience-wide { display: grid; min-height: 260px; padding: 45px; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; border-radius: 8px; background: var(--indigo); color: white; }
.experience-wide .item-number { color: var(--yellow); }
.response-graphic { display: flex; justify-content: center; }
.response-graphic span { display: grid; width: 120px; height: 120px; margin-left: -15px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.response-graphic span:nth-child(2) { background: var(--coral); color: var(--ink); }

.workshops { background: var(--paper-deep); }
.workshop-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 140px); }
.workshop-copy { position: sticky; top: 130px; align-self: start; }
.workshop-copy > p:not(.eyebrow) { max-width: 470px; margin-bottom: 32px; color: var(--muted); }
.workshop-details { margin: 0; border-top: 1px solid var(--line); }
.workshop-details > div { display: grid; padding: 29px 0; grid-template-columns: 150px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.workshop-details dt { color: var(--indigo); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.workshop-details dd { margin: 0; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.3; }
.coming-soon { display: inline-block; padding: 7px 11px; border: 1px dashed #928b91; border-radius: 4px; color: var(--muted); font-family: inherit; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.about-layout { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(50px, 9vw, 125px); }
.photo-placeholder { position: relative; display: flex; min-height: 590px; overflow: hidden; align-items: flex-end; padding: 34px; border-radius: 48% 48% 8px 8px; background: #ded5f0; }
.photo-placeholder::before { position: absolute; top: 14%; left: 14%; width: 72%; aspect-ratio: 1; border: 2px solid var(--indigo); border-radius: 50%; content: ""; }
.photo-placeholder p { position: relative; z-index: 2; margin: 0; padding: 8px 13px; border-radius: 4px; background: var(--white); color: var(--indigo); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.photo-abstract { position: absolute; inset: 0; }
.photo-abstract span { position: absolute; bottom: 12%; width: 32%; height: 50%; border-radius: 50% 50% 12px 12px; background: var(--indigo); }
.photo-abstract span:nth-child(1) { left: 12%; transform: rotate(-7deg); background: var(--coral); }
.photo-abstract span:nth-child(2) { left: 36%; z-index: 1; height: 60%; }
.photo-abstract span:nth-child(3) { right: 10%; transform: rotate(8deg); background: var(--teal); }
.about-copy h2 em { display: block; }
.about-copy > p:last-child { color: var(--muted); font-size: 1.08rem; }

.team { border-top: 1px solid var(--line); background: var(--white); }
.team-heading { display: grid; margin-bottom: 60px; grid-template-columns: .4fr 1.1fr .5fr; align-items: end; gap: 35px; }
.team-heading .eyebrow, .team-heading h2, .team-heading > p { margin-bottom: 0; }
.team-heading > p { color: var(--muted); font-size: .9rem; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.team-placeholder { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.portrait-placeholder { position: relative; height: 400px; overflow: hidden; margin-bottom: 26px; background: #ddd3f1; }
.portrait-placeholder::before { position: absolute; inset: 16% 17%; border: 1px solid var(--indigo); border-radius: 50%; content: ""; }
.portrait-placeholder span { position: absolute; right: 23%; bottom: -20%; left: 23%; height: 83%; border-radius: 50% 50% 0 0; background: var(--indigo); }
.portrait-placeholder span::before { position: absolute; top: -17%; left: 28%; width: 44%; aspect-ratio: 1; border-radius: 50%; background: var(--indigo); content: ""; }
.portrait-placeholder.alternate { background: #f5d984; }
.portrait-placeholder.alternate span, .portrait-placeholder.alternate span::before { background: var(--coral); }
.portrait-placeholder.third { background: #abd9d2; }
.portrait-placeholder.third span, .portrait-placeholder.third span::before { background: var(--indigo-dark); }
.profile-line { display: block; width: 82%; height: 8px; margin: 10px 0; border-radius: 99px; background: #ded9d1; }
.profile-line.profile-name { width: 55%; height: 16px; background: #bbb3c5; }
.profile-line.short { width: 68%; }

.contact { position: relative; overflow: hidden; background: var(--indigo); color: white; }
.contact-shape { position: absolute; right: -180px; bottom: -280px; width: 600px; height: 600px; border: 100px solid rgba(73, 184, 168, .18); border-radius: 50%; }
.contact-layout { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: clamp(55px, 10vw, 130px); }
.contact-copy h2 { font-size: clamp(3.8rem, 6.5vw, 6.8rem); }
.contact-copy > p:not(.eyebrow, .placeholder-notice) { max-width: 650px; margin-bottom: 35px; color: #d2cce6; font-size: 1.1rem; }
.placeholder-notice { margin: 20px 0 0; color: var(--yellow); font-size: .85rem; font-weight: 700; }
.inquiry-card { padding: 38px; transform: rotate(1.5deg); border-radius: 8px 60px 8px 8px; background: var(--white); box-shadow: var(--shadow); color: var(--ink); }
.card-kicker { color: var(--coral); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.inquiry-card h3 { margin-bottom: 26px; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 500; }
.inquiry-card ul { margin: 0; padding: 0; list-style: none; }
.inquiry-card li { display: flex; padding: 13px 0; align-items: center; gap: 16px; border-top: 1px solid var(--line); font-weight: 700; }
.inquiry-card li span { color: var(--indigo); font-size: .65rem; font-weight: 900; }

.signup-callout { position: relative; overflow: hidden; padding: clamp(75px, 9vw, 125px) 0; background: var(--yellow); }
.signup-callout-shape { position: absolute; top: -150px; left: -100px; width: 390px; height: 390px; border: 65px solid rgba(48, 36, 107, .1); border-radius: 50%; }
.signup-callout-inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: clamp(45px, 9vw, 120px); }
.signup-callout h2 { margin-bottom: 0; }
.signup-callout h2 em { color: var(--indigo); }
.signup-callout-copy p { max-width: 500px; margin-bottom: 28px; font-size: 1.06rem; }

.signup-dialog { width: min(calc(100% - 32px), 740px); max-height: calc(100dvh - 32px); overflow: visible; padding: 0; border: 0; border-radius: 12px 90px 12px 12px; background: transparent; color: var(--ink); box-shadow: 0 30px 90px rgba(17, 12, 42, .35); }
.signup-dialog::backdrop { background: rgba(23, 21, 27, .72); backdrop-filter: blur(5px); }
.signup-dialog-panel { position: relative; overflow: hidden; min-height: 520px; padding: clamp(42px, 7vw, 72px); border-radius: inherit; background: var(--white); }
.signup-dialog-panel::after { position: absolute; z-index: 0; right: -120px; bottom: -160px; width: 360px; height: 360px; border: 55px solid rgba(255, 115, 95, .18); border-radius: 50%; content: ""; }
.signup-dialog-content { position: relative; z-index: 1; }
.dialog-close { position: absolute; z-index: 3; top: 20px; right: 24px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; font-size: 1.9rem; line-height: 1; }
.dialog-close:hover { background: var(--paper-deep); }
.dialog-mark { display: grid; width: 54px; height: 54px; margin-bottom: 40px; place-items: center; transform: rotate(-6deg); border-radius: 50% 50% 43% 57%; background: var(--indigo); color: var(--white); font-family: Georgia, serif; font-size: 1.7rem; font-weight: 700; }
.signup-dialog h2 { margin-bottom: 20px; font-size: clamp(3.2rem, 7vw, 5.2rem); }
.signup-dialog-content > p:not(.eyebrow) { max-width: 590px; margin-bottom: 32px; color: var(--muted); font-size: 1.02rem; }
.signup-form label { display: block; margin-bottom: 8px; color: var(--indigo); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.signup-field-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.signup-field-row input { width: 100%; min-height: 56px; padding: 14px 16px; border: 2px solid #aaa3af; border-radius: 7px; background: white; color: var(--ink); font: inherit; }
.signup-field-row input:hover { border-color: var(--indigo); }
.signup-field-row input:focus { border-color: var(--indigo); outline: 3px solid rgba(255, 115, 95, .45); outline-offset: 2px; }
.signup-field-row input:invalid:not(:placeholder-shown) { border-color: #a73131; }
.signup-field-row .button { cursor: pointer; }
.signup-field-row .button:disabled { transform: none; opacity: .65; cursor: wait; box-shadow: none; }
.signup-privacy { margin: 11px 0 0; color: var(--muted); font-size: .72rem; }
.signup-error { margin: 16px 0 0; padding: 11px 13px; border-left: 4px solid #a73131; background: #f9e8e4; color: #741e1e; font-size: .82rem; font-weight: 700; }
.signup-success { display: flex; min-height: 150px; padding: 28px; align-items: center; gap: 18px; border: 2px solid var(--teal); border-radius: 8px; background: #e7f5f1; }
.signup-success[hidden] { display: none; }
.signup-success span { display: grid; width: 44px; height: 44px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--teal); font-weight: 900; }
.signup-success p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.2; }
body.modal-open { overflow: hidden; }

.site-footer { padding: 65px 0 25px; background: var(--ink); color: #aaa5ad; }
.footer-grid { display: grid; padding-bottom: 55px; grid-template-columns: 1.3fr 1fr .7fr; gap: 50px; }
.footer-brand { color: white; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 600; text-decoration: none; }
.footer-grid p { max-width: 280px; margin: 9px 0 0; font-size: .8rem; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.footer-links a, .footer-contact a { color: #d5d1d7; font-size: .78rem; font-weight: 700; text-underline-offset: 4px; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-bottom { display: flex; padding-top: 22px; justify-content: space-between; border-top: 1px solid #3a373c; font-size: .68rem; }
.footer-bottom p { margin: 0; }

.js .reveal { opacity: 0; transform: translateY(28px); }
.js .reveal.is-revealed { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }

@media (max-width: 1180px) {
  :root { --header-height: 74px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] .menu-line:first-of-type { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-line:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .nav-menu { position: fixed; top: var(--header-height); right: 0; left: 0; display: none; max-height: calc(100vh - var(--header-height)); overflow-y: auto; padding: 30px 24px 40px; align-items: stretch; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(30,20,60,.1); }
  .nav-menu.is-open { display: flex; }
  .nav-links { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
  .nav-menu .button { margin-top: 10px; }
  .nav-actions { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-actions .button { width: 100%; }
  .hero-grid { gap: 35px; }
  .hero-art { min-height: 500px; }
  .intro-layout { grid-template-columns: 50px 1.2fr .8fr; gap: 35px; }
  .impact-intro { gap: 40px; }
  .experience-heading { grid-template-columns: 1fr; gap: 0; }
  .experience-pair { grid-template-columns: 1fr; }
  .experience-item { min-height: 260px; }
  .experience-item h3 { margin-top: 40px; }
  .accent-item { transform: none; }
  .team-heading { grid-template-columns: 1fr 2fr; }
  .team-heading > p { grid-column: 2; }
}

@media (max-width: 800px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .hero-grid, .intro-layout, .impact-intro, .workshop-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-art { width: min(100%, 540px); min-height: 520px; margin: 0 auto; }
  .intro-index { display: none; }
  .intro-copy { padding-top: 15px; }
  .quote-mark { top: -45px; left: auto; right: 0; }
  .learning-path { grid-template-columns: 1fr; gap: 0; }
  .learning-path::before { top: 35px; bottom: 35px; left: 35px; width: 2px; height: auto; background: repeating-linear-gradient(180deg, var(--indigo) 0 8px, transparent 8px 16px); }
  .learning-stage { display: grid; padding: 0 0 38px; grid-template-columns: 72px 1fr; gap: 28px; }
  .stage-marker { margin: 0; }
  .stage-content { padding: 5px 0 0; border: 0; }
  .impact-intro { align-items: start; }
  .impact-intro > p { max-width: 600px; }
  .impact-results { grid-template-columns: 1fr; }
  .result, .result + .result { padding: 45px 0; border-left: 0; }
  .result + .result { border-top: 1px solid rgba(255,255,255,.2); }
  .experience-layout { grid-template-columns: 1fr; }
  .experience-feature { min-height: 360px; }
  .experience-wide { grid-template-columns: 1fr; }
  .workshop-copy { position: static; }
  .about-copy { grid-row: 1; }
  .photo-placeholder { min-height: 500px; }
  .team-heading { display: block; }
  .team-heading h2 { margin-bottom: 20px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-placeholder:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .signup-callout-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; }
}

@media (max-width: 520px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.1rem); }
  h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero .button-row, .contact .button-row { align-items: stretch; flex-direction: column; }
  .hero .button, .contact .button { width: 100%; }
  .hero .text-link, .contact .text-link { justify-content: center; }
  .hero-art { min-height: 430px; }
  .conversation-card { padding: 20px; }
  .card-one { right: 2px; width: 59%; }
  .card-two { top: 150px; width: 68%; }
  .card-three { right: 0; width: 57%; }
  .learning-stage { gap: 20px; }
  .stage-content h3 { font-size: 2rem; }
  .result-topline { min-height: 122px; }
  .major-stat strong { font-size: 5rem; }
  .bar-row { grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 8px; }
  .result-foot { grid-template-columns: 1fr; }
  .result-foot .change { grid-column: auto; }
  .experience-pair { grid-template-columns: 1fr; }
  .experience-wide { padding: 30px 20px; }
  .response-graphic span { width: 90px; height: 90px; margin-left: -12px; }
  .workshop-details > div { grid-template-columns: 95px 1fr; gap: 12px; }
  .workshop-details dd { font-size: 1.1rem; }
  .photo-placeholder { min-height: 400px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-placeholder:last-child { grid-column: auto; max-width: none; }
  .portrait-placeholder { height: 380px; }
  .inquiry-card { padding: 30px 22px; }
  .signup-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); border-radius: 10px 48px 10px 10px; }
  .signup-dialog-panel { min-height: 0; max-height: calc(100dvh - 20px); overflow-y: auto; padding: 34px 20px 28px; }
  .dialog-close { top: 13px; right: 14px; width: 42px; height: 42px; }
  .dialog-mark { width: 44px; height: 44px; margin-bottom: 28px; font-size: 1.4rem; }
  .signup-dialog h2 { padding-right: 20px; font-size: 3.1rem; }
  .signup-field-row { grid-template-columns: 1fr; }
  .signup-field-row .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
  .js .impact-section .bar-fill { width: var(--value) !important; }
}
