@font-face {
  font-family: "General Sans";
  src: url("/assets/fonts/GeneralSans-Variable.woff2?v=20260727-cache-policy") format("woff2");
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("/assets/fonts/GeneralSans-VariableItalic.woff2?v=20260727-cache-policy") format("woff2");
  font-style: italic;
  font-weight: 200 700;
  font-display: swap;
}

:root {
  --p3s-primary: #0d9488;
  --p3s-primary-hover: #0f766e;
  --p3s-pink: #a63a71;
  --p3s-bg: #fafaf9;
  --p3s-text: #1c1917;
  --p3s-muted: #78716c;
  --p3s-border: #e7e5e4;
  --p3s-card: #ffffff;
  --p3s-soft: #f5f5f4;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--p3s-bg); color: var(--p3s-text); font-family: "General Sans", system-ui, sans-serif; font-weight: 400; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--p3s-primary-hover); outline-offset: 3px; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; line-height: 1.22; }
strong, b { font-weight: 600; }
.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; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; border-radius: 999px; background: var(--p3s-text); color: #fff; text-decoration: none; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(100% - 2rem, 72rem); margin-inline: auto; }
.container.narrow { width: min(100% - 2rem, 54rem); }
.section { padding: 4rem 0; }
.section.soft { background: color-mix(in srgb, var(--p3s-soft) 72%, transparent); }
.section-heading { text-align: center; max-width: 44rem; margin: 0 auto 2.5rem; }
.section-heading h2 { margin: 0 0 .75rem; font-size: clamp(1.7rem, 4vw, 2.2rem); letter-spacing: -.025em; }
.section-heading p, .lead, .muted { color: var(--p3s-muted); }
.section-heading p { margin: 0; line-height: 1.65; }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; color: var(--p3s-primary-hover); background: color-mix(in srgb, var(--p3s-primary) 10%, transparent); border-radius: 999px; padding: .4rem .75rem; font-size: .82rem; font-weight: 600; margin-bottom: 1rem; }
.icon-box { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; flex: 0 0 auto; border-radius: .8rem; color: var(--p3s-pink); background: color-mix(in srgb, var(--p3s-pink) 9%, transparent); }
.icon-box.small { width: 2.35rem; height: 2.35rem; }
.icon-box svg { width: 1.2rem; height: 1.2rem; }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid rgba(231,229,228,.82); }
.nav { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: block; width: 7.65rem; flex: 0 0 auto; text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; }
.nav-links { display: flex; align-items: center; gap: .25rem; }
.nav-links a { text-decoration: none; color: #57534e; font-size: .9rem; font-weight: 500; padding: .55rem .8rem; border-radius: 999px; }
.nav-links a:hover { color: var(--p3s-text); background: var(--p3s-soft); }
.nav-links a[aria-current="page"] { color: var(--p3s-primary-hover); background: color-mix(in srgb, var(--p3s-primary) 10%, transparent); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; color: var(--p3s-text); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid transparent; border-radius: 999px; padding: .78rem 1.25rem; text-decoration: none; font-size: .9rem; font-weight: 500; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--p3s-primary-hover); color: #fff; }
.btn.primary:hover { background: var(--p3s-primary-hover); }
.btn.secondary { background: var(--p3s-card); color: var(--p3s-text); border-color: var(--p3s-border); }
.btn.light { background: #fff; color: var(--p3s-text); }
.text-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--p3s-primary-hover); text-decoration: none; font-size: .9rem; font-weight: 600; }
.text-link svg, .btn svg { width: 1rem; height: 1rem; }

.hero { padding: 4rem 0; background: linear-gradient(180deg, color-mix(in srgb, var(--p3s-soft) 72%, transparent), transparent); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 3.5rem; align-items: center; }
.hero-grid-no-media { display: block; max-width: 50rem; }
.hero h1 { font-size: clamp(2.5rem, 5.4vw, 4.25rem); line-height: 1.1; letter-spacing: -.045em; margin: 0 0 1.1rem; }
.home-tagline { color: var(--p3s-pink); font-size: clamp(1.2rem, 2.2vw, 1.55rem); font-weight: 500; line-height: 1.3; margin: -.25rem 0 1rem; }
.hero .lead { font-size: 1.12rem; line-height: 1.65; margin: 0 0 1.5rem; max-width: 42rem; }
.home-proposition { max-width: 42rem; margin: 0 0 1.5rem; color: var(--p3s-muted); font-size: 1.12rem; font-weight: 400; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.workshop-detail-hero .hero-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 50rem; }
.workshop-detail-hero .hero-actions .btn { width: 100%; white-space: nowrap; }
.hero-media { border-radius: 1rem; overflow: hidden; box-shadow: 0 18px 45px rgba(28,25,23,.14); }
.hero-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.home-hero .outcome-strip { margin-top: 3rem; }
.hero-media.founder img { object-position: 50% 42%; }

@media (min-width: 901px) {
  .home-hero .hero-media img { aspect-ratio: 1 / 1; }
}

.outcome-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem; }
.outcome { display: flex; gap: .8rem; align-items: center; padding: .9rem 1rem; border: 1px solid var(--p3s-border); background: var(--p3s-card); border-radius: .85rem; font-size: .86rem; font-weight: 600; }

.grid { display: grid; gap: 1.5rem; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--p3s-card); border: 1px solid var(--p3s-border); border-radius: 1rem; padding: 1.5rem; }
.card h3 { margin: 0 0 .65rem; font-size: 1.12rem; }
.card p { color: var(--p3s-muted); line-height: 1.55; margin: 0; }
.card.interactive { transition: box-shadow .22s ease, border-color .22s ease, transform .22s ease; }
.card.interactive:hover { border-color: color-mix(in srgb, var(--p3s-primary) 35%, var(--p3s-border)); box-shadow: 0 12px 30px rgba(28,25,23,.08); transform: translateY(-2px); }
.card .icon-box { margin-bottom: 1rem; }
.feature-card { height: 100%; }
.help-card { text-align: center; }
.help-card .icon-box { margin-inline: auto; }
.home-editorial-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3.5rem; border-bottom: 1px solid var(--p3s-border); }
.home-editorial-item { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--p3s-border); }
.home-editorial-item .icon-box { margin: 0; }
.home-editorial-item h3 { margin: .1rem 0 .4rem; font-size: 1.08rem; }
.home-editorial-item p { margin: 0; color: var(--p3s-muted); font-size: .92rem; line-height: 1.6; }
.enablement-challenge-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 3rem; border-bottom: 1px solid var(--p3s-border); }
.enablement-challenge { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.4rem 0; border-top: 1px solid var(--p3s-border); }
.enablement-challenge .icon-box { margin: 0; }
.enablement-challenge h3, .enablement-ai-item h3 { margin: .1rem 0 .4rem; font-size: 1.05rem; }
.enablement-challenge p, .enablement-ai-item p { margin: 0; color: var(--p3s-muted); font-size: .9rem; line-height: 1.55; }
.enablement-help-item h3 { margin: .1rem 0 .45rem; font-size: 1.08rem; font-weight: 600; line-height: 1.35; }
.enablement-help-item p { margin: 0; color: var(--p3s-muted); font-size: 1rem; line-height: 1.6; }
.enablement-help-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 2.5rem; border-bottom: 1px solid var(--p3s-border); }
.enablement-help-item { display: grid; grid-template-columns: auto 1fr; gap: .9rem; padding: 1.35rem 0; border-top: 1px solid var(--p3s-border); }
.enablement-help-item .icon-box { margin: 0; }
.enablement-ai-list { display: grid; gap: 0; border-bottom: 1px solid var(--p3s-border); }
.enablement-ai-item { display: grid; grid-template-columns: auto 1fr; gap: .9rem; padding: 1.15rem 0; border-top: 1px solid var(--p3s-border); }
.enablement-ai-item .icon-box { margin: 0; }
.proof-stat { padding: 2rem; border-left: 4px solid var(--p3s-primary); }
.proof-stat strong { display: block; font-size: clamp(1.8rem, 5vw, 2.8rem); color: var(--p3s-primary-hover); margin-bottom: .4rem; }
.proof-stat cite { display: block; margin-top: .8rem; color: var(--p3s-muted); font-style: normal; font-size: .8rem; }
.research-proof { display: grid; grid-template-columns: minmax(10rem, .7fr) minmax(0, 1.5fr); gap: 2.5rem; align-items: center; max-width: 60rem; margin-inline: auto; padding: 2.75rem; }
.research-proof .proof-metric { text-align: center; padding-right: 2.5rem; border-right: 1px solid var(--p3s-border); }
.research-proof .proof-metric strong { margin: 0; line-height: 1; }
.research-proof .proof-metric span { display: block; font-size: clamp(3.2rem, 7vw, 5rem); letter-spacing: -.04em; }
.research-proof .proof-metric small { display: block; margin-top: .65rem; color: var(--p3s-pink); font-size: 1rem; font-weight: 650; letter-spacing: 0; }
.research-proof h2 { margin: 0 0 .75rem; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.15; }
.research-proof p { margin: 0; }
.research-proof cite { margin-top: 1rem; }
.evidence-section { padding-top: 1rem; padding-bottom: 1rem; }
.evidence-proof { max-width: 68rem; }
.evidence-proof .proof-symbol { display: flex; justify-content: center; font-size: inherit; }
.evidence-proof .proof-symbol svg { width: 3.25rem; height: 3.25rem; stroke-width: 1.65; }
.testimonial-proof { grid-template-columns: 9rem minmax(0, 1fr); gap: 2rem; max-width: 58rem; padding: 2.25rem; align-items: stretch; }
.testimonial-proof .proof-metric { display: flex; align-items: center; justify-content: center; padding: 1.25rem; border: 0; border-radius: 1rem; background: color-mix(in srgb, var(--p3s-pink) 7%, var(--p3s-card)); }
.testimonial-proof .proof-metric strong { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.testimonial-proof .proof-symbol svg { width: 2.5rem; height: 2.5rem; color: var(--p3s-primary-hover); }
.testimonial-proof .proof-metric small { margin-top: .75rem; font-size: .78rem; line-height: 1.35; }
.testimonial-proof .proof-copy { display: flex; flex-direction: column; justify-content: center; padding: .25rem 0; }
.testimonial-proof .proof-copy h2 { max-width: 34rem; margin-bottom: .65rem; font-size: clamp(1.45rem, 2.7vw, 1.9rem); }
.testimonial-proof .proof-copy p { max-width: 40rem; font-size: 1.02rem; line-height: 1.6; }
.testimonial-proof .proof-copy cite { margin-top: .9rem; color: var(--p3s-text); font-size: .8rem; font-weight: 600; }
.draft-proof { border-left-color: var(--p3s-pink); }
.draft-proof .proof-metric strong { color: var(--p3s-pink); }
.draft-proof .proof-metric small { color: var(--p3s-pink); }
.eaas-evidence { margin-top: 4rem; margin-bottom: 1rem; }

.profile-panel { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; max-width: 54rem; margin: auto; }
.profile-panel img { width: 15rem; height: 15rem; object-fit: cover; object-position: 50% 42%; border-radius: 1rem; box-shadow: 0 15px 35px rgba(28,25,23,.13); }
.portrait-with-badge { position: relative; }
.portrait-name-badge { position: absolute; left: 1rem; bottom: 1rem; display: flex; flex-direction: column; gap: .08rem; max-width: calc(100% - 2rem); padding: .65rem .85rem; border: 1px solid rgba(255,255,255,.72); border-radius: .8rem; background: rgba(255,255,255,.9); box-shadow: 0 10px 26px rgba(28,25,23,.14); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.portrait-name-badge strong { font-size: .86rem; line-height: 1.25; font-weight: 600; color: var(--p3s-text); }
.portrait-name-badge span { font-size: .72rem; line-height: 1.3; color: var(--p3s-muted); }
.profile-panel-photo { width: 15rem; height: 15rem; }
.profile-panel-photo img { display: block; }
.profile-panel h2 { margin: 0 0 .3rem; }
.profile-panel blockquote { color: var(--p3s-muted); border-left: 4px solid var(--p3s-primary); margin: 1.2rem 0 0; padding-left: 1rem; font-style: italic; line-height: 1.6; }
.profile-panel.founder-feature { grid-template-columns: minmax(18rem, 22rem) minmax(0, 1fr); gap: 3rem; max-width: 60rem; }
.founder-feature > img { width: 100%; height: auto; aspect-ratio: 1; }
.founder-feature h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.035em; margin-bottom: .55rem; }
.founder-title { color: var(--p3s-primary); font-size: 1.25rem; font-weight: 500; margin: 0; }
.founder-feature blockquote { font-size: clamp(1.1rem, 2vw, 1.35rem); margin-top: 2rem; padding-left: 1.4rem; }
.credential-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; max-width: 54rem; margin: 2rem auto 0; }
.founder-feature .credential-strip { max-width: 34rem; margin-inline: 0; gap: .65rem; }
.founder-feature .credential-badge { gap: .5rem; padding: .6rem .7rem; }
.founder-feature .credential-badge .icon-box { width: 2.35rem; height: 2.35rem; border-radius: .7rem; }
.founder-feature .credential-badge strong { font-size: .9rem; }
.founder-feature .credential-badge small { font-size: .72rem; }
.credential-badge { display: flex; align-items: center; gap: .8rem; padding: .75rem 1rem; border: 1px solid var(--p3s-border); border-radius: 999px; background: var(--p3s-card); }
.credential-badge span { display: grid; gap: .1rem; }
.credential-badge strong { line-height: 1.2; }
.credential-badge small { color: var(--p3s-muted); font-size: .82rem; }
.about-founder { display: grid; grid-template-columns: minmax(17rem, .78fr) minmax(0, 1.22fr); gap: clamp(2.5rem, 7vw, 5.5rem); align-items: center; max-width: 68rem; }
.about-founder-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 38%; border-radius: 1rem; box-shadow: 0 16px 38px rgba(28,25,23,.13); }
.about-founder-copy h2 { max-width: 16ch; margin: 0 0 1.25rem; font-size: clamp(2.15rem, 3.4vw, 2.9rem); line-height: 1.1; letter-spacing: -.035em; }
.about-founder-copy > p { max-width: 39rem; margin: 0 0 1rem; color: var(--p3s-muted); font-size: 1.02rem; line-height: 1.72; }
.about-founder-copy blockquote { max-width: 39rem; margin: 1.75rem 0 0; padding: 1.25rem 1.4rem; border-left: 4px solid var(--p3s-primary); border-radius: 0 .85rem .85rem 0; background: var(--p3s-card); color: var(--p3s-muted); font-size: 1.05rem; font-style: italic; line-height: 1.6; }
.about-founder-copy cite { display: block; margin-top: .75rem; color: var(--p3s-primary-hover); font-size: .78rem; font-style: normal; font-weight: 600; }
.about-founder-credentials { max-width: 39rem; margin: 1.5rem 0 0; gap: .65rem; }
.about-founder-credentials .credential-badge { padding: .65rem .75rem; }

.story-carousel { overflow: visible; }
.story-grid { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3rem) / 3); gap: 1.5rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.story-grid::-webkit-scrollbar { display: none; }
.story-pagination { display: flex; justify-content: center; align-items: center; gap: .7rem; min-height: 2rem; margin-top: 1.5rem; }
.story-dot { width: .55rem; height: .55rem; flex: 0 0 auto; border: 0; border-radius: 999px; padding: 0; background: #a8a29e; cursor: pointer; transition: width .28s ease, background-color .28s ease, opacity .28s ease; opacity: .75; }
.story-dot:hover { opacity: 1; }
.story-dot.active { width: 2.35rem; background: var(--p3s-primary-hover); opacity: 1; }
.story-dot:focus-visible { outline: 3px solid color-mix(in srgb, var(--p3s-primary) 28%, transparent); outline-offset: 4px; }
.story-card { position: relative; min-height: 22rem; display: flex; flex-direction: column; gap: 1.25rem; overflow: hidden; padding: 1.75rem; }
.story-card { scroll-snap-align: start; }
.story-card .scope { display: inline-flex; align-self: flex-start; color: var(--p3s-primary-hover); background: color-mix(in srgb, var(--p3s-primary) 10%, transparent); border-radius: 999px; padding: .35rem .65rem; font-size: .75rem; font-weight: 550; }
.story-title { min-height: 3.5rem; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .85rem; }
.story-title .icon-box { margin: 0; }
.story-card h3 { margin: 0; font-size: 1.25rem; font-weight: 550; }
.story-outcome { min-height: 8.5rem; padding: 1.15rem; border-radius: .8rem; background: color-mix(in srgb, var(--p3s-pink) 7%, transparent); box-sizing: border-box; }
.story-outcome span, .story-detail > span { display: block; margin-bottom: .45rem; color: var(--p3s-pink); font-size: .7rem; font-weight: 550; letter-spacing: .08em; text-transform: uppercase; }
.story-outcome strong { display: block; color: var(--p3s-text); font-size: 1.05rem; font-weight: 500; line-height: 1.45; }
.story-detail { padding-top: 1.15rem; border-top: 1px solid var(--p3s-border); }
.story-card .description { margin: 0; font-size: .88rem; }

.service-grid { align-items: stretch; }
.service-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; text-decoration: none; }
.service-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .35s ease; }
.service-card:hover img { transform: scale(1.025); }
.service-card-body { padding: 1.5rem; display: flex; flex-direction: column; flex: 1; }
.service-card-body .text-link { margin-top: auto; padding-top: 1.25rem; }

.cta { background: var(--p3s-primary-hover); color: #fff; border-radius: 1rem; padding: 3rem 2rem; text-align: center; }
.cta h2 { margin: 0 0 .8rem; font-size: clamp(1.7rem, 4vw, 2.25rem); }
.cta p { max-width: 42rem; margin: 0 auto 1.5rem; color: rgba(255,255,255,.78); line-height: 1.6; }

.audience-card { display: flex; flex-direction: column; }
.audience-card strong { display: block; min-height: 2.9rem; margin-bottom: .45rem; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.check-list li { display: flex; align-items: flex-start; gap: .65rem; line-height: 1.45; }
.check-list svg { color: var(--p3s-primary); width: 1.1rem; height: 1.1rem; margin-top: .16rem; flex: 0 0 auto; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; align-items: center; }
.split h2 { margin-top: 0; font-size: clamp(1.7rem, 4vw, 2.2rem); }
.split p { color: var(--p3s-muted); line-height: 1.65; }

.eaas-options > .grid { max-width: 64rem; margin-inline: auto; gap: 1.25rem; }
.support-card { display: grid; grid-template-rows: auto auto 1fr auto; align-content: start; padding: 2rem; }
.support-card-header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1rem; margin-bottom: 1.25rem; }
.support-card-header .icon-box { margin: 0; }
.support-card h3 { margin: 0 0 .2rem; font-size: 1.3rem; font-weight: 600; }
.support-card .label { margin: 0; color: var(--p3s-pink); font-weight: 600; }
.support-card .support-description { margin: 0 0 1.4rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--p3s-border); }
.support-card .check-list { align-self: start; gap: .7rem; }
.support-card .check-list li { min-height: 1.45rem; }
.support-card .role { margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--p3s-border); text-align: left; }
.support-card .role small { display: block; margin-bottom: .25rem; color: var(--p3s-pink); font-size: .72rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.support-card .role strong { font-weight: 600; }
.support-card.featured { border-color: color-mix(in srgb, var(--p3s-pink) 45%, var(--p3s-border)); box-shadow: 0 .8rem 2rem rgba(28, 25, 23, .05); }
.eaas { background: transparent; }
.eaas-preview { background: var(--p3s-card); }
.eaas-teaser { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); gap: 3.5rem; align-items: center; padding: 3.5rem; border: 1px solid var(--p3s-border); border-radius: 1.5rem; background: color-mix(in srgb, var(--p3s-primary) 6%, var(--p3s-card)); }
.eaas-teaser h2 { margin: 0 0 .6rem; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.035em; }
.eaas-teaser h3 { max-width: 34rem; margin: 0 0 1rem; color: var(--p3s-primary-hover); font-size: clamp(1.25rem, 2.6vw, 1.65rem); }
.eaas-teaser p { max-width: 39rem; margin: 0 0 1.5rem; color: var(--p3s-muted); line-height: 1.65; }
.eaas-teaser-detail { padding-left: 2.5rem; border-left: 1px solid color-mix(in srgb, var(--p3s-primary) 25%, var(--p3s-border)); }
.eaas-teaser-detail > strong { display: block; margin-bottom: 1.5rem; font-size: 1.15rem; line-height: 1.45; }
.eaas-teaser-detail .check-list { gap: .9rem; }
.eaas-page-intro h2 { max-width: 42rem; font-size: clamp(2rem, 4.2vw, 3.25rem); }
.eaas-page-intro { align-items: center; }
.eaas-page-intro h2 { max-width: 36rem; font-size: clamp(1.9rem, 3.2vw, 2.55rem); line-height: 1.15; }
.eaas-page-lead { max-width: 38rem; margin: 1rem 0 0; color: var(--p3s-muted); font-size: 1.05rem; line-height: 1.65; }
.eaas-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 4rem; align-items: end; padding-bottom: 3.5rem; }
.eaas-intro h2 { max-width: 38rem; margin: 0; font-size: clamp(2.2rem, 4.8vw, 3.75rem); line-height: 1.08; letter-spacing: -.045em; }
.eaas-position { padding-left: 2rem; border-left: 3px solid var(--p3s-primary); }
.eaas-position strong { display: block; margin-bottom: .75rem; color: var(--p3s-primary-hover); font-size: 1.15rem; line-height: 1.4; }
.eaas-position p, .eaas-section-heading p { margin: 0; color: var(--p3s-muted); line-height: 1.65; }
.eaas-problem { padding: 3rem 0; }
.eaas-section-heading { max-width: 43rem; }
.eaas-section-heading > span, .eaas-outcome-heading > span { display: block; margin-bottom: .65rem; color: var(--p3s-pink); font-size: .76rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.eaas-section-heading h3, .eaas-outcome-heading h3 { margin: 0 0 .8rem; font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.025em; }
.eaas-problem-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; margin-top: 2.5rem; }
.eaas-problem-list article { padding-top: 1.5rem; border-top: 1px solid var(--p3s-border); }
.eaas-problem-list .icon-box { margin-bottom: 1rem; }
.eaas-problem-list h4 { margin: 0 0 .45rem; font-size: 1.08rem; font-weight: 600; line-height: 1.35; }
.eaas-problem-list p { margin: 0; color: var(--p3s-muted); line-height: 1.6; }
.service-problem .eaas-section-heading { max-width: 58rem; }
.service-problem .eaas-section-heading h3 { font-family: "General Sans", system-ui, sans-serif; font-size: clamp(1.8rem, 3.8vw, 2.75rem); font-weight: 600; line-height: 1.18; }
.service-problem .eaas-problem-list { margin-top: 3rem; }
.eaas-problem.service-problem { padding: 0 0 3rem; }
.eaas-operating-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1rem; border-top: 1px solid var(--p3s-border); border-bottom: 1px solid var(--p3s-border); }
.eaas-operating-grid > div { padding: 3.25rem 3.25rem 3.25rem 0; }
.eaas-operating-grid > div + div { padding-right: 0; padding-left: 3.25rem; border-left: 1px solid var(--p3s-border); }
.eaas-operating-grid .check-list { margin-top: 2rem; gap: 1rem; }
.eaas-operating-grid .check-list li { color: #44403c; }
.eaas-help-block { margin-top: 4rem; }
.eaas-help-highlight { padding: 4rem 0; background: var(--p3s-soft); box-shadow: 0 0 0 100vmax var(--p3s-soft); clip-path: inset(0 -100vmax); }
.eaas-help-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.eaas-monthly-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.eaas-monthly-card { min-height: 12rem; padding: 1.75rem; }
.eaas-monthly-card .icon-box { margin-bottom: 1.25rem; }
.eaas-monthly-card h3 { font-weight: 600; }
.eaas-outcomes { margin-top: 4.5rem; padding-top: 4.5rem; border-top: 1px solid var(--p3s-border); }

.workshop-grid { display: grid; gap: 1.5rem; margin-inline: auto; }
.workshop-grid.count-1 { max-width: 30rem; grid-template-columns: 1fr; }
.workshop-grid.count-2 { max-width: 58rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.workshop-grid.count-many { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.workshop-card { display: flex; flex-direction: column; min-height: 16rem; text-decoration: none; position: relative; }
.workshop-card .card-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.pill { display: inline-flex; border-radius: 999px; background: color-mix(in srgb, var(--p3s-primary) 10%, transparent); color: var(--p3s-primary-hover); padding: .35rem .65rem; font-size: .72rem; font-weight: 600; }
.workshop-card .description { flex: 1; }
.workshop-card .card-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; margin-top: 1.25rem; border-top: 1px solid var(--p3s-border); }
.workshop-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; color: var(--p3s-muted); font-size: .78rem; }
.workshop-meta span { display: inline-flex; align-items: center; gap: .3rem; }
.workshop-meta svg { width: .9rem; height: .9rem; }
.schedule-list { display: grid; gap: .75rem; }
.schedule-row { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 1.2rem; text-decoration: none; }
.schedule-main { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.schedule-main h3 { margin: 0 0 .3rem; font-size: 1rem; }
.schedule-details { display: flex; flex-wrap: wrap; gap: .8rem; color: var(--p3s-muted); font-size: .78rem; }
.schedule-details span { display: inline-flex; align-items: center; gap: .3rem; }
.schedule-details svg { width: .9rem; height: .9rem; }
.schedule-action { display: flex; align-items: center; gap: 1rem; flex: 0 0 auto; }
.availability { color: #047857; font-size: .78rem; font-weight: 600; }
.availability.full { color: #b91c1c; }

.workshop-facts-section { position: relative; z-index: 2; padding-top: 1.5rem; }
.workshop-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; max-width: 58rem; margin-inline: auto; }
.workshop-fact { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.1rem; }
.workshop-fact .icon-box { margin: 0; }
.workshop-fact span { min-width: 0; }
.workshop-fact small, .workshop-fact strong { display: block; }
.workshop-fact small { margin-bottom: .15rem; color: var(--p3s-muted); font-size: .7rem; }
.workshop-fact strong { font-size: .88rem; line-height: 1.3; }
.workshop-overview { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.workshop-copy { max-width: 46rem; }
.workshop-copy h2 { margin: 0 0 1rem; font-size: clamp(1.8rem, 4vw, 2.45rem); letter-spacing: -.03em; }
.workshop-copy p { margin: 0 0 1rem; color: var(--p3s-muted); font-size: 1.02rem; line-height: 1.75; }
.workshop-download { margin-top: .7rem; }
.workshop-audience { padding: 1.8rem; }
.workshop-audience .icon-box { margin-bottom: 1.25rem; }
.workshop-audience h3 { font-size: 1.3rem; }
.workshop-audience p { font-size: .94rem; line-height: 1.7; }
.workshop-prerequisite { margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--p3s-border); }
.workshop-prerequisite small { display: block; margin-bottom: .35rem; color: var(--p3s-muted); font-size: .72rem; }
.workshop-prerequisite a { display: inline-flex; align-items: center; gap: .4rem; color: var(--p3s-primary-hover); font-size: .9rem; font-weight: 600; text-decoration: none; }
.workshop-prerequisite svg { width: 1rem; height: 1rem; }
.workshop-outcome-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; max-width: 64rem; margin-inline: auto; }
.workshop-outcome { display: flex; align-items: flex-start; gap: 1rem; min-height: 6.5rem; padding: 1.25rem; }
.workshop-outcome .icon-box { margin: 0; }
.workshop-outcome p { color: var(--p3s-text); font-size: .95rem; font-weight: 500; line-height: 1.55; }
.workshop-check-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 2.5rem; max-width: 62rem; margin-inline: auto; }
.workshop-check-list li { padding: .85rem 0; border-top: 1px solid var(--p3s-border); color: var(--p3s-text); font-size: .98rem; }
.workshop-check-list svg { width: 1.2rem; height: 1.2rem; stroke-width: 2.25; }
.session-outline { max-width: 62rem; margin-inline: auto; border-bottom: 1px solid var(--p3s-border); }
.session-item { display: grid; grid-template-columns: 8rem minmax(0, 1fr); gap: 1.5rem; padding: 1.4rem 0; border-top: 1px solid var(--p3s-border); }
.session-marker { display: flex; align-items: center; gap: .7rem; }
.session-marker > span { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; flex: 0 0 auto; border-radius: 999px; background: var(--p3s-primary); color: #fff; font-size: .78rem; font-weight: 600; }
.session-marker small { color: var(--p3s-muted); font-size: .75rem; line-height: 1.3; }
.session-item h3 { margin: .25rem 0 .4rem; font-size: 1.05rem; }
.session-item p { margin: 0; color: var(--p3s-muted); font-size: .92rem; line-height: 1.6; }
.material-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; max-width: 58rem; margin-inline: auto; }
.material-item { display: flex; align-items: center; gap: 1rem; padding: 1.15rem 1.25rem; }
.material-item .icon-box { margin: 0; }
.material-item strong { font-size: .92rem; line-height: 1.45; }
.workshop-date-list { display: grid; gap: .85rem; max-width: 68rem; margin-inline: auto; }
.workshop-date-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; padding: 1.2rem 1.3rem; }
.workshop-date-main { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.workshop-date-main .icon-box { margin: 0; }
.workshop-date-main h3 { margin: 0 0 .4rem; font-size: 1rem; }
.workshop-date-meta { display: flex; flex-wrap: wrap; gap: .75rem; color: var(--p3s-muted); font-size: .78rem; }
.workshop-date-meta span { display: inline-flex; align-items: center; gap: .3rem; }
.workshop-date-meta svg { width: .9rem; height: .9rem; }
.workshop-date-action { display: grid; grid-template-columns: 7.5rem 14rem; align-items: center; justify-content: end; gap: 1.25rem; }
.workshop-date-action > div { display: grid; justify-items: end; gap: .18rem; white-space: nowrap; }
.workshop-date-action > div strong { font-size: .92rem; }
.workshop-date-action .btn { width: 100%; justify-content: center; white-space: nowrap; }

.process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; position: relative; }
.process::before { content: ""; position: absolute; z-index: 0; height: 2px; background: var(--p3s-border); top: 2rem; left: 12.5%; right: 12.5%; }
.process-card { position: relative; z-index: 1; text-align: center; height: 100%; }
.process-card .step { width: 2.5rem; height: 2.5rem; display: grid; place-items: center; margin: -.25rem auto 1rem; border-radius: 50%; background: var(--p3s-primary); color: #fff; font-weight: 700; }
.enablement-process {
  gap: 0;
  overflow: hidden;
  padding: 0;
  background: var(--p3s-card);
  border: 1px solid var(--p3s-border);
  border-radius: 1.5rem;
  box-shadow: 0 18px 45px rgba(28,25,23,.055);
}
.enablement-process::before {
  top: auto;
  bottom: 3.15rem;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: color-mix(in srgb, var(--p3s-primary) 34%, var(--p3s-border));
}
.enablement-process .process-card {
  min-height: 19.5rem;
  margin: 0;
  padding: 2.25rem 1.6rem 5.8rem;
  border: 0;
  border-right: 1px solid var(--p3s-border);
  border-radius: 0;
  background: transparent;
}
.enablement-process .process-card:last-child { border-right: 0; }
.enablement-process .process-card .step {
  position: absolute;
  top: auto;
  bottom: 1.75rem;
  left: 50%;
  box-sizing: content-box;
  width: 2.55rem;
  height: 2.55rem;
  margin: 0;
  border: .45rem solid var(--p3s-card);
  transform: translateX(-50%);
  font-size: .88rem;
  font-weight: 600;
}
.enablement-process .process-card .icon-box {
  margin: 0 auto 1.25rem;
  border-radius: 999px;
}
.enablement-process .process-card h3 { margin-bottom: .85rem; }
.enablement-process .process-card p { font-size: .94rem; line-height: 1.65; }

.coaching-founder { overflow: hidden; }
.coach-profile {
  display: grid;
  grid-template-columns: minmax(16rem, 20rem) minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
  max-width: 68rem;
  margin-inline: auto;
}
.coach-profile img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 1.25rem;
  box-shadow: 0 18px 40px rgba(28,25,23,.12);
}
.coach-profile-copy { max-width: 39rem; }
.coach-profile-copy h2 { margin: 1rem 0 .9rem; font-size: clamp(1.85rem, 3vw, 2.5rem); line-height: 1.12; }
.coach-profile-copy p { margin: 0 0 1rem; color: var(--p3s-muted); line-height: 1.65; }
.coach-profile-copy p:last-child { margin-bottom: 0; }
.theme-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; margin-top: 1.4rem; }
.theme { display: flex; align-items: center; gap: .65rem; padding: .85rem; border: 1px solid var(--p3s-border); border-radius: .75rem; font-size: .9rem; }
.theme svg { color: var(--p3s-pink); width: 1rem; height: 1rem; }

.contact-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(3rem, 6vw, 5rem); align-items: start; max-width: 72rem; }
.contact-details > h2 { margin: 0 0 .65rem; }
.contact-details > p { margin: 0 0 1.75rem; max-width: 32rem; }
.contact-list { display: grid; gap: .9rem; }
.contact-item { display: flex; align-items: center; gap: .9rem; min-height: 4.75rem; padding: 1rem 1.15rem; text-decoration: none; }
.contact-item .icon-box { margin: 0; }
.contact-item strong { font-size: .94rem; line-height: 1.35; }
.contact-linkedin .linkedin-mark { background: var(--p3s-pink); }
.form-card { padding: clamp(1.5rem, 3vw, 2rem); border-radius: 1.5rem; box-shadow: 0 18px 45px rgba(28,25,23,.055); }
.form-card h2 { margin: 0 0 1.5rem; }
.enquiry-form { display: grid; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: .4rem; margin-bottom: 1rem; }
.field label { display: block; }
.field label, .fieldset legend { font-size: .88rem; font-weight: 600; }
.field input, .field textarea { display: block; width: 100%; min-height: 2.85rem; margin-top: .5rem; padding: .7rem .85rem; background: var(--p3s-bg); border: 1px solid var(--p3s-border); border-radius: .85rem; color: var(--p3s-text); font: inherit; }
.field textarea { min-height: 7rem; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid color-mix(in srgb, var(--p3s-primary) 18%, transparent); border-color: var(--p3s-primary); }
.fieldset { border: 0; padding: 0; margin: 0 0 1rem; }
.interest-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; margin-top: .65rem; }
.check-option { display: flex; align-items: flex-start; gap: .55rem; padding: .8rem; border: 1px solid var(--p3s-border); border-radius: .85rem; background: var(--p3s-bg); font-size: .86rem; transition: border-color .2s ease, background-color .2s ease; }
.check-option:has(input:checked) { border-color: var(--p3s-primary); background: color-mix(in srgb, var(--p3s-primary) 8%, var(--p3s-card)); }
.check-option input { margin-top: .15rem; accent-color: var(--p3s-primary); }
.form-footer { display: grid; gap: 1rem; margin-top: .35rem; padding-top: 1.25rem; border-top: 1px solid var(--p3s-border); }
.consent { display: flex; align-items: flex-start; gap: .65rem; color: var(--p3s-muted); font-size: .8rem; line-height: 1.5; margin: 0; }
.consent input { flex: 0 0 auto; margin-top: .18rem; accent-color: var(--p3s-primary); }
.form-status { padding: .75rem; border-radius: .7rem; margin: 0; font-size: .86rem; }
.form-status.error { background: #fef2f2; color: #b91c1c; }
.form-status.success { background: #ecfdf5; color: #047857; }
.enquiry-success { min-height: 21rem; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2.5rem 1.5rem; text-align: center; outline: none; }
.enquiry-success-icon { width: 4.25rem; height: 4.25rem; display: grid; place-items: center; margin-bottom: 1.35rem; border-radius: 50%; background: color-mix(in srgb, var(--p3s-primary) 13%, var(--p3s-card)); color: var(--p3s-primary-hover); }
.enquiry-success-icon svg { width: 2rem; height: 2rem; stroke-width: 2.2; }
.enquiry-success h3 { margin: 0 0 .65rem; font-size: clamp(1.45rem, 3vw, 1.85rem); }
.enquiry-success p { max-width: 28rem; margin: 0; color: var(--p3s-muted); font-size: 1rem; line-height: 1.6; }
.enquiry-success .btn { min-width: 8rem; margin-top: 1.5rem; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.form-submit .btn { flex: 0 0 auto; min-width: 12rem; justify-content: center; }
.form-privacy { max-width: 20rem; margin: 0; color: var(--p3s-muted); font-size: .75rem; line-height: 1.45; }
.form-privacy a { color: inherit; }

.booking-container { max-width: 68rem; }
.calendar-shell { min-height: 24rem; display: grid; place-items: center; max-width: 68rem; margin-inline: auto; overflow: hidden; padding: .5rem; border-radius: 1.5rem; text-align: center; box-shadow: 0 18px 45px rgba(28,25,23,.055); }
.calendar-shell .calendar-placeholder { max-width: 35rem; }
.calendar-shell iframe { width: 100%; min-height: 700px; border: 0; border-radius: 1.1rem; }

.modal { position: fixed; inset: 0; z-index: 70; display: none; place-items: center; padding: 1rem; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(28,25,23,.65); backdrop-filter: blur(5px); }
.modal-dialog { position: relative; width: min(100%, 34rem); max-height: 90vh; overflow-y: auto; background: var(--p3s-card); border: 1px solid var(--p3s-border); border-radius: 1rem; box-shadow: 0 22px 70px rgba(0,0,0,.25); }
.modal-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; background: var(--p3s-card); border-bottom: 1px solid var(--p3s-border); }
.modal-head h2 { margin: 0; font-size: 1.2rem; }
.modal-close { border: 0; background: transparent; padding: .4rem; }
.modal-body { padding: 1.25rem; }

.cookie-banner { position: fixed; z-index: 80; left: 1rem; right: 1rem; bottom: 1rem; width: min(calc(100% - 2rem), 52rem); margin-inline: auto; background: var(--p3s-card); border: 1px solid var(--p3s-border); border-radius: 1rem; padding: 1rem; box-shadow: 0 16px 45px rgba(28,25,23,.18); display: none; }
.cookie-banner.open { display: block; }
.cookie-banner p { margin: 0; color: var(--p3s-muted); font-size: .84rem; line-height: 1.5; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .85rem; }

.legal { max-width: 54rem; }
.legal section { margin-bottom: 2rem; }
.legal h1 { font-size: clamp(2rem, 5vw, 3rem); }
.legal h2 { margin: 0 0 .75rem; }
.legal h3 { margin: 1.5rem 0 .5rem; font-size: 1.1rem; }
.legal p, .legal li { color: var(--p3s-muted); line-height: 1.65; }
.legal p { margin: 0 0 1rem; }
.legal ul { margin: 0 0 1rem; padding-left: 1.4rem; }
.legal li + li { margin-top: .45rem; }
.legal strong { color: var(--p3s-text); }
.legal a { color: var(--p3s-green-dark); text-underline-offset: .18em; }
.legal-updated { margin-bottom: 2.5rem !important; font-size: .9rem; }
.legal-table-wrap { overflow-x: auto; margin-top: 1rem; border: 1px solid var(--p3s-border); border-radius: 1rem; }
.legal table { width: 100%; min-width: 42rem; border-collapse: collapse; }
.legal th, .legal td { padding: .85rem 1rem; border-bottom: 1px solid var(--p3s-border); color: var(--p3s-muted); text-align: left; vertical-align: top; }
.legal th, .legal-table-group td { color: var(--p3s-text); font-weight: 600; background: var(--p3s-soft); }
.legal tbody tr:last-child td { border-bottom: 0; }

.site-footer { border-top: 1px solid var(--p3s-border); background: var(--p3s-card); padding: 1.8rem 0 1rem; }
.footer-main { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 2rem; align-items: start; }
.footer-brand p { max-width: 30rem; color: var(--p3s-muted); font-size: .84rem; line-height: 1.55; margin: .65rem 0 0; }
.footer-contact { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem 1rem; margin-top: .8rem; }
.footer-contact a { display: inline-flex; align-items: center; gap: .4rem; color: var(--p3s-muted); text-decoration: none; font-size: .82rem; }
.footer-contact svg { width: .9rem; height: .9rem; color: var(--p3s-primary); flex: 0 0 auto; }
.footer-contact .footer-social { justify-content: center; }
.linkedin-mark { width: .95rem; height: .95rem; display: inline-flex; align-items: center; justify-content: center; border-radius: .1rem; background: var(--p3s-primary); color: #fff; font-family: Arial, sans-serif; font-size: .62rem; font-weight: 700; line-height: 1; letter-spacing: -.04em; padding-top: .07rem; }
.icon-box .linkedin-mark { width: 1.15rem; height: 1.15rem; font-size: .74rem; }
.footer-contact .footer-social:hover .linkedin-mark { opacity: .8; }
.footer-contact .footer-social:focus-visible { outline: 3px solid color-mix(in srgb, var(--p3s-primary) 25%, transparent); outline-offset: 2px; }
.footer-contact a:hover { color: var(--p3s-text); }
.footer-links { display: grid; gap: .45rem; }
.footer-links strong { margin-bottom: .25rem; }
.footer-links a, .footer-links button { color: var(--p3s-muted); text-decoration: none; font-size: .82rem; border: 0; padding: 0; background: transparent; text-align: left; }
.footer-bottom { margin-top: 1.25rem; padding-top: .9rem; border-top: 1px solid var(--p3s-border); display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; color: var(--p3s-muted); font-size: .75rem; }
.footer-company { display: grid; gap: .25rem; }
.footer-company span:last-child { font-size: .7rem; }
.footer-legal { display: inline-flex; flex-wrap: wrap; align-items: center; gap: .4rem .75rem; }
.footer-legal a, .footer-legal button { color: var(--p3s-muted); text-decoration: none; font: inherit; border: 0; padding: 0; background: transparent; }
.footer-legal a:hover, .footer-legal button:hover { color: var(--p3s-text); }

@media (max-width: 900px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 38rem; }
  .outcome-strip, .grid.four { grid-template-columns: repeat(2, 1fr); }
  .grid.three, .workshop-grid.count-many { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .enablement-help-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eaas-intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .eaas-teaser { grid-template-columns: 1fr; gap: 2.5rem; }
  .eaas-teaser-detail { padding: 2rem 0 0; border-top: 1px solid color-mix(in srgb, var(--p3s-primary) 25%, var(--p3s-border)); border-left: 0; }
  .eaas-problem-list { grid-template-columns: 1fr; gap: 0; }
  .service-problem .eaas-problem-list { margin-top: 2.5rem; }
  .service-problem .eaas-problem-list article { padding: 1.9rem 0; }
  .service-problem .eaas-problem-list article:first-child { padding-top: 1.75rem; }
  .service-problem .eaas-problem-list .icon-box { margin-bottom: 1.25rem; }
  .service-problem .eaas-problem-list h4 { margin-bottom: .75rem; }
  .eaas-monthly-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-grid { grid-auto-columns: calc((100% - 1.5rem) / 2); }
  .workshop-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .workshop-overview { grid-template-columns: 1fr; gap: 2rem; }
  .workshop-audience { max-width: 38rem; }
  .workshop-date-card { grid-template-columns: 1fr; }
  .workshop-date-action { grid-template-columns: 1fr auto; justify-content: stretch; }
  .process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process::before { display: none; }
  .enablement-process { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .enablement-process::before { display: block; top: 2rem; bottom: 2rem; left: 2.55rem; right: auto; width: 2px; height: auto; }
  .enablement-process .process-card { min-height: 0; margin: 0; padding: 2rem 1.5rem 2rem 5.5rem; border-right: 0; border-bottom: 1px solid var(--p3s-border); text-align: left; }
  .enablement-process .process-card:last-child { border-bottom: 0; }
  .enablement-process .process-card .step { top: 1.75rem; bottom: auto; left: 1.25rem; border-color: var(--p3s-card); transform: none; }
  .enablement-process .process-card .icon-box { margin: 0 0 1rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .about-founder { grid-template-columns: 1fr; gap: 2rem; }
  .about-founder-media { max-width: 26rem; }
  .about-founder-copy h2 { max-width: none; }
  .research-proof { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.5rem; text-align: center; }
  .research-proof .proof-metric { padding: 0 0 1.5rem; border-right: 0; border-bottom: 1px solid var(--p3s-border); }
  .testimonial-proof { gap: 1.25rem; text-align: left; }
  .testimonial-proof .proof-metric { padding: 1.1rem; border: 0; }
  .menu-toggle { display: inline-flex; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 1rem; background: var(--p3s-card); border-bottom: 1px solid var(--p3s-border); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links .btn { width: 100%; }
  .profile-panel, .coach-profile { grid-template-columns: 1fr; text-align: left; }
  .profile-panel.founder-feature { grid-template-columns: 1fr; gap: 2rem; }
  .founder-feature > img { max-width: 22rem; }
  .eaas-operating-grid { grid-template-columns: 1fr; }
  .eaas-operating-grid > div { padding: 2.5rem 0; }
  .eaas-operating-grid > div + div { padding: 2.5rem 0; border-top: 1px solid var(--p3s-border); border-left: 0; }
  .profile-panel img, .coach-profile img { margin-inline: auto; }
  .workshop-grid.count-2 { grid-template-columns: 1fr; max-width: 30rem; }
  .workshop-detail-hero .hero-actions { grid-template-columns: 1fr; max-width: 30rem; }
  .schedule-row { align-items: flex-start; }
  .schedule-action { flex-direction: column; align-items: flex-end; gap: .35rem; }
}

@media (max-width: 560px) {
  .section, .hero { padding: 3.2rem 0; }
  .story-grid { grid-auto-columns: 100%; }
  .story-title, .story-outcome { min-height: 0; }
  .home-hero .outcome-strip { margin-top: 2rem; }
  .outcome-strip, .grid.two, .grid.three, .grid.four, .workshop-grid.count-many, .process, .theme-grid, .form-grid, .interest-grid { grid-template-columns: 1fr; }
  .home-editorial-list, .enablement-challenge-list, .enablement-help-list, .eaas-help-list, .eaas-monthly-grid { grid-template-columns: 1fr; }
  .eaas-intro { padding-bottom: 2.75rem; }
  .eaas-teaser { padding: 2rem 1.5rem; }
  .eaas-position { padding-left: 1.25rem; }
  .credential-strip { grid-template-columns: 1fr; }
  .founder-feature .credential-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .card-footer { align-items: flex-end; }
  .audience-card strong { min-height: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .schedule-row, .schedule-main { align-items: flex-start; }
  .schedule-row { flex-direction: column; }
  .schedule-action { flex-direction: row; align-items: center; width: 100%; justify-content: space-between; }
  .workshop-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .65rem; }
  .workshop-fact { flex-direction: column; align-items: flex-start; gap: .45rem; padding: .75rem; }
  .workshop-fact .icon-box { width: 2.25rem; height: 2.25rem; }
  .workshop-fact strong { font-size: .78rem; }
  .workshop-fact small { font-size: .65rem; }
  .workshop-outcome-grid, .material-grid, .workshop-check-list { grid-template-columns: 1fr; }
  .session-item { grid-template-columns: 1fr; gap: .7rem; }
  .workshop-date-main { align-items: flex-start; }
  .workshop-date-action { grid-template-columns: 1fr; align-items: stretch; }
  .workshop-date-action > div { justify-items: start; }
  .workshop-date-action .btn { width: 100%; }
  .form-submit { flex-direction: column-reverse; align-items: stretch; }
  .form-submit .btn { width: 100%; }
  .form-privacy { max-width: none; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Tailwind preflight retained without legacy theme or utilities. */
@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}
