/* Version 20: preserve the editorial brand, reduce repeated space and choices. */
html{scroll-padding-top:6rem}
.desktop-nav{gap:1rem}.desktop-nav a,.mobile-nav a{font-size:.75rem;letter-spacing:.025em}
.brand-name small{font-size:.625rem;letter-spacing:.06em;margin-top:.4rem}
.nav-cta{background:var(--ink);color:var(--paper)!important;line-height:1.4;white-space:nowrap}
.nav-cta:hover{background:var(--ink-soft)}
.menu-button{min-height:44px;min-width:68px;font-size:.875rem}
.mobile-nav{visibility:hidden;max-height:calc(100dvh - 68px);overflow-y:auto}
.mobile-nav.is-open{visibility:visible}.mobile-nav .nav-cta{margin:.75rem 1rem;text-align:center}
.section{padding:clamp(3.5rem,6vw,6rem) 0}
.page-hero{padding:clamp(3rem,7vw,6rem) 0 clamp(2.5rem,5vw,4.5rem)}
.page-hero h1{font-size:clamp(3.2rem,7vw,6.5rem);line-height:1;max-width:16ch}
.page-next strong{line-height:1.12}.page-next .shell{gap:1.5rem}
.eyebrow,.section-index{font-size:.75rem;line-height:1.6;letter-spacing:.05em}
.text-link,.homepage-more{font-size:.875rem;line-height:1.5;letter-spacing:.02em}
.footer .shell,.footer-inner{flex-wrap:wrap;gap:1rem 2rem;font-size:.75rem}
.footer a,.site-footer a{text-decoration:underline;text-underline-offset:4px}
.hero{min-height:0;padding:clamp(2.5rem,5vw,5rem) 0}
.hero-grid{grid-template-areas:"copy visual";gap:clamp(2rem,5vw,5rem)}
.hero h1{max-width:12ch;font-size:clamp(3.6rem,6.8vw,6.8rem);line-height:.99;letter-spacing:-.055em}
.hero h1 em{display:inline}.hero-lede{max-width:47ch;font-size:1.125rem;line-height:1.6}
.hero-actions{margin-top:1.5rem}.hero-actions .booking-cta{margin-top:0}
.hero-call-detail{font-size:.875rem;color:var(--ink-soft);margin:1rem 0 0}
.note-toggle{font-size:.875rem;min-height:44px}.margin-note{font-size:.75rem}
.portrait-caption{font-size:.75rem;text-transform:none;letter-spacing:0}
.profile-mobile-badge{font-size:.875rem;letter-spacing:0}
.statement{padding:clamp(3.5rem,6vw,6rem) 0}
.statement-grid{grid-template-columns:.4fr 1.6fr;gap:2rem}
.statement-copy{font-size:clamp(2.5rem,4.5vw,4.5rem);line-height:1.04}
.problem-list{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2.5rem}
.problem{min-height:0;padding:1.3rem 1.2rem 1.3rem 0}
.problem strong{font-size:.875rem}.problem span{font-size:clamp(1.3rem,2vw,1.8rem);line-height:1.2}
.statement .homepage-more{color:var(--ochre-light);margin-top:1.5rem;display:inline-block;border-bottom:1px solid currentColor}
.about-grid{gap:clamp(2rem,5vw,5rem)}.about-name{font-family:var(--display);font-size:1.8rem;line-height:1.1;margin:0 0 .5rem}
.about-aside p{max-width:28ch}.about-copy h2{font-size:clamp(2.6rem,4.5vw,4.5rem);line-height:1.04}
.about-copy .plain-line{font-size:.875rem;line-height:1.6}
.testimonials-layout{min-height:0;grid-template-columns:minmax(0,.6fr) minmax(0,1.4fr);gap:clamp(2rem,4vw,4rem)}
.testimonial-stage,.testimonial-slide{min-height:0}
.testimonial-slide{padding:clamp(1.3rem,3vw,2.5rem)}
.testimonial-quote{max-width:43ch;font-size:clamp(1.35rem,1.8vw,1.9rem);line-height:1.2;letter-spacing:-.02em;margin:1.5rem 0}
.testimonial-tag{font-size:.75rem;line-height:1.5}.testimonial-attribution span{font-size:.75rem;line-height:1.5}
.testimonial-intro h2{font-size:clamp(2.8rem,4.4vw,4.5rem);line-height:1.02}
.testimonial-position{font-size:.75rem}.testimonial-controls{gap:.5rem}
.carousel-arrow{min-width:44px;min-height:44px}.carousel-pill{height:32px;width:24px;border-radius:0;background:linear-gradient(rgba(249,248,246,.34),rgba(249,248,246,.34)) center/100% 5px no-repeat}
.carousel-pill[aria-current="true"]{width:32px;background:linear-gradient(var(--ochre),var(--ochre)) center/100% 5px no-repeat}
.notes-layout{min-height:0;grid-template-columns:.65fr 1.35fr;gap:2.5rem}
.note-orbit{min-height:280px}.note-orbit::before{width:260px;height:260px}.note-orbit::after{width:195px;height:195px}
.note-button{font-size:.75rem;width:120px;height:120px}
.field-note{font-size:clamp(2.1rem,3.8vw,3.7rem);line-height:1.08;margin-top:1rem;min-height:4.4em}
.contact-compact{max-width:860px}.contact-compact h2{font-family:var(--display);font-size:clamp(2.8rem,5vw,5rem);font-weight:400;line-height:1.02;margin:1rem 0}
.contact-compact .contact-copy{max-width:55ch;font-size:1.125rem;line-height:1.65}
.contact-alternative{font-size:.875rem;margin-top:1.5rem}.contact-alternative a{text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
#diagnostic-result .booking-cta{color:var(--paper)!important;background:var(--ink)}
#diagnostic-result .booking-cta:hover{background:var(--ink-soft)}
.services-expertise .expertise-grid{grid-template-columns:1fr}
@media(max-width:1150px){.desktop-nav{display:none}.menu-button{display:block}.mobile-nav{display:grid;position:fixed;top:76px;left:0;right:0;z-index:65;background:var(--paper);border-bottom:1px solid var(--ink);transform:translateY(-120%)}.mobile-nav.is-open{transform:none}.mobile-nav a{padding:.75rem 1rem;border-top:1px solid var(--line)}}
@media(max-width:1000px){.hero-grid{grid-template-columns:1fr;grid-template-areas:"copy" "visual";gap:1.5rem}.hero-visual{width:min(100%,340px);margin-top:0}.statement-grid,.testimonials-layout{grid-template-columns:1fr;gap:1.5rem}.problem-list{grid-template-columns:repeat(3,minmax(0,1fr))}.problem:nth-child(n){border-top:0;border-right:1px solid rgba(249,248,246,.28)}.problem:last-child{border-right:0}.notes-layout{grid-template-columns:.65fr 1.35fr;gap:1.5rem}.testimonials-layout{align-items:start}}
@media(max-width:620px){:root{--content:calc(100% - 2rem)}.mobile-nav{top:68px}.hero h1{font-size:clamp(3.25rem,13vw,4.5rem)}.hero-actions{align-items:flex-start;gap:.75rem}.hero-actions .note-toggle{padding-left:0}.hero-visual{width:min(100%,290px)}.margin-note{font-size:.75rem}.about-grid{grid-template-columns:1fr;gap:1.5rem}.about-aside p{max-width:40ch}.about-aside p:last-child{display:none}.problem-list{grid-template-columns:1fr;margin-top:1.5rem}.problem:nth-child(n){border-right:0;border-top:1px solid rgba(249,248,246,.28);padding:1rem 0}.problem:first-child{border-top:0}.problem strong{margin-bottom:.5rem}.notes-layout{grid-template-columns:1fr;gap:1rem}.note-orbit{min-height:180px}.note-orbit::before{width:175px;height:175px}.note-orbit::after{width:135px;height:135px}.note-button{width:100px;height:100px}.field-note{font-size:2.15rem;min-height:5.5em}.testimonial-quote{font-size:1.4rem}.testimonial-footer{gap:1rem}.brand-name small{font-size:.6rem}.page-hero h1{font-size:clamp(3rem,13vw,4.5rem)}.section-head h2{font-size:clamp(2.4rem,10vw,3.5rem);line-height:1.04}.footer-inner{flex-direction:column}.booking-section{scroll-margin-top:80px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* Version 21: explicit offer and working notes beside Emilia's introduction. */
.hero h1{max-width:20ch;font-size:clamp(2.75rem,4.6vw,4.6rem);line-height:1.08;letter-spacing:-.04em}
.hero-call-detail{max-width:49ch;line-height:1.6}
.about-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem}
.field-essay h2{margin-bottom:1rem}
.field-essay .essay-summary{font-size:1.125rem;font-weight:600;color:var(--ink);margin:0 0 1.5rem;line-height:1.6}
.feature-grid--six .feature-case:nth-child(n){grid-column:span 6}
.feature-grid--six .feature-number,.feature-grid--six .feature-detail strong{font-size:.875rem}
@media(max-width:900px){.feature-grid--six .feature-case:nth-child(n){grid-column:span 12}}
@media(max-width:620px){.hero h1{font-size:clamp(2.3rem,10vw,3.8rem)}.about-aside p:last-child{display:block}}

/* Version 22: shared brand interaction and founder notes around the portrait. */
.brand-mark{overflow:visible}
.brand-mark .plane-a,.brand-mark .plane-b,.brand-mark .signal-dot{transform-origin:center;transition:transform 450ms cubic-bezier(.2,.9,.2,1)}
.brand:is(:hover,:focus-visible) .plane-a{transform:translate(-3px,2px) rotate(-3deg)}
.brand:is(:hover,:focus-visible) .plane-b{transform:translate(3px,-2px) rotate(3deg)}
.brand:is(:hover,:focus-visible) .signal-dot{transform:translate(2px,-3px)}
.portrait-notes-stage{position:relative}
.working-notes-panel[hidden]{display:none!important}
.portrait-notes-control{text-align:center;margin-top:1.2rem}
.portrait-notes-control .note-toggle{border:0;border-bottom:1px solid var(--ochre);border-radius:0;padding:.65rem .1rem;background:transparent;color:var(--ink);font-family:var(--body);font-size:.875rem;letter-spacing:0;text-transform:none}
.working-notes-panel .margin-note{font-size:.8rem;max-width:175px;animation:portrait-note-in .45s ease both;animation-delay:var(--note-delay,0ms)}
@keyframes portrait-note-in{from{opacity:0;translate:0 10px}to{opacity:1;translate:0 0}}
.collaboration-project{margin-top:2rem;padding:1.5rem 0;border-top:1px solid var(--ochre);max-width:850px;scroll-margin-top:6rem}
.collaboration-project h3{font-family:var(--display);font-weight:400;font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.15;margin:1rem 0}
.collaboration-project p{max-width:72ch}.collaboration-project .homepage-more{display:inline-block;border-bottom:1px solid var(--ochre)}
#charge-project{scroll-margin-top:6rem}
@media(max-width:1199px){.working-notes-panel{display:grid;gap:.65rem;margin-top:1rem}.working-notes-panel .margin-note{position:static;display:block;max-width:none;margin:0;font-size:.875rem;transform:none!important}.hero-visual{max-width:100%}}
@media(prefers-reduced-motion:reduce){.brand-mark *{transform:none!important;transition:none!important}.working-notes-panel .margin-note{animation:none!important;transition:none!important}}

/* Version 23: frame belongs to the portrait, with a separate outlined notes control. */
.hero-visual::before{content:none}
.portrait-notes-stage .profile-gateway::before{content:"";position:absolute;inset:-1.35rem 1.35rem -1.35rem -1.35rem;border:1px solid var(--ochre);pointer-events:none;z-index:-1}
.portrait-notes-control{position:relative;margin-top:2.5rem}
.portrait-notes-control .note-toggle{min-height:44px;padding:.7rem 1rem;border:1px solid var(--ochre);background:var(--paper);font-family:var(--mono);font-size:.8rem;letter-spacing:.025em}
.portrait-notes-control .note-toggle:hover,.portrait-notes-control .note-toggle[aria-expanded="true"]{background:var(--ink);color:var(--paper)}
@media(max-width:1199px){.portrait-notes-stage .working-notes-panel:not([hidden]){margin-top:2.25rem}}
@media(max-width:620px){.portrait-notes-stage .profile-gateway::before{inset:-.8rem .8rem -.8rem -.8rem}.portrait-notes-control{margin-top:1.75rem}}
