:root{--ink:#2b160f;--muted:#6b493e;--paper:#fff;--soft:#fff2e6;--orange:#fe9640;--orange-dark:#8a3300;--line:#f4cfb1;--radius:14px;--shadow:0 8px 20px rgba(122,35,10,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}p{margin:0 0 1.1em}h1,h2,h3{margin:0 0 .55em;line-height:1.15;letter-spacing:-.035em}h1{font-size:clamp(2.8rem,7vw,6.8rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.35rem}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.shell--reading{width:min(760px,calc(100% - 40px))}.section{padding:clamp(72px,9vw,128px) 0}.section--soft{background:var(--soft)}.eyebrow{margin:0 0 18px;color:var(--orange-dark);font-size:.73rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.lede{font-size:clamp(1.1rem,2vw,1.35rem);color:#484540}.skip-link{position:fixed;z-index:999;top:8px;left:8px;padding:10px 15px;background:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-header{position:sticky;z-index:100;top:0;background:rgba(255,253,249,.88);border-bottom:1px solid rgba(23,23,23,.08);backdrop-filter:blur(18px)}.site-header__inner{height:84px;display:flex;align-items:center;justify-content:space-between}.brand-lockup{display:flex;gap:12px;align-items:center}.brand-lockup__mark,.custom-logo{width:45px;height:45px;object-fit:contain}.custom-logo-link{display:flex}.brand-lockup strong{display:block;font-size:1rem;line-height:1.1;letter-spacing:-.02em}.brand-lockup small{display:block;color:var(--muted);font-size:.7rem;letter-spacing:.12em}.site-nav{display:flex;align-items:center;gap:28px}.site-nav__list{display:flex;align-items:center;gap:25px;margin:0;padding:0;list-style:none}.site-nav__list a{font-size:.88rem;font-weight:650}.site-nav__list a:hover,.site-nav__list .current-menu-item>a{color:var(--orange-dark)}.nav-toggle{display:none;border:0;background:transparent}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;background:var(--orange);color:#17100a;border:1px solid var(--orange);border-radius:999px;font-weight:800;transition:.2s}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(254,150,64,.25)}.button--small{min-height:42px;padding-inline:19px;font-size:.83rem}.button--ghost{background:transparent;border-color:#888;color:var(--ink)}.button--dark{background:var(--ink);border-color:var(--ink);color:#fff}.button--light{background:#fff;border-color:#fff;color:var(--ink)}.text-link{display:inline-block;font-weight:750;border-bottom:1px solid currentColor}.hero{position:relative;min-height:calc(100vh - 84px);display:flex;align-items:center;overflow:hidden;background:linear-gradient(125deg,#fffdf9 0%,#fff8ee 60%,#f4ece2 100%)}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding:80px 0}.hero h1 span{color:var(--orange)}.hero__lede{max-width:650px;margin:28px 0 34px;font-size:clamp(1.25rem,2.1vw,1.7rem)}.hero__actions{display:flex;gap:12px}.hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin:38px 0 0;padding:0;list-style:none}.hero__tags li{padding:7px 13px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.78rem}.hero__visual{position:relative;min-height:520px}.hero__visual>img{position:absolute;z-index:2;right:-40px;bottom:-50px;width:82%;filter:drop-shadow(0 30px 45px rgba(80,44,17,.17))}.hero__card{position:absolute;z-index:3;top:20px;left:10px;width:280px;padding:30px;color:#fff;background:rgba(23,23,23,.92);border-radius:var(--radius);box-shadow:var(--shadow);transform:rotate(-4deg)}.hero__card span,.hero__card i{display:block;color:var(--orange);font-size:.75rem;font-style:normal;letter-spacing:.17em}.hero__card strong{display:block;margin:34px 0 55px;font-size:1.65rem;line-height:1.2}.hero__orb{position:absolute;border-radius:50%;filter:blur(1px)}.hero__orb--one{width:420px;height:420px;right:-150px;top:-80px;background:rgba(254,150,64,.17)}.hero__orb--two{width:210px;height:210px;left:45%;bottom:-90px;border:45px solid rgba(254,150,64,.08)}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.split .lede{margin-bottom:35px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:45px}.section-heading>p{max-width:430px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:var(--radius);transition:.25s}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-card__visual{min-height:320px;padding:25px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 80% 10%,rgba(254,150,64,.9),transparent 40%),linear-gradient(145deg,#302d2a,#121212)}.product-card:nth-child(2) .product-card__visual{background:radial-gradient(circle at 10% 85%,rgba(254,150,64,.8),transparent 42%),linear-gradient(135deg,#4e4944,#1b1b1b)}.product-card:nth-child(3) .product-card__visual{background:radial-gradient(circle at 80% 80%,rgba(254,150,64,.72),transparent 40%),linear-gradient(145deg,#6d5a50,#1b1918)}.product-card__visual span{font-size:.7rem;letter-spacing:.17em}.product-card__visual strong{font-size:clamp(1.5rem,2.3vw,2.3rem);line-height:1.1}.product-card__body{padding:25px}.product-card__body p{color:var(--muted);font-size:.75rem;letter-spacing:.08em}.product-card__body>span{font-size:.85rem;font-weight:750}.manufacturing-preview{color:#fff;background:#171717}.manufacturing-preview .eyebrow{color:var(--orange)}.manufacturing-preview .section-heading>p{color:#aaa}.process-line{display:grid;grid-template-columns:repeat(6,1fr);margin:0 0 45px;padding:0;list-style:none;border-top:1px solid #444}.process-line li{position:relative;padding:30px 12px 20px 0}.process-line li:before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;background:var(--orange);border-radius:50%}.process-line span{display:block;margin-bottom:20px;color:#777;font-size:.72rem}.process-line strong{font-size:.95rem}.story-panel{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px;align-items:center}.story-panel__mark{min-height:440px;display:flex;align-items:center;justify-content:center;background:var(--orange);border-radius:var(--radius);overflow:hidden}.story-panel__mark img{width:110%;max-width:none}.story-panel p:not(.eyebrow){font-size:1.2rem;color:var(--muted)}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.case-grid article{min-height:250px;padding:28px;border-top:2px solid var(--ink);background:#fff}.case-grid span{color:var(--orange-dark);font-size:.72rem}.case-grid h3{margin-top:60px}.case-grid p{color:var(--muted)}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.article-card{padding:25px 0;border-top:1px solid var(--line)}.article-card__meta,.article-meta{color:var(--muted);font-size:.78rem}.article-card h2,.article-card h3{font-size:1.4rem}.article-card p:not(.article-card__meta){color:var(--muted)}.cta{padding:clamp(50px,7vw,90px);text-align:center;color:#fff;background:linear-gradient(140deg,#fe9640,#fe9640);border-radius:32px}.cta p:not(.eyebrow){max-width:650px;margin:0 auto 28px}.cta .eyebrow{color:#401600}.page-hero,.article-hero,.product-hero{padding:clamp(80px,11vw,150px) 0 80px;background:linear-gradient(140deg,#fffdf9,#f5eee6)}.page-hero h1,.article-hero h1{max-width:1000px;font-size:clamp(2.8rem,6vw,5.5rem)}.page-hero .lede{max-width:760px}.entry-content{font-size:1.08rem}.entry-content h2{margin-top:2.1em;font-size:clamp(1.7rem,3vw,2.5rem)}.entry-content h3{margin-top:1.8em}.entry-content a{color:var(--orange-dark);text-decoration:underline}.entry-content blockquote{margin:2em 0;padding:20px 30px;border-left:4px solid var(--orange);background:var(--soft);font-size:1.2rem}.entry-content ul,.entry-content ol{padding-left:1.4em}.entry-content table{width:100%;border-collapse:collapse}.entry-content th,.entry-content td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.article-cover{margin-top:50px}.product-hero__grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.product-hero h1{font-size:clamp(2.8rem,5vw,5.4rem)}.product-hero__art{min-height:440px;padding:35px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:radial-gradient(circle at 80% 20%,var(--orange),transparent 37%),#171717;border-radius:var(--radius)}.product-hero__art strong{font-size:2.6rem;line-height:1.1}.product-hero__art span{font-size:.72rem;letter-spacing:.17em}.spec-list{display:grid;grid-template-columns:repeat(3,1fr);margin:35px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.spec-list li{padding:18px 10px 0 0}.spec-list span,.spec-list strong{display:block}.spec-list span{color:var(--muted);font-size:.72rem}.spec-list strong{font-size:.92rem}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{padding:22px 35px 22px 0;cursor:pointer;font-size:1.08rem;font-weight:750;list-style:none}.faq-item summary:after{content:"+";float:right;color:var(--orange-dark)}.faq-item[open] summary:after{content:"−"}.faq-answer{padding:0 40px 22px 0;color:var(--muted)}.cooperation-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px}.contact-panel{height:max-content;padding:30px;background:var(--ink);color:#fff;border-radius:var(--radius)}.contact-panel h2{font-size:1.7rem}.contact-panel strong{color:var(--orange)}.gm-form{display:grid;gap:15px;margin-top:30px}.gm-form label{display:grid;gap:6px;font-weight:700}.gm-form input,.gm-form select,.gm-form textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:#fff;font:inherit}.gm-form__consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:start;font-weight:400!important}.gm-form__consent input{width:auto;margin-top:7px}.gm-form__status{padding:12px;border-radius:8px;background:var(--soft)}.site-footer{margin-top:100px;padding:70px 0 25px;color:#ddd;background:#121212}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.site-footer__brand{margin-bottom:18px;color:#fff;font-size:1.5rem;font-weight:800}.site-footer__brand span{display:block;color:var(--orange);font-size:.8rem;letter-spacing:.15em}.site-footer h2{font-size:.78rem;color:#777;letter-spacing:.12em;text-transform:uppercase}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer__bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:20px;border-top:1px solid #333;color:#777;font-size:.72rem}.empty-state{text-align:center}.pagination{margin-top:40px}
@media (max-width:920px){.site-nav{display:none;position:absolute;top:84px;left:0;width:100%;padding:25px 20px;background:var(--paper);border-bottom:1px solid var(--line)}.site-nav.is-open{display:block}.site-nav__list{display:grid;gap:13px;margin-bottom:20px}.nav-toggle{display:block}.hero__grid,.split,.story-panel,.product-hero__grid,.cooperation-grid{grid-template-columns:1fr}.hero__visual{min-height:380px}.hero__visual>img{width:58%;right:0}.product-grid,.article-grid,.case-grid{grid-template-columns:1fr 1fr}.process-line{grid-template-columns:repeat(3,1fr)}.section-heading{align-items:start;flex-direction:column}.site-footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.shell,.shell--reading{width:min(100% - 28px,1180px)}.site-header__inner{height:72px}.hero{min-height:auto}.hero__grid{padding:55px 0}.hero h1{font-size:3.2rem}.hero__visual{min-height:310px}.hero__card{width:220px;padding:22px}.hero__visual>img{width:68%;bottom:-10px}.hero__actions{align-items:stretch;flex-direction:column}.button{width:100%}.product-grid,.article-grid,.case-grid{grid-template-columns:1fr}.process-line{grid-template-columns:1fr 1fr}.product-card__visual{min-height:260px}.story-panel{gap:35px}.story-panel__mark{min-height:310px}.spec-list{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column}.cta{width:calc(100% - 28px);padding:48px 20px}.page-hero,.article-hero,.product-hero{padding-top:80px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}


/* Miniature Atelier Lab homepage — intentionally isolated from interior templates. */
body.is-brand-home{overflow-x:hidden;background:#f7f4ef}
body.is-brand-home .site-header{position:absolute;inset:0 0 auto;z-index:100;background:transparent;border:0;backdrop-filter:none}
body.is-brand-home .site-header__inner{height:92px}
body.is-brand-home .brand-lockup small{color:#402112}
body.is-brand-home .site-nav{gap:21px}
body.is-brand-home .site-nav__list{gap:20px}
body.is-brand-home .site-nav__list a{font-size:.79rem}
body.is-brand-home .button{border-radius:2px}
body.is-brand-home .site-nav .button{background:#171717;border-color:#171717;color:#fff}
.home-lab h1,.home-lab h2,.home-lab h3{letter-spacing:-.045em}
.home-lab h2{font-size:clamp(2.45rem,4.3vw,4.85rem)}
.home-lab .section{padding:clamp(92px,10vw,148px) 0}
.home-lab .text-link{padding-bottom:3px;font-size:.92rem}
.section-index{display:flex;align-items:center;gap:13px;margin:0 0 26px;color:#494641;font-size:.82rem;font-weight:700;letter-spacing:.06em}
.section-index span{display:inline-grid;width:31px;height:31px;place-items:center;color:#fff;background:#171717;font-size:.66rem;letter-spacing:0}
.section-intro{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);column-gap:8vw;align-items:end;margin-bottom:86px}
.section-intro .section-index{grid-column:1/-1}
.section-intro h2{margin:0}
.section-intro>p:last-child{margin:0 0 8px;color:#5f5b56;font-size:1.04rem}

.atelier-hero{position:relative;background:#f7f4ef}
.atelier-hero__grid{position:relative;display:grid;grid-template-columns:38% 62%;min-height:790px}
.atelier-hero__copy{position:relative;display:flex;min-width:0;padding:158px clamp(32px,5.5vw,94px) 64px;background:#ff641e;align-items:center}
.atelier-hero__copy-inner{max-width:540px}
.atelier-hero__brand{display:flex;gap:10px;margin:0 0 34px;font-size:.91rem;font-weight:800}
.atelier-hero__brand span{font-weight:500}
.atelier-hero h1{max-width:640px;margin:0;color:#151515;font-size:clamp(3.2rem,5.45vw,5.75rem);line-height:1.04;letter-spacing:-.065em}
.atelier-hero__lede{max-width:480px;margin:31px 0 38px;color:#2d180f;font-size:clamp(1rem,1.4vw,1.22rem);line-height:1.72}
.atelier-hero__actions{display:flex;align-items:center;gap:24px}
.button--ink{min-height:52px;padding:0 26px;color:#fff!important;background:#171717!important;border-color:#171717!important}
.atelier-hero__link{padding:9px 0;border-bottom:1px solid rgba(23,23,23,.65);font-size:.9rem;font-weight:750}
.atelier-hero__link span{margin-left:8px}
.atelier-hero__company{position:absolute;bottom:30px;left:clamp(32px,5.5vw,94px);margin:0;color:rgba(40,17,8,.65);font-size:.7rem}
.atelier-hero__visual{position:relative;min-width:0;margin:0;overflow:hidden;background:#e8e2d9}
.atelier-hero__visual:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(23,23,23,.06);pointer-events:none}
.atelier-hero__visual img{width:100%;height:100%;object-fit:cover;object-position:50% center}
.atelier-hero__visual figcaption{position:absolute;right:30px;bottom:30px;display:grid;gap:4px;padding:14px 16px;color:#fff;background:#171717;border-radius:2px}
.atelier-hero__visual figcaption span{font-size:.62rem;letter-spacing:.12em}
.atelier-hero__visual figcaption strong{font-size:.83rem}
.atelier-hero__scale{position:absolute;z-index:3;top:92px;bottom:0;left:calc(38% - 12px);width:24px;background:repeating-linear-gradient(to bottom,transparent 0 11px,rgba(23,23,23,.62) 11px 12px,transparent 12px 23px)}
.atelier-hero__scale:after{content:"";position:absolute;top:0;bottom:0;left:11px;border-left:1px solid rgba(23,23,23,.5)}
.atelier-hero__scale span{position:sticky;top:120px;display:block;padding:3px;color:#171717;background:#f7f4ef;font-size:.62rem;font-weight:800;writing-mode:vertical-rl}
.product-rail{display:grid;grid-template-columns:repeat(3,1fr);min-height:112px;padding:0 clamp(24px,5.5vw,94px);background:#f7f4ef;border-bottom:1px solid #cbc5bd}
.product-rail a{display:grid;grid-template-columns:auto 1fr auto;gap:17px;align-items:center;padding:24px 30px;border-right:1px solid #cbc5bd}
.product-rail a:first-child{border-left:1px solid #cbc5bd}
.product-rail span{color:#a94b1d;font-size:.7rem}
.product-rail strong{font-size:.98rem}
.product-rail i{font-size:1.1rem;font-style:normal;transition:transform .2s}
.product-rail a:hover i{transform:translate(3px,-3px)}

.brand-definition{background:#fff}
.brand-definition__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:9vw}
.brand-definition h2{font-size:clamp(2.5rem,4.5vw,4.9rem)}
.brand-definition__body{padding-top:57px}
.brand-definition__body>.lede{margin-bottom:28px;color:#262421;font-size:clamp(1.16rem,1.7vw,1.43rem)}
.brand-definition__body>p:not(.lede){color:#595652}
.entity-facts{margin:42px 0 35px;border-top:1px solid #cac5bd}
.entity-facts div{display:grid;grid-template-columns:105px 1fr;gap:20px;padding:16px 0;border-bottom:1px solid #cac5bd}
.entity-facts dt{color:#77716b;font-size:.76rem}
.entity-facts dd{margin:0;font-size:.86rem;font-weight:650}

.product-system{background:#f0ece6}
.product-stories{display:grid;gap:118px}
.product-story{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:7vw;align-items:center}
.product-story:nth-child(even) .product-story__image{grid-column:2}
.product-story:nth-child(even) .product-story__content{grid-column:1;grid-row:1}
.product-story__image{position:relative;height:clamp(420px,43vw,620px);overflow:hidden;background:#ded8cf}
.product-story__image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.2),transparent 28%);pointer-events:none}
.product-story__image img{width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.7,.2,1)}
.product-story__image:hover img{transform:scale(1.025)}
.product-story--1 .product-story__image img{object-position:62% center}
.product-story--2 .product-story__image img{object-position:45% center;filter:saturate(.65) contrast(1.04)}
.product-story--3 .product-story__image img{object-position:78% center;filter:grayscale(.75) contrast(1.08)}
.product-story__image>span{position:absolute;z-index:2;right:18px;bottom:16px;color:#fff;font-size:.67rem;font-weight:750;letter-spacing:.1em}
.product-story__number{display:block;margin-bottom:58px;color:#c84c10;font-size:.72rem}
.product-story__content>p{margin-bottom:14px;color:#6c6760;font-size:.72rem;letter-spacing:.08em}
.product-story__content h3{margin-bottom:24px;font-size:clamp(2.25rem,3.5vw,3.9rem)}
.product-story__content>div{margin-bottom:34px;color:#514d47;font-size:1.03rem}

.lab-process{color:#f4f2ee;background:#111}
.lab-process .section-index{color:#ff8a51}.lab-process .section-index span{color:#111;background:#ff641e}
.lab-process__header{display:grid;grid-template-columns:1.15fr .85fr;gap:9vw;align-items:end;margin-bottom:90px}
.lab-process__header h2{margin-bottom:0;color:#fff}
.lab-process__header>p{max-width:520px;margin-bottom:10px;color:#aaa49d}
.lab-process__line{position:relative;display:grid;grid-template-columns:repeat(6,1fr);margin:0 0 66px;padding:0;list-style:none}
.lab-process__line:before{content:"";position:absolute;top:10px;right:0;left:0;height:1px;background:#54504b;transform-origin:left}
.lab-process__line li{position:relative;padding:42px 15px 0 0}
.lab-process__line li:before{content:"";position:absolute;z-index:1;top:5px;left:0;width:10px;height:10px;background:#ff641e}
.lab-process__line span,.lab-process__line strong,.lab-process__line small{display:block}
.lab-process__line span{margin-bottom:12px;color:#77716b;font-size:.68rem}
.lab-process__line strong{font-size:1rem}
.lab-process__line small{margin-top:6px;color:#ff8a51;font-size:.66rem}
.lab-process__footer{display:flex;justify-content:space-between;gap:40px;padding-top:22px;border-top:1px solid #403c38;color:#89837d;font-size:.78rem}
.lab-process__footer p{margin:0}.text-link--light{color:#fff}

.capability{background:#fff}
.capability__grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:10vw}
.capability__title{position:sticky;top:120px;height:max-content}
.capability__title>p:last-child{max-width:430px;color:#625e58}
.capability__list{border-top:1px solid #242424}
.capability__list article{display:grid;grid-template-columns:48px minmax(140px,.55fr) 1fr;gap:24px;padding:28px 0;border-bottom:1px solid #c9c4bd;align-items:start}
.capability__list article>span{color:#c44a0d;font-size:.7rem}
.capability__list h3{margin:0;font-size:1.35rem}
.capability__list p{margin:0;color:#625e58;font-size:.92rem}

.story-editorial{position:relative;background:#e65a16}
.story-editorial:before{content:"";position:absolute;inset:0 0 0 63%;background:#f7f4ef}
.story-editorial__grid{position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:8vw;align-items:center}
.story-editorial__image{position:relative;height:650px;margin:0;overflow:hidden}
.story-editorial__image img{width:100%;height:100%;object-fit:cover;object-position:62% center;filter:saturate(.65)}
.story-editorial__image figcaption{position:absolute;bottom:0;left:0;padding:15px 18px;color:#fff;background:#151515;font-size:.72rem}
.story-editorial__copy{padding:70px 0}
.story-editorial__copy .section-index{color:#514b45}
.story-editorial__copy h2{font-size:clamp(2.35rem,3.8vw,4.2rem)}
.story-editorial__copy>p:not(.section-index){color:#4e4a45}
.story-editorial__copy blockquote{margin:42px 0;padding:0 0 0 22px;border-left:3px solid #ff641e;font-size:1.2rem;font-weight:750}

.project-archive{background:#f7f4ef}
.project-archive__header,.knowledge-journal__header{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:64px}
.project-archive__header>p{max-width:390px;color:#66615b}
.project-archive__list{border-top:1px solid #262626}
.project-archive__list article{display:grid;grid-template-columns:190px 1.15fr .85fr;gap:45px;padding:35px 0;border-bottom:1px solid #c8c3bc;align-items:start}
.project-archive__list span{color:#b34510;font-size:.72rem}
.project-archive__list h3{max-width:500px;margin:0;font-size:clamp(1.4rem,2.1vw,2.05rem);line-height:1.35}
.project-archive__list p{margin:0;color:#605b55}

.knowledge-journal{background:#fff}
.journal-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:7vw}
.journal-feature__image{display:block;height:360px;margin-bottom:25px;overflow:hidden;background:#e7e1d9}
.journal-feature__image img{width:100%;height:100%;object-fit:cover;object-position:60% center;transition:transform .6s}
.journal-feature__image:hover img{transform:scale(1.025)}
.journal-meta{margin:0 0 13px;color:#8b847d;font-size:.72rem}
.journal-feature h3{font-size:clamp(1.8rem,2.7vw,2.8rem)}
.journal-feature>p:not(.journal-meta){color:#625d57}
.journal-list{border-top:1px solid #272727}
.journal-list article{position:relative;min-height:150px;padding:28px 55px 25px 0;border-bottom:1px solid #c9c4bd}
.journal-list h3{margin:0;font-size:clamp(1.15rem,1.6vw,1.5rem);line-height:1.4}
.journal-list__arrow{position:absolute;right:4px;top:50%;font-size:1.35rem;transform:translateY(-50%)}

.home-faq{background:#f0ece6}
.home-faq__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:10vw}
.home-faq__intro{position:sticky;top:120px;height:max-content}
.home-faq__intro>p:not(.section-index){max-width:380px;color:#625e58}
.home-faq .faq-list{border-top-color:#282828}
.home-faq .faq-item{border-bottom-color:#bdb8b1}
.home-faq .faq-item summary{padding:25px 42px 25px 0;font-size:1.08rem}
.home-faq .faq-answer{color:#56514c}

.business-closing{padding:clamp(82px,9vw,135px) 0;color:#1b130f;background:#ff641e}
.business-closing__grid{display:grid;grid-template-columns:1fr 1fr;gap:10vw}
.business-closing h2{font-size:clamp(2.8rem,4.8vw,5.25rem)}
.business-closing__grid>div:first-child>p{margin-bottom:20px;font-size:.84rem;font-weight:750}
.business-closing__details{padding-top:37px}
.business-closing__details dl{margin:0 0 32px;border-top:1px solid rgba(23,23,23,.55)}
.business-closing__details dl div{display:grid;grid-template-columns:105px 1fr;gap:22px;padding:14px 0;border-bottom:1px solid rgba(23,23,23,.35)}
.business-closing__details dt{font-size:.73rem}
.business-closing__details dd{margin:0;font-size:.91rem;font-weight:700}
.business-closing__details>p{color:#402116;font-size:.85rem}
body.is-brand-home .site-footer{margin-top:0}

.js.has-motion [data-reveal]{opacity:0;transform:translateY(28px)}
.js.has-motion [data-reveal].is-visible{opacity:1;transform:none;transition:opacity .7s ease,transform .7s cubic-bezier(.2,.72,.2,1)}
.js.has-motion [data-process-line]:before{transform:scaleX(0);transition:transform 1.15s cubic-bezier(.2,.72,.2,1)}
.js.has-motion [data-process-line].is-drawn:before{transform:scaleX(1)}

@media (max-width:1024px){
  body.is-brand-home .site-nav__list{gap:13px}body.is-brand-home .site-nav{gap:13px}body.is-brand-home .site-nav__list a{font-size:.7rem}
  .atelier-hero__copy{padding-right:36px;padding-left:36px}.atelier-hero h1{font-size:clamp(3rem,6.1vw,4.5rem)}
  .product-rail{padding-inline:24px}.product-rail a{padding-inline:18px}
  .product-story{gap:5vw}.story-editorial__grid{gap:5vw}
  .project-archive__list article{grid-template-columns:150px 1fr 1fr;gap:28px}
}
@media (max-width:920px){
  body.is-brand-home .site-header__inner{height:78px}
  body.is-brand-home .site-nav{position:absolute;top:78px;left:0;width:100%;padding:24px;background:#fff;border-bottom:1px solid #bdb7af}
  body.is-brand-home .site-nav.is-open{display:block}
  body.is-brand-home .site-nav__list{display:grid;gap:11px;margin-bottom:20px}
  body.is-brand-home .site-nav__list a{font-size:.9rem}
  .atelier-hero__grid{grid-template-columns:1fr;min-height:0}
  .atelier-hero__copy{min-height:610px;padding:132px 28px 66px}
  .atelier-hero__copy-inner{max-width:620px}
  .atelier-hero__company{left:28px}
  .atelier-hero__visual{height:520px}
  .atelier-hero__scale{top:auto;right:0;bottom:508px;left:0;width:100%;height:24px;background:repeating-linear-gradient(to right,transparent 0 11px,rgba(23,23,23,.62) 11px 12px,transparent 12px 23px)}
  .atelier-hero__scale:after{top:11px;right:0;bottom:auto;left:0;border-top:1px solid rgba(23,23,23,.5);border-left:0}
  .atelier-hero__scale span{display:none}
  .product-rail{grid-template-columns:1fr;padding:0 28px}
  .product-rail a,.product-rail a:first-child{border-right:0;border-left:0;border-bottom:1px solid #cbc5bd}
  .brand-definition__grid,.capability__grid,.story-editorial__grid,.journal-layout,.home-faq__grid,.business-closing__grid{grid-template-columns:1fr}
  .brand-definition__body{padding-top:0}
  .section-intro{grid-template-columns:1fr}.section-intro>p:last-child{margin-top:25px}
  .product-story,.product-story:nth-child(even){grid-template-columns:1fr;gap:38px}
  .product-story:nth-child(even) .product-story__image,.product-story:nth-child(even) .product-story__content{grid-column:auto;grid-row:auto}
  .product-story__content{max-width:620px}.product-story__number{margin-bottom:25px}
  .lab-process__header{grid-template-columns:1fr;gap:30px}
  .lab-process__line{grid-template-columns:repeat(3,1fr);row-gap:45px}
  .lab-process__line:before{display:none}.lab-process__line li{padding-top:24px;border-top:1px solid #514c47}.lab-process__line li:before{top:-5px}
  .capability__title,.home-faq__intro{position:static}.capability__list{margin-top:40px}
  .story-editorial:before{display:none}.story-editorial__grid{gap:0}.story-editorial__image{height:520px}.story-editorial__copy{padding-bottom:0}
  .project-archive__header,.knowledge-journal__header{align-items:start;flex-direction:column}
  .project-archive__list article{grid-template-columns:120px 1fr}.project-archive__list p{grid-column:2}
  .journal-list{margin-top:50px}
}
@media (max-width:620px){
  .home-lab .section{padding:82px 0}.home-lab h2{font-size:2.55rem}
  body.is-brand-home .brand-lockup__mark,body.is-brand-home .custom-logo{width:39px;height:39px}
  .atelier-hero__copy{min-height:570px;padding:118px 22px 58px}
  .atelier-hero h1{font-size:clamp(2.75rem,12vw,3.55rem);line-height:1.05}
  .atelier-hero__brand{margin-bottom:28px}.atelier-hero__lede{margin:26px 0 30px;font-size:1rem}
  .atelier-hero__actions{align-items:flex-start;flex-direction:column;gap:13px}.atelier-hero__actions .button{width:auto}
  .atelier-hero__company{right:22px;bottom:22px;left:22px;font-size:.62rem}
  .atelier-hero__visual{height:390px}.atelier-hero__visual img{object-position:60% center}.atelier-hero__visual figcaption{right:14px;bottom:14px}
  .atelier-hero__scale{bottom:378px}
  .product-rail{padding:0 14px}.product-rail a{padding:21px 8px}
  .brand-definition__grid{gap:36px}.brand-definition h2{font-size:2.65rem}
  .entity-facts div{grid-template-columns:85px 1fr}
  .product-stories{gap:82px}.product-story__image{height:390px}.product-story__content h3{font-size:2.4rem}
  .lab-process__line{grid-template-columns:1fr 1fr}.lab-process__footer{align-items:start;flex-direction:column}
  .capability__list article{grid-template-columns:34px 1fr}.capability__list p{grid-column:2}
  .story-editorial__image{height:420px}.story-editorial__copy h2{font-size:2.55rem}
  .project-archive__list article{grid-template-columns:1fr;gap:14px}.project-archive__list p{grid-column:auto}
  .journal-feature__image{height:300px}
  .business-closing__details{padding-top:10px}.business-closing__details dl div{grid-template-columns:90px 1fr}
}
@media (prefers-reduced-motion:reduce){
  .js.has-motion [data-reveal]{opacity:1;transform:none}.js.has-motion [data-process-line]:before{transform:none}
  .product-story__image img,.journal-feature__image img{transition:none}
}


/* Immersive GooMooplay editorial hero v2. */
body.is-brand-home{background:#f7f4ef}
body.is-brand-home .site-header{position:fixed;inset:0 0 auto;z-index:1000;background:transparent;border:0;color:#fff;backdrop-filter:none;transition:background-color .35s ease,color .35s ease,box-shadow .35s ease}
body.is-brand-home .site-header__inner{height:92px;width:min(1380px,calc(100% - 64px))}
body.is-brand-home .brand-lockup strong,body.is-brand-home .brand-lockup small,body.is-brand-home .site-nav__list a{color:inherit}
body.is-brand-home .brand-lockup small{opacity:.74}
body.is-brand-home .brand-lockup__mark,body.is-brand-home .custom-logo{filter:brightness(0) invert(1);transition:filter .35s ease}
body.is-brand-home .site-nav{gap:28px}
body.is-brand-home .site-nav__list{gap:27px}
body.is-brand-home .site-nav__list a{font-size:.79rem;font-weight:650;text-shadow:0 1px 14px rgba(0,0,0,.24)}
body.is-brand-home .site-nav .button{min-height:42px;padding-inline:20px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.72);border-radius:2px;box-shadow:none}
body.is-brand-home .site-nav .button:hover{color:#171717;background:#fff;transform:none}
body.is-brand-home .nav-toggle{color:#fff}
body.is-brand-home .site-header.is-scrolled{color:#171717;background:rgba(255,253,249,.96);box-shadow:0 1px 0 rgba(23,23,23,.12);backdrop-filter:blur(14px)}
body.is-brand-home .site-header.is-scrolled .brand-lockup__mark,body.is-brand-home .site-header.is-scrolled .custom-logo{filter:none}
body.is-brand-home .site-header.is-scrolled .site-nav__list a{text-shadow:none}
body.is-brand-home .site-header.is-scrolled .site-nav .button{color:#171717;border-color:#171717}
body.is-brand-home .site-header.is-scrolled .site-nav .button:hover{color:#fff;background:#171717}
body.is-brand-home .site-header.is-scrolled .nav-toggle{color:#171717}
.immersive-hero{position:relative;height:100vh;height:100svh;min-height:680px;overflow:hidden;color:#fff;background:#111;isolation:isolate;outline:0;touch-action:pan-y;user-select:none}
.immersive-hero__slides,.immersive-hero__slide,.immersive-hero__slide img,.immersive-hero__veil{position:absolute;inset:0}
.immersive-hero__slides{z-index:-2}
.immersive-hero__slide{margin:0;opacity:0;visibility:hidden;transform:scale(1.035);transition:opacity 1.55s ease,visibility 1.55s ease,transform 7.2s cubic-bezier(.2,.6,.2,1)}
.immersive-hero__slide.is-active{opacity:1;visibility:visible;transform:scale(1)}
.immersive-hero__slide img{width:100%;height:100%;object-fit:cover;object-position:center;-webkit-user-drag:none}
.immersive-hero__slide:first-child img{object-position:52% center}
.immersive-hero__veil{z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.58) 0,rgba(0,0,0,.08) 27%,rgba(0,0,0,.04) 52%,rgba(0,0,0,.66) 100%),linear-gradient(90deg,rgba(0,0,0,.32),transparent 48%)}
.immersive-hero__copy{position:absolute;right:0;bottom:77px;left:0}
.immersive-hero__copy h1{max-width:900px;margin:12px 0 10px;color:#fff;font-size:clamp(3.25rem,5.8vw,5.8rem);line-height:1.02;letter-spacing:-.065em;text-shadow:0 2px 28px rgba(0,0,0,.28)}
.immersive-hero__copy>p{max-width:640px;margin:0;color:rgba(255,255,255,.9);font-size:clamp(.96rem,1.35vw,1.18rem);letter-spacing:.015em}
.immersive-hero__product{display:inline-flex;align-items:center;gap:12px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.04em}
.immersive-hero__product span{opacity:.6}.immersive-hero__product i{margin-left:4px;font-size:.95rem;font-style:normal;transition:transform .2s}
.immersive-hero__product:hover i{transform:translate(3px,-3px)}
.immersive-hero__dots{position:absolute;z-index:5;right:max(32px,calc((100vw - 1380px)/2));bottom:41px;display:flex;gap:11px;align-items:center}
.immersive-hero__dots button{display:grid;width:24px;height:24px;padding:0;place-items:center;border:0;background:transparent;cursor:pointer}
.immersive-hero__dots button span{display:block;width:7px;height:7px;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:transparent;transition:transform .25s ease,background-color .25s ease}
.immersive-hero__dots button.is-active span{background:#fff;transform:scale(1.35)}
.immersive-hero__dots button:focus-visible{outline:2px solid #fff;outline-offset:2px}
.immersive-hero.is-dragging{cursor:grabbing}.immersive-hero.is-dragging .immersive-hero__slide{transition:none}


body.is-brand-home .brand-definition{position:relative;background:linear-gradient(90deg,#ff641e 0 39%,#fff 39% 100%)}
body.is-brand-home .brand-definition__grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:11vw}
body.is-brand-home .brand-definition__grid>div:first-child{padding-right:2vw}
body.is-brand-home .brand-definition h2{font-size:clamp(2.55rem,4.25vw,4.7rem)}
body.is-brand-home .brand-definition__body{padding-top:52px}
body.is-brand-home .brand-definition .section-index{color:#35190d}
body.is-brand-home .brand-definition .section-index span{color:#fff;background:#171717}
body.is-brand-home .product-system{background:#f2eee8}
body.is-brand-home .product-story__image{border-radius:0}
body.is-brand-home .lab-process{background:#111}
body.is-brand-home .story-editorial{background:#ff641e}
body.is-brand-home .project-archive,body.is-brand-home .home-faq{background:#f7f4ef}
@media (max-width:1024px){
body.is-brand-home .site-header__inner{width:calc(100% - 40px)}
body.is-brand-home .site-nav__list{gap:15px}
.immersive-hero__copy{bottom:72px}
}
@media (max-width:920px){
body.is-brand-home .site-header__inner{height:76px;width:calc(100% - 36px)}
body.is-brand-home .site-nav{top:76px;color:#171717;background:rgba(255,253,249,.98);box-shadow:0 1px 0 rgba(23,23,23,.12)}
body.is-brand-home .site-nav__list a{color:#171717;text-shadow:none}
body.is-brand-home .site-nav .button{color:#171717;border-color:#171717}
body.is-brand-home .site-nav .button:hover{color:#fff;background:#171717}
.immersive-hero{min-height:700px}.immersive-hero__copy{bottom:76px}
.immersive-hero__copy h1{font-size:clamp(3rem,8vw,4.8rem)}
.immersive-hero__dots{right:18px;bottom:25px}
body.is-brand-home .brand-definition{background:#fff}
body.is-brand-home .brand-definition__grid>div:first-child{margin:calc(clamp(92px,10vw,148px)*-1) -20px 40px;padding:90px 20px 60px;background:#ff641e}
}
@media (max-width:620px){
body.is-brand-home .site-header__inner{width:calc(100% - 28px)}
body.is-brand-home .brand-lockup{gap:9px}
body.is-brand-home .brand-lockup strong{font-size:.92rem}
body.is-brand-home .brand-lockup small{font-size:.62rem}
body.is-brand-home .nav-toggle{padding:10px 0;font-size:.78rem}
.immersive-hero{height:100svh;min-height:660px}
.immersive-hero__slide img{object-position:62% center}
.immersive-hero__slide:first-child img{object-position:59% center}
.immersive-hero__veil{background:linear-gradient(180deg,rgba(0,0,0,.62) 0,rgba(0,0,0,.05) 30%,rgba(0,0,0,.12) 57%,rgba(0,0,0,.76) 100%)}
.immersive-hero__copy{bottom:88px;width:calc(100% - 36px)}
.immersive-hero__copy h1{margin:10px 0;font-size:clamp(2.45rem,11.5vw,3.25rem);line-height:1.04}
.immersive-hero__copy>p{max-width:330px;font-size:.91rem;line-height:1.65}
.immersive-hero__product{font-size:.7rem}
.immersive-hero__dots{right:auto;bottom:27px;left:50%;transform:translateX(-50%)}
body.is-brand-home .brand-definition__grid>div:first-child{margin:-82px -14px 38px;padding:78px 14px 54px}
body.is-brand-home .brand-definition h2{font-size:2.55rem}
}
@media (prefers-reduced-motion:reduce){
.immersive-hero__slide{transition:none;transform:none}
.immersive-hero__product i{transition:none}
}

