*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--milk);color:var(--graphite);font-family:var(--font-body);font-size:15px;line-height:1.75;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.sr-only,main{overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{margin:0;color:rgba(255,255,255,.62);font:600 10px/1.5 Inter SG,sans-serif;letter-spacing:.12em}.eyebrow.dark{color:#777a74}.announcement{min-height:34px;background:var(--ink);color:#fff;padding:0 3vw;display:flex;align-items:center;justify-content:center;gap:28px;font:9px/1.4 var(--font-geist-mono);letter-spacing:.12em}.announcement p{margin:0;color:rgba(255,255,255,.62)}.announcement a{color:var(--acid)}.site-header{height:84px;display:flex;align-items:center;justify-content:space-between;padding:0 3vw;background:#fff;border-bottom:1px solid var(--line)}.brand{display:inline-flex;gap:12px}.brand img{width:44px;height:44px;object-fit:contain;mix-blend-mode:multiply}.brand strong{display:block;font-size:16px;letter-spacing:.12em}.brand small{display:block;margin-top:4px;color:#8a8b86;font:8px/1 var(--font-geist-mono);letter-spacing:.16em}nav{display:flex;gap:34px}.header-tools a,nav a{transition:opacity .2s}.header-tools a:hover,nav a:hover{opacity:.5}.header-tools{display:flex;gap:20px;align-items:center}.cart{border-left:1px solid var(--line);padding-left:20px}.cart span{display:inline-grid;place-items:center;width:20px;height:20px;margin-left:5px;border-radius:50%;background:var(--ink);color:#fff;font:8px var(--font-geist-mono)}.hero{position:relative;min-height:760px;display:flex;align-items:flex-end;color:#fff;overflow:hidden;background:#1b2228}.hero-image{object-fit:cover;object-position:center 58%}.hero-image,.hero-shade{position:absolute;inset:0}.hero-shade{background:linear-gradient(90deg,rgba(7,10,11,.9),rgba(7,10,11,.55) 42%,rgba(7,10,11,.05) 78%),linear-gradient(0deg,rgba(0,0,0,.42),transparent 45%)}.hero-copy{z-index:2;width:min(720px,60vw);padding:0 0 90px 7vw}.hero h1{margin:28px 0;font-size:clamp(56px,6.5vw,98px);line-height:.98;letter-spacing:-.06em;font-weight:540}.hero-copy>p:not(.eyebrow){max-width:540px;color:rgba(255,255,255,.67);font-size:14px}.hero-actions{display:flex;align-items:center;gap:32px}.button{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:42px;border:1px solid;font-size:12px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.button.light{color:var(--ink);background:#fff;border-color:#fff}.dark-button{align-self:flex-start;background:var(--ink);color:#fff;border-color:var(--ink)}.section-link,.text-link{padding-bottom:5px;border-bottom:1px solid;font-size:12px}.hero-product{position:absolute;z-index:2;bottom:34px;display:grid;grid-template-columns:auto auto;gap:6px 20px;padding:17px 0 0 18px;border-top:1px solid rgba(255,255,255,.45);min-width:290px;font:8px var(--font-geist-mono);letter-spacing:.12em}.hero-product strong{grid-column:2;grid-row:1;font-size:10px;color:var(--acid)}.hero-product span:last-child{grid-column:1/-1;color:rgba(255,255,255,.5)}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr)}.portal-card{min-height:360px;padding:34px 3vw 40px;border-right:1px solid rgba(17,17,17,.2);display:flex;flex-direction:column;justify-content:space-between;transition:filter .2s}.portal-card:hover{filter:brightness(.94)}.portal-stock{background:#fff}.portal-group{background:var(--orange)}.portal-studio{background:var(--acid)}.portal-top{display:flex;justify-content:space-between;color:rgba(17,17,17,.55);font:9px var(--font-geist-mono)}.portal-card small{font:8px var(--font-geist-mono);letter-spacing:.18em;color:rgba(17,17,17,.55)}.portal-card h2{margin:12px 0 18px;font-size:clamp(34px,3vw,48px);font-weight:520;letter-spacing:-.04em}.portal-card p{max-width:330px;margin:0;line-height:1.7;color:rgba(17,17,17,.65)}.catalog-section,.featured-section,.group-products{padding:110px 3vw 120px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:46px}.section-head h2{margin:18px 0 0;font-size:clamp(42px,5vw,68px);font-weight:520;letter-spacing:-.05em}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px 16px}.product-card{min-width:0}.product-image{position:relative;aspect-ratio:1.18;overflow:hidden;display:block;background:#e5e4df}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.product-card:hover .product-image img{transform:scale(1.035)}.status{position:absolute;left:14px;top:14px;padding:8px 10px;color:#fff;background:var(--ink);font:8px var(--font-geist-mono);letter-spacing:.12em}.status.preorder{background:var(--orange)}.status.groupbuy{background:var(--acid)}.status.limited{background:#46564a}.quick-view{position:absolute;right:14px;bottom:14px;padding:10px 13px;background:rgba(255,255,255,.92);font-size:9px;opacity:0;transform:translateY(6px);transition:.25s}.product-card:hover .quick-view{opacity:1;transform:none}.product-info{padding-top:17px}.product-info>p{margin:0 0 8px;color:#878983;font:8px var(--font-geist-mono);letter-spacing:.13em}.product-info h3{margin:0;font-size:18px;font-weight:510}.product-specs{display:flex;gap:12px;margin-top:10px;color:#888a84;font-size:9px}.product-specs span+span:before{content:"·";margin-right:12px}.product-price{margin-top:17px;padding-top:13px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:10px}.product-price span:last-child{color:#777a74}.source-note{max-width:820px;margin:55px 0 0;color:#8b8d86;font-size:10px;line-height:1.7}.home-story{min-height:620px;display:grid;background:var(--acid)}.home-story-copy{padding:100px 7vw;display:flex;flex-direction:column;justify-content:center}.home-story h2{margin:25px 0 30px;font-size:clamp(44px,5vw,72px);line-height:1.08;font-weight:520;letter-spacing:-.055em}.home-story-copy>p:not(.eyebrow){max-width:560px;font-size:13px;line-height:1.9}.home-story-copy .button{margin-top:28px}.page-hero{min-height:610px;padding:70px 6vw 85px;display:flex;align-items:flex-end;justify-content:space-between;position:relative;overflow:hidden}.page-hero-copy{position:relative;z-index:1}.page-hero h1{margin:26px 0 24px;font-size:clamp(76px,10vw,150px);line-height:.88;letter-spacing:-.075em;font-weight:530}.page-hero-copy>p:not(.eyebrow){max-width:560px;margin:0;font-size:14px}.stock-hero{background:#22282b;color:#fff}.stock-hero .page-hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.55)}.page-hero-stat{display:flex;align-items:end;gap:18px;color:var(--acid)}.page-hero-stat strong{font-size:clamp(90px,12vw,180px);line-height:.72;letter-spacing:-.08em;font-weight:500}.page-hero-stat span{font:8px/1.6 var(--font-geist-mono);letter-spacing:.13em}.group-hero{background:var(--orange)}.group-orbit{width:330px;height:330px;border:1px solid rgba(17,17,17,.45);border-radius:50%;display:grid;place-items:center;position:relative}.group-orbit:after,.group-orbit:before{content:"";position:absolute;border:1px solid rgba(17,17,17,.22);border-radius:50%}.group-orbit:before{inset:42px}.group-orbit:after{inset:92px;background:var(--ink)}.group-orbit span{position:relative;z-index:1;color:var(--acid);font:32px var(--font-geist-mono)}.studio-hero{min-height:710px;background:var(--acid)}.studio-hero h1{font-size:clamp(62px,8.5vw,130px);line-height:.94}.studio-hero img{width:min(350px,26vw);mix-blend-mode:multiply}.catalog-intro{padding:100px 6vw;display:grid;grid-template-columns:.5fr 1.3fr .8fr;gap:6vw;align-items:start;background:#fff}.catalog-intro>div{display:flex;gap:18px;align-items:baseline}.catalog-intro p{margin:0;color:var(--muted);font-size:12px;line-height:1.9}.catalog-index{font:9px var(--font-geist-mono);color:#888a84}.catalog-intro h2{margin:0;font-size:clamp(40px,4.5vw,68px);line-height:1.08;letter-spacing:-.055em;font-weight:520}.catalog-toolbar{min-height:72px;margin-bottom:38px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font:8px var(--font-geist-mono);letter-spacing:.13em}.catalog-toolbar div{display:flex;gap:20px}.catalog-toolbar span.active{color:var(--orange)}.stock-guide{padding:110px 6vw;background:#fff;display:grid;grid-template-columns:.8fr 1fr;gap:8vw}.stock-guide h2{margin:24px 0 0;font-size:clamp(42px,5vw,72px);line-height:1.05;letter-spacing:-.055em;font-weight:520}.stock-guide ol{list-style:none;margin:0;padding:0}.stock-guide li{display:grid;grid-template-columns:50px 1fr;padding:22px 0;border-top:1px solid var(--line)}.stock-guide li>span{font:9px var(--font-geist-mono);color:#8a8b86}.stock-guide strong{font-size:15px;font-weight:520}.stock-guide li p{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.stock-guide .button{grid-column:2;justify-self:start}.schedule-section{padding:105px 5vw 120px;background:#fff}.schedule-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px}.schedule-heading h2{margin:18px 0 0;font-size:clamp(54px,6vw,88px);line-height:1;letter-spacing:-.06em;font-weight:520}.schedule-list{border-top:1px solid var(--ink)}.schedule-row{min-height:100px;display:grid;grid-template-columns:45px 130px 1fr 160px 100px;gap:20px;align-items:center;border-bottom:1px solid var(--line)}.schedule-row small,.schedule-row>span{color:#888a84;font:8px var(--font-geist-mono);letter-spacing:.1em}.schedule-row>strong{font:11px var(--font-geist-mono)}.schedule-row h3{margin:0;font-size:27px;font-weight:510}.schedule-row p{margin:0;color:var(--muted);font-size:11px}.schedule-row small{padding:8px;text-align:center;border:1px solid var(--line)}.group-process{padding:110px 6vw;background:#202527;color:#fff}.process-title{display:flex;justify-content:space-between;align-items:start;gap:80px}.process-title h2{max-width:790px;margin:0;font-size:clamp(42px,5vw,72px);line-height:1.08;letter-spacing:-.055em;font-weight:520}.process-grid{margin:80px 0 60px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25)}.process-grid>div{min-height:230px;padding:28px 25px;border-right:1px solid rgba(255,255,255,.18)}.process-grid>div:last-child{border-right:0}.process-grid span{color:var(--acid);font:9px var(--font-geist-mono)}.process-grid strong{display:block;margin:55px 0 14px;font-size:17px}.process-grid p{margin:0;color:rgba(255,255,255,.5);font-size:11px;line-height:1.75}.manifesto{padding:110px 6vw 130px;background:#fff;display:grid;grid-template-columns:.35fr 1.4fr .65fr;gap:5vw;align-items:start}.manifesto-index{font:8px var(--font-geist-mono);letter-spacing:.14em;color:#888a84}.manifesto blockquote{margin:0;font-size:clamp(48px,6vw,88px);line-height:1.08;letter-spacing:-.06em}.manifesto-copy p{margin:0 0 25px;color:var(--muted);font-size:13px;line-height:1.95}.studio-image{height:760px;position:relative;overflow:hidden;background:#d7d8d3}.studio-image img{width:100%;height:100%;object-fit:cover}.studio-image span{position:absolute;left:28px;bottom:28px;padding:11px 13px;background:#fff;font:8px var(--font-geist-mono);letter-spacing:.15em}.values-section{padding:110px 5vw 130px}.values-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:60px}.values-heading h2{margin:0;font-size:clamp(48px,5vw,76px);font-weight:520;letter-spacing:-.055em}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink)}.values-grid article{min-height:320px;padding:28px 26px;border-right:1px solid var(--line)}.values-grid article:last-child{border-right:0}.values-grid span{color:#888a84;font:11px var(--font-geist-mono)}.values-grid h3{margin:88px 0 18px;font-size:28px;font-weight:520}.values-grid p{color:var(--muted);font-size:14px;line-height:1.9}.boundary-section{padding:110px 6vw;background:var(--ink);color:#fff;display:grid;grid-template-columns:.75fr 1fr;gap:8vw}.boundary-section h2{margin:24px 0 0;font-size:clamp(44px,5vw,72px);line-height:1.08;letter-spacing:-.055em;font-weight:520}.boundary-columns{display:grid;grid-template-columns:1fr 1fr;gap:30px}.boundary-columns article{border-top:1px solid rgba(255,255,255,.4);padding-top:20px}.boundary-columns span{color:var(--acid);font:9px var(--font-geist-mono);letter-spacing:.15em}.boundary-columns ul{list-style:none;padding:0;margin:32px 0 0}.boundary-columns li{padding:13px 0;color:rgba(255,255,255,.62);border-bottom:1px solid rgba(255,255,255,.12);font-size:12px}.boundary-section .button{grid-column:2;justify-self:start}.admin-entry{display:inline-block;margin-top:7px;color:var(--ink)}.devlog-hero{min-height:680px;color:#fff;background:#1c2224}.devlog-hero:before{content:"";position:absolute;inset:0;opacity:.15;background:linear-gradient(90deg,transparent 49.8%,#fff 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,#fff 50%,transparent 50.2%);background-size:90px 90px}.devlog-hero h1{max-width:1050px;font-size:clamp(72px,10vw,148px)}.devlog-hero .page-hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.58)}.devlog-hero-mark{position:relative;z-index:1;width:290px;height:290px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center}.devlog-hero-mark:before{content:"";position:absolute;inset:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.devlog-hero-mark span{color:var(--acid);font:34px var(--font-geist-mono)}.devlog-hero-mark small{position:absolute;right:-4px;bottom:25px;color:rgba(255,255,255,.55);font:8px/1.7 var(--font-geist-mono);letter-spacing:.15em}.devlog-intro{padding:110px 6vw;display:grid;grid-template-columns:.4fr 1.15fr .7fr;gap:6vw;align-items:start;background:var(--acid)}.devlog-intro>div{display:flex;gap:18px;align-items:baseline}.devlog-intro span{font:9px var(--font-geist-mono);color:rgba(17,17,17,.5)}.devlog-intro p{margin:0;color:rgba(17,17,17,.65);font-size:12px;line-height:1.9}.devlog-intro h2{margin:0;font-size:clamp(44px,5vw,74px);line-height:1.07;letter-spacing:-.055em;font-weight:520}.journal{padding:100px 4vw 130px;background:#fff}.journal-heading{min-height:64px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--ink);border-bottom:1px solid var(--line);font:8px var(--font-geist-mono);letter-spacing:.14em}.journal-heading p{margin:0}.journal-heading span{color:#83857f}.journal-list{border-bottom:1px solid var(--ink)}.journal-entry{display:grid;grid-template-columns:190px 1fr;gap:5vw;padding:85px 0 100px;border-bottom:1px solid var(--line)}.journal-entry:last-child{border-bottom:0}.journal-entry aside{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.journal-entry aside small,.journal-entry aside span{color:#888a84;font:8px var(--font-geist-mono);letter-spacing:.13em}.journal-entry aside time{margin-top:24px;font:12px var(--font-geist-mono)}.journal-entry aside small{padding:8px 9px;color:var(--ink);border:1px solid var(--line)}.journal-content{max-width:1120px}.journal-product{margin:0 0 18px;color:var(--orange);font:9px var(--font-geist-mono);letter-spacing:.14em;text-transform:uppercase}.journal-content>h2{max-width:1000px;margin:0;font-size:clamp(42px,5vw,72px);line-height:1.06;letter-spacing:-.055em;font-weight:520}.journal-summary{max-width:760px;margin:30px 0 0;color:#555852;font-size:15px;line-height:1.85}.problem-solution{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:52px}.problem-solution section{min-height:190px;padding:26px}.problem-solution section:last-child{background:var(--acid)}.problem-solution span{font:700 11px/1.3 var(--font-body);letter-spacing:.08em}.problem-solution p{margin:42px 0 0;font:400 15px/1.9 var(--font-body);white-space:pre-line}.problem-solution span{display:flex;flex-direction:column;align-items:flex-start;gap:5px;letter-spacing:0}.problem-solution span strong{font:700 14px/1.3 var(--font-body)}.problem-solution span small{color:var(--muted);font:600 8px/1 Inter SG,sans-serif;letter-spacing:.16em}.journal-body{max-width:790px;margin-top:48px}.journal-body p{color:var(--muted);font-size:13px;line-height:2;white-space:pre-line}.journal-gallery{margin-top:52px;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.journal-gallery.gallery-1{grid-template-columns:1fr}.journal-gallery.gallery-3{grid-template-columns:1.35fr .65fr}.journal-gallery figure{min-width:0;margin:0;background:#e5e5e0}.journal-gallery img{width:100%;height:100%;max-height:680px;min-height:320px;object-fit:cover}.journal-gallery figcaption{padding:10px 0 0;background:#fff;color:#8a8b86;font:8px var(--font-geist-mono);letter-spacing:.13em}.layout-full .journal-content{max-width:none}.layout-full .journal-gallery{grid-template-columns:1fr}.layout-full .journal-gallery img{max-height:820px}.journal-empty{min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.journal-empty span{color:#8a8b86;font:9px var(--font-geist-mono);letter-spacing:.14em}.journal-empty h2{margin:25px 0;font-size:clamp(44px,6vw,82px);line-height:1.05;letter-spacing:-.06em;font-weight:520}.journal-empty p{color:var(--muted);font-size:12px}.devlog-cta{padding:110px 6vw;display:grid;grid-template-columns:1fr .7fr;gap:8vw;align-items:end}.devlog-cta h2{margin:24px 0 0;font-size:clamp(44px,5vw,72px);line-height:1.07;letter-spacing:-.055em;font-weight:520}.devlog-cta>div:last-child>p{color:var(--muted);font-size:13px;line-height:1.9}.devlog-cta>div:last-child>div{margin-top:28px;display:flex;align-items:center;gap:28px}.admin-shell{min-height:100vh;overflow:visible;background:#ecece8}.admin-header{min-height:76px;padding:0 28px;justify-content:space-between;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #d7d7d1}.admin-brand,.admin-header{display:flex;align-items:center}.admin-brand{gap:11px}.admin-brand img{width:40px;height:40px;mix-blend-mode:multiply}.admin-brand small,.admin-brand strong{display:block}.admin-brand strong{font-size:14px;letter-spacing:.1em}.admin-brand small{margin-top:4px;color:#8a8b86;font:7px var(--font-geist-mono);letter-spacing:.14em}.admin-header>div{display:flex;align-items:center;gap:20px;font-size:10px}.admin-header>div>span{color:#777}.admin-header>div a{padding-bottom:3px;border-bottom:1px solid #aaa}.admin-workspace{display:grid;grid-template-columns:minmax(560px,.95fr) minmax(420px,1.05fr);align-items:start}.admin-editor{min-height:calc(100vh - 76px);padding:50px 4vw 60px;background:#fff;border-right:1px solid #d7d7d1}.admin-section-title{display:flex;justify-content:space-between;align-items:end;gap:20px}.admin-section-title small{color:#888a84;font:8px var(--font-geist-mono);letter-spacing:.16em}.admin-section-title h1,.admin-section-title h2{margin:12px 0 0;font-size:38px;letter-spacing:-.045em;font-weight:520}.admin-section-title>span{color:#888a84;font:9px var(--font-geist-mono)}.ghost-button{padding:9px 12px;color:#555;border:1px solid #d7d7d1;background:transparent;cursor:pointer;font-size:10px}.admin-message{margin:24px 0 0;padding:12px 14px;color:#35450b;background:#eaff9a;font-size:11px}.admin-fields{margin-top:36px}.admin-fields label{display:block}.admin-fields label>span,.admin-fields legend{display:block;margin-bottom:9px;color:#62645f;font-size:10px}.admin-fields input,.admin-fields select,.admin-fields textarea{width:100%;padding:13px 14px;border:1px solid #d4d4ce;outline:0;background:#fafaf8;font-size:12px}.admin-fields input:focus,.admin-fields select:focus,.admin-fields textarea:focus{border-color:var(--ink);background:#fff}.admin-fields textarea{resize:vertical;line-height:1.65}.admin-fields fieldset,.admin-fields>.field-row,.admin-fields>label{margin-bottom:24px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.body-editor{min-height:210px}.admin-fields fieldset{padding:0;border:0}.layout-picker{display:grid;grid-template-columns:1fr 1fr;gap:12px}.layout-picker button{min-height:115px;padding:15px;text-align:left;border:1px solid #d4d4ce;background:#fafaf8;cursor:pointer}.layout-picker button.selected{border:2px solid var(--ink);background:var(--acid)}.layout-picker i{width:48px;height:30px;margin-bottom:14px;display:block;border:1px solid #777;background:linear-gradient(90deg,transparent 32%,#777 33%,#777 35%,transparent 36%)}.layout-picker .layout-full{background:linear-gradient(0deg,transparent 64%,#777 65%,#777 68%,transparent 69%)}.layout-picker small,.layout-picker span{display:block}.layout-picker span{font-size:11px}.layout-picker small{margin-top:5px;color:#777;font-size:9px}.upload-zone{min-height:120px;display:grid!important;place-items:center;align-content:center;gap:7px;text-align:center;border:1px dashed #aaa;background:#fafaf8;cursor:pointer}.upload-zone input{position:absolute;width:1px;height:1px;opacity:0}.upload-zone strong{font-size:11px}.upload-zone>span{margin:0!important;color:#888!important;font-size:9px!important}.admin-image-list{margin-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.admin-image-list figure{margin:0;position:relative;aspect-ratio:1;overflow:hidden}.admin-image-list img{width:100%;height:100%;object-fit:cover}.admin-image-list button{position:absolute;right:5px;top:5px;padding:5px 7px;color:#fff;border:0;background:rgba(0,0,0,.75);cursor:pointer;font-size:8px}.admin-image-editor{margin-top:12px;display:grid;gap:12px}.admin-image-editor>article{padding:12px;display:grid;grid-template-columns:150px 1fr;gap:14px;border:1px solid var(--beige);background:var(--white)}.admin-image-editor>article>img{width:150px;height:150px;object-fit:cover;background:var(--beige)}.image-editor-fields{min-width:0}.image-editor-row{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.image-editor-actions{margin-top:10px;display:flex;gap:7px}.image-editor-actions button{padding:7px 10px;color:var(--green);border:1px solid var(--beige);background:transparent;cursor:pointer;font-size:9px}.image-editor-actions button:disabled{opacity:.35;cursor:default}.image-editor-actions button.danger{margin-left:auto;color:#a64c38}.admin-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:12px;margin-top:35px;padding-top:24px;border-top:1px solid #ddd}.admin-actions button{min-height:54px;border:1px solid var(--ink);cursor:pointer;font-size:11px}.admin-actions button:disabled{opacity:.45;cursor:wait}.secondary-action{background:#fff}.primary-action{color:#fff;background:var(--ink)}.admin-preview{min-height:calc(100vh - 76px);padding:50px 3vw 70px;position:sticky;top:76px;background:#ecece8}.preview-label{display:flex;justify-content:space-between;margin-bottom:20px;color:#777;font:8px var(--font-geist-mono);letter-spacing:.13em}.preview-card{padding:35px;display:grid;grid-template-columns:105px 1fr;gap:32px;background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.06)}.preview-card.preview-full{grid-template-columns:1fr}.preview-meta{display:flex;flex-direction:column;align-items:flex-start;gap:10px;color:#888;font:7px var(--font-geist-mono)}.preview-meta time{margin-top:14px;color:var(--ink);font-size:9px}.preview-meta small{padding:6px;border:1px solid #ddd}.preview-product{margin:0 0 12px;color:var(--orange);font:7px var(--font-geist-mono);letter-spacing:.12em}.preview-card h2{margin:0;font-size:clamp(27px,2.7vw,46px);line-height:1.05;letter-spacing:-.05em;font-weight:520}.preview-summary{color:#5f625c;font-size:11px;line-height:1.75}.preview-compare{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.preview-compare section{min-height:115px;padding:12px;background:var(--paper)}.preview-compare section:last-child{background:var(--acid)}.preview-compare span{font:650 7px var(--font-geist-mono);display:flex;flex-direction:column;gap:4px;letter-spacing:0}.preview-compare span strong{font:700 10px/1.3 var(--font-body)}.preview-compare span small{color:var(--muted);font:600 6px/1 Inter SG,sans-serif;letter-spacing:.14em}.preview-compare p{margin:30px 0 0;font-size:9px;line-height:1.6;white-space:pre-line}.preview-body{color:#666;font-size:10px;line-height:1.75;white-space:pre-line}.preview-inline-image{margin:18px auto}.preview-inline-image.image-large{width:100%}.preview-inline-image.image-medium{width:72%}.preview-inline-image.image-small{width:46%}.preview-inline-image img{width:100%;aspect-ratio:1.3;object-fit:cover;display:block}.preview-inline-image figcaption{padding-top:7px;display:flex;justify-content:space-between;gap:12px;color:#777;font-size:7px}.preview-inline-image figcaption strong{color:var(--ink);font-weight:520}.admin-library{grid-column:1/-1;padding:70px 4vw 100px;background:#202527;color:#fff}.admin-library .admin-section-title h2{font-size:44px}.admin-loading{margin-top:45px;color:rgba(255,255,255,.5);font-size:12px}.admin-log-list{margin-top:40px;border-top:1px solid rgba(255,255,255,.4)}.admin-log-list article{min-height:105px;display:grid;grid-template-columns:160px 1fr auto;gap:30px;align-items:center;border-bottom:1px solid rgba(255,255,255,.14)}.admin-log-list article>div:first-child{display:flex;align-items:center;gap:12px}.content-status{padding:7px 8px;color:#111;background:#aaa;font:7px var(--font-geist-mono)}.content-status.published{background:var(--acid)}.admin-log-list small,.admin-log-list time{color:rgba(255,255,255,.45);font:8px var(--font-geist-mono)}.admin-log-list h3{margin:8px 0 0;font-size:17px;font-weight:510}.admin-log-list article>div:last-child{display:flex;gap:8px}.admin-log-list button{padding:9px 12px;color:#fff;border:1px solid rgba(255,255,255,.3);background:transparent;cursor:pointer;font-size:9px}.admin-log-list button.danger{color:#ff8e78;border-color:rgba(255,91,53,.5)}.newsletter{position:relative;padding:115px 6vw 125px;color:#fff;text-align:center;background:#252b2d}.newsletter h2{margin:24px 0 15px;font-size:clamp(46px,6vw,84px);line-height:1.05;font-weight:520;letter-spacing:-.055em}.newsletter>p:not(.eyebrow){color:rgba(255,255,255,.5);font-size:13px}.newsletter form{max-width:560px;margin:38px auto 0;display:flex;border-bottom:1px solid rgba(255,255,255,.5)}.newsletter input{flex:1 1;min-width:0;padding:18px 0;color:#fff;border:0;outline:0;background:transparent;font-size:12px}.newsletter input::placeholder{color:rgba(255,255,255,.4)}.newsletter button{padding:0;color:var(--acid);border:0;background:transparent;cursor:pointer;font-size:11px}footer{min-height:175px;padding:35px 3vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:50px;background:#fff}.footer-links{display:flex;gap:28px;font-size:10px}.footer-meta{text-align:right;color:#8a8c86;font:8px/1.7 var(--font-geist-mono);letter-spacing:.1em}.footer-meta p{margin:0}.footer-icp{width:fit-content;min-height:var(--control-min,44px);margin-left:auto;display:inline-flex;align-items:center;color:inherit;text-decoration:none;text-underline-offset:4px}.footer-icp:focus-visible,.footer-icp:hover{text-decoration:underline}@media (max-width:980px){.site-header{height:auto;min-height:84px;padding:16px 22px;flex-wrap:wrap;gap:14px}nav{order:3;width:100%;overflow-x:auto;padding-top:14px;border-top:1px solid var(--line);justify-content:space-between;gap:24px;white-space:nowrap}.hero{min-height:700px}.hero-copy{width:78vw;padding-left:34px}.portal-card{min-height:300px}.product-grid{grid-template-columns:repeat(2,1fr)}.page-hero-stat{display:none}.catalog-intro{grid-template-columns:.4fr 1fr}.catalog-intro>p{grid-column:2}.process-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.process-grid>div,.values-grid article{border-bottom:1px solid rgba(255,255,255,.18)}.manifesto{grid-template-columns:.3fr 1.2fr}.manifesto-copy{grid-column:2}.group-orbit{width:230px;height:230px}.devlog-hero-mark{width:220px;height:220px}.devlog-intro{grid-template-columns:.35fr 1fr}.devlog-intro>p{grid-column:2}.admin-workspace{grid-template-columns:1fr}.admin-preview{min-height:auto;position:static}.admin-editor{border-right:0}footer{grid-template-columns:1fr 1fr}.footer-links{display:none}}@media (max-width:680px){.announcement{padding:8px 18px;justify-content:space-between}.announcement p{max-width:210px}.site-header{align-items:center}.brand img{width:38px;height:38px}.header-tools>a:not(.cart){display:none}nav{font-size:11px}.hero{min-height:690px}.hero-image{object-position:63% center}.hero-shade{background:linear-gradient(0deg,rgba(7,10,11,.92),rgba(7,10,11,.2) 76%)}.hero-copy{width:auto;padding:0 22px 58px}.hero h1{font-size:52px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-product{display:none}.portal-grid{grid-template-columns:1fr}.portal-card{min-height:260px;border-right:0;border-bottom:1px solid rgba(17,17,17,.2);padding:25px 22px}.catalog-section,.featured-section,.group-products{padding:80px 18px 90px}.section-head{align-items:flex-start;flex-direction:column;gap:25px}.product-grid{grid-template-columns:1fr;gap:42px}.quick-view{opacity:1;transform:none}.home-story{grid-template-columns:1fr}.home-story-copy{padding:75px 22px}.page-hero{min-height:520px;padding:65px 22px}.page-hero h1{font-size:72px}.studio-hero{min-height:620px;align-items:flex-start;flex-direction:column;justify-content:flex-end}.studio-hero h1{font-size:56px}.studio-hero img{width:140px;position:absolute;right:20px;top:55px}.group-orbit{position:absolute;right:-70px;top:35px;opacity:.55}.devlog-hero-mark{display:none}.devlog-intro{padding:75px 22px;grid-template-columns:1fr;gap:28px}.devlog-intro>p{grid-column:1}.journal{padding:70px 20px 90px}.journal-entry{grid-template-columns:1fr;gap:35px;padding:60px 0 75px}.journal-entry aside{flex-direction:row;align-items:center;flex-wrap:wrap}.journal-entry aside time{margin:0}.journal-content>h2{font-size:43px}.journal-gallery,.journal-gallery.gallery-3,.problem-solution{grid-template-columns:1fr}.journal-gallery img{min-height:260px}.devlog-cta{padding:80px 22px;grid-template-columns:1fr}.devlog-cta>div:last-child>div{align-items:flex-start;flex-direction:column}.catalog-intro{padding:75px 22px;grid-template-columns:1fr;gap:28px}.catalog-intro>p{grid-column:1}.catalog-intro h2{font-size:46px}.catalog-toolbar{align-items:flex-start;flex-direction:column;justify-content:center;gap:15px}.catalog-toolbar div{width:100%;overflow-x:auto}.stock-guide{padding:80px 22px;grid-template-columns:1fr;gap:45px}.stock-guide .button{grid-column:1}.schedule-section{padding:80px 20px}.schedule-row{grid-template-columns:36px 80px 1fr;padding:18px 0}.schedule-row p,.schedule-row small{grid-column:3}.process-title{flex-direction:column;gap:28px}.process-grid,.values-grid{grid-template-columns:1fr}.process-grid>div{min-height:190px;border-right:0}.manifesto{padding:80px 22px;grid-template-columns:1fr}.manifesto-copy{grid-column:1}.manifesto blockquote{font-size:46px}.studio-image{height:470px}.values-section{padding:80px 20px}.values-heading{align-items:flex-start;flex-direction:column;gap:24px}.values-grid article{min-height:250px;border-right:0}.values-grid h3{margin-top:52px;font-size:26px}.values-grid p{font-size:14px;line-height:1.85}.boundary-section{padding:80px 22px;gap:50px}.boundary-columns,.boundary-section{grid-template-columns:1fr}.boundary-section .button{grid-column:1}.admin-header{padding:12px 16px;position:static;flex-direction:column;align-items:flex-start;gap:12px}.admin-header>div{width:100%;justify-content:space-between}.admin-header>div>span{display:none}.admin-editor,.admin-library,.admin-preview{padding:45px 18px 60px}.admin-actions,.field-row,.layout-picker,.preview-card{grid-template-columns:1fr}.preview-card{padding:22px}.admin-log-list article{padding:22px 0;grid-template-columns:1fr;gap:15px}.admin-log-list article>div:last-child{justify-content:flex-start}.newsletter{padding:90px 22px}.newsletter form{flex-direction:column;border:0}.newsletter input{border-bottom:1px solid rgba(255,255,255,.5)}.newsletter button{min-height:52px;margin-top:10px;text-align:right}footer{grid-template-columns:1fr;gap:25px}.footer-meta{text-align:left}.footer-icp{margin-left:0}}.content-admin-header{min-height:72px;padding:0 28px;position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(210px,260px) minmax(0,1fr) auto;align-items:center;gap:24px;color:var(--ink);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 94%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.content-admin-brand{display:flex;align-items:baseline;gap:12px;white-space:nowrap}.content-admin-brand strong{font-family:var(--font-serif);font-size:22px;font-weight:500}.content-admin-brand small,.content-admin-header-context{color:var(--muted);font-size:12px}.content-admin-header-context{min-width:0;display:flex;align-items:center;gap:14px}.content-admin-header-context b{overflow:hidden;color:var(--ink);font-weight:600;text-overflow:ellipsis;white-space:nowrap}.content-admin-header nav{display:flex;align-items:center;gap:18px;font-size:12px;white-space:nowrap}.content-admin-header nav a{min-height:44px;display:inline-flex;align-items:center;border-bottom:1px solid transparent}.content-admin-header nav a:hover{border-color:var(--green)}.content-admin-header nav span{color:var(--muted)}.content-admin-frame{min-height:calc(100vh - 72px);display:grid;grid-template-columns:260px minmax(0,1fr);align-items:start}.content-admin-sidebar{min-height:calc(100vh - 72px);padding:30px 18px;position:sticky;top:72px;display:grid;grid-template-rows:auto 1fr auto;gap:26px;border-right:1px solid var(--line);background:var(--white)}.admin-sidebar-title{padding:0 10px;display:grid;gap:6px}.admin-sidebar-title small{color:var(--muted);font:11px var(--font-geist-mono);letter-spacing:.08em}.admin-sidebar-title strong{font-size:15px;font-weight:600}.content-admin-sidebar nav{display:grid;align-content:start;gap:5px}.content-admin-sidebar nav a{min-height:64px;padding:10px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:12px;color:var(--muted);border:1px solid transparent}.content-admin-sidebar nav a span{min-width:0;display:grid;gap:3px}.content-admin-sidebar nav a strong{color:var(--ink);font-size:14px;font-weight:600}.content-admin-sidebar nav a small{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.content-admin-sidebar nav a.is-active,.content-admin-sidebar nav a:hover{color:var(--green);background:var(--paper)}.content-admin-sidebar nav a.is-active{border-color:var(--green)}.admin-sidebar-summary{padding:14px 10px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--line)}.admin-sidebar-summary span{display:grid;gap:2px;color:var(--muted);font-size:10px}.admin-sidebar-summary b{color:var(--ink);font:18px var(--font-geist-mono);font-weight:500}.content-admin-main{width:min(1180px,100%);padding:34px clamp(20px,4vw,54px) 100px;display:grid;gap:22px}.content-admin-main>.content-admin-status{position:sticky;top:86px;z-index:15;box-shadow:0 8px 24px color-mix(in srgb,var(--ink) 7%,transparent)}.admin-record-workspace,.content-admin-main .content-admin-panel{padding:clamp(22px,3vw,36px);border:1px solid var(--line);background:var(--white)}.content-admin-main .content-admin-heading{align-items:flex-start}.content-admin-main .content-admin-heading>div{display:grid;gap:8px}.content-admin-main .content-admin-heading h1{margin:0;font-size:clamp(32px,4vw,48px);line-height:1.08}.content-admin-main .content-admin-heading p{max-width:620px;margin:0;color:var(--muted);font-size:14px}.content-admin-grid label>span{color:var(--ink);font-size:13px;font-weight:600}.content-admin-grid input,.content-admin-grid select,.content-admin-grid textarea{border-color:color-mix(in srgb,var(--green) 22%,var(--line))}.content-admin-grid input:focus,.content-admin-grid select:focus,.content-admin-grid textarea:focus{border-color:var(--green);background:var(--white)}.admin-subheading{margin-bottom:22px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.admin-subheading h2{margin:0 0 7px;font-family:var(--font-serif);font-size:28px;font-weight:500}.admin-subheading p{max-width:620px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.admin-record-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:32px;align-items:start}.admin-editor-form{padding-right:30px;border-right:1px solid var(--line)}.admin-record-list{min-width:0;display:grid;align-content:start}.admin-record-list-head{min-height:56px;padding-bottom:14px;display:flex;align-items:baseline;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line)}.admin-record-list-head strong{font:24px var(--font-geist-mono);font-weight:500}.admin-record-list-head span{color:var(--muted);font-size:12px}.admin-record-list article{padding:16px 0;display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;border-bottom:1px solid var(--line)}.admin-record-list article.is-selected{background:linear-gradient(90deg,color-mix(in srgb,var(--green) 6%,transparent),transparent)}.admin-record-list article>img,.admin-thumb-empty{width:56px;height:56px;grid-row:1/span 2;object-fit:cover;background:var(--beige)}.admin-thumb-empty{display:grid;place-items:center;color:var(--muted);font-size:9px;text-align:center}.admin-record-list article>div:not(.list-actions){min-width:0;display:grid;gap:5px}.admin-record-list article strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.admin-record-list article small{color:var(--muted);font-size:11px}.admin-record-list article em{width:fit-content;padding:4px 7px;color:var(--green);border:1px solid color-mix(in srgb,var(--green) 35%,transparent);font-size:10px;font-style:normal}.admin-record-list .list-actions{grid-column:2;justify-content:flex-start}.admin-record-list button,.image-row button,.schedule-edit-row button{min-height:36px;padding:7px 10px;color:var(--ink);border:1px solid var(--line);background:transparent;cursor:pointer;font-size:11px}.admin-record-list button:hover,.image-row button:hover,.schedule-edit-row button:hover{border-color:var(--green)}.admin-record-list .transfer-action{color:var(--white);border-color:var(--green);background:var(--green)}.admin-record-list .danger{color:#8b3d2f}.admin-record-list button:disabled{opacity:.35;cursor:not-allowed}.admin-schedule-editor{margin-top:30px;padding-top:28px;border-top:1px solid var(--line)}.schedule-edit-row{padding:9px 0;display:grid;grid-template-columns:120px minmax(150px,1fr) minmax(150px,1fr) 130px auto;gap:8px}.schedule-edit-row input{width:100%;min-height:44px;padding:9px 10px;border:1px solid var(--line);background:var(--paper);font-size:13px}.admin-value-row{display:grid;grid-template-columns:minmax(160px,.45fr) minmax(0,1fr);gap:10px}.admin-value-row input,.admin-value-row textarea{width:100%;min-height:48px;padding:10px 12px;border:1px solid var(--line);background:var(--paper);font-size:14px}@media (max-width:980px){.content-admin-header{grid-template-columns:1fr auto}.content-admin-header-context{display:none}.content-admin-frame{grid-template-columns:210px minmax(0,1fr)}.content-admin-sidebar{padding-inline:12px}.content-admin-sidebar nav a small{display:none}.admin-record-layout{grid-template-columns:1fr}.admin-editor-form{padding:0 0 28px;border-right:0;border-bottom:1px solid var(--line)}.schedule-edit-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.content-admin-header{min-height:64px;padding:8px 15px;grid-template-columns:1fr auto;gap:10px}.content-admin-brand{display:grid;gap:0}.content-admin-brand strong{font-size:18px}.content-admin-brand small{font-size:10px}.content-admin-header nav{gap:10px}.content-admin-header nav span{display:none}.content-admin-frame{display:block}.content-admin-sidebar{min-height:0;padding:12px 15px;position:static;display:block;border-right:0;border-bottom:1px solid var(--line)}.admin-sidebar-summary,.admin-sidebar-title{display:none}.content-admin-sidebar nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.content-admin-sidebar nav a{min-height:52px;padding:8px}.content-admin-sidebar nav a small{display:none}.content-admin-main{padding:18px 15px 70px}.content-admin-main>.content-admin-status{top:74px}.admin-record-workspace,.content-admin-main .content-admin-panel{padding:20px 16px}.admin-subheading,.content-admin-main .content-admin-heading{align-items:stretch;flex-direction:column}.admin-subheading .button,.content-admin-main .content-admin-heading .button{width:100%}.admin-record-layout{gap:22px}.admin-record-list article{grid-template-columns:48px minmax(0,1fr)}.admin-record-list article>img,.admin-thumb-empty{width:48px;height:48px}.admin-record-list .list-actions{grid-column:1/-1}.admin-value-row,.schedule-edit-row{grid-template-columns:1fr}.schedule-edit-row button{width:100%}}.admin-section-title small,.announcement,.boundary-columns span,.catalog-index,.catalog-toolbar,.devlog-hero-mark small,.devlog-hero-mark span,.devlog-intro span,.eyebrow,.header-tools,.hero-product,.journal-entry aside small,.journal-entry aside span,.journal-entry aside time,.journal-gallery figcaption,.journal-heading,.journal-product,.manifesto-index,.page-hero-stat span,.portal-card small,.portal-top,.preview-label,.problem-solution span,.process-grid span,.product-info>p,.schedule-row small,.schedule-row>span,.schedule-row>strong,.status,.studio-image span,.values-grid span,footer,nav{font-family:Inter SG,sans-serif}.announcement{min-height:32px;background:var(--graphite,#30332f);color:var(--milk,#f3eee4)}.announcement p{color:rgba(243,238,228,.68)}.announcement a{color:var(--sage)}.site-header{height:78px;padding:0 4vw;border-color:var(--beige)}.brand img{width:158px;height:auto;max-height:48px;mix-blend-mode:normal}.brand-cn{display:inline-block;margin-left:-7px;font-size:15px;letter-spacing:.12em;line-height:1;white-space:nowrap;transform:translateY(1px)}.brand small,.brand strong{display:none}nav{gap:clamp(18px,2.5vw,38px)}.header-tools,nav{font:500 10px/1 Inter SG,sans-serif;letter-spacing:.08em}.cart span{border-radius:0;background:var(--green);color:var(--milk)}.hero{display:grid;grid-template-columns:46% 54%;align-items:stretch;background:var(--paper);color:var(--ink)}.hero-image{position:relative;inset:auto;grid-column:2;grid-row:1;width:100%;height:100%;min-height:680px;object-position:center}.hero-shade{display:none}.hero-copy{position:relative;grid-column:1;grid-row:1;width:auto;padding:86px 6vw;display:flex;flex-direction:column;justify-content:center;background:var(--paper)}.hero h1{margin:28px 0 6px;font-size:clamp(52px,5.5vw,82px);line-height:1.04;letter-spacing:-.055em}.hero .eyebrow{color:var(--workshop,#6f8177)}.hero-copy>p:not(.eyebrow){max-width:470px;color:var(--muted);font-size:15px;line-height:1.85}.hero-en{margin:0 0 24px!important;color:var(--clay,#b97858)!important;font:500 clamp(20px,2.2vw,30px)/1.2 Inter SG,sans-serif!important;letter-spacing:-.02em}.hero-signature{margin-top:45px;font:500 10px/1 Inter SG,sans-serif;letter-spacing:.12em}.hero-actions{margin-top:34px}.button{border-radius:0;font:500 10px/1 Inter SG,sans-serif;letter-spacing:.08em}.button.light,.dark-button{background:var(--green);border-color:var(--green);color:var(--milk)}.section-link,.text-link{font:500 10px/1.5 Inter SG,sans-serif;letter-spacing:.06em}.hero-product{right:3vw;bottom:28px;border-color:rgba(243,238,228,.65);text-shadow:0 1px 10px rgba(48,51,47,.45)}.hero-product,.hero-product strong{color:var(--milk)}.hero-product span:last-child{color:rgba(243,238,228,.72)}.portal-grid{background:var(--white)}.portal-card{min-height:300px;padding:30px 3vw 34px}.portal-stock{background:var(--white)}.portal-group{background:var(--beige)}.portal-card:hover{filter:none}.portal-card h2{font-weight:560}.portal-card p,.portal-card small,.portal-top{color:rgba(48,51,47,.68)}.catalog-section,.featured-section,.group-products{padding-top:105px;background:var(--paper)}.boundary-section h2,.catalog-intro h2,.devlog-cta h2,.devlog-intro h2,.journal-content>h2,.manifesto blockquote,.process-title h2,.schedule-heading h2,.section-head h2,.stock-guide h2,.values-heading h2{color:var(--green);font-weight:560}.product-grid{gap:58px 22px}.product-image{aspect-ratio:4/3;background:var(--beige)}.product-info{padding-top:19px}.product-info>p{color:var(--muted);font-size:9px}.product-info h3{color:var(--green);font-size:20px;font-weight:560}.product-meta{color:var(--clay)!important}.product-concept{margin-top:13px!important;color:var(--muted)!important;font:400 12px/1.75 Noto Sans SC SG,sans-serif!important;letter-spacing:0!important}.product-specs{color:var(--muted)}.product-price{border-color:var(--beige);font:500 10px/1.5 Inter SG,sans-serif}.status{background:var(--green);color:var(--milk)}.status.preorder{background:var(--clay)}.status.groupbuy{background:var(--sage);color:var(--ink)}.status.limited{background:var(--graphite,#30332f)}.quick-view{background:var(--white)}.source-note{color:var(--muted)}.home-story{background:var(--green)}.home-story,.home-story h2{color:var(--milk)}.home-story-copy>p:not(.eyebrow){color:rgba(243,238,228,.72)}.home-story .eyebrow{color:var(--sage)}.home-story .button{border-color:var(--milk);color:var(--milk)}.page-hero{min-height:540px;padding:72px 6vw}.page-hero h1{font-size:clamp(64px,8vw,112px);color:inherit}.stock-hero{background:var(--green);color:var(--milk)}.stock-hero .page-hero-copy>p:not(.eyebrow){color:rgba(243,238,228,.68)}.page-hero-stat{color:var(--sage)}.group-hero{background:var(--beige);color:var(--ink)}.group-hero h1{color:var(--green)}.group-orbit{border-color:rgba(44,83,66,.5)}.group-orbit:after,.group-orbit:before{border-color:rgba(44,83,66,.22)}.group-orbit:after{background:var(--green)}.group-orbit span{color:var(--milk)}.studio-hero{min-height:620px;background:var(--paper)}.studio-hero h1{color:var(--green)}.studio-hero img{mix-blend-mode:normal}.catalog-intro,.journal,.manifesto,.schedule-section,.stock-guide{background:var(--white)}.catalog-toolbar,.schedule-list,.values-grid{border-color:var(--green)}.catalog-toolbar span.active,.journal-product{color:var(--clay)}.group-products{background:var(--paper)}.boundary-section,.group-process{background:var(--graphite,#30332f)}.boundary-columns span,.process-grid span{color:var(--sage)}.boundary-columns li,.process-grid p{color:rgba(243,238,228,.62)}.studio-image span{color:var(--green)}.studio-image span,.values-section{background:var(--paper)}.values-grid h3{color:var(--green)}.devlog-hero{min-height:580px;background:var(--graphite,#30332f)}.devlog-hero:before{opacity:.12;background:linear-gradient(90deg,transparent 49.8%,var(--sage) 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,var(--sage) 50%,transparent 50.2%);background-size:96px 96px}.devlog-hero-mark{border-color:rgba(243,238,228,.4)}.devlog-hero-mark span{color:var(--sage)}.devlog-intro{background:var(--sage)}.problem-solution section{background:var(--paper)}.problem-solution section:last-child{background:var(--sage)}.journal-gallery figcaption{background:var(--white)}.devlog-cta{background:var(--paper)}.journal-narrative>div>p{color:var(--muted);font-size:13px;line-height:1.95;white-space:pre-line}.journal-inline-image{margin:52px auto}.journal-inline-image.image-large{width:100%}.journal-inline-image.image-medium{width:72%}.journal-inline-image.image-small{width:46%}.journal-inline-image img{width:100%;max-height:820px;display:block;object-fit:cover;background:var(--beige)}.journal-inline-image.crop-landscape img{aspect-ratio:16/10}.journal-inline-image.crop-square img{aspect-ratio:1}.journal-inline-image.crop-portrait img{aspect-ratio:4/5}.journal-inline-image figcaption{padding:11px 0 0;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font:500 8px/1.4 Inter SG,sans-serif;letter-spacing:.1em}.journal-inline-image figcaption strong{color:var(--green);font:520 11px/1.5 Noto Sans SC SG,sans-serif;letter-spacing:0}.newsletter{background:var(--green);color:var(--milk)}.newsletter .eyebrow{color:var(--sage)}.newsletter button,.newsletter input,footer{color:var(--milk)}footer{background:var(--graphite,#30332f);border-color:rgba(243,238,228,.18)}footer .brand img{width:158px;mix-blend-mode:normal}.footer-meta{color:rgba(243,238,228,.58)}.admin-entry{color:var(--sage)}.admin-shell,.admin-workspace{background:var(--paper)}.admin-header{background:var(--white);border-color:var(--beige)}.admin-brand img{width:155px;height:auto;max-height:48px;object-fit:contain}.admin-brand small,.admin-brand strong{display:none}.admin-editor,.admin-preview{background:var(--paper)}.admin-library{background:var(--graphite,#30332f);color:var(--milk)}.admin-fields input,.admin-fields select,.admin-fields textarea{background:var(--white);color:var(--ink);border-color:var(--beige);border-radius:0}.primary-action{background:var(--green);color:var(--milk)}.secondary-action{border-color:var(--green);color:var(--green)}.layout-option.selected{background:var(--sage);border-color:var(--green)}.preview-card{background:var(--white);border-color:var(--beige)}@media (max-width:900px){.site-header{height:auto;min-height:76px;flex-wrap:wrap;gap:14px 24px;padding-top:14px;padding-bottom:14px}nav{order:3;width:100%;justify-content:space-between}.hero{grid-template-columns:1fr;grid-template-rows:auto 48vw}.hero-copy{grid-column:1;grid-row:1;padding:75px 7vw;border-right:0;border-bottom:1px solid var(--beige)}.hero-image{grid-column:1;grid-row:2;min-height:0}.hero-product{bottom:20px}}.devlog-hero,.group-hero,.page-hero,.stock-hero,.studio-hero{min-height:580px;padding-top:72px;padding-bottom:72px}.page-hero h1{font-size:clamp(68px,8vw,112px);line-height:.94}@media (max-width:900px){.devlog-hero,.group-hero,.page-hero,.stock-hero,.studio-hero{min-height:500px;padding:62px 22px}.page-hero h1{font-size:56px;line-height:1.06}}@media (max-width:680px){.announcement{padding:8px 18px}.site-header{padding:13px 18px}.brand img{width:132px;height:auto}.brand-cn{font-size:12px;letter-spacing:.08em}nav{gap:12px;overflow-x:auto;justify-content:flex-start;padding-bottom:2px}nav a{white-space:nowrap}.hero{min-height:0;grid-template-rows:auto 64vw}.hero-copy{width:auto;padding:64px 22px 58px}.hero h1{font-size:50px}.hero-en{font-size:21px!important}.hero-actions{flex-direction:column;align-items:flex-start;gap:22px}.hero-image{min-height:0;object-position:center}.portal-card{min-height:245px}.catalog-section,.featured-section,.group-products{padding-top:78px}.page-hero{min-height:480px}.page-hero h1{font-size:58px}.studio-hero{min-height:560px}.studio-hero img{width:120px}.admin-brand img{width:130px}.admin-image-editor>article{grid-template-columns:1fr}.admin-image-editor>article>img{width:100%;height:auto;max-height:300px}.image-editor-row{grid-template-columns:1fr}.journal-inline-image.image-medium{width:86%}.journal-inline-image.image-small{width:64%}}.object-hero{min-height:760px;display:grid;grid-template-columns:44% 56%;background:var(--paper)}.object-copy{padding:100px 6vw 80px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--beige)}.object-copy h1{margin:28px 0;color:var(--green);font:560 clamp(58px,7vw,104px)/.92 Inter SG,sans-serif;letter-spacing:-.065em}.object-copy h1 span{font-family:Noto Sans SC SG,sans-serif;font-size:.58em;letter-spacing:-.04em}.object-lead{max-width:480px;margin:0;color:var(--clay,#b97858);font-size:20px;line-height:1.65}.object-body{max-width:500px;margin:25px 0 0;color:var(--muted);font-size:13px;line-height:1.95}.object-actions{margin-top:38px;display:flex;align-items:center;gap:28px}.object-visual{margin:0;position:relative;min-width:0}.object-visual img{width:100%;height:100%;object-fit:cover}.object-visual figcaption{position:absolute;right:24px;bottom:22px;color:var(--paper);font:500 9px/1 Inter SG,sans-serif;letter-spacing:.12em}.object-facts{display:grid;grid-template-columns:repeat(5,1fr);background:var(--white);border-bottom:1px solid var(--beige)}.object-facts div{min-height:120px;padding:26px 2.5vw;border-right:1px solid var(--beige)}.object-facts div:last-child{border-right:0}.object-facts span{display:block;color:var(--muted);font:500 9px/1 Inter SG,sans-serif;letter-spacing:.12em}.object-facts strong{display:block;margin-top:32px;color:var(--green);font:560 13px/1.2 Inter SG,sans-serif}.object-statement{padding:120px 8vw;display:grid;grid-template-columns:.35fr 1.2fr .55fr;gap:5vw;background:var(--sage)}.object-statement h2{margin:0;color:var(--green);font-size:clamp(42px,5.2vw,76px);line-height:1.1;letter-spacing:-.055em;font-weight:560}.object-statement>p:last-child{margin:0;color:rgba(48,51,47,.72);font-size:13px;line-height:1.95}.object-evidence{padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:18px;background:var(--paper)}.object-evidence figure{margin:0;min-width:0}.object-evidence figure.wide{grid-column:1/-1}.object-evidence img{width:100%;height:44vw;max-height:720px;object-fit:cover;background:var(--beige)}.object-evidence .wide img{height:auto;max-height:none;object-fit:contain}.object-evidence figcaption{padding:13px 0 22px;color:var(--muted);font:500 9px/1 Inter SG,sans-serif;letter-spacing:.12em}@media (max-width:760px){.object-hero{min-height:0;grid-template-columns:1fr}.object-copy{padding:72px 22px 64px;border-right:0}.object-visual{height:70vw}.object-facts{grid-template-columns:1fr 1fr}.object-facts div{min-height:100px}.object-statement{padding:80px 22px;gap:30px}.object-evidence,.object-statement{grid-template-columns:1fr}.object-evidence figure.wide{grid-column:1}.object-evidence img{height:74vw}}h1,h2,h3,h4{text-wrap:balance}p{text-wrap:pretty}.eyebrow{font-size:10px;font-weight:560;letter-spacing:.14em}.site-header{position:relative;z-index:20}nav{font-size:11px}.hero{grid-template-columns:43% 57%}.hero,.hero-image{min-height:720px}.hero-copy{padding:92px clamp(30px,5.2vw,82px)}.hero h1{max-width:560px;margin-top:34px;font-family:PingFang SC,Hiragino Sans GB,sans-serif;font-size:clamp(58px,5.8vw,88px);line-height:1.08;letter-spacing:-.045em;font-weight:560}.hero-en{margin-top:10px!important;font-size:clamp(22px,2vw,30px)!important}.hero-copy>p:not(.eyebrow):not(.hero-en){margin-top:8px;font-size:15px;line-height:1.9}.hero-signature{margin-top:50px}.hero-product{min-width:320px}.demo-ribbon{min-height:48px;padding:11px 4vw;display:flex;align-items:center;gap:32px;background:var(--clay,#b97858);color:var(--white)}.demo-ribbon span{flex:none;font:600 9px/1.3 Inter SG,sans-serif;letter-spacing:.14em}.demo-ribbon p{margin:0;font-size:11px;line-height:1.5;color:rgba(251,248,242,.82)}.home-intro{padding:120px 5vw 0;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.62fr);gap:6vw;background:var(--white)}.home-intro-heading h2{max-width:970px;margin:24px 0 0;font-size:clamp(44px,5.2vw,76px);line-height:1.14;letter-spacing:-.045em;font-weight:560}.home-intro-copy{padding-top:44px}.home-intro-copy p{margin:0 0 34px;color:var(--muted);font-size:15px;line-height:2}.orbit-stats{grid-column:1/-1;margin-top:74px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--green)}.orbit-stats>div{min-height:150px;padding:25px 2vw;display:flex;align-items:flex-end;justify-content:space-between;gap:15px;border-right:1px solid var(--beige)}.orbit-stats>div:last-child{border-right:0}.orbit-stats strong{color:var(--green);font:500 clamp(42px,4vw,62px)/.9 Inter SG,sans-serif;letter-spacing:-.05em}.orbit-stats span{color:var(--muted);font:560 9px/1.55 Inter SG,sans-serif;letter-spacing:.12em}.portal-grid{grid-template-columns:repeat(4,1fr);border-top:1px solid var(--beige);border-bottom:1px solid var(--beige)}.portal-card{min-height:275px;padding:27px 2.5vw 32px}.portal-process{background:var(--paper)}.portal-card h2{font-size:clamp(30px,2.7vw,42px);letter-spacing:-.035em}.portal-card p{max-width:290px;font-size:12px;line-height:1.85}.feature-object{min-height:760px;display:grid;grid-template-columns:58% 42%}.feature-object-visual{min-width:0;position:relative;overflow:hidden}.feature-object-visual img{width:100%;height:100%;object-fit:cover}.feature-object-visual>span{position:absolute;left:24px;bottom:22px;padding:9px 11px;background:var(--white);color:var(--green);font:560 9px/1 Inter SG,sans-serif;letter-spacing:.12em}.feature-object-copy{padding:84px clamp(34px,5vw,78px);display:flex;flex-direction:column;justify-content:center}.feature-object-title{margin:35px 0 30px;display:grid;grid-template-columns:38px 1fr;gap:18px;align-items:start}.feature-object-title>span{padding-top:9px;color:var(--muted);font:560 10px/1 Inter SG,sans-serif}.feature-object-title h2{margin:0;color:var(--green);font:550 clamp(54px,5.3vw,82px)/.92 Inter SG,sans-serif;letter-spacing:-.055em}.feature-object-title h2 small{font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:.5em;letter-spacing:-.03em}.feature-lead{max-width:500px;margin:0 0 18px;color:var(--clay,#b97858);font-size:20px;line-height:1.65}.feature-object-copy>p:not(.eyebrow):not(.feature-lead){max-width:500px;margin:0;color:var(--muted);font-size:13px;line-height:1.95}.feature-object-copy dl{margin:38px 0;border-top:1px solid rgba(48,51,47,.26)}.feature-object-copy dl div{padding:13px 0;display:flex;justify-content:space-between;border-bottom:1px solid rgba(48,51,47,.18)}.feature-object-copy dd,.feature-object-copy dt{margin:0;font:560 9px/1.3 Inter SG,sans-serif;letter-spacing:.1em}.feature-object-copy dt{color:var(--muted)}.feature-object-copy dd{color:var(--green)}.feature-object-copy .button{align-self:flex-start}.featured-section{padding:120px 4vw 130px}.section-head h2{max-width:800px;font-size:clamp(42px,4.7vw,68px);line-height:1.14;letter-spacing:-.045em}.product-meta{margin-bottom:9px;display:flex;justify-content:space-between;gap:20px;font:560 9px/1.4 Inter SG,sans-serif;letter-spacing:.1em}.product-concept{min-height:44px;font-family:PingFang SC,Microsoft YaHei,sans-serif!important;font-size:12px!important;line-height:1.8!important}.studio-method{padding:120px 5vw 0;background:var(--ink);color:var(--paper)}.method-heading{display:grid;grid-template-columns:.4fr 1.25fr .55fr;gap:5vw;align-items:end}.method-heading h2{margin:0;color:var(--paper);font-size:clamp(44px,5vw,74px);line-height:1.12;letter-spacing:-.045em;font-weight:540}.method-heading-aside{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.method-heading-aside p{margin:0;color:rgba(243,238,228,.58);font-size:13px;line-height:1.9}.light-text-link{color:var(--paper)}.method-grid{margin-top:86px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(243,238,228,.35)}.method-grid article{min-height:330px;padding:28px 2vw 35px;border-right:1px solid rgba(243,238,228,.16)}.method-grid article:last-child{border-right:0}.method-grid article>div{display:flex;justify-content:space-between;color:var(--sage);font:560 9px/1 Inter SG,sans-serif;letter-spacing:.12em}.method-grid h3{margin:96px 0 20px;color:var(--paper);font-size:25px;font-weight:520;letter-spacing:-.02em}.method-grid p{margin:0;color:rgba(243,238,228,.56);font-size:12px;line-height:1.9}.home-journal{padding:120px 4vw 130px}.home-journal-head{margin-bottom:58px;display:flex;align-items:end;justify-content:space-between;gap:40px}.home-journal-head h2{margin:22px 0 0;color:var(--green);font-size:clamp(44px,5vw,72px);line-height:1.1;letter-spacing:-.045em;font-weight:560}.journal-preview-list{border-top:1px solid var(--green)}.journal-preview{min-height:210px;padding:22px 0;display:grid;grid-template-columns:125px 250px 1fr 26px;gap:34px;align-items:center;border-bottom:1px solid var(--beige);transition:background .2s}.journal-preview:hover{background:var(--paper)}.journal-preview-meta{align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;color:var(--muted);font:560 9px/1.4 Inter SG,sans-serif;letter-spacing:.1em}.journal-preview-image{height:164px;overflow:hidden;background:var(--beige)}.journal-preview-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.journal-preview:hover img{transform:scale(1.025)}.journal-preview-copy{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:18px}.journal-preview-copy>span{padding-top:8px;color:var(--clay,#b97858);font:560 9px/1 Inter SG,sans-serif}.journal-preview-copy h3{margin:0;color:var(--green);font-size:clamp(24px,2.4vw,36px);line-height:1.25;font-weight:530;letter-spacing:-.035em}.journal-preview-copy p{grid-column:2;max-width:650px;margin:16px 0 0;color:var(--muted);font-size:12px;line-height:1.85}.home-story{min-height:560px;grid-template-columns:1fr}.home-story-copy{padding:110px 8vw}.home-story h2{font-size:clamp(48px,5.3vw,78px);line-height:1.12}.home-story-copy>p:not(.eyebrow){max-width:610px;font-size:14px;line-height:2}.newsletter h2{font-size:clamp(44px,5vw,72px);letter-spacing:-.045em}@media (max-width:980px){.home-intro{grid-template-columns:1fr}.home-intro-copy{padding-top:0;max-width:650px}.orbit-stats{margin-top:30px}.portal-grid{grid-template-columns:repeat(2,1fr)}.feature-object{grid-template-columns:1fr}.feature-object-visual{height:68vw;max-height:720px}.method-heading{grid-template-columns:1fr}.method-heading-aside{max-width:600px}.method-grid{grid-template-columns:repeat(2,1fr)}.method-grid article:nth-child(2){border-right:0}.method-grid article{border-bottom:1px solid rgba(243,238,228,.16)}.journal-preview{grid-template-columns:100px 210px 1fr 22px;gap:24px}}@media (max-width:680px){.hero{grid-template-columns:1fr;grid-template-rows:auto 72vw}.hero-copy{padding:70px 22px 62px}.hero h1{font-size:52px}.demo-ribbon{align-items:flex-start;flex-direction:column;gap:5px;padding:14px 18px}.home-intro{padding:82px 22px 0}.home-intro-heading h2{font-size:42px}.orbit-stats{grid-template-columns:1fr 1fr}.orbit-stats>div{min-height:120px;padding:22px 15px}.orbit-stats>div:nth-child(2){border-right:0}.portal-grid{grid-template-columns:1fr}.portal-card{min-height:225px}.feature-object-visual{height:78vw}.feature-object-copy{padding:70px 22px}.feature-object-title h2{font-size:52px}.featured-section{padding:85px 18px 95px}.studio-method{padding:85px 22px 0}.method-heading h2{font-size:42px}.method-grid{grid-template-columns:1fr;margin-top:58px}.method-grid article{min-height:250px;padding:26px 0;border-right:0}.method-grid h3{margin-top:55px}.home-journal{padding:85px 18px 95px}.home-journal-head{align-items:flex-start;flex-direction:column}.home-journal-head h2{font-size:42px}.journal-preview{padding:28px 0;grid-template-columns:1fr 24px;gap:18px}.journal-preview-meta{grid-column:1;grid-row:1;flex-direction:row}.journal-preview-image{grid-column:1/-1;grid-row:2;height:56vw}.journal-preview-copy{grid-column:1;grid-row:3}.journal-preview>span:last-child{grid-column:2;grid-row:3}.home-story{min-height:0}.home-story-copy{padding:85px 22px}}.button,.button:visited{text-decoration:none}.button.dark-button,.button.light,.devlog-cta .button,.feature-object .button,.hero .button,.object-actions .button,.stock-guide .button{background:#2c5342;border-color:#2c5342;color:#fbf8f2}.button.dark-button span,.button.light span,.devlog-cta .button span,.feature-object .button span,.hero .button span,.object-actions .button span,.stock-guide .button span{color:inherit}.button.dark-button:hover,.button.light:hover,.devlog-cta .button:hover,.feature-object .button:hover,.hero .button:hover,.object-actions .button:hover,.stock-guide .button:hover{background:#30332f;border-color:#30332f;color:#ffffff}.boundary-section .button.light,.group-process .button.light{background:#f3eee4;border-color:#f3eee4;color:#2c5342}.boundary-section .button.light:hover,.group-process .button.light:hover{background:#ffffff;border-color:#ffffff;color:#30332f}.home-story .button.dark-button{background:transparent;border-color:#f3eee4;color:#f3eee4}.home-story .button.dark-button:hover{background:#f3eee4;border-color:#f3eee4;color:#2c5342}.primary-action{background:#2c5342;border-color:#2c5342;color:#ffffff}.secondary-action{background:#fbf8f2;border-color:#2c5342;color:#2c5342}.button:focus-visible,.primary-action:focus-visible,.secondary-action:focus-visible{outline:2px solid #b97858;outline-offset:3px}blockquote,h1,h2,h3{font-family:var(--font-display);font-weight:600}.announcement{min-height:38px;padding:8px var(--space-gutter);background:var(--sage);color:var(--green);border-bottom:1px solid rgba(44,83,66,.18);font-size:10px;letter-spacing:.08em}.announcement p{color:rgba(44,83,66,.74)}.announcement a{color:var(--green);font-weight:650}.site-header{min-height:88px;height:auto;padding:16px var(--space-gutter);background:var(--white);border-bottom:1px solid var(--beige)}.brand{gap:13px}.brand img{width:148px;max-height:44px}.brand-cn{color:var(--green);font-size:16px;font-weight:600;letter-spacing:.14em}.brand-footer .brand-cn{color:var(--milk)}nav{gap:clamp(20px,3.6vw,52px);color:var(--green);font-family:var(--font-body);font-size:12px;font-weight:550;letter-spacing:.04em}.desktop-navigation a[aria-current=page]{color:var(--ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:6px}.header-tools{color:var(--green);font-size:11px}.cart{border-color:var(--beige)}.mobile-menu-toggle,.mobile-navigation{display:none}.hero{min-height:680px;grid-template-columns:minmax(0,.42fr) minmax(0,.58fr)}.hero,.hero-copy{background:var(--white)}.hero-copy{padding:clamp(66px,8vw,120px) clamp(30px,5.8vw,94px);border-right:1px solid var(--beige)}.hero h1{margin:28px 0 13px;color:var(--green);font-family:var(--font-display);font-size:clamp(62px,6.4vw,104px);line-height:1.06;letter-spacing:.02em;font-weight:600}.hero-en{margin:0 0 23px!important;color:var(--clay)!important;font-family:var(--font-display)!important;font-size:clamp(21px,2.2vw,31px)!important;line-height:1.4!important;letter-spacing:.04em}.hero-copy>p:not(.eyebrow):not(.hero-en){max-width:430px;color:rgba(48,51,47,.76);font-size:14px;line-height:2}.hero-actions{margin-top:38px;gap:18px}.button{min-height:56px;padding:0 22px;border-radius:var(--radius-none);font-family:var(--font-body);font-size:13px;letter-spacing:.02em}.hero .dark-button{min-width:182px;justify-content:center;gap:22px}.hero .text-link{font-size:12px}.hero-signature{margin-top:58px;color:var(--muted)}.hero-product{right:28px;bottom:26px}.demo-ribbon{min-height:44px;padding:9px var(--space-gutter);background:var(--sage);border-bottom:1px solid rgba(44,83,66,.18)}.demo-ribbon,.demo-ribbon span{color:var(--green)}.demo-ribbon p{color:rgba(44,83,66,.74)}.catalog-section,.featured-section,.group-products,.home-intro,.home-journal{padding-top:var(--space-section);padding-bottom:var(--space-section)}.feature-object-title h2,.home-intro-heading h2,.home-journal-head h2,.home-story h2,.method-heading h2,.section-head h2{font-family:var(--font-display);font-weight:600}.home-intro-heading h2{color:var(--green)}.portal-card,.portal-grid{border-color:var(--beige)}.portal-card{min-height:292px;border-radius:0}.portal-card h2{font-family:var(--font-display);color:var(--green)}.portal-group{background:var(--clay)}.portal-group h2,.portal-group p{color:var(--white)}.portal-group .portal-top,.portal-group small{color:rgba(255,255,255,.72)}.portal-studio{background:var(--sage)}.feature-object-visual,.journal-preview-image,.product-image,.studio-image{border-radius:0}.product-image{aspect-ratio:1.12}.product-info h3{font-family:var(--font-display);font-size:22px;font-weight:600}.product-meta,.product-price,.product-specs{font-family:var(--font-body)}.quick-view,.status{border-radius:0}.section-link,.text-link{color:var(--green)}.feature-object{background:var(--beige)}.feature-object-copy{padding:clamp(58px,7vw,110px)}.feature-object-copy h2{color:var(--green)}.feature-object-copy .feature-lead{color:var(--clay)}.studio-method{padding-top:var(--space-section)}.method-grid article{border-color:rgba(243,238,228,.2)}.method-grid h3{font-family:var(--font-display);font-weight:600}.home-journal{background:var(--white)}.journal-preview{border-color:var(--beige)}.boundary-section h2,.catalog-intro h2,.devlog-cta h2,.journal-content>h2,.journal-empty h2,.journal-preview-copy h3,.manifesto blockquote,.object-copy h1,.page-hero h1,.process-title h2,.schedule-heading h2,.stock-guide h2,.values-heading h2{font-family:var(--font-display);font-weight:600}.boundary-section,.catalog-intro,.devlog-cta,.devlog-intro,.journal,.manifesto,.page-hero,.schedule-section,.stock-guide,.values-section{padding-left:var(--space-gutter);padding-right:var(--space-gutter)}@media (max-width:900px){.site-header{align-items:center}.hero{grid-template-columns:1fr;grid-template-rows:auto 62vw}.hero-copy{padding:74px var(--space-gutter) 62px;border-right:0;border-bottom:1px solid var(--beige)}.hero h1{font-size:clamp(56px,12vw,86px)}.hero-image{min-height:0}.portal-card{min-height:250px}}@media (max-width:680px){.announcement{align-items:flex-start;flex-direction:column;gap:2px}.site-header{padding:13px 18px}.brand img{width:128px}.brand-cn{font-size:13px;letter-spacing:.08em}nav{gap:16px;font-size:11px}.hero{grid-template-rows:auto 76vw}.hero-copy{padding:62px 22px 54px}.hero h1{margin-top:22px;font-size:54px}.hero-en{font-size:21px!important}.hero-actions{align-items:stretch;flex-direction:column;gap:12px}.hero .dark-button{width:100%}.hero .text-link{align-self:flex-start;margin-top:8px}.hero-signature{margin-top:44px}.demo-ribbon{align-items:flex-start;flex-direction:column;gap:3px;padding:11px 18px}.catalog-section,.featured-section,.group-products,.home-intro,.home-journal{padding-top:82px;padding-bottom:92px}.portal-card{min-height:220px}.section-head{align-items:flex-start;flex-direction:column;gap:24px}.feature-object-copy{padding:68px 22px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (max-width:680px){body,html{min-width:320px;overflow-x:hidden}.site-header{position:sticky;top:0;z-index:30;min-height:70px;padding:11px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px}.site-header .brand{min-width:0;flex:1 1 auto}.site-header .brand img{width:118px;max-width:42vw}.site-header .brand-cn{font-size:12px;letter-spacing:.06em}.site-header .desktop-navigation,.site-header .header-tools{display:none}.mobile-menu-toggle{position:relative;z-index:32;width:62px;min-height:44px;padding:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;border:0;background:transparent;color:var(--green);font:600 11px/1 var(--font-body);letter-spacing:.08em;cursor:pointer}.mobile-menu-toggle:focus-visible{outline:2px solid var(--clay);outline-offset:3px}.mobile-menu-icon{position:relative;width:17px;height:12px;display:block}.mobile-menu-icon:after,.mobile-menu-icon:before{content:"";position:absolute;left:0;width:17px;height:1px;background:currentColor;transition:transform .2s ease,top .2s ease}.mobile-menu-icon:before{top:2px}.mobile-menu-icon:after{top:9px}.mobile-menu-toggle.is-open .mobile-menu-icon:before{top:5px;transform:rotate(45deg)}.mobile-menu-toggle.is-open .mobile-menu-icon:after{top:5px;transform:rotate(-45deg)}.site-header .mobile-menu-backdrop{position:fixed;z-index:20;inset:0;display:block;width:100%;height:100%;padding:0;border:0;background:rgba(24,42,35,.24);cursor:pointer}.site-header .mobile-menu-backdrop[hidden]{display:none}.site-header .mobile-navigation{order:3;position:relative;z-index:31;grid-column:1/-1;width:calc(100% + 32px);margin:0 -16px;padding:0 16px;display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--beige);background:var(--white)}.site-header .mobile-navigation[hidden]{display:none}.site-header .mobile-navigation a{min-height:58px;padding:0 4px;display:grid;grid-template-columns:32px minmax(0,1fr) 24px;align-items:center;gap:8px;color:var(--green);border-bottom:1px solid var(--beige);transition:background-color .18s ease,padding .18s ease}.site-header .mobile-navigation a:last-child{border-bottom:0}.site-header .mobile-navigation a:hover,.site-header .mobile-navigation a[aria-current=page]{padding-left:10px;background:rgba(183,197,181,.28)}.site-header .mobile-navigation a:focus-visible{outline:2px solid var(--clay);outline-offset:-2px}.mobile-navigation-arrow,.mobile-navigation-index{color:var(--text-secondary);font:600 10px/1 Inter SG,sans-serif;letter-spacing:.08em}.mobile-navigation-arrow{justify-self:end;font-size:13px}.mobile-navigation-label{display:flex;align-items:baseline;gap:10px}.mobile-navigation-label strong{color:var(--green);font:600 15px/1.2 var(--font-body);letter-spacing:.02em}.mobile-navigation-label small{color:var(--text-secondary);font:600 9px/1 Inter SG,sans-serif;letter-spacing:.12em}.announcement{min-height:0;padding:8px 16px;gap:2px 12px;align-items:flex-start;flex-direction:column;font-size:9px}.announcement p{max-width:none}.hero{min-height:0;grid-template-columns:1fr;grid-template-rows:auto 78vw}.hero-copy{grid-column:1;grid-row:1;width:100%;padding:64px 22px 52px;border-right:0}.hero h1{margin:22px 0 10px;font-size:54px;line-height:1.1}.hero-en{margin-bottom:18px!important;font-size:21px!important}.hero-copy>p:not(.eyebrow):not(.hero-en){max-width:33em;font-size:14px;line-height:1.9}.hero-actions{margin-top:28px;align-items:stretch;flex-direction:column;gap:10px}.hero .dark-button{width:100%;min-height:52px}.hero .text-link{align-self:flex-start;min-height:44px;display:inline-flex;align-items:center}.hero-signature{margin-top:36px}.hero-product{display:none}.hero-image{grid-column:1;grid-row:2;min-height:0;object-position:58% center}.demo-ribbon{min-height:0;padding:11px 16px;gap:3px;align-items:flex-start;flex-direction:column}.demo-ribbon p{font-size:10px;line-height:1.6}.catalog-section,.featured-section,.group-products,.home-intro,.home-journal{padding:82px 18px 92px}.home-intro{display:block}.home-intro-heading h2{font-size:40px;line-height:1.18}.home-intro-copy{padding-top:28px}.home-intro-copy p{font-size:14px;line-height:1.9}.orbit-stats{margin-top:46px;grid-template-columns:1fr 1fr}.orbit-stats>div{min-height:108px;padding:19px 13px}.orbit-stats strong{font-size:42px}.portal-grid{grid-template-columns:1fr}.portal-card{min-height:220px;padding:25px 22px;border-right:0;border-bottom:1px solid rgba(17,17,17,.2)}.portal-card h2{margin:10px 0 12px;font-size:35px}.portal-card p{max-width:29em;font-size:12px}.home-journal-head,.section-head{align-items:flex-start;flex-direction:column;gap:22px}.home-journal-head h2,.section-head h2{font-size:42px}.product-grid{grid-template-columns:1fr;gap:44px}.product-image{aspect-ratio:1.12}.quick-view{opacity:1;transform:none}.product-info h3{font-size:23px}.product-price{min-height:44px;align-items:center}.feature-object{grid-template-columns:1fr}.feature-object-visual{height:78vw;max-height:none}.feature-object-copy{padding:70px 22px}.feature-object-title h2{font-size:54px}.feature-object-copy .button{width:100%;justify-content:center}.page-hero{min-height:500px;padding:62px 22px}.page-hero h1{max-width:100%;font-size:56px;line-height:1.06}.page-hero-copy>p:not(.eyebrow){font-size:14px;line-height:1.9}.devlog-hero-mark,.page-hero-stat{display:none}.boundary-section,.catalog-intro,.devlog-cta,.devlog-intro,.journal,.manifesto,.schedule-section,.stock-guide,.values-section{padding-left:22px;padding-right:22px}.catalog-intro{display:block;padding-top:76px;padding-bottom:76px}.catalog-intro h2{margin:26px 0;font-size:44px}.catalog-toolbar{min-height:104px;align-items:flex-start;flex-direction:column;justify-content:center;gap:12px}.catalog-toolbar div{width:100%;overflow-x:auto;padding-bottom:4px}.schedule-section{padding-top:76px;padding-bottom:86px}.schedule-heading{align-items:flex-start;flex-direction:column;gap:18px}.schedule-heading h2{font-size:54px}.schedule-row{grid-template-columns:34px 74px minmax(0,1fr);gap:9px;min-height:0;padding:18px 0}.schedule-row h3{font-size:20px}.schedule-row p,.schedule-row small{grid-column:3}.schedule-row small{justify-self:start}.studio-hero{min-height:580px;align-items:flex-start;flex-direction:column;justify-content:flex-end}.studio-hero h1{font-size:54px}.studio-hero img{width:128px;position:absolute;right:22px;top:48px}.group-orbit{width:210px;height:210px;position:absolute;right:-74px;top:26px;opacity:.5}.devlog-intro{display:block;padding-top:76px;padding-bottom:76px}.devlog-intro h2{margin:28px 0;font-size:46px}.journal{padding-top:70px;padding-bottom:90px}.journal-entry{grid-template-columns:1fr;gap:32px;padding:58px 0 72px}.journal-entry aside{flex-direction:row;align-items:center;flex-wrap:wrap}.journal-entry aside time{margin:0}.journal-content>h2{font-size:42px}.journal-gallery,.journal-gallery.gallery-3,.problem-solution{grid-template-columns:1fr}.problem-solution section{min-height:0;padding:22px}.problem-solution p{margin-top:28px;font-size:15px;line-height:1.85}.journal-gallery img{min-height:0;max-height:none;aspect-ratio:1.25}.journal-inline-image.image-medium{width:88%}.journal-inline-image.image-small{width:68%}.devlog-cta{display:block;padding-top:78px;padding-bottom:86px}.devlog-cta>div:last-child{margin-top:30px}.devlog-cta>div:last-child>div{align-items:flex-start;flex-direction:column;gap:13px}.object-hero{grid-template-columns:1fr;min-height:0}.object-copy{padding:70px 22px 62px;border-right:0}.object-copy h1{font-size:56px}.object-visual{height:76vw}.object-facts{grid-template-columns:1fr 1fr}.object-facts div{min-height:96px;padding:20px 16px}.object-facts strong{margin-top:22px}.object-statement{padding:78px 22px;grid-template-columns:1fr;gap:28px}.object-statement h2{font-size:44px}.object-evidence{grid-template-columns:1fr;padding:12px;gap:12px}.object-evidence figure.wide{grid-column:1}.object-evidence img{height:auto;aspect-ratio:1.2}.studio-method{padding:82px 22px 0}.method-heading{display:block}.method-heading h2{margin-top:24px;font-size:42px}.method-heading>p:last-child{margin-top:24px;font-size:13px}.method-grid{grid-template-columns:1fr;margin-top:54px}.method-grid article{min-height:230px;padding:25px 0;border-right:0}.method-grid h3{margin-top:54px;font-size:24px}.home-story{min-height:0;grid-template-columns:1fr}.home-story-copy{padding:78px 22px}.admin-header{min-height:0;padding:12px 16px;position:static;flex-direction:column;align-items:stretch;gap:12px}.admin-header>div{width:100%;justify-content:space-between}.admin-header>div>span{display:none}.admin-workspace{display:flex;flex-direction:column}.admin-editor{order:1;min-height:0;padding:42px 18px 92px}.admin-preview{order:2;min-height:0;padding:42px 18px 56px;position:static}.admin-library{order:3;padding:58px 18px 72px}.admin-section-title{align-items:flex-start;flex-direction:column;gap:16px}.admin-section-title h1,.admin-section-title h2{font-size:34px}.admin-fields{margin-top:30px}.admin-fields fieldset,.admin-fields>.field-row,.admin-fields>label{margin-bottom:22px}.admin-actions,.field-row,.layout-picker,.preview-compare{grid-template-columns:1fr}.admin-fields input,.admin-fields select,.admin-fields textarea{min-height:48px;padding:12px 13px;font-size:13px}.admin-fields textarea{min-height:112px}.body-editor{min-height:210px!important}.layout-picker button{min-height:105px}.upload-zone{min-height:140px}.admin-image-editor>article{grid-template-columns:1fr;padding:12px}.admin-image-editor>article>img{width:100%;height:auto;max-height:260px;aspect-ratio:1.2}.image-editor-row{grid-template-columns:1fr}.image-editor-actions{flex-wrap:wrap}.admin-log-list button,.ghost-button,.image-editor-actions button{min-height:44px;padding:10px 13px}.image-editor-actions button.danger{margin-left:0}.admin-actions{position:sticky;bottom:0;z-index:10;margin:28px -18px -92px;padding:12px 18px;background:rgba(243,238,228,.96);border-top:1px solid var(--beige)}.admin-actions button{min-height:52px}.preview-card{padding:20px;grid-template-columns:1fr;gap:24px;box-shadow:none}.preview-card h2{font-size:34px}.preview-compare section{min-height:0;padding:16px}.preview-compare p{margin-top:20px}.preview-inline-image.image-medium{width:88%}.preview-inline-image.image-small{width:68%}.admin-log-list{margin-top:28px}.admin-log-list article{grid-template-columns:1fr;gap:14px;padding:20px 0}.admin-log-list article>div:last-child{justify-content:flex-start;flex-wrap:wrap}footer{min-height:0;padding:38px 22px;grid-template-columns:1fr;gap:22px}footer .brand img{width:138px}footer .brand-cn{font-size:13px}.footer-meta{text-align:left}.newsletter{padding:84px 22px 92px}.newsletter form{flex-direction:column;border:0}.newsletter input{min-height:52px;border-bottom:1px solid rgba(255,255,255,.5)}.newsletter button{min-height:52px;margin-top:8px;text-align:left}}@media (max-width:360px){.site-header{gap:8px}.site-header .brand{gap:7px}.site-header .brand img{width:76px;max-width:none}.site-header .brand-cn{font-size:11px;letter-spacing:.04em}.site-header .brand-en{font-size:8px;letter-spacing:.1em}.mobile-menu-toggle{width:56px;gap:8px}}.brand{gap:5px}.brand img{width:150px}.brand-cn{margin-left:-3px;font-family:var(--font-display)}.boundary-columns,.devlog-intro,.header-tools,.journal,.journal-content,.journal-narrative,.page-hero-copy>p:not(.eyebrow),.process-grid,.product-info,.product-meta,.product-price,.product-specs,.values-grid p,nav{font-family:var(--font-body)}.devlog-hero h1,.devlog-intro h2,.journal-content>h2,.journal-empty h2{font-family:var(--font-body);font-weight:600;letter-spacing:-.045em}.brand{gap:14px;align-items:center}.brand>img{width:52px;height:44px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.brand-copy .brand-cn{margin:0;font-family:var(--font-display);font-size:19px;line-height:1;letter-spacing:.12em}.brand-copy .brand-en{color:var(--green);font:600 9px/1 Inter SG,sans-serif;letter-spacing:.19em;white-space:nowrap}.brand-footer .brand-copy .brand-en{color:var(--milk)}.catalog-intro h2,.devlog-cta h2,.group-process h2,.journal-content>h2,.page-hero:not(.studio-hero) h1,.schedule-heading h2{font-family:var(--font-display)!important;font-weight:600}.group-status{position:relative;z-index:1;width:min(100%,430px);min-width:0;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:22px;align-items:end;padding:18px 0 8px;border-top:1px solid rgba(44,83,66,.5);color:var(--green)}.group-status-label{grid-column:1/-1;margin-bottom:12px;color:rgba(44,83,66,.68);font:600 10px/1.3 Inter SG,sans-serif;letter-spacing:.14em}.group-status strong{color:var(--green);font:500 clamp(88px,8vw,128px)/.76 Inter SG,sans-serif;letter-spacing:-.08em}.group-status-copy{display:flex;flex-direction:column;gap:8px;min-height:88px;justify-content:center;padding:0 0 0 20px;border-left:1px solid rgba(44,83,66,.35)}.group-status-copy span{font:600 14px/1.3 var(--font-body)}.group-status-copy small{color:rgba(44,83,66,.65);font:600 8px/1.5 Inter SG,sans-serif;letter-spacing:.14em}@media (max-width:900px){.group-status{min-width:0;width:100%;margin-top:38px;padding-left:0}.group-status strong{font-size:102px}.group-status-copy{min-height:76px}}.page-hero-stat{min-width:330px;justify-content:flex-end;gap:24px}.page-hero-stat-value{position:relative;padding-right:24px;display:flex;align-items:flex-end;flex:none}.page-hero-stat-value strong{font-size:clamp(82px,9vw,132px)}.page-hero-stat-value span{position:absolute;right:0;bottom:4px;color:currentColor;font:600 12px/1 var(--font-body);white-space:nowrap}.page-hero-stat-copy{min-width:148px;padding:0 0 8px 18px;display:flex;flex-direction:column;align-items:flex-start;gap:8px;border-left:1px solid;color:currentColor}.page-hero-stat-copy b{color:currentColor;font:600 14px/1.45 var(--font-body);letter-spacing:.02em;white-space:nowrap}.page-hero-stat-copy small{color:currentColor;font:600 8px/1.55 Inter SG,sans-serif;letter-spacing:.13em;opacity:.72}@media (max-width:980px){.page-hero-stat{display:flex;min-width:0;margin-top:28px;align-self:flex-end}.page-hero-stat-value strong{font-size:88px}.page-hero-stat-copy{min-width:142px}}.group-hero .eyebrow.dark{color:var(--green);opacity:.86}.group-hero .page-hero-copy>p:not(.eyebrow){color:rgba(48,51,47,.88)}.group-hero .page-hero-stat,.group-hero .page-hero-stat-copy,.group-hero .page-hero-stat-value span{color:var(--green)}.devlog-hero .page-hero-stat,.devlog-hero .page-hero-stat-copy,.devlog-hero .page-hero-stat-value span,.stock-hero .page-hero-stat,.stock-hero .page-hero-stat-copy,.stock-hero .page-hero-stat-value span{color:var(--milk)}.devlog-hero .eyebrow,.stock-hero .eyebrow{color:rgba(243,238,228,.82)}.catalog-index,.schedule-row small,.schedule-row>span,.stock-guide li>span{color:#63746a}.product-info>p,.product-specs,.schedule-row p,.source-note,.stock-guide li p{color:#53675c}.contact-page{padding:104px 5vw 128px;background:var(--white,#fbf8f2)}.contact-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);gap:7vw;align-items:end;padding-bottom:72px}.contact-intro .eyebrow{grid-column:1/-1;color:var(--green,#2c5342)}.contact-intro h1{margin:22px 0 0;color:var(--green,#2c5342);font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:clamp(64px,8vw,116px);font-weight:600;line-height:.95;letter-spacing:-.06em}.contact-intro>p:last-child{max-width:430px;margin:0 0 8px;color:var(--muted,#6f8177);font-size:15px;line-height:1.9}.contact-grid{display:grid;grid-template-columns:minmax(440px,.9fr) minmax(0,1.1fr);border-top:1px solid var(--green,#2c5342);border-bottom:1px solid var(--green,#2c5342)}.contact-wechat{min-height:520px;padding:clamp(32px,4vw,62px);display:grid;grid-template-columns:1fr;align-content:start;align-items:start;gap:clamp(38px,4.5vw,68px);background:var(--beige,#d7cbb8);border-right:1px solid var(--green,#2c5342)}.contact-qr,.contact-qr-placeholder{width:min(100%,360px);aspect-ratio:1;margin:0;display:grid;place-items:center;justify-self:start;background:var(--white,#fbf8f2);border:1px solid rgba(44,83,66,.32)}.contact-qr img{width:100%;height:100%;object-fit:contain;display:block}.contact-qr-placeholder img{width:66px;height:56px;object-fit:contain}.contact-qr-placeholder span{margin-top:-42px;color:var(--green,#2c5342);font:600 9px/1 Inter SG,sans-serif;letter-spacing:.16em}.contact-qr-placeholder small{margin-top:-54px;color:var(--muted,#6f8177);font-size:11px}.contact-index{margin:0 0 28px;color:var(--green,#2c5342);font:600 9px/1.4 Inter SG,sans-serif;letter-spacing:.14em}.contact-wechat-copy{max-width:480px}.contact-group h2,.contact-wechat h2{margin:0;color:var(--green,#2c5342);font-family:Songti SC,STSong,"Noto Serif SC",serif;font-weight:600}.contact-wechat h2{font-size:clamp(38px,4vw,58px);line-height:1.08;white-space:nowrap}.contact-wechat-copy>p:not(.contact-index){max-width:390px;margin:22px 0 18px;color:rgba(48,51,47,.78);font-size:15px;line-height:1.8}.contact-wechat-copy>small{color:var(--green,#2c5342);font-size:12px}.contact-channel-list{min-width:0}.contact-group{display:grid;grid-template-columns:minmax(150px,.42fr) minmax(0,1fr);border-bottom:1px solid var(--beige,#d7cbb8)}.contact-group:last-child{border-bottom:0}.contact-group>div:first-child{padding:28px 24px}.contact-group>div:first-child span{display:block;margin-bottom:42px;color:var(--muted,#6f8177);font:600 9px/1 Inter SG,sans-serif;letter-spacing:.14em}.contact-group h2{font-size:26px}.contact-group>div:last-child{border-left:1px solid var(--beige,#d7cbb8)}.contact-group a{min-height:92px;padding:22px 24px;display:grid;grid-template-columns:1fr auto;align-content:center;column-gap:20px;color:var(--graphite,#30332f);border-bottom:1px solid var(--beige,#d7cbb8);transition:background .2s,color .2s}.contact-group a:last-child{border-bottom:0}.contact-group a:hover{background:var(--green,#2c5342);color:var(--milk,#f3eee4)}.contact-group a strong{font-size:15px;font-weight:600}.contact-group a small{margin-top:6px;color:var(--muted,#6f8177);font-size:11px}.contact-group a:hover small{color:rgba(243,238,228,.72)}.contact-group a>span{grid-column:2;grid-row:1/span 2;align-self:center;font-size:18px}.contact-group a>.contact-link-main{min-width:0;display:flex;grid-column:1;grid-row:1;align-items:center;gap:13px;font-size:inherit}.contact-link-copy{min-width:0;display:grid}.contact-link-copy strong{overflow-wrap:anywhere}.platform-icon{width:19px;height:19px;flex:0 0 19px;color:currentColor;fill:currentColor}.platform-icon-zfrontier{display:inline-block;background:currentColor;-webkit-mask:url(/brand/zfrontier-mark.svg) center/contain no-repeat;mask:url(/brand/zfrontier-mark.svg) center/contain no-repeat}.contact-group a>span[aria-hidden=true]:not(.platform-icon){grid-column:2;grid-row:1;align-self:center;font-size:18px}.contact-email>a{border-left:1px solid var(--beige,#d7cbb8)}@media (max-width:980px){.contact-page{padding:78px 22px 92px}.contact-intro{grid-template-columns:1fr;gap:30px;padding-bottom:54px}.contact-intro h1{font-size:clamp(56px,13vw,82px)}.contact-grid{grid-template-columns:1fr}.contact-wechat{min-height:0;border-right:0;border-bottom:1px solid var(--green,#2c5342)}}@media (max-width:680px){.contact-wechat{padding:32px 20px 38px;gap:34px}.contact-qr,.contact-qr-placeholder{width:min(82vw,320px)}.contact-index{margin-bottom:22px}.contact-group{grid-template-columns:1fr}.contact-group>div:first-child{padding:24px 0 18px}.contact-group>div:first-child span{margin-bottom:18px}.contact-email>a,.contact-group>div:last-child{border-left:0}.contact-group a{padding-left:0;padding-right:0}}.contact-cta{min-height:360px;padding:clamp(72px,8vw,118px) 6vw;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:end;color:var(--milk);background:var(--green)}.contact-cta>div{max-width:760px}.contact-cta .eyebrow{color:var(--sage)}.contact-cta h2{margin:24px 0 16px;color:var(--milk);font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:clamp(44px,5vw,72px);font-weight:600;line-height:1.08;letter-spacing:-.045em}.contact-cta>div>p:last-child{max-width:520px;margin:0;color:rgba(243,238,228,.76);font-size:14px;line-height:1.9}.contact-cta-link{min-width:190px;color:var(--milk);border-color:rgba(243,238,228,.58);background:transparent}.contact-cta-link:hover{color:var(--green);background:var(--milk)}@media (max-width:680px){.contact-cta{min-height:0;padding:72px 22px 78px;grid-template-columns:1fr;gap:34px;align-items:start}.contact-cta h2{font-size:46px}.contact-cta-link{width:100%}}.eyebrow{font-size:var(--type-caption);line-height:1.55;letter-spacing:.11em}.eyebrow.dark{color:#5f6f66}.announcement{min-height:36px;font-size:var(--type-caption)}.site-header{min-height:84px;padding-top:14px;padding-bottom:14px}.brand-copy .brand-en{font-size:10px;letter-spacing:.17em}.footer-links{font-size:var(--type-support)}.footer-meta{color:rgba(243,238,228,.72);font-size:10px;line-height:1.75}.feature-object-copy>.feature-object-title:first-child,.home-intro-heading>h2:first-child,.home-story-copy>h2:first-child,.section-head h2:first-child{margin-top:0}.method-grid article>div,.orbit-stats span,.portal-card small,.portal-top{font-size:var(--type-caption)}.method-grid p,.portal-card p{font-size:13px}.product-meta{font-size:var(--type-caption)}.product-concept,.product-price,.product-specs{font-size:var(--type-support)!important}.quick-view,.status{font-size:10px}.source-note{color:var(--text-secondary);font-size:var(--type-support);line-height:1.8}.page-hero:not(.studio-hero){min-height:clamp(480px,50vw,560px);padding-top:clamp(62px,7vw,88px);padding-bottom:clamp(62px,7vw,88px)}.page-hero-copy>p:not(.eyebrow){font-size:var(--type-body);line-height:1.85}.group-status-copy small,.page-hero-stat-copy small{font-size:10px;line-height:1.55;opacity:.82}.boundary-columns li,.catalog-intro p,.process-grid p,.schedule-row p,.stock-guide li p{font-size:13px}.catalog-index,.schedule-row small,.schedule-row>span,.schedule-row>strong,.stock-guide li>span{font-size:var(--type-caption)}.product-info>p,.product-specs,.schedule-row p,.stock-guide li p{color:var(--text-secondary)}.journal-entry aside small,.journal-entry aside span,.journal-entry aside time,.journal-gallery figcaption,.journal-heading,.journal-inline-image figcaption{font-size:var(--type-caption)}.problem-solution span{font-size:var(--type-support)}.problem-solution span small{font-size:10px}.devlog-cta>div:last-child>p,.devlog-intro p,.journal-body p{font-size:14px}@media (max-width:680px){.announcement{font-size:10px}.site-header nav{font-size:11px}.page-hero.devlog-hero,.page-hero.group-hero,.page-hero.stock-hero{min-height:0;padding:54px 22px 48px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-end;gap:30px}.page-hero-stat{width:100%;margin-top:0;padding-top:22px;align-self:stretch;justify-content:flex-start;border-top:1px solid}.page-hero-stat-value strong{font-size:76px}.page-hero-stat-copy{min-width:0}.page-hero-stat-copy b{font-size:13px;white-space:normal}.page-hero-stat-copy small{font-size:9px}.method-grid p,.portal-card p,.schedule-row p,.stock-guide li p{font-size:13px}.product-meta,.product-price,.product-specs{font-size:12px!important}.journal-entry aside small,.journal-entry aside span,.journal-entry aside time,.journal-heading{font-size:11px}}.contact-title-lockup{min-width:0}.contact-title-lockup h1{margin-bottom:16px}.contact-title-lockup>span{display:block;color:var(--green);font:600 12px/1.4 Inter SG,sans-serif;letter-spacing:.16em}.contact-intro-copy{max-width:420px;margin:0 0 8px}.contact-intro-copy p{margin:0;color:var(--graphite);font-size:15px;line-height:1.85}.contact-grid{grid-template-columns:minmax(360px,.75fr) minmax(0,1.25fr)}.contact-wechat{gap:clamp(34px,4vw,54px)}.contact-qr,.contact-qr-placeholder{width:min(100%,310px)}.contact-group{grid-template-columns:minmax(138px,.32fr) minmax(0,1fr)}.contact-group>div:first-child{padding-left:20px;padding-right:20px}.contact-group a{min-height:86px;padding:19px 22px}.contact-group h2 small,.contact-wechat h2 small{display:block;margin-top:10px;color:var(--text-secondary);font:600 10px/1.35 Inter SG,sans-serif;letter-spacing:.13em}.contact-wechat-copy>small span{margin-left:8px;font:600 10px/1 Inter SG,sans-serif;letter-spacing:.1em}.contact-qr-placeholder small{padding:0 18px;text-align:center;line-height:1.55}.contact-link-copy strong>span{display:block;margin-top:5px;color:var(--text-secondary);font:600 9px/1.3 Inter SG,sans-serif;letter-spacing:.1em}.contact-group a:hover .contact-link-copy strong>span{color:rgba(243,238,228,.72)}.contact-email .contact-link-copy strong{font-size:14px;white-space:nowrap}@media (max-width:1024px){.contact-email .contact-link-copy strong{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.orbit-stats>div{min-width:0;gap:8px}.orbit-stats span{min-width:0;overflow-wrap:anywhere;word-break:break-word}}@media (max-width:680px){.contact-page{padding:64px 18px 82px}.contact-intro{display:block;padding-bottom:46px}.contact-intro .eyebrow{margin-bottom:34px}.contact-title-lockup h1{margin:0 0 12px;font-size:clamp(44px,13vw,56px);line-height:1.04;letter-spacing:-.035em;white-space:normal}.contact-title-lockup>span{font-size:9px;line-height:1.5;letter-spacing:.12em}.contact-intro-copy{max-width:none;margin:26px 0 0}.contact-intro-copy p{font-size:14px;line-height:1.85}.contact-grid{width:100%;display:block;grid-template-columns:none}.contact-wechat{width:100%;min-height:0;padding:30px 18px 34px;display:grid;grid-template-columns:1fr;gap:28px;border-right:0;border-bottom:1px solid var(--green)}.contact-index{margin-bottom:20px;font-size:9px}.contact-wechat h2{font-size:38px;line-height:1.1;white-space:normal}.contact-group h2 small,.contact-wechat h2 small{margin-top:7px;font-size:9px}.contact-wechat-copy>p:not(.contact-index){margin:18px 0 14px;font-size:14px;line-height:1.8}.contact-wechat-copy>small{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 10px;font-size:11px}.contact-wechat-copy>small span{margin-left:0;font-size:9px}.contact-qr,.contact-qr-placeholder{width:min(220px,100%);justify-self:center}.contact-qr-placeholder img{width:54px;height:46px}.contact-qr-placeholder span{margin-top:-28px}.contact-qr-placeholder small{margin-top:-38px;font-size:10px}.contact-channel-list{width:100%;min-width:0}.contact-group{width:100%;display:block;grid-template-columns:none}.contact-group>div:first-child{padding:30px 2px 18px}.contact-group>div:first-child span{margin-bottom:14px;font-size:9px}.contact-group h2{font-size:28px;line-height:1.15}.contact-email>a,.contact-group>div:last-child{border-left:0}.contact-group a{width:100%;min-height:86px;padding:18px 2px;column-gap:14px}.contact-group a>.contact-link-main{gap:12px}.contact-group a strong{font-size:14px;line-height:1.4}.contact-group a small{margin-top:5px;font-size:11px;line-height:1.55}.contact-link-copy strong>span{margin-top:3px;font-size:8px}.platform-icon{width:18px;height:18px;flex-basis:18px}.contact-email .contact-link-copy strong{font-size:13px;line-height:1.45;white-space:normal;overflow-wrap:anywhere}}.contact-group-toggle{appearance:none;width:100%;min-width:0;border:0;background:transparent;color:var(--green,#2c5342);display:grid;grid-template-columns:auto 1fr auto;align-items:start;column-gap:18px;padding:28px 24px;text-align:left;cursor:pointer}.contact-group-toggle>span:first-child{display:block;margin:2px 0 0;color:var(--muted,#6f8177);font:600 9px/1 Inter SG,sans-serif;letter-spacing:.14em}.contact-group-toggle h2{margin:0;font-size:26px}.contact-group-toggle h2 small{display:block;margin-top:10px;color:var(--text-secondary);font:600 10px/1.35 Inter SG,sans-serif;letter-spacing:.13em}.contact-group-toggle-mark{font:400 22px/1 Inter SG,sans-serif;color:var(--muted,#6f8177)}.contact-group-toggle:focus-visible{outline:2px solid currentColor;outline-offset:-3px}.contact-group-body{min-width:0}@media (min-width:681px){.contact-group-toggle{pointer-events:none}.contact-group-toggle-mark{display:none}.contact-group-toggle+.contact-group-body{display:block}.contact-group-toggle{grid-template-columns:1fr}.contact-group-toggle>span:first-child{margin-bottom:42px}.contact-group-toggle h2{font-size:26px}}@media (max-width:680px){.contact-group-toggle{padding:26px 2px 16px;column-gap:14px}.contact-group-toggle>span:first-child{margin-bottom:0;font-size:9px}.contact-group-toggle h2{font-size:27px;line-height:1.15}.contact-group-toggle h2 small{margin-top:6px;font-size:9px}.contact-group-toggle-mark{padding-top:1px;font-size:20px}.contact-group.is-collapsed .contact-group-body{display:none}.contact-group.is-collapsed{border-bottom-color:var(--beige,#d7cbb8)}.contact-group.is-collapsed .contact-group-toggle{padding-bottom:24px}.contact-group-body{border-left:0!important}}.content-admin-shell{min-height:100vh;background:var(--paper);color:var(--ink)}.content-admin-shell .admin-header{position:sticky;top:0;z-index:20}.content-admin-shell .admin-header>div:first-child{display:grid;gap:5px}.content-admin-shell .admin-header strong{font-size:18px}.content-admin-shell .admin-header small{color:var(--muted);font:9px var(--font-geist-mono);letter-spacing:.12em}.content-admin{max-width:1240px;margin:0 auto;padding:42px 4vw 90px;display:grid;gap:22px}.content-admin-status{min-height:44px;padding:13px 16px;color:var(--green);font-size:12px}.content-admin-panel,.content-admin-status{border:1px solid var(--line);background:var(--white)}.content-admin-panel{padding:30px}.content-admin-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.content-admin-heading small{color:var(--muted);font:9px var(--font-geist-mono);letter-spacing:.12em}.content-admin-heading h1,.content-admin-heading h2{margin:8px 0 0;font-family:var(--font-serif);font-weight:500}.content-admin-heading h1{font-size:clamp(30px,4vw,46px)}.content-admin-heading h2{font-size:32px}.content-admin-heading p{max-width:360px;margin:0;color:var(--muted);font-size:12px;line-height:1.7}.content-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.content-admin-grid label{display:grid;gap:7px;color:var(--muted);font-size:11px}.content-admin-grid label.wide{grid-column:1/-1}.content-admin-grid input,.content-admin-grid select,.content-admin-grid textarea{width:100%;min-height:42px;padding:10px 12px;color:var(--ink);border:1px solid var(--line);background:var(--paper);font:inherit;resize:vertical}.content-admin-grid textarea{min-height:76px;line-height:1.6}.content-admin-grid .button{width:max-content;min-height:46px;margin-top:8px}.content-admin-list{margin-top:25px;border-top:1px solid var(--line)}.content-admin-list>div{min-height:52px;padding:10px 0;display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:14px;border-bottom:1px solid var(--line);font-size:13px}.content-admin-list small{color:var(--muted);font:10px var(--font-geist-mono)}.content-admin-list button{min-height:32px;padding:0 9px;color:var(--ink);border:1px solid var(--line);background:transparent;cursor:pointer;font-size:11px}.content-admin-message{padding:40px}.content-admin-status{display:flex;align-items:center;gap:8px}.content-admin-status.is-saving{color:var(--ink)}.content-admin-status.is-error{color:#8b3d2f;border-color:#c99587}.status-page{min-height:min(68vh,720px);padding:clamp(88px,14vw,180px) var(--page-gutter) clamp(96px,12vw,160px);display:grid;align-content:center;gap:24px;background:var(--paper,#f7f4ed);color:var(--ink,#1f5142)}.status-page h1{max-width:780px;margin:0;font-family:var(--font-serif,Georgia,serif);font-size:clamp(44px,7vw,96px);font-weight:400;line-height:1.08}.status-page p:not(.eyebrow){max-width:620px;margin:0;color:var(--muted,#6d766e);font-size:16px;line-height:1.8}.status-page nav{display:flex;flex-wrap:wrap;align-items:center;gap:18px 28px;margin-top:12px}.status-page .button,.status-page .text-link{min-height:44px;display:inline-flex;align-items:center}@media (max-width:600px){.status-page{min-height:70vh;padding-inline:24px}.status-page h1{font-size:clamp(38px,12vw,60px)}.status-page nav{align-items:stretch;flex-direction:column}.status-page .button,.status-page .text-link{width:fit-content}}.content-admin-status.is-saved span{color:var(--green)}.content-admin-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 16px;border:1px solid var(--line);background:var(--white)}.content-admin-toolbar nav,.preview-toggle{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.content-admin-toolbar button{min-height:38px;padding:7px 12px;border:1px solid var(--line);color:var(--ink);background:transparent;cursor:pointer}.content-admin-toolbar button.is-active{color:var(--white);border-color:var(--green);background:var(--green)}.preview-toggle span{margin-right:5px;color:var(--muted);font-size:11px}.content-admin-preview{margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.admin-live-preview{margin:0 0 18px;padding:18px;border:1px solid var(--line);background:var(--white)}.admin-live-preview-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.admin-live-preview-head small{display:block;margin-bottom:5px;color:var(--muted);font:10px var(--font-geist-mono);letter-spacing:.1em}.admin-live-preview-head strong{color:var(--ink);font-size:15px}.admin-live-preview-head>div:last-child{display:flex;flex-wrap:wrap;gap:7px}.admin-live-preview-head a,.admin-live-preview-head button{min-height:40px;padding:0 12px;display:inline-flex;align-items:center;color:var(--ink);border:1px solid var(--line);background:transparent;cursor:pointer;font-size:11px;text-decoration:none}.admin-live-preview-head button.is-active{color:var(--white);border-color:var(--green);background:var(--green)}.content-admin-publish-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:9px}.content-admin-publish-actions .button{width:auto;min-height:44px;margin:0}.admin-draft-recovery,.admin-preflight{margin-bottom:18px;padding:18px;border:1px solid var(--line);background:var(--white)}.admin-draft-recovery{display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-draft-recovery strong,.admin-preflight-head strong{display:block;color:var(--ink);font-size:15px}.admin-draft-recovery p,.admin-preflight>p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.admin-draft-recovery>div:last-child{display:flex;flex-wrap:wrap;gap:8px}.admin-preflight{border-left:4px solid var(--green)}.admin-preflight.has-issues{border-left-color:#a55643}.admin-preflight-head{display:flex;align-items:start;justify-content:space-between;gap:18px}.admin-preflight-head small{display:block;margin-bottom:7px;color:var(--muted);font:10px var(--font-geist-mono);letter-spacing:.1em}.admin-preflight-head>button{width:44px;height:44px;color:var(--muted);border:0;background:transparent;cursor:pointer;font-size:24px}.admin-preflight ol{margin:14px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.admin-preflight li{border-bottom:1px solid var(--line)}.admin-preflight li button{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 0;color:#7d3f31;border:0;background:transparent;cursor:pointer;text-align:left}.admin-preflight li button span{flex:0 0 auto;color:var(--muted);font-size:11px}[data-admin-error=true]>legend,[data-admin-error=true]>span{color:#8b3d2f!important}[data-admin-error=true] :is(input,textarea,select){border-color:#b45b47!important;box-shadow:0 0 0 1px #b45b47}.preview-label{margin-bottom:10px;color:var(--muted);font:11px var(--font-geist-mono);letter-spacing:.08em}.preview-frame{min-height:240px;padding:24px;display:grid;grid-template-columns:1.3fr .7fr;gap:16px;border:1px solid var(--line);background:var(--paper);transition:width .2s ease}.preview-frame.is-mobile{width:390px;max-width:100%;grid-template-columns:1fr}.preview-copy{padding:15px;border:1px solid var(--line);background:var(--white)}.preview-copy small,.preview-log small,.preview-product small{color:var(--muted);font:10px var(--font-geist-mono);letter-spacing:.08em}.preview-copy h3,.preview-log h4,.preview-product h4{margin:8px 0;font-family:var(--font-serif);font-weight:500}.preview-copy p,.preview-log p,.preview-product p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.preview-log,.preview-product{padding:15px;border:1px solid var(--line);background:var(--white)}.preview-image{min-height:100px;display:grid;place-items:center;margin-bottom:12px;background:var(--beige);color:var(--muted)}.preview-image img,.preview-log img{display:block;width:100%;max-height:130px;object-fit:cover;margin-top:12px}.admin-live-preview .preview-image{overflow:hidden;margin:0}.admin-live-preview .preview-image img{width:100%;height:100%;max-height:420px;margin:0;object-fit:cover}.admin-live-preview .preview-image.crop-landscape img{aspect-ratio:16/10;height:auto}.admin-live-preview .preview-image.crop-square img{aspect-ratio:1;height:auto}.admin-live-preview .preview-image.crop-portrait img{aspect-ratio:4/5;height:auto}.preview-log,.preview-product{margin-top:18px}.preview-product strong{display:block;margin-top:12px;color:var(--green);font-size:14px}.journal-media-editor{min-width:0;padding:18px;border:1px solid var(--line)}.journal-media-editor legend{padding:0 8px;color:var(--ink);font-size:14px;font-weight:650}.journal-media-intro{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:16px}.journal-media-empty p,.journal-media-intro p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.journal-media-intro span{flex:0 0 auto;color:var(--muted);font:11px var(--font-geist-mono);letter-spacing:.08em}.journal-media-list{display:grid;gap:14px}.journal-media-item{display:grid;grid-template-columns:180px minmax(0,1fr);border:1px solid var(--line);background:var(--white)}.journal-media-preview{display:grid;align-content:start;gap:10px;padding:12px;border-right:1px solid var(--line);background:color-mix(in srgb,var(--beige) 72%,var(--white))}.journal-media-preview>img{display:block;width:100%;height:148px;object-fit:cover;border:1px solid var(--line);background:var(--paper)}.journal-media-preview.crop-landscape>img{aspect-ratio:16/10;height:auto}.journal-media-preview.crop-square>img{aspect-ratio:1;height:auto}.journal-media-preview.crop-portrait>img{aspect-ratio:4/5;height:auto}.journal-media-preview>img.is-fallback{object-fit:contain;padding:36px}.journal-media-placeholder{min-height:148px;display:grid;place-content:center;gap:5px;padding:18px;text-align:center;border:1px dashed var(--line);color:var(--muted);background:var(--paper)}.journal-media-placeholder strong{color:var(--ink);font-size:13px}.journal-media-placeholder span{font-size:11px;line-height:1.5}.journal-media-upload{min-height:44px;width:100%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.journal-media-upload input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.journal-media-fields{min-width:0;padding:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:14px}.journal-media-fields>label{display:grid;gap:7px}.journal-media-fields>label>span{color:var(--muted);font-size:12px}.journal-media-actions,.journal-media-fields>.wide,.journal-media-item-head{grid-column:1/-1}.journal-media-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--line)}.journal-media-item-head strong{color:var(--ink);font:650 13px var(--font-geist-mono);letter-spacing:.06em}.journal-media-item-head span{color:var(--muted);font-size:11px}.journal-media-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}.journal-media-actions>div{display:flex;gap:7px}.journal-media-actions button{min-height:44px;padding:0 14px;border:1px solid var(--line);background:transparent;cursor:pointer}.journal-media-actions button:disabled{opacity:.4;cursor:not-allowed}.journal-media-delete{min-height:44px;padding:0 14px;color:#8b3d2f;border:1px solid #c99587;background:transparent;cursor:pointer}.journal-media-add{min-height:44px;margin-top:14px}.journal-publish-tools{justify-content:flex-start;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.journal-media-empty{min-height:180px;display:grid;place-content:center;justify-items:center;gap:8px;padding:26px;text-align:center;border:1px dashed var(--line);background:color-mix(in srgb,var(--beige) 42%,var(--white))}.journal-media-empty strong{color:var(--ink);font-size:15px}.journal-media-empty .button{margin-top:8px}.content-admin-empty{grid-column:1/-1;padding:22px 0;color:var(--muted)}.content-admin-list>div>span{min-width:0;display:grid;gap:4px}.content-admin-list>div>span small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-actions{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.list-actions button:disabled{opacity:.4;cursor:not-allowed}.admin-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important}.admin-check input{width:18px!important;min-height:18px!important}@media (max-width:700px){.content-admin{padding:22px 15px 60px}.content-admin-panel{padding:20px}.content-admin-heading{align-items:flex-start;flex-direction:column}.content-admin-publish-actions{width:100%;justify-content:flex-start}.content-admin-publish-actions .button{flex:1 1 140px}.admin-draft-recovery{align-items:flex-start;flex-direction:column}.admin-draft-recovery .button,.admin-draft-recovery>div:last-child{width:100%}.admin-live-preview-head{align-items:flex-start;flex-direction:column}.admin-live-preview-head>div:last-child{width:100%}.admin-live-preview-head a,.admin-live-preview-head button{flex:1 1 120px;justify-content:center}.content-admin-grid{grid-template-columns:1fr}.content-admin-grid label.wide{grid-column:auto}.content-admin-list>div{grid-template-columns:1fr auto;gap:8px}.content-admin-list small{grid-column:1/2}.content-admin-toolbar{align-items:stretch;flex-direction:column}.content-admin-toolbar nav,.preview-toggle{width:100%}.content-admin-toolbar button{flex:1 1}.preview-frame{grid-template-columns:1fr;padding:14px}.journal-media-intro{align-items:flex-start;flex-direction:column;gap:5px}.journal-media-item{grid-template-columns:1fr}.journal-media-preview{border-right:0;border-bottom:1px solid var(--line)}.journal-media-placeholder,.journal-media-preview>img{height:210px;min-height:210px}.journal-media-fields{grid-template-columns:1fr}.journal-media-actions,.journal-media-fields>.wide,.journal-media-item-head{grid-column:auto}.journal-media-actions{align-items:stretch;flex-direction:column}.journal-media-actions>div{display:grid;grid-template-columns:1fr 1fr}.list-actions{justify-content:flex-start}}.journal-filters{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}.journal-filter-fields{display:flex;flex-wrap:wrap;gap:18px}.journal-filter-fields label{display:grid;gap:7px;color:var(--muted);font-size:var(--type-caption);letter-spacing:.08em}.journal-filter-fields select{min-width:150px;min-height:44px;padding:0 34px 0 12px;color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:0;font:inherit;letter-spacing:0}.journal-filter-actions{display:flex;align-items:center;gap:20px}.journal-filter-actions .button{min-height:44px;padding-inline:18px}.journal-index{display:flex;align-items:center;gap:18px;overflow-x:auto;padding:16px 0;border-bottom:1px solid var(--line);scrollbar-width:thin}.journal-index a,.journal-index>span{flex:0 0 auto;color:var(--muted);font:11px/1.4 var(--font-geist-mono);letter-spacing:.08em;text-decoration:none}.journal-index>span{color:var(--ink)}.journal-index a{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.journal-index a:focus-visible,.journal-index a:hover{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.journal-entry{scroll-margin-top:24px}.journal-load-more{display:flex;align-items:center;justify-content:center;gap:18px;padding:36px 0 6px}.journal-load-more>span{color:var(--muted);font-size:var(--type-caption)}@media (max-width:700px){.journal-filters{display:block;padding:18px 0}.journal-filter-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.journal-filter-fields select{min-width:0;width:100%}.journal-filter-actions{justify-content:space-between;margin-top:14px}.journal-filter-actions .button{flex:1 1}.journal-index{gap:14px;padding-block:14px}.journal-load-more{align-items:stretch;flex-direction:column;text-align:center}.journal-load-more .button{width:100%}}:where(.announcement a,.desktop-navigation a,.header-tools a,.footer-links a,.button,.text-link,.section-link,.product-price a,.quick-view,.contact-group a,.contact-cta-link,.admin-header a,.ghost-button,.admin-actions button,.image-editor-actions button,.admin-log-list button,.content-admin-grid .button,.content-admin-list button){min-height:var(--control-min)}:where(.desktop-navigation a,.header-tools a,.footer-links a,.announcement a,.text-link,.section-link,.product-price a){display:inline-flex;align-items:center}.announcement{font-size:11px}.header-tools,nav{font-size:12px}.section-link,.text-link{padding-top:10px;padding-bottom:8px;font-size:13px}.product-info>p,.product-meta,.product-specs{font-size:11px}.product-price{font-size:12px}.product-price a{padding:7px 0;gap:6px}.quick-view{font-size:11px}.catalog-intro p,.content-admin-heading p,.journal-body p,.journal-narrative>div>p,.portal-card p,.preview-body,.process-grid p,.schedule-row p{font-size:14px}.schedule-row>strong{font-size:12px}.content-admin-heading small,.content-admin-shell .admin-header small,.devlog-hero-mark small,.footer-meta,.journal-entry aside small,.journal-entry aside span,.journal-gallery figcaption,.journal-product,.page-hero-stat-copy small{font-size:10px}.admin-header>div,.admin-header>div a{font-size:12px}.admin-section-title small,.admin-section-title>span,.preview-label{font-size:11px}.admin-fields label>span,.admin-fields legend,.content-admin-grid label{font-size:12px}.admin-fields input,.admin-fields select,.admin-fields textarea,.content-admin-grid input,.content-admin-grid select,.content-admin-grid textarea{min-height:var(--control-input);font-size:14px}.admin-log-list button,.content-admin-list button,.ghost-button,.image-editor-actions button{font-size:12px}.layout-picker small,.upload-zone>span{font-size:11px!important}.preview-compare span,.preview-inline-image figcaption,.preview-meta,.preview-product{font-size:10px}.preview-compare span strong{font-size:12px}.preview-compare span small{font-size:10px}.preview-compare p{font-size:14px}.content-admin-list small{font-size:11px}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--clay,#b97858);outline-offset:3px}:where(.button,.text-link,.section-link,.contact-group a,.content-admin-list button,.admin-log-list button):active{transform:translateY(1px)}@media (max-width:680px){.announcement{font-size:11px;line-height:1.5}.catalog-intro p,.content-admin-heading p,.journal-body p,.journal-narrative>div>p,.portal-card p,.preview-body,.process-grid p,.schedule-row p{font-size:14px}.product-info>p,.product-meta,.product-specs{font-size:11px}.contact-group a small,.product-price{font-size:12px}.contact-group a strong{font-size:15px}.admin-fields label>span,.admin-fields legend,.content-admin-grid label{font-size:12px}.admin-fields input,.admin-fields select,.admin-fields textarea,.content-admin-grid input,.content-admin-grid select,.content-admin-grid textarea{min-height:var(--control-input);font-size:14px}.footer-links{font-size:12px}}.journal-product-link{width:fit-content;min-height:44px;padding:8px 10px;display:inline-flex;align-items:center;gap:12px;color:var(--green);border:1px solid color-mix(in srgb,var(--green) 38%,transparent);background:color-mix(in srgb,var(--green) 4%,var(--paper))}.journal-product-link small{font-family:var(--font-sans);font-size:11px;letter-spacing:0}.journal-product-link:hover{color:var(--white);background:var(--green)}:is(.eyebrow,.brand small,.brand-copy .brand-en,.cart span,.hero-product,.hero-signature,.hero-product strong,.portal-top,.portal-card small,.status,.source-note,.page-hero-stat span,.page-hero-stat-copy small,.catalog-index,.catalog-toolbar,.stock-guide li>span,.schedule-row>span,.schedule-row small,.process-grid span,.manifesto-index,.studio-image span,.values-grid span,.boundary-columns span,.devlog-hero-mark small,.devlog-intro span,.journal-heading,.journal-entry aside span,.journal-entry aside small,.journal-entry aside time,.journal-product,.problem-solution span,.problem-solution span small,.journal-gallery figcaption,.journal-inline-image figcaption,.journal-empty span,.footer-meta,.object-visual figcaption,.object-facts span,.object-evidence figcaption,.demo-ribbon span,.orbit-stats span,.feature-object-visual>span,.feature-object-title>span,.feature-object-copy dt,.feature-object-copy dd,.method-grid article>div,.journal-preview-meta,.journal-preview-copy>span,.group-status-label,.group-status-copy small,.contact-index,.contact-title-lockup>span,.contact-qr-placeholder span,.contact-qr-placeholder small,.contact-wechat h2 small,.contact-group h2 small,.contact-wechat-copy>small,.contact-wechat-copy>small span,.contact-group>div:first-child span,.contact-link-copy strong>span,.contact-group-toggle>span:first-child,.contact-group-toggle h2 small,.content-admin-brand small,.admin-sidebar-summary span,.admin-thumb-empty,.admin-record-list article em,.content-admin-shell .admin-header small,.content-admin-heading small,.content-admin-list small,.admin-live-preview-head small,.admin-preflight-head small,.preview-copy small,.preview-product small,.preview-log small,.preview-meta,.preview-product,.preview-inline-image figcaption,.preview-compare span,.preview-compare span small,.admin-log-list time,.admin-log-list small){font-size:var(--type-caption)}:is(.announcement,.desktop-navigation,.header-tools,.footer-links,.button,.text-link,.section-link,.quick-view,.product-info>p,.product-meta,.product-specs,.product-price,.schedule-row>strong,.admin-header>div,.admin-header>div a,.admin-image-list button,.admin-section-title small,.admin-section-title>span,.admin-fields label>span,.admin-fields legend,.content-admin-grid label,.ghost-button,.image-editor-actions button,.admin-log-list button,.content-admin-list button,.content-admin-toolbar button,.admin-live-preview-head button,.admin-live-preview-head a){font-size:var(--type-support)}:is(.announcement a,.desktop-navigation a,.header-tools a,.footer-links a,.button,.text-link,.section-link,.quick-view,.product-price a,.contact-group a,.contact-cta-link,.mobile-menu-toggle,.mobile-navigation a,.journal-filter-actions button,.journal-index a,.journal-product-link,.admin-header a,.ghost-button,.admin-actions button,.admin-image-list button,.image-editor-actions button,.admin-log-list button,.admin-record-list button,.schedule-edit-row button,.image-row button,.content-admin-grid .button,.content-admin-list button,.content-admin-toolbar button,.admin-live-preview-head button,.admin-live-preview-head a,.admin-preflight button,.admin-draft-recovery button,.journal-media-actions button,.list-actions button){min-height:var(--control-min)}:is(.mobile-menu-toggle,.admin-image-list button,.list-actions button,.journal-media-actions button){min-width:var(--control-min)}:is(.admin-fields input,.admin-fields textarea,.admin-fields select,.content-admin-grid input,.content-admin-grid textarea,.content-admin-grid select,.journal-filter-fields select){min-height:var(--control-input);font-size:14px}@media (max-width:680px){:is(.admin-fields input,.admin-fields textarea,.admin-fields select,.content-admin-grid input,.content-admin-grid textarea,.content-admin-grid select,.journal-filter-fields select){font-size:16px}}