:root {
  --navy: #071a33;
  --navy-2: #0c2748;
  --ivory: #f8f5ec;
  --paper: #fffdf8;
  --blue: #2f69ff;
  --coral: #ff745f;
  --ink: #0a1a2d;
  --muted: #526174;
  --line: rgba(7, 26, 51, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "Manrope", Arial, sans-serif; line-height: 1.65; }
a { color: inherit; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .75rem 1rem; }
.skip:focus { top: 1rem; }
.site-header { height: 88px; padding: 0 clamp(1.2rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(248,245,236,.92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 50; }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { width: 46px; height: 40px; display: grid; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; font-size: .7rem; letter-spacing: -.06em; }
sup { font-size: .42em; vertical-align: top; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); }
nav a { text-decoration: none; font-size: .83rem; font-weight: 600; }
.nav-cta { background: var(--navy); color: #fff; padding: .82rem 1.1rem; border-radius: 5px; }
.menu-button { display: none; border: 0; background: none; font: inherit; font-weight: 700; }
.hero { min-height: calc(100vh - 88px); padding: clamp(5rem, 11vw, 9rem) clamp(1.2rem, 7vw, 8rem); position: relative; overflow: hidden; display: grid; grid-template-columns: 1.45fr .55fr; gap: 5vw; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-name { max-width: 900px; margin: 0 0 1.25rem; color: var(--blue); font-size: clamp(2rem, 4.2vw, 4.6rem); font-weight: 700; line-height: 1.05; letter-spacing: -.045em; }
.hero-name sup { margin-left: .12em; font-size: .3em; letter-spacing: 0; }
.eyebrow { width: max-content; max-width: 100%; padding: .62rem .9rem; border: 1.5px solid currentColor; border-radius: 999px; background: rgba(255,255,255,.38); color: var(--blue); text-transform: uppercase; letter-spacing: .09em; font-size: clamp(.92rem,1.15vw,1.08rem); font-weight: 800; margin: 0 0 1.75rem; display: flex; align-items: center; gap: .65rem; line-height: 1.15; }
.eyebrow::before { content: ""; flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: currentColor; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin-top: 0; }
h1 { font-size: clamp(3.5rem, 7.2vw, 7.8rem); max-width: 1050px; margin-bottom: 2rem; font-weight: 600; }
h2 { font-size: clamp(2.5rem, 4.7vw, 5rem); font-weight: 600; }
h3 { font-size: 1.55rem; }
.hero-bridge { max-width: 560px; font-size: clamp(1.05rem, 1.5vw, 1.35rem); color: var(--muted); }
.actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2.4rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 52px; padding: .85rem 1.25rem; border-radius: 5px; text-decoration: none; font-weight: 700; font-size: .9rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--navy); color: white; }
.secondary { border: 1px solid var(--navy); }
.experience { display: flex; flex-direction: column; gap: .4rem; font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 600; position: relative; z-index: 2; }
.experience span:nth-child(2), .experience span:nth-child(5) { transform: translateX(-1.6rem); color: var(--blue); }
.experience span:nth-child(3), .experience span:nth-child(6) { transform: translateX(1.3rem); }
.hero-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.orbit-one { width: 28rem; height: 28rem; border: 1px solid rgba(47,105,255,.25); right: -8rem; top: 8rem; }
.orbit-two { width: 9rem; height: 9rem; background: var(--coral); right: 14%; bottom: -5rem; }
.section { padding: clamp(6rem, 11vw, 10rem) clamp(1.2rem, 7vw, 8rem); }
.intro, .not-performance, .story { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 9rem); }
.intro h2 em { color: var(--blue); font-style: normal; }
.intro-photo { margin: clamp(2rem,4vw,3.5rem) 0 0; overflow: hidden; border-radius: 24px; box-shadow: 0 20px 50px rgba(38,62,66,.12); }
.intro-photo img { display: block; width: 100%; aspect-ratio: 1.65; object-fit: cover; object-position: center; }
.intro-copy, .story-copy { padding-top: 2.7rem; font-size: 1.08rem; max-width: 580px; }
.text-link { display: inline-flex; gap: .8rem; align-items: center; color: var(--blue); font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; margin-top: 1rem; }
.inline-link { color: inherit; font-weight: 700; text-decoration-color: rgba(32,92,121,.45); text-underline-offset: .18em; }
.inline-link:hover { color: var(--blue); text-decoration-color: currentColor; }
.idea-band { background: var(--navy); color: white; padding: clamp(6rem, 11vw, 10rem) clamp(1.2rem, 12vw, 13rem); text-align: center; }
.idea-band .eyebrow, .discoveries .eyebrow { background: rgba(255,255,255,.08); }
.idea-band h2 { max-width: 1050px; margin: 0 auto 5rem; }
.idea-explanation { max-width: 850px; margin: 0 auto; color: #d7e0e5; font-size: clamp(1.2rem,2vw,1.65rem); line-height: 1.65; }
.idea-flow { display: flex; align-items: center; justify-content: center; gap: 1.5rem; color: #fff; font-size: clamp(1.6rem, 3vw, 3rem); font-weight: 600; }
.idea-flow i { width: clamp(30px, 7vw, 100px); height: 1px; background: var(--blue); position: relative; }
.idea-flow i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid var(--blue); border-right: 1px solid var(--blue); transform: rotate(45deg); }
.statement { max-width: 720px; margin: 5rem auto 0; color: #b9c6d5; font-size: 1.2rem; }
.statement strong { color: white; }
.framework { background: var(--paper); }
.framework-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem 6rem; align-items: end; }
.framework-heading .eyebrow { grid-column: 1/-1; }
.framework-heading h2 { margin-bottom: 0; }
.framework-heading > p:last-child { max-width: 540px; margin: 0 0 .7rem; color: var(--muted); font-size: 1.08rem; }
.framework-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; margin-top: 4.5rem; }
.framework-grid article { min-height: 290px; padding: clamp(1.6rem,3vw,2.6rem); border: 1px solid var(--line); display: flex; flex-direction: column; background: var(--ivory); }
.framework-grid article:nth-child(-n+3) { grid-column: span 2; }
.framework-grid article:nth-child(n+4) { grid-column: span 3; }
.framework-grid article:nth-child(2) { background: #f3dfca; }
.framework-grid article:nth-child(3) { background: var(--navy); color: white; }
.framework-grid article:nth-child(4) { background: #dcebea; }
.framework-grid article:nth-child(5) { background: #e7b27c; }
.framework-number { color: var(--blue); font-size: .75rem; font-weight: 700; }
.framework-grid article:nth-child(3) .framework-number { color: #efb985; }
.framework-grid h3 { margin: 3rem 0 1.3rem; font-size: clamp(2.2rem,4vw,4rem); }
.framework-grid p { max-width: 400px; }
.framework-note { margin-top: auto; padding-top: 2rem; border-top: 1px solid currentColor; font-weight: 700; font-size: .86rem; opacity: .8; }
.session { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,8vw,9rem); background: #f6eee1; }
.session-intro { align-self: start; position: sticky; top: 120px; }
.session-intro > p:last-child { max-width: 470px; color: var(--muted); }
.session-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.session-steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.session-steps li > span { color: var(--coral); font-weight: 700; font-size: .78rem; }
.session-steps h3 { margin-bottom: .65rem; }
.session-steps p { margin: 0; color: var(--muted); max-width: 600px; }
.not-performance { grid-template-columns: auto 1fr 1fr; background: var(--paper); }
.number { color: var(--coral); font-weight: 700; font-size: .8rem; }
.not-performance > div:last-child { max-width: 560px; }
.not-performance h2, .just-be-you { color: #c56f4d; }
.just-be-you { margin: -1.15rem 0 0; font-size: clamp(1.65rem, 2.8vw, 2.8rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.2; }
.just-be-you strong { color: var(--ink); }
.pullquote { margin-top: 3rem; font-size: 1.35rem; line-height: 1.4; }
.discoveries { background: var(--navy); color: white; }
.discoveries-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 6rem; }
.discoveries-heading .eyebrow { grid-column: 1/-1; color: #efb985; }
.discoveries-heading h2 { margin-bottom: 0; }
.discoveries-heading > p:last-child { max-width: 540px; color: #c6d1cf; font-size: 1.05rem; }
.discovery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 4rem; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); }
.discovery-grid span { min-height: 110px; padding: 1.8rem; display: flex; align-items: center; background: var(--navy); font-size: clamp(1.05rem,1.6vw,1.35rem); font-weight: 600; }
.where { background: #e8edf3; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 5rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1/-1; }
.where .section-heading h2 { grid-column: 1/-1; max-width: 900px; }
.section-heading p:last-child { max-width: 470px; margin-bottom: 1.5rem; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card-grid article { min-height: 250px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: background .25s, transform .25s; }
.card-grid article:hover { background: var(--paper); transform: translateY(-5px); }
.card-grid article > span { color: var(--blue); font-size: .75rem; font-weight: 700; }
.environment-icon { width: 38px; height: 38px; margin-top: .15rem; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-grid article:nth-child(2) .environment-icon { stroke: #c56f4d; }
.card-grid article:nth-child(3) .environment-icon { stroke: #6d8b67; }
.card-grid h3 { margin: 1.35rem 0 .7rem; }
.card-grid p { color: var(--muted); font-size: .92rem; }
.setting-photo { width: 88%; margin: auto auto 0; padding-top: 1.5rem; overflow: hidden; border-radius: 15px; }
.setting-photo img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; }
.card-grid a { margin-top: auto; display: flex; justify-content: space-between; text-decoration: none; font-weight: 700; }
.card-grid b { color: var(--blue); }
.constant { display: grid; grid-template-columns: .45fr 1.55fr; gap: 2rem; margin-top: 3rem; padding: 2rem; border-top: 1px solid var(--line); }
.constant .eyebrow { margin: .25rem 0 0; }
.constant > p:last-child { margin: 0; max-width: 880px; font-size: clamp(1.15rem,2vw,1.6rem); font-weight: 600; line-height: 1.45; }
.workshops { background: var(--blue); color: white; min-height: 720px; padding: clamp(6rem, 11vw, 10rem) clamp(1.2rem, 10vw, 12rem); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; overflow: hidden; }
.workshop-shape { width: min(38vw, 480px); aspect-ratio: 1; border-radius: 52% 48% 65% 35% / 37% 62% 38% 63%; border: 1px solid rgba(255,255,255,.6); display: grid; place-items: center; transform: rotate(-8deg); }
.workshop-shape span { font-size: clamp(8rem, 18vw, 15rem); font-weight: 400; transform: rotate(8deg); color: var(--ivory); line-height: 1; }
.workshop-copy .eyebrow { color: var(--navy); }
.workshop-copy .answer { max-width: 620px; font-size: clamp(1.65rem, 2.8vw, 2.9rem); line-height: 1.08; color: var(--navy); font-weight: 700; margin: -1rem 0 1.6rem; letter-spacing: -.035em; }
.workshop-copy > p:not(.eyebrow,.answer) { max-width: 590px; }
.workshop-pathways { grid-column: 1/-1; display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; margin-top: 2rem; }
.workshop-pathways article { padding: clamp(1.7rem,3vw,2.6rem); background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.6); border-radius: 24px; color: var(--ink); }
.workshop-pathways article:last-child { background: var(--navy); color: white; border-color: var(--navy); }
.pathway-label { min-height: 2.6em; margin: 0 0 2.2rem; text-transform: uppercase; letter-spacing: .12em; font-size: .69rem; line-height: 1.5; font-weight: 700; color: #456c72; }
.workshop-pathways article:last-child .pathway-label { color: #c7d8d8; }
.workshop-pathways h3 { font-size: clamp(2.4rem,4.5vw,4.6rem); margin-bottom: 1.2rem; }
.workshop-pathways article > p:not(.pathway-label,.pathway-format) { max-width: 580px; }
.pathway-list { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 2rem 0; list-style: none; }
.pathway-list li { padding: .55rem .8rem; border: 1px solid rgba(38,62,66,.2); border-radius: 999px; font-size: .8rem; font-weight: 700; }
.workshop-pathways article:last-child .pathway-list li { border-color: rgba(255,255,255,.3); }
.pathway-format { margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(38,62,66,.16); font-size: .86rem; }
.workshop-pathways article:last-child .pathway-format { border-color: rgba(255,255,255,.22); color: #d8e2e1; }
.workshop-formats { grid-column: 1/-1; margin-top: 3.5rem; padding-top: 3.5rem; border-top: 1px solid rgba(23,61,74,.22); }
.formats-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: start; }
.formats-heading .eyebrow { color: var(--navy); margin-top: .45rem; }
.formats-heading h3 { max-width: 720px; margin: 0; font-size: clamp(1.8rem,3vw,3rem); }
.format-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2.5rem; }
.format-grid article { min-height: 340px; padding: 2.2rem; position: relative; overflow: hidden; display: flex; flex-direction: column; background: #fffaf2; border: 2px solid rgba(23,61,74,.16); border-radius: 24px; color: var(--ink); box-shadow: 0 16px 34px rgba(23,61,74,.08); }
.format-grid article::before { content: ""; position: absolute; inset: 0 0 auto; height: 8px; background: var(--blue); }
.format-grid article:nth-child(2) { background: #edf5f3; }
.format-grid article:nth-child(2)::before { background: #63845f; }
.format-grid article:nth-child(3) { background: #fff1e4; }
.format-grid article:nth-child(3)::before { background: #c56f4d; }
.format-grid article > span { width: max-content; padding: .45rem .7rem; color: #496b70; background: rgba(255,255,255,.72); border: 1px solid rgba(23,61,74,.14); border-radius: 999px; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 800; }
.format-grid h4 { min-height: 2.35em; margin: 2rem 0 .65rem; font-size: 1.55rem; line-height: 1.15; font-weight: 700; }
.format-grid article:nth-child(3) h4 { white-space: nowrap; font-size: clamp(1.3rem,1.75vw,1.5rem); letter-spacing: -.035em; }
.format-grid p { margin: 1rem 0 0; font-size: .92rem; line-height: 1.6; }
.format-grid article > p:last-child { margin-top: 1.15rem; padding-top: 0; }
.format-meta { min-height: 2.7em; margin: 0 !important; color: #426970; font-size: .8rem !important; line-height: 1.35 !important; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.workshop-cta { grid-column: 1/-1; justify-self: center; margin-top: 1.5rem; }
.light { background: white; color: var(--navy); margin-top: 1rem; }
.story-question { color: var(--coral); font-size: clamp(1.7rem, 3vw, 3rem); margin-top: -1.7rem; font-weight: 600; letter-spacing: -.035em; }
.story-photo { margin: clamp(2rem,4vw,3.5rem) 0 0; overflow: hidden; border-radius: 26px; box-shadow: 0 22px 55px rgba(38,62,66,.11); }
.story-photo img { display: block; width: 100%; aspect-ratio: 1.35; object-fit: cover; object-position: center 46%; }
.story-lead { font-size: 1.3rem; line-height: 1.55; color: var(--ink); }
.story-closing { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); font-weight: 700; color: var(--ink); }
.credibility { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,8vw,8rem); background: var(--paper); }
.creator-block { align-self: start; }
.creator-identity { display: flex; align-items: center; gap: 1.4rem; margin-bottom: 2rem; }
.creator-photo { flex: 0 0 150px; width: 150px; margin: 0; overflow: hidden; border-radius: 42% 58% 48% 52% / 45% 44% 56% 55%; background: var(--ivory); box-shadow: 7px 8px 0 #ead5bd; }
.creator-photo img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 22%; }
.creator-block h2 { margin-bottom: .5rem; font-size: clamp(1.25rem,1.65vw,1.55rem); letter-spacing: -.015em; }
.creator-role { margin: 0; color: var(--ink); font-size: 1rem; font-weight: 700; }
.creator-role span { margin-right: .28em; color: var(--muted); font-size: .92em; font-style: italic; font-weight: 500; }
.creator-block > p:last-child { max-width: 520px; color: var(--muted); font-size: 1.05rem; }
.foundations-block { padding: clamp(1.5rem,3vw,2.6rem); background: var(--ivory); border-radius: 26px; }
.foundation-grid { border-top: 1px solid var(--line); }
.foundation-grid article { display: grid; grid-template-columns: 2.5rem 1fr; gap: .3rem 1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.foundation-grid article > span { grid-row: 1/3; color: var(--coral); font-size: 1.35rem; line-height: 1; font-weight: 700; padding-top: .05rem; }
.foundation-grid h3 { margin: 0; font-size: 1.2rem; letter-spacing: -.025em; }
.foundation-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.credibility-note { margin: 1.6rem 0 0; color: var(--muted); font-size: .76rem; }
.contact { background: var(--paper); text-align: center; padding: clamp(7rem, 14vw, 13rem) 1.2rem; }
.contact > .eyebrow { justify-content: center; margin-left: auto; margin-right: auto; }
.contact h2 { max-width: 1000px; margin-left: auto; margin-right: auto; }
.contact > p:not(.eyebrow,.contact-note) { font-size: 1.15rem; color: var(--muted); margin-bottom: 2.2rem; }
.contact-note { color: var(--muted); font-size: .75rem; margin-top: 1rem; }
.inquiry-form { width: min(920px,100%); margin: 3.5rem auto 0; padding: clamp(1.5rem,4vw,3rem); display: grid; grid-template-columns: repeat(2,1fr); gap: 1.4rem; text-align: left; background: var(--ivory); border: 1px solid var(--line); border-radius: 28px; }
.form-field { display: flex; flex-direction: column; gap: .55rem; }
.form-field-wide, .form-submit { grid-column: 1/-1; }
.form-field label { color: var(--ink); font-size: .82rem; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: .9rem 1rem; border: 1px solid rgba(38,62,66,.24); border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-size: .95rem; }
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(40,127,138,.16); }
.form-submit { padding-top: .5rem; text-align: center; }
.form-submit .button[aria-disabled="true"] { cursor: not-allowed; opacity: .72; border: 0; }
footer { background: var(--navy); color: white; padding: 3rem clamp(1.2rem, 7vw, 8rem); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 2rem; font-size: .75rem; }
.footer-brand { color: white; }
footer p { color: #9eacbc; }
@media (prefers-reduced-motion: no-preference) {
  .experience span { animation: reveal .7s both; }
  .experience span:nth-child(2) { animation-delay: .12s; }.experience span:nth-child(3) { animation-delay: .24s; }.experience span:nth-child(4) { animation-delay: .36s; }.experience span:nth-child(5) { animation-delay: .48s; }.experience span:nth-child(6) { animation-delay: .6s; }
  @keyframes reveal { from { opacity: 0; transform: translateY(14px); } }
}
@media (max-width: 1000px) {
  .site-header nav { display: none; position: absolute; inset: 88px 0 auto; background: var(--ivory); padding: 1.5rem; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; }
  .experience { margin-top: 2rem; padding-left: 2rem; }
  .orbit-one { opacity: .6; }
  .intro, .story { grid-template-columns: 1fr; gap: 1rem; }
  .framework-heading, .discoveries-heading, .session { grid-template-columns: 1fr; }
  .credibility { grid-template-columns: 1fr; }
  .framework-grid { grid-template-columns: 1fr 1fr; }
  .framework-grid article:nth-child(n) { grid-column: auto; }
  .framework-grid article:last-child { grid-column: 1/-1; }
  .framework-grid article { min-height: 250px; }
  .session-intro { position: static; }
  .intro-copy, .story-copy { padding-top: 0; }
  .not-performance { grid-template-columns: auto 1fr; }
  .not-performance > div:last-child { grid-column: 2; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .workshops { grid-template-columns: .75fr 1.25fr; }
  .workshop-pathways { grid-template-columns: 1fr; }
  .formats-heading { grid-template-columns: 1fr; }
  .format-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .site-header { height: 72px; }
  .brand > span:last-child { max-width: 180px; line-height: 1.2; }
  .site-header nav { top: 72px; }
  .hero { min-height: auto; padding-top: 5rem; }
  h1 { font-size: clamp(3rem, 15vw, 5rem); }
  .experience { font-size: 1.35rem; }
  .intro, .not-performance, .story { display: block; }
  .story-photo img { aspect-ratio: 1.35; }
  .discovery-grid { grid-template-columns: 1fr; }
  .framework-grid { grid-template-columns: 1fr; }
  .framework-grid article:last-child { grid-column: auto; }
  .constant { grid-template-columns: 1fr; padding: 1.5rem 0; }
  .number { margin-bottom: 2rem; }
  .idea-band { text-align: left; }
  .idea-flow { gap: .35rem; justify-content: flex-start; font-size: clamp(.78rem, 3.7vw, 1rem); }
  .idea-flow i { width: clamp(12px, 4vw, 22px); }
  .statement { margin-top: 3rem; }
  .section-heading { display: block; }
  .card-grid { grid-template-columns: 1fr; }
  .card-grid article { min-height: 270px; }
  .workshops { grid-template-columns: 1fr; min-height: 0; }
  .workshop-shape { width: 70vw; justify-self: center; }
  .workshop-copy .answer { margin-top: -1rem; }
  .inquiry-form { grid-template-columns: 1fr; border-radius: 20px; }
  .form-field-wide, .form-submit { grid-column: auto; }
}

/* BLUE ICE — clear, friendly, and reference-led */
body[data-concept="blue-ice"] {
  --navy: #173d4a; --navy-2: #285c66; --ivory: #f6eee1; --paper: #fffaf2;
  --blue: #287f8a; --coral: #e79a62; --ink: #263e42; --muted: #687775;
  --line: rgba(38,62,66,.15); background: var(--ivory);
}
body[data-concept="blue-ice"] .site-header { height: 82px; background: rgba(246,238,225,.96); }
body[data-concept="blue-ice"] .brand-mark { background: #fff; color: var(--blue); border: 2px solid var(--blue); }
body[data-concept="blue-ice"] nav a { font-size: .88rem; }
body[data-concept="blue-ice"] .nav-cta,
body[data-concept="blue-ice"] .button { border-radius: 999px; }
body[data-concept="blue-ice"] .hero { min-height: 720px; grid-template-columns: 1.12fr .88fr; padding-top: 6rem; padding-bottom: 7rem; }
body[data-concept="blue-ice"] .hero-name { transform: translateY(-4.75rem); }
body[data-concept="blue-ice"] h1 { max-width: 680px; font-size: clamp(2rem, 3.6vw, 3.8rem); }
body[data-concept="blue-ice"] h2 { font-size: clamp(2rem, 4.2vw, 4.5rem); font-weight: 600; line-height: 1.18; letter-spacing: -.045em; }
body[data-concept="blue-ice"] .creator-block h2 { font-size: clamp(1.25rem,1.65vw,1.55rem); }
body[data-concept="blue-ice"] .hero-bridge { max-width: 650px; color: #385f78; font-size: 1.2rem; }
body[data-concept="blue-ice"] .hero-experience { position: relative; z-index: 2; }
body[data-concept="blue-ice"] .experience-photo { margin: 0; position: relative; z-index: 1; overflow: hidden; border-radius: 24px; background: var(--paper); box-shadow: 0 22px 55px rgba(18,55,93,.16); }
body[data-concept="blue-ice"] .experience-photo img { display: block; width: 100%; aspect-ratio: 1.65; object-fit: cover; object-position: center 46%; }
body[data-concept="blue-ice"] .experience-photo figcaption { padding: 1.1rem 1.3rem; color: var(--ink); font-size: .88rem; font-weight: 700; letter-spacing: -.01em; }
body[data-concept="blue-ice"] .experience { background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 28px; padding: clamp(2rem,4vw,4rem); color: var(--ink); box-shadow: 0 25px 70px rgba(18,55,93,.09); gap: .65rem; }
body[data-concept="blue-ice"] .experience::before { content: none; }
body[data-concept="blue-ice"] .experience span:nth-child(n) { transform: none; color: inherit; }
body[data-concept="blue-ice"] .experience .experience-lead { margin-left: 0; color: var(--ink); font-weight: 700; letter-spacing: -.025em; }
body[data-concept="blue-ice"] .experience .experience-lead strong { color: #63845f; }
body[data-concept="blue-ice"] .experience .experience-lead::before { display: none; }
body[data-concept="blue-ice"] .experience span:not(.experience-lead) { width: max-content; padding: .35rem .75rem .35rem .45rem; display: flex; align-items: center; gap: .65rem; border: 1px solid rgba(38,62,66,.12); border-radius: 999px; background: rgba(246,238,225,.72); }
body[data-concept="blue-ice"] .experience span:not(.experience-lead)::before { display: none; }
.step-icon { width: 30px; height: 30px; padding: 5px; flex: 0 0 30px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; border-radius: 50%; background: #fff; }
body[data-concept="blue-ice"] .experience span:nth-child(3) .step-icon { stroke: #63845f; }
body[data-concept="blue-ice"] .experience span:nth-child(4) .step-icon { stroke: #c56f4d; }
body[data-concept="blue-ice"] .experience span:nth-child(5) .step-icon { stroke: #8a6d3b; }
body[data-concept="blue-ice"] .experience span:nth-child(6) .step-icon { stroke: var(--navy); }
body[data-concept="blue-ice"] .experience span:nth-child(2) { margin-left: 2.5rem; }
body[data-concept="blue-ice"] .experience span:nth-child(3) { margin-left: 5rem; }
body[data-concept="blue-ice"] .experience span:nth-child(4) { margin-left: 7.5rem; }
body[data-concept="blue-ice"] .experience span:nth-child(5) { margin-left: 10rem; }
body[data-concept="blue-ice"] .experience span:nth-child(6) { margin-left: 12.5rem; }
body[data-concept="blue-ice"] .experience span::before { content: ""; display: inline-block; width: .55rem; height: .55rem; margin-right: .85rem; background: #8fd0ea; border-radius: 50%; vertical-align: .15em; }
body[data-concept="blue-ice"] .experience span:nth-child(3n)::before { background: var(--coral); }
body[data-concept="blue-ice"] .orbit-one { border-color: rgba(22,127,174,.2); width: 36rem; height: 36rem; }
body[data-concept="blue-ice"] .orbit-two { background: #8fd0ea; opacity: .48; }
body[data-concept="blue-ice"] .intro { margin: 0 clamp(1rem,4vw,4rem); padding-left: clamp(1.5rem,5vw,5rem); padding-right: clamp(1.5rem,5vw,5rem); background: rgba(255,255,255,.78); border-radius: 32px; }
body[data-concept="blue-ice"] .intro h2 em { color: var(--blue); }
body[data-concept="blue-ice"] .idea-band { margin-top: 7rem; background: var(--navy); border-radius: 48px 48px 0 0; }
body[data-concept="blue-ice"] .idea-band .eyebrow { color: #9bdaf0; }
body[data-concept="blue-ice"] .idea-flow i { background: #9bdaf0; }
body[data-concept="blue-ice"] .idea-flow i::after { border-color: #9bdaf0; }
body[data-concept="blue-ice"] .not-performance { background: #edf9fd; }
body[data-concept="blue-ice"] .where { background: var(--ivory); }
body[data-concept="blue-ice"] .card-grid { gap: 1.1rem; border: 0; }
body[data-concept="blue-ice"] .card-grid article { min-height: 250px; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 35px rgba(18,55,93,.055); }
body[data-concept="blue-ice"] .card-grid article:hover { background: #fff; }
body[data-concept="blue-ice"] .workshops { min-height: 680px; background: #e7b27c; color: var(--navy); }
body[data-concept="blue-ice"] .workshop-photo { width: min(43vw, 620px); margin: 0; overflow: hidden; border-radius: 46% 54% 44% 56% / 53% 43% 57% 47%; transform: rotate(-2deg); box-shadow: 18px 20px 0 rgba(23,61,74,.13); }
body[data-concept="blue-ice"] .workshop-photo img { display: block; width: 100%; aspect-ratio: 1.08; object-fit: cover; object-position: center; transform: scale(1.03); }
body[data-concept="blue-ice"] .workshop-shape span,
body[data-concept="blue-ice"] .workshop-copy .answer { color: var(--navy); }
body[data-concept="blue-ice"] .workshop-copy .eyebrow { color: #205c79; }
body[data-concept="blue-ice"] .story { margin: clamp(1rem,4vw,4rem); padding-left: clamp(1.5rem,5vw,5rem); padding-right: clamp(1.5rem,5vw,5rem); background: #fffaf2; border: 1px solid var(--line); border-radius: 32px; box-shadow: 0 20px 55px rgba(38,62,66,.06); }
body[data-concept="blue-ice"] .story-heading { align-self: start; }
body[data-concept="blue-ice"] .story-question { max-width: 620px; margin-top: 1.5rem; color: #c56f4d; font-size: clamp(1.45rem,2.35vw,2.25rem); }
body[data-concept="blue-ice"] .story-copy { padding: 2.2rem; background: #f6eee1; border-radius: 24px; }
body[data-concept="blue-ice"] .story-copy-heading { margin: 0 0 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 1.35rem; letter-spacing: -.025em; }
body[data-concept="blue-ice"] .contact { background: var(--paper); }
body[data-concept="blue-ice"] footer { background: var(--navy); }
@media (max-width: 1000px) { body[data-concept="blue-ice"] .hero { grid-template-columns: 1fr; } body[data-concept="blue-ice"] .hero-experience { max-width: 650px; } }
@media (max-width: 650px) { body[data-concept="blue-ice"] .hero-name { transform: translateY(-2rem); } body[data-concept="blue-ice"] .experience-photo { margin: 0 .7rem -1.2rem; border-radius: 18px; } body[data-concept="blue-ice"] .experience span:nth-child(2) { margin-left: 1.25rem; } body[data-concept="blue-ice"] .experience span:nth-child(3) { margin-left: 2.5rem; } body[data-concept="blue-ice"] .experience span:nth-child(4) { margin-left: 3.75rem; } body[data-concept="blue-ice"] .experience span:nth-child(5) { margin-left: 5rem; } body[data-concept="blue-ice"] .intro, body[data-concept="blue-ice"] .story { margin: 0 .7rem; border-radius: 22px; } body[data-concept="blue-ice"] .story-copy { margin-top: 2rem; padding: 1.5rem; } body[data-concept="blue-ice"] .idea-band { border-radius: 28px 28px 0 0; } body[data-concept="blue-ice"] .workshop-photo { width: 82vw; justify-self: center; } }
@media (max-width: 650px) { body[data-concept="blue-ice"] .experience span:nth-child(6) { margin-left: 6.25rem; } }
@media (max-width: 650px) { body[data-concept="blue-ice"] .experience-photo { margin: 0 .7rem; } }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

/* CONCEPT A — WARM EDITORIAL
   Soft paper, ink, plum and persimmon. More intimate and literary. */
body[data-concept="warm-editorial"] {
  --navy: #30213b;
  --navy-2: #442d4f;
  --ivory: #fff8e9;
  --paper: #fffdf6;
  --blue: #4f91c7;
  --coral: #e9a23b;
  --ink: #2e2430;
  --muted: #71646c;
  --line: rgba(65, 38, 55, .17);
  font-family: Georgia, "Times New Roman", serif;
}
body[data-concept="warm-editorial"] .site-header,
body[data-concept="warm-editorial"] .eyebrow,
body[data-concept="warm-editorial"] .button,
body[data-concept="warm-editorial"] nav,
body[data-concept="warm-editorial"] .brand,
body[data-concept="warm-editorial"] .number,
body[data-concept="warm-editorial"] .card-grid article > span,
body[data-concept="warm-editorial"] .contact-note,
body[data-concept="warm-editorial"] footer { font-family: "Manrope", Arial, sans-serif; }
body[data-concept="warm-editorial"] h1 { font-weight: 400; max-width: 900px; }
body[data-concept="warm-editorial"] h2 { font-weight: 400; }
body[data-concept="warm-editorial"] .hero { grid-template-columns: 1.25fr .75fr; }
body[data-concept="warm-editorial"] .hero::before { content: "“"; position: absolute; left: 4vw; top: 2rem; font: 22rem/1 Georgia, serif; color: rgba(183,70,47,.065); }
body[data-concept="warm-editorial"] .experience { border-left: 1px solid var(--line); padding-left: 3rem; font-family: Georgia, serif; font-style: italic; font-weight: 400; }
body[data-concept="warm-editorial"] .experience span:nth-child(n) { transform: none; }
body[data-concept="warm-editorial"] .orbit-one { border-color: rgba(79,145,199,.38); }
body[data-concept="warm-editorial"] .orbit-two { background: #e9a23b; opacity: .55; }
body[data-concept="warm-editorial"] .idea-band { background: #30213b; }
body[data-concept="warm-editorial"] .where { background: #eaf4f8; }
body[data-concept="warm-editorial"] .workshops { background: #b7462f; }
body[data-concept="warm-editorial"] .workshop-copy .eyebrow,
body[data-concept="warm-editorial"] .workshop-copy .answer { color: #fff2d7; }
body[data-concept="warm-editorial"] .workshop-shape { border-radius: 50%; }

/* CONCEPT B — HUMAN STUDIO
   Friendly forms, moss and clay, with the feel of a creative workshop space. */
body[data-concept="human-studio"] {
  --navy: #23465b;
  --navy-2: #315f78;
  --ivory: #fbf3e4;
  --paper: #fffaf0;
  --blue: #438fb9;
  --coral: #f0b84b;
  --ink: #203742;
  --muted: #62727a;
  --line: rgba(35, 70, 91, .18);
}
body[data-concept="human-studio"] .site-header { height: 96px; }
body[data-concept="human-studio"] .brand-mark { border-radius: 38% 62% 55% 45% / 45% 40% 60% 55%; background: #f0b84b; border: 0; transform: rotate(-5deg); }
body[data-concept="human-studio"] .nav-cta,
body[data-concept="human-studio"] .button { border-radius: 999px; }
body[data-concept="human-studio"] .hero { min-height: calc(100vh - 96px); grid-template-columns: 1fr 1fr; }
body[data-concept="human-studio"] h1 { font-size: clamp(3.3rem, 6.5vw, 6.9rem); }
body[data-concept="human-studio"] h1::after { content: ""; display: block; width: 28%; height: 8px; background: #f0b84b; margin-top: 1.6rem; border-radius: 999px; transform: rotate(-1.5deg); }
body[data-concept="human-studio"] .experience { background: #fffaf0; border: 1px solid var(--line); border-radius: 46% 54% 42% 58% / 55% 44% 56% 45%; min-height: 460px; display: grid; place-content: center; padding: 3rem; transform: rotate(2deg); box-shadow: 18px 20px 0 rgba(35,68,58,.08); }
body[data-concept="human-studio"] .experience span:nth-child(n) { transform: none; color: var(--ink); }
body[data-concept="human-studio"] .experience span:nth-child(2n) { color: #438fb9; transform: translateX(1.5rem); }
body[data-concept="human-studio"] .orbit-one { display: none; }
body[data-concept="human-studio"] .orbit-two { width: 13rem; height: 13rem; opacity: .4; right: auto; left: -5rem; bottom: -6rem; }
body[data-concept="human-studio"] .idea-band { background: #23465b; text-align: left; }
body[data-concept="human-studio"] .idea-band h2,
body[data-concept="human-studio"] .idea-band .statement { margin-left: 0; }
body[data-concept="human-studio"] .idea-flow { justify-content: flex-start; }
body[data-concept="human-studio"] .where { background: #dceff5; }
body[data-concept="human-studio"] .card-grid { gap: 1rem; border: 0; }
body[data-concept="human-studio"] .card-grid article { background: #fffaf0; border: 1px solid var(--line); border-radius: 18px; min-height: 350px; }
body[data-concept="human-studio"] .workshops { background: #438fb9; }
body[data-concept="human-studio"] .workshop-copy .eyebrow { color: #17384a; }
body[data-concept="human-studio"] .workshop-copy .answer { color: #fff3d7; }
body[data-concept="human-studio"] .workshop-shape { border-radius: 44% 56% 38% 62% / 60% 42% 58% 40%; background: rgba(255,255,255,.08); }

/* CONCEPT C — PLAYFUL CONFIDENCE
   Bold type, citrus accents and graphic rhythm: lively, but still grown-up. */
body[data-concept="playful-confidence"] {
  --navy: #15254c;
  --navy-2: #21396e;
  --ivory: #fffbed;
  --paper: #ffffff;
  --blue: #438fd1;
  --coral: #ff693d;
  --ink: #172342;
  --muted: #59627a;
  --line: rgba(23,35,66,.16);
}
body[data-concept="playful-confidence"] .site-header { background: rgba(255,251,237,.94); }
body[data-concept="playful-confidence"] .brand-mark { background: #ffdd48; border: 0; color: #172342; transform: rotate(-8deg); border-radius: 10px; }
body[data-concept="playful-confidence"] .nav-cta,
body[data-concept="playful-confidence"] .button { border-radius: 10px; }
body[data-concept="playful-confidence"] .hero { grid-template-columns: 1.3fr .7fr; }
body[data-concept="playful-confidence"] h1 { font-weight: 700; }
body[data-concept="playful-confidence"] h1::first-line { color: #438fd1; }
body[data-concept="playful-confidence"] .experience { padding: 2rem; background: #ffdd48; color: #172342; transform: rotate(2deg); box-shadow: 14px 14px 0 #ff693d; border-radius: 14px; }
body[data-concept="playful-confidence"] .experience span:nth-child(n) { transform: none; color: inherit; }
body[data-concept="playful-confidence"] .experience span:nth-child(odd) { transform: translateX(-1rem); }
body[data-concept="playful-confidence"] .hero-orbit { display: none; }
body[data-concept="playful-confidence"] .idea-band { background: #15254c; }
body[data-concept="playful-confidence"] .idea-flow i { height: 5px; background: #ffdd48; border-radius: 99px; }
body[data-concept="playful-confidence"] .idea-flow i::after { border-color: #ffdd48; }
body[data-concept="playful-confidence"] .where { background: #dceefa; }
body[data-concept="playful-confidence"] .card-grid article:nth-child(2),
body[data-concept="playful-confidence"] .card-grid article:nth-child(4) { background: rgba(255,255,255,.55); }
body[data-concept="playful-confidence"] .workshops { background: #438fd1; }
body[data-concept="playful-confidence"] .workshop-copy .eyebrow { color: #ffdd48; }
body[data-concept="playful-confidence"] .workshop-copy .answer { color: #ffdd48; }
body[data-concept="playful-confidence"] .workshop-shape { border-radius: 16px; transform: rotate(-4deg); background: #ff693d; border: 0; }
body[data-concept="playful-confidence"] .workshop-shape span { transform: rotate(4deg); }

@media (max-width: 650px) {
  body[data-concept="warm-editorial"] .hero,
  body[data-concept="human-studio"] .hero,
  body[data-concept="playful-confidence"] .hero { grid-template-columns: 1fr; }
  body[data-concept="human-studio"] .experience { min-height: 360px; }
}

/* MULTI-PAGE SITE */
nav a[aria-current="page"]:not(.nav-cta) { color: var(--blue); }
.page-hero { min-height: 560px; padding: clamp(6rem,10vw,9rem) clamp(1.2rem,10vw,11rem); display: flex; flex-direction: column; justify-content: center; background: var(--ivory); }
.page-hero h1 { max-width: 1050px; margin-bottom: 1.8rem; font-size: clamp(3.1rem,6vw,6.5rem); }
.page-hero > p:last-child, .page-hero > div > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.15rem; }
.page-hero.compact { min-height: 360px; padding-bottom: clamp(3rem,5vw,5rem); }
.page-hero-split { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem,7vw,8rem); align-items: center; }
.method-hero { padding-right: clamp(1.2rem,6vw,7rem); }
.method-hero h1 { max-width: 780px; }
.method-hero-photo { margin: 0; overflow: hidden; border-radius: 28px; box-shadow: 0 24px 60px rgba(38,62,66,.14); }
.method-hero-photo img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; }
.page-photo { margin: 0; overflow: hidden; border-radius: 30px; box-shadow: 18px 20px 0 #ead5bd; }
.page-photo img { display: block; width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.home-method { background: var(--navy); color: #fff; }
.home-method .eyebrow { color: #efb985; background: rgba(255,255,255,.08); }
.home-method h2 { max-width: 820px; }
.journey-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; margin: 4rem 0 2rem; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.journey-row span { min-height: 130px; padding: 1.5rem; display: grid; place-items: center; background: var(--navy); font-size: clamp(1rem,1.8vw,1.4rem); font-weight: 700; }
.home-method .text-link { color: #efb985; }
.home-invite { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,8rem); align-items: center; background: #e7b27c; }
.home-invite > div:last-child { max-width: 570px; font-size: 1.1rem; }
.home-contact { padding-top: clamp(6rem,10vw,9rem); padding-bottom: clamp(6rem,10vw,9rem); }
.workshop-page { background: #e7b27c; }
.workshop-page .workshop-pathways { margin-top: 5rem; }
.story-page { padding-top: clamp(6rem,9vw,8rem); }
.story-page h1 { max-width: 680px; margin-bottom: 1.5rem; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 600; line-height: 1.18; }
.purpose { background: var(--navy); color: var(--paper); }
.purpose .eyebrow { color: #9bdaf0; background: rgba(255,255,255,.08); }
.purpose-content { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem,8vw,8rem); align-items: start; }
.purpose h2 { max-width: 520px; color: #fffaf2; }
.purpose-content p { max-width: 760px; margin: .4rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.15rem,1.7vw,1.42rem); line-height: 1.7; }
.next-page { padding: 4rem clamp(1.2rem,7vw,8rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--paper); border-top: 1px solid var(--line); }
.next-page p { margin: 0; font-size: clamp(1.15rem,2vw,1.6rem); font-weight: 700; }
.faq-list { max-width: 1050px; margin: 0 auto; }
.page-hero.compact + .faq-list { padding-top: clamp(2.5rem,4vw,4rem); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.7rem 3rem 1.7rem 0; position: relative; cursor: pointer; list-style: none; font-size: clamp(1.05rem,1.8vw,1.3rem); font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; top: 1.45rem; color: var(--blue); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 820px; margin: -.25rem 0 1.8rem; color: var(--muted); }
.contact-page { min-height: calc(100vh - 82px); padding-top: clamp(6rem,9vw,9rem); }
.contact-page h1 { max-width: 1000px; margin-left: auto; margin-right: auto; font-size: clamp(3.2rem,6vw,6.2rem); }

@media (max-width: 1000px) {
  .page-hero-split, .home-invite, .purpose-content { grid-template-columns: 1fr; }
  .method-hero-photo { width: min(620px,100%); }
  .page-photo { max-width: 680px; }
  .journey-row { grid-template-columns: 1fr; }
  .journey-row span { min-height: 78px; }
}
@media (max-width: 650px) {
  .page-hero { min-height: 0; padding-top: 5rem; padding-bottom: 5rem; }
  .page-hero h1, .contact-page h1 { font-size: clamp(2.6rem,12vw,4.1rem); }
  .story-page h1 { font-size: clamp(1.9rem,8vw,2.6rem); }
  .next-page { align-items: flex-start; flex-direction: column; }
}

/* Plain-language workshop introduction and example. */
.hero-audience { max-width: 650px; color: var(--muted); font-size: 1rem; }
.workshop-example { max-width: 820px; margin: 2.5rem 0 1rem; padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(255,255,255,.05); }
.workshop-example h3 { font-size: clamp(1.3rem, 2.2vw, 1.75rem); line-height: 1.25; margin-bottom: 1rem; }
.workshop-example p { color: #e0eaf0; font-size: 1.05rem; }
.workshop-example p:last-child { margin-bottom: 0; }

/* Two workshop areas of focus. */
.focus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 650px) { .focus-grid { grid-template-columns: 1fr; } }

/* Homepage founder introduction. */
.home-founder { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; background: var(--paper); }
.home-founder-copy { min-width: 0; max-width: 720px; }
.home-founder-copy h2 { font-size: clamp(2rem, 4vw, 3.8rem); margin-bottom: 1.5rem; }
.home-founder-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
@media (max-width: 750px) { .home-founder { grid-template-columns: 1fr; } }

.origins-foundations { grid-template-columns: minmax(0, 1fr); }
.origins-foundations .foundations-block { width: 100%; max-width: 1000px; margin: 0 auto; }

.workshop-focus-overview article[id] { scroll-margin-top: 110px; }
.workshop-curricula { background: var(--paper); }

/* Short explanations for each curriculum term. */
.pathway-list.curriculum-definitions { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.pathway-list.curriculum-definitions li { padding: 1rem 0; border: 0; border-bottom: 1px solid rgba(38,62,66,.2); border-radius: 0; }
.curriculum-term { display: block; font-size: 1rem; font-weight: 700; line-height: 1.4; }
.curriculum-description { display: block; margin-top: .3rem; font-size: .92rem; font-weight: 400; line-height: 1.6; }
.workshop-pathways article:last-child .curriculum-definitions li { border-bottom-color: rgba(255,255,255,.3); }

/* Compact desktop curriculum overview. */
@media (min-width: 1001px) {
  .workshop-curricula { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .workshop-curricula > .eyebrow { margin-bottom: .75rem; }
  .workshop-curricula > h2 { margin-bottom: 1rem; }
  .workshop-curricula .workshop-pathways { margin-top: 1rem; }
  .workshop-curricula .workshop-pathways article { padding: 1.7rem 2rem; }
  .workshop-curricula .pathway-label { margin: 0 0 .5rem; font-size: .9rem; }
  .workshop-curricula .workshop-pathways h3 { font-size: 2.6rem; margin-bottom: .65rem; }
  .workshop-curricula .curriculum-definitions { margin: .5rem 0; }
  .workshop-curricula .curriculum-definitions li { padding: .65rem 0; }
  .workshop-curricula .curriculum-term { font-size: 1rem; line-height: 1.35; }
  .workshop-curricula .curriculum-description { margin-top: .2rem; font-size: .95rem; line-height: 1.45; }
  .workshop-curricula .pathway-format { margin: .65rem 0 0; padding-top: .65rem; font-size: .9rem; line-height: 1.35; }
}

/* Practical workshop planning information. */
.workshop-planning { background: var(--paper); }
.workshop-planning > h2 { max-width: 900px; }
.planning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 3rem; }
.planning-grid article { border-top: 1px solid var(--line); padding-top: 1.4rem; }
.planning-grid h3, .planning-proposal h3 { font-size: 1.3rem; margin-bottom: .7rem; }
.planning-grid p { color: var(--muted); margin: 0; max-width: 580px; }
.planning-proposal { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
@media (max-width: 650px) { .planning-grid { grid-template-columns: 1fr; } }

/* More compact opening for Workshops. */
.workshops-hero { min-height: 0; padding-top: clamp(2.5rem, 5vw, 4rem); padding-bottom: clamp(2.5rem, 5vw, 4rem); gap: clamp(2rem, 5vw, 4rem); }
.workshops-hero h1 { font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 600; line-height: 1.18; margin-bottom: 1.2rem; }
.workshops-hero .eyebrow { margin-bottom: 1rem; }
.workshops-hero .page-photo { width: 100%; max-width: 360px; justify-self: center; }
.workshops-hero > div > p:last-child { font-size: 1.05rem; }

/* Brief explanations for the IMM journey. */
.journey-step { padding: 1.5rem 1.2rem; background: var(--navy); min-width: 0; }
.journey-step h3 { margin: 0 0 .75rem; font-size: clamp(1.15rem, 1.8vw, 1.4rem); letter-spacing: -.025em; }
.journey-step p { margin: 0; color: #e0eaf0; font-size: .95rem; line-height: 1.55; }
@media (max-width: 1000px) { .journey-step { padding: 1.2rem 1.5rem; } }

/* Calm, consistent five-movement framework. */
.framework-clean { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.framework-clean .framework-heading { display: block; max-width: 800px; }
.framework-clean .framework-heading h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); margin-bottom: 1rem; }
.framework-clean .framework-heading > p:last-child { max-width: 650px; margin: 0; }
.framework-clean .framework-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; margin-top: 2.5rem; }
.framework-clean .framework-grid article:nth-child(n) { grid-column: auto; min-height: 210px; padding: 1.5rem 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: var(--ivory); color: var(--ink); }
.framework-clean .framework-number { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--paper); color: var(--blue); }
.framework-clean .framework-grid article:nth-child(3) .framework-number { color: var(--blue); }
.framework-clean .framework-grid h3 { margin: 1.5rem 0 .75rem; font-size: clamp(1.3rem, 2vw, 1.8rem); }
.framework-clean .framework-note { margin: 0; padding: 0; border: 0; font-size: .95rem; line-height: 1.5; font-weight: 400; color: var(--muted); opacity: 1; }
@media (max-width: 1000px) {
  .framework-clean .framework-grid { grid-template-columns: minmax(0, 1fr); }
  .framework-clean .framework-grid article:nth-child(n) {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
  }
  .framework-clean .framework-grid h3 { margin: 0; line-height: 1.25; }
  .framework-clean .framework-note { font-size: 1rem; line-height: 1.65; }
}

/* Headings share one responsive scale; sentences may wrap naturally. */
.reassurance-heading span,
.notice-heading span,
.experience-heading > span,
.experience-heading > em { display: block; font: inherit; }

/* Shared title scale across the interior pages. */
.page-hero h1, .story-page h1 { font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 600; line-height: 1.18; letter-spacing: -.045em; }

/* Each requested sentence stays intact; JS fits the shared typeface to its column. */
body[data-concept="blue-ice"] .single-line-heading {
  min-width: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(1.5rem, 4.2vw, 4.5rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -.045em;
}
.single-line-heading .heading-sentence { display: block; width: max-content; white-space: nowrap; font: inherit; letter-spacing: inherit; }
.experience-heading .heading-sentence:last-child { color: var(--blue); }
.hero-copy, .page-hero-split > div, .intro > div, .not-performance > div, .story > div, .purpose-content > *, .discoveries-heading > * { min-width: 0; }

/* Research page: concise study summaries and the program's own development. */
.research-hero { min-height: 0; padding-top: 4rem; padding-bottom: 3rem; }
.research-section, .research-early { padding-top: 4rem; padding-bottom: 4rem; }
.research-heading { max-width: 850px; }
.research-heading h2 { margin-bottom: 1.25rem; }
.research-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.research-studies { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2rem; margin-top: 2.5rem; }
.research-studies article { border-top: 2px solid var(--blue); padding-top: 1.5rem; display: flex; flex-direction: column; }
.research-studies h3 { font-size: 1.4rem; line-height: 1.3; margin-bottom: .5rem; }
.research-studies p { color: var(--muted); }
.research-studies .text-link { align-self: flex-start; margin-top: auto; font-size: .95rem; }
.research-context { margin-top: 2.5rem; max-width: 900px; color: var(--muted); }
.research-early { background: #edf9fd; }
.research-copy { max-width: 850px; font-size: 1.05rem; }
.research-source { margin-top: 2rem; font-size: .9rem; color: var(--muted); }
.research-closing { padding: 2.5rem clamp(1.2rem,7vw,8rem); background: var(--navy); color: white; }
.research-closing p { max-width: 850px; margin: 0; }
@media(max-width: 800px) { .research-studies { grid-template-columns: 1fr; } }

body[data-concept="blue-ice"] .research-section h1.eyebrow, body[data-concept="blue-ice"] .research-section h2.eyebrow { font-size: clamp(.92rem,1.15vw,1.08rem); font-weight: 800; line-height: 1.15; letter-spacing: .09em; }

/* Research benefits: a quiet panel with clear typographic rhythm. */
.research-benefits {
  display: block;
  padding: 0;
  margin: 2rem auto 3rem;
  max-width: 680px;
  text-align: center;
  list-style: none;
  background: transparent;
  color: #071a33;
  border: 0;
  border-radius: 0;
}
.research-benefits li {
  display: block;
  padding: .85rem 0;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.02em;
}
.research-benefits li + li { border-top: 1px solid rgba(7, 26, 51, .16); }

.research-heading > p.research-benefits-intro {
  color: #071a33;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.5;
  margin-top: 1.5rem;
}
.research-benefits li::before {
  content: "•";
  display: inline-block;
  margin-right: .65em;
  color: #071a33;
}

/* Match the unified research box on The Humor Bridge. */
.research-heading.research-overview {
  width: 100%;
  max-width: none;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: #f8f5ec;
  border: 1px solid rgba(7,26,51,.1);
  border-radius: 16px;
  box-shadow: 0 6px 8px rgba(11,31,59,.12);
}
.research-overview .research-benefits { margin-bottom: 0; }

/* Integrate the workshop photo alongside the focus introduction. */
.workshop-focus-intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.workshop-focus-copy { min-width: 0; }
.workshop-focus-photo { width: 100%; max-width: 360px; margin: 0; justify-self: center; overflow: hidden; border-radius: 30px; box-shadow: 18px 20px 0 #ead5bd; }
.workshop-focus-photo img { display: block; width: 100%; aspect-ratio: 1.1; object-fit: cover; }
@media (max-width: 800px) {
  .workshop-focus-intro { grid-template-columns: minmax(0, 1fr); }
  .workshop-focus-photo { justify-self: center; }
}
