:root{--pt-color-canvas:#fffef9;--pt-color-surface:#fff;--pt-color-subtle:#f4f3ed;--pt-color-ink:#111;--pt-color-muted:#62615b;--pt-color-line:#deddd5;--pt-color-border:#898880;--pt-color-accent:#ffd21a;--pt-color-accent-hover:#efbf00;--pt-color-selected:#fff2af;--pt-color-on-accent:#111;--pt-color-danger:#a52b20;--pt-color-danger-surface:#fff0ed;--pt-color-success:#235e42;--pt-color-success-surface:#eff7f1;--pt-color-focus:#111;--pt-color-danger-hover:#842219;--pt-font-body:"Inter Variable", Inter, Arial, sans-serif;--pt-font-display:"Manrope Variable", Manrope, Arial, sans-serif;--pt-font-editorial:Georgia, "Times New Roman", serif;--pt-font-mono:ui-monospace, SFMono-Regular, Consolas, monospace;--pt-font-poster:"Roboto Condensed", "Manrope Variable", sans-serif;--pt-type-caption:.75rem;--pt-type-label:.875rem;--pt-type-body:1rem;--pt-type-lead:1.25rem;--pt-type-title:clamp(1.75rem, 3vw, 2.75rem);--pt-type-hero:clamp(3rem, 6.5vw, 6.5rem);--pt-space-1:4px;--pt-space-2:8px;--pt-space-3:12px;--pt-space-4:16px;--pt-space-5:24px;--pt-space-6:32px;--pt-space-7:48px;--pt-space-8:64px;--pt-space-9:96px;--pt-size-control:44px;--pt-size-compact:36px;--pt-size-reading:68ch;--pt-size-site:1200px;--pt-size-studio:1180px;--pt-border-thin:1px;--pt-border-strong:2px;--pt-radius-small:6px;--pt-radius-control:12px;--pt-radius-panel:20px;--pt-radius-round:999px;--pt-elevation-none:none;--pt-elevation-dialog:0 20px 70px #11111126;--pt-motion-fast:.12s;--pt-motion-base:.18s;--pt-motion-stage:.24s;--pt-motion-ease:cubic-bezier(.2, 0, 0, 1)}@media (prefers-reduced-motion:reduce){:root{--pt-motion-fast:1ms;--pt-motion-base:1ms;--pt-motion-stage:1ms}}:root[data-motion=reduce]{--pt-motion-fast:1ms;--pt-motion-base:1ms;--pt-motion-stage:1ms}
@font-face{font-family:Inter Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin-wght-normal.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin-ext-wght-normal.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-cyrillic-wght-normal.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/manrope-latin-wght-normal.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/manrope-latin-ext-wght-normal.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/manrope-cyrillic-wght-normal.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}
.pt-button{min-height:var(--pt-size-control);border-radius:var(--pt-radius-control);background:var(--pt-color-accent);color:var(--pt-color-ink);font:700 var(--pt-type-label) / 1.4 var(--pt-font-body);cursor:pointer;transition:background var(--pt-motion-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 18px;display:inline-flex}.pt-button:hover:not(:disabled){background:var(--pt-color-accent-hover)}.pt-button.secondary{background:var(--pt-color-surface);border-color:var(--pt-color-border)}.pt-button.danger{background:var(--pt-color-danger);color:#fff}.pt-button:disabled{opacity:.5;cursor:not-allowed}.pt-field{font-size:var(--pt-type-label);gap:8px;font-weight:650;display:grid}.pt-field input,.pt-field select{width:100%;min-height:var(--pt-size-control);border:1px solid var(--pt-color-border);border-radius:var(--pt-radius-small);background:var(--pt-color-surface);color:var(--pt-color-ink);font:inherit;padding:10px 12px}.pt-field small{color:var(--pt-color-muted);font-weight:400}.pt-field input[aria-invalid=true]{border-color:var(--pt-color-danger)}.pt-field .pt-error-text{color:var(--pt-color-danger)}.pt-notice{border:1px solid var(--pt-color-line);border-left:4px solid var(--pt-color-border);border-radius:var(--pt-radius-small);background:var(--pt-color-subtle);font-size:var(--pt-type-label);padding:16px}.pt-notice>div{margin-top:6px}.pt-notice-error{color:var(--pt-color-danger);background:var(--pt-color-danger-surface);border-left-color:var(--pt-color-danger)}.pt-notice-success{color:var(--pt-color-success);background:var(--pt-color-success-surface);border-left-color:var(--pt-color-success)}.pt-notice-loading{border-left-color:var(--pt-color-accent)}.pt-empty{border:1px dashed var(--pt-color-border);border-radius:var(--pt-radius-panel);padding:32px}.pt-empty img{border-radius:50%}.pt-empty h3{margin:16px 0 8px}.pt-empty p{color:var(--pt-color-muted)}.pt-progress{flex-wrap:wrap;gap:8px;padding:0;list-style:none;display:flex}.pt-progress li{border-bottom:2px solid var(--pt-color-line);font-size:var(--pt-type-label);align-items:center;gap:8px;padding:10px 14px;display:flex}.pt-progress [aria-current=step]{background:var(--pt-color-accent);border-radius:var(--pt-radius-small);border-color:#0000;font-weight:700}.pt-progress [data-complete=true]{border-color:var(--pt-color-ink)}.pt-instruction h2{font-size:var(--pt-type-title);letter-spacing:-.04em;line-height:1.15}.pt-instruction{max-width:var(--pt-size-reading)}.pt-level{font-size:var(--pt-type-label);flex-wrap:wrap;align-items:center;gap:16px;display:flex}.pt-level meter{min-width:120px;height:18px;accent-color:var(--pt-color-ink);flex:1}.pt-unavailable{color:var(--pt-color-muted)}.pt-recording-status{border:1px solid var(--pt-color-border);border-radius:var(--pt-radius-control);background:var(--pt-color-subtle);justify-content:space-between;gap:24px;padding:20px;display:flex}.pt-recording-status[data-state=recording]{background:var(--pt-color-danger-surface);color:var(--pt-color-danger);border:2px solid var(--pt-color-danger)}.pt-recording-status[data-state=paused]{background:var(--pt-color-selected)}.pt-recording-status[data-state=playing]{border-color:var(--pt-color-ink)}.pt-timer{font-family:var(--pt-font-mono);font-variant-numeric:tabular-nums}.pt-tabs [role=tablist]{border-bottom:1px solid var(--pt-color-line);flex-wrap:wrap;gap:4px;display:flex}.pt-tabs [role=tab]{border-radius:var(--pt-radius-small) var(--pt-radius-small) 0 0;color:var(--pt-color-ink);min-height:44px;font:inherit;cursor:pointer;box-shadow:none;background:0 0;border:0;padding:12px 20px}.pt-tabs [role=tab][aria-selected=true]{background:var(--pt-color-accent);font-weight:700}.pt-tabs [role=tabpanel]{padding:24px 0}.pt-tabs [role=tabpanel][hidden]{display:none}.pt-dialog{border:1px solid var(--pt-color-border);border-radius:var(--pt-radius-panel);background:var(--pt-color-canvas);width:min(520px,100% - 32px);max-height:85vh;color:var(--pt-color-ink);box-shadow:var(--pt-elevation-dialog);padding:32px;overflow:auto}.pt-dialog::backdrop{background:#1116}.pt-dialog form{margin-top:24px}.pt-tooltip-wrap{display:inline-flex;position:relative}.pt-help{color:var(--pt-color-ink);border:0;border-bottom:1px dashed var(--pt-color-border);min-height:44px;font:inherit;box-shadow:none;background:0 0;border-radius:0;padding:8px 0}.pt-tooltip{z-index:20;border-radius:var(--pt-radius-small);color:#fff;background:var(--pt-color-ink);width:min(260px,70vw);font-size:var(--pt-type-label);padding:12px;position:absolute;bottom:calc(100% + 8px);left:0}.pt-waveform{width:100%;height:100px;display:block}.pt-playback{border:1px solid var(--pt-color-line);border-radius:var(--pt-radius-control);margin:0;padding:20px}.pt-playback figcaption{margin-bottom:12px;font-weight:700}.pt-playback audio{width:100%}.pt-article-steps{counter-reset:steps;padding:0;list-style:none}.pt-article-steps li{counter-increment:steps;border-bottom:1px solid var(--pt-color-line);padding:20px 0 20px 48px;position:relative}.pt-article-steps li:before{content:counter(steps, decimal-leading-zero);font-family:var(--pt-font-mono);position:absolute;left:0}.pt-sources{border-top:1px solid var(--pt-color-line);font-size:var(--pt-type-label);padding-top:24px}.pt-gallery{max-width:1180px;color:var(--pt-color-ink);font-family:var(--pt-font-body);margin:0 auto;padding:32px 24px 80px}.pt-gallery h1{font-family:var(--pt-font-poster);letter-spacing:-.05em;font-size:clamp(2.5rem,6vw,5rem);line-height:1}.pt-gallery section{margin-block:32px}.pt-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.pt-gallery-stack{align-content:start;gap:16px;display:grid}.pt-gallery-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pt-swatches{flex-wrap:wrap;gap:12px;display:flex}.pt-swatch{border:1px solid var(--pt-color-border);border-radius:var(--pt-radius-small);min-width:120px;padding:24px 16px;font-size:.85rem}.pt-gallery :where(button,a,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--pt-color-focus);outline-offset:4px}@media (max-width:650px){.pt-gallery-grid{grid-template-columns:1fr}.pt-gallery{padding:24px 16px}}.pt-button.text-button,.pt-button.text-button:hover:not(:disabled){color:var(--pt-color-ink);box-shadow:none;background:0 0;border:0;padding-inline:2px}.pt-button.record-control.is-recording{background:var(--pt-color-danger);color:#fff;border-color:var(--pt-color-danger);animation:none}.pt-process{background:var(--pt-color-selected);border-radius:var(--pt-radius-control);margin:32px 0;padding:24px}.pt-process figcaption{font-size:var(--pt-type-caption);text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px}.pt-process ol{flex-wrap:wrap;gap:24px;margin:0;padding:0;list-style:none;display:flex}.pt-process li{flex:1;gap:8px;min-width:90px;display:grid}.pt-process li span{font-family:var(--pt-font-mono);font-size:var(--pt-type-caption)}.pt-button.secondary:hover:not(:disabled){background:var(--pt-color-subtle)}.pt-button.danger:hover:not(:disabled),.pt-button.record-control.is-recording:hover:not(:disabled){background:var(--pt-color-danger-hover);color:#fff}.pt-permission{width:fit-content;padding:var(--pt-space-2) var(--pt-space-3);border:1px solid var(--pt-color-border);border-radius:var(--pt-radius-small);background:var(--pt-color-subtle);color:var(--pt-color-ink);align-items:center;font-size:.875rem;font-weight:650;display:inline-flex}.pt-permission[data-granted=true]{background:var(--pt-color-success-surface);color:var(--pt-color-success)}
*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);scroll-behavior:smooth}body{background:radial-gradient(circle at 76% -10%, #ffdf55 0, transparent 24rem), var(--bg);min-height:100vh;color:var(--ink);text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.62}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:.08em}a:hover{text-decoration-thickness:.14em}::selection{background:var(--accent);color:var(--ink)}.shell{width:min(calc(100% - 40px), var(--max));margin-inline:auto}.site-header{z-index:10;border-bottom:1px solid color-mix(in srgb, var(--line) 70%, transparent);position:relative}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;min-height:72px;display:grid}.brand{letter-spacing:-.04em;justify-self:start;align-items:center;gap:9px;font-size:20px;font-weight:850;text-decoration:none;display:inline-flex}.brand-dot{background:var(--ink);width:14px;height:14px;box-shadow:5px -3px 0 -3px var(--accent);border-radius:50% 50% 45% 55%;transform:rotate(-16deg)}.primary-nav,.locale-nav{align-items:center;gap:20px;font-size:14px;font-weight:650;display:flex}.primary-nav a,.locale-nav a{text-decoration:none}.locale-nav{justify-self:end;gap:10px}.locale-nav a{color:var(--muted)}.locale-nav a[aria-current=page]{color:var(--ink);font-weight:850}.hero{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:center;gap:clamp(40px,8vw,110px);min-height:72vh;padding-block:clamp(72px,10vw,140px);display:grid}.hero-copy{max-width:720px}.eyebrow{letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;font-size:13px;font-weight:850;line-height:1.3}.hero h1,.article-header h1,.family-page h1{letter-spacing:-.065em;max-width:12ch;margin:0;font-size:clamp(50px,8vw,105px);font-weight:900;line-height:.93}.hero-copy>p{color:#33322e;max-width:62ch;margin:28px 0 0;font-size:clamp(19px,2vw,23px);line-height:1.5}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button{border:1px solid var(--ink);border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.button-primary{background:var(--ink);color:#fff}.button-secondary{background:0 0}.method-card{border:2px solid var(--ink);background:var(--accent);box-shadow:11px 11px 0 var(--ink);border-radius:28px;padding:clamp(28px,4vw,48px);position:relative;overflow:hidden}.method-card h2{letter-spacing:-.04em;margin:34px 0 10px;font-size:clamp(28px,4vw,42px);line-height:1}.method-card p{max-width:46ch;margin:0;line-height:1.52}.method-steps{flex-wrap:wrap;gap:8px;display:flex}.method-steps span{border:1px solid var(--ink);background:#ffffff57;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:850}.statement{border-top:1px solid var(--line);grid-template-columns:100px minmax(0,760px);gap:30px;padding-block:clamp(70px,10vw,130px);display:grid}.statement-number{font-size:13px;font-weight:850}.statement h2{letter-spacing:-.05em;margin:0;font-size:clamp(34px,5vw,64px);line-height:1}.statement p{max-width:60ch;color:var(--muted);margin:20px 0 0;font-size:20px}.family-page{min-height:70vh;padding-block:80px 120px}.family-page h1{max-width:18ch;font-size:clamp(48px,7vw,88px)}.family-grid{margin-top:58px}.empty-state{color:var(--muted);margin-top:40px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.content-card{border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb, var(--paper) 85%, transparent);padding:26px}.content-card-kicker{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.content-card :is(h2,h3){letter-spacing:-.03em;margin:12px 0 8px;font-size:24px;line-height:1.12}.content-card p{color:var(--muted);margin:0}.article{padding-block:clamp(70px,9vw,120px)}.article-header,.article-body,.review-state{width:min(100%, var(--reading));margin-inline:auto}.article-header h1{max-width:15ch;font-size:clamp(45px,7vw,80px)}.article-deck{color:#35332e;margin:24px 0 0;font-size:clamp(19px,2vw,23px);line-height:1.5}.article-body{margin-top:64px}.article-body h2{letter-spacing:-.035em;margin:2.2em 0 .65em;font-size:clamp(28px,4vw,38px);line-height:1.1}.article-body h3{margin:1.8em 0 .6em;font-size:24px;line-height:1.2}.article-body p,.article-body li{color:#25241f}.article-body blockquote{border-left:5px solid var(--accent-strong);background:#fff8c9;margin:2em 0;padding:18px 22px;font-size:1.06em}.article-body table{border-collapse:collapse;width:100%;margin:2em 0;font-size:15px}.article-body th,.article-body td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:12px}.article-body code{background:#e9e6da;border-radius:4px;padding:.12em .3em;font-size:.9em}.review-state{border-top:1px solid var(--line);color:var(--muted);margin-top:64px;padding-top:18px;font-size:13px}.related-section{margin-top:90px}.related-section>h2{letter-spacing:-.03em;margin-bottom:22px;font-size:28px}.site-footer{border-top:1px solid var(--line)}.footer-inner{min-height:110px;color:var(--muted);justify-content:space-between;align-items:center;gap:24px;font-size:13px;display:flex}.footer-inner span:first-child{color:var(--ink);font-weight:850}@media (max-width:820px){.shell{width:min(calc(100% - 28px), var(--max))}.header-inner{grid-template-columns:1fr auto}.primary-nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;padding-block:64px 90px}.hero h1{font-size:clamp(54px,16vw,82px)}.method-card{box-shadow:7px 7px 0 var(--ink)}.statement,.card-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:30px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}:root{--bg:var(--pt-color-canvas);--paper:var(--pt-color-surface);--ink:var(--pt-color-ink);--muted:var(--pt-color-muted);--line:var(--pt-color-line);--accent:var(--pt-color-accent);--accent-strong:var(--pt-color-accent-hover);--max:var(--pt-size-site);--reading:var(--pt-size-reading);--radius:var(--pt-radius-panel)}html,body{background:var(--bg)}body{font-family:var(--pt-font-body)}h1,h2,h3,.brand{font-family:var(--pt-font-display)}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--pt-color-focus);outline-offset:4px}.site-header{border:0}.header-inner{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;min-height:104px}.brand{gap:10px;font-size:36px}.brand img{border-radius:50%}.primary-nav{justify-content:center;gap:28px}.primary-nav a,.locale-nav a{align-items:center;min-height:44px;display:inline-flex}.button{border-radius:var(--pt-radius-control);min-height:52px;box-shadow:none;font-size:1rem}.button-primary{color:var(--ink);background:var(--accent);border-color:var(--accent)}.button-primary:hover{color:var(--ink);background:var(--accent-strong)}.studio-hero{grid-template-columns:1.12fr 1fr;align-items:center;gap:40px;padding-block:56px 64px;display:grid}.studio-hero h1{font-size:var(--pt-type-hero);letter-spacing:-.055em;margin:24px 0 30px;font-weight:850;line-height:1.04}.studio-hero mark{color:var(--ink);background:var(--accent);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-inline:4px}.studio-hero-art{align-self:center;margin:0}.studio-hero-art img{border-radius:50% 50% 8px;width:100%;height:auto;display:block}.hero-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px;display:flex}.studio-text-link{font-weight:700}.studio-availability{color:var(--muted);margin-top:16px;font-size:.8rem}.studio-method{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:48px;padding-block:48px;display:grid}.studio-method h2{letter-spacing:-.05em;max-width:15ch;margin:0;font-size:clamp(2.2rem,4.5vw,4rem);line-height:1.06}.studio-method p{margin-top:0;font-size:1.2rem}.studio-flow{counter-reset:flow;flex-wrap:wrap;gap:8px;padding:0;list-style:none;display:flex}.studio-flow li{counter-increment:flow;background:var(--pt-color-subtle);border-radius:var(--pt-radius-small);padding:12px 16px}.studio-flow li:before{content:counter(flow) " / ";color:var(--muted);font-family:var(--pt-font-mono)}.studio-journal{padding-block:48px 80px}.studio-journal>header{border-bottom:1px solid var(--ink);justify-content:space-between;align-items:baseline;gap:20px;display:flex}.studio-journal h2{letter-spacing:-.04em;margin:0 0 16px;font-size:clamp(2rem,3.4vw,3rem)}.studio-editorial-grid{grid-template-columns:1fr 1fr;gap:36px;margin-top:24px;display:grid}.studio-editorial-grid article+article{border-left:1px solid var(--line);padding-left:36px}.studio-editorial-grid h3{letter-spacing:-.035em;margin:14px 0;font-size:2rem;line-height:1.1}.studio-editorial-grid h3 a{text-decoration:none}.studio-editorial-grid h3 a:hover{text-decoration:underline}.article{padding-top:48px}.article-header{max-width:940px;margin-bottom:48px}.article-header h1{letter-spacing:-.055em;font-size:clamp(2.5rem,5.8vw,5.5rem);line-height:1.04}.article-deck{max-width:60ch;font-size:1.25rem}.article-body{max-width:var(--reading);font-size:1.125rem;line-height:1.75}.article-body h2{letter-spacing:-.025em;margin-top:48px;font-size:2rem;line-height:1.2}.article-body blockquote{border:0;border-left:4px solid var(--accent);background:var(--pt-color-subtle);border-radius:0 var(--pt-radius-control) var(--pt-radius-control) 0;margin-inline:0;padding:20px 24px}.article-body ol{padding-left:1.7em}.article-body ol li{border-bottom:1px solid var(--line);padding:12px 0 12px 10px}.article-body ol li::marker{font-family:var(--pt-font-mono);font-weight:700}.article-body table{border-collapse:collapse;width:100%;font-size:.95rem}.article-body th{background:var(--pt-color-selected);text-align:left}.article-body th,.article-body td{border-bottom:1px solid var(--line);vertical-align:top;padding:14px}.article-table{overflow-x:auto}@media (max-width:850px){.header-inner{grid-template-columns:1fr auto;gap:8px;padding-block:16px}.primary-nav{grid-area:2/1/auto/-1;justify-content:flex-start;gap:24px;display:flex;overflow-x:auto}.locale-nav{grid-area:1/2}.studio-hero{gap:24px}.studio-hero h1{font-size:clamp(2.8rem,7vw,4.5rem)}}@media (max-width:600px){.shell{width:calc(100% - 32px)}.brand{font-size:30px}.brand img{width:40px;height:40px}.studio-hero{grid-template-columns:1fr;padding-block:24px 40px}.studio-hero h1{font-size:clamp(2.8rem,11vw,4rem)}.studio-hero-art{max-width:400px}.studio-method,.studio-editorial-grid{grid-template-columns:1fr;gap:24px}.studio-editorial-grid article+article{border-left:0;border-top:1px solid var(--line);padding:24px 0 0}.studio-journal>header{flex-wrap:wrap;padding-bottom:12px}.primary-nav{gap:20px;font-size:.8rem}.studio-method h2{max-width:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important}}@media (max-width:600px){.primary-nav{flex-wrap:wrap;gap:4px 16px;overflow:visible}.article-header{margin-bottom:24px}}.ptichi-wordmark{flex:0 0 138px;width:138px;height:44px;display:block;position:relative;overflow:hidden}.ptichi-wordmark img{mix-blend-mode:multiply;border-radius:0;width:178px;max-width:none;height:67px;position:absolute;top:-15px;left:-20px}@font-face{font-family:Roboto Condensed;src:url(/fonts/RobotoCondensed-Variable.woff2)format("woff2");font-style:normal;font-weight:100 900;font-display:swap}.site-header .brand{gap:10px}.brand .ptichi-header-bird{object-fit:cover;border-radius:50%;width:44px;height:44px}.studio-hero{isolation:isolate;min-height:740px;padding-top:66px;padding-bottom:54px;display:block;position:relative}.studio-hero-copy{z-index:2;position:relative}.studio-hero h1{font-family:var(--pt-font-poster);letter-spacing:-.055em;max-width:none;margin:28px 0 34px;font-size:clamp(76px,9.8vw,130px);font-weight:900;line-height:.98}.hero-first-line{white-space:nowrap;display:block}.studio-hero mark{padding:0 12px 8px 4px;display:inline-block}.studio-hero .eyebrow{max-width:44ch}.studio-lead{max-width:46%;font-size:clamp(21px,2.1vw,27px);line-height:1.42}.studio-hero-art{z-index:1;background:var(--accent);border-radius:52% 0 0;width:49%;margin:0;position:absolute;top:28px;bottom:0;right:-20px;overflow:hidden}.studio-hero-art img{object-fit:cover;object-position:45% center;border-radius:0;width:100%;height:100%}.studio-hero .hero-actions{flex-direction:column;align-items:flex-start;gap:22px;max-width:46%}.studio-hero .button-primary{background:var(--ink);border-color:var(--ink);color:#fff;border-radius:10px;min-height:64px;padding:18px 28px;font-size:18px}.studio-hero .button-primary:hover{background:var(--accent);border-color:var(--ink);color:var(--ink)}.studio-text-link{text-underline-offset:5px;font-size:17px}.studio-availability{max-width:43%;font-size:12px}.studio-method{grid-template-columns:.9fr 1.1fr;align-items:center;gap:64px;padding-block:62px}.studio-method-copy h2{font-family:var(--pt-font-poster);letter-spacing:-.045em;max-width:12ch;margin-bottom:24px;font-size:clamp(52px,6vw,82px);font-weight:900;line-height:1}.studio-method-copy>p:last-child{max-width:32ch;font-size:20px;line-height:1.5}.studio-first-phrase{background:var(--accent);border-radius:4px;padding:32px}.studio-first-phrase blockquote{font-family:var(--pt-font-poster);letter-spacing:-.025em;margin:28px 0;font-size:clamp(32px,3vw,44px);font-weight:800;line-height:1.12}.studio-first-phrase details{border-block:1px solid var(--ink);padding:16px 0;font-size:16px;line-height:1.5}.studio-first-phrase summary{cursor:pointer;min-height:28px;font-weight:750}.studio-first-phrase details p{margin:16px 0;font-size:17px}.studio-first-phrase details a{font-weight:750}.studio-flow{grid-template-columns:1fr 1fr 1fr;margin:24px 0 0;display:grid}.studio-flow li{background:0 0;border-radius:0;padding:0;font-size:14px;font-weight:700}.studio-flow li:before{color:var(--ink);margin-bottom:7px;font-size:11px;display:block}.studio-journal h2{font-family:var(--pt-font-poster);font-size:clamp(44px,4.6vw,64px);font-weight:900}.studio-editorial-grid{gap:40px;margin-top:28px}.studio-editorial-grid h3{font-family:var(--pt-font-poster);letter-spacing:-.025em;max-width:18ch;font-size:clamp(34px,3.7vw,52px);font-weight:850;line-height:1.06}.studio-editorial-grid p:last-child{max-width:38ch;font-size:19px;line-height:1.5}.article-header h1{font-family:var(--pt-font-poster);letter-spacing:-.04em;max-width:18ch;font-size:clamp(56px,7.5vw,100px);font-weight:900;line-height:.98}.article-header .eyebrow{background:var(--accent);width:fit-content;color:var(--ink);padding:8px 12px}.article-header{margin-bottom:28px}.article-introduction{margin-bottom:30px}.article>.pt-process{border-radius:0;padding:24px 30px}.article-body h2{font-family:var(--pt-font-poster);font-size:38px;font-weight:850}@media (min-width:851px) and (max-width:1100px){.studio-hero{min-height:670px}.studio-hero h1{font-size:10vw}.studio-hero-art{width:48%}.studio-lead{max-width:48%;font-size:22px}.primary-nav{gap:16px;font-size:13px}}@media (max-width:850px){.studio-hero{min-height:0;padding-top:34px;padding-bottom:0}.studio-hero h1{margin:22px 0 26px;font-size:clamp(56px,11vw,90px)}.studio-lead{max-width:64%}.studio-hero-art{border-radius:60% 0 0;width:38%;top:150px;right:0}.studio-hero .hero-actions{max-width:60%;padding-bottom:0}.studio-availability{max-width:55%;padding-bottom:24px}.studio-method{gap:28px;padding-block:40px}.studio-first-phrase{padding:24px}}@media (max-width:600px){.site-header .brand{gap:6px}.brand .ptichi-header-bird{width:34px;height:34px}.studio-hero h1{letter-spacing:-.055em;font-size:clamp(53px,12.8vw,78px);line-height:1}.hero-first-line{white-space:normal;max-width:11ch}.studio-hero mark{padding-right:6px}.studio-hero-copy{pointer-events:auto}.studio-lead{max-width:100%;font-size:21px}.studio-hero .hero-actions{gap:18px;max-width:100%;margin-top:24px}.studio-hero .button-primary{width:fit-content;min-height:58px;padding:16px 22px;font-size:16px}.studio-availability{max-width:100%;padding-bottom:8px}.studio-hero-art{border-radius:44% 0 0;width:100%;height:330px;margin:28px 0 0;position:relative;top:auto;right:auto}.studio-hero-art img{object-position:center 37%}.studio-method{grid-template-columns:1fr;gap:20px}.studio-method-copy h2{max-width:12ch;font-size:56px}.studio-method-copy>p:last-child{margin-bottom:0;font-size:18px}.studio-first-phrase{padding:24px}.studio-first-phrase blockquote{font-size:36px}.studio-journal{padding-top:36px}.studio-journal>header{align-items:center}.studio-journal h2{font-size:42px}.studio-editorial-grid{grid-template-columns:1fr;gap:26px}.studio-editorial-grid article+article{border-left:0;border-top:1px solid var(--line);padding-top:26px;padding-left:0}.studio-editorial-grid h3{font-size:38px}.article{padding-top:30px}.article-header h1{font-size:58px}.article-deck{font-size:20px}.article-body{font-size:17px;line-height:1.65}.article-body h2{font-size:34px}}.studio-method .eyebrow{letter-spacing:.1em;font-size:12px;line-height:1.4}.studio-poster{text-align:center;padding-block:40px 34px}.studio-poster .eyebrow{letter-spacing:.18em;font-size:12px}.studio-poster h1{font-family:var(--pt-font-display);letter-spacing:-.06em;margin:22px auto 24px;font-size:clamp(48px,6.7vw,88px);font-weight:850;line-height:.99}.studio-poster mark{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--pt-color-accent);text-decoration-color:var(--pt-color-accent);text-underline-offset:7px;text-decoration-skip-ink:none;background:0 0;text-decoration-thickness:9px}.studio-poster>p:last-child{max-width:850px;margin-inline:auto;font-size:clamp(18px,2vw,24px)}.studio-demo{background:var(--pt-color-accent);color:var(--pt-color-ink)}.studio-demo-inner{padding-block:22px 24px}.studio-demo-top{text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:20px;font-size:11px;display:flex}.studio-demo-top>span:nth-child(2){letter-spacing:.03em;text-transform:none;margin-left:auto}.studio-demo-top time{font:16px var(--pt-font-mono);white-space:nowrap}.studio-demo-main{grid-template-columns:1fr 26%;align-items:center;gap:25px;min-height:270px;display:grid}.studio-demo-content{min-width:0}.studio-demo-content h2{font:850 clamp(25px, 3.2vw, 42px) / 1.05 var(--pt-font-display);letter-spacing:-.045em;margin:16px 0}.studio-demo-content blockquote{font:750 clamp(22px, 2.5vw, 32px) / 1.17 var(--pt-font-display);background:0 0;border:0;max-width:30ch;margin:0 0 18px;padding:0}.studio-demo-content p{max-width:65ch;font-size:15px;line-height:1.5}.studio-demo-content [role=tabpanel]{min-height:240px;padding-top:5px}.studio-demo-bird{mix-blend-mode:multiply;width:100%;height:auto}.studio-demo-sound .pt-waveform{width:100%;height:70px}.studio-demo-sound small{font-size:10px}.studio-demo-bottom{grid-template-columns:minmax(230px,.8fr) 1.8fr;align-items:center;gap:34px;display:grid}.studio-demo-action>*{background:var(--pt-color-ink);color:#fff;min-height:52px;font:700 15px var(--pt-font-body);cursor:pointer;border:0;border-radius:100px;justify-content:center;align-items:center;padding:12px 23px;text-decoration:none;display:inline-flex}.studio-demo-tabs{border-top:1px solid #18181866;display:flex}.studio-demo-tabs button{min-height:52px;color:inherit;font:500 16px var(--pt-font-body);cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;flex:1;padding:9px 12px}.studio-demo-tabs button[aria-selected=true]{border-bottom-color:currentColor;font-weight:800}.studio-demo button:focus-visible,.studio-demo a:focus-visible,.studio-demo [role=tabpanel]:focus-visible{outline-offset:4px;outline:3px solid #181818}.studio-invitation{grid-template-columns:1.25fr 1fr;gap:70px;padding-block:64px;display:grid}.studio-invitation h2{font:850 clamp(40px, 5vw, 66px) / 1.02 var(--pt-font-display);letter-spacing:-.05em;margin:0}.studio-invitation>div{border-left:1px solid var(--pt-color-border);padding-left:40px}.studio-invitation p{margin-top:0;font-size:20px}.studio-invitation small{color:var(--pt-color-muted);margin-top:20px;display:block}.studio-invitation .studio-text-link{margin-top:16px;display:block}@media (max-width:700px){.studio-poster{padding-block:30px}.studio-poster h1{font-size:clamp(38px,9.3vw,64px);line-height:1.06}.studio-poster mark{text-underline-offset:4px;text-decoration-thickness:5px}.studio-demo-top{flex-wrap:wrap;gap:8px}.studio-demo-top>span:nth-child(2){order:3;width:100%;margin:0}.studio-demo-top time{margin-left:auto}.studio-demo-main{min-height:290px;display:block;position:relative}.studio-demo-content{padding-top:8px}.studio-demo-content h2{max-width:75%;font-size:29px}.studio-demo-content blockquote{font-size:23px}.studio-demo-content p{font-size:14px}.studio-demo-bird{width:82px;position:absolute;top:0;right:-7px}.studio-demo-content [role=tabpanel]{min-height:280px}.studio-demo-bottom{flex-direction:column-reverse;align-items:stretch;gap:18px;display:flex}.studio-demo-tabs button{padding-inline:5px;font-size:14px}.studio-demo-action>*{width:100%}.studio-invitation{grid-template-columns:1fr;gap:24px;padding-block:45px}.studio-invitation>div{border:0;padding:0}}.journal-page{padding-block:48px 80px}.journal-page>header{max-width:850px;margin-bottom:50px}.journal-page h1{font:900 clamp(48px, 7vw, 96px) / 1 var(--pt-font-poster);letter-spacing:-.035em;margin:15px 0 22px}.journal-page>header>p:last-child{font-size:22px;line-height:1.5}.journal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:44px 32px;display:grid}.journal-grid .content-card{border:0;border-top:1px solid var(--pt-color-line);background:0 0;border-radius:0;padding:0 0 20px}.editorial-card-image{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;margin-bottom:24px}.journal-grid .content-card :is(h2,h3){font:850 clamp(27px, 3vw, 40px) / 1.12 var(--pt-font-display);letter-spacing:-.035em}.journal-grid .content-card p{font-size:17px;line-height:1.55}.editorial-cover{max-width:1000px;margin:30px auto 42px}.editorial-cover img{width:100%;height:auto;display:block}.editorial-cover figcaption{color:var(--pt-color-muted);margin-top:9px;font-size:11px}.article-byline{color:var(--pt-color-muted);flex-wrap:wrap;gap:16px;margin-top:25px;font-size:12px;display:flex}.article-byline a{color:inherit}.article-body h2{margin-top:2.2em}.trust-footer{grid-template-columns:1fr 1fr;gap:50px;padding-block:45px;display:grid}.trust-footer strong{font:850 38px var(--pt-font-display);letter-spacing:-.05em}.trust-footer p{max-width:32ch;margin-block:12px}.trust-footer small{max-width:40ch;color:var(--pt-color-muted);display:block}.trust-footer nav{grid-template-columns:1fr 1fr;align-content:start;gap:18px 28px;display:grid}.trust-footer nav a{min-height:30px;font-size:14px}@media (max-width:700px){.journal-grid{grid-template-columns:1fr;gap:24px}.journal-page{padding-top:30px}.journal-page>header>p:last-child{font-size:18px}.editorial-cover{margin-inline:0}.trust-footer{grid-template-columns:1fr;gap:30px}.trust-footer nav a{min-height:44px}}.skip-link{z-index:100;background:var(--pt-color-ink);color:#fff;border-radius:8px;padding:14px 20px;position:fixed;top:8px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.article-header h1{font-size:clamp(44px,5.8vw,76px);line-height:1.04}@media (max-width:700px){.article-header h1{font-size:44px}.article-header{margin-bottom:28px}}
