@import url("assets/fonts.css");
/* Vector artwork prevents iOS from substituting emoji glyphs for decorative icons. */
.graphic-icon{display:inline-block;width:1em;height:1em;vertical-align:middle;flex-shrink:0}
.hero-star{line-height:1}
/* Launch waitlist: a quiet invitation in the same editorial language. */
body.waitlist-open{overflow:hidden}
button.header-campaign{background:transparent;padding:0;text-align:start}
.hero-secondary{display:flex;align-items:center;gap:19px;width:fit-content;font-size:10px;color:#d7d9c9;margin-top:15px;border-bottom:1px solid #d7d9c944;padding-bottom:3px;animation-delay:.5s}
.hero-secondary:hover{color:#fff5e8;border-color:#dfbd9e}
.waitlist-closing{position:relative;z-index:1}
#waitlist-dialog{padding:0;border:1px solid #d0c4ae;background:#f2eee5;color:#171913;width:min(820px,calc(100vw - 40px));max-height:calc(100svh - 40px);overflow:auto;box-shadow:0 35px 120px #0008}
#waitlist-dialog[open]{display:grid;grid-template-columns:.7fr 1.3fr;animation:enter .3s ease both}
#waitlist-dialog::backdrop{background:#090f09c9;backdrop-filter:blur(6px)}
.waitlist-close{position:absolute;inset-block-start:12px;inset-inline-end:12px;width:44px;height:44px;display:grid;place-items:center;background:transparent;color:#675f50;font-size:29px;z-index:2}
.waitlist-close:hover{color:#be5b36}
.waitlist-art{position:relative;min-height:100%;overflow:hidden;background:#161f1b}
.waitlist-art>img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;object-position:45% center}
.waitlist-art>span{position:relative;display:block;text-align:center;color:#e7d3b6;font-family:var(--serif);font-size:27px;line-height:1.15;letter-spacing:.12em;padding:44px 15px}
.waitlist-content{padding:48px 42px 32px;min-width:0}
.waitlist-content .eyebrow{color:#a75436;font-size:8px;margin-bottom:14px}
.waitlist-content h2{font-size:49px;line-height:1.03;letter-spacing:-.035em}
.waitlist-intro>p:last-child{font-size:12px;color:#66685b;line-height:1.8;margin-top:17px}
.waitlist-fields{display:grid;gap:7px;margin-top:24px}
.waitlist-fields label{font-size:10px;font-weight:500}
.waitlist-fields input{font:inherit;font-size:14px;width:100%;min-width:0;height:44px;border:1px solid #bcb7a9;background:#faf7f0;color:#171913;border-radius:0;padding:9px 12px;margin-bottom:7px}
.waitlist-fields input:focus{outline:2px solid #be5b36;outline-offset:2px}
.waitlist-honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.waitlist-consent{display:flex;align-items:start;gap:10px;font-size:10px;line-height:1.65;margin-top:13px;cursor:pointer}
.waitlist-consent input{accent-color:#a64d2c;width:16px;height:16px;flex-shrink:0;margin:0;margin-top:2px}
.waitlist-privacy{font-size:10px;margin:13px 0 20px;color:#626454}
.waitlist-privacy summary{cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.waitlist-privacy p{font-size:10px;line-height:1.8;margin-top:11px}
.waitlist-contact{color:#964529;text-decoration:underline;overflow-wrap:anywhere}
.waitlist-submit{width:100%}
.waitlist-submit:disabled{opacity:.55;cursor:wait;transform:none}
.waitlist-note{font-size:9px;line-height:1.7;text-align:center;color:#66685b;margin-top:12px}
#waitlist-status{font-size:11px;color:#9c4229;margin-top:12px;line-height:1.7}
.waitlist-success{padding:54px 0;text-align:center;outline:none}
.waitlist-success img{margin:0 auto 26px;width:150px}
.waitlist-success h3{font-size:43px;line-height:1.1;margin-bottom:20px}
.waitlist-success p{font-size:13px;line-height:1.8;color:#66685b}
@media(max-width:600px){#waitlist-dialog{width:calc(100vw - 28px);max-height:calc(100svh - 28px)}#waitlist-dialog[open]{display:block}.waitlist-art{display:none}.waitlist-content{padding:46px 24px 26px}.waitlist-content h2{font-size:44px}.waitlist-intro>p:last-child{font-size:12px}.waitlist-close{inset-block-start:5px;inset-inline-end:5px}.waitlist-fields input{font-size:16px}.waitlist-success{padding:40px 0}.hero-secondary{font-size:9px;margin-top:12px}}
:root{--ink:#171913;--paper:#f2eee5;--paper-deep:#e8e1d4;--muted:#66685b;--light-muted:#b8b9aa;--accent:#be5b36;--accent-light:#e0a07a;--line:#d6d2c7;--dark-line:#42443b;--serif:'Cormorant',Georgia,serif;--sans:'DM Sans',sans-serif;--gutter:clamp(24px,5.4vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:auto;scroll-padding-top:90px}html.scroll-interactive{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}::selection{background:var(--accent);color:white}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button{border:0}img{max-width:100%;display:block}p,h1,h2,h3{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.03}h2{font-size:clamp(44px,4.9vw,76px);letter-spacing:-.035em}h3{font-size:34px;letter-spacing:-.025em}em{font-weight:400}p{max-width:65ch}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent-light);outline-offset:5px}button:focus-visible,a:focus-visible,summary:focus-visible{border-radius:2px}.skip-link{position:fixed;top:10px;left:10px;padding:12px 22px;background:var(--paper);color:var(--ink);z-index:100;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}[hidden]{display:none!important}.eyebrow,.small-label{font-family:var(--sans);font-size:10px;letter-spacing:.16em;font-weight:600;line-height:1.6}.eyebrow{margin-bottom:25px}.accent{color:var(--accent)}.section-wrap{padding:100px var(--gutter);max-width:1600px;margin:0 auto}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:48px;margin-bottom:60px}.section-heading>p{font-size:14px;line-height:1.9;max-width:360px;padding-bottom:5px;color:var(--muted)}
.site-header{position:absolute;inset:0 0 auto;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:25px var(--gutter);color:var(--paper);border-bottom:1px solid #f2eee520}.wordmark{display:flex;align-items:center;gap:11px;font-size:11px;font-weight:600;letter-spacing:.11em;line-height:1.3}.wordmark img{flex-shrink:0}.desktop-nav{display:flex;gap:29px;font-size:12px;color:#d3d3c5}.desktop-nav a{position:relative;padding:8px 0}.desktop-nav a:after{content:'';position:absolute;bottom:1px;left:0;right:100%;height:1px;background:var(--accent-light);transition:right .25s}.desktop-nav a:hover:after{right:0}.header-tools{display:flex;align-items:center;gap:25px}.language-switch{display:flex;gap:5px;align-items:center;font-size:10px;letter-spacing:.04em}.language-switch button{padding:8px 5px;min-height:40px;background:transparent;opacity:.5}.language-switch button[aria-pressed=true]{opacity:1}.language-switch>span{opacity:.35}.header-campaign{display:flex;align-items:center;gap:10px;font-size:11px}.header-campaign>span:last-child{font-size:17px;padding-left:8px}.status-dot{width:6px;height:6px;display:inline-block;border-radius:50%;background:var(--accent-light);flex-shrink:0}.menu-toggle{display:none;background:transparent;width:44px;height:44px;padding:11px}.menu-toggle span{display:block;width:22px;height:1px;background:var(--paper);margin:6px 0;transition:transform .25s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.hero{position:relative;min-height:740px;height:100svh;max-height:1100px;color:var(--paper);background:#14160f;isolation:isolate;overflow:hidden}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3;animation:hero-image 1.8s ease-out both}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0e130cec 0%,#11160dcc 23%,#11160d66 43%,transparent 70%),linear-gradient(0deg,#10140cbf,transparent 20%)}.hero-content{padding:clamp(135px,17vh,190px) var(--gutter) 100px;width:100%;}.hero-content .eyebrow{font-size:10px;color:#dedecf;margin-bottom:24px;letter-spacing:.19em}.hero h1{position:relative;display:inline-block;font-size:clamp(90px,9vw,143px);line-height:.85;letter-spacing:-.045em}.hero h1 em{color:#dfbd9e}.hero-star{position:absolute;font-family:Georgia,serif;font-size:44px;top:13%;right:-62px;color:var(--accent-light);font-weight:400;animation:star-turn 30s linear infinite}.hero-promise{font-size:22px;line-height:1.42;margin-top:31px;font-weight:400;letter-spacing:-.02em}.hero-description{max-width:340px;color:#cccfc1;font-size:13px;line-height:1.8;margin-top:13px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:44px;min-height:52px;padding:13px 23px;background:var(--accent);color:#fff5e8;font-size:12px;font-weight:500;transition:background .25s,transform .25s}.button>span:last-child{font-size:21px;line-height:1;transition:transform .25s}.button:hover{background:#a94c2b;transform:translateY(-2px)}.button:hover>span:last-child{transform:translate(2px,-2px)}.hero .button{margin-top:27px}.hero-footer{position:absolute;bottom:27px;left:var(--gutter);right:var(--gutter);display:flex;justify-content:space-between;align-items:center;gap:25px}.hero-footer>a{display:flex;align-items:center;gap:14px;font-size:9px;font-weight:500;letter-spacing:.13em}.scroll-line{height:27px;width:1px;background:#dddbc7;position:relative;display:block}.scroll-line:after{position:absolute;content:'';height:5px;width:5px;border-right:1px solid #dddbc7;border-bottom:1px solid #dddbc7;bottom:0;left:-2px;transform:rotate(45deg)}.hero-footer>span{color:#c4bbaa;font-size:9px}.hero-enter{animation:enter 1s ease both}.hero h1{animation-delay:.1s}.hero-promise{animation-delay:.2s}.hero-description{animation-delay:.3s}.hero .button{animation-delay:.4s}
.intro{padding-top:100px;padding-bottom:50px}.intro>.eyebrow{color:var(--accent)}.intro-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:start}.intro-grid h2{font-size:clamp(50px,5.6vw,82px)}.intro-grid>div{padding-top:8px;max-width:430px}.intro-grid .lead{font-family:var(--serif);font-size:31px;line-height:1.2;margin-bottom:18px}.intro-grid p:not(.lead){font-size:14px;color:var(--muted);line-height:1.95}.text-link{display:inline-flex;gap:26px;border-bottom:1px solid var(--ink);padding:8px 0;margin-top:20px;font-size:11px;font-weight:600}.text-link span:last-child{font-size:16px;transition:transform .2s}.text-link:hover span:last-child{transform:translate(2px,-2px)}.format-line{display:flex;gap:26px;align-items:center;margin-top:72px;color:var(--muted);font-size:9px;letter-spacing:.16em}.format-rule{height:1px;background:var(--line);flex:1}
.possibilities{padding-top:56px;padding-bottom:105px}.case-workspace{display:grid;grid-template-columns:.95fr 1.2fr;gap:clamp(50px,8vw,130px)}.case-tabs{border-top:1px solid var(--line)}.case-tabs button{display:flex;align-items:center;text-align:left;gap:22px;width:100%;padding:23px 0;border-bottom:1px solid var(--line);background:transparent;font-size:14px;transition:color .2s,padding .2s}.case-tabs button>span:first-child{font-size:10px;color:#727466}.case-tabs .tab-arrow{margin-left:auto;font-size:20px;opacity:0;transform:translateX(-8px);transition:opacity .2s,transform .2s}.case-tabs button[aria-selected=true]{color:var(--accent);padding-left:12px}.case-tabs button[aria-selected=true] .tab-arrow,.case-tabs button:hover .tab-arrow{opacity:1;transform:translateX(0)}.case-footnote{font-size:11px;color:var(--muted);max-width:290px;line-height:1.8;margin-top:24px}.case-panel{position:relative;padding:34px 0 33px;align-self:start;min-height:485px}.case-panel>.eyebrow{margin-bottom:16px;font-size:9px}.case-panel h3{font-size:clamp(34px,3.2vw,48px);line-height:1.1;max-width:500px}.case-panel>p:not(.eyebrow,.case-number){font-size:14px;color:var(--muted);margin-top:22px;max-width:480px}.case-io{display:grid;grid-template-columns:1fr;gap:6px;margin-top:28px;padding-left:20px;border-left:1px solid var(--accent)}.case-io .small-label{font-size:8px;color:var(--muted);margin-bottom:4px}.case-io p:not(.small-label){font-size:12px;max-width:450px;line-height:1.8}.io-arrow{color:var(--accent);padding:0;font-size:17px;line-height:1.3}.case-number{font-size:10px;color:var(--muted);letter-spacing:.1em;position:absolute;right:0;bottom:0}.case-number span{color:var(--accent)}.case-panel.changing{animation:panel-change .3s ease both}
.craft{display:grid;grid-template-columns:1fr 1fr;min-height:720px;background:var(--paper-deep)}.craft-art{position:relative;min-height:720px;overflow:hidden;background:var(--ink)}.craft-art>img{height:100%;width:100%;object-fit:cover;object-position:center 57%;position:absolute}.craft-art:after{content:'';position:absolute;inset:0;background:linear-gradient(#0d100b4d,transparent 45%,#11140b88)}.cover-title{position:relative;z-index:1;text-align:center;color:var(--paper);padding:49px 20px 0}.cover-title>span{font-size:8px;letter-spacing:.25em}.cover-title strong{font-family:var(--serif);font-size:clamp(48px,5.6vw,83px);line-height:.97;font-weight:400;letter-spacing:-.025em;display:block;margin-top:19px}.cover-title em{font-size:1.1em}.art-caption{position:absolute;z-index:1;bottom:22px;left:20px;right:20px;text-align:center;font-size:9px;color:#d2c3ad}.craft-copy{padding:80px clamp(30px,6.2vw,100px);align-self:center}.craft-copy .eyebrow{font-size:9px;color:var(--accent)}.craft-copy h2{font-size:clamp(43px,4.1vw,65px)}.craft-intro{margin-top:22px;color:var(--muted);font-size:14px}.craft-features{margin:32px 0 0}.craft-features>div{border-top:1px solid #c9c2b5;padding:20px 0}.craft-features dt{font-size:13px;font-weight:600;margin-bottom:7px}.craft-features dd{font-size:12px;color:var(--muted);margin:0;line-height:1.8}
.process{padding-top:108px;padding-bottom:110px}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;list-style:none;padding:0;margin:0}.process-steps li{border-top:1px solid var(--line);padding-top:24px;display:flex;align-items:start;flex-direction:column}.step-number{font-family:var(--serif);font-size:48px;color:var(--accent);line-height:1;margin-bottom:36px;font-style:italic}.process-steps h3{font-size:29px;margin-bottom:16px}.process-steps p{font-size:12px;color:var(--muted);line-height:1.9;margin-bottom:25px}.step-detail{font-size:8px;letter-spacing:.1em;margin-top:auto;font-weight:600}
.systems{background:var(--ink);color:var(--paper)}.systems .section-wrap{padding-top:102px;padding-bottom:100px}.systems .section-heading>p{color:var(--light-muted)}.systems .eyebrow{color:var(--accent-light)}.systems .section-heading{margin-bottom:48px}.system-list{border-top:1px solid var(--dark-line)}.system-list>a,.system-row{display:flex;gap:33px;align-items:center;padding:25px 0;border-bottom:1px solid var(--dark-line);min-height:103px}.system-list>a{transition:padding .25s,background .25s}.system-list>a:hover{padding-left:16px;padding-right:16px;background:#f2eee506}.system-index{color:var(--light-muted);font-size:10px}.system-list strong{font-family:var(--serif);font-weight:400;font-size:32px;line-height:1.2}.system-list div>span:not(.system-index,.license){color:var(--light-muted);font-size:11px;margin-left:25px}.system-list>a>div,.system-row>div{display:flex;align-items:baseline;flex:1;min-width:0}.license{font-size:9px;color:var(--light-muted);letter-spacing:.06em;white-space:nowrap}.system-list>a>span:last-child,.system-row>span:last-child{color:var(--accent-light);font-size:23px}.systems-note{font-size:10px;color:var(--light-muted);margin-top:21px;max-width:none}.byos-block{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:110px;align-items:center}.byos-heading h3{font-size:clamp(44px,4.6vw,68px);line-height:1.04;margin-top:24px}.byos-heading>p{font-size:13px;color:var(--light-muted);max-width:450px;line-height:1.95;margin-top:23px}.byos-heading .byos-tail{color:var(--accent-light);font-family:var(--serif);font-size:22px;line-height:1.3;font-style:italic}.byos-flow{display:flex;align-items:center;justify-content:center;gap:20px;position:relative;padding:20px 0}.rulebook{width:190px;flex-shrink:0;min-height:265px;border:1px solid #89745a;background:#23271d;padding:24px 16px 21px 25px;box-shadow:inset 7px 0 #151911,inset 9px 0 #a787583d,8px 9px 0 -4px #d0c2aa,9px 10px 0 -4px #434939;transform:rotate(-6deg);text-align:center;color:#dfc6a5;transition:transform .5s}.byos-flow:hover .rulebook{transform:rotate(-2deg) translateY(-4px)}.rulebook .small-label{font-size:7px;letter-spacing:.15em}.rulebook svg{width:100px;height:100px;margin:21px auto 14px;display:block}.rulebook strong{font-family:var(--serif);font-size:26px;line-height:1;display:block;font-weight:400}.rulebook>span:last-child{font-size:8px;margin-top:8px;display:block}.rules-adapt{padding-left:23px;position:relative}.flow-line{position:absolute;height:1px;width:39px;background:#89745a;left:-29px;top:50%}.rules-adapt .small-label{color:var(--accent-light);font-size:8px}.rules-adapt ul{padding:0;list-style:none;margin:15px 0 20px}.rules-adapt li{font-size:10px;padding:8px 0;border-bottom:1px solid var(--dark-line);color:#cfcebf}.development-label{font-size:8px;letter-spacing:.13em;color:var(--light-muted)}
.faq{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;padding-top:105px;padding-bottom:115px}.faq-heading .eyebrow{color:var(--accent)}.faq-list{border-top:1px solid var(--line)}.faq details{border-bottom:1px solid var(--line)}.faq summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;cursor:pointer;font-size:13px;line-height:1.5;padding:23px 0}.faq summary::-webkit-details-marker{display:none}.faq summary>span:last-child{font-size:22px;font-weight:400;line-height:1;color:var(--accent);transition:transform .25s}.faq details[open] summary>span:last-child{transform:rotate(45deg)}.faq details[open] summary{color:var(--accent)}.faq details>p{font-size:12px;color:var(--muted);padding:0 28px 24px 0;line-height:1.9;animation:enter .3s ease both}.closing{position:relative;text-align:center;background:#e7decd;padding:82px var(--gutter) 77px;overflow:hidden;border-top:1px solid #d4cab8}.closing>.eyebrow{color:var(--accent);position:relative}.closing h2{position:relative;font-size:clamp(53px,6vw,90px);line-height:1.02}.closing>p:not(.eyebrow){position:relative;color:var(--muted);margin:24px auto 26px;font-size:13px;line-height:1.9}.closing-orbit{position:absolute;font-family:Georgia,serif;font-size:440px;line-height:1;color:#7565480c;right:-70px;top:15px;transform:rotate(10deg);pointer-events:none}.campaign-status{display:inline-flex;align-items:center;gap:12px;border:1px solid #b8b19f;min-height:51px;padding:10px 22px;font-size:9px;font-weight:600;letter-spacing:.1em}.campaign-status .status-dot{background:var(--accent)}.closing-note{display:block;font-family:var(--serif);font-style:italic;font-size:20px;margin-top:20px;color:var(--muted)}.site-footer{background:var(--ink);color:var(--paper);display:flex;align-items:center;justify-content:space-between;gap:25px;padding:32px var(--gutter)}.site-footer .wordmark{font-size:9px}.site-footer>p{font-size:9px;color:var(--light-muted)}.back-top{display:flex;gap:15px;align-items:center;font-size:10px}.back-top>span:last-child{font-size:19px;color:var(--accent-light)}
.reveal{opacity:1}.motion-ready .reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.motion-ready .reveal.visible{opacity:1;transform:translateY(0)}
@keyframes enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-image{from{transform:scale(1.025);opacity:.6}to{transform:scale(1);opacity:1}}@keyframes star-turn{to{transform:rotate(360deg)}}@keyframes panel-change{from{opacity:.3;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero-content{padding-left:max(var(--gutter),calc((100vw - 1424px)/2))}.hero-shade{background:linear-gradient(90deg,#0e130cea 0%,#11160dd9 23%,#11160d44 50%,transparent 75%),linear-gradient(0deg,#10140cbf,transparent 20%)}}
@media(max-height:780px) and (min-width:901px){.hero{min-height:660px}.hero-content{padding-top:125px}.hero h1{font-size:106px}.hero-promise{margin-top:24px;font-size:19px}.hero-description{font-size:12px;max-width:330px}.hero .button{margin-top:22px}.hero-content .eyebrow{margin-bottom:20px}}
@media(max-width:1100px){.desktop-nav{gap:17px}.header-tools{gap:12px}.header-campaign{font-size:10px}.section-wrap{padding-top:80px;padding-bottom:80px}.intro-grid{gap:50px}.case-workspace{gap:45px}.craft-art{min-height:680px}.craft-copy{padding:55px 38px}.craft-copy h2{font-size:48px}.process-steps{gap:24px}.byos-block{gap:35px}.byos-flow{gap:13px}.rulebook{width:155px;min-height:244px;padding-left:21px}.rules-adapt{padding-left:13px}.rules-adapt li{font-size:9px}.flow-line{width:24px;left:-15px}.faq{gap:50px}.system-list strong{font-size:29px}.system-list div>span:not(.system-index,.license){margin-left:18px}}
@media(max-width:900px){.desktop-nav{display:none}.header-campaign{font-size:11px}.menu-toggle{display:block}.header-tools{gap:17px}.site-header{padding-top:18px;padding-bottom:18px}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:var(--ink);padding:26px var(--gutter) 36px;border-bottom:1px solid var(--dark-line);display:flex;flex-direction:column;gap:7px;box-shadow:0 100vh 0 100vh #10120fd9}.mobile-nav a{padding:11px 0;font-family:var(--serif);font-size:28px}.hero{min-height:740px;max-height:960px}.hero-image{object-position:60% center}.hero-shade{background:linear-gradient(90deg,#0e130cf2,#11160dc7 37%,#11160d38 80%),linear-gradient(0deg,#10140cd4,transparent 20%)}.hero h1{font-size:111px}.hero-content{padding-top:155px}.section-heading{gap:28px;align-items:start}.section-heading>p{max-width:255px;font-size:12px;padding-top:41px}.case-workspace{grid-template-columns:.85fr 1.15fr;gap:35px}.case-tabs button{font-size:12px;gap:13px;padding-top:22px;padding-bottom:22px}.case-panel{min-height:470px;padding-top:22px}.case-panel h3{font-size:35px}.case-panel>p:not(.eyebrow,.case-number){font-size:12px}.case-io p:not(.small-label){font-size:11px}.craft-copy{padding:42px 28px}.craft-copy h2{font-size:40px}.craft-art{min-height:680px}.craft-features dt{font-size:12px}.craft-features dd{font-size:11px}.craft-intro{font-size:12px}.cover-title strong{font-size:54px}.process-steps{grid-template-columns:repeat(2,1fr);gap:36px 50px}.step-number{margin-bottom:20px}.process-steps h3{font-size:32px}.byos-block{grid-template-columns:1fr;gap:35px;padding-top:75px}.byos-heading>p{max-width:590px}.byos-flow{justify-content:start;gap:50px;padding:20px 20px 10px}.rulebook{width:195px;min-height:270px}.rules-adapt{padding-left:30px}.rules-adapt li{font-size:12px}.flow-line{width:66px;left:-47px}.system-list>a,.system-row{gap:21px}.system-list>a>div,.system-row>div{display:flex;align-items:start;flex-direction:column;gap:3px}.system-list div>span:not(.system-index,.license){margin-left:0}.system-list strong{font-size:30px}.faq{grid-template-columns:.7fr 1.3fr;gap:35px}.faq h2{font-size:50px}.site-footer{flex-wrap:wrap}.site-footer .back-top{margin-left:auto}}
@media(max-width:600px){html{scroll-padding-top:25px}.site-header{gap:14px;padding:14px var(--gutter)}.wordmark{font-size:9px;gap:8px}.wordmark img{width:31px;height:31px}.header-campaign{display:none}.header-tools{gap:13px}.language-switch{font-size:10px}.hero{height:100svh;min-height:730px;max-height:950px}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#11160de0,#11160d88 72%,#11160d44),linear-gradient(0deg,#10140deb,transparent 38%)}.hero-content{padding-top:137px;padding-bottom:95px}.hero-content .eyebrow{font-size:8px;letter-spacing:.13em;margin-bottom:28px;max-width:290px}.hero h1{font-size:clamp(79px,18.8vw,110px);line-height:.89}.hero-star{font-size:29px;right:-33px;top:12%}.hero-promise{font-size:22px;margin-top:32px}.hero-description{font-size:12px;max-width:285px;margin-top:14px;color:#dedfce}.hero .button{margin-top:27px}.button{min-height:53px;font-size:11px;gap:33px;padding-left:19px;padding-right:19px}.hero-footer{bottom:26px;align-items:start;flex-direction:column;gap:17px}.hero-footer>a{font-size:8px}.hero-footer>span{font-size:8px;margin-left:15px}.scroll-line{height:20px}.section-wrap{padding:68px var(--gutter)}.eyebrow{font-size:8px;margin-bottom:22px;letter-spacing:.13em}h2{font-size:48px}.intro-grid{grid-template-columns:1fr;gap:30px}.intro-grid h2{font-size:57px}.intro-grid>div{padding-top:0}.intro-grid .lead{font-size:29px;margin-bottom:15px}.intro-grid p:not(.lead){font-size:13px}.format-line{margin-top:43px;gap:14px;font-size:7px;letter-spacing:.04em}.format-line>span:last-child{max-width:140px;text-align:right}.intro{padding-bottom:35px}.possibilities{padding-top:35px}.section-heading{display:block;margin-bottom:35px}.section-heading>p{padding-top:20px;max-width:100%;font-size:12px}.case-workspace{display:flex;flex-direction:column;gap:23px}.case-tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#b6afa0 transparent;border-top:0;border-bottom:1px solid var(--line);padding-bottom:7px}.case-tabs button{white-space:nowrap;width:auto;flex-shrink:0;font-size:11px;border-bottom:0;padding:14px 21px 14px 0;margin-right:13px;gap:8px;position:relative}.case-tabs button[aria-selected=true]{padding-left:0}.case-tabs button[aria-selected=true]:after{content:'';position:absolute;bottom:1px;height:2px;background:var(--accent);left:0;right:20px}.case-tabs .tab-arrow{display:none}.case-tabs button>span:first-child{font-size:8px}.case-footnote{display:none}.case-panel{padding:15px 0 32px;min-height:430px}.case-panel h3{font-size:36px}.case-panel>p:not(.eyebrow,.case-number){font-size:13px;line-height:1.85}.case-io{margin-top:22px}.case-io p:not(.small-label){font-size:12px}.case-number{font-size:8px}.craft{grid-template-columns:1fr}.craft-art{min-height:600px;height:142vw;max-height:760px}.craft-art>img{object-position:center 55%}.cover-title{padding-top:42px}.cover-title strong{font-size:65px}.craft-copy{padding:61px var(--gutter) 43px}.craft-copy h2{font-size:49px}.craft-intro{font-size:13px}.craft-features dt{font-size:13px}.craft-features dd{font-size:12px}.craft-features>div{padding:22px 0}.process-steps{gap:32px 22px}.step-number{font-size:38px;margin-bottom:20px}.process-steps h3{font-size:27px;line-height:1.05;margin-bottom:13px}.process-steps p{font-size:11px}.step-detail{font-size:7px;letter-spacing:.04em}.systems .section-wrap{padding-top:70px;padding-bottom:74px}.systems .section-heading{margin-bottom:32px}.system-list>a,.system-row{gap:15px;padding-top:24px;padding-bottom:24px;flex-wrap:wrap;position:relative;padding-right:25px}.system-list strong{font-size:30px}.system-list div>span:not(.system-index,.license){font-size:10px}.system-list .license{font-size:8px;margin-left:28px;flex-basis:100%;margin-top:-10px}.system-list>a>span:last-child,.system-row>span:last-child{position:absolute;right:0;top:29px;font-size:20px}.systems-note{font-size:9px;line-height:1.85}.byos-block{padding-top:64px;gap:40px}.byos-heading h3{font-size:49px}.byos-heading>p{font-size:12px}.byos-heading .byos-tail{font-size:23px}.byos-flow{padding:0 0 5px 7px;gap:28px;align-items:center}.rulebook{width:145px;min-height:232px;padding:20px 12px 21px 18px}.rulebook svg{width:76px;height:76px;margin:20px auto 15px}.rulebook strong{font-size:23px}.rulebook .small-label{font-size:6px}.rulebook>span:last-child{font-size:7px}.rules-adapt{padding-left:2px;min-width:0}.rules-adapt .small-label{font-size:6px}.rules-adapt li{font-size:9px;line-height:1.6;padding:8px 0}.rules-adapt ul{margin:8px 0 15px}.flow-line{width:25px;left:-26px}.development-label{font-size:6px;letter-spacing:.06em}.faq{grid-template-columns:1fr;gap:32px}.faq h2{font-size:54px}.faq summary{font-size:12px;padding:21px 0}.faq details>p{font-size:12px}.closing{padding:67px var(--gutter) 60px}.closing h2{font-size:54px}.closing>p:not(.eyebrow){font-size:12px}.closing>p br{display:none}.closing .eyebrow{font-size:8px}.campaign-status{font-size:8px;min-height:49px}.closing-note{font-size:20px}.site-footer{padding:30px var(--gutter);gap:22px;flex-direction:column;align-items:start}.site-footer .back-top{margin-left:0}.site-footer .wordmark{font-size:9px}.site-footer>p{font-size:8px}.closing-orbit{font-size:340px;right:-125px;top:60px}}
@media(max-width:360px){.hero h1{font-size:72px}.hero-star{right:-25px;font-size:23px}.hero-promise{font-size:21px}.hero-description{font-size:11px}.byos-flow{gap:19px}.rulebook{width:132px}.rules-adapt li{font-size:8px}.byos-heading h3{font-size:43px}.hero-content .eyebrow{font-size:7px}.hero .button{font-size:10px}.process-steps{gap:28px 18px}}
@media(prefers-reduced-motion:reduce){html,html.scroll-interactive{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}}
.system-list .brp-description{display:inline-block;vertical-align:middle;max-width:470px}.brp-description small{display:block;font-size:11px;line-height:1.7;margin-top:5px}
@media(max-width:600px){.brp-description small{font-size:10px;max-width:260px}}
/* Same book, a different world: a quiet crossfade behind the unchanged hero copy. */
.hero-image-alt{animation:none;opacity:0;transition:opacity 1.4s ease-in-out;pointer-events:none}
.hero-cosmic .hero-image-alt{opacity:1}
.hero-art-controls{display:flex;align-items:center;gap:14px;color:#c4bbaa;font-size:9px}
.hero-rotation{display:grid;place-items:center;flex-shrink:0;width:44px;height:44px;background:#17191340;border:1px solid #f2eee53b;border-radius:50%;color:var(--paper);font-size:15px;transition:background .2s,border-color .2s}
.hero-rotation:hover{background:#171913a8;border-color:#dfbd9e}
@media(max-width:600px){.hero-art-controls{font-size:8px;margin-left:15px;width:calc(100% - 15px);justify-content:space-between;gap:12px}.hero-footer{gap:9px}}
/* Multilingual navigation and script-aware typography. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.language-picker{display:flex;align-items:center;gap:7px;flex-shrink:0}.language-picker svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.2}.language-picker select{font:inherit;font-size:10px;background:transparent;color:var(--paper);border:0;max-width:108px;min-height:44px;cursor:pointer;padding:6px 3px}.language-picker option{background:var(--ink);color:var(--paper)}.language-picker select:focus-visible{outline:2px solid var(--accent-light);outline-offset:3px}
:lang(zh),:lang(ja),:lang(ko){--serif:'Cormorant','Songti SC','Hiragino Mincho ProN','Yu Mincho','Noto Serif CJK SC','AppleMyungjo',serif;--sans:'DM Sans','PingFang SC','Hiragino Kaku Gothic ProN','Malgun Gothic',sans-serif}
:lang(ar){--serif:'Cormorant','Geeza Pro','Noto Naskh Arabic',serif;--sans:'DM Sans','Geeza Pro','Noto Sans Arabic',sans-serif}
:lang(hi){--serif:'Cormorant','Kohinoor Devanagari','Noto Serif Devanagari',serif;--sans:'DM Sans','Kohinoor Devanagari','Noto Sans Devanagari',sans-serif}
html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) h2,html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) h3{line-height:1.3;letter-spacing:-.015em;font-size:clamp(32px,3.8vw,60px)}
html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .case-panel h3{font-size:clamp(26px,2.7vw,39px)}
html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .process-steps h3{font-size:25px}
html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .hero-promise{line-height:1.55}html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .eyebrow{letter-spacing:.06em}
html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) em:not(h1 em){font-style:normal;color:var(--accent)}html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .systems em{color:var(--accent-light)}
html[dir=rtl] .wordmark,html[dir=rtl] .hero h1,html[dir=rtl] .cover-title,html[dir=rtl] .case-number{direction:ltr}html[dir=rtl] .hero-content{width:min(100%,690px);text-align:right}html[dir=rtl] .hero-description{margin-right:auto}html[dir=rtl] .hero-content .eyebrow{margin-right:auto}html[dir=rtl] .hero-footer{direction:rtl}html[dir=rtl] .case-tabs button{text-align:right}html[dir=rtl] .case-tabs .tab-arrow{margin-left:0;margin-right:auto}html[dir=rtl] .case-io{border-left:0;border-right:1px solid var(--accent);padding-left:0;padding-right:20px}html[dir=rtl] .system-list div>span:not(.system-index,.license){margin-left:0;margin-right:25px}html[dir=rtl] .flow-line{left:auto;right:-29px}html[dir=rtl] .craft-features dd{line-height:2}html[dir=rtl] .faq details>p{padding-right:0;padding-left:28px}
@media(max-width:1100px){.header-tools{gap:14px}.desktop-nav{gap:18px;font-size:11px}.header-campaign{max-width:180px;font-size:10px}.language-picker select{max-width:92px}}
@media(max-width:900px){html[dir=rtl] .system-list div>span:not(.system-index,.license){margin-right:0}html[dir=rtl] .flow-line{right:-47px}}
@media(max-width:600px){.language-picker{gap:4px}.language-picker select{max-width:94px;font-size:10px}html[dir=rtl] .hero-content{padding-left:24px;padding-right:24px;text-align:left}html[dir=rtl] .hero-promise,html[dir=rtl] .hero-description,html[dir=rtl] .hero-content .eyebrow{text-align:right;margin-right:0;max-width:290px}html[dir=rtl] .case-tabs button{padding-right:0;padding-left:21px;margin-left:13px;margin-right:0}html[dir=rtl] .system-list .license{margin-left:0;margin-right:28px}html[dir=rtl] .flow-line{right:-26px}html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) h2{font-size:37px}html:lang(de) .hero-content .eyebrow{max-width:300px}html:lang(ru) .hero-content .eyebrow{max-width:295px}}
/* A manuscript becomes an edition: one visual story before the introduction. */
.showcase{background:#1b1e17;color:var(--paper);overflow:hidden;border-top:1px solid #f2eee512}
.showcase .section-wrap{padding-top:58px;padding-bottom:34px;max-width:1440px}
.showcase-flow{display:grid;grid-template-columns:1fr 190px 1.45fr;align-items:center;gap:25px;margin-bottom:27px}
.showcase-flow-label{display:flex;flex-direction:column;gap:7px;font-family:var(--serif);font-size:38px;line-height:1.1}
.showcase-flow-label .small-label{font-size:8px;color:var(--light-muted);letter-spacing:.2em}
.showcase-flow-label:last-child{padding-inline-start:26px}
.showcase-bridge{display:flex;flex-direction:column;gap:12px;text-align:center;color:var(--accent-light);font-size:11px}
.showcase-bridge svg{width:100%;height:16px;stroke:currentColor;stroke-width:1}
.showcase-stage{display:grid;grid-template-columns:1fr 1.45fr;gap:80px;align-items:center;min-height:345px}
.showcase-input,.showcase-output{min-width:0}
.showcase-input{padding:15px 12px 0 4px}
.source-sheet{height:282px;max-width:370px;margin:0 auto;background:#efede5;color:#30322c;box-shadow:0 15px 35px #0003;transform:rotate(-3deg);border-radius:5px;overflow:hidden;position:relative;transition:transform .4s}
.source-toolbar{height:35px;display:flex;justify-content:space-between;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid #d7d7cd;font-size:8px;color:#66685b;background:#e5e5dd}
.source-dots{font-size:6px;letter-spacing:2px;color:#979b8e;white-space:nowrap}
.source-file{font-size:8px}
.source-content{padding:21px 27px;position:relative;height:calc(100% - 35px);overflow:hidden}
.source-prompt{display:flex;align-items:start;gap:10px;background:#e0e1d7;border-radius:3px;padding:10px 13px;margin-bottom:17px;font-size:10px;line-height:1.5}
.source-avatar{color:#70816c;font-size:15px;line-height:1}
.source-heading{font-family:var(--serif);font-weight:600;font-size:22px;line-height:1.15;margin:0 0 10px}
.source-excerpt{font-size:10px;line-height:1.85;color:#646759}
.source-chapter{display:none;font-size:8px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:12px}
.source-notes{display:none;font-size:9px;line-height:1.7;color:#67695d;margin-top:10px}
.source-cursor{font-size:12px;color:#8e947b;margin-top:3px}
.manuscript-lines{margin-top:12px;display:grid;gap:6px}
.manuscript-lines i{height:2px;background:#c9ccbe;width:100%}.manuscript-lines i:nth-child(2){width:94%}.manuscript-lines i:nth-child(3){width:97%}.manuscript-lines i:nth-child(4){width:82%}.manuscript-lines i:nth-child(5){width:47%}
.source-map{display:none;width:100%;height:74px;stroke:#656657;stroke-width:1.2;margin-top:14px}
.showcase-input-title,.showcase-output-title{font-family:var(--serif);font-size:28px;line-height:1.15;margin-top:25px;min-height:2.3em;text-align:center;text-wrap:balance}
.showcase-input-title{color:#bfc2b1;font-size:24px;padding-top:4px}
.showcase-output-title{color:var(--paper)}
.edition-mockup{height:300px;position:relative;margin-inline-start:-18px;perspective:1200px;direction:ltr}
.edition-spread{position:absolute;display:grid;grid-template-columns:1fr 1fr;width:87%;height:254px;top:21px;right:0;transform:rotate(4deg);box-shadow:3px 4px 0 #c4baa4,5px 6px 0 #7c7866,12px 22px 35px #0005}
.edition-page{position:relative;overflow:hidden;padding:14px 16px 21px;background:#eee5d4;color:#39372c}
.edition-page-left{background:linear-gradient(90deg,#eee5d4 85%,#ded3bd 100%);border-inline-end:1px solid #c5baa2}
.edition-page-right{background:linear-gradient(90deg,#d2c7b0,#eee5d4 9%)}
.edition-running{font-size:5px;letter-spacing:.14em;display:block;line-height:1.4;border-bottom:1px solid #b9ac95;padding-bottom:5px;margin-bottom:8px;text-transform:uppercase}
.edition-page-left img{height:80px;width:100%;object-fit:cover;object-position:center 52%}
.edition-chapter{display:block;font-size:5px;letter-spacing:.12em;text-transform:uppercase;margin-top:9px;color:#986846}
.edition-page .edition-title{display:block;font-family:var(--serif);font-size:21px;line-height:.95;font-weight:500;margin:4px 0 6px}
.edition-excerpt,.edition-description{font-size:6px;line-height:1.65;max-width:none}
.edition-page-number{position:absolute;bottom:8px;font-size:5px;left:50%;color:#85765f}
.edition-section{display:block;font-family:var(--serif);font-size:18px;font-weight:500;line-height:1;margin:11px 0 8px}
.edition-rule{border-top:1px solid #b2a085;margin:9px 0}
.edition-page-right img{height:67px;width:100%;object-fit:cover;object-position:center 68%;filter:sepia(.3)}
.edition-texture{margin-top:9px;height:30px;background:repeating-linear-gradient(transparent 0 3px,#a79d8566 3px 4px,transparent 4px 7px);columns:2}
.edition-cover{position:absolute;top:0;left:0;width:38%;height:284px;transform:rotate(-7deg);background:#272a20;box-shadow:3px 3px 0 #dccfb4,5px 5px 0 #777364,8px 14px 28px #0007;overflow:hidden;border-inline-start:6px solid #514d37}
.edition-cover>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:65% center}
.edition-cover:after{content:'';position:absolute;inset:0;box-shadow:inset 3px 0 5px #0007;background:linear-gradient(#0a110ade,transparent 67%,#0a110ac9)}
.edition-cover-text{position:relative;z-index:1;text-align:center;padding:20px 13px;color:#f1e5cc}
.edition-cover-text>span:first-child{display:block;font-size:5px;letter-spacing:.18em}
.edition-cover-text strong{font-family:var(--serif);font-weight:500;display:block;font-size:31px;line-height:.94;margin:15px 0 10px}
.edition-cover-mark{font-size:18px;color:#dba16c}
.edition-cover-footer{position:absolute;bottom:15px;left:10px;right:10px;text-align:center;color:#e0d4b9;z-index:1;font-size:5px;letter-spacing:.13em}
.showcase-under{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:4px 0 22px}
.showcase-under>p{font-size:11px;letter-spacing:.045em;color:#d7baa1}
.showcase-playback{display:flex;align-items:center;gap:5px;direction:ltr}
.showcase-count{font-size:9px;letter-spacing:.12em;color:#c1c4b3;margin-right:18px;font-variant-numeric:tabular-nums}
.showcase-playback button{display:grid;place-items:center;width:40px;height:40px;background:transparent;border:1px solid #646955;color:var(--paper);border-radius:50%;font-size:16px;transition:background .2s}
.showcase-playback button:hover{background:#464b39}
.showcase-options{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:17px}
.showcase-options button{position:relative;display:flex;align-items:baseline;gap:9px;min-height:60px;padding:17px 0 10px;background:none;border-top:1px solid #555a47;color:#babdaa;text-align:start;font-size:10px;line-height:1.6}
.showcase-options button>span:first-child{font-size:8px;color:#adb49c;flex-shrink:0}
.showcase-options button:before,.showcase-options button:after{content:'';position:absolute;inset:-1px 0 auto;height:2px;transform:scaleX(0);transform-origin:left;background:#db9c78}
.showcase-options button[aria-pressed=true]{color:#ffe9d9}
.showcase-options button[aria-pressed=true]:before{transform:scaleX(1);opacity:.3}
.showcase-options button[aria-pressed=true]:after{transform:scaleX(1)}
.showcase.is-playing .showcase-options button[aria-pressed=true]:after{animation:var(--slide-progress)}
.showcase-note{font-size:9px;color:#a3aa94;max-width:none;margin-top:12px}
.showcase-changing .source-sheet{animation:showcase-source .65s ease both}.showcase-changing .edition-mockup{animation:showcase-edition .75s ease both}.showcase-changing .showcase-input-title,.showcase-changing .showcase-output-title{animation:enter .5s ease both}
[data-example=archive] .source-sheet{background:#d4cebd;border-radius:0;transform:rotate(-4deg);filter:sepia(.3)}
[data-example=archive] .source-content{padding-top:13px}[data-example=archive] .source-excerpt{font-family:monospace;font-size:8px;line-height:1.65}
[data-example=archive] .source-prompt,[data-example=archive] .manuscript-lines,[data-example=archive] .source-cursor{display:none}
[data-example=archive] .source-map{display:block}[data-example=archive] .source-chapter{display:block;margin-bottom:8px}
[data-example=novel] .source-sheet{max-width:265px;height:282px;border-radius:0;background:#e6e0d3;border-inline-start:7px solid #d2c8b4;transform:rotate(-5deg)}
[data-example=novel] .source-toolbar,[data-example=novel] .source-prompt,[data-example=novel] .source-cursor{display:none}
[data-example=novel] .source-content{height:100%;padding:28px 25px}[data-example=novel] .source-chapter{display:block}
[data-example=novel] .source-excerpt{font-family:var(--serif);font-size:15px;line-height:1.5}[data-example=novel] .source-heading{font-size:26px}
[data-example=manuscript] .source-prompt,[data-example=manuscript] .source-cursor{display:none}
[data-example=manuscript] .source-chapter{display:block}[data-example=manuscript] .source-notes{display:block;border-inline-start:2px solid #bb755c;padding-inline-start:9px}
[data-example=world] .source-sheet{background:repeating-linear-gradient(#e9e4d7 0 23px,#cacbb94d 23px 24px);transform:rotate(-3deg);border-radius:0;border-inline-start:8px solid #484f3c}
[data-example=world] .source-prompt,[data-example=world] .source-cursor,[data-example=world] .manuscript-lines{display:none}
[data-example=world] .source-heading{font-style:italic}[data-example=world] .source-map,[data-example=world] .source-notes{display:block}
[data-example=world] .source-map{height:55px;margin-top:8px}[data-example=world] .source-excerpt{font-family:var(--serif);font-size:13px;line-height:1.5}
[data-example=translation] .source-prompt,[data-example=translation] .source-cursor{display:none}
[data-example=translation] .source-excerpt{font-size:15px;line-height:1.9}[data-example=translation] .source-chapter{display:block}
[data-example=world] .edition-page-left img{height:112px}[data-example=world] .edition-page .edition-title{font-size:17px}
html[dir=rtl] .showcase-bridge svg{transform:scaleX(-1)}html[dir=rtl] .showcase-playback{flex-direction:row-reverse}
html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .showcase-flow-label{font-size:29px;line-height:1.4}
html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .showcase-input-title,html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .showcase-output-title{font-size:24px;line-height:1.5}
@keyframes showcase-source{from{opacity:0;translate:-18px 0}to{opacity:1;translate:0 0}}
@keyframes showcase-edition{from{opacity:0;translate:22px 9px}to{opacity:1;translate:0 0}}
@keyframes showcase-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@media(max-width:1100px){.showcase-stage{gap:40px}.showcase-flow{grid-template-columns:1fr 130px 1.25fr}.showcase-flow-label{font-size:33px}.edition-cover-text strong{font-size:28px}.edition-page{padding-inline:12px}.showcase-options{gap:11px}.showcase-options button{font-size:9px;gap:6px}}
@media(max-width:800px){.showcase .section-wrap{padding-top:45px}.showcase-flow{grid-template-columns:1fr 110px 1fr;gap:12px}.showcase-flow-label{font-size:28px}.showcase-stage{grid-template-columns:1fr 1.2fr;gap:24px}.source-sheet{height:244px}.source-content{padding:16px}.source-heading{font-size:21px}.source-excerpt{font-size:9px}.source-prompt{font-size:9px;margin-bottom:13px;padding:8px}.edition-mockup{height:260px;margin-inline-start:0}.edition-cover{height:240px;width:43%}.edition-cover-text{padding:17px 8px}.edition-cover-text strong{font-size:25px}.edition-spread{height:222px;width:91%}.edition-page{padding:10px 9px}.edition-page-left img{height:69px}.edition-page .edition-title{font-size:17px}.edition-page-right img{height:48px}.edition-section{font-size:16px}.edition-description,.edition-excerpt{font-size:5px}.showcase-input-title,.showcase-output-title{font-size:23px}.showcase-options{grid-template-columns:repeat(3,1fr);gap:4px 20px}.showcase-options button{min-height:48px;font-size:10px;padding-top:12px}[data-example=novel] .source-sheet{height:244px}[data-example=novel] .source-content{padding:20px}[data-example=novel] .source-excerpt{font-size:13px}}
@media(max-width:600px){.showcase .section-wrap{padding:34px var(--gutter) 26px}.showcase-flow{grid-template-columns:1fr 84px 1fr;gap:8px;margin-bottom:20px}.showcase-flow-label{font-size:21px;gap:6px}.showcase-flow-label .small-label{font-size:6px;letter-spacing:.12em}.showcase-flow-label:last-child{padding-inline-start:0;text-align:end}.showcase-bridge{font-size:9px;gap:7px;line-height:1.4}.showcase-bridge svg{height:12px}.showcase-stage{grid-template-columns:.9fr 1.1fr;gap:14px;min-height:0;align-items:start}.showcase-input{padding:12px 0 0}.source-sheet{height:191px;border-radius:2px;transform:rotate(-4deg)}.source-toolbar{height:25px;padding:0 6px;font-size:5px;gap:4px}.source-dots{font-size:3px;letter-spacing:1px}.source-toolbar>span:last-child{display:none}.source-file{font-size:5px}.source-content{padding:10px;height:calc(100% - 25px)}.source-prompt{padding:6px;font-size:6px;gap:4px;margin-bottom:9px}.source-avatar{font-size:9px}.source-heading{font-size:16px;margin-bottom:7px}.source-excerpt{font-size:7px;line-height:1.7}.source-chapter{font-size:6px;margin-bottom:7px}.manuscript-lines{gap:4px;margin-top:8px}.manuscript-lines i{height:1px}.source-cursor{font-size:8px}.source-notes{font-size:6px;margin-top:7px}.showcase-input-title,.showcase-output-title{font-size:19px;min-height:3.45em;margin-top:20px;line-height:1.15}.showcase-input-title{padding-top:0}.edition-mockup{height:204px;margin-inline-start:0}.edition-cover{height:182px;top:5px;width:71%;left:2%;border-inline-start-width:4px;transform:rotate(-6deg)}.edition-cover-text{padding:17px 8px}.edition-cover-text strong{font-size:24px;line-height:.96;margin-top:12px}.edition-cover-text>span:first-child{font-size:4px}.edition-cover-mark{font-size:14px}.edition-cover-footer{font-size:3px;bottom:12px}.edition-spread{top:25px;width:100%;height:163px;right:-5px;transform:rotate(7deg)}.edition-page{padding:7px 6px 13px}.edition-running{font-size:3px;margin-bottom:5px;padding-bottom:4px}.edition-page-left img{height:45px}.edition-page .edition-title{font-size:13px}.edition-section{font-size:11px;margin:7px 0 5px}.edition-description,.edition-excerpt{font-size:3.5px}.edition-chapter{font-size:3px;margin-top:5px}.edition-page-right img{height:37px}.edition-rule{margin:5px 0}.edition-texture{height:20px;margin-top:5px;background-size:100% 5px}.edition-page-number{font-size:3px;bottom:5px}.showcase-under{align-items:center;gap:10px;margin:7px 0 20px}.showcase-under>p{font-size:9px;letter-spacing:0;max-width:170px;text-wrap:balance}.showcase-playback{gap:4px}.showcase-playback button{width:34px;height:38px;font-size:14px;border:0}.showcase-count{font-size:7px;margin-right:3px;white-space:nowrap}.showcase-options{gap:2px 12px}.showcase-options button{font-size:8px;gap:6px;min-height:59px;line-height:1.6}.showcase-options button>span:first-child{font-size:6px}.showcase-note{font-size:8px;line-height:1.7;margin-top:12px}[data-example=archive] .source-content{padding-top:9px}[data-example=archive] .source-excerpt{font-size:6px}[data-example=archive] .source-map{height:43px;margin-top:8px}[data-example=novel] .source-sheet{height:191px;border-inline-start-width:4px}[data-example=novel] .source-content{padding:17px 12px}[data-example=novel] .source-excerpt{font-size:11px;line-height:1.5}[data-example=novel] .source-heading{font-size:18px}[data-example=world] .source-excerpt{font-size:10px}[data-example=world] .source-map{height:33px;margin-top:6px}[data-example=world] .source-notes{display:none}[data-example=translation] .source-excerpt{font-size:10px}[data-example=world] .edition-page-left img{height:55px}html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .showcase-flow-label{font-size:18px;line-height:1.4}html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .showcase-input-title,html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .showcase-output-title{font-size:17px;line-height:1.5}}
/* Engraved publishing seal and the same adventure adapted to another system. */
.showcase-bridge img{width:100%;height:64px;object-fit:contain}
.source-adaptation-art{display:none}
[data-example=adaptation] .source-sheet{height:282px;max-width:200px;background:#25271d;border-radius:0;border-inline-start:5px solid #544833;transform:rotate(-5deg);box-shadow:3px 3px 0 #d5c9ad,5px 5px 0 #77715f,8px 14px 28px #0006}
[data-example=adaptation] .source-toolbar,[data-example=adaptation] .source-prompt,[data-example=adaptation] .source-excerpt,[data-example=adaptation] .source-notes,[data-example=adaptation] .source-cursor,[data-example=adaptation] .manuscript-lines{display:none}
[data-example=adaptation] .source-content{height:100%;padding:23px 15px;text-align:center;color:#f1e5cc;background:linear-gradient(#0a110acc,transparent 75%)}
[data-example=adaptation] .source-adaptation-art{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}
[data-example=adaptation] .source-chapter{display:block;color:#dfbd9e;font-size:9px;letter-spacing:.2em;margin-bottom:14px}
[data-example=adaptation] .source-heading{font-size:31px;line-height:.97;font-weight:500}
[data-example=adaptation] .edition-cover>img{object-position:center 54%}
[data-example=adaptation] .edition-cover-footer{font-size:8px;letter-spacing:.16em}
@media(max-width:800px){[data-example=adaptation] .source-sheet{height:244px;max-width:180px}}
@media(max-width:600px){.showcase-bridge img{height:38px;width:110%;max-width:110%;margin-inline-start:-5%}.showcase-bridge{gap:3px}[data-example=adaptation] .source-sheet{height:191px;max-width:135px}[data-example=adaptation] .source-content{padding:18px 9px}[data-example=adaptation] .source-chapter{font-size:7px;margin-bottom:12px}[data-example=adaptation] .source-heading{font-size:24px}[data-example=adaptation] .edition-cover-footer{font-size:5px;letter-spacing:.08em}.showcase-options button:last-child{grid-column:auto / span 3;min-height:43px;justify-content:center}}
/* Narration and soundtrack accompany the illustrated publication. */
.audio-section{background:var(--paper-deep)}.audio-section .section-wrap{padding-top:83px;padding-bottom:73px}.audio-section .section-heading{margin-bottom:35px}.audio-wave{color:var(--accent);opacity:.7;margin:28px 0 40px}.audio-wave svg{display:block;width:100%;height:62px;fill:none;stroke:currentColor;stroke-width:1.2}.audio-features{display:grid;grid-template-columns:repeat(3,1fr);gap:52px}.audio-features .small-label{color:var(--accent);font-size:9px}.audio-features h3{font-size:32px;line-height:1.1;margin:14px 0}.audio-features p{font-size:12px;line-height:1.9;color:var(--muted)}.audio-delivery{max-width:780px;font-size:11px;color:var(--muted);border-top:1px solid #c9c2b5;padding-top:23px;margin-top:37px}html:is(:lang(zh),:lang(ja),:lang(ko),:lang(ar),:lang(hi)) .audio-features h3{font-size:26px;line-height:1.4}
@media(max-width:900px){.audio-features{gap:28px}.audio-features h3{font-size:28px}.audio-section .section-heading>p{padding-top:36px}}
@media(max-width:600px){.audio-section .section-wrap{padding-top:64px;padding-bottom:58px}.audio-section .section-heading>p{padding-top:20px}.audio-wave{margin:10px 0 26px}.audio-wave svg{height:42px}.audio-features{grid-template-columns:1fr;gap:26px}.audio-features h3{font-size:30px;margin-top:8px;margin-bottom:11px}.audio-features p{font-size:12px}.audio-delivery{font-size:10px;margin-top:28px;padding-top:20px}}

/* Crawlable language links remain part of the public navigation. */
.site-footer{flex-wrap:wrap}.site-footer .publisher-contact{flex-basis:100%;font-size:10px;color:var(--light-muted)}.publisher-contact a{text-decoration:underline;text-underline-offset:3px}.language-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 20px;padding:20px var(--gutter);background:var(--ink);color:var(--light-muted);font-size:11px;border-top:1px solid #ffffff15}.language-links a[aria-current=page],.language-links a:hover{color:var(--accent-light)}

/* Future VTT editions: an editorial index, with platform-specific scope. */
.vtt-section{background:var(--paper)}
.vtt-section .section-heading{margin-bottom:42px}
.vtt-section .section-heading>p{max-width:340px}
.vtt-platforms{border-top:1px solid var(--line)}
.vtt-platforms>div{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:27px 0;border-bottom:1px solid var(--line)}
.vtt-platforms dt{display:flex;gap:24px;align-items:baseline;min-width:0}
.vtt-platforms .small-label{font-size:9px;color:var(--accent)}
.vtt-platforms .vtt-name{font-family:var(--serif);font-weight:400;font-size:35px;line-height:1.15}
.vtt-platforms dd{margin:0;max-width:490px}
.vtt-platforms dd strong{font-size:12px;font-weight:500}
.vtt-platforms dd p{font-size:12px;line-height:1.85;color:var(--muted);margin-top:8px}
.vtt-footer{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:28px}
.vtt-footer p{font-size:11px;line-height:1.85;color:var(--muted);max-width:490px}
.vtt-footer .vtt-note{font-size:10px}
@media(max-width:900px){.vtt-platforms>div,.vtt-footer{gap:28px}.vtt-platforms .vtt-name{font-size:30px}}
@media(max-width:600px){.vtt-section .section-heading>p{max-width:none}.vtt-platforms>div{grid-template-columns:1fr;gap:16px;padding:25px 0}.vtt-platforms dt{gap:16px}.vtt-platforms .vtt-name{font-size:32px}.vtt-footer{grid-template-columns:1fr;gap:12px;margin-top:23px}.vtt-section .section-heading{margin-bottom:28px}}
