@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Noto+Sans+SC:wght@300;400;500&family=Noto+Serif+SC:wght@500;600;700&display=swap");:root{--paper:#e7dfcf;--paper-light:#f3eee4;--ink:#27261f;--muted:#716d61;--line:rgba(39,38,31,.17);--teal:#315a61;--red:#8b4435;--serif:"Noto Serif SC","Songti SC",serif;--sans:"DM Sans","Noto Sans SC",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}.auth-page{min-height:calc(100svh - 78px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:9vw;padding:10vh 12vw;background:var(--paper-light)}.auth-page h1{font:600 clamp(54px,6.5vw,94px)/1.08 var(--serif);letter-spacing:-.04em;margin:28px 0}.auth-form{max-width:470px;width:100%;padding:45px;border:1px solid var(--line);background:rgba(231,223,207,.55)}.auth-form label{display:grid;gap:10px;margin-bottom:22px;font-size:11px;letter-spacing:.08em}.auth-form input{width:100%;border:0;border-bottom:1px solid var(--line);padding:13px 0;background:transparent;outline:none}.auth-form input:focus{border-color:var(--ink)}.auth-form small{display:block;color:var(--muted);line-height:1.8;margin:0 0 24px}.auth-form small a{border-bottom:1px solid;margin:0 3px}.auth-form .pill-button{width:100%;cursor:pointer}.auth-form .form-status{min-height:20px;color:var(--red);font-size:12px}.site-header{height:78px;display:flex;align-items:center;padding:0 4vw;gap:42px;position:sticky;top:0;z-index:50;background:rgba(231,223,207,.91);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.wordmark{display:flex;align-items:baseline;gap:9px;min-width:150px}.wordmark span{font:700 24px var(--serif);letter-spacing:.16em}.wordmark small{font-size:9px;letter-spacing:.25em}.site-nav{display:flex;align-items:center;justify-content:center;gap:34px;flex:1}.site-nav a{font-size:13px;letter-spacing:.08em;color:#4a483f}.site-nav a:hover{color:var(--red)}.header-actions{min-width:150px;display:flex;align-items:center;justify-content:flex-end;gap:13px}.language-switch{display:flex;align-items:center;gap:4px;white-space:nowrap;font-size:9px;color:var(--muted)}.language-switch button{border:0;padding:4px 2px;background:none;color:inherit;cursor:pointer}.language-switch button.active{color:var(--ink);font-weight:600}.account-link{font-size:12px;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiet-link{color:var(--muted);font-size:12px}.kicker{font-size:10px;letter-spacing:.24em;font-weight:600;text-transform:uppercase}.pill-button{min-height:46px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ink);border-radius:999px;font-size:12px;letter-spacing:.1em;transition:transform .2s,background .2s,color .2s}.pill-button:hover{transform:translateY(-2px)}.pill-button.compact{min-height:38px;padding:0 18px}.pill-button.dark{background:var(--ink);color:var(--paper-light)}.pill-button.pale{background:var(--paper-light);color:var(--ink);border-color:transparent}.pill-button.outline{background:transparent}.text-link{font-size:12px;letter-spacing:.08em;border-bottom:1px solid;padding:12px 0 7px}.text-link span{margin-left:24px}.text-link.light{color:#e9e0d0}.hero{min-height:calc(100svh - 78px);display:grid;grid-template-columns:52% 48%;overflow:hidden}.hero-copy{padding:11vh 4vw 8vh 8vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-copy .kicker{max-width:440px;line-height:1.8}.hero h1{font:600 clamp(68px,8.2vw,132px)/.98 var(--serif);letter-spacing:-.04em;margin:6vh 0 4vh}.hero-lead{max-width:510px;font:300 16px/2 var(--sans);color:#4c4a42}.hero-actions{display:flex;align-items:center;gap:38px;margin-top:4vh}.hero-object{position:relative;background:#d5cbb8;display:grid;place-items:center;overflow:hidden}.hero-object:before{content:"";position:absolute;inset:0;opacity:.28;background-image:linear-gradient(115deg,transparent 48%,rgba(255,255,255,.5) 50%,transparent 52%);background-size:90px 90px}.hero-halo{position:absolute;width:min(40vw,570px);aspect-ratio:1;border:1px solid rgba(67,63,53,.23);border-radius:50%;box-shadow:0 0 0 50px rgba(255,255,255,.05),0 0 0 100px rgba(255,255,255,.035)}.hero-vessel{position:relative;width:min(25vw,360px);height:min(61vh,610px);border-radius:34% 34% 42% 42%/15% 15% 18% 18%;background:radial-gradient(circle at 35% 28%,#f9f4e9 0,#e5dece 43%,#b3aa99 100%);box-shadow:inset -40px 0 70px rgba(70,60,48,.18),inset 18px 8px 35px rgba(255,255,255,.7),0 44px 70px rgba(66,56,44,.25)}.hero-vessel:before{content:"";position:absolute;width:34%;height:20%;left:33%;top:-12%;border-radius:34% 34% 12% 12%;background:inherit;box-shadow:inset -20px 0 30px rgba(70,60,48,.12)}.hero-vessel:after{content:"";position:absolute;width:76%;height:5%;bottom:-2%;left:12%;border-radius:50%;background:#807766;filter:blur(9px);opacity:.4}.hero-motif{position:absolute;inset:29% 0 auto;text-align:center;color:#315f67;font:500 48px/1.5 var(--serif);opacity:.86}.hero-caption{position:absolute;bottom:5vh;left:7%;right:7%;display:flex;align-items:center;gap:15px;font-size:9px;letter-spacing:.24em}.hero-caption i{height:1px;background:var(--ink);opacity:.3;flex:1}.mode-section{padding:13vh 8vw;background:var(--paper-light)}.section-intro{max-width:660px}.community-teaser h2,.craft-copy h2,.heritage-copy h2,.section-intro h2{font:600 clamp(38px,5vw,72px)/1.2 var(--serif);margin:22px 0}.mode-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:9vh}.mode-card{position:relative;min-height:480px;padding:55px;border:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.mode-card.live{background:#d9d2c3}.mode-card.future{background:#2f4e53;color:#efe6d6}.mode-status{font-size:9px;letter-spacing:.22em;border:1px solid;border-radius:999px;padding:7px 12px}.mode-number{position:absolute;right:45px;top:38px;font:500 80px var(--serif);opacity:.12}.mode-card h3{font:600 42px var(--serif);margin:auto 0 22px}.mode-card p{max-width:520px;font-size:14px;line-height:2;opacity:.78}.mode-card a{margin-top:28px;font-size:12px;letter-spacing:.1em;border-bottom:1px solid;padding-bottom:9px}.mode-card a span{margin-left:50px}.craft-section{min-height:850px;display:grid;grid-template-columns:48% 52%;background:#c7bdab}.craft-visual{display:grid;place-items:center;position:relative;border-right:1px solid var(--line);overflow:hidden}.kiln-orbit{width:min(35vw,510px);aspect-ratio:1;border:1px solid rgba(39,38,31,.24);border-radius:50%;position:relative;animation:turn 30s linear infinite}.kiln-orbit:after,.kiln-orbit:before{content:"";position:absolute;border:1px solid rgba(39,38,31,.16);border-radius:50%;inset:14%}.kiln-orbit:after{inset:29%}.kiln-orbit>span{position:absolute;font:600 28px var(--serif)}.kiln-orbit>span:first-child{top:-20px;left:48%}.kiln-orbit>span:nth-child(2){right:-14px;top:48%}.kiln-orbit>span:nth-child(3){bottom:-18px;left:48%}.kiln-orbit>span:nth-child(4){left:-14px;top:48%}.kiln-core{position:absolute;inset:34%;border-radius:50%;background:var(--red);color:#eadfce;display:grid;place-items:center;font:600 60px var(--serif)}@keyframes turn{to{transform:rotate(1turn)}}.craft-copy{padding:10vh 8vw;display:flex;flex-direction:column;justify-content:center}.craft-copy>p:not(.kicker){line-height:2.1;max-width:590px;color:#4f4b42}.stage-list{margin-top:50px;border-top:1px solid var(--line)}.stage-list>div{display:grid;grid-template-columns:50px 1fr auto;padding:15px 0;border-bottom:1px solid var(--line);align-items:center}.stage-list b,.stage-list small{font-size:9px;letter-spacing:.16em;color:var(--muted)}.stage-list span{font:500 18px var(--serif)}.heritage-section{background:#263f43;color:#eee5d5;min-height:760px;display:grid;grid-template-columns:60% 40%;padding:11vh 10vw}.heritage-copy{display:flex;flex-direction:column;justify-content:center;max-width:700px}.heritage-copy p:not(.kicker){max-width:640px;font-size:14px;line-height:2.1;opacity:.72}.heritage-copy .text-link{align-self:flex-start;margin-top:32px}.heritage-seal{display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid rgba(255,255,255,.17)}.heritage-seal small,.heritage-seal span{font-size:9px;letter-spacing:.35em}.heritage-seal b{font:500 clamp(50px,7vw,100px)/1.05 var(--serif);color:#d0b783;margin:35px 0}.community-teaser{padding:12vh 8vw;background:var(--paper-light);display:grid;grid-template-columns:38% 1fr;gap:5vw;align-items:end}.teaser-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mini-work{background:#ded6c8;min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:25px}.mini-vessel{width:48%;height:54%;background:var(--color);border-radius:45% 45% 35% 35%/15% 15% 12% 12%;box-shadow:inset -20px 0 30px rgba(0,0,0,.18);margin-bottom:30px}.mini-vessel.v2{height:38%;border-radius:28% 28% 42% 42%}.mini-vessel.v3{height:46%;width:62%;border-radius:48% 48% 24% 24%}.mini-work span{font:500 16px var(--serif)}.community-teaser>.pill-button{justify-self:start}.subhero{min-height:68vh;padding:12vh 9vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.subhero h1{font:600 clamp(64px,8vw,126px)/1 var(--serif);margin:30px 0;letter-spacing:-.04em}.subhero>p:not(.kicker){max-width:650px;line-height:2}.make-hero{background:#304e53;color:#eee5d5}.make-hero .pill-button{margin-top:30px}.real-process{padding:12vh 8vw;background:var(--paper-light)}.real-process ol{list-style:none;padding:0;margin:9vh 0 0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line)}.real-process li{padding:28px 26px;border-right:1px solid var(--line)}.real-process li:first-child{border-left:1px solid var(--line)}.real-process li b{color:var(--red);font-size:11px}.real-process li h3{font:500 20px var(--serif);margin-top:60px}.real-process li p{font-size:12px;line-height:1.8;color:var(--muted)}.planned-forms{padding:11vh 8vw}.form-cards{display:grid;grid-template-columns:repeat(4,1fr);margin-top:8vh}.form-cards article{min-height:500px;border:1px solid var(--line);border-right:0;padding:25px;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.form-cards article:last-child{border-right:1px solid var(--line)}.form-cards article>span{align-self:flex-start;font-size:10px}.form-silhouette{width:110px;height:180px;background:#c9c0b0;margin:45px auto 35px;box-shadow:inset -20px 0 25px rgba(0,0,0,.12)}.form-silhouette.f1{height:135px;border-radius:12% 12% 32% 32%}.form-silhouette.f2{height:105px;width:150px;border-radius:12% 12% 48% 48%}.form-silhouette.f3{border-radius:34% 34% 38% 38%/12% 12% 25% 25%}.form-silhouette.f4{border-radius:50% 22% 45% 12%;transform:rotate(-5deg)}.form-cards small{letter-spacing:.18em;font-size:9px}.form-cards h3{font:500 25px var(--serif);margin:10px}.form-cards p{font-size:12px;color:var(--muted)}.form-cards em{margin-top:auto;font-style:normal;font-size:10px;border-top:1px solid var(--line);width:100%;padding-top:16px}.craft-boundary{padding:11vh 9vw;background:#b9ad98;display:grid;grid-template-columns:1fr 1fr;gap:9vw}.craft-boundary h2{font:600 clamp(36px,4vw,62px)/1.25 var(--serif)}.boundary-list p{padding:25px 0;margin:0;border-bottom:1px solid var(--line);line-height:1.9;font-size:13px}.boundary-list b{display:block;font:500 18px var(--serif);margin-bottom:8px}.waitlist-section{padding:12vh 9vw;background:#eee8dc;display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.waitlist-section h2{font:600 clamp(42px,5vw,74px)/1.2 var(--serif)}.waitlist-section>div>p:last-child{line-height:2;color:var(--muted)}.waitlist-form{align-self:center}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.profile-form label,.waitlist-form label{display:flex;flex-direction:column;gap:9px;font-size:11px;letter-spacing:.08em}input,select,textarea{width:100%;border:0;border-bottom:1px solid var(--ink);background:transparent;padding:12px 2px;outline:0;border-radius:0}textarea{min-height:100px;resize:vertical}.waitlist-form .pill-button{margin-top:30px}.form-status{min-height:22px;display:inline-block;font-size:11px;color:var(--teal);margin-left:14px}.consent-check{margin-top:24px;display:grid!important;grid-template-columns:18px 1fr;align-items:start;gap:10px!important;line-height:1.7;letter-spacing:0!important}.consent-check input{width:16px;height:16px;margin-top:3px;accent-color:#315f88}.consent-check a,.legal-shortcuts a{text-decoration:underline;text-underline-offset:3px}.back-to-create{padding:45px 9vw;display:flex;align-items:center;justify-content:space-between}.gallery-page{min-height:80vh;padding:8vh 6vw 12vh;background:var(--paper-light)}.gallery-head{display:grid;grid-template-columns:1fr 400px;gap:10vw;align-items:end;padding-bottom:7vh}.gallery-head h1{font:600 clamp(52px,6vw,90px)/1.1 var(--serif);margin:25px 0 0}.gallery-head>div:last-child p{line-height:1.9;color:var(--muted);margin-bottom:28px}.gallery-filters{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;display:flex;gap:8px}.gallery-filters button{border:0;background:transparent;padding:9px 18px;border-radius:999px;cursor:pointer}.gallery-filters button.active{background:var(--ink);color:var(--paper-light)}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px 24px;margin-top:50px}.work-card{background:#e4ddcf}.work-art{height:390px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#d7cebd,#eee8dd);overflow:hidden}.vessel{width:150px;height:230px;border-radius:35% 35% 40% 40%/14% 14% 21% 21%;background:var(--accent);position:relative;transform:rotate(var(--tilt));box-shadow:inset -28px 0 35px rgba(0,0,0,.2),0 25px 35px rgba(60,50,40,.2)}.vessel:before{content:"";position:absolute;width:37%;height:20%;left:31.5%;top:-14%;background:inherit;border-radius:25% 25% 0 0}.vessel span{position:absolute;left:0;right:0;top:48%;height:3px;background:rgba(255,255,255,.38);box-shadow:0 14px rgba(255,255,255,.18),0 -14px rgba(255,255,255,.18)}.art-stamp{position:absolute;right:17px;bottom:17px;border:1px solid rgba(139,68,53,.5);color:var(--red);padding:5px;font:500 11px var(--serif)}.work-card-copy{padding:25px}.work-card-copy .eyebrow{font-size:9px;letter-spacing:.16em;color:var(--muted)}.work-card-copy h2{font:500 25px var(--serif);margin:8px 0 14px}.work-card-copy p{min-height:44px;font-size:12px;line-height:1.8;color:var(--muted)}.work-meta{border-top:1px solid var(--line);padding-top:14px;display:flex;justify-content:space-between;font-size:10px}.work-meta button{border:0;background:transparent;cursor:pointer}.work-meta button.liked{color:var(--red)}.empty-gallery{padding:13vh 0;text-align:center}.empty-gallery b{font:500 28px var(--serif)}.empty-gallery p{color:var(--muted)}.profile-page{min-height:80vh;padding:7vh 7vw 12vh;background:var(--paper-light)}.profile-head{display:flex;align-items:center;gap:28px;padding-bottom:45px;border-bottom:1px solid var(--line)}.profile-avatar{width:86px;height:86px;border-radius:50%;background:var(--teal);color:var(--paper-light);display:grid;place-items:center;font:500 34px var(--serif)}.profile-head h1{font:500 38px var(--serif);margin:5px 0}.profile-head p{color:var(--muted);font-size:12px}.profile-signout{margin-left:auto}.profile-layout{display:grid;grid-template-columns:340px 1fr;gap:35px;margin-top:35px}.profile-panel{background:#e5ded1;padding:30px}.profile-panel h2{font:500 24px var(--serif);margin-top:0}.profile-form{display:flex;flex-direction:column;gap:23px}.profile-form .pill-button{align-self:flex-start}.panel-title{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:20px}.panel-title h2{margin-bottom:4px}.panel-title a,.panel-title p{font-size:11px;color:var(--muted)}.profile-works{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.profile-works article{display:grid;grid-template-columns:110px 1fr;gap:18px;align-items:center;background:rgba(255,255,255,.25);padding:12px}.profile-work-art{height:125px;background:#d6cdbc;display:grid;place-items:center}.profile-work-art div{width:48px;height:76px;border-radius:30% 30% 40% 40%;background:var(--accent);box-shadow:inset -10px 0 15px rgba(0,0,0,.18)}.profile-works small,.profile-works span{font-size:9px;color:var(--muted)}.profile-works h3{font:500 19px var(--serif);margin:8px 0}.profile-empty{text-align:center;padding:90px 0;color:var(--muted)}.privacy-controls{margin-top:20px}.privacy-controls p{color:var(--muted);font-size:11px;line-height:1.8}.danger-button,.danger-link,.report-link{border:0;background:transparent;color:#a86356;cursor:pointer;padding:0;font-size:10px;text-decoration:underline;text-underline-offset:3px}.danger-button{border:1px solid rgba(168,99,86,.5);padding:11px 14px;margin:10px 0;text-decoration:none}.danger-link{display:block;margin-top:10px}.work-meta{gap:12px;align-items:center}.report-link{margin-left:auto;color:var(--muted)}.about-hero{background:#bcb09c}.about-hero h1{margin-bottom:40px}.manifesto{background:var(--paper-light);padding:8vh 9vw}.manifesto-line{display:grid;grid-template-columns:55px 180px 120px 1fr;align-items:center;border-bottom:1px solid var(--line);padding:28px 0}.manifesto-line small,.manifesto-line span{font-size:9px;letter-spacing:.18em}.manifesto-line h2{font:500 34px var(--serif);margin:0}.manifesto-line p{font-size:13px}.east-section{min-height:620px;padding:12vh 9vw;display:grid;grid-template-columns:1fr 1fr;gap:10vw;background:#304e53;color:#eee5d5}.east-section h2,.jingdezhen-story h2{font:600 clamp(44px,5vw,75px)/1.2 var(--serif)}.east-section>div:last-child>p{line-height:2.1;opacity:.72}.east-section blockquote{font:500 25px/1.8 var(--serif);margin:70px 0 0;padding-left:25px;border-left:1px solid #d0b783}.jingdezhen-story{min-height:700px;padding:11vh 9vw;display:grid;grid-template-columns:38% 1fr;gap:8vw;align-items:center}.jdz-number{font:500 clamp(90px,13vw,190px) var(--serif);color:var(--red);writing-mode:vertical-rl;opacity:.7}.jingdezhen-story p:not(.kicker){line-height:2;color:var(--muted)}.about-cta{padding:12vh 9vw;text-align:center;background:var(--paper-light)}.about-cta h2{font:600 70px var(--serif)}.workshop-shell{width:100vw;height:100svh;overflow:hidden;background:#ddd4c3}.workshop-bar{height:42px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.1em}.workshop-logo{font:600 14px var(--serif)}.workshop-logo span{font:500 8px var(--sans);margin-left:7px}.live-dot{display:inline-block;width:6px;height:6px;background:#4e7560;border-radius:50%;margin-right:7px}.workshop-frame{display:block;width:100%;height:calc(100svh - 42px);border:0}.site-footer{min-height:280px;padding:65px 7vw;background:#25251f;color:#d9d1c2;display:grid;grid-template-columns:1fr auto 220px;gap:8vw;align-items:center}.footer-mark{font:600 25px var(--serif);letter-spacing:.15em}.footer-mark span{font:500 9px var(--sans);margin-left:10px;letter-spacing:.2em}.site-footer p{font-size:11px;opacity:.55}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:17px 35px;font-size:11px}.footer-note{text-align:right;font-size:8px;letter-spacing:.24em;line-height:2.2;opacity:.55}.legal-page{min-height:80vh;padding:9vh 18vw 13vh;background:#eee6d6;color:#0d0b09}.legal-page header{padding-bottom:8vh;border-bottom:1px solid rgba(13,11,9,.2)}.legal-page h1{font:600 clamp(52px,7vw,100px)/1.1 var(--serif);margin:25px 0}.legal-page header>p:last-child{color:rgba(13,11,9,.5);font-size:11px}.legal-page section{display:grid;grid-template-columns:230px 1fr;gap:5vw;padding:38px 0;border-bottom:1px solid rgba(13,11,9,.16)}.legal-page h2{font:500 22px/1.5 var(--serif);margin:0}.legal-page section p{max-width:760px;color:rgba(13,11,9,.66);line-height:2;margin:0;font-size:13px}.legal-page nav a,.legal-page section a{text-decoration:underline;text-underline-offset:4px}.legal-page nav{display:flex;gap:32px;padding-top:50px;font-size:12px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.kiln-orbit{animation:none}}@media (max-width:900px){.auth-page{grid-template-columns:1fr;padding:8vh 7vw;gap:4vh}.auth-form{max-width:none}.site-header{height:64px;padding:0 18px}.site-nav{display:none}.header-actions{min-width:0;margin-left:auto}.quiet-link{display:none}.hero{grid-template-columns:1fr}.hero-copy{min-height:68vh;padding:10vh 8vw}.hero h1{font-size:clamp(60px,17vw,90px)}.hero-object{min-height:66vh}.hero-vessel{width:48vw;height:46vh}.craft-copy,.mode-section,.planned-forms,.real-process,.waitlist-section{padding:9vh 6vw}.community-teaser,.craft-boundary,.craft-section,.east-section,.gallery-head,.heritage-section,.jingdezhen-story,.mode-grid,.profile-layout,.waitlist-section{grid-template-columns:1fr}.mode-card{min-height:390px;padding:35px}.craft-visual{min-height:60vh;border:0}.kiln-orbit{width:70vw}.heritage-section{padding:9vh 8vw}.heritage-seal{border:0;border-top:1px solid rgba(255,255,255,.17);margin-top:60px;padding-top:60px}.community-teaser{padding:9vh 6vw}.teaser-cards{grid-template-columns:1fr 1fr}.mini-work:last-child{display:none}.real-process ol{grid-template-columns:1fr}.real-process li,.real-process li:first-child{border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.real-process li h3{margin-top:22px}.form-cards{grid-template-columns:1fr 1fr}.form-cards article:nth-child(2){border-right:1px solid var(--line)}.form-cards article{min-height:430px}.form-grid{grid-template-columns:1fr}.back-to-create{flex-direction:column;gap:20px;text-align:center}.gallery-page,.profile-page{padding:7vh 5vw}.gallery-head{gap:20px}.work-grid{grid-template-columns:1fr 1fr}.work-art{height:320px}.profile-layout{gap:20px}.profile-works{grid-template-columns:1fr}.manifesto-line{grid-template-columns:40px 1fr auto}.manifesto-line p{grid-column:2/-1}.jdz-number{writing-mode:horizontal-tb}.site-footer{grid-template-columns:1fr}.footer-note{text-align:left}.legal-page{padding:8vh 7vw 12vh}.legal-page section{grid-template-columns:1fr;gap:18px}}@media (max-width:560px){.account-link,.wordmark small{display:none}.hero-actions{flex-direction:column;align-items:flex-start}.hero-object{min-height:58vh}.form-cards,.mode-grid,.teaser-cards,.work-grid{grid-template-columns:1fr}.mini-work:last-child{display:flex}.subhero{padding:10vh 7vw}.subhero h1{font-size:16vw}.craft-boundary{padding:8vh 7vw}.profile-head{align-items:flex-start}.profile-avatar{width:60px;height:60px}.profile-signout{display:none}.profile-works article{grid-template-columns:90px 1fr}.about-cta h2{font-size:48px}.workshop-bar>div{display:none}}.original-home{width:100vw;height:100svh;overflow:hidden;background:#0d0b09}.original-home-frame{display:block;width:100%;height:100%;border:0}body{background:#0d0b09;color:#eee6d6}.site-header{background:rgba(13,11,9,.9);color:#eee6d6;border-color:rgba(238,230,214,.16)}.quiet-link,.site-nav a{color:rgba(238,230,214,.64)}.site-nav a:hover{color:#eee6d6}.pill-button{border-radius:0;border-color:currentColor}.pill-button.dark{color:#0d0b09;background:#eee6d6}.pill-button.outline{color:#eee6d6;border-color:rgba(238,230,214,.42)}.subhero{background:#0d0b09;color:#eee6d6;border-bottom:1px solid rgba(238,230,214,.14);position:relative;overflow:hidden}.subhero:after{content:"";position:absolute;width:min(34vw,480px);height:130%;right:9vw;top:-15%;border:1px solid rgba(238,230,214,.3);border-radius:48% 52% 45% 55%/20% 24% 76% 80%;transform:rotate(8deg);box-shadow:inset 0 0 0 42px rgba(238,230,214,.025)}.subhero>*{position:relative;z-index:1}.subhero>p:not(.kicker){color:rgba(238,230,214,.62)}.make-hero .pill-button{color:#0d0b09;background:#eee6d6}.about-cta,.about-hero,.gallery-page,.manifesto,.planned-forms,.profile-page,.real-process,.waitlist-section{background:#0d0b09;color:#eee6d6}.form-cards p,.gallery-head>div:last-child p,.jingdezhen-story p:not(.kicker),.panel-title p,.profile-head p,.profile-works small,.profile-works span,.real-process li p,.section-intro>p:last-child,.waitlist-section>div>p:last-child,.work-card-copy p{color:rgba(238,230,214,.52)}.form-cards article,.gallery-filters,.manifesto-line,.panel-title,.profile-head,.real-process li,.real-process li:first-child,.real-process ol,input,select,textarea{border-color:rgba(238,230,214,.16)}.form-cards article,.planned-forms{background:#171512}.form-silhouette{background:#e9dfcc;box-shadow:inset -22px 0 28px rgba(20,15,10,.26),0 24px 34px rgba(0,0,0,.28);position:relative}.form-silhouette:after{content:"";position:absolute;left:12%;right:12%;top:48%;height:1px;background:#315f88;box-shadow:0 13px #315f88,0 -13px #315f88}.craft-boundary{background:#eee6d6;color:#0d0b09}.craft-boundary .boundary-list p{border-color:rgba(13,11,9,.18)}.waitlist-section{border-top:1px solid rgba(238,230,214,.16)}input,select,textarea{color:#eee6d6}select option{background:#171512}.form-status{color:#d0b783}.back-to-create{background:#171512;color:#eee6d6}.gallery-head{border-bottom:0}.gallery-filters button{color:rgba(238,230,214,.5)}.gallery-filters button.active{background:#eee6d6;color:#0d0b09}.work-card{background:#171512;border:1px solid rgba(238,230,214,.13)}.work-art{background:#12100e}.work-card-copy .eyebrow,.work-meta{color:rgba(238,230,214,.48)}.work-meta{border-color:rgba(238,230,214,.14)}.profile-panel{background:#171512;border:1px solid rgba(238,230,214,.13)}.profile-avatar{background:#eee6d6;color:#0d0b09}.profile-works article{background:#0f0d0b}.profile-work-art{background:#201d18}.manifesto-line p{color:rgba(238,230,214,.52)}.east-section{background:#eee6d6;color:#0d0b09}.east-section>div:last-child>p{color:rgba(13,11,9,.62)}.east-section blockquote{border-color:#315f88}.jingdezhen-story{background:#0d0b09;color:#eee6d6}.about-cta{border-top:1px solid rgba(238,230,214,.14)}.site-footer{background:#080706;border-top:1px solid rgba(238,230,214,.12)}.workshop-bar{border-color:rgba(238,230,214,.14)}.discover-page,.workshop-bar{color:#eee6d6;background:#0d0b09}.discover-hero{min-height:calc(100svh - 78px);display:grid;grid-template-columns:56% 44%;border-bottom:1px solid rgba(238,230,214,.14)}.discover-copy{padding:10vh 7vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.discover-copy h1{font:600 clamp(56px,6.6vw,105px)/1.12 var(--serif);letter-spacing:-.045em;margin:4vh 0}.discover-copy>p:not(.kicker){max-width:620px;color:rgba(238,230,214,.58);font-size:15px;line-height:2.1}.discover-actions{display:flex;align-items:center;gap:34px;margin-top:4vh}.line-action{padding:12px 0 8px;border-bottom:1px solid;font-size:11px;letter-spacing:.1em}.line-action.light{color:#eee6d6}.abstract-stage{position:relative;overflow:hidden;display:grid;place-items:center;border-left:1px solid rgba(238,230,214,.14)}.abstract-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(238,230,214,.08),transparent 55%)}.abstract-ring{position:absolute;border:1px solid rgba(238,230,214,.16);border-radius:50%;width:75%;aspect-ratio:1}.abstract-ring.r2{width:53%;border-color:rgba(49,95,136,.38);transform:translate(18%,-7%)}.abstract-vessel{width:min(20vw,280px);height:min(62vh,590px);background:#e9dfcc;position:relative;clip-path:polygon(29% 0,71% 0,65% 12%,70% 24%,57% 34%,82% 47%,69% 60%,76% 73%,57% 84%,63% 100%,37% 100%,43% 84%,24% 73%,31% 60%,18% 47%,43% 34%,30% 24%,35% 12%);filter:drop-shadow(0 35px 25px rgba(0,0,0,.38))}.abstract-vessel span{position:absolute;left:8%;right:8%;top:40%;height:2px;background:#315f88;transform:rotate(-7deg)}.abstract-vessel span:nth-child(2){top:45%;transform:rotate(8deg)}.abstract-vessel span:nth-child(3){top:50%;transform:rotate(-4deg)}.abstract-vessel span:nth-child(4){top:55%;transform:rotate(9deg)}.abstract-vessel span:nth-child(5){top:60%;transform:rotate(-8deg)}.abstract-stage small{position:absolute;bottom:5vh;letter-spacing:.35em;font-size:8px;color:rgba(238,230,214,.45)}.discover-modes{display:grid;grid-template-columns:.75fr 1fr 1fr;padding:10vh 6vw;gap:1px;background:rgba(238,230,214,.14)}.mode-heading,.path-panel{background:#0d0b09;min-height:460px;padding:42px}.mode-heading h2{font:600 clamp(38px,4vw,62px)/1.25 var(--serif);margin-top:30px}.path-panel{position:relative;display:flex;flex-direction:column;transition:background .3s,color .3s}.path-panel:hover{background:#eee6d6;color:#0d0b09}.path-index{font:500 75px var(--serif);opacity:.13;align-self:flex-end}.path-panel>div{margin-top:auto}.path-panel small{font-size:8px;letter-spacing:.25em}.path-panel h3{font:500 31px var(--serif);margin:12px 0}.path-panel p{font-size:12px;line-height:1.9;opacity:.58}.path-panel b{margin-top:28px;font-size:10px;letter-spacing:.12em}.future-path{background:#171512}.discover-core{padding:11vh 7vw;background:#eee6d6;color:#0d0b09}.discover-world{padding:12vh 7vw;background:#171512;border-bottom:1px solid rgba(238,230,214,.14)}.world-intro{display:grid;grid-template-columns:.8fr 1.3fr;gap:8vw;align-items:end;margin-bottom:9vh}.world-intro h2{font:600 clamp(44px,5.4vw,82px)/1.18 var(--serif);margin:25px 0 0}.world-intro>p:last-child{color:rgba(238,230,214,.54);line-height:2;max-width:560px}.world-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(238,230,214,.18)}.world-grid article{min-height:280px;padding:30px 26px;border-right:1px solid rgba(238,230,214,.18)}.world-grid article:last-child{border-right:0}.motion-grid span,.world-grid span{color:#ad704f;font:9px/1.4 var(--sans);letter-spacing:.16em}.world-grid h3{font:500 28px var(--serif);margin:44px 0 20px}.world-grid p{color:rgba(238,230,214,.5);font-size:12px;line-height:1.9}.core-statement{display:grid;grid-template-columns:180px 1fr 1fr;gap:5vw;align-items:end;padding-bottom:7vh}.core-statement h2{font:600 clamp(55px,7vw,105px)/1 var(--serif);margin:0}.core-statement>p:last-child{max-width:520px;line-height:2;color:rgba(13,11,9,.6)}.core-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(13,11,9,.18);border-left:1px solid rgba(13,11,9,.18)}.core-steps article{min-height:310px;padding:28px;border-right:1px solid rgba(13,11,9,.18);border-bottom:1px solid rgba(13,11,9,.18);display:flex;flex-direction:column}.core-steps small,.core-steps span{font-size:8px;letter-spacing:.18em;opacity:.55}.core-steps h3{font:500 31px var(--serif);margin:auto 0 3px}.core-steps p{min-height:50px;font-size:11px;line-height:1.8;color:rgba(13,11,9,.56);margin-top:23px}.discover-process{min-height:760px;padding:11vh 8vw;display:grid;grid-template-columns:1fr 1.1fr;gap:10vw;align-items:center}.discover-community h2,.discover-jdz h2,.discover-process h2{font:600 clamp(45px,5.2vw,78px)/1.2 var(--serif)}.discover-community>div:first-child>p:last-child,.discover-jdz>div:last-child>p,.discover-process>div:first-child>p:last-child{color:rgba(238,230,214,.54);line-height:2;max-width:620px}.process-lines article{display:grid;grid-template-columns:45px 65px 1fr;align-items:center;min-height:95px;border-bottom:1px solid rgba(238,230,214,.16)}.process-lines article:first-child{border-top:1px solid rgba(238,230,214,.16)}.process-lines span{font-size:9px;color:rgba(238,230,214,.4)}.process-lines h3{font:500 25px var(--serif)}.process-lines p{font-size:12px;color:rgba(238,230,214,.48);line-height:1.7}.discover-jdz{min-height:720px;display:grid;grid-template-columns:42% 58%;background:#eee6d6;color:#0d0b09}.jdz-shape{position:relative;overflow:hidden;display:grid;place-items:center;min-height:650px}.jdz-shape:before{content:"";position:absolute;width:68%;height:74%;background:#0d0b09;clip-path:polygon(30% 0,70% 0,63% 17%,78% 35%,65% 50%,80% 68%,59% 100%,41% 100%,20% 68%,35% 50%,22% 35%,37% 17%)}.jdz-shape>div{position:absolute;z-index:1;color:#eee6d6;font:500 48px var(--serif)}.jdz-shape>div:first-child{top:25%;left:42%}.jdz-shape>div:nth-child(2){top:45%;left:51%}.jdz-shape>div:nth-child(3){top:65%;left:43%}.discover-jdz>div:last-child{padding:10vh 8vw 10vh 3vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.discover-jdz>div:last-child>p{color:rgba(13,11,9,.58)}.discover-community{min-height:680px;padding:10vh 8vw;display:grid;grid-template-columns:43% 1fr;gap:5vw;align-items:center;position:relative;overflow:hidden}.discover-community>.pill-button{position:absolute;left:8vw;bottom:10vh}.community-vessels{height:440px;display:flex;align-items:flex-end;justify-content:center;gap:6%}.community-vessels i{display:block;width:23%;height:68%;background:#eee6d6;clip-path:polygon(30% 0,70% 0,64% 16%,76% 36%,68% 100%,32% 100%,24% 36%,36% 16%);opacity:.92}.community-vessels i:nth-child(2){height:48%;background:#315f88;clip-path:polygon(10% 0,90% 0,82% 75%,70% 100%,30% 100%,18% 75%)}.community-vessels i:nth-child(3){height:80%;background:#8b4435;clip-path:polygon(38% 0,62% 0,57% 19%,76% 42%,65% 100%,35% 100%,24% 42%,43% 19%)}.discover-about{min-height:700px;display:grid;grid-template-columns:45% 55%;background:#171512;border-top:1px solid rgba(238,230,214,.13)}.discover-about>div:last-child{padding:10vh 9vw 10vh 5vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.discover-about h2{font:600 clamp(48px,5.5vw,82px)/1.2 var(--serif);margin:30px 0}.discover-about>div:last-child>p:not(.kicker){max-width:610px;line-height:2.1;color:rgba(238,230,214,.54)}.about-abstract{position:relative;overflow:hidden;border-right:1px solid rgba(238,230,214,.13);display:grid;place-items:center}.about-abstract span{position:relative;z-index:2;font:600 120px var(--serif);color:#eee6d6}.about-abstract i{position:absolute;display:block;border:1px solid rgba(238,230,214,.2);border-radius:50%;width:72%;aspect-ratio:1}.about-abstract i:nth-of-type(2){width:48%;border-radius:42% 58% 35% 65%;transform:rotate(28deg);border-color:rgba(49,95,136,.55)}.about-abstract i:nth-of-type(3){width:25%;background:#8b4435;border:0;opacity:.68;clip-path:polygon(50% 0,72% 35%,100% 50%,72% 65%,50% 100%,28% 65%,0 50%,28% 35%)}.discover-faq{padding:11vh 8vw;display:grid;grid-template-columns:.7fr 1.3fr;gap:10vw;background:#0d0b09}.brand-motion,.brand-origin{padding:11vh 9vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw;background:#171512;color:#eee6d6}.brand-motion h2,.brand-origin h2{font:600 clamp(46px,5vw,76px)/1.2 var(--serif)}.brand-origin>div:last-child{padding-top:8vh}.brand-origin>div:last-child p{color:rgba(238,230,214,.56);line-height:2.1;max-width:620px}.brand-motion{background:#0d0b09;border-bottom:1px solid rgba(238,230,214,.14)}.motion-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(238,230,214,.18)}.motion-grid article{padding:28px 22px;border-right:1px solid rgba(238,230,214,.18)}.motion-grid article:last-child{border-right:0}.motion-grid h3{font:500 28px var(--serif);margin:38px 0 18px}.motion-grid p{color:rgba(238,230,214,.5);font-size:12px;line-height:1.9}.about-cta>p:not(.kicker){max-width:620px;margin:0 auto 36px;color:rgba(238,230,214,.54);line-height:2}.discover-faq h2{font:600 clamp(48px,6vw,90px) var(--serif);margin:25px 0}.faq-contact{margin-top:12vh;font-size:11px;line-height:2;color:rgba(238,230,214,.48)}.faq-contact a{color:#eee6d6;border-bottom:1px solid rgba(238,230,214,.5)}.faq-list{border-top:1px solid rgba(238,230,214,.16)}.faq-list details{border-bottom:1px solid rgba(238,230,214,.16)}.faq-list summary{list-style:none;cursor:pointer;padding:25px 0;display:flex;justify-content:space-between;font:500 16px var(--serif)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font:300 20px var(--sans);transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0;padding:0 45px 25px 0;color:rgba(238,230,214,.52);font-size:12px;line-height:1.9}@media (max-width:900px){.discover-community,.discover-hero,.discover-jdz,.discover-process{grid-template-columns:1fr}.discover-copy{min-height:70vh;padding:9vh 7vw}.abstract-stage{min-height:70vh;border-left:0;border-top:1px solid rgba(238,230,214,.14)}.abstract-vessel{width:38vw;height:52vh}.discover-modes{grid-template-columns:1fr;padding:1px}.mode-heading,.path-panel{min-height:340px}.discover-process{padding:9vh 7vw}.discover-jdz>div:last-child{padding:8vh 7vw}.discover-community{padding:9vh 7vw 18vh}.discover-community>.pill-button{left:7vw;bottom:7vh}.brand-motion,.brand-origin,.core-statement,.discover-about,.discover-faq,.world-intro{grid-template-columns:1fr}.world-grid{grid-template-columns:1fr 1fr}.core-statement{align-items:start}.core-steps{grid-template-columns:1fr 1fr}.about-abstract{min-height:60vh;border-right:0;border-bottom:1px solid rgba(238,230,214,.13)}.discover-about>div:last-child,.discover-faq{padding:8vh 7vw}.faq-contact{margin-top:5vh}}@media (max-width:560px){.discover-copy h1{font-size:14vw}.discover-actions{align-items:flex-start;flex-direction:column}.motion-grid,.world-grid{grid-template-columns:1fr}.motion-grid article,.world-grid article{border-right:0;border-bottom:1px solid rgba(238,230,214,.18);min-height:auto}.abstract-vessel{width:48vw}.process-lines article{grid-template-columns:35px 50px 1fr}.process-lines p{font-size:11px}.core-statement,.core-steps{grid-template-columns:1fr}.core-steps article{min-height:240px}}body{background:var(--paper);color:var(--ink)}.site-header{background:rgba(231,223,207,.94);color:var(--ink);border-color:var(--line)}.quiet-link,.site-nav a{color:var(--muted)}.site-nav a:hover{color:var(--ink)}.pill-button.dark{background:#0d0b09;color:#f3eee4;border-color:#0d0b09}.pill-button.outline{color:var(--ink);border-color:var(--ink)}.about-cta,.about-hero,.discover-page,.gallery-page,.legal-page,.manifesto,.planned-forms,.profile-page,.real-process,.waitlist-section{background:var(--paper);color:var(--ink)}.discover-hero{background:var(--paper);border-color:var(--line)}.discover-copy>p:not(.kicker),.form-cards p,.gallery-head>div:last-child p,.panel-title p,.profile-head p,.profile-works small,.profile-works span,.real-process li p,.section-intro>p:last-child,.waitlist-section>div>p:last-child,.work-card-copy p{color:var(--muted)}.abstract-stage{background:#ded4c2;border-color:var(--line)}.abstract-stage:before{background:radial-gradient(circle at center,rgba(255,255,255,.42),transparent 57%)}.abstract-ring{border-color:rgba(13,11,9,.18)}.abstract-ring.r2{border-color:rgba(49,95,136,.42)}.abstract-vessel{background:#0d0b09;filter:drop-shadow(0 30px 24px rgba(47,39,29,.22))}.abstract-stage small{color:rgba(13,11,9,.48)}.discover-modes{background:var(--paper);gap:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mode-heading,.path-panel{background:transparent;color:var(--ink);border:1px solid #0d0b09}.active-path{background:#0d0b09;color:#f3eee4}.future-path{background:#d8cebc;color:var(--ink)}.path-panel:hover{background:#0d0b09;color:#f3eee4}.brand-motion,.brand-origin,.discover-about,.discover-community,.discover-core,.discover-faq,.discover-jdz,.discover-process,.discover-world,.east-section,.jingdezhen-story{background:var(--paper);color:var(--ink)}.brand-motion,.brand-origin,.discover-about,.discover-community,.discover-faq,.discover-process,.discover-world,.jingdezhen-story{border-color:var(--line)}.about-cta>p:not(.kicker),.brand-origin>div:last-child p,.discover-about>div:last-child>p:not(.kicker),.discover-community>div:first-child>p:last-child,.discover-process>div:first-child>p:last-child,.faq-contact,.faq-list details p,.jingdezhen-story p:not(.kicker),.motion-grid p,.world-grid p,.world-intro>p:last-child{color:var(--muted)}.about-abstract,.faq-list,.faq-list details,.motion-grid,.motion-grid article,.process-lines article,.world-grid,.world-grid article{border-color:var(--line)}.process-lines p,.process-lines span{color:var(--muted)}.line-action.light{color:var(--ink)}.discover-community .pill-button.outline{background:#0d0b09;color:#f3eee4}.community-vessels i:first-child{background:#0d0b09}.about-abstract span{color:#0d0b09}.about-abstract i{border-color:rgba(13,11,9,.2)}.faq-contact a{color:var(--ink);border-color:rgba(13,11,9,.45)}.subhero{background:var(--paper);color:var(--ink);border-color:var(--line)}.subhero:after{border-color:rgba(13,11,9,.25);box-shadow:inset 0 0 0 42px rgba(13,11,9,.018)}.subhero>p:not(.kicker){color:var(--muted)}.make-hero .pill-button{background:#0d0b09;color:#f3eee4;border-color:#0d0b09}.form-cards article,.planned-forms,.profile-panel,.work-card{background:#e2d9c9;color:var(--ink);border-color:rgba(13,11,9,.2)}.form-cards article,.gallery-filters,.manifesto-line,.panel-title,.profile-head,.real-process li,.real-process ol,input,select,textarea{border-color:rgba(13,11,9,.2)}.form-silhouette{background:#0d0b09}.craft-boundary{background:#d4c8b4;color:var(--ink)}.back-to-create{background:var(--paper);border-top:1px solid var(--line)}.back-to-create,input,select,select option,textarea{color:var(--ink)}select option{background:var(--paper-light)}.gallery-filters button{color:var(--muted)}.gallery-filters button.active{background:#0d0b09;color:#f3eee4}.profile-work-art,.work-art{background:#d1c5b2}.work-card-copy .eyebrow,.work-meta{color:var(--muted)}.work-meta{border-color:var(--line)}.profile-avatar{background:#0d0b09;color:#f3eee4}.profile-works article{background:rgba(243,238,228,.5)}.manifesto-line p{color:var(--muted)}.east-section blockquote{border-color:#0d0b09}.about-cta{border-color:var(--line)}.site-footer{background:#d8cebc;color:var(--ink);border-top:1px solid #0d0b09}.workshop-bar{color:var(--ink);background:var(--paper);border-color:var(--line)}