:root{--bg-base:#f5f5f5;--bg-alt:#fff;--primary-color:var(--bg-base);--secondary-color:var(--bg-alt);--brand-color:#b300ff;--brand-color-dark:#7b2cbf;--brand-tint-04:#b300ff0a;--brand-tint-08:#b300ff14;--brand-tint-15:#b300ff26;--brand-tint-20:#b300ff33;--brand-tint-30:#b300ff4d;--link-color:var(--brand-color);--link-color-dark:var(--brand-color-dark);--text-color:#000;--text-color-inverse:#fff;--text-muted:#595959;--accent-color:var(--text-muted);--border-color:#d3d3d3;--border-color-light:#0000001a;--surface-elevated:#fff9;--surface-muted:#00000005;--surface-card:#ffffff80;--gradient-brand:linear-gradient(135deg,var(--brand-color)0%,var(--brand-color-dark)100%);--max-width-container:76rem;--content-width:88%;--landing-max-width:var(--max-width-container);--landing-width:var(--content-width);--radius-sm:.5rem;--radius-md:1rem;--radius-lg:1.5rem;--radius-pill:999px;--radius-button:2rem;--border-radius:var(--radius-lg);--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 15px #0000001a;--shadow-lg:0 10px 30px #0000001a;--shadow-xl:0 12px 40px #00000026;--shadow-brand:0 10px 30px var(--brand-tint-30);--box-shadow:var(--shadow-lg);--box-shadow-hover:var(--shadow-md);--backdrop-blur:blur(15px);--hover-lift:translateY(-4px);--hover-scale:scale(1.05);--overlay-dark-light:#0000001a;--overlay-dark-heavy:#0009;--transition-smooth:all .3s cubic-bezier(.87,-.41,.19,1.44);--transition-base:all .25s ease;--z-header:1000;--z-overlay:20;--z-content:10;--z-base:1}.section--base{--section-bg:var(--bg-base);--section-card-bg:var(--bg-alt);background:var(--section-bg)}.section--alt{--section-bg:var(--bg-alt);--section-card-bg:var(--bg-base);background:var(--section-bg)}*{box-sizing:border-box}html,body,#__next,.fontprovider,.container{flex-direction:column;flex:1;min-height:100%;margin:0;padding:0;display:flex}body{background-color:var(--bg-base);color:var(--text-color)}em,i,.italic{font-family:var(--font-source-serif),"Source Serif 4",Georgia,serif;font-size:1.05em;font-style:normal;font-weight:500}.fontprovider{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header,footer{justify-content:space-between;min-height:2.75em;display:flex}footer{flex-direction:column;padding:4rem 0 2rem}footer>div{width:var(--content-width);max-width:var(--max-width-container);flex-wrap:wrap;justify-content:space-between;margin:0 auto;display:flex}.header{transition:var(--transition-smooth);z-index:var(--z-header);align-items:center;padding:0;position:fixed;top:1rem;left:50%;overflow:visible;transform:translate(-50%)}.header-visible{opacity:1;transform:translate(-50%)translateY(0)scale(1)}.header-hidden{opacity:0;transform:translate(-50%)translateY(-10px)scale(.8)}.header-content{z-index:var(--z-content);justify-content:center;align-items:center;display:flex;position:relative}.nav-bubbles{justify-content:space-between;align-items:center;gap:.8rem;width:100%;display:flex}.nav-bubble{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);height:2.8rem;box-shadow:var(--shadow-sm);color:var(--text-color);white-space:nowrap;background:#ffffffd9;border:1px solid #00000014;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex;position:relative}.nav-bubble:hover{box-shadow:var(--shadow-md);background:#fffffff2;border-color:#0000001f;transform:translateY(-1px)}.nav-bubble svg{flex-shrink:0}.lang-switcher{letter-spacing:.05em;color:var(--text-color);background:var(--bg-alt);border:1px solid var(--border-color);border-radius:var(--radius-pill);cursor:pointer;box-shadow:var(--shadow-sm);z-index:var(--z-header);align-items:center;gap:.35rem;padding:.5rem .75rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:opacity .2s,transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:1rem;right:1rem}.lang-switcher:hover{box-shadow:var(--shadow-md);transform:scale(1.05)}@media (max-width:768px){.lang-switcher{top:1rem;bottom:auto;right:1rem}}.current-page{pointer-events:none}.here-indicator{color:var(--link-color)}main{max-width:var(--max-width-container);width:var(--content-width);flex-grow:1;margin:6.9em auto 16em}h1,h2,h3,h4,h5,h6{max-width:calc(var(--max-width-container)/2);text-wrap:balance;widows:2;orphans:2;font-size:1rem}h1{letter-spacing:-.035em;margin:2.15rem 0 0;font-size:4.75em;font-weight:600;line-height:105%}h2{margin:2em 0 .5em;font-size:1.5em;font-weight:600;line-height:135%}h3{margin:0}h4{color:var(--accent-color)}p{max-width:calc(var(--max-width-container)/2);widows:2;orphans:2;font-size:1rem;line-height:140%}a{color:var(--link-color)}a[target=_blank]:after,a[target=blank]:after{content:" ↗";margin-left:.2em;display:inline-block;scale:.85}a.trinity-card--external:after,a.case-bento-card:after{content:none}.footnote-backref{text-decoration:none}ul{width:25%;padding:0;line-height:200%;list-style:none;display:block}ul a{color:var(--text-color);align-items:center;gap:.5rem;width:fit-content;text-decoration:none;display:flex}ul a:hover{color:var(--link-color)}ul a svg{color:var(--accent-color);flex-shrink:0}blockquote{border-left:1px solid var(--accent-color);color:var(--accent-color);max-width:calc(var(--max-width-container)/2);margin:2em auto;padding-left:1em}hr{border:0;border-top:1px solid var(--border-color);margin:7.05em 0 6.853em}.button{border-radius:var(--radius-button);cursor:pointer;white-space:nowrap;touch-action:manipulation;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-width:44px;min-height:2.75rem;padding:.875rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.button:focus-visible{outline:2px solid var(--brand-color);outline-offset:2px}.button:active{transform:translateY(0)}.button-primary{background:var(--text-color);color:var(--bg-base);border-color:var(--text-color)}.button-primary:hover{background:var(--brand-color);border-color:var(--brand-color);color:#fff;box-shadow:var(--shadow-brand);transform:translateY(-2px)}.button-secondary{color:var(--text-color);border-color:var(--border-color);-webkit-backdrop-filter:blur(8px);background:0 0}.button-secondary:hover{background:var(--text-color);border-color:var(--text-color);color:var(--bg-base);-webkit-backdrop-filter:none;transform:translateY(-2px)}.button svg{flex-shrink:0}.has-grid-pattern{position:relative}.has-grid-pattern:before{content:"";z-index:0;pointer-events:none;opacity:.12;background-image:radial-gradient(var(--text-color)1px,transparent 1px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Crect x='59.5' y='54' width='1' height='12' fill='%23111'/%3E%3Crect x='54' y='59.5' width='12' height='1' fill='%23111'/%3E%3C/svg%3E");background-position:50%,50%;background-repeat:repeat;background-size:12px 12px,120px 120px;width:100%;height:100%;position:absolute;top:0;left:0}.has-grid-pattern>*{z-index:1;position:relative}.cta-section{width:100%;padding:10rem 0}.cta-content{width:var(--content-width);background-color:var(--section-card-bg,var(--bg-alt));border-radius:var(--border-radius);max-width:60rem;box-shadow:var(--box-shadow);grid-template-columns:1fr .62fr;min-height:360px;margin:0 auto;display:grid;overflow:hidden}.cta-image-wrapper{order:2;position:relative;overflow:hidden}.cta-image{width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.cta-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.cta-content:hover .cta-image img{transform:var(--hover-scale)}.cta-text{text-wrap:balance;word-wrap:break-word;overflow-wrap:break-word;flex-direction:column;order:1;justify-content:center;align-items:flex-start;gap:0;padding:3.5rem;display:flex}.cta-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:500;display:block}.cta-content h2{letter-spacing:-.03em;max-width:100%;margin-top:0;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;line-height:1.15}.cta-content h2 em{font-size:1.05em;font-style:italic;font-weight:650}.cta-content h2 .pronouns{opacity:.6;letter-spacing:0;vertical-align:middle;margin-left:.5rem;font-size:clamp(.875rem,1.8vw,1rem);font-weight:400;display:inline-block}.cta-content p{color:var(--text-muted);max-width:480px;margin:0 0 2rem;font-size:1.1rem;line-height:1.6}.cta-button{margin-top:1rem}.hero-section-content,.grid-section{justify-content:center;align-items:center;display:flex;position:relative}.hero-section-content{z-index:var(--z-base);text-align:center;width:100%;height:100%}.grid-section{border-radius:var(--border-radius);width:calc(100vw - 5rem);max-width:2000px;min-height:80vh;color:var(--text-color-inverse);margin:5rem auto 7rem;position:relative;overflow:hidden}.grid-section img{z-index:0}.grid-section:before{content:"";z-index:2;pointer-events:none;opacity:.15;background-image:radial-gradient(#fff 1px,#0000 1px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Crect x='59.5' y='54'  width='1' height='12' fill='white'/%3E%3Crect x='54'  y='59.5' width='12' height='1'  fill='white'/%3E%3C/svg%3E");background-position:50%,50%;background-repeat:repeat;background-size:12px 12px,120px 120px;width:100%;height:100%;position:absolute;top:0;left:0}.storyHeader{flex-direction:row;justify-content:center;align-items:baseline;max-width:40rem;margin:0 auto 3.85rem;display:flex}.reader-meta{grid-template-columns:repeat(4,max-content);grid-auto-flow:column;justify-content:center;align-items:center;gap:1.5rem;max-width:fit-content;margin:1.5rem auto 0;display:grid}@supports not (width:max-content){.reader-meta{flex-wrap:wrap;display:flex}}.meta-item{color:var(--text-color);flex-shrink:0;justify-self:center;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.meta-item svg{color:var(--accent-color);flex-shrink:0}.meta-item span{white-space:nowrap}.markdownrenderer{max-width:64rem;margin-left:auto;margin-right:auto;font-size:1.0625rem}.markdownrenderer>p{margin:auto auto 1.5em;line-height:1.65}.markdownrenderer>h1{text-align:center;width:fit-content;max-width:50rem;margin:2.15rem auto 0}.markdownrenderer>h2{letter-spacing:-.02em;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1.375em}.markdownrenderer>h2:first-of-type{text-align:center;color:var(--text-color);text-wrap:balance;max-width:38rem;margin:3.85rem auto 6.22rem;font-size:1.35em;font-weight:500;line-height:1.55}.markdownrenderer>h3{max-width:calc(var(--max-width-container)/2);margin:2.5em auto .75em;font-size:1.1em;font-weight:600}.markdownrenderer>:nth-child(3){margin-top:3.8em}.markdownrenderer a{text-underline-offset:.15em;text-decoration-thickness:1px;transition:color .2s}.markdownrenderer a:hover{color:var(--brand-color-dark)}.side-by-side,.markdown-it-iframe,figure{margin:8.95em 0 7.55em}figure{position:relative}figure+figure{margin-top:-4.883em}figure>img,figure>video{border-radius:var(--border-radius);width:100%;height:auto;display:block}figure>figcaption{color:#fff;background-color:var(--overlay-dark-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);transition:var(--transition-base);padding:.3rem .5rem;font-size:.625em;position:absolute;bottom:1.3em;left:1em}figure>figcaption:hover{background-color:var(--overlay-dark-heavy)}.side-by-side{grid-template-columns:1fr 1fr;align-items:start;gap:2.27em;display:grid}.side-by-side>p{margin:0;padding:0;display:contents}.side-by-side>figure,.side-by-side>p>figure{margin:0}.side-by-side>figure>img,.side-by-side>p>figure>img{border-radius:var(--border-radius);width:100%;height:auto;display:block}.side-by-side.legacy>p{flex-wrap:wrap;justify-content:space-between;max-width:100%;margin:0;display:flex}.side-by-side>p>img{border-radius:var(--border-radius);width:calc(50% - 1.135em)}.markdown-it-iframe{height:0;padding-top:25px;padding-bottom:56.25%;position:relative}.markdown-it-iframe iframe{border-radius:var(--border-radius);width:100%;height:100%;position:absolute;top:0;left:0}.document-page{max-width:calc(var(--max-width-container)/2);margin:0 auto;padding-bottom:4rem}.document-page .document-header{text-align:center;margin-bottom:4rem}.document-page .document-header h1{letter-spacing:-.035em;text-wrap:balance;margin:0 auto;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:105%}.document-page .document-meta{color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.9rem;font-weight:500;display:flex}.document-page .document-meta svg{color:var(--accent-color);flex-shrink:0}.document-page>h1:first-child{text-align:center;width:fit-content;max-width:50rem;margin:2.15rem auto 5rem}.document-page>hr:first-of-type{display:none}.document-page .document-date{color:var(--text-muted);text-align:center;margin-bottom:4rem;font-size:.9rem}.document-page h2{letter-spacing:-.02em;max-width:100%;margin:3.5rem 0 1rem;font-size:1.375em;font-weight:600}.document-page h3{color:var(--text-muted);max-width:100%;margin:2rem 0 .75rem;font-size:1rem;font-weight:600}.document-page p{max-width:100%;margin-bottom:1.25em;font-size:1.0625rem;line-height:1.65}.document-page ol,.document-page ul.document-list{width:100%;margin:1rem 0 1.5rem;padding-left:1.5rem}.document-page ol li,.document-page ul.document-list li{width:100%;margin-bottom:.5rem;font-size:1rem;line-height:1.6}.document-page address{background:var(--section-card-bg,var(--bg-alt));border-radius:var(--border-radius);margin:1.5rem 0;padding:1.5rem;font-style:normal;line-height:1.8}.document-page a{color:var(--brand-color);text-underline-offset:.15em;text-decoration-thickness:1px}.document-page a:hover{color:var(--brand-color-dark)}.document-page hr{border-color:var(--border-color-light);margin:3rem 0}.legal-notice{background:var(--bg-alt);border-left:3px solid var(--brand-color);color:var(--text-muted);border-radius:0 .5rem .5rem 0;margin-bottom:2rem;padding:1rem 1.25rem;font-size:.9rem}@media (max-width:600px){.document-page{padding-bottom:2rem}.document-page>h1:first-child{max-width:100%}.document-page .document-date{margin-bottom:3rem}.document-page h2{margin:2.5rem 0 .75rem;font-size:1.15rem}.document-page address{padding:1rem}}.search-section{margin-bottom:1rem;padding:1rem}.search-indicator{width:100%;min-height:2.5rem;color:var(--accent-color);background:var(--brand-tint-04);border:1px solid var(--brand-tint-20);border-radius:var(--radius-pill);box-sizing:border-box;align-items:center;gap:.6rem;padding:0 .65rem 0 1rem;font-size:.9rem;font-weight:500;display:flex}.search-indicator svg{color:var(--brand-color);flex-shrink:0}.search-text{align-items:center;gap:0;display:inline-flex}.search-placeholder{color:#b300ff8c;margin-left:.35rem;font-weight:500}.search-query{color:var(--text-color);white-space:pre}.search-caret{background:var(--brand-color);vertical-align:text-bottom;width:2px;height:1.05em;animation:1s steps(2,start) infinite search-caret-blink;display:inline-block}@keyframes search-caret-blink{to{visibility:hidden}}.search-count{background:var(--brand-tint-08);border:1px solid var(--brand-tint-20);border-radius:var(--radius-md);color:var(--brand-color);font-variant-numeric:tabular-nums;margin-left:auto;padding:.2rem .6rem;font-size:.72rem;font-weight:500;line-height:1}.table mark{color:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:#b300ff2e;border-radius:.2em;padding:0}@media (prefers-color-scheme:dark){.table mark{color:#fff;background:#b300ff}}.th-hit{background:var(--brand-tint-15);color:var(--brand-color);border-radius:var(--radius-md);font-variant-numeric:tabular-nums;align-items:center;margin-left:.45rem;padding:.1rem .5rem;font-size:.7rem;font-weight:600;line-height:1;display:inline-flex}.th--dim{opacity:.4;transition:opacity .2s}@media (prefers-reduced-motion:reduce){.search-caret{opacity:.7;animation:none}}.table{border-collapse:collapse;box-sizing:border-box;width:100%;position:relative}.stick{background:linear-gradient(to top,var(--text-color),var(--text-color)1px,var(--bg-base)1px,var(--bg-base)100%);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);position:sticky;top:0}.tr{border-bottom:1px solid var(--text-color);justify-content:space-between;display:flex}.tr:first-child{border:none}.tr:hover{background-color:var(--bg-alt)}.th,.td{padding:.7em 1em}.th{align-items:center;gap:.5rem;font-weight:700;display:flex}.th svg{color:var(--accent-color);flex-shrink:0}.th-right,.td-right{text-align:right;justify-content:flex-end}.th:last-of-type,.td:last-of-type{text-align:right}.table a{color:var(--text-color);text-decoration:none}.td:first-child,.th:first-child{width:29%}.td:nth-child(2),.th:nth-child(2){width:30%}.td:nth-child(3),.th:nth-child(3){width:25%}.td:nth-child(4),.th:nth-child(4){width:16%}.floating-thumbnail{pointer-events:none;visibility:hidden;border-radius:var(--border-radius);box-shadow:var(--box-shadow);object-fit:cover;object-position:center}.tr:hover>.floating-thumbnail{visibility:visible}@media (max-width:1200px){:root{--content-width:80%}}@media (max-width:843px){:root{--content-width:calc(100% - 5rem)}.header{gap:8rem}.cta-content{grid-template-columns:1fr 1fr;min-height:300px}.cta-text{padding:2rem}ul{width:50%;margin-bottom:3rem}.reader-meta{grid-template-columns:repeat(2,1fr);grid-auto-flow:row;gap:1.2rem}.meta-item{font-size:.85rem}.meta-item--collab{grid-column:span 2;justify-content:center}.td:first-child,.th:first-child{width:38%}.td:nth-child(2),.th:nth-child(2){display:none}.td:nth-child(3),.th:nth-child(3){width:38%}.td:nth-child(4),.th:nth-child(4){width:25%}.cta-section{padding:8rem 0}.cta-content{min-height:auto;width:var(--content-width);max-width:540px;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;gap:.5rem;margin:0 auto;display:flex}.cta-image-wrapper{display:none}.cta-text{text-align:center;align-items:center;padding:2rem 0}.cta-content h2{text-wrap:balance;margin-bottom:1rem}.cta-content p{text-wrap:balance;max-width:100%;margin-bottom:1.5rem}}@media (max-width:600px){:root{--content-width:calc(100% - 2rem)}html,body{max-width:100vw;overflow-x:hidden}main{margin-top:0;margin-bottom:8rem}footer{padding-bottom:6rem}h1{margin-top:3rem;font-size:16vmin}.header{justify-content:center;align-items:center;width:calc(100% - 2rem);height:3em;display:flex;position:fixed;inset:auto auto 3rem 50%;transform:translate(-50%)}.header-visible{opacity:1;transform:translate(-50%)translateY(0)scale(1)}.header-hidden{opacity:0;transform:translate(-50%)translateY(10px)scale(.8)}.header-content{justify-content:center;min-width:0;max-width:fit-content}.nav-bubbles{flex-wrap:nowrap;gap:.5rem}.nav-bubble{flex-shrink:0;gap:.3rem;font-size:1rem}.current-page{flex:1;min-width:0}.nav-bubble svg,.here-indicator{width:14px;height:14px}.nav-bubble span,.header-title{white-space:nowrap;text-overflow:ellipsis;flex-shrink:1;min-width:0;overflow:hidden}ul{width:50%;margin-bottom:2rem}.cta-section{padding:8rem 0 12rem}.cta-section.has-grid-pattern:before{opacity:.06}.cta-content{min-height:auto;width:var(--content-width);box-shadow:none;background:0 0;border-radius:0;flex-direction:column;margin:0 auto;display:flex}.cta-image-wrapper{display:none}.cta-text{text-align:center;align-items:center;padding:0 1rem}.cta-content h2{text-wrap:balance;margin-bottom:.75rem;font-size:clamp(1.75rem,7vw,2.25rem)}.cta-content p{text-wrap:balance;max-width:100%;margin:0 0 1.5rem;font-size:1rem;line-height:1.6}.cta-text .button{margin-top:.5rem}.markdownrenderer>h2:first-of-type{margin:3.85rem auto 0;font-size:1rem}.reader-meta{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:90%;margin:1rem auto 0}.meta-item{justify-content:center;font-size:.85rem}.meta-item--collab{grid-column:span 2}.side-by-side,.markdown-it-iframe,figure{margin:7em 0 6.28em}.side-by-side{grid-template-columns:1fr;gap:1.618em}.side-by-side>figure,.side-by-side>p>figure{margin:0}.side-by-side.legacy>p>img{width:100%}.side-by-side.legacy>p>img:first-child{margin-bottom:1.618em}figure+figure{margin-top:-4.862em}.grid-section{border-radius:0;width:100vw;height:100svh;margin-top:0;margin-bottom:4rem}.hero-slide{border-radius:0}.search-section{margin-bottom:.5rem;padding:.5rem 0}.search-indicator{justify-content:center;font-size:.8rem}.th{gap:.3rem}.td:first-child,.th:first-child{width:59%}.td:nth-child(2),.th:nth-child(2),.td:nth-child(3),.th:nth-child(3){display:none}.td:nth-child(4),.th:nth-child(4){width:41%}}@media (max-width:510px){.markdownrenderer>h2:first-of-type{font-size:1rem}ul{width:50%;margin-bottom:2rem}}@media (prefers-color-scheme:dark){:root{--bg-base:#0a0a0b;--bg-alt:#1a1a1c;--primary-color:var(--bg-base);--secondary-color:var(--bg-alt);--text-color:#f5f5f5;--text-color-inverse:#000;--text-muted:#999;--accent-color:var(--text-muted);--border-color:#333;--border-color-light:#ffffff1a;--surface-elevated:#ffffff0d;--surface-muted:#ffffff05;--surface-card:#ffffff08;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 15px #0000004d;--shadow-lg:0 10px 30px #0000004d;--shadow-xl:0 12px 40px #0006}.tr{border-color:var(--border-color)}.stick{background:linear-gradient(to top,var(--border-color),var(--border-color)1px,var(--bg-base)1px,var(--bg-base)100%)}hr{border-top:1px solid var(--border-color)}.meta-item svg{color:var(--accent-color)}figcaption{background-color:var(--overlay-dark-heavy)}.nav-bubble{color:var(--text-color);background:#1e1a20d9;border-color:#ffffff1a}.nav-bubble:hover{background:#1e1a20f2;border-color:#fff3}.lang-switcher{background:var(--bg-alt);color:var(--text-color);box-shadow:var(--shadow-md);border-color:#ffffff26}.trinity-card:hover,.case-bento-card:hover{box-shadow:var(--shadow-xl)}.cta-content{box-shadow:var(--shadow-lg)}.grid-section:before{opacity:.15}.document-page address{background:var(--bg-alt)}.has-grid-pattern:before{background-image:radial-gradient(var(--text-color)1px,transparent 1px),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Crect x='59.5' y='54' width='1' height='12' fill='%23ffffff'/%3E%3Crect x='54' y='59.5' width='12' height='1' fill='%23ffffff'/%3E%3C/svg%3E")}.button-primary{background:var(--text-color);color:var(--bg-base);border-color:var(--text-color)}.button-secondary{border-color:var(--border-color-light)}.button-secondary:hover{background:var(--text-color);color:var(--bg-base)}}
.studio-hero{align-items:center;min-height:100dvh;padding:6rem 0 4rem;display:flex;position:relative}.studio-hero--with-bg:before{content:"";opacity:.5;pointer-events:none;z-index:0;background-image:url(/img/pencil4k.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}@media (prefers-color-scheme:dark){.studio-hero--with-bg:before{background-image:url(/img/pencil4kdark.jpg)}}@media (max-width:1024px){.studio-hero--with-bg:before{background-image:url(/img/pencilportrait.jpg)}}@media (max-width:1024px) and (prefers-color-scheme:dark){.studio-hero--with-bg:before{background-image:url(/img/pencilportraitdark.jpg)}}.studio-hero--with-bg>*{z-index:1;position:relative}.studio-hero-content{width:var(--landing-width);max-width:var(--landing-max-width);grid-template-columns:1fr 1.4fr;align-items:stretch;gap:5rem;margin:0 auto;display:grid}@media (min-width:1025px){.studio-hero-content{margin-top:-4vh}}.studio-hero-text{flex-direction:column;justify-content:center;gap:1.5rem;display:flex}.studio-hero-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.75rem;font-weight:500}.studio-hero-headline{letter-spacing:-.04em;max-width:100%;margin:0;font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:600;line-height:1.05}.studio-hero-headline em{margin:0;font-size:1.05em;font-style:italic;font-weight:650;display:inline}.studio-hero-headline .mobile-break{display:none}.studio-hero-headline .desktop-break{display:inline}.studio-hero-sub{color:var(--text-muted);max-width:440px;margin:0;font-size:1.1rem;line-height:1.7}.studio-hero-actions{gap:1rem;margin-top:.5rem;display:flex}.hero-slider-wrapper{border-radius:var(--border-radius);background:var(--bg-alt);margin:-1rem 0;position:relative;overflow:hidden}.hero-slider{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:.5rem;width:100%;height:100%;display:flex;overflow:auto hidden}.hero-slider::-webkit-scrollbar{display:none}.hero-slide{scroll-snap-align:start;border-radius:var(--border-radius);flex:0 0 100%;text-decoration:none;position:relative;overflow:hidden}.hero-slide img{object-fit:cover;transform-origin:50%;transition:transform .5s}.hero-slide:hover img{transform:scale(1.03)}.hero-slide:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 30%,#0000004d 60%,#000000b3 100%);position:absolute;inset:0}.hero-slide-info{z-index:2;padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.hero-slide-client{text-transform:uppercase;letter-spacing:.15em;color:#ffffffb3;margin-bottom:.35rem;font-size:.7rem;display:block}.hero-slide-title{color:#fff;font-size:1.5rem;font-weight:600;display:block}.hero-slide-dots{z-index:10;background-color:#00000080;border-radius:.8rem;gap:.5rem;padding:.4rem;display:flex;position:absolute;bottom:1.5rem;right:1.5rem}.hero-dot{cursor:pointer;background:#fff6;border:none;border-radius:4px;width:8px;height:8px;padding:0;transition:width .3s,background .3s}.hero-dot:hover{background:#ffffffb3}.hero-dot--active{background:#fff;width:16px}.credentials-marquee{white-space:nowrap;border-top:1px solid var(--border-color-light);border-bottom:1px solid var(--border-color-light);background:var(--bg-alt);padding:1.5rem 0;position:relative;overflow:hidden}.credentials-marquee:before,.credentials-marquee:after{content:"";z-index:2;pointer-events:none;width:150px;position:absolute;top:0;bottom:0}.credentials-marquee:before{background:linear-gradient(to right,var(--bg-alt)0%,transparent 100%);left:0}.credentials-marquee:after{background:linear-gradient(to left,var(--bg-alt)0%,transparent 100%);right:0}.credentials-marquee-track{will-change:transform;flex-wrap:nowrap;align-items:center;gap:2.5rem;width:max-content;animation:50s linear infinite credentials-marquee;display:flex}.credentials-marquee-label{text-transform:uppercase;letter-spacing:.15em;color:var(--brand-color);background:var(--brand-tint-08);border:1px solid var(--brand-tint-20);border-radius:var(--radius-md);flex-shrink:0;padding:.4rem .85rem;font-size:.65rem;font-weight:600}.credentials-marquee-suffix{opacity:.7;font-weight:400}.credentials-marquee-item{color:var(--text-color);opacity:.65;flex-shrink:0;font-size:.95rem;font-weight:500;transition:opacity .3s}.credentials-marquee-item:hover{opacity:1}@keyframes credentials-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.credentials-marquee:hover .credentials-marquee-track{animation-play-state:paused}.trinity-section{padding:6rem 0}.trinity-container{width:var(--landing-width);max-width:var(--landing-max-width);margin:0 auto}.trinity-header{margin-bottom:3rem}.trinity-section-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:500;display:block}.trinity-headline{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1.15}.trinity-headline em{font-size:1.05em;font-style:italic;font-weight:650}.trinity-headline--long{max-width:800px;color:var(--text-color);opacity:.85;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.35}.trinity-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.trinity-card{background:var(--section-card-bg,var(--bg-alt));border-radius:var(--border-radius);color:inherit;text-decoration:none;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.trinity-card:hover{transform:var(--hover-lift);box-shadow:var(--shadow-xl)}.trinity-card--link{cursor:pointer}.trinity-image{aspect-ratio:1/.9;position:relative;overflow:hidden}.trinity-card img{transition:transform .5s}.trinity-card:hover img{transform:var(--hover-scale)}.trinity-content{flex-direction:column;flex:1;padding:1.25rem 1.5rem 1.75rem;display:flex}.trinity-stat{text-transform:uppercase;letter-spacing:.15em;color:var(--brand-color);background:var(--brand-tint-08);border:1px solid var(--brand-tint-20);border-radius:var(--radius-md);align-self:flex-start;margin-bottom:.6rem;padding:.35rem .75rem;font-size:.65rem;font-weight:600;display:inline-block}.trinity-label{margin:0 0 .4rem;font-size:1.15rem;font-weight:600;line-height:1.25}.trinity-desc{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.5}.trinity-note{color:var(--text-muted);align-items:center;gap:.3rem;margin-top:.75rem;font-size:.75rem;font-style:normal;display:inline-flex}.trinity-note--external{color:var(--brand-color);gap:.3rem;font-weight:500;transition:opacity .2s;position:absolute;bottom:1.5rem;left:1.5rem}.trinity-content:has(.trinity-note--external){padding-bottom:3.5rem}.trinity-card:hover .trinity-note--external{opacity:.7}.trinity-card--external:after{display:none}.cases-section{padding:6rem 0}.cases-header{width:var(--landing-width);max-width:var(--landing-max-width);margin:0 auto 3rem}.cases-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:500;display:block}.cases-title{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1.15}.cases-title em{font-size:1.05em;font-style:italic;font-weight:650;line-height:inherit;margin:0;display:inline}.cases-bento{width:var(--landing-width);max-width:var(--landing-max-width);grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0 auto;display:grid}.case-bento-card{background:var(--section-card-bg,var(--bg-alt));border-radius:var(--border-radius);color:var(--text-color);transition:var(--transition-base);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.case-bento-card:hover{box-shadow:var(--box-shadow-hover);transform:var(--hover-lift)}.case-bento-card--wide{grid-column:span 2;grid-template-columns:1.3fr 1fr;display:grid}.case-bento-card--wide-flip{grid-template-columns:1fr 1.3fr}.case-bento-card--wide-flip .case-bento-image{order:2}.case-bento-card--wide-flip .case-bento-content{order:1}.case-bento-card--wide .case-bento-image{aspect-ratio:unset;height:100%;min-height:280px}.case-bento-card--wide .case-bento-content{flex-direction:column;justify-content:center;display:flex}.case-bento-image{aspect-ratio:4/3;position:relative;overflow:hidden}.case-bento-image img{transition:transform .6s cubic-bezier(.4,0,.2,1)}.case-bento-card:hover .case-bento-image img{transform:var(--hover-scale)}.case-bento-content{flex-direction:column;gap:.6rem;padding:1.5rem;display:flex}.case-bento-meta{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}.case-bento-title{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:600;line-height:1.25}.case-bento-card--wide .case-bento-title{font-size:1.5rem}.case-bento-desc{color:var(--text-muted);-webkit-line-clamp:3;text-wrap:balance;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.5;display:-webkit-box;overflow:hidden}.credit-pill{color:#fff;background-color:var(--overlay-dark-light);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);transition:var(--transition-base);pointer-events:none;z-index:2;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.35em;max-width:calc(100% - 2em);padding:.3rem .5rem;font-size:.625rem;line-height:1;display:flex;position:absolute;left:1em;overflow:hidden}.credit-pill--top{top:1em}.credit-pill--bottom{bottom:1.3em}.credit-pill--right{left:auto;right:1em}.credit-pill svg{opacity:.8;flex-shrink:0}.credit-pill--collab{font-weight:500}.cases-more{width:var(--landing-width);max-width:var(--landing-max-width);text-align:center;margin:3rem auto 0}.ledger-section{background:radial-gradient(ellipse 80% 55% at 110% -10%,var(--brand-tint-15)0%,transparent 65%),radial-gradient(ellipse 60% 50% at -10% 110%,#b300ff1a 0%,transparent 65%),var(--bg-alt)}@media (prefers-color-scheme:dark){.ledger-section{background:radial-gradient(ellipse 80% 55% at 110% -10%,#b300ff38 0%,transparent 65%),radial-gradient(ellipse 60% 50% at -10% 110%,var(--brand-tint-15)0%,transparent 65%),var(--bg-alt)}}.trinity-grid--ledger{grid-template-columns:repeat(3,1fr)}.trinity-grid--ledger .trinity-card{-webkit-backdrop-filter:blur(16px)saturate(180%);box-shadow:0 4px 24px var(--brand-tint-08),inset 0 1px 0 #ffffff8c;background:linear-gradient(145deg,#b300ff1a 0%,#b300ff08 40%,#ffffffe0 100%);border:1px solid #b300ff38}.trinity-grid--ledger .trinity-card:hover{box-shadow:0 12px 32px #b300ff29}@media (prefers-color-scheme:dark){.trinity-grid--ledger .trinity-card{border-color:var(--brand-tint-30);background:linear-gradient(145deg,#b300ff2e 0%,#b300ff0f 45%,#1a1a1ceb 100%);box-shadow:0 4px 24px #b300ff24,inset 0 1px #ffffff12}.credentials-marquee{border-color:var(--border-color-light)}.credentials-marquee:before{background:linear-gradient(to right,var(--section-bg,var(--bg-alt))0%,transparent 100%)}.credentials-marquee:after{background:linear-gradient(to left,var(--section-bg,var(--bg-alt))0%,transparent 100%)}}@media (max-width:1200px){.case-bento-card--wide,.case-bento-card--wide-flip{grid-template-columns:1fr}.case-bento-card--wide-flip .case-bento-image,.case-bento-card--wide-flip .case-bento-content{order:unset}.case-bento-card .case-bento-image,.case-bento-card--wide .case-bento-image{aspect-ratio:16/9;height:auto;min-height:unset}}@media (max-width:1024px){.studio-hero{min-height:100dvh;padding:6rem 0 4rem}.studio-hero-content{width:var(--landing-width);max-width:var(--landing-max-width);grid-template-columns:1fr;gap:2rem;margin-top:0}.studio-hero-headline .mobile-break{display:inline}.studio-hero-headline .desktop-break{display:none}.hero-slider-wrapper{order:-1;width:100%;height:clamp(280px,45vh,460px);margin:0}.cases-bento{grid-template-columns:repeat(2,1fr)}.case-bento-card--wide{grid-column:span 2}}@media (max-width:1024px) and (min-width:601px){.trinity-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.trinity-card:nth-child(3){display:none}.trinity-grid--ledger .trinity-card:nth-child(3){grid-column:1/-1;display:grid}.trinity-grid--ledger .trinity-card:nth-child(3) .trinity-image{aspect-ratio:21/9}}@media (max-width:600px){:root{--landing-width:calc(100% - 2rem)}.studio-hero{min-height:100dvh;padding:6rem 0 4rem}.studio-hero-content{width:var(--landing-width);grid-template-columns:1fr;gap:1.5rem}.studio-hero-text{text-align:center;align-items:center;gap:1rem}.studio-hero-headline{font-size:clamp(2.25rem,10vw,3rem)}.studio-hero-sub{font-size:1rem;line-height:1.6}.hero-slider-wrapper{display:none}.studio-hero-actions{flex-direction:column;width:100%;max-width:280px;margin-top:.5rem}.studio-hero-actions .button{justify-content:center;width:100%}.credentials-marquee-item{font-size:.85rem}.credentials-marquee-label{padding:.25rem .6rem;font-size:.6rem}.trinity-section{padding:4rem 0}.trinity-grid{grid-template-columns:1fr;gap:1rem}.trinity-card:nth-child(3){display:grid}.trinity-image{aspect-ratio:4/3}.trinity-content{padding:1rem 1.25rem 1.5rem}.trinity-label{font-size:1.05rem}.trinity-desc{font-size:.85rem}.cases-section{padding:4rem 0}.cases-bento{grid-template-columns:1fr}.case-bento-card--wide{grid-column:span 1;grid-template-columns:1fr}.case-bento-content{padding:1.25rem}.case-bento-title,.case-bento-card--wide .case-bento-title{font-size:1.15rem}}@media (max-width:480px){.hero-slide-info{padding:1rem}.hero-slide-title{font-size:1.1rem}}.about-intro{padding:11rem 0 6rem}.about-intro-content{width:var(--landing-width);text-align:center;flex-direction:column;align-items:center;gap:2rem;max-width:720px;margin:0 auto;display:flex}.about-intro-image{background:var(--bg-base);border-radius:50%;flex-shrink:0;width:160px;height:160px;position:relative;overflow:hidden}.about-intro-text{flex-direction:column;align-items:center;gap:.25rem;display:flex}.about-intro-name{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1.1}.about-intro-role{color:var(--text-muted);letter-spacing:.02em;margin:0;font-size:1.1rem;font-weight:500}.about-intro-bio{color:var(--text-color);opacity:.85;text-wrap:balance;max-width:540px;margin:1rem 0 0;font-size:1.15rem;line-height:1.7}.about-intro-actions{gap:1rem;margin-top:1.5rem;display:flex}.about-process{padding:6rem 0}.about-process-container{width:var(--landing-width);max-width:var(--landing-max-width);margin:0 auto}.about-process-header{margin-bottom:3rem}.about-process-label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:500;display:block}.about-process-headline{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1.15}.about-process-headline em{font-size:1.05em;font-style:italic;font-weight:650}.about-process-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;display:grid}.about-process-card{background:var(--section-card-bg,var(--bg-alt));border-radius:var(--border-radius);flex-direction:column;grid-column:span 2;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.about-process-card:nth-child(4){grid-column:2/span 2}.about-process-card:nth-child(5){grid-column:4/span 2}.about-process-card:hover{transform:var(--hover-lift);box-shadow:var(--shadow-xl)}.about-process-illustration{aspect-ratio:16/9;background:var(--bg-base);flex-shrink:0;width:100%;position:relative;overflow:hidden}.about-process-illustration img{transition:transform .5s}.about-process-card:hover .about-process-illustration img{transform:scale(1.05)}.about-process-illustration--placeholder{border-bottom:2px dashed var(--border-color-light);opacity:.4;aspect-ratio:3}.about-process-card-body{flex-direction:column;flex:1;padding:1.5rem 1.75rem 1.75rem;display:flex}.about-process-number{color:var(--text-muted);opacity:.75;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.about-process-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;line-height:1.3}.about-process-desc{color:var(--text-muted);text-wrap:balance;margin:0;font-size:.875rem;line-height:1.55}@media (max-width:1100px){.about-process-grid{grid-template-columns:repeat(2,1fr)}.about-process-card,.about-process-card:first-child,.about-process-card:nth-child(2),.about-process-card:nth-child(4),.about-process-card:nth-child(5){grid-column:span 1}.about-process-card:nth-child(3){grid-column:span 2}}@media (max-width:600px){.about-intro-actions{flex-direction:column;gap:.75rem;width:100%;max-width:280px}.about-intro-actions .button{justify-content:center;width:100%}.about-process-grid{grid-template-columns:1fr}.about-process-card,.about-process-card:first-child,.about-process-card:nth-child(2),.about-process-card:nth-child(3),.about-process-card:nth-child(4),.about-process-card:nth-child(5){grid-column:span 1}.about-intro{padding:2rem 0 1.5rem}.about-intro-image{width:140px;height:140px}.about-intro-name{font-size:2rem}.about-intro-bio{font-size:1rem}.about-process{padding:4rem 0}.about-process-card-body{padding:1.25rem 1.5rem 1.5rem}.about-process-illustration{aspect-ratio:16/9}.about-process-illustration--placeholder{aspect-ratio:4}}
@font-face{font-family:soehne;src:url(../media/soehne_buch-s.p.7a5ea380.woff2)format("woff2");font-display:swap;font-weight:400}@font-face{font-family:soehne;src:url(../media/soehne_halbfett-s.p.69be455a.woff2)format("woff2");font-display:swap;font-weight:600}@font-face{font-family:soehne Fallback;src:local(Arial);ascent-override:103.7%;descent-override:23.33%;line-gap-override:0.0%;size-adjust:100.28%}.soehne_e23a2475-module__vP0bIG__className{font-family:soehne,soehne Fallback}.soehne_e23a2475-module__vP0bIG__variable{--font-soehne:"soehne","soehne Fallback"}
@font-face{font-family:sourceSerif;src:url(../media/source_serif_4_roman_variable_otf-s.p.5d129246.woff2)format("woff2");font-display:swap;font-weight:200 900;font-style:normal}@font-face{font-family:sourceSerif;src:url(../media/source_serif_4_italic_variable_otf-s.p.6deabcb4.woff2)format("woff2");font-display:swap;font-weight:200 900;font-style:italic}@font-face{font-family:sourceSerif Fallback;src:local(Arial);ascent-override:102.41%;descent-override:33.12%;line-gap-override:0.0%;size-adjust:101.16%}.sourceserif_a2a0e7d9-module__GUu5Kq__className{font-family:sourceSerif,sourceSerif Fallback}.sourceserif_a2a0e7d9-module__GUu5Kq__variable{--font-source-serif:"sourceSerif","sourceSerif Fallback"}
