.hero-editorial h1,.page-lead-heading h1,.section-heading h1,.section-heading h2,.contact-heading h2{margin:0;font-family:var(--font-heading);letter-spacing:var(--tracking-heading-section);font-weight:var(--font-display-weight)}.section-heading h1,.section-heading h2,.page-lead-heading h1,.contact-heading h2{font-size:var(--section-headline-display-size);line-height:var(--leading-heading-tight)}.hero-intro,.section-heading p,.page-lead-heading p,.clarity-card p,.capability-card p,.proof-card p,.principle-row p,.value-card p,.contact-heading p{color:var(--color-text-secondary);line-height:var(--leading-body);font-size:var(--text-body-md)}.subpage-main .page-lead-heading h1{font-size:clamp(2.8rem,4.9vw,4.2rem)}.subpage-main .section-heading h1,.subpage-main .section-heading h2,.subpage-main .contact-heading h2{font-size:clamp(2.35rem,4vw,3.5rem)}.subpage-main .section-heading{margin-bottom:3rem}.subpage-main .section-heading-tight{margin-bottom:4rem}.subpage-main .page-lead-heading{margin-bottom:0}.contact-heading{max-width:48rem;margin:0 auto}:root[data-era-theme="80s"] .clarity-card h3,:root[data-era-theme="80s"] .subpage-main .page-lead-heading h1,:root[data-era-theme="80s"] .subpage-main .section-heading h1,:root[data-era-theme="80s"] .subpage-main .section-heading h2,:root[data-era-theme="80s"] .current-work-card h3,:root[data-era-theme="80s"] .digest-window h3,:root[data-era-theme="80s"] .digest-archive-card h2,:root[data-era-theme="80s"] .contact-heading h2,:root[data-era-theme="00s"] .clarity-card h3,:root[data-era-theme="00s"] .subpage-main .page-lead-heading h1,:root[data-era-theme="00s"] .subpage-main .section-heading h1,:root[data-era-theme="00s"] .subpage-main .section-heading h2,:root[data-era-theme="00s"] .current-work-card h3,:root[data-era-theme="00s"] .digest-window h3,:root[data-era-theme="00s"] .digest-archive-card h2,:root[data-era-theme="00s"] .contact-heading h2{letter-spacing:-.035em;line-height:.98}.digest-shell .section-heading p{max-width:39rem}:root[data-era-theme="80s"] .digest-window-summary,:root[data-era-theme="80s"] .digest-archive-card p,:root[data-era-theme="80s"] .current-work-card p,:root[data-era-theme="80s"] .page-lead-heading p,:root[data-era-theme="80s"] .section-heading p{color:color-mix(in srgb,var(--color-text-primary) 74%,var(--color-text-secondary))}.digest-window-utility .button{min-width:15rem;justify-content:center}.digest-window-utility .button:first-of-type{margin-top:.25rem}.digest-window-utility .button-secondary{background:transparent}@media(max-width:900px){.digest-window-utility .button{min-width:0}}.ai-chat-shell{padding-top:0}.ai-chat-heading{margin-bottom:2.5rem}.ai-chat-shell .section-heading{margin-bottom:2.8rem}.ai-chat-shell .section-heading p{max-width:42rem}.ai-chat-frame{display:grid;gap:1.25rem;padding:var(--space-panel-lg);border:1px solid var(--chat-border);border-radius:var(--chat-radius);background:var(--chat-surface);box-shadow:var(--chat-shadow);position:relative;overflow:clip}.ai-chat-frame:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,color-mix(in srgb,var(--chat-accent) 68%,transparent),color-mix(in srgb,var(--chat-accent) 14%,transparent));opacity:.95}.ai-chat-head,.ai-chat-head-copy,.ai-chat-status,.ai-chat-form{display:flex;align-items:center}.ai-chat-composer{display:grid;gap:.875rem}.ai-chat-head{justify-content:space-between;gap:var(--space-lg);flex-wrap:wrap;padding-bottom:1rem;border-bottom:1px solid var(--chat-border)}.ai-chat-head-copy{flex-wrap:wrap;gap:.875rem}.ai-chat-maintenance-toggle{min-height:2rem;padding:.45rem .8rem;font-size:.72rem}.ai-chat-head-label,.ai-chat-status,.ai-chat-role,.ai-chat-note{font-family:var(--chat-chrome-font);letter-spacing:var(--tracking-label);text-transform:uppercase}.ai-chat-head-label,.ai-chat-note{color:var(--color-text-tertiary);font-size:var(--text-label-sm)}.ai-chat-head strong{font-family:var(--chat-font);font-size:1rem;color:var(--color-text-primary)}.ai-chat-status{gap:.5rem;color:var(--chat-accent);font-size:var(--text-label-sm)}.ai-chat-status-dot{width:8px;height:8px;border-radius:999px;background:currentColor}.ai-chat-frame[data-chat-status=live] .ai-chat-status-dot{animation:pulse-status-live 2.4s ease-in-out infinite}.ai-chat-frame[data-chat-status=maintenance] .ai-chat-status{color:#c26b2f}.ai-chat-frame[data-chat-status=maintenance] .ai-chat-status-dot{animation:none}.ai-chat-frame[data-chat-status=maintenance] .ai-chat-submit{opacity:.58}.ai-chat-transcript{display:grid;gap:.875rem;min-height:20rem;max-height:32rem;overflow-y:auto;padding:var(--space-panel);border:1px solid var(--chat-border);border-radius:max(0px,calc(var(--chat-radius) - 2px));background:var(--chat-transcript-surface)}.ai-chat-message{display:grid;gap:.5rem;max-width:min(42rem,100%)}.ai-chat-message p{margin:0;font-family:var(--chat-font);font-size:var(--text-body-md);line-height:var(--leading-body);color:var(--color-text-primary)}.ai-chat-role{font-size:var(--text-label-sm)}.ai-chat-message[data-chat-role=system] .ai-chat-role{color:var(--chat-system-accent)}.ai-chat-message[data-chat-role=user]{justify-self:end}.ai-chat-message[data-chat-role=user] .ai-chat-role{color:var(--chat-user-accent)}.ai-chat-message[data-chat-role=assistant] .ai-chat-role{color:var(--chat-assistant-accent)}.ai-chat-message[data-chat-loading=true]{opacity:.92}.ai-chat-message[data-chat-loading=true] p:after{content:"...";display:inline-block;width:1.5em;overflow:hidden;vertical-align:bottom;animation:chat-thinking-dots 1.2s steps(4,end) infinite}.ai-chat-form{gap:.75rem;flex-wrap:nowrap}.ai-speech-control{display:inline-flex;align-items:center;flex:0 0 auto;margin-left:-.125rem}.ai-speech-toggle{--speech-badge-max-width: 4.9rem;--speech-reveal-duration: .2s;--speech-reveal-delay: 40ms;--speech-reveal-easing: cubic-bezier(.22, 1, .36, 1);min-width:2.9rem;width:auto;padding:0;gap:0;flex:0 0 auto;justify-content:center;background:linear-gradient(180deg,color-mix(in srgb,var(--chat-input-surface) 82%,transparent),color-mix(in srgb,var(--color-surface-panel) 96%,transparent));border-color:color-mix(in srgb,var(--chat-border) 84%,var(--chat-user-accent) 12%);box-shadow:inset 0 1px color-mix(in srgb,white 4%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--chat-user-accent) 5%,transparent)}.ai-speech-icon-wrap{display:grid;place-items:center;width:1.125rem;height:1.125rem;flex:0 0 auto}.ai-speech-icon{width:1.05rem;height:1.05rem;display:block;transform:translateY(.035rem)}.ai-speech-badge{display:inline-flex;align-items:center;gap:.45rem;max-width:0;overflow:hidden;width:0;padding-left:0;border-left:0 solid color-mix(in srgb,currentColor 18%,transparent);opacity:0;transform:translate(-.4rem);transition:width var(--speech-reveal-duration) var(--speech-reveal-easing),max-width var(--speech-reveal-duration) var(--speech-reveal-easing),opacity .14s ease,transform var(--speech-reveal-duration) var(--speech-reveal-easing),padding-left var(--speech-reveal-duration) var(--speech-reveal-easing),border-left-width var(--speech-reveal-duration) var(--speech-reveal-easing),border-color .14s ease}.ai-speech-badge-dot{width:.45rem;height:.45rem;border-radius:999px;background:currentColor;box-shadow:0 0 color-mix(in srgb,currentColor 28%,transparent);opacity:0;transition:opacity .12s ease}.ai-speech-timer{font-family:var(--chat-chrome-font);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--chat-accent);font-size:var(--text-label-sm);font-variant-numeric:tabular-nums;white-space:nowrap;opacity:0;transform:translate(-.25rem);transition:opacity .14s ease var(--speech-reveal-delay),transform var(--speech-reveal-duration) var(--speech-reveal-easing) var(--speech-reveal-delay)}.ai-speech-toggle:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:2px}.ai-speech-control[data-speech-state=listening] .ai-speech-toggle,.ai-speech-control[data-speech-state=requesting_permission] .ai-speech-toggle,.ai-speech-control[data-speech-state=processing] .ai-speech-toggle{min-width:3.25rem;padding:0 .8125rem;gap:.625rem;border-color:color-mix(in srgb,var(--chat-user-accent) 42%,transparent);color:var(--chat-user-accent);box-shadow:inset 0 1px color-mix(in srgb,white 4%,transparent),inset 0 0 0 1px color-mix(in srgb,var(--chat-user-accent) 8%,transparent)}.ai-speech-control[data-speech-state=requesting_permission] .ai-speech-badge,.ai-speech-control[data-speech-state=listening] .ai-speech-badge{width:auto;max-width:var(--speech-badge-max-width);padding-left:.625rem;border-left-width:1px;opacity:1;transform:translate(0)}.ai-speech-control[data-speech-state=requesting_permission] .ai-speech-badge-dot,.ai-speech-control[data-speech-state=listening] .ai-speech-badge-dot,.ai-speech-control[data-speech-state=requesting_permission] .ai-speech-timer,.ai-speech-control[data-speech-state=listening] .ai-speech-timer{opacity:1;transform:translate(0)}.ai-speech-control[data-speech-state=listening] .ai-speech-badge-dot{animation:pulse-status 1s ease-in-out infinite}.ai-speech-control[data-speech-state=processing] .ai-speech-toggle{color:var(--chat-assistant-accent)}.ai-speech-control[data-speech-state=error] .ai-speech-toggle,.ai-speech-control[data-speech-state=unsupported] .ai-speech-toggle{border-color:color-mix(in srgb,#c04b3f 38%,transparent);color:color-mix(in srgb,#c04b3f 88%,var(--color-text-primary))}:root[data-era-theme="80s"] .ai-speech-toggle{--speech-reveal-duration: .16s;--speech-reveal-delay: 20ms;--speech-reveal-easing: steps(3, end)}:root[data-era-theme="90s"] .ai-speech-toggle{--speech-reveal-duration: .18s;--speech-reveal-delay: 28ms;--speech-reveal-easing: cubic-bezier(.18, 1.18, .32, 1)}:root[data-era-theme="00s"] .ai-speech-toggle{--speech-reveal-duration: .19s;--speech-reveal-delay: 32ms;--speech-reveal-easing: cubic-bezier(.16, 1, .3, 1)}:root[data-era-theme="10s"] .ai-speech-toggle{--speech-reveal-duration: .15s;--speech-reveal-delay: 16ms;--speech-reveal-easing: ease-out}:root[data-era-theme="30s"] .ai-speech-toggle{--speech-reveal-duration: .22s;--speech-reveal-delay: 44ms;--speech-reveal-easing: cubic-bezier(.2, .9, .2, 1)}.ai-chat-input{flex:1;min-height:3.25rem;padding:0 1rem;border:1px solid var(--chat-border);border-radius:max(0px,calc(var(--chat-radius) - 2px));background:var(--chat-input-surface);color:var(--color-text-primary);font-family:var(--chat-font);font-size:var(--text-body-md)}.ai-chat-input::placeholder{color:var(--color-text-tertiary)}.ai-chat-input:disabled,.ai-chat-submit:disabled{cursor:not-allowed;opacity:.86}.ai-chat-frame[data-chat-status=responding] .ai-chat-status-dot{animation:pulse-status 1s ease-in-out infinite}.ai-chat-submit{min-width:8rem}.ai-chat-note{margin:0}:root[data-era-theme="80s"] .ai-chat-frame{text-transform:var(--chat-case)}:root[data-era-theme="80s"] .ai-chat-head,:root[data-era-theme="80s"] .ai-chat-transcript,:root[data-era-theme="80s"] .ai-chat-input{border-style:solid}:root[data-era-theme="80s"] .ai-chat-transcript{position:relative;padding-left:calc(var(--space-panel) + 1.75rem)}:root[data-era-theme="80s"] .ai-chat-transcript:before{content:var(--chat-prompt-symbol);position:absolute;left:var(--space-panel);top:var(--space-panel);color:var(--chat-accent);font-family:var(--chat-chrome-font);font-size:var(--text-label-sm);letter-spacing:0}:root[data-era-theme="80s"] .ai-chat-input,:root[data-era-theme="80s"] .ai-chat-head strong,:root[data-era-theme="80s"] .ai-chat-message p{text-transform:none}:root[data-era-theme="80s"] .ai-chat-message[data-chat-loading=true] p{color:var(--chat-accent)}:root[data-era-theme="90s"] .ai-chat-frame{border-width:1px;color:#17202b}:root[data-era-theme="90s"] .ai-chat-head{position:relative;min-height:2.5rem;margin:calc(-1 * var(--space-panel-lg)) calc(-1 * var(--space-panel-lg)) 0;padding:.75rem 1rem;border-bottom:1px solid #435062;background:linear-gradient(180deg,#8ba1bb,#5e738f)}:root[data-era-theme="90s"] .ai-chat-head:after{content:"";display:inline-block;width:3.25rem;height:1rem;margin-left:auto;border:1px solid rgba(23,32,43,.35);background:linear-gradient(90deg,#cfd7e3 0 33%,#b9c2d0 33% 66%,#d9e0ea 66% 100%);box-shadow:inset 1px 1px #ffffff80,inset -1px -1px #17202b33}:root[data-era-theme="90s"] .ai-chat-head-label,:root[data-era-theme="90s"] .ai-chat-status,:root[data-era-theme="90s"] .ai-chat-note{letter-spacing:.08em}:root[data-era-theme="90s"] .ai-chat-head-label,:root[data-era-theme="90s"] .ai-chat-head strong,:root[data-era-theme="90s"] .ai-chat-status,:root[data-era-theme="90s"] .ai-chat-role,:root[data-era-theme="90s"] .ai-chat-message p{color:#17202b}:root[data-era-theme="90s"] .ai-chat-transcript{padding:1rem;border-color:#7a8699;box-shadow:inset 1px 1px #ffffff80,inset -1px -1px #17202b26}:root[data-era-theme="90s"] .ai-chat-message{max-width:calc(100% - 3rem);padding:.75rem .875rem;border:1px solid rgba(91,102,120,.55);background:#ffffff47;box-shadow:inset 1px 1px #ffffff73,inset -1px -1px #17202b14}:root[data-era-theme="90s"] .ai-chat-message[data-chat-role=user]{background:#d2dce8cc}:root[data-era-theme="90s"] .ai-chat-message[data-chat-role=assistant]{background:#e3edf7b8}:root[data-era-theme="90s"] .ai-chat-message[data-chat-loading=true]{border-style:dashed}:root[data-era-theme="90s"] .ai-chat-input{color:#17202b;border-color:#7a8699;box-shadow:inset 1px 1px 2px #17202b26,inset -1px -1px #ffffff73}:root[data-era-theme="90s"] .ai-chat-submit{box-shadow:inset 1px 1px #ffffff6b,inset -1px -1px #17202b2e}:root[data-era-theme="00s"] .ai-chat-frame{overflow:hidden;border-width:1px;background:var(--chat-surface);box-shadow:inset 0 1px #ffffff8c,var(--chat-shadow)}:root[data-era-theme="00s"] .ai-chat-head{margin:calc(-1 * var(--space-panel-lg)) calc(-1 * var(--space-panel-lg)) 0;padding:.875rem 1.125rem;border-bottom:1px solid rgba(73,105,143,.45);background:linear-gradient(180deg,#ffffff7a,#fff0),linear-gradient(180deg,#6f96c3,#4d7098)}:root[data-era-theme="00s"] .ai-chat-head-label,:root[data-era-theme="00s"] .ai-chat-status,:root[data-era-theme="00s"] .ai-chat-note{letter-spacing:.08em}:root[data-era-theme="00s"] .ai-chat-head strong{color:#f8fbff;text-shadow:0 1px 0 rgba(31,45,62,.35)}:root[data-era-theme="00s"] .ai-chat-head-label,:root[data-era-theme="00s"] .ai-chat-status{color:#f5faffd6}:root[data-era-theme="00s"] .ai-chat-transcript{border-color:#738baa8c;background:var(--chat-transcript-surface);box-shadow:inset 0 1px #ffffff80,inset 0 -1px #677fa014}:root[data-era-theme="00s"] .ai-chat-message{max-width:calc(100% - 2rem);padding:.875rem 1rem;border:1px solid rgba(124,146,178,.38);border-radius:10px;background:linear-gradient(180deg,#ffffffd1,#e6eef7d1);box-shadow:inset 0 1px #ffffff80,0 8px 18px #576f8e14}:root[data-era-theme="00s"] .ai-chat-message[data-chat-role=user]{background:linear-gradient(180deg,#fff4e4e6,#f5e0c2d6)}:root[data-era-theme="00s"] .ai-chat-message[data-chat-role=assistant]{background:linear-gradient(180deg,#f1f8ffeb,#d8e6f5e6)}:root[data-era-theme="00s"] .ai-chat-message[data-chat-loading=true]{box-shadow:inset 0 1px #ffffffa6,0 0 0 1px #82aadc1f,0 8px 18px #576f8e14}:root[data-era-theme="00s"] .ai-chat-message p{color:#203244}:root[data-era-theme="00s"] .ai-chat-input{color:#203244;border-color:#738baa85;background:var(--chat-input-surface);box-shadow:inset 0 1px 1px #4a698d1f,0 1px #fff6}:root[data-era-theme="00s"] .ai-chat-submit{box-shadow:inset 0 1px #ffffff73,inset 0 -1px #2a3f581f}:root[data-era-theme="10s"] .ai-chat-frame{background:var(--chat-surface);box-shadow:0 10px 20px #566b8214}:root[data-era-theme="10s"] .ai-chat-head{margin-bottom:.25rem;padding-bottom:1rem;border-bottom-color:#ffffff14}:root[data-era-theme="10s"] .ai-chat-head strong{font-family:var(--chat-chrome-font);font-weight:600}:root[data-era-theme="10s"] .ai-chat-head-label,:root[data-era-theme="10s"] .ai-chat-status,:root[data-era-theme="10s"] .ai-chat-note{letter-spacing:.06em}:root[data-era-theme="10s"] .ai-chat-transcript{gap:1rem;border-color:#65819e1f;background:var(--chat-transcript-surface)}:root[data-era-theme="10s"] .ai-chat-message{max-width:min(36rem,88%);padding:.875rem 1rem;border:0;border-radius:16px;background:#ffffffd1}:root[data-era-theme="10s"] .ai-chat-message[data-chat-role=user]{background:#6e98c32e}:root[data-era-theme="10s"] .ai-chat-message[data-chat-role=assistant]{background:#ffffffeb}:root[data-era-theme="10s"] .ai-chat-message[data-chat-loading=true]{background:linear-gradient(90deg,#ffffffd1,#6e98c32e,#ffffffd1);background-size:200% 100%;animation:chat-thinking-sheen 1.8s linear infinite}:root[data-era-theme="10s"] .ai-chat-message[data-chat-role=system]{background:transparent;padding:0}:root[data-era-theme="10s"] .ai-chat-form{gap:.875rem}:root[data-era-theme="10s"] .ai-chat-input{min-height:3.5rem;border-color:#6e8eb02e;border-radius:999px;background:var(--chat-input-surface)}:root[data-era-theme="10s"] .ai-chat-submit{min-width:7.5rem;border-radius:999px;background:var(--chat-accent);box-shadow:none}:root[data-era-theme="30s"] .ai-chat-frame{background:var(--chat-surface);box-shadow:var(--chat-shadow)}:root[data-era-theme="30s"] .ai-chat-head{margin-bottom:.125rem;padding-bottom:.625rem;border-bottom-color:#ffffff08}:root[data-era-theme="30s"] .ai-chat-head-label,:root[data-era-theme="30s"] .ai-chat-status,:root[data-era-theme="30s"] .ai-chat-note{letter-spacing:.05em}:root[data-era-theme="30s"] .ai-chat-head strong{font-family:var(--font-heading);font-weight:600}:root[data-era-theme="30s"] .ai-chat-transcript{gap:.5rem;padding:calc(var(--space-panel) + .125rem);border-color:#ffffff07;background:var(--chat-transcript-surface)}:root[data-era-theme="30s"] .ai-chat-message{max-width:100%;display:grid;grid-template-columns:6.5rem minmax(0,1fr);align-items:start;gap:.875rem;padding:.75rem 0;border:0;border-top:1px solid rgba(255,255,255,.028);border-radius:0;background:transparent}:root[data-era-theme="30s"] .ai-chat-message:first-child{border-top:0;padding-top:0}:root[data-era-theme="30s"] .ai-chat-role{padding-top:.35rem;color:var(--chat-system-accent);font-size:.625rem}:root[data-era-theme="30s"] .ai-chat-message p{margin:0;padding:.9rem 1rem;border-radius:14px;background:#ffffff04;color:var(--color-text-secondary)}:root[data-era-theme="30s"] .ai-chat-message[data-chat-role=system] p{background:linear-gradient(90deg,color-mix(in srgb,var(--chat-system-accent) 8%,transparent),transparent 22%),#ffffff03}:root[data-era-theme="30s"] .ai-chat-message[data-chat-role=assistant] p{border-left:1px solid color-mix(in srgb,var(--chat-assistant-accent) 28%,transparent);background:linear-gradient(90deg,color-mix(in srgb,var(--chat-assistant-accent) 10%,transparent),transparent 18%),#ffffff05;color:var(--color-text-primary)}:root[data-era-theme="30s"] .ai-chat-message[data-chat-loading=true] p{border-left-color:color-mix(in srgb,var(--chat-accent) 42%,transparent);background:linear-gradient(90deg,color-mix(in srgb,var(--chat-accent) 12%,transparent),transparent 22%),#ffffff05}:root[data-era-theme="30s"] .ai-chat-message[data-chat-role=user] p{border-left:1px solid color-mix(in srgb,var(--chat-user-accent) 24%,transparent);background:linear-gradient(90deg,color-mix(in srgb,var(--chat-user-accent) 8%,transparent),transparent 18%),#ffffff04;color:var(--color-text-primary)}:root[data-era-theme="30s"] .ai-chat-form{gap:.875rem;padding-top:.125rem}:root[data-era-theme="30s"] .ai-chat-input{min-height:3.5rem;border-color:#ffffff08;border-radius:18px;background:var(--chat-input-surface)}:root[data-era-theme="30s"] .ai-chat-submit{min-width:8rem;border-radius:18px;background:linear-gradient(180deg,color-mix(in srgb,var(--chat-accent) 88%,white 12%),var(--chat-accent));box-shadow:none}.contact-kicker-row{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:2rem}.contact-kicker-row .section-kicker{margin:0;color:var(--color-text-tertiary)}.contact-mail-icon{color:var(--color-accent-primary);font-size:1.25rem;line-height:1}.contact-heading h2{margin-bottom:2.5rem}.contact-heading p{max-width:48rem;margin:0 auto;font-size:var(--text-body-xl)}.contact-section{position:relative}.contact-page-main{display:flex;flex-direction:column}.contact-page-lead{padding-top:clamp(4rem,7vw,7rem);padding-bottom:clamp(1.5rem,3vw,2.5rem)}.contact-page-lead .page-lead-heading{max-width:48rem}.contact-page-lead h1{max-width:14ch}.contact-page-main[data-contact-chat-placement=before-contact] .contact-page-lead{order:0}.contact-page-main[data-contact-chat-placement=before-contact] .ai-chat-shell{order:1}.contact-page-main[data-contact-chat-placement=before-contact] .contact-section{order:2}.contact-page-main[data-contact-chat-placement=after-contact] .contact-section{order:1}.contact-page-main[data-contact-chat-placement=after-contact] .ai-chat-shell{order:2}.contact-section:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--color-accent-primary) 26%,transparent),transparent)}.contact-actions .button{min-width:min(100%,17rem);min-height:3.15rem;justify-content:center;box-shadow:0 0 0 1px color-mix(in srgb,var(--color-accent-primary) 18%,transparent),0 18px 36px color-mix(in srgb,var(--color-accent-primary) 16%,transparent)}.contact-actions{width:min(100%,29rem);margin:0 auto;padding:1.75rem 1.6rem 1.45rem;border:var(--border-subtle);border-radius:var(--radius-panel);background:color-mix(in srgb,var(--color-surface-panel) 86%,transparent);box-shadow:var(--shadow-surface);position:relative;overflow:clip;transform:translateY(-.15rem)}.contact-actions:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:2px;background:linear-gradient(90deg,color-mix(in srgb,var(--color-accent-primary) 58%,transparent),color-mix(in srgb,var(--color-accent-primary) 10%,transparent))}.contact-action-lead{margin:0 0 .9rem;color:var(--color-text-primary);font-size:var(--text-body-lg);line-height:1.45;max-width:24ch}.contact-secondary-link-row{margin-top:1rem}.contact-feedback{max-width:30rem;margin-left:auto;margin-right:auto}:root[data-era-theme="30s"] .contact-actions,:root[data-era-theme="30s"] .current-work-card,:root[data-era-theme="30s"] .digest-shell .digest-window{border-color:color-mix(in srgb,var(--color-accent-primary) 14%,var(--color-border-subtle))}:root[data-era-theme="80s"] .contact-actions{box-shadow:4px 4px color-mix(in srgb,var(--color-accent-primary) 10%,transparent),0 0 0 1px color-mix(in srgb,var(--color-accent-primary) 7%,transparent)}:root[data-era-theme="90s"] .contact-actions{box-shadow:inset 0 1px color-mix(in srgb,white 5%,transparent),0 0 0 1px color-mix(in srgb,var(--color-accent-primary) 6%,transparent)}:root[data-era-theme="00s"] .contact-actions{box-shadow:inset 0 1px color-mix(in srgb,white 86%,transparent),0 12px 24px color-mix(in srgb,var(--color-accent-strong) 8%,transparent)}:root[data-era-theme="10s"] .contact-actions{background:var(--chat-surface);border-color:var(--chat-border);box-shadow:var(--chat-shadow)}.footer-brand p,.footer-group ul,.footer-bottom,.footer-group a,.footer-group span{color:var(--color-text-secondary)}.footer-brand p{max-width:22rem;margin:1.5rem 0 0;line-height:var(--leading-body)}.footer-brand{grid-column:span 5}.footer-group{grid-column:span 2}.footer-group-label{margin:0 0 1.5rem;font-family:var(--font-label);font-size:var(--text-label-sm);letter-spacing:var(--tracking-label);color:var(--color-text-tertiary);font-weight:500;text-transform:uppercase}.footer-group ul{margin:0;padding:0;list-style:none;display:grid;gap:.75rem}.footer-group a:hover,.footer-legal a:hover{color:var(--color-text-primary)}@keyframes pulse-node{0%,to{opacity:.35}50%{opacity:1}}@keyframes pulse-status{0%,to{box-shadow:0 0 color-mix(in srgb,var(--color-accent-primary) 40%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,var(--color-accent-primary) 0%,transparent)}}@keyframes pulse-status-live{0%,to{opacity:.82;transform:scale(1)}50%{opacity:1;transform:scale(1.16)}}@keyframes artifact-edge-drift{0%,to{opacity:.24}50%{opacity:.4}}@keyframes artifact-node-drift{0%,to{opacity:.64;transform:translateY(0)}50%{opacity:.82;transform:translateY(-1.5px)}}@keyframes artifact-core-breathe{0%,to{opacity:.92;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@keyframes artifact-signal-blink{0%,to{opacity:.55;transform:scale(1)}40%{opacity:1;transform:scale(1.4)}}@keyframes artifact-edge-refresh{0%{opacity:.2}35%{opacity:.7}to{opacity:.32}}@keyframes artifact-node-refresh{0%{opacity:.62;transform:scale(.96)}45%{opacity:1;transform:scale(1.12)}to{opacity:.78;transform:scale(1)}}@keyframes artifact-value-refresh{0%{opacity:.6;transform:translateY(2px)}45%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}@keyframes chat-thinking-dots{0%{width:0}to{width:1.5em}}@keyframes chat-thinking-sheen{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:760px){.section-heading h1,.section-heading h2,.page-lead-heading h1,.contact-heading h2{font-size:clamp(2rem,10vw,3.2rem)}.digest-window-head,.digest-window-meta,.digest-archive-head,.digest-entry-meta,.digest-entry-actions,.ai-chat-form{flex-direction:column}.digest-window,.digest-archive-card,.digest-entry-body,.ai-chat-frame,.ai-chat-transcript{padding:var(--space-panel)}.ai-chat-form{align-items:stretch}.ai-chat-input,.ai-chat-submit{width:100%}.ai-speech-control{justify-content:flex-end}.ai-speech-toggle{width:auto}.footer-brand,.footer-group{grid-column:auto}}@media(max-width:480px){.ai-chat-head{flex-direction:row;gap:.5rem;flex-wrap:nowrap;align-items:center}.ai-chat-head-copy{gap:.5rem;min-width:0;flex:1}.ai-chat-head strong{font-size:.95rem}.ai-chat-status{flex-shrink:0;white-space:normal;font-size:.72rem;text-align:right}}
