@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900;1000&family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');
:root{color-scheme:light;--paper:#f6f1ea;--ink:#2b2724;--accent:#e95632;--muted:#756d65;--line:#2b272422;--font:'DM Sans','Noto Sans JP',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--font);-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{border:0;background:none;color:inherit;font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button:disabled{cursor:wait}img{display:block;width:100%}p{font-size:16px;line-height:1.95}h1,h2,h3,p{margin-top:0}h2{font-size:clamp(32px,4.2vw,66px);line-height:1.4;letter-spacing:-.05em;font-weight:700}em{font-style:normal}.skip{position:fixed;top:-100px;left:20px;z-index:99;padding:16px;background:white}.skip:focus{top:15px}.header{height:94px;padding:0 4.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5}.logo{font-size:48px;font-weight:1000;letter-spacing:-4px;line-height:1}.logo span{font-size:13px;letter-spacing:0;vertical-align:top;display:inline-block;padding:6px}.header nav{display:flex;gap:36px;font-size:13px;letter-spacing:.04em;font-weight:600}.header nav a:hover{color:var(--accent)}.header-join{background:var(--ink);color:var(--paper);border-radius:40px;padding:14px 23px;font-size:13px;display:flex;gap:32px;align-items:center}.header-join span{font-size:22px}.hero{display:grid;grid-template-columns:.83fr 1.4fr;gap:30px;padding:46px 4.5% 0;max-width:1800px;margin:auto}.eyebrow{font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.08em}.hero-copy{padding-top:12px;display:flex;flex-direction:column}.hero h1{font-size:clamp(70px,8.1vw,132px);line-height:.85;font-weight:900;letter-spacing:-.065em;margin:32px 0 35px}.hero h1>span:not(.dot){color:var(--accent)}.dot{color:var(--accent)}.hero-bottom{display:flex;justify-content:space-between;align-items:center;max-width:350px}.hero-bottom p{font-size:20px;line-height:1.7;font-weight:500;margin-bottom:0}.round-link{display:grid;place-items:center;width:55px;height:55px;border:1px solid var(--line);border-radius:50%;font-size:24px}.round-link:hover{background:var(--accent);color:white}.playground{min-width:0;border:1px solid #dfd0bd;border-radius:7px;background:#eee0cd;overflow:hidden}.stage-top{display:flex;justify-content:space-between;align-items:center;padding:20px 23px 0;font-size:10px;letter-spacing:.08em;font-weight:600}.stage-top button{font-size:11px;padding:8px}.stage{height:420px;position:relative;overflow:hidden}#space{display:block;width:100%;height:100%;touch-action:pan-y}.stage-label{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:12px;background:#fffaf0de;border:1px solid #b98d6433;padding:10px 17px;border-radius:30px;pointer-events:none}.avatar-dot{height:8px;width:8px;border-radius:50%;background:var(--accent)}.stage-stamp{position:absolute;top:14px;right:22px;font-size:12px;font-weight:800;line-height:1.05;transform:rotate(9deg);color:#8d4429}.stage-stamp span{display:block;font-size:44px;line-height:1.3}.reset{position:absolute;bottom:12px;right:20px;font-size:24px;padding:5px}.room-control{padding:14px 23px 20px}.room-control>p{font-size:12px;display:flex;justify-content:space-between;gap:10px;margin:0 0 15px}.room-control>p>span{font-size:9px;letter-spacing:.08em;color:#746554}.room-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.room-buttons button{border:1px solid #66513a35;border-radius:3px;padding:13px 12px;text-align:left;background:#f9f2e8;position:relative;transition:background .2s,transform .2s}.room-buttons button:hover,.room-buttons button.active{background:var(--accent);color:white;border-color:var(--accent);transform:translateY(-3px)}.room-buttons button>span{font-size:10px;opacity:.6;position:absolute;right:10px;top:13px}.room-buttons strong{font-size:18px;font-weight:700;letter-spacing:-.04em}.room-buttons i{font-style:normal;font-size:10px;display:block;margin-top:5px}.hero-foot{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:23px 0;font-size:10px;font-weight:500;letter-spacing:.03em;margin-top:14px}.ticker{overflow:hidden;background:var(--accent);color:#fff6eb;transform:rotate(-1deg);margin:42px 0 10px;max-width:100%;padding:19px 0;white-space:nowrap}.ticker div{font-size:23px;font-weight:700;letter-spacing:-.03em;animation:ticker 35s linear infinite;width:max-content}.ticker span{padding:0 35px;font-size:30px}@keyframes ticker{to{transform:translateX(-30%)}}.section{padding:105px 6%;max-width:1800px;margin:auto}.section-meta{font-size:11px;font-weight:600;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;margin-bottom:55px;gap:20px;letter-spacing:.04em}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:11%}.about h2{font-size:clamp(30px,3.6vw,56px);line-height:1.6}.about h2 em{color:var(--accent)}.about-text p{color:var(--muted);font-size:15px}.about-text p:first-child{color:var(--ink);font-size:18px}.under-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px;border-bottom:1px solid currentColor;padding:14px 0}.under-link span{font-size:20px}.disciplines{display:flex;gap:25px;align-items:center;justify-content:space-between;margin-top:64px;padding-top:26px;border-top:1px solid var(--line);font-size:clamp(12px,1.7vw,25px);font-weight:700;letter-spacing:-.03em}.disciplines b{font-size:22px;color:var(--accent);font-weight:400}.brands{padding-top:30px}.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}.section-title-row h2{line-height:1.05;font-size:clamp(38px,5.6vw,83px);margin:0;font-weight:700;letter-spacing:-.06em}.section-title-row h2 em{color:var(--accent)}.section-title-row p{font-size:14px;color:var(--muted);margin:0}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.brand-card{padding:0;text-align:left;min-width:0}.brand-card:nth-child(2){margin-top:65px}.brand-photo{position:relative;overflow:hidden}.brand-photo img{aspect-ratio:3/4;object-fit:cover;transition:transform .65s}.brand-card:hover img{transform:scale(1.035)}.brand-photo>span{position:absolute;bottom:15px;right:15px;background:var(--paper);padding:9px 13px;border-radius:30px;font-size:10px;letter-spacing:.03em}.brand-caption{display:flex;align-items:center;justify-content:space-between;margin:15px 0;gap:10px}.brand-caption h3{font-size:25px;font-weight:600;margin:0;letter-spacing:-.05em}.brand-caption>span{font-size:10px;color:var(--muted)}.all-brands{margin-top:45px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.all-brands summary{cursor:pointer;font-size:15px;padding:22px 0;display:flex;justify-content:space-between;list-style:none}.all-brands summary::-webkit-details-marker{display:none}.all-brands summary span{font-size:12px}#brand-catalog{display:grid;grid-template-columns:repeat(4,1fr);gap:0 24px;padding-bottom:25px}#brand-catalog button{border-bottom:1px solid var(--line);padding:19px 0;font-size:17px;text-align:left;display:flex;justify-content:space-between}#brand-catalog button:hover{color:var(--accent)}#brand-catalog span{font-size:10px;color:var(--muted)}.culture{background:#e8dccb;max-width:none}.culture-intro{display:flex;justify-content:space-between;align-items:center;gap:30px}.culture-intro h2{font-size:clamp(38px,5.5vw,80px);line-height:1.45}.culture-intro em{color:#a6472d}.culture-intro p{font-size:16px;color:#6e6257}.culture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5%;margin-top:40px}.culture-grid article{border-top:1px solid var(--line);padding-top:25px}.index{font-size:11px;letter-spacing:.04em;color:#8b4835}.culture-grid h3{font-size:27px;line-height:1.6;margin:24px 0 20px}.culture-grid p{font-size:14px;color:#6e6257}.recruit{background:var(--accent);color:#fff6eb;max-width:none}.recruit .section-meta{border-color:#fff6eb60}.recruit-head{display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:center}.recruit h2{font-size:clamp(65px,9.3vw,150px);line-height:.9;letter-spacing:-.07em;font-weight:800;margin:0}.recruit h2 em{color:#552d25}.recruit-lead{font-size:29px;font-weight:600;line-height:1.65;margin-bottom:20px}.recruit-head p:not(.recruit-lead){font-size:14px;color:#ffe7db}.pill{display:inline-flex;align-items:center;justify-content:space-between;gap:60px;border-radius:40px;padding:17px 25px;font-size:14px}.pill.light{color:var(--ink);background:var(--paper);margin-top:18px}.positions{margin-top:75px}.positions button{width:100%;border-top:1px solid #fff6eb66;display:flex;align-items:center;gap:30px;text-align:left;padding:26px 0}.positions button>span:first-child{font-size:12px}.positions strong{font-size:25px;flex:1;font-weight:500}.positions small{display:block;font-size:12px;margin-top:8px;opacity:.8;font-weight:400}.employment{font-size:12px}.positions b{font-size:28px;font-weight:400}.positions button:hover{color:#552d25}.recruit-note{font-size:12px;opacity:.8}.contact{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding-top:90px;padding-bottom:90px}.contact h2{font-size:44px;line-height:1.5;margin:20px 0 0}.contact-mail{font-size:clamp(17px,2.2vw,32px);letter-spacing:-.04em;border-bottom:1px solid var(--line);padding:18px 0;display:flex;justify-content:space-between;gap:12px}.contact-mail span{color:var(--accent)}.contact p:not(.eyebrow){font-size:12px;color:var(--muted)}.copy-email{padding:9px 0;border-bottom:1px solid var(--line);font-size:12px}#copy-status{font-size:12px;margin-left:14px}footer{background:#292521;color:var(--paper);padding:50px 6% 25px}.footer-logo{font-size:clamp(110px,23vw,360px);letter-spacing:-.08em;display:block}.footer-logo span{font-size:20px;padding-top:15px}footer>div{border-top:1px solid #ffffff30;display:flex;justify-content:space-between;padding-top:25px;margin-top:35px;font-size:10px;gap:16px}dialog{border:0;padding:65px 38px 40px;width:min(600px,calc(100% - 32px));max-height:85dvh;border-radius:10px;background:var(--paper);color:var(--ink);overscroll-behavior:contain}dialog::backdrop{background:#30251ec4;backdrop-filter:blur(8px)}.close{position:absolute;top:13px;right:17px;width:44px;height:44px;font-size:31px}.detail-kicker{font-size:11px;letter-spacing:.1em;color:var(--accent);font-weight:600}.detail-title{font-size:45px;line-height:1.1;margin:20px 0 26px}.detail-photo{max-height:340px;object-fit:cover;object-position:center 35%;border-radius:3px}.detail-copy{font-size:15px;color:var(--muted);line-height:1.9}.detail-cta{display:flex;justify-content:space-between;align-items:center;background:var(--accent);color:white;padding:18px 20px;border-radius:4px;font-size:14px;margin-top:22px}.detail-steps{padding:0;list-style:none}.detail-steps li{border-top:1px solid var(--line);padding:20px 0}.detail-steps strong{font-size:18px;display:block;margin-bottom:7px}.detail-steps p{font-size:14px;margin:0;color:var(--muted)}.detail-note{font-size:12px;color:var(--muted);line-height:1.8;margin-top:18px}.brand-tags{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.brand-tags span{border:1px solid var(--line);padding:8px 12px;font-size:12px;border-radius:20px}.lab-toggle{display:flex;gap:8px;margin:25px 0}.lab-toggle button{border:1px solid var(--line);border-radius:30px;padding:10px 15px;font-size:13px}.lab-toggle button[aria-pressed=true]{background:var(--accent);color:white;border-color:var(--accent)}.lab-result{padding:24px;background:#e8dccb;border-radius:4px;min-height:155px}.lab-result strong{font-size:22px;line-height:1.6}.lab-result p{font-size:14px;line-height:1.8;margin:15px 0 0}#error{position:absolute;top:45%;left:10%;right:10%;font-size:14px;line-height:1.8;text-align:center}[hidden]{display:none!important}.paused .ticker div{animation-play-state:paused}@media(min-width:1600px){.stage{height:530px}}
@media(max-width:1000px){.hero{grid-template-columns:.8fr 1.2fr;gap:20px}.hero h1{font-size:8.1vw}.stage{height:365px}.stage-stamp{display:none}.stage-top{padding:15px 15px 0;font-size:9px}.room-control{padding:10px 15px 16px}.room-control>p{font-size:11px}.room-control>p>span{display:none}.room-buttons button{padding:11px 8px}.room-buttons strong{font-size:15px}.room-buttons i{font-size:9px}.room-buttons button>span{display:none}.hero-bottom p{font-size:18px}.about-content{gap:7%}.section-title-row{display:block}.section-title-row p{margin-top:25px}.brand-caption{display:block}.brand-caption>span{display:block;margin-top:5px}.recruit-head{gap:40px}.recruit-lead{font-size:24px}}
@media(max-width:700px){html{scroll-padding-top:25px}.header{height:76px;padding:0 6%}.logo{font-size:39px;letter-spacing:-3px}.header nav{display:none}.header-join{font-size:12px;padding:10px 17px;gap:20px}.header-join span{font-size:19px}.hero{display:flex;flex-direction:column;gap:28px;padding:29px 6% 0}.hero-copy{padding:0}.eyebrow{font-size:9px;letter-spacing:.045em}.hero h1{font-size:clamp(65px,18.4vw,118px);line-height:.86;margin:21px 0 24px;letter-spacing:-.055em}.hero h1 br:first-of-type{display:block}.hero h1>span:not(.dot){margin-left:0}.hero-bottom{max-width:none}.hero-bottom p{font-size:17px;line-height:1.7}.hero-bottom p br{display:none}.round-link{width:42px;height:42px;font-size:20px}.playground{border-radius:5px}.stage-top{padding:13px 13px 0;font-size:9px}.stage-top button{font-size:10px;padding:5px}.stage{height:300px}.stage-label{font-size:10px;padding:8px 11px;bottom:5px;max-width:90%;white-space:normal;min-width:190px;justify-content:center}.reset{font-size:22px;right:8px;bottom:4px}.room-control{padding:15px 12px}.room-control>p{font-size:11px;margin-bottom:12px}.room-buttons{gap:7px}.room-buttons button{min-height:66px;padding:11px 7px}.room-buttons strong{font-size:16px;letter-spacing:-.04em}.room-buttons i{font-size:9px;margin-top:6px}.room-buttons button:hover{transform:none}.hero-foot{padding:18px 0;margin:0;font-size:9px}.hero-foot span:last-child{display:none}.ticker{margin-top:16px;padding:14px 0}.ticker div{font-size:17px}.ticker span{font-size:22px;padding:0 20px}.section{padding:65px 6%}.section-meta{font-size:10px;margin-bottom:35px;padding-top:18px}.section-meta>span:last-child{font-size:9px;max-width:50%;text-align:right}.about-content{display:block}.about h2{font-size:clamp(27px,7.8vw,45px);line-height:1.65;margin-bottom:33px}.about-text p,.about-text p:first-child{font-size:15px}.disciplines{gap:8px;font-size:10px;line-height:1.5;flex-wrap:wrap;margin-top:36px;padding-top:20px}.disciplines b{font-size:15px}.brands{padding-top:20px}.section-title-row{margin-bottom:30px}.section-title-row h2{font-size:clamp(34px,10.2vw,58px);line-height:1.1}.section-title-row p{font-size:14px;margin-top:23px}.brand-grid{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;margin:0 -6.8%;padding:0 6.8% 15px;scrollbar-width:thin}.brand-card{flex:0 0 79%;scroll-snap-align:center}.brand-card:nth-child(2){margin-top:0}.brand-photo img{aspect-ratio:3/4}.brand-caption{display:flex}.brand-caption h3{font-size:25px}.brand-caption>span{font-size:9px}.all-brands{margin-top:23px}.all-brands summary{font-size:14px;padding:20px 0}.all-brands summary span{font-size:10px}#brand-catalog{grid-template-columns:repeat(2,1fr);gap:0 18px}#brand-catalog button{font-size:14px}#brand-catalog span{font-size:9px}.culture-intro{display:block}.culture-intro h2{font-size:43px;line-height:1.5;margin-bottom:25px}.culture-intro p{font-size:14px}.culture-grid{display:block;margin-top:35px}.culture-grid article{padding-top:22px;margin-top:27px}.culture-grid h3{font-size:24px;margin:15px 0}.culture-grid h3 br{display:none}.culture-grid p{font-size:15px}.recruit-head{display:block}.recruit h2{font-size:clamp(66px,19vw,114px);margin-bottom:38px;line-height:.92}.recruit-lead{font-size:26px}.recruit-head p:not(.recruit-lead){font-size:14px}.positions{margin-top:42px}.positions button{gap:13px;padding:24px 0;flex-wrap:wrap}.positions button>span:first-child{font-size:10px}.positions strong{font-size:19px;line-height:1.5;flex-basis:75%}.positions small{font-size:10px;line-height:1.8}.positions .employment{font-size:10px;margin-left:27px}.positions b{font-size:23px;margin-left:auto}.recruit-note{font-size:11px}.contact{display:block;padding-top:65px;padding-bottom:65px}.contact h2{font-size:35px;margin-bottom:30px}.contact-mail{font-size:22px;gap:5px;overflow-wrap:anywhere}.contact p:not(.eyebrow){font-size:12px}.copy-email{font-size:12px}footer{padding:35px 6% 25px}.footer-logo{font-size:31vw;letter-spacing:-.08em}.footer-logo span{font-size:13px;padding-top:5px}footer>div{font-size:9px;flex-wrap:wrap;gap:20px;margin-top:30px}footer>div span:first-child{flex-basis:100%}footer>div a{margin-left:auto}dialog{width:100%;max-height:88dvh;margin:auto 0 0;border-radius:15px 15px 0 0;padding:65px 25px 35px;max-width:100%}.detail-title{font-size:37px}.detail-photo{max-height:310px}.detail-copy{font-size:15px}.detail-cta{font-size:14px;min-height:54px}.lab-toggle{gap:5px}.lab-toggle button{font-size:12px;padding:10px 13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
@media(max-width:700px){.room-control>p{font-size:12px;line-height:1.7}.room-buttons i{font-size:12px;line-height:1.5}.room-buttons button{min-height:82px}.stage-label{font-size:12px;line-height:1.5}.about-text p,.about-text p:first-child,.culture-grid p{font-size:16px}.recruit-head p:not(.recruit-lead){font-size:15px}.stage-top button{font-size:12px}}
/* Immersive opening: a typographic first screen, followed by a full-height world. */
.header{background:var(--paper)}.intro-scene{min-height:calc(100svh - 94px);position:relative;padding:28px 6% 34px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.intro-topline{display:flex;justify-content:space-between;font-size:11px;font-weight:600;letter-spacing:.05em}.intro-words{margin:auto;text-align:center;padding:34px 0;will-change:transform,opacity}.intro-words .eyebrow{font-size:13px;margin-bottom:22px;letter-spacing:.07em}.intro-words h1{font-size:clamp(80px,13.6vw,220px);font-weight:900;letter-spacing:-.075em;line-height:.82;margin:0}.intro-words h1>span{display:block}.intro-words h1>span:first-child{display:inline}.intro-words h1>span:nth-child(2){display:inline;color:var(--accent);margin-left:.12em}.intro-words h1>span:last-child{margin-top:12px}.intro-message{font-size:18px;font-weight:500;letter-spacing:.08em;margin:30px 0 0}.intro-side{position:absolute;right:28px;top:48%;writing-mode:vertical-rl;font-size:10px;letter-spacing:.13em}.enter-world{display:flex;align-items:center;justify-content:center;gap:30px;font-size:11px;letter-spacing:.08em;font-weight:600;align-self:center}.enter-world small{display:block;font-size:12px;font-weight:400;letter-spacing:.03em;margin-top:7px}.scroll-line{display:grid;place-items:center;border:1px solid var(--line);border-radius:30px;width:37px;height:57px;font-size:21px;animation:scroll-cue 2s ease-in-out infinite}@keyframes scroll-cue{50%{transform:translateY(6px)}}
.world-chapter{position:relative;height:200svh;background:#eee0cd;scroll-margin-top:0}.world-chapter .playground{position:sticky;top:0;width:100%;height:100svh;min-height:650px;border:0;border-radius:0;overflow:hidden;background:#eee0cd}.world-chapter .stage{position:absolute;inset:0;height:100%;width:100%;overflow:hidden}.world-chapter #space{height:100%;width:100%;touch-action:pan-y}.world-chapter .stage-top{position:absolute;top:0;left:0;right:0;padding:25px 4%;font-size:11px;letter-spacing:.05em;z-index:2}.world-chapter .stage-top button{font-size:12px;border:1px solid #66513a40;border-radius:25px;padding:10px 15px;background:#f6f1ea80}.world-heading{position:absolute;top:100px;left:6%;pointer-events:none;z-index:1}.world-heading h2{font-size:clamp(38px,5.1vw,80px);line-height:1.3;margin:17px 0 19px;letter-spacing:-.06em}.world-heading h2 em{color:#a6472d}.world-heading>p:last-child{font-size:14px;line-height:1.9;color:#75634f}.world-heading .eyebrow{font-size:11px}.world-side-note{position:absolute;right:28px;top:43%;writing-mode:vertical-rl;font-size:10px;letter-spacing:.13em;color:#8d7560}.world-chapter .stage-label{left:50%;bottom:192px;font-size:13px;padding:11px 20px;white-space:normal;text-align:center;min-width:200px;background:#fffaf0ed;backdrop-filter:blur(8px)}.world-chapter .reset{bottom:199px;right:6%;border:1px solid #66513a30;border-radius:50%;width:43px;height:43px;background:#f6f1ea9c;font-size:24px;padding:0}.world-chapter .room-control{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);width:min(660px,88%);padding:0;z-index:2}.world-chapter .room-control>p{font-size:13px;line-height:1.8;margin-bottom:12px}.world-chapter .room-control>p>span{font-size:10px;display:block}.world-chapter .room-buttons{gap:10px}.world-chapter .room-buttons button{background:#fcf6edeb;backdrop-filter:blur(12px);padding:18px;min-height:85px;border:1px solid #a687665c;border-radius:5px}.world-chapter .room-buttons button.active,.world-chapter .room-buttons button:hover{background:var(--accent);color:white}.world-chapter .room-buttons strong{font-size:23px;letter-spacing:-.04em}.world-chapter .room-buttons i{font-size:13px;margin-top:5px;line-height:1.5}.world-scroll-meter{position:absolute;bottom:0;left:0;right:0;height:3px;background:#6a4c3020}.world-scroll-meter>span{display:block;height:100%;width:0;background:var(--accent)}.ticker{margin-top:0}.brand-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;gap:20px}.brand-total{font-size:11px;letter-spacing:.07em;font-weight:600}.brand-tools p{font-size:14px;color:var(--muted);margin:8px 0 0}.view-toggle{border:1px solid var(--line);border-radius:30px;min-height:45px;padding:12px 20px;display:flex;align-items:center;gap:20px;font-size:13px}.view-toggle:hover,.view-toggle[aria-pressed=true]{background:var(--ink);color:var(--paper)}#brand-carousel{display:flex;gap:26px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 6.8% 15px;margin:0 -6.8%;scroll-padding:0 6.8%;overscroll-behavior-x:contain}#brand-carousel::-webkit-scrollbar{display:none}#brand-carousel .brand-card{flex:0 0 calc((100% - 52px)/3);scroll-snap-align:start;align-self:flex-start;margin-top:0}#brand-carousel .brand-card:nth-child(3n+2){padding-top:40px}#brand-carousel .brand-photo img{aspect-ratio:3/4;object-fit:cover}#brand-carousel .brand-caption{min-height:60px;display:flex;align-items:flex-start;flex-wrap:wrap}#brand-carousel .brand-caption h3{font-size:clamp(20px,2.2vw,31px)}#brand-carousel .brand-caption>span{padding-top:6px}.carousel-controls{display:flex;align-items:center;gap:28px;margin-top:25px}#brand-counter{font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}.carousel-track{flex:1;height:2px;background:var(--line)}.carousel-track>span{display:block;height:100%;width:4.76%;background:var(--accent);transition:width .2s}.carousel-arrows{display:flex;gap:10px}.carousel-arrows button{display:grid;place-items:center;border:1px solid var(--line);width:48px;height:48px;border-radius:50%;font-size:23px}.carousel-arrows button:hover:not(:disabled){color:var(--paper);background:var(--ink)}.carousel-arrows button:disabled{opacity:.3;cursor:default}#brand-carousel.expanded{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible;padding:0;margin:0;gap:35px 26px}#brand-carousel.expanded .brand-card{padding-top:0}.brands.expanded .carousel-controls{display:none}.detail-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;scrollbar-width:thin;margin:0 -3px 18px}.detail-gallery img{flex:0 0 100%;width:100%;aspect-ratio:3/4;max-height:420px;object-fit:contain;background:#eae3d9;scroll-snap-align:center}.detail-gallery-hint{font-size:12px;color:var(--muted)}
@media(max-width:1000px){.intro-words h1{font-size:14.2vw}.world-heading{top:90px}.world-heading h2{font-size:49px}.world-heading>p:last-child{font-size:13px}.world-chapter .room-buttons strong{font-size:21px}.world-chapter .room-buttons i{font-size:13px}#brand-carousel .brand-card{flex-basis:42%}}
@media(max-width:700px){.intro-scene{min-height:calc(100svh - 76px);padding:24px 6% 28px}.intro-topline{font-size:9px;letter-spacing:.03em}.intro-words{padding:35px 0;margin:auto 0;text-align:left}.intro-words .eyebrow{font-size:12px;letter-spacing:.02em;margin-bottom:28px}.intro-words h1{font-size:clamp(74px,23vw,150px);line-height:.86;letter-spacing:-.065em}.intro-words h1>span:first-child,.intro-words h1>span:nth-child(2){display:block}.intro-words h1>span:nth-child(2){margin:0}.intro-words h1>span:last-child{margin:0}.intro-message{font-size:16px;letter-spacing:.025em;margin-top:30px}.intro-side{display:none}.enter-world{align-self:flex-start;font-size:10px;gap:23px}.enter-world small{font-size:12px}.scroll-line{width:35px;height:50px}.world-chapter{height:190svh}.world-chapter .playground{min-height:600px;height:100svh}.world-chapter .stage-top{padding:17px 5%;font-size:9px;align-items:center}.world-chapter .stage-top button{font-size:11px;padding:9px 11px}.world-heading{top:78px;left:6%;right:6%}.world-heading .eyebrow{font-size:10px;margin-bottom:12px}.world-heading h2{font-size:40px;line-height:1.35;margin:0 0 12px}.world-heading>p:last-child{font-size:12px;line-height:1.8;max-width:230px}.world-side-note{display:none}.world-chapter .room-control{bottom:23px;width:90%}.world-chapter .room-control>p{font-size:12px;margin-bottom:9px}.world-chapter .room-control>p>span{font-size:8px;letter-spacing:.01em}.world-chapter .room-buttons{gap:7px}.world-chapter .room-buttons button{min-height:80px;padding:15px 10px}.world-chapter .room-buttons strong{font-size:19px}.world-chapter .room-buttons i{font-size:12px;margin-top:7px}.world-chapter .room-buttons button>span{display:none}.world-chapter .stage-label{bottom:167px;font-size:12px;padding:9px 15px;max-width:74%;min-width:190px;left:46%}.world-chapter .reset{right:5%;bottom:171px;width:35px;height:35px;font-size:21px}.brand-tools{align-items:flex-start;margin-bottom:24px;gap:12px}.brand-total{font-size:9px;letter-spacing:.025em}.brand-tools p{font-size:12px;line-height:1.7;max-width:155px}.view-toggle{padding:10px 12px;font-size:12px;gap:9px;white-space:nowrap;min-height:44px}#brand-carousel{gap:18px;margin:0 -6.8%;padding:0 6.8% 10px;scroll-padding:0 6.8%}#brand-carousel .brand-card{flex:0 0 88%;padding-top:0!important}#brand-carousel .brand-caption{margin:15px 0 0;min-height:55px;gap:8px}#brand-carousel .brand-caption h3{font-size:27px}#brand-carousel .brand-caption>span{font-size:10px;padding-top:9px}.carousel-controls{margin-top:14px;gap:17px}#brand-counter{font-size:12px}.carousel-arrows{gap:8px}.carousel-arrows button{width:45px;height:45px;font-size:23px}#brand-carousel.expanded{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 15px;margin:0;padding:0}#brand-carousel.expanded .brand-card{min-width:0}#brand-carousel.expanded .brand-caption{display:block}#brand-carousel.expanded .brand-caption h3{font-size:20px;overflow-wrap:anywhere}#brand-carousel.expanded .brand-caption>span{font-size:9px}#brand-carousel.expanded .brand-photo>span{font-size:8px;padding:7px 9px;right:7px;bottom:7px}.detail-gallery img{max-height:53svh}}
@media(max-height:700px) and (max-width:700px){.world-heading h2{font-size:32px}.world-heading>p:last-child{display:none}.intro-words h1{font-size:21vw}.intro-words{padding:24px 0}.intro-message{margin-top:20px}}
@media(prefers-reduced-motion:reduce){.intro-words{will-change:auto}.world-chapter{height:100svh}.world-chapter .playground{position:relative}.world-scroll-meter{display:none}.scroll-line{animation:none}}
.brand-no-photo{aspect-ratio:3/4;background:#e8dccb;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:25px;color:#6c5949;overflow:hidden}.brand-no-photo>span{font-size:10px;letter-spacing:.07em}.brand-no-photo>strong{font-size:clamp(32px,3.6vw,62px);font-weight:500;letter-spacing:-.06em;line-height:1.1;overflow-wrap:anywhere}.brand-no-photo>small{font-size:12px;padding-bottom:30px}
@media(max-width:700px){.brand-no-photo>strong{font-size:43px}#brand-carousel.expanded .brand-no-photo{padding:15px}#brand-carousel.expanded .brand-no-photo>strong{font-size:27px}#brand-carousel.expanded .brand-no-photo>span{font-size:8px}#brand-carousel.expanded .brand-no-photo>small{font-size:10px}}
html{scroll-padding-top:0}
/* A WORLD WITHIN — the garment is the architecture. */
body{background:#ede6db}.header{position:absolute;top:0;left:0;right:0;z-index:12;background:transparent;border-bottom:0}.header-join{background:#332c25}.garment-journey{height:620svh;position:relative;background:#ede6db}.journey-sticky{position:sticky;top:0;height:100svh;min-height:560px;width:100%;overflow:hidden;background:#ede6db;isolation:isolate}.garment-journey .stage{position:absolute;inset:0;width:100%;height:100%;z-index:0}.garment-journey #space{width:100%;height:100%;touch-action:pan-y;display:block}.garment-visual{position:absolute;right:6%;top:3%;width:55%;height:96%;z-index:3;transform-origin:50% 20.9%;will-change:transform,opacity;pointer-events:none;background:#ede6db}.garment-visual img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.interior-visual{position:absolute;inset:0;opacity:0;z-index:1;pointer-events:none;will-change:transform,opacity}.interior-visual img{width:100%;height:100%;object-fit:cover;object-position:center 53%}.journey-shade{position:absolute;inset:0;background:linear-gradient(0deg,#261b14b0 0%,transparent 33%,transparent 70%,#21191255 100%);z-index:2;opacity:0;pointer-events:none}.opening-copy{position:absolute;left:6%;top:27%;z-index:4;pointer-events:none}.opening-copy .eyebrow{font-size:11px;letter-spacing:.08em;margin-bottom:28px}.opening-copy h1{font-size:clamp(78px,10.2vw,158px);line-height:.86;letter-spacing:-.075em;font-weight:800;margin:0}.opening-copy h1 em{color:#a74328}.opening-jp{font-size:22px;font-weight:500;letter-spacing:.08em;margin:27px 0 0}.opening-caption{position:absolute;left:6%;right:6%;bottom:12%;z-index:4;display:flex;justify-content:space-between;align-items:flex-end}.opening-caption>span{font-size:13px;line-height:1.9;color:#766558}.journey-enter{font-size:11px;letter-spacing:.06em;display:flex;align-items:center;gap:24px;padding:15px 0}.journey-enter>span{height:45px;width:45px;border:1px solid #8a735852;border-radius:50%;display:grid;place-items:center;font-size:22px}.journey-top{position:absolute;top:0;left:0;right:0;padding:22px 4.5%;display:flex;align-items:center;gap:25px;color:#fff5e8;z-index:7;opacity:0;pointer-events:none}.mini-logo{font-size:30px;font-weight:900;letter-spacing:-2px}.journey-top>span{font-size:11px;letter-spacing:.08em}.journey-top>button{margin-left:auto;border:1px solid #fff5e864;border-radius:30px;padding:9px 15px;font-size:12px;backdrop-filter:blur(10px);background:#38281d25}.journey-caption{position:absolute;left:6%;top:21%;z-index:5;max-width:44%;color:#fff6e9;opacity:0;pointer-events:none;transition:opacity .15s}.journey-caption .eyebrow,#scene-kicker{font-size:11px;letter-spacing:.1em;font-weight:500;margin-bottom:24px}.journey-caption h2{font-size:clamp(46px,6.2vw,92px);line-height:1.2;letter-spacing:-.055em;margin:0 0 25px;font-weight:600}.journey-caption h2 em{color:#f2c39f}.journey-caption>p:not(#scene-kicker){font-size:15px;line-height:1.9;margin:0;max-width:390px;text-shadow:0 1px 20px #27170d88}#scene-action{margin-top:24px;pointer-events:auto}#scene-action a,#scene-action button{display:inline-flex;gap:32px;align-items:center;background:#f6eee4;color:#3b2c20;border-radius:30px;padding:14px 22px;font-size:14px}.pocket-card{position:absolute;z-index:6;right:7%;bottom:15%;width:340px;overflow:hidden;background:#f6eee4;color:#33281f;border-radius:6px;box-shadow:0 18px 65px #21140c55}.pocket-open{display:flex;width:100%;text-align:left;padding:0;gap:18px;align-items:center}.pocket-open>img{width:42%;height:220px;object-fit:cover;flex-shrink:0}.pocket-open>span{display:flex;flex-direction:column;gap:9px;padding:15px 15px 15px 0}.pocket-open small{font-size:9px;letter-spacing:.08em;color:#9c7559}.pocket-open strong{font-size:29px;line-height:1.1;letter-spacing:-.04em;font-weight:600;overflow-wrap:anywhere}.pocket-open>span>span{font-size:10px;color:#8d7564}.pocket-open b{font-weight:400;font-size:12px;margin-top:15px}.pocket-switch{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-top:1px solid #8e705d30}.pocket-switch>span{font-size:11px;letter-spacing:.1em;font-variant-numeric:tabular-nums}.pocket-switch button{font-size:24px;min-width:44px;min-height:38px}.journey-nav{position:absolute;z-index:8;bottom:24px;left:50%;transform:translateX(-50%);width:min(620px,88%);display:flex;border:1px solid #7f695b44;border-radius:5px;overflow:hidden;background:#f5eee5e8;backdrop-filter:blur(14px)}.journey-nav button{flex:1;padding:13px 12px;font-size:12px;min-height:56px;white-space:nowrap;transition:background .2s}.journey-nav button>span{font-size:9px;opacity:.5;margin-right:8px}.journey-nav button.active{background:#9c462d;color:#fff1e6}.journey-nav button:not(:last-child){border-right:1px solid #7f695b22}.journey-sticky .world-scroll-meter{z-index:9}.journey-sticky #error{z-index:9;top:auto;bottom:100px;left:6%;right:6%;font-size:13px;background:#f6eee4e6;padding:15px;border-radius:5px;color:#33281f}.inside-world .journey-shade{opacity:1}.inside-world .journey-top{opacity:1;pointer-events:auto}.paused .journey-enter>span{animation:none}.ticker{margin:0}.pocket-card.no-photo .pocket-open{min-height:175px;padding-left:24px}.pocket-card.no-photo .pocket-open>img{display:none}
@media(min-width:1500px){.garment-visual{width:50%;right:9%}.opening-copy{top:30%}}
@media(max-width:900px){.opening-copy h1{font-size:11.4vw}.opening-copy{top:30%}.garment-visual{right:0;width:65%}.journey-caption h2{font-size:55px}.pocket-card{width:300px;right:5%}.pocket-open>img{height:195px}}
@media(max-width:700px){.garment-journey{height:670svh}.journey-sticky{height:100svh;min-height:560px}.header{height:72px}.garment-visual{left:5%;right:auto;top:21%;width:90%;height:64%;transform-origin:50% 20.9%;background:transparent}.opening-copy{left:6%;top:13%;right:6%;text-align:left}.opening-copy .eyebrow{font-size:9px;margin-bottom:13px;letter-spacing:.04em}.opening-copy h1{font-size:clamp(53px,14.5vw,88px);line-height:.91;letter-spacing:-.065em}.opening-copy h1 br{display:none}.opening-copy h1 em{display:block}.opening-jp{font-size:16px;letter-spacing:.06em;margin-top:15px}.opening-caption{bottom:14%;left:6%;right:6%;align-items:flex-end}.opening-caption>span{font-size:11px;line-height:1.8;max-width:170px}.journey-enter{font-size:9px;gap:9px;letter-spacing:.01em;padding:0}.journey-enter>span{width:32px;height:40px;font-size:18px}.journey-top{padding:18px 5%;gap:13px}.mini-logo{font-size:25px}.journey-top>span{font-size:8px;letter-spacing:.04em}.journey-top>button{padding:8px 11px;font-size:10px}.journey-caption{top:13%;left:6%;max-width:88%;right:6%}.journey-caption h2{font-size:clamp(35px,9.8vw,58px);line-height:1.3;margin-bottom:16px}.journey-caption #scene-kicker{font-size:10px;margin-bottom:17px}.journey-caption>p:not(#scene-kicker){font-size:13px;max-width:285px;line-height:1.85}#scene-action{margin-top:19px}#scene-action a,#scene-action button{padding:12px 17px;font-size:13px}.pocket-card{left:6%;right:6%;width:88%;bottom:13%;border-radius:5px}.pocket-open{gap:17px}.pocket-open>img{width:37%;height:175px}.pocket-open strong{font-size:30px}.pocket-open small{font-size:9px}.pocket-open b{font-size:12px;margin-top:7px}.pocket-switch{padding:2px 12px}.pocket-switch button{min-height:40px;font-size:23px}.journey-nav{width:92%;bottom:16px}.journey-nav button{font-size:10px;padding:11px 3px;min-height:53px}.journey-nav button>span{display:block;margin:0 0 4px;font-size:8px}.interior-visual img{object-position:50% 50%}.inside-world .journey-shade{background:linear-gradient(0deg,#25190fab 0%,transparent 45%,#261b146b 100%)}.pocket-card.no-photo .pocket-open{min-height:150px}}
@media(max-height:720px) and (max-width:700px){.opening-copy{top:13%}.opening-copy h1{font-size:13vw}.opening-copy .eyebrow{margin-bottom:10px}.opening-jp{margin-top:10px}.garment-visual{top:23%;height:59%}.opening-caption{bottom:14%}.opening-caption>span{display:none}.opening-caption .journey-enter{margin-left:auto}.journey-caption h2{font-size:32px}.journey-caption>p:not(#scene-kicker){font-size:12px}.pocket-open>img{height:137px}.pocket-card{bottom:14%}.pocket-open strong{font-size:25px}.pocket-switch{padding:0 10px}}
@media(prefers-reduced-motion:reduce){.garment-journey{height:500svh}.garment-visual,.interior-visual{will-change:auto}}
.garment-journey #space{opacity:0}.pocket-card{touch-action:pan-y}.opening-copy{pointer-events:none}

/* Social impact: readable metrics within the garment journey. */
.impact-card{position:absolute;z-index:6;right:7%;bottom:15%;width:min(440px,42%);padding:24px 28px;background:#f6eee4f5;color:#33281f;border-radius:6px;box-shadow:0 18px 65px #21140c44}.impact-card[hidden]{display:none}.impact-card>p{font-size:12px;letter-spacing:.1em;margin:0 0 18px;color:#806149}.impact-metrics{display:grid;grid-template-columns:1.2fr 1fr;gap:22px}.impact-metrics>div{display:flex;flex-direction:column;gap:10px}.impact-metrics>div+div{border-left:1px solid #82675033;padding-left:22px}.impact-metrics strong{font-size:clamp(52px,6.4vw,88px);font-weight:600;line-height:1;letter-spacing:-.07em;font-variant-numeric:tabular-nums}.impact-metrics strong>span{font-size:.56em;color:#a74328;vertical-align:top;line-height:1.1}.impact-metrics>div>span{font-size:14px}.impact-card>.under-link{font-size:14px;display:flex;justify-content:space-between;width:100%;margin-top:22px;padding-top:16px;border-top:1px solid #82675033}.impact-detail-metrics>div{padding:26px 0;border-top:1px solid var(--line)}.impact-detail-metrics strong{font-size:100px;font-weight:600;letter-spacing:-.07em;line-height:1;color:#a74328}.impact-detail-metrics strong span{font-size:.6em;vertical-align:top}.impact-detail-metrics h3{font-size:18px;margin:14px 0 8px}.impact-detail-metrics p{font-size:16px;line-height:1.8;color:var(--muted);margin:0}.impact-detail-metrics+.detail-cta{margin-top:20px}.impact-card:not([hidden]){animation:impact-reveal .45s ease-out both}@keyframes impact-reveal{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:700px){.impact-card{left:6%;right:6%;width:88%;bottom:13%;padding:20px 22px}.impact-card>p{margin-bottom:14px}.impact-metrics{gap:18px}.impact-metrics>div+div{padding-left:18px}.impact-metrics strong{font-size:68px}.impact-metrics>div>span{font-size:14px}.impact-card>.under-link{margin-top:18px;padding-top:14px}}
@media(max-height:720px) and (max-width:700px){.impact-card{padding:15px 20px;bottom:14%}.impact-card>p{margin-bottom:10px}.impact-metrics strong{font-size:54px}.impact-card>.under-link{margin-top:12px;padding-top:10px}}
@media(prefers-reduced-motion:reduce){.impact-card:not([hidden]){animation:none}}
.paused .impact-card{animation:none}

/* Blender atelier: a full-screen fabric threshold. */
.garment-journey,.journey-sticky{background:#594939}
.garment-visual{inset:0;width:100%;height:100%;background:#594939;transform-origin:64% 48%;z-index:1}
.garment-visual picture{display:block;width:100%;height:100%}
.garment-visual img{object-fit:cover;object-position:50% 50%;mix-blend-mode:normal}
.interior-visual{z-index:2}
.journey-shade{z-index:3;opacity:1;background:linear-gradient(90deg,#1a171269 0%,#1a171220 38%,transparent 65%),linear-gradient(0deg,#21190e60,transparent 28%,transparent 82%,#221b1330)}
.header{color:#fff5e9}.header .logo{color:inherit}.header-join{background:#f1e7d5;color:#352a20;border:1px solid #f9eada55}
.opening-copy{top:31%;left:6%;color:#fff5e9;max-width:55%}
.opening-copy .eyebrow{font-size:12px;letter-spacing:.19em;margin-bottom:28px;color:#ecdbc4}
.opening-copy h1{font-size:clamp(70px,8.3vw,140px);line-height:.92;letter-spacing:-.065em;font-weight:600;text-shadow:0 3px 40px #20180e18}
.opening-copy h1 em{color:#e6be91;font-weight:500}
.opening-jp{font-size:20px;letter-spacing:.10em;margin-top:27px}
.opening-caption{bottom:17%;color:#fff5e9}.opening-caption>span{color:#ebddcb;font-size:14px;line-height:1.9}
.journey-enter{font-size:12px;letter-spacing:.10em}.journey-enter>span{border-color:#f7e8d777;width:48px;height:48px}
.journey-nav{background:#302a23c9;border:1px solid #f3dfc344;color:#f4e9d8;border-radius:0;width:min(660px,88%);bottom:26px}
.journey-nav button{font-size:14px;min-height:58px}.journey-nav button>span{font-size:12px;opacity:.65}
.journey-nav button.active{background:#efe3cf;color:#3e3023}.journey-nav button:not(:last-child){border-color:#f3dfc322}
.inside-world .journey-shade{background:linear-gradient(0deg,#21170eb0,transparent 38%,transparent 70%,#20160f65)}
.journey-top>span{font-size:12px}.journey-top>button{font-size:14px;min-height:44px}.journey-caption #scene-kicker{font-size:12px}
.journey-caption>p:not(#scene-kicker){font-size:16px}
button:focus-visible,a:focus-visible{outline:2px solid #d9955a;outline-offset:5px}
@media(max-width:700px){
 .garment-visual{inset:0;width:100%;height:100%;transform-origin:50% 50%}
 .garment-visual img{object-fit:cover;object-position:center 50%}
 .opening-copy{left:6%;top:15%;right:6%;max-width:none}
 .opening-copy .eyebrow{font-size:12px;letter-spacing:.12em;margin-bottom:18px}
 .opening-copy h1{font-size:clamp(54px,16vw,94px);line-height:.92;letter-spacing:-.06em}
 .opening-copy h1 br{display:block}.opening-copy h1 em{display:inline}
 .opening-jp{font-size:17px;margin-top:20px}
 .opening-caption{bottom:16%;gap:12px}.opening-caption>span{font-size:12px;max-width:170px;display:block}
 .journey-enter{font-size:12px;letter-spacing:.02em;gap:10px}.journey-enter>span{width:38px;height:44px}
 .journey-shade{background:linear-gradient(180deg,#20160f80,transparent 65%,#21170e99)}
 .journey-nav{bottom:18px;width:92%}.journey-nav button{font-size:12px;padding:10px 3px;min-height:56px}.journey-nav button>span{font-size:12px}
 .journey-top{gap:12px}.journey-top>span{font-size:12px;letter-spacing:0}.journey-top>button{font-size:12px;padding:8px 10px}
 .journey-caption{top:16%}.journey-caption>p:not(#scene-kicker){font-size:16px;max-width:310px}
 .journey-caption h2{font-size:clamp(32px,8.6vw,48px)}
}
@media(max-width:380px){.journey-enter{font-size:10px}.opening-caption>span{max-width:145px}.journey-top>span{font-size:10px}}
@media(max-height:700px) and (max-width:700px){.opening-copy{top:15%}.opening-copy h1{font-size:13.5vw}.opening-jp{font-size:16px;margin-top:12px}.opening-caption>span{display:none}.opening-caption{bottom:15%}.journey-caption{top:14%}.journey-caption h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){.garment-visual{transform:none!important}}

/* Sideways exploration lives inside the vertical brand chapter. */
#playground{touch-action:pan-y pinch-zoom}
.brand-gallery-phase .journey-caption{top:105px;max-width:none;right:6%;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.brand-gallery-phase #scene-kicker{font-size:12px;white-space:nowrap;margin-top:8px}
.brand-gallery-phase #scene-title{font-size:24px;line-height:1.5;max-width:360px;margin:0}
.brand-gallery-phase #scene-description{font-size:14px;line-height:1.8;max-width:290px}
.brand-gallery-phase #scene-action{display:none}
.brand-gallery-phase .pocket-card{left:50%;right:auto;transform:translateX(-50%);bottom:104px;width:min(440px,88%);border-radius:3px;background:#f6eee4f0}
.brand-gallery-phase:not(.world-unavailable) .pocket-open>img{display:none}
.brand-gallery-phase .pocket-open{padding:15px 20px;min-height:0;gap:14px}
.brand-gallery-phase .pocket-open>span{padding:0;gap:5px;width:100%;display:grid;grid-template-columns:1fr auto;align-items:center}
.brand-gallery-phase .pocket-open small{grid-column:1/-1;font-size:12px}
.brand-gallery-phase .pocket-open strong{font-size:26px;grid-column:1;grid-row:2}
.brand-gallery-phase .pocket-open>span>span{font-size:12px;grid-column:1;grid-row:3}
.brand-gallery-phase .pocket-open b{grid-column:2;grid-row:2/4;margin:0;font-size:14px}
.gallery-help{display:flex;justify-content:space-between;gap:12px;font-size:12px;padding:0 20px;margin:0 0 12px;color:#715a44}
.brand-gallery-phase .pocket-switch{padding:3px 12px}.brand-gallery-phase .pocket-switch button{min-height:44px;min-width:54px}
.pocket-switch button:disabled{opacity:.25;cursor:default}
.brand-gallery-phase .pocket-switch>span{font-size:14px}
.world-unavailable .brand-gallery-phase .pocket-open>img{display:block}
@media(max-width:700px){
 .brand-gallery-phase .journey-caption{top:82px;left:6%;right:6%;display:block;pointer-events:none}
 .brand-gallery-phase #scene-kicker{margin:0 0 7px;font-size:12px}
 .brand-gallery-phase #scene-title{font-size:19px;max-width:none;line-height:1.4}
 .brand-gallery-phase #scene-title br{display:none}
 .brand-gallery-phase #scene-description{display:none}
 .brand-gallery-phase .pocket-card{bottom:94px;width:88%;left:50%;right:auto}
 .brand-gallery-phase .pocket-open{padding:12px 16px}
 .brand-gallery-phase .pocket-open strong{font-size:24px}
 .brand-gallery-phase .pocket-open small{display:none}
 .brand-gallery-phase .pocket-open b{font-size:12px}
 .gallery-help{font-size:12px;padding:0 16px;margin-bottom:8px;gap:4px}
 .world-unavailable.brand-gallery-phase .pocket-open>img{display:block;height:110px;width:30%}
}
@media(max-width:370px){.gallery-help{font-size:11px}.brand-gallery-phase .pocket-open strong{font-size:22px}}
@media(max-height:700px) and (max-width:700px){.brand-gallery-phase .journey-caption{top:78px}.brand-gallery-phase #scene-title{display:none}.brand-gallery-phase .pocket-card{bottom:87px}.brand-gallery-phase .pocket-open{padding:8px 14px}.gallery-help{margin-bottom:4px}}
@media(min-width:701px){.brand-gallery-phase .pocket-card{left:auto;right:5%;transform:none;width:330px;bottom:110px}.brand-gallery-phase .journey-caption{max-width:470px;display:block}.brand-gallery-phase #scene-kicker{margin-bottom:12px}.brand-gallery-phase #scene-title{font-size:27px;margin-bottom:12px}.brand-gallery-phase #scene-description{font-size:14px}}

/* Start with a recognizable garment, then enter its hood. */
.garment-journey,.journey-sticky{background:#ede6db}
.garment-visual{inset:auto;right:3%;top:2%;width:58%;height:96%;background:#ede6db;z-index:2}
.garment-visual img{object-fit:contain;object-position:center;mix-blend-mode:multiply}
.journey-shade{opacity:0;transition:opacity .25s}
.inside-world .journey-shade{opacity:1}
.header{color:#342b23}.header-join{background:#342b23;color:#f6eddf}
.opening-copy{top:29%;max-width:55%;color:#342b23}
.opening-copy .eyebrow{color:#766451}.opening-copy h1{text-shadow:none}.opening-copy h1 em{color:#a74328}
.opening-caption{color:#342b23;bottom:16%}.opening-caption>span{color:#756350}.journey-enter{font-size:14px;letter-spacing:.03em}.journey-enter>span{border-color:#8a735866}
@media(max-width:700px){
 .garment-visual{left:5%;right:auto;top:26%;width:90%;height:60%;background:transparent}
 .opening-copy{top:12%;left:6%;right:6%;max-width:none}
 .opening-copy h1{font-size:clamp(48px,13.3vw,82px);line-height:.92}
 .opening-copy .eyebrow{font-size:12px;margin-bottom:13px}
 .opening-jp{font-size:16px;margin-top:13px}
 .opening-caption{bottom:13%;align-items:center}.opening-caption>span{font-size:12px;max-width:165px}
 .journey-enter{font-size:13px;gap:10px}.journey-enter>span{width:37px;height:41px}
}
@media(max-height:700px) and (max-width:700px){.opening-copy{top:13%}.opening-copy h1{font-size:12vw}.opening-copy .eyebrow{margin-bottom:9px}.opening-jp{margin-top:9px}.garment-visual{top:29%;height:55%}.opening-caption>span{display:none}.opening-caption{bottom:14%}}

/* Two clear achievements, presented at the scale they deserve. */
.impact-phase .journey-caption{visibility:hidden!important;pointer-events:none}
#impact-card{inset:0;width:100%;max-width:none;left:0;right:0;bottom:0;padding:104px max(6%,calc((100vw - 1320px)/2)) 108px;border:0;border-radius:0;box-shadow:none;background:linear-gradient(110deg,#221b16f5,#35271dec 65%,#553c27df);color:#f8eedc;display:flex;flex-direction:column;justify-content:center;gap:26px;animation:none;overflow:auto;overscroll-behavior:auto}
#impact-card[hidden]{display:none}
.impact-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.impact-heading>p{font-size:12px;letter-spacing:.15em;margin:8px 0;color:#c6a98b}
.impact-heading h2{font-size:clamp(26px,3vw,44px);font-weight:500;letter-spacing:-.04em;line-height:1.35;margin:0}.impact-heading h2 br{display:none}.impact-heading h2 em{color:#e7b579}
.impact-hero-metrics{display:grid;grid-template-columns:1fr 1fr;gap:4%;border-top:1px solid #c6a98b44;border-bottom:1px solid #c6a98b44;padding:28px 0}
.impact-hero-metrics article+article{border-left:1px solid #c6a98b44;padding-left:8%}
.metric-category{display:block;font-size:12px;letter-spacing:.12em;color:#c6a98b;margin:0 0 18px}
.impact-hero-metrics strong{display:flex;align-items:baseline;gap:9px;font-weight:500;line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums}
.metric-number{font-size:clamp(76px,10.5vw,166px);letter-spacing:-.085em}
.metric-unit{font-size:clamp(24px,3.5vw,48px);font-weight:400;color:#e7b579;letter-spacing:-.05em}.metric-unit>span{font-size:14px;letter-spacing:0;margin-left:6px}
.impact-hero-metrics h3{font-size:16px;font-weight:400;margin:17px 0 0;line-height:1.7;letter-spacing:.015em}
.intern-message{color:#d1b79a;font-size:14px;line-height:1.6;margin:8px 0 0}
.impact-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px}
.impact-support{display:flex;gap:45px}.impact-support p{display:flex;align-items:center;gap:15px;margin:0}
.impact-support strong{font-size:42px;font-weight:400;line-height:1;letter-spacing:-.05em}.impact-support strong>span{font-size:26px;color:#d1a773}.impact-support p>span{font-size:14px;line-height:1.6;max-width:115px;color:#d1b79a}
.impact-bottom>.under-link{font-size:14px;display:flex;gap:40px;align-items:center;border-bottom:1px solid #c6a98b77;padding:12px 0}
.impact-hero-metrics article{animation:metric-arrive .7s cubic-bezier(.2,.7,.2,1) both}.impact-hero-metrics article+article{animation-delay:.12s}
@keyframes metric-arrive{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.impact-detail-metrics .metric-category{margin-bottom:16px;color:#806149}
.impact-detail-metrics strong{font-size:clamp(60px,13vw,100px);white-space:nowrap}.impact-detail-metrics strong span{font-size:.28em;vertical-align:baseline;letter-spacing:0}
.impact-detail-secondary{display:flex;gap:30px}.impact-detail-secondary p{display:flex;flex-direction:column;gap:12px;font-size:14px!important}.impact-detail-secondary p strong{font-size:48px}
@media(max-width:700px){
 #impact-card{padding:90px 6% 100px;gap:18px;justify-content:center}
 .impact-heading{display:block}.impact-heading>p{font-size:12px;margin:0 0 12px}.impact-heading h2{font-size:26px;line-height:1.35}.impact-heading h2 br{display:none}
 .impact-hero-metrics{grid-template-columns:1fr;gap:20px;padding:20px 0}
 .impact-hero-metrics article+article{border-left:0;padding:18px 0 0;border-top:1px solid #c6a98b44}
 .metric-category{font-size:12px;margin-bottom:12px}.metric-number{font-size:clamp(70px,20vw,115px);letter-spacing:-.075em}.metric-unit{font-size:31px}.metric-unit>span{font-size:14px}
 .impact-hero-metrics h3{font-size:14px;margin-top:10px;line-height:1.5}.intern-message{font-size:14px;margin-top:5px}
 .impact-bottom{gap:14px;flex-wrap:wrap}.impact-support{gap:24px}.impact-support strong{font-size:32px}.impact-support p{gap:10px}.impact-support p>span{font-size:12px;max-width:100px}.impact-support strong>span{font-size:20px}
 .impact-bottom>.under-link{font-size:12px;gap:18px;padding:8px 0}
}
@media(max-height:740px) and (max-width:700px){
 #impact-card{padding-top:86px;padding-bottom:92px;gap:12px}
 .impact-heading h2{font-size:23px}.impact-heading>p{margin-bottom:8px}
 .impact-hero-metrics{gap:13px;padding:14px 0}.impact-hero-metrics article+article{padding-top:13px}
 .metric-number{font-size:66px}.metric-unit{font-size:27px}.metric-category{margin-bottom:9px}.intern-message{display:none}.impact-hero-metrics h3{margin-top:8px}
 .impact-support{gap:20px}.impact-support strong{font-size:29px}.impact-support p>span{max-width:86px}.impact-bottom{gap:10px}
}
@media(prefers-reduced-motion:reduce){.impact-hero-metrics article{animation:none}}
.paused .impact-hero-metrics article{animation:none}

/* Readability: retain the warm palette, separate text from moving imagery. */
:root{--ink:#28221d;--muted:#53483e;--accent-ink:#a23a20;--line:#51403344}
body{font-size:1rem;line-height:1.85}
p{line-height:1.9}
.header nav,.header-join{font-size:.9375rem;font-weight:600}
.header a{min-height:44px;display:flex;align-items:center}
.eyebrow,.section-meta,.index,.brand-total,.detail-kicker{font-size:.875rem;letter-spacing:.055em;font-weight:600}
.about-text p,.section-title-row p,.culture-intro p,.culture-grid p,.detail-copy,.detail-steps p,.contact p:not(.eyebrow){font-size:1rem;line-height:1.95;color:var(--muted)}
.about h2 em,.section-title-row h2 em,.detail-kicker,.index,.contact-mail span{color:var(--accent-ink)}
.culture-intro p,.culture-grid p{color:#4e4033}
.brand-tools p,.view-toggle,.brand-tags span,.detail-gallery-hint,.detail-note,.copy-email,#copy-status,.recruit-note,footer>div{font-size:.875rem;line-height:1.8}
.brand-total{font-size:.875rem}.brand-tools p{max-width:none;color:var(--muted)}
#brand-carousel .brand-caption>span,#brand-carousel.expanded .brand-caption>span{font-size:.875rem;line-height:1.6;color:var(--muted);padding-top:5px}
#brand-carousel .brand-photo>span,#brand-carousel.expanded .brand-photo>span{font-size:.875rem;font-weight:600;background:#fff8ed;color:#32261d}
.brand-no-photo>span,.brand-no-photo>small,#brand-carousel.expanded .brand-no-photo>span,#brand-carousel.expanded .brand-no-photo>small{font-size:.875rem;color:#514031}
#brand-carousel.expanded .brand-caption{min-width:0;overflow-wrap:anywhere}
.detail-cta{background:var(--accent-ink);color:#fff9f0;font-size:1rem;font-weight:500}
.detail-title{line-height:1.35}.detail-note{color:var(--muted)}
.opening-copy .eyebrow{font-size:.875rem;color:#594637;font-weight:600}
.opening-jp{font-size:1.25rem;font-weight:600;letter-spacing:.025em}
.opening-caption>span{font-size:1rem;color:#514033;font-weight:500}
.journey-enter{font-size:1rem;font-weight:600}
.journey-caption{padding:24px 28px;background:#2c211af2;border:1px solid #f3dfc333;border-radius:4px;max-width:48%;text-shadow:none}
.journey-caption h2{font-weight:600;font-size:clamp(36px,4.6vw,70px);line-height:1.4;letter-spacing:-.035em}
.journey-caption h2 em{color:#f2c99f}
.journey-caption>p:not(#scene-kicker){color:#fff4e5;font-size:1rem;line-height:1.9;text-shadow:none}
.journey-caption #scene-kicker{color:#e8c8a6;font-size:.875rem;letter-spacing:.055em}
.journey-top{background:linear-gradient(#261c15f2,#261c15bb 75%,transparent);padding-bottom:30px}
.journey-top>span{font-size:.875rem;letter-spacing:.025em;color:#fff2df}
.journey-top>button{font-size:.875rem;background:#30241ce8;color:#fff4e6;border-color:#ddc6a3;min-height:44px}
.journey-nav{background:#2c241df7;backdrop-filter:none;color:#fff3e0;border-color:#b9a08188}
.journey-nav button{font-size:.9375rem;font-weight:500;white-space:normal;line-height:1.4}
.journey-nav button>span{font-size:.75rem;opacity:1;color:#ddc4a5}.journey-nav button.active>span{color:#634934}
.pocket-open small,.pocket-open>span>span{font-size:.875rem;color:#5b4533}
.brand-gallery-phase .journey-caption{max-width:440px;padding:18px 22px}
.brand-gallery-phase #scene-kicker{font-size:.875rem;color:#e8c8a6}
.brand-gallery-phase #scene-title{font-size:1.65rem;line-height:1.5}
.brand-gallery-phase #scene-description{font-size:1rem;color:#fff4e5;line-height:1.85}
.brand-gallery-phase .pocket-card{background:#f6eee4;box-shadow:0 10px 35px #1e160c55}
.brand-gallery-phase .pocket-open>span>span,.brand-gallery-phase .pocket-open small,.gallery-help{font-size:.875rem;color:#594332}
.brand-gallery-phase .pocket-open b{font-size:.875rem;font-weight:600}
.gallery-help{flex-wrap:wrap;line-height:1.6}
#impact-card{background:#2c211b;color:#fff4e5}
.impact-heading>p,.metric-category{font-size:.875rem;color:#e6c6a5;letter-spacing:.065em}
.impact-hero-metrics h3{font-size:1.0625rem;font-weight:500;line-height:1.75}
.metric-unit{font-weight:500;color:#f2c18b}.metric-unit>span{font-size:1rem;font-weight:500}
.intern-message,.impact-support p>span{font-size:.9375rem;color:#ecd3b8}
.impact-bottom>.under-link{font-size:.9375rem;color:#fff4e5;min-height:44px}
.impact-support strong>span{color:#f2c18b}
.impact-detail-metrics p{color:var(--muted)}
.recruit{color:#291a13}.recruit h2 em{color:#fff9ee}
.recruit-head p:not(.recruit-lead),.recruit-note{color:#291a13;font-size:1rem;opacity:1}
.positions strong{font-weight:600}.positions small,.positions button>span:first-child,.employment{font-size:.875rem;opacity:1;color:#291a13;line-height:1.75}
.recruit .section-meta,.positions button{border-color:#43231566}
@media(max-width:700px){
 .header-join{font-size:.875rem;padding:12px 16px}
 .opening-copy .eyebrow{font-size:.8125rem;letter-spacing:.035em}.opening-jp{font-size:1.0625rem;line-height:1.6}
 .opening-caption>span{font-size:.875rem;max-width:180px}.journey-enter{font-size:.9375rem}
 .section-meta{font-size:.8125rem;line-height:1.8;flex-wrap:wrap;gap:8px 20px}
 .brand-tools{flex-wrap:wrap}.brand-tools p{font-size:1rem}.view-toggle{font-size:.875rem}
 #brand-carousel .brand-caption>span,#brand-carousel.expanded .brand-caption>span{font-size:.875rem}
 #brand-carousel.expanded .brand-caption h3{font-size:1.375rem;line-height:1.5}
 .journey-top{gap:10px;padding-top:16px}.journey-top>span{font-size:.8125rem;max-width:47%;line-height:1.6}.journey-top>button{font-size:.8125rem;padding:8px 10px;white-space:nowrap}
 .journey-nav button{font-size:.8125rem;padding:9px 3px;min-height:57px}.journey-nav button>span{font-size:.75rem}
 .journey-caption{top:17%;max-width:88%;padding:20px;right:6%}
 .journey-caption h2{font-size:clamp(28px,8vw,42px);line-height:1.45;margin-bottom:15px}
 .journey-caption #scene-kicker{font-size:.8125rem;line-height:1.7;margin-bottom:12px}
 .journey-caption>p:not(#scene-kicker){font-size:1rem;line-height:1.85;max-width:none}
 .brand-gallery-phase .journey-caption{top:88px;padding:13px 16px;max-width:88%}
 .brand-gallery-phase #scene-kicker{font-size:.8125rem;margin-bottom:7px}
 .brand-gallery-phase #scene-title{font-size:1.1875rem;line-height:1.6}
 .brand-gallery-phase .pocket-open>span>span,.brand-gallery-phase .pocket-open b,.gallery-help{font-size:.875rem}
 .brand-gallery-phase .pocket-open{padding:12px 16px}.gallery-help{gap:2px 12px}
 .impact-heading>p,.metric-category{font-size:.8125rem;letter-spacing:.045em}
 .impact-hero-metrics h3{font-size:1rem;line-height:1.7}.metric-unit{font-size:1.75rem}.metric-unit>span{font-size:.9375rem}
 .impact-support p>span{font-size:.875rem;max-width:110px}.impact-support{flex-wrap:wrap;gap:15px 22px}.impact-bottom>.under-link{font-size:.875rem}
 .recruit-head p:not(.recruit-lead),.culture-grid p,.about-text p,.section-title-row p,.detail-copy,.detail-steps p{font-size:1rem}
 .positions small,.employment,.recruit-note,.contact p:not(.eyebrow){font-size:.875rem}
 footer>div{font-size:.8125rem;line-height:1.8;flex-wrap:wrap}
}
@media(max-height:740px) and (max-width:700px){
 #impact-card{padding-top:90px;justify-content:flex-start}
 .metric-number{font-size:62px}.impact-hero-metrics h3{font-size:.9375rem}
 .brand-gallery-phase #scene-kicker{margin-bottom:0}.brand-gallery-phase .journey-caption{padding:10px 14px}
 .journey-caption h2{font-size:28px}
}

/* Let the fabric and exhibits remain visible behind the copy. */
.journey-caption,.brand-gallery-phase .journey-caption{background:none;border:0;border-radius:0;padding:0;box-shadow:none;backdrop-filter:none;text-shadow:none}
.journey-caption,.journey-caption>p:not(#scene-kicker){color:#2e2118;text-shadow:none}
.journey-caption h2 em{color:#833b24}.journey-caption #scene-kicker{color:#60452f}
.journey-top{background:none;color:#302218}
.journey-top>span{color:#302218}.journey-top>button{background:#f6eddf;color:#302218;border-color:#795a40}
.inside-world .journey-shade{background:none}
.brand-gallery-phase .journey-caption,.brand-gallery-phase #scene-title,.brand-gallery-phase #scene-description,.brand-gallery-phase #scene-kicker{color:#fffaf1;text-shadow:none}
.brand-gallery-phase #scene-title em{color:#fffaf1}
.brand-gallery-phase .journey-top,.brand-gallery-phase .journey-top>span,.impact-phase .journey-top,.impact-phase .journey-top>span{color:#fff5e5}
@media(min-width:701px){.brand-gallery-phase .journey-caption{max-width:32%;left:5%;top:110px}.brand-gallery-phase #scene-title{font-size:clamp(22px,2.2vw,32px)}.brand-gallery-phase #scene-description{font-size:1rem}}
@media(max-width:700px){.journey-caption{padding:0;left:6%;right:6%}.brand-gallery-phase .journey-caption{padding:0;top:92px;max-width:88%}.brand-gallery-phase #scene-title{font-size:1.1875rem}}

/* Metrics inhabit the same fabric gallery as the brands. */
#impact-card{inset:0;padding:0;width:100%;background:none;box-shadow:none;border:0;overflow:visible;pointer-events:none;display:block;color:#fff5e5}
#impact-card[hidden]{display:none}
.impact-intro{position:absolute;top:95px;left:6%;margin:0;font-size:.875rem;letter-spacing:.08em;line-height:1.9;color:#fff5e5}
.impact-intro span{font-size:1.25rem;letter-spacing:0;font-weight:500}
.impact-exhibit-caption{position:absolute;bottom:105px;left:50%;transform:translateX(-50%);width:min(620px,88%);text-align:center;color:#302218}
#impact-title{font-size:1.25rem;line-height:1.5;margin:0 0 4px;font-weight:600}
#impact-note{font-size:1rem;margin:0 0 12px;line-height:1.7}
.impact-stops{display:flex;justify-content:center;gap:6px;pointer-events:auto}
.impact-stops button{min-height:44px;padding:8px 14px;border:1px solid #6f503a70;border-radius:25px;background:#f5e9d8;font-size:.875rem;color:#38291e}
.impact-stops button[aria-pressed=true]{background:#553c2b;color:#fff5e5;border-color:#553c2b}
.impact-footer{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:7px;font-size:.875rem}
.impact-footer button{pointer-events:auto;min-height:40px;font-size:.875rem;color:inherit;padding:6px 0}
#impact-fallback{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.world-unavailable #impact-card{background:#ead7ba}.world-unavailable #impact-fallback{display:block;font-size:clamp(44px,10vw,100px);margin:0 0 20px;color:#553c2b}.world-unavailable .impact-intro{color:#553c2b}
@media(max-width:700px){.impact-intro{top:83px;left:6%;font-size:.8125rem}.impact-intro span{font-size:1.0625rem}.impact-exhibit-caption{bottom:90px;width:92%}#impact-title{font-size:1.0625rem}#impact-note{font-size:.875rem;margin-bottom:8px}.impact-stops{gap:4px}.impact-stops button{padding:7px 10px;font-size:.8125rem}.impact-footer{gap:18px;font-size:.8125rem;margin-top:1px}.impact-footer button{font-size:.8125rem}}

/* A bright fabric hall and a rising sculpture separate impact from the brands. */
.impact-phase .journey-top,.impact-phase .journey-top>span{color:#302218}
#impact-card .impact-intro{top:19%;color:#60452f;left:6%;font-size:.875rem}
#impact-card .impact-intro span{display:block;font-size:clamp(22px,2.7vw,38px);font-weight:600;letter-spacing:-.025em;margin-top:12px;color:#833b24}
#impact-card .impact-exhibit-caption{top:35%;bottom:auto;left:6%;transform:none;width:46%;max-width:640px;text-align:left}
#impact-card #impact-fallback{display:block;color:#302218;font-size:clamp(48px,6.8vw,104px);font-weight:500;line-height:1.12;letter-spacing:-.055em;margin:0 0 18px;white-space:nowrap}
#impact-card #impact-title{font-size:clamp(18px,1.8vw,26px);line-height:1.6;margin-bottom:12px}
#impact-card #impact-note{font-size:1rem;margin-bottom:24px}
#impact-card .impact-stops{justify-content:flex-start;flex-wrap:wrap}
#impact-card .impact-footer{justify-content:flex-start;flex-wrap:wrap;gap:8px 24px;color:#493524}
@media(max-width:700px){
 #impact-card .impact-intro{top:15%;font-size:.8125rem}
 #impact-card .impact-intro span{font-size:1.375rem;margin-top:4px}
 #impact-card .impact-exhibit-caption{top:28%;width:88%;max-width:none}
 #impact-card #impact-fallback{font-size:clamp(38px,10.5vw,64px);margin-bottom:8px}
 #impact-card #impact-title{font-size:1.0625rem;margin-bottom:4px}
 #impact-card #impact-note{font-size:.875rem;margin-bottom:10px}
 #impact-card .impact-stops{position:fixed;bottom:112px;left:6%;right:6%;justify-content:center;flex-wrap:nowrap}
 #impact-card .impact-footer{position:fixed;bottom:76px;left:6%;right:6%;justify-content:center;font-size:.75rem}
}
@media(max-height:680px) and (max-width:700px){#impact-card .impact-intro{top:13%}#impact-card .impact-intro span{font-size:1.125rem}#impact-card .impact-exhibit-caption{top:26%}#impact-card #impact-note{display:none}}
#impact-card #impact-fallback small{font-size:.34em;letter-spacing:0;margin-left:.3em;font-weight:500;color:#833b24}

/* Resolve the paragraph selector conflict and preserve readable edges over 3D. */
body.brand-gallery-phase #journey-caption #scene-description,
body.brand-gallery-phase #journey-caption #scene-title,
body.brand-gallery-phase #journey-caption #scene-title em,
body.brand-gallery-phase #journey-caption #scene-kicker{color:#fffdf7;text-shadow:0 1px 2px #2d1c10,0 0 5px #382113b3}
body.brand-gallery-phase #journey-caption #scene-description{font-size:1.0625rem;font-weight:500;line-height:1.85}
body.brand-gallery-phase #journey-caption #scene-title{font-weight:650;line-height:1.55}
body.impact-phase #impact-card #impact-title,
body.impact-phase #impact-card #impact-note,
body.impact-phase #impact-card .impact-footer,
body.impact-phase #impact-card .impact-intro,
body.impact-phase #impact-card #impact-fallback{color:#24170f;text-shadow:0 1px 1px #fff2d8,0 0 5px #fff2d899}
body.impact-phase #impact-card #impact-title{font-weight:700}
body.impact-phase #impact-card #impact-note{font-size:1.0625rem;font-weight:500;line-height:1.8}
body.impact-phase #impact-card .impact-footer{font-size:.9375rem;font-weight:500}
body.impact-phase #impact-card .impact-intro span,
body.impact-phase #impact-card #impact-fallback small{color:#71351f;text-shadow:0 1px 1px #fff2d8}
@media(max-width:700px){body.impact-phase #impact-card #impact-note{font-size:1rem}body.impact-phase #impact-card .impact-footer{font-size:.875rem}body.impact-phase #impact-card .impact-footer>span{font-size:.8125rem}}

/* COUTURE — a complete Blender garment, cinematic close-up, then a world inside. */
.couture-live:not(.inside-world) .journey-shade{background:none}
.couture-live .opening-copy{max-width:44%;top:29%;color:#30251c}
.couture-live .opening-copy h1{font-size:clamp(70px,7.8vw,128px);font-weight:600;line-height:.94}
.couture-live .opening-copy h1 em{color:#93432b}
.couture-live .opening-copy .eyebrow{letter-spacing:.12em;color:#574332;font-size:.8rem}
.couture-live .opening-jp{margin-top:25px;font-size:1.2rem;letter-spacing:.07em}
.couture-live .opening-caption>span{color:#463527}
.atelier-detail{position:absolute;left:6%;top:37%;z-index:5;color:#2c2119;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s}
.atelier-detail>p{font-size:.8rem;letter-spacing:.14em;margin-bottom:22px;font-weight:600}
.atelier-detail h2{font-size:clamp(32px,4.2vw,66px);line-height:1.35;font-weight:500;letter-spacing:-.04em;margin-bottom:28px}
.atelier-detail>span{font-size:.75rem;letter-spacing:.12em}
@media(max-width:700px){
 .couture-live .opening-copy{top:13%;max-width:88%;left:6%;right:6%}
 .couture-live .opening-copy h1{font-size:clamp(46px,12.5vw,80px);line-height:.94}
 .couture-live .opening-copy h1 br{display:none}.couture-live .opening-copy h1 em{display:block}
 .couture-live .opening-copy .eyebrow{font-size:.7rem;margin-bottom:14px;letter-spacing:.1em}
 .couture-live .opening-jp{font-size:1rem;margin-top:12px}
 .couture-live .opening-caption{bottom:14%}.couture-live .opening-caption>span{max-width:155px;font-size:.8125rem}
 .atelier-detail{left:6%;top:17%}.atelier-detail h2{font-size:clamp(27px,7.2vw,40px);margin-bottom:12px}.atelier-detail>p{margin-bottom:12px;font-size:.7rem}.atelier-detail>span{font-size:.65rem}
}
@media(prefers-reduced-motion:reduce){.atelier-detail{transition:none}}
.couture-live #space{transition:opacity .45s ease}
@media(prefers-reduced-motion:reduce){.couture-live #space{transition:none}}

/* Keep linked photos as full-width, swipeable slides inside the brand dialog. */
.detail-gallery>.brand-site-photo{display:block;flex:0 0 100%;min-width:0;scroll-snap-align:center;background:#eae3d9}
.detail-gallery>.brand-site-photo img{width:100%;height:100%;object-fit:contain}
.detail-gallery>.brand-site-photo:focus-visible{outline-offset:-4px}
@media(max-width:700px){
 .brand-gallery-phase .pocket-card{width:82%;left:9%;right:9%;transform:none;bottom:max(92px,12.5%);border-radius:4px}
 .brand-gallery-phase .pocket-open{padding:9px 14px;min-height:0}
 .brand-gallery-phase .pocket-open strong{font-size:1.5rem;line-height:1.15}
 .brand-gallery-phase .pocket-open small{font-size:.7rem}
 .brand-gallery-phase .pocket-open>span{gap:4px}
 .brand-gallery-phase .pocket-open b{margin-top:2px;font-size:.8125rem}
 .brand-gallery-phase .pocket-switch{padding:0 10px}
 .brand-gallery-phase .gallery-help{font-size:.75rem;margin:0;padding:3px 14px;line-height:1.5}
}

/* A small handle follows the real brass pull; the rest of the page scrolls normally. */
.zip-control{position:absolute;left:0;top:0;z-index:9;display:flex;align-items:center;gap:12px;pointer-events:none;will-change:transform}
.zip-control[hidden]{display:none}
#zip-handle{width:48px;height:48px;flex:0 0 48px;border:1px solid #71472b;border-radius:50%;color:#56321f;background:#fff4df88;box-shadow:0 0 0 5px #fff0d329;cursor:grab;pointer-events:auto;touch-action:none;user-select:none;font-size:23px;line-height:1;display:grid;place-items:center}
#zip-handle:active{cursor:grabbing;background:#fff4dfc9}
#zip-hint{font-size:.875rem;font-weight:600;white-space:nowrap;color:#55351f;text-shadow:0 1px 3px #fff4e2;pointer-events:none}
.zip-dragging #zip-hint{opacity:0}
@media(max-width:700px){.zip-control{gap:8px}#zip-hint{font-size:.8125rem}}

/* Give the vertical ZiON sculpture its own side of the phone viewport. */
@media(max-width:700px){
 #impact-card .impact-exhibit-caption{top:34%;width:49%;max-width:none}
 #impact-card #impact-fallback{font-size:clamp(32px,9.5vw,54px)}
 #impact-card #impact-title{font-size:1rem;line-height:1.55}
 body.impact-phase #impact-card #impact-note{font-size:.9375rem;line-height:1.7}
}
@media(max-height:680px) and (max-width:700px){
 #impact-card .impact-exhibit-caption{top:33%}
}
