:root,html[data-theme=light]{color-scheme:light;--paper:#f4efe6;--sheet:#fbf8f2;--sheet-hover:#ffffff;--btn-bg:#fbf8f2;--btn-fg:#6b6458;--btn-bg-hover:#ffffff;--btn-fg-hover:#2c2a26;--ink:#2c2a26;--mute:#6b6458;--phrase:#4b5b8f;--line:rgba(47,58,72,0.12);--btn-border:rgba(47,58,72,0.16);--btn-border-hover:rgba(47,58,72,0.35);--shadow:0 12px 28px -18px rgba(47,58,72,0.5),0 1px 3px rgba(47,58,72,0.08)}html[data-theme=dark]{color-scheme:dark;--paper:#1c1a18;--sheet:#2a2622;--sheet-hover:#38322c;--btn-bg:#2a2622;--btn-fg:#a39a8c;--btn-bg-hover:#38322c;--btn-fg-hover:#ebe4d8;--ink:#ebe4d8;--mute:#a39a8c;--phrase:#9aabdd;--line:rgba(235,228,216,0.14);--btn-border:rgba(235,228,216,0.2);--btn-border-hover:rgba(235,228,216,0.5);--shadow:0 16px 32px -18px rgba(0,0,0,0.6),0 1px 3px rgba(0,0,0,0.4)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--paper);color:var(--ink)}body{font-family:Libre Franklin,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}.wall{min-height:100vh;padding:56px 28px 96px}.mast{max-width:1180px;margin:0 auto 56px}.mast-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:12px}.mast h1{font-family:Cormorant Garamond,Palatino,Georgia,serif;font-weight:500;font-size:clamp(40px,6vw,64px);letter-spacing:-.02em;margin:0;line-height:1.05}.mast-lead{margin:0 0 8px;color:var(--ink);font-size:17px;line-height:1.5}.mast-hint,.mast-lead{max-width:36em;font-weight:300}.mast-hint{margin:0;color:var(--mute);font-size:14px;line-height:1.55}.mast-studio{display:inline-block;margin-top:22px;padding:8px 16px;border:1px solid var(--line);background:var(--sheet);color:var(--ink);text-decoration:none;font-size:13px;letter-spacing:.04em}.mast-studio:focus-visible,.mast-studio:hover{outline:2px solid var(--phrase);outline-offset:3px}.theme-toggle{font-size:13px;letter-spacing:.04em;color:var(--mute);padding:6px 0}.theme-toggle:focus-visible,.theme-toggle:hover{color:var(--ink)}.grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));grid-gap:52px 32px;gap:52px 32px}.card{display:flex;flex-direction:column;gap:12px;min-width:0}.sheet{position:relative;padding:8px;background:var(--sheet);box-shadow:var(--shadow);cursor:pointer}a.sheet{display:block;text-decoration:none;color:inherit}.sheet:focus-visible{outline:2px solid var(--phrase);outline-offset:4px}.sheet .live-slot canvas,.sheet .still,.sheet canvas{display:block;width:100%!important;height:auto!important;max-width:100%;aspect-ratio:1/1;vertical-align:top}.sheet .still{background:var(--sheet)}.sheet .still.is-hidden{visibility:hidden}.sheet .live-slot{position:absolute;inset:8px;overflow:hidden}.sheet .live-slot canvas{width:100%!important;height:100%!important;object-fit:contain}.caption{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:0 2px;min-height:1.4em}.caption h2{font-family:Cormorant Garamond,Palatino,Georgia,serif;font-size:20px;font-weight:500;margin:0;letter-spacing:.01em}.caption h2 a{color:inherit;text-decoration:none}.phrase{font-size:12px;letter-spacing:.04em;color:var(--phrase);min-height:1.3em;padding:0 2px;transition:opacity .25s ease}.phrase.fade{opacity:0}.stage{position:fixed;left:-9999px;top:0;width:600px;height:600px;overflow:hidden;pointer-events:none}.studio{max-width:none;margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}.studio-head{flex:none;display:flex;justify-content:space-between;align-items:flex-end;gap:16px 24px;flex-wrap:wrap;padding:28px 28px 22px;border-bottom:1px solid var(--line)}.studio-title{min-width:0}.studio-head .study-wordmark{margin:0 0 8px}.studio-head h1{font-family:Cormorant Garamond,Palatino,Georgia,serif;font-weight:500;font-size:clamp(40px,6vw,64px);margin:0 0 8px;letter-spacing:-.02em;line-height:1.05}.studio-head p{margin:0;max-width:44em;color:var(--mute);font-size:14px;line-height:1.55;font-weight:300}.studio-tools{align-items:flex-end;gap:12px}.studio-pick,.studio-tools{display:flex;flex-direction:column}.studio-pick{gap:6px;font-size:12px;letter-spacing:.06em;color:var(--mute)}.studio-pick select{font:inherit;font-size:15px;color:var(--ink);background:var(--sheet);border:1px solid var(--line);padding:8px 12px;min-width:260px;max-width:100%}.studio-error{color:#a33;font-size:14px;margin:12px 24px 0}.studio-body{flex:1 1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 340px}.studio-stage{display:flex;flex-direction:column;min-width:0;min-height:0;padding:20px 24px 18px}.studio-stage-canvas{flex:1 1;min-height:0;display:flex;align-items:center;justify-content:center}.studio-stage-canvas .sheet{width:min(100%,calc(100vh - 420px));max-width:100%;aspect-ratio:1/1;margin:0;overflow:hidden}.studio-stage .phrase{text-align:center;margin:12px 0 0;min-height:1.3em}.studio-inspector{min-width:0;min-height:0;border-left:1px solid var(--line);padding:20px}@media (min-width:901px){.studio{height:100vh;overflow:hidden}.studio-stage-canvas .sheet .still{width:100%!important;height:100%!important;object-fit:cover}.studio-slot{display:flex;align-items:center;justify-content:center;overflow:hidden}.studio-slot canvas{display:block;margin:0 auto;max-width:100%!important;max-height:100%!important;width:100%!important;height:auto!important}.studio-inspector{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.studio-inspector::-webkit-scrollbar{width:0;height:0;display:none}}.studio-stage-canvas .sheet{aspect-ratio:1}.studio-slot canvas{width:100%!important;height:auto!important;display:block}.studio-transport{flex:none;display:flex;flex-wrap:wrap;gap:18px 32px;align-items:flex-end;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.studio-group{display:flex;flex-direction:column;gap:8px;min-width:0}.studio-group-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--mute)}.studio-group-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.studio-group-playback{flex:1 1 300px;max-width:460px}.studio-group-playback .studio-group-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.studio-group-playback .studio-group-row button{width:100%;text-align:center;white-space:nowrap}.studio-group-export{flex:0 1 auto}.studio-export-grid{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center}.studio-export-grid button{width:100%;text-align:center}.studio-quality{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--mute)}.studio-quality span{flex:none}.studio-quality select{font:inherit;font-size:13px;color:var(--ink);background:var(--sheet);border:1px solid var(--line);padding:6px 8px}.studio-export-grid .studio-quality select{flex:none;width:216px;max-width:100%}.studio-scrub{width:100%;margin-top:4px}.studio-scrub input[type=range]{flex:1 1;min-width:100px}.studio-progress{flex:1 1 100%;height:6px;background:var(--line);overflow:hidden}.studio-progress-bar{height:100%;background:var(--phrase);transition:width .2s linear}.studio-library{margin-bottom:20px;border:1px solid var(--line);padding:12px 16px}.studio-library summary{cursor:pointer;font-size:15px}.studio-library[open] summary{margin-bottom:16px}.studio-library input[type=search]{width:100%;box-sizing:border-box;padding:10px;font:inherit;color:var(--ink);background:var(--sheet);border:1px solid var(--line)}.studio-library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));grid-gap:10px;gap:10px;max-height:320px;overflow-y:auto;padding:4px}.studio-library-grid button{display:flex;flex-direction:column;gap:8px;text-align:left;padding:8px;border:1px solid var(--line)}.studio-library-grid img{width:100%;height:auto;aspect-ratio:1;object-fit:cover}.studio-library-grid span{font-size:12px;line-height:1.4}.studio button:not(.theme-toggle){color:var(--ink);background:var(--sheet);cursor:pointer}.studio button:not(.theme-toggle):hover:not(:disabled),.studio-library-grid button[aria-pressed=true]{background:var(--sheet-hover);border-color:var(--ink)}.studio button:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.studio button:disabled{opacity:.5;cursor:not-allowed}.studio-transport button{border:1px solid var(--line);padding:8px 16px;background:var(--sheet)}.studio-transport label{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--mute)}.studio-transport select{font:inherit;font-size:13px;color:var(--ink);background:var(--sheet);border:1px solid var(--line);padding:6px 8px}.studio-transport input[type=range]{width:120px}.studio-inspector h2{font-family:Cormorant Garamond,Palatino,Georgia,serif;font-size:22px;font-weight:500;margin:24px 0 12px}.studio-inspector h2:first-of-type{margin-top:0}.dial{display:grid;grid-gap:4px;gap:4px;margin-bottom:10px;font-size:13px;color:var(--mute)}.dial span{display:flex;justify-content:space-between}.dial b{color:var(--ink);font-weight:400}.dial input[type=range]{width:100%}.dial input[type=number],.dial input[type=text],.swatch input:last-child{font:inherit;background:var(--sheet);border:1px solid var(--line);padding:6px 8px;color:var(--ink)}.swatches h3{font-size:12px;letter-spacing:.06em;color:var(--mute);margin:14px 0 6px;font-weight:400}.swatch{display:flex;gap:8px;align-items:center;margin-bottom:6px}.swatch input[type=color]{width:40px;height:28px;border:1px solid var(--line);background:var(--sheet);padding:0}.swatch input:last-child{flex:1 1;font-size:13px}.studio-ok{color:var(--phrase);font-size:13px}.studio-errors{color:#a33;font-size:13px;padding-left:18px}.studio-actions{display:flex;gap:10px;margin-top:16px}.studio-actions button{border:1px solid var(--line);background:var(--sheet);padding:8px 14px}.studio-actions button:disabled{opacity:.5}@media (max-width:900px){.studio{height:auto;overflow:visible}.studio-body{display:flex;flex-direction:column}.studio-stage{padding:20px 20px 8px}.studio-stage-canvas .sheet{width:100%;max-width:560px;margin:0 auto}.studio-inspector{border-left:0;border-top:1px solid var(--line);margin-top:12px;padding:20px}}.hanging{color:var(--mute);font-size:14px;letter-spacing:.06em;font-weight:300}.wall-foot{max-width:1180px;margin:72px auto 0;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:12px 24px}.wall-foot p{margin:0;color:var(--mute);font-size:13px;letter-spacing:.04em}.wall-foot a{color:inherit;text-decoration:none;border-bottom:1px solid var(--line)}.wall-foot a:focus-visible,.wall-foot a:hover{color:var(--ink)}.site-bar{align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:36px}.site-bar .study-wordmark{margin:0}.study-wordmark{display:inline-block;font-family:Cormorant Garamond,Palatino,Georgia,serif;font-size:22px;font-weight:500;letter-spacing:-.02em;color:var(--ink);text-decoration:none;margin:0 0 36px}.study{min-height:100vh;padding:28px 20px 64px}.study-inner{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.study-inner .study-wordmark{align-self:flex-start}.study-frame{display:flex;flex-direction:column;align-items:center;gap:0;width:min(92vw,720px)}.study .sheet{cursor:default;padding:12px;width:100%;margin-bottom:28px}.study .live-slot{inset:12px}.study-title{font-family:Cormorant Garamond,Palatino,Georgia,serif;font-size:30px;font-weight:500;margin:0;line-height:1.2;text-align:center}.study .phrase{text-align:center;margin:4px 0 0;min-height:1.3em}.study-take{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:12px}.study-copy{font-size:13px;letter-spacing:.04em;color:var(--ink);background:var(--sheet);border:1px solid var(--btn-border,var(--line));padding:8px 16px;transition:background-color .12s ease,border-color .12s ease}.study-copy:hover,html[data-theme=dark] .study-copy:hover{color:var(--ink);background:var(--sheet-hover);border-color:var(--btn-border-hover)}.study-copy:active{color:var(--ink);background:var(--sheet);border-color:var(--btn-border-hover)}.study-copy:focus-visible{background:var(--sheet-hover);outline:2px solid var(--phrase);outline-offset:3px}.study-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:28px;padding-top:16px;border-top:1px solid var(--line)}.study-nav a{display:inline-flex;align-items:center;gap:8px;max-width:40%;padding:8px 14px;border:1px solid var(--btn-border,var(--line));background:var(--sheet);color:var(--ink);text-decoration:none;font-size:13px;letter-spacing:.03em;transition:background-color .12s ease,border-color .12s ease}.study-nav a:hover,html[data-theme=dark] .study-nav a:hover{color:var(--ink);background:var(--sheet-hover);border-color:var(--btn-border-hover)}.study-nav a:focus-visible{background:var(--sheet-hover);outline:2px solid var(--phrase);outline-offset:3px}.study-nav .study-nav-prev{margin-right:auto;text-align:left}.study-nav .study-nav-next{margin-left:auto;text-align:right}.study-nav .study-nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.study-nav .study-nav-all{flex:none;max-width:none;border-color:transparent;background:transparent;color:var(--mute);font-size:12px;padding:8px 6px}.study-nav .study-nav-all:hover{text-decoration:underline;text-underline-offset:3px}.study-nav .study-nav-all:hover,html[data-theme=dark] .study-nav .study-nav-all:hover{background:transparent;border-color:transparent;color:var(--ink)}.study-take p{margin:0;font-size:12px;letter-spacing:.04em;color:var(--mute)}.license{min-height:100vh;padding:28px 20px 96px}.license-inner{max-width:40em;margin:0 auto}.license-inner .site-bar{margin-bottom:16px}.license h1{font-family:Cormorant Garamond,Palatino,Georgia,serif;font-weight:500;font-size:clamp(40px,6vw,64px);letter-spacing:-.02em;margin:0 0 16px;line-height:1.05}.license p{margin:0 0 1em;color:var(--mute);font-size:15px;line-height:1.55;font-weight:300}.license h2{font-family:Cormorant Garamond,Palatino,Georgia,serif;font-weight:500;font-size:24px;letter-spacing:-.01em;margin:1.4em 0 8px;line-height:1.1}.license ul{margin:0 0 1em;padding-left:1.2em;color:var(--mute);font-size:15px;line-height:1.55;font-weight:300}.license li{margin:0 0 4px}html{-webkit-text-size-adjust:100%}a,button,summary{touch-action:manipulation}button,summary{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mast-studio:active,.study-nav a:active,button:active:not(:disabled){opacity:.75}.theme-toggle{min-width:44px;min-height:44px;flex-shrink:0}.mast-studio,.study-copy,.study-nav a,.study-wordmark{display:inline-flex;align-items:center;min-height:44px}.study-nav a{min-width:44px}.study-frame{width:min(100%,720px)}.study-take p{text-align:center;line-height:1.5}.license,.study,.wall{min-height:100svh}.dial,.studio-body>*,.studio-head>*,.studio-tools,.swatch{min-width:0}.studio-errors,.studio-head p{overflow-wrap:anywhere}.studio-pick{max-width:100%}.studio-pick select{min-width:0;width:100%}.studio button,.studio input,.studio select,.studio-library summary{min-height:44px}.dial input[type=number],.dial input[type=text],.studio input,.studio select,.studio textarea,.studio-library input[type=search]{font-size:16px}.studio-library summary{align-content:center}.studio-library-grid{overscroll-behavior-y:contain}.studio input[type=range]{margin:0;accent-color:var(--phrase)}.studio input[type=color]{width:44px;height:44px;flex:0 0 44px}.dial input,.swatch input:last-child{min-width:0;max-width:100%}.swatch input:last-child{font-size:16px}.studio-actions{flex-wrap:wrap}@media (max-width:640px){.license,.studio,.study,.wall{padding:max(24px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(64px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}.mast{margin-bottom:32px}.mast-row{align-items:center}.mast-lead{font-size:16px}.grid{gap:28px 18px}.card{gap:8px}.card .phrase:empty{display:none}.caption h2 a{display:inline-flex;align-items:center;min-height:44px}.wall-foot{margin-top:48px}.wall-foot a{display:inline-flex;align-items:center;min-height:44px}.site-bar,.study .sheet{margin-bottom:24px}.study .sheet{padding:8px}.study .live-slot{inset:8px}.study-title{font-size:28px;text-wrap:balance}.study-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:24px}.study-nav a{max-width:none;width:100%;margin:0;padding:10px}.study-nav .study-nav-prev{grid-column:1;grid-row:1}.study-nav .study-nav-next{grid-column:2;grid-row:1;justify-content:flex-end}.study-nav .study-nav-all{grid-column:1/-1;grid-row:2;justify-content:center}.study-nav .study-nav-label{white-space:normal;overflow-wrap:anywhere;line-height:1.4}.studio-head{position:relative;gap:16px;padding:20px 18px 16px}.studio-head .study-wordmark{padding-right:64px}.studio-tools{width:100%;align-items:stretch}.studio-tools .theme-toggle{position:absolute;top:14px;right:18px}.studio-pick{width:100%}.studio-library{padding:12px;margin-bottom:20px}.studio-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-transport{flex-direction:column;gap:20px}.studio-group-playback{flex:none;max-width:none;width:100%}.studio-group-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.studio-group-row button{padding:10px 4px;font-size:clamp(11px,3.4vw,14px)}.studio-group-export{width:100%}.studio-export-grid{grid-template-columns:minmax(0,1fr)}.studio-export-grid .studio-quality{width:100%}.studio-export-grid .studio-quality select{flex:1 1;width:100%;min-width:0}.studio-export-grid button{width:100%}.studio-transport input{flex:1 1;min-width:0}.studio-actions button{flex:1 1 140px}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.card .sheet{transition:transform .15s cubic-bezier(.23,1,.32,1)}.card .sheet:hover:not(:focus-visible){transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){.phrase,.study-copy,.study-nav a{transition:none}}