@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Noto+Sans+SC:wght@300;400;500;700;900&display=swap";.status-section.office-status{scroll-margin-top:86px;padding:28px 0 32px}.status-head.office-status__head{align-items:center;max-width:1000px;padding-top:9px}.office-status__head .eyebrow{margin-bottom:0;font-size:8px;opacity:.34}.status-head.office-status__head>span{font-size:7px;opacity:.28}.office-status__terminal{max-width:1000px;margin-top:11px;border:1px solid var(--line-light)}.office-status__terminal-head,.office-status__terminal-foot{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;padding:7px 10px;font:400 7px DM Mono;letter-spacing:.12em;text-transform:uppercase}.office-status__terminal-head{border-bottom:1px solid var(--line-light)}.office-status__terminal-head span:nth-child(2){opacity:.45}.office-status__terminal-head span:last-child,.office-status__terminal-foot span:last-child{text-align:right}.office-status__terminal-foot{grid-template-columns:1fr 1fr;border-top:1px solid var(--line-light);opacity:.42}.office-status__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.office-status__card{position:relative;min-width:0;min-height:244px;padding:9px 10px 10px;border-right:1px solid var(--line-light);display:flex;flex-direction:column}.office-status__card:last-child{border-right:0}.office-status__card-head{display:flex;align-items:center;justify-content:space-between;font:400 7px DM Mono;letter-spacing:.12em;opacity:.48}.office-status__live{display:flex;align-items:center;gap:7px}.office-status__live:before{content:"";width:4px;height:4px;border-radius:50%;background:currentColor;animation:office-status-pulse 3.2s ease-in-out infinite}.office-status__label{margin:8px 0 0;font:500 8px DM Mono;letter-spacing:.14em}.office-status__figure{position:relative;height:88px;margin:7px 0 3px;display:grid;place-items:center;overflow:hidden;border-top:1px solid rgba(8,8,8,.08);border-bottom:1px solid rgba(8,8,8,.08)}.office-status__figure img{position:relative;z-index:1;width:60px;height:60px;object-fit:contain;transition:opacity .65s ease}.office-status__registration{position:absolute;z-index:2;top:4px;right:0;font:400 6px DM Mono;letter-spacing:.1em;opacity:.32}.office-status__axis{position:absolute;opacity:.055;background:var(--black)}.office-status__axis--x{left:0;right:0;top:50%;height:1px}.office-status__axis--y{top:0;bottom:0;left:50%;width:1px}.office-status__reading{display:flex;align-items:flex-start;gap:4px;min-height:32px}.office-status__reading strong{font:400 clamp(27px,2vw,36px)/1 "DM Mono";letter-spacing:-.08em;animation:office-status-reading .7s cubic-bezier(.2,.7,.1,1)}.office-status__reading span{padding-top:3px;font:400 8px DM Mono}.office-status__verdict{margin-top:auto;padding-top:6px;border-top:1px solid var(--line-light)}.office-status__verdict span,.office-status__verdict b{display:block;font:400 6px/1.3 DM Mono;letter-spacing:.1em}.office-status__verdict span{margin-bottom:2px;opacity:.38}.office-status__verdict b{min-height:16px}.office-status__mood-field{position:relative;flex:1;min-height:143px;margin:7px 0 3px;padding:9px 0;display:flex;flex-direction:column;justify-content:flex-start;border-top:1px solid rgba(8,8,8,.08);border-bottom:1px solid rgba(8,8,8,.08)}.office-status__mood-field:before,.office-status__mood-field:after{content:"";position:absolute;width:12px;height:12px;border-color:var(--black);opacity:.18}.office-status__mood-field:before{top:8px;left:0;border-top:1px solid;border-left:1px solid}.office-status__mood-field:after{right:0;bottom:8px;border-right:1px solid;border-bottom:1px solid}.office-status__mood-field span,.office-status__mood-field i{font:400 6px DM Mono;letter-spacing:.12em;opacity:.38}.office-status__mood-field strong{max-width:100%;margin:8px 0 6px;font:400 clamp(15px,1.35vw,22px)/1.05 "DM Mono";letter-spacing:-.065em;overflow-wrap:anywhere;animation:office-status-reading .7s cubic-bezier(.2,.7,.1,1)}.office-status__mood-field i{font-style:normal;text-align:right;margin-top:3px}.office-status__mood-meta{display:grid;gap:2px;margin-top:auto}.office-status__mood-meta div{display:flex;justify-content:space-between;gap:6px;padding-top:2px;border-top:1px solid rgba(8,8,8,.11)}.office-status__mood-meta span,.office-status__mood-meta b{font:400 6px/1.2 DM Mono;letter-spacing:.07em}.office-status__mood-meta span{opacity:.42}.office-status__mood-meta b{max-width:58%;text-align:right}.office-status__card--extreme .office-status__figure img{transform:scale(1.035)}@keyframes office-status-pulse{0%,to{opacity:.28}50%{opacity:1}}@keyframes office-status-reading{0%{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1100px){.office-status__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.office-status__card{min-height:232px}.office-status__card:nth-child(2){border-right:0}.office-status__card:nth-child(-n+2){border-bottom:1px solid var(--line-light)}}@media (max-width: 700px){.status-section.office-status{scroll-margin-top:0;padding:calc(72px + env(safe-area-inset-top)) 0 24px}.status-head.office-status__head{gap:3px;flex-direction:column;align-items:flex-start;padding-top:6px}.status-head.office-status__head>span{font-size:6px}.office-status__terminal{margin-top:7px}.office-status__terminal-head{grid-template-columns:1fr auto;gap:8px;padding:6px 7px;font-size:6px}.office-status__terminal-head span:nth-child(2){text-align:right}.office-status__terminal-head span:last-child{display:none}.office-status__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(174px,1fr))}.office-status__card,.office-status__card:nth-child(2){min-height:0;height:100%;padding:6px 7px 7px;border-bottom:1px solid var(--line-light)}.office-status__card:nth-child(odd){border-right:1px solid var(--line-light)}.office-status__card:nth-child(2n){border-right:0}.office-status__card:nth-child(n+3){border-bottom:0}.office-status__card-head{font-size:6px}.office-status__live{gap:4px}.office-status__live:before{width:3px;height:3px}.office-status__label{min-height:15px;margin-top:5px;font-size:6px;line-height:1.25;letter-spacing:.08em}.office-status__figure{height:59px;margin:3px 0 2px}.office-status__figure img{width:42px;height:42px}.office-status__registration{display:none}.office-status__reading strong{font-size:clamp(21px,6.8vw,27px)}.office-status__reading{min-height:25px}.office-status__reading span{padding-top:2px;font-size:6px}.office-status__verdict{min-width:0;padding-top:4px}.office-status__verdict span{display:none}.office-status__verdict b{min-height:9px;font-size:5.5px;line-height:1.2;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.office-status__mood-field{flex:0 0 84px;min-height:0;margin:3px 0 2px;padding:5px 0;justify-content:center}.office-status__mood-field>span,.office-status__mood-field>i,.office-status__mood-meta{display:none}.office-status__mood-field strong{width:100%;margin:0;font-size:clamp(11px,3.55vw,15px);line-height:1.05;letter-spacing:-.055em;text-align:center;overflow-wrap:anywhere}.office-status__terminal-foot{grid-template-columns:1fr;padding:6px 7px;font-size:6px}.office-status__terminal-foot span:last-child{display:none}}@media (max-width: 339px){.office-status__grid{grid-template-columns:1fr;grid-template-rows:none}.office-status__card,.office-status__card:nth-child(odd),.office-status__card:nth-child(2n){min-height:205px;height:auto;border-right:0;border-bottom:1px solid var(--line-light)}.office-status__card:last-child{border-bottom:0}}@media (prefers-reduced-motion: reduce){.office-status__live:before,.office-status__reading strong,.office-status__mood-field strong{animation:none}}.archive-overview-page{min-height:100vh;background:var(--offwhite);color:var(--black)}.archive-overview{padding:108px 0 44px}.archive-overview-header{display:grid;grid-template-columns:1.55fr .45fr;gap:60px;align-items:end;padding:16px 0 22px;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.archive-overview-heading>p{margin:0 0 12px;font:400 10px DM Mono;letter-spacing:.16em;opacity:.55}.archive-overview-heading h1{margin:0;font-size:clamp(46px,5vw,72px);font-weight:600;line-height:.9;letter-spacing:-.06em}.archive-overview-summary{justify-self:end;min-width:280px;padding-top:8px;font-size:13px;line-height:1.7}.archive-overview-summary p{margin:0}.archive-overview-summary p:first-child{font:400 10px DM Mono;letter-spacing:.1em;margin-bottom:9px}.archive-overview-summary p:last-child{opacity:.58}.archive-catalog{width:100%;max-width:1080px;margin-inline:auto;padding-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.archive-catalog-card{display:block;min-width:0;padding:13px;color:inherit;text-decoration:none;background:#f8f7f3;border:1px solid rgba(8,8,8,.2);transition:transform .35s cubic-bezier(.2,.7,.1,1),border-color .3s ease,box-shadow .35s ease}.archive-catalog-card:focus-visible{outline:1px solid var(--black);outline-offset:3px}.archive-catalog-file-number{height:28px;padding:0 2px 10px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--line-light);font:400 8px DM Mono;letter-spacing:.14em}.archive-catalog-file-number span{opacity:.46}.archive-catalog-file-number strong{font-weight:500}.archive-catalog-image{height:clamp(310px,25vw,360px);display:grid;place-items:center;overflow:hidden;background:#fff}.archive-catalog-image img{height:100%;object-fit:contain;filter:contrast(1.08);transform:scale(1);transition:transform .65s cubic-bezier(.2,.7,.1,1)}.archive-catalog-info{padding:17px 2px 0}.archive-catalog-info h2{margin:0 0 7px;font-size:36px;line-height:1.05;letter-spacing:-.045em;font-weight:500}.archive-catalog-name-en{margin:0;font:400 9px DM Mono;letter-spacing:.13em;opacity:.48}.archive-catalog-meta{margin:17px 0 0;display:block}.archive-catalog-meta>div{min-height:29px;padding:7px 0 6px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;border-top:1px solid var(--line-light);font-size:10px;line-height:1.45}.archive-catalog-meta dt{opacity:.45}.archive-catalog-meta dd{margin:0;text-align:right;overflow-wrap:anywhere}.archive-catalog-meta>div:last-child dd{font:400 9px DM Mono;letter-spacing:.05em}.archive-catalog-open{height:27px;margin-top:11px;padding-top:10px;display:flex;align-items:flex-start;justify-content:space-between;border-top:1px solid var(--line-light);font:400 8px DM Mono;letter-spacing:.14em;opacity:0;transform:translateY(3px);transition:opacity .25s ease,transform .25s ease}.archive-catalog-open b{font-size:12px;font-weight:400;line-height:.7}@media (hover:hover){.archive-catalog-card:hover{transform:translateY(-5px);border-color:#0808086b;box-shadow:0 13px 28px #0808081a}.archive-catalog-card:hover .archive-catalog-image img{transform:scale(1.012)}.archive-catalog-card:hover .archive-catalog-open{opacity:.62;transform:translateY(0)}}@media (max-width:1100px){.archive-overview{padding-top:112px}.archive-overview-header{grid-template-columns:1fr .5fr}.archive-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.archive-catalog-image{height:min(44vw,400px)}}@media (max-width:700px){.archive-overview{padding:100px 0 64px}.archive-overview-header{grid-template-columns:1fr;gap:30px;padding-bottom:28px}.archive-overview-heading h1{font-size:clamp(48px,16vw,64px)}.archive-overview-summary{justify-self:start;min-width:0;padding-top:0}.archive-catalog{grid-template-columns:1fr;gap:16px;padding-top:16px}.archive-catalog-card{padding:13px}.archive-catalog-image{height:min(105vw,500px)}.archive-catalog-info{padding-top:18px}.archive-catalog-info h2{font-size:34px}.archive-catalog-open{opacity:.54;transform:none}}@media (prefers-reduced-motion:reduce){.archive-catalog-card,.archive-catalog-image img{transition:none}}.employee-file-page{height:100svh;min-height:600px;overflow:hidden;background:var(--offwhite);color:var(--black)}.employee-file{position:relative;height:100svh;min-height:600px;padding:92px 0 18px;display:grid;grid-template-rows:minmax(0,1fr) auto}.employee-file-header{position:absolute;z-index:1;top:102px;left:0;right:0;display:flex;align-items:flex-end;justify-content:space-between;gap:48px;padding:26px 0 30px;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.employee-file-header p{margin:0 0 18px;font:400 9px DM Mono;letter-spacing:.16em;opacity:.52}.employee-file-header h1{margin:0;font-size:clamp(54px,6vw,88px);font-weight:600;line-height:.9;letter-spacing:-.06em}.employee-file-identity{min-width:180px;display:flex;flex-direction:column;align-items:flex-end;gap:9px}.employee-file-identity span{font:400 9px DM Mono;letter-spacing:.14em;opacity:.48}.employee-file-identity strong{font:400 14px DM Mono;letter-spacing:.12em}.employee-file-viewer{position:relative;z-index:2;min-height:0;overflow:hidden}.employee-file-sheet{position:absolute;top:2px;right:0;bottom:8px;left:0;margin:0;display:grid;place-items:center;animation:employee-file-enter .38s cubic-bezier(.22,.7,.2,1) both}.employee-file-sheet.is-previous{--file-enter-x:-14px}.employee-file-sheet.is-next{--file-enter-x:14px}.employee-file-sheet img{position:absolute;top:0;bottom:0;left:50%;display:block;width:auto;max-width:50vw;height:100%;object-fit:contain;transform:translate(-50%);background:#fff;border:1px solid var(--line-light)}.employee-file-controls{position:relative;z-index:3;min-height:42px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--line-light)}.employee-file-pagination{display:grid;grid-template-columns:110px 150px 110px;align-items:center}.employee-file-pagination button{height:42px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:10px;color:inherit;background:transparent;border:0;border-radius:0;cursor:pointer}.employee-file-pagination button small{font-size:10px;letter-spacing:.06em}.employee-file-pagination button span{font:400 15px DM Mono}.employee-file-pagination button:disabled{cursor:default;opacity:.22}.employee-file-pagination button:focus-visible{outline:1px solid var(--black);outline-offset:-1px}.employee-file-counter{text-align:center;font:400 9px DM Mono;letter-spacing:.14em}.employee-file-back{position:absolute;left:0;color:inherit;font:400 9px DM Mono;letter-spacing:.09em;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:4px}.employee-file-back:focus-visible{outline:1px solid var(--black);outline-offset:5px}.employee-file-missing{min-height:100vh;padding-top:180px}.employee-file-missing p{font:400 10px DM Mono;letter-spacing:.16em;opacity:.52}.employee-file-missing h1{margin:18px 0 42px;font-size:clamp(42px,6vw,82px);letter-spacing:-.055em}.employee-file-missing a{color:inherit;font:400 10px DM Mono;letter-spacing:.1em}@keyframes employee-file-enter{0%{opacity:.18;transform:translate(var(--file-enter-x))}to{opacity:1;transform:translate(0)}}@media (max-width:700px){.employee-file-page,.employee-file{min-height:520px}.employee-file{padding:88px 0 12px;grid-template-rows:auto minmax(0,1fr) auto}.employee-file-header{position:static;z-index:auto;align-items:flex-end;gap:20px;padding:14px 0 16px}.employee-file-header p{margin-bottom:10px}.employee-file-header h1{font-size:clamp(42px,14vw,58px)}.employee-file-identity{min-width:0}.employee-file-viewer{z-index:auto}.employee-file-sheet{top:12px;right:0;bottom:8px;left:0}.employee-file-sheet img{max-width:100%}.employee-file-controls{z-index:auto;min-height:76px;align-items:flex-end}.employee-file-pagination{width:100%;grid-template-columns:1fr 126px 1fr}.employee-file-pagination button{height:44px}.employee-file-back{top:8px;left:50%;transform:translate(-50%);white-space:nowrap}}@media (prefers-reduced-motion:reduce){.employee-file-sheet{animation:none}}.employee-detail-page{min-height:100vh;background:var(--offwhite);color:var(--black)}.employee-detail{min-height:100vh;padding:104px 0 28px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(350px,.8fr);gap:clamp(54px,7.5vw,118px);align-items:center}.employee-detail-visual{height:clamp(470px,calc(100vh - 142px),610px);display:grid;place-items:center;overflow:hidden;background:#fff}.employee-detail-visual img{width:100%;height:100%;object-fit:contain;filter:contrast(1.08)}.employee-detail-information{align-self:center;max-width:480px}.employee-detail-heading{padding-bottom:34px}.employee-detail-heading>p{margin:0 0 21px;font:400 9px DM Mono;letter-spacing:.16em;opacity:.52}.employee-detail-heading h1{margin:0 0 12px;font-size:clamp(60px,6.5vw,96px);font-weight:600;line-height:.9;letter-spacing:-.065em}.employee-detail-heading>span{font:400 11px DM Mono;letter-spacing:.16em;opacity:.52}.employee-detail-specs{margin:0;border-top:1px solid var(--line-light)}.employee-detail-specs>div{display:grid;grid-template-columns:104px 1fr;gap:24px;align-items:baseline;padding:14px 0;border-bottom:1px solid var(--line-light)}.employee-detail-specs dt{font:400 9px DM Mono;letter-spacing:.12em;opacity:.48}.employee-detail-specs dd{margin:0;font-size:14px;line-height:1.4;letter-spacing:.01em}.employee-detail-specs>div:nth-child(4) dd,.employee-detail-specs>div:nth-child(5) dd{font:400 11px DM Mono;letter-spacing:.1em}.employee-detail-actions{margin-top:26px;display:flex;align-items:center;gap:28px}.employee-detail-back{display:inline-block;color:inherit;font:400 9px DM Mono;letter-spacing:.08em;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:4px;white-space:nowrap}.employee-detail-back:focus-visible{outline:1px solid var(--black);outline-offset:5px}.employee-detail-archive{padding:82px 0 110px;border-top:1px solid var(--line-light)}.employee-detail-archive-header{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;padding-bottom:28px;border-bottom:1px solid var(--line-light)}.employee-detail-archive-header p{margin:0 0 14px;font:400 9px DM Mono;letter-spacing:.16em;opacity:.48}.employee-detail-archive-header h2{margin:0;font:500 clamp(34px,4vw,58px)/.95 "DM Mono";letter-spacing:-.05em}.employee-detail-archive-header>span{padding-bottom:5px;font:400 9px DM Mono;letter-spacing:.13em;opacity:.48}.employee-detail-archive-viewer{position:relative;width:min(100%,980px);height:clamp(500px,78svh,760px);margin:42px auto 0;overflow:hidden}.employee-detail-archive-sheet{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;animation:employee-detail-archive-enter .38s cubic-bezier(.22,.7,.2,1) both}.employee-detail-archive-sheet.is-previous{--employee-detail-archive-x:-14px}.employee-detail-archive-sheet.is-next{--employee-detail-archive-x:14px}.employee-detail-archive-sheet img{position:absolute;top:0;bottom:0;left:50%;display:block;width:auto;max-width:100%;height:100%;object-fit:contain;transform:translate(-50%);background:#fff;border:1px solid var(--line-light)}.employee-detail-archive-controls{width:min(100%,430px);height:46px;margin:14px auto 0;display:grid;grid-template-columns:120px 190px 120px;align-items:center;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.employee-detail-archive-controls button{height:44px;padding:0 12px;display:flex;align-items:center;justify-content:center;gap:10px;color:inherit;background:transparent;border:0;border-radius:0;cursor:pointer}.employee-detail-archive-controls button small{font-size:10px;letter-spacing:.06em}.employee-detail-archive-controls button span{font:400 15px DM Mono}.employee-detail-archive-controls button:disabled{cursor:default;opacity:.22}.employee-detail-archive-controls button:focus-visible{outline:1px solid var(--black);outline-offset:-1px}.employee-detail-archive-counter{text-align:center;font:400 9px DM Mono;letter-spacing:.14em}.employee-detail-missing{min-height:100vh;padding-top:180px}.employee-detail-missing p{font:400 10px DM Mono;letter-spacing:.16em;opacity:.52}.employee-detail-missing h1{margin:18px 0 42px;font-size:clamp(42px,6vw,82px);letter-spacing:-.055em}.employee-detail-missing a{color:inherit;font:400 10px DM Mono;letter-spacing:.1em}@keyframes employee-detail-archive-enter{0%{opacity:.18;transform:translate(var(--employee-detail-archive-x))}to{opacity:1;transform:translate(0)}}@media (max-width:900px){.employee-detail{padding:112px 0 60px;grid-template-columns:1fr;gap:46px;align-items:start}.employee-detail-visual{height:min(72vw,640px)}.employee-detail-information{width:min(100%,640px);max-width:none}.employee-detail-heading h1{font-size:clamp(62px,12vw,96px)}}@media (max-width:600px){.employee-detail{padding:96px 0 56px;gap:36px}.employee-detail-visual{height:112vw;max-height:540px}.employee-detail-heading{padding-bottom:30px}.employee-detail-heading>p{margin-bottom:18px}.employee-detail-heading h1{font-size:clamp(52px,18vw,78px)}.employee-detail-specs>div{grid-template-columns:88px 1fr;padding:15px 0}.employee-detail-actions{align-items:flex-start;flex-direction:column;gap:22px}.employee-detail-archive{padding:58px 0 72px}.employee-detail-archive-header{align-items:flex-start;flex-direction:column;gap:20px;padding-bottom:22px}.employee-detail-archive-header h2{font-size:clamp(29px,9vw,40px)}.employee-detail-archive-header>span{padding-bottom:0}.employee-detail-archive-viewer{height:68svh;min-height:430px;margin-top:30px}.employee-detail-archive-controls{width:100%;grid-template-columns:1fr 150px 1fr}.employee-detail-archive-controls button{padding:0 6px}}@media (prefers-reduced-motion:reduce){.employee-detail-archive-sheet{animation:none}}.official-store-link{color:inherit;text-decoration:none;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label action" "name action" "id action";column-gap:48px;row-gap:8px;padding:26px 0;border-top:1px solid currentColor;border-bottom:1px solid currentColor;transition:opacity .18s ease}.official-store-link:hover{opacity:.68}.official-store-link:focus-visible{outline:1px solid currentColor;outline-offset:5px}.official-store-label{grid-area:label;font:400 9px DM Mono;letter-spacing:.15em;opacity:.48}.official-store-link strong{grid-area:name;font-size:20px;font-weight:500;letter-spacing:-.02em}.official-store-id{grid-area:id;font:400 9px DM Mono;letter-spacing:.1em;opacity:.48}.official-store-action{grid-area:action;align-self:center;font:400 9px DM Mono;letter-spacing:.13em;white-space:nowrap}.official-store-action b{margin-left:14px;font-size:15px;font-weight:400}.official-store-link.is-compact{grid-template-columns:1fr;grid-template-areas:"label" "name" "id" "action";column-gap:0}.official-store-link.is-compact .official-store-action{margin-top:16px;justify-self:start}@media (max-width:700px){.official-store-link{grid-template-columns:1fr;grid-template-areas:"label" "name" "id" "action";column-gap:0;padding:22px 0}.official-store-link strong{font-size:18px}.official-store-action{margin-top:14px;justify-self:start}}@media (prefers-reduced-motion:reduce){.official-store-link{transition:none}}.shop-page{min-height:100vh;background:var(--offwhite);color:var(--black)}.shop-hero{position:relative;isolation:isolate;min-height:92svh;padding:128px 0 54px;background:#fff url(/assets/shop/shop-hero/shop-hero-background.jpg) center/contain no-repeat;color:#fff;display:flex;overflow:hidden}.shop-hero .shop-hero-inner{flex:0 1 auto;width:min(1580px,calc(100vw - clamp(72px,8vw,128px)));display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.42fr);grid-template-rows:auto 1fr;gap:60px clamp(44px,5vw,80px);mix-blend-mode:difference}.shop-hero-index{grid-column:1/-1;display:flex;justify-content:space-between;padding-top:14px;border-top:1px solid var(--line-dark);font:400 9px DM Mono;letter-spacing:.14em;opacity:.58}.shop-hero-title{min-width:0;align-self:end}.shop-hero-title>p{margin:0 0 22px;font:400 10px DM Mono;letter-spacing:.16em;opacity:.72}.shop-hero-title h1{margin:0;font-size:clamp(92px,11vw,186px);font-weight:500;line-height:.72;letter-spacing:-.075em}.shop-hero-title h1 span{display:inline-block;transform:translate(clamp(36px,5vw,80px));color:transparent;-webkit-text-stroke:1px rgba(245,244,239,.9)}.shop-hero-note{min-width:0;align-self:end;padding:20px 0 8px;border-top:1px solid var(--line-dark)}.shop-hero-note>p{margin:0 0 46px;font:400 9px DM Mono;letter-spacing:.15em;opacity:.68}.shop-hero-note h2{margin:0;font-size:clamp(22px,2vw,31px);font-weight:400;line-height:1.5;letter-spacing:-.035em}.shop-catalog{padding:112px 0 150px}.shop-catalog-heading{display:flex;justify-content:space-between;padding:14px 0 20px;border-top:1px solid var(--line-light);font:400 9px DM Mono;letter-spacing:.14em;opacity:.52}.shop-catalog-entry{min-height:680px;padding:80px 0;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:clamp(54px,7vw,120px);align-items:center;border-top:1px solid var(--line-light)}.shop-catalog-entry.is-reversed{grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr)}.shop-catalog-entry.is-reversed .shop-catalog-image{grid-column:2;grid-row:1}.shop-catalog-entry.is-reversed .shop-catalog-record{grid-column:1;grid-row:1}.shop-catalog-image{position:relative;min-height:520px;padding:34px;display:grid;place-items:center;background:#fff;color:var(--black);overflow:hidden}.shop-catalog-image img{width:100%;height:100%;max-height:650px;object-fit:contain;transition:transform .5s cubic-bezier(.2,.7,.1,1)}.shop-catalog-image>span{position:absolute;left:18px;bottom:16px;font:400 8px DM Mono;letter-spacing:.12em;opacity:.45}.shop-catalog-record{max-width:520px;width:100%;justify-self:center}.shop-catalog-meta{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light);font:400 9px DM Mono;letter-spacing:.13em}.shop-catalog-meta span:last-child{opacity:.48}.shop-catalog-identity{padding:56px 0 46px}.shop-catalog-identity h2{margin:0;font-size:clamp(54px,5.8vw,96px);font-weight:500;line-height:.9;letter-spacing:-.065em}.shop-catalog-identity p{margin:18px 0 0;font:400 9px DM Mono;letter-spacing:.17em;opacity:.46}.shop-catalog-specs{display:block;margin:0}.shop-catalog-specs>div{padding:12px 0 10px;display:grid;grid-template-columns:minmax(90px,.45fr) 1fr;gap:24px;border-top:1px solid var(--line-light);font-size:11px}.shop-catalog-specs dt{font:400 8px DM Mono;letter-spacing:.1em;opacity:.45}.shop-catalog-specs dd{margin:0;text-align:right}.shop-catalog-open{margin-top:54px;padding:16px 0;border-top:1px solid var(--black);border-bottom:1px solid var(--black);display:flex;justify-content:space-between;font:400 9px DM Mono;letter-spacing:.14em}.shop-catalog-open span{font-size:15px;line-height:.7}.shop-catalog-open:focus-visible{outline:1px solid var(--black);outline-offset:4px}.shop-store-section{padding:130px 0;background:var(--black);color:var(--offwhite)}.shop-store-intro{max-width:640px;margin:0 0 78px;font-size:clamp(25px,3vw,48px);line-height:1.32;letter-spacing:-.04em}.shop-footer{padding:34px 0 46px;display:flex;justify-content:space-between;font:400 9px DM Mono;letter-spacing:.12em}.shop-footer span{opacity:.45}@media (hover:hover){.shop-catalog-image:hover img{transform:scale(1.012)}.shop-catalog-open:hover{opacity:.52}}@media (max-width:1100px){.shop-hero{min-height:820px;padding-top:112px;background-position:center}.shop-hero .shop-hero-inner{width:calc(100vw - 64px);grid-template-columns:minmax(0,1fr) minmax(0,.52fr);gap:50px}.shop-catalog-entry,.shop-catalog-entry.is-reversed{min-height:0;grid-template-columns:1fr 1fr;gap:48px;padding:70px 0}.shop-catalog-image{min-height:450px}.shop-catalog-entry.is-reversed .shop-catalog-image{grid-column:2}.shop-catalog-entry.is-reversed .shop-catalog-record{grid-column:1}.shop-catalog-identity h2{font-size:clamp(48px,6vw,68px)}}@media (max-width:700px){.shop-hero{min-height:740px;padding:98px 0 32px;background-size:auto 66%;background-position:center 52%}.shop-hero .shop-hero-inner{width:calc(100vw - 40px);grid-template-columns:1fr;grid-template-rows:auto 1fr auto;gap:34px}.shop-hero-index{grid-column:1}.shop-hero-title{align-self:center;transform:translate(clamp(-10px,-2.4vw,-8px),clamp(58px,8svh,68px)) scale(.92);transform-origin:left center}.shop-hero-title>p{margin-bottom:18px}.shop-hero-title h1{font-size:clamp(82px,26vw,112px);line-height:.76}.shop-hero-title h1 span{transform:translate(clamp(28px,10vw,42px))}.shop-hero-note{align-self:end}.shop-hero-note>p{margin-bottom:26px}.shop-hero-note h2{font-size:22px}.shop-catalog{padding:72px 0 100px}.shop-catalog-entry,.shop-catalog-entry.is-reversed{padding:54px 0 66px;display:flex;flex-direction:column;gap:0;align-items:stretch}.shop-catalog-entry .shop-catalog-image,.shop-catalog-entry.is-reversed .shop-catalog-image{order:1;width:100%;min-height:0;aspect-ratio:1/1.12;padding:18px}.shop-catalog-entry .shop-catalog-record,.shop-catalog-entry.is-reversed .shop-catalog-record{order:2;max-width:none;padding-top:22px}.shop-catalog-meta{order:0}.shop-catalog-identity{padding:34px 0 30px}.shop-catalog-identity h2{font-size:clamp(48px,15vw,66px)}.shop-catalog-specs>div{padding:11px 0 9px}.shop-catalog-open{margin-top:36px}.shop-store-section{padding:88px 0}.shop-store-intro{margin-bottom:58px;font-size:29px}.shop-footer{padding:28px 0 34px;flex-direction:column;gap:16px}}@media (prefers-reduced-motion:reduce){.shop-catalog-image img{transition:none}}.shop-product-page{min-height:100vh;padding:108px 0 70px;background:var(--offwhite);color:var(--black)}.shop-product-header{padding:14px 0 22px;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light);display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:30px;font:400 9px DM Mono;letter-spacing:.13em}.shop-product-header>div{display:flex;gap:24px}.shop-product-header>div span:last-child{opacity:.45}.shop-product-header p{margin:0;opacity:.46}.shop-product-header>a{justify-self:end}.shop-product-header b{margin-left:10px;font-size:13px;font-weight:400}.shop-product-layout{padding-top:22px;display:grid;grid-template-columns:minmax(0,1.52fr) minmax(360px,.9fr);grid-template-areas:"hero record" "gallery record";gap:22px clamp(38px,5vw,88px);align-items:start}.shop-product-hero-image{grid-area:hero}.shop-product-gallery{grid-area:gallery;display:grid;gap:22px}.shop-product-record{grid-area:record;position:sticky;top:108px;min-width:0;padding:24px 0 0}.shop-product-figure{margin:0;background:#fff}.shop-product-figure img{width:100%;height:auto;max-height:900px;display:block;object-fit:contain}.shop-product-figure figcaption{padding:12px 0 10px;border-top:1px solid var(--line-light);display:flex;justify-content:space-between;font:400 8px DM Mono;letter-spacing:.13em}.shop-product-figure figcaption span:last-child{opacity:.44}.shop-product-record-index{padding:11px 0;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light);font:400 9px DM Mono;letter-spacing:.12em}.shop-product-record-index span:last-child{opacity:.46}.shop-product-identity{padding:clamp(42px,5vw,72px) 0 38px}.shop-product-identity h1{margin:0;font-size:clamp(58px,6vw,98px);font-weight:500;line-height:.88;letter-spacing:-.07em}.shop-product-identity p{margin:20px 0 0;font:400 9px DM Mono;letter-spacing:.16em;opacity:.48}.shop-product-original{margin:0;padding:13px 0;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light);font:400 8px DM Mono;letter-spacing:.14em}.shop-product-specs{display:block;margin:30px 0 0}.shop-product-specs>div{padding:11px 0 9px;display:grid;grid-template-columns:minmax(110px,.55fr) 1fr;gap:20px;border-top:1px solid var(--line-light);font-size:11px}.shop-product-specs dt{font:400 8px DM Mono;letter-spacing:.08em;opacity:.44}.shop-product-specs dd{margin:0;text-align:right}.shop-product-description{margin:38px 0 54px;font-size:14px;line-height:1.9;opacity:.68}.shop-product-navigation{margin-top:110px;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.shop-product-navigation a{min-height:180px;padding:26px 0 24px;display:flex;flex-direction:column;justify-content:space-between}.shop-product-navigation a:first-child{padding-right:40px;border-right:1px solid var(--line-light)}.shop-product-navigation a:last-child{padding-left:40px;text-align:right}.shop-product-navigation span{font:400 8px DM Mono;letter-spacing:.13em;opacity:.48}.shop-product-navigation strong{font-size:22px;font-weight:500;line-height:1.35}.shop-product-navigation a:hover{opacity:.58}.shop-product-navigation a:focus-visible{outline:1px solid var(--black);outline-offset:4px}.shop-product-not-found{display:grid;place-items:center}.shop-product-not-found>div{padding:100px 0}.shop-product-not-found p{font:400 9px DM Mono;letter-spacing:.14em}.shop-product-not-found h1{margin:30px 0 70px;font-size:clamp(52px,7vw,100px);letter-spacing:-.06em}.shop-product-not-found a{padding-bottom:8px;border-bottom:1px solid currentColor;font:400 9px DM Mono;letter-spacing:.13em}@media (max-width:1100px){.shop-product-page{padding-top:96px}.shop-product-layout{grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:22px 42px}.shop-product-record{top:96px}.shop-product-identity h1{font-size:clamp(52px,7vw,74px)}}@media (max-width:700px){.shop-product-page{padding:86px 0 42px}.shop-product-header{grid-template-columns:1fr auto;gap:14px;padding-bottom:16px}.shop-product-header>div{grid-column:1/-1}.shop-product-header p{display:none}.shop-product-layout{padding-top:14px;display:grid;grid-template-columns:1fr;grid-template-areas:"hero" "record" "gallery";gap:0}.shop-product-record{position:static;padding-top:26px}.shop-product-figure figcaption{padding:10px 0}.shop-product-identity{padding:38px 0 30px}.shop-product-identity h1{font-size:clamp(54px,16vw,72px)}.shop-product-specs{margin-top:24px}.shop-product-description{margin:34px 0 44px}.shop-product-gallery{margin-top:62px;gap:48px}.shop-product-navigation{margin-top:74px}.shop-product-navigation a{min-height:150px;padding-top:20px}.shop-product-navigation a:first-child{padding-right:15px}.shop-product-navigation a:last-child{padding-left:15px}.shop-product-navigation strong{font-size:15px}}@media (prefers-reduced-motion:reduce){.shop-product-navigation a{transition:none}}:root{font-family:Noto Sans SC,Arial,sans-serif;color:#101010;background:#f2f1ed;font-synthesis:none;text-rendering:optimizeLegibility;--black:#080808;--offwhite:#f2f1ed;--line-dark:rgba(255,255,255,.22);--line-light:rgba(8,8,8,.2);--shell:min(1700px, calc(100vw - 96px) )}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--offwhite)}button,a{color:inherit}button{font:inherit}a{text-decoration:none}img,video{display:block;width:100%}.shell{width:var(--shell);margin-inline:auto}.section-dark{background:var(--black);color:var(--offwhite)}.section-light{background:var(--offwhite);color:var(--black)}.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 48px;color:#fff;mix-blend-mode:difference}.brand{display:flex;align-items:center;gap:12px;border:0;background:transparent;cursor:pointer;justify-self:start}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font:500 11px DM Mono}.brand-copy{display:flex;flex-direction:column;align-items:flex-start}.brand-copy b{font-size:13px;letter-spacing:.12em}.brand-copy small{font:400 8px DM Mono;letter-spacing:.16em;opacity:.62}.nav{display:flex;align-items:center;gap:32px}.nav button,.nav>a{border:0;background:none;color:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center}.nav button span,.nav>a span{font:400 9px DM Mono;letter-spacing:.12em}.nav button small,.nav>a small{font-size:9px;opacity:.55}.nav>a.is-current small{opacity:1}.header-actions{justify-self:end;display:flex;align-items:center;gap:20px}.language-switch{border:0;background:transparent;color:inherit;font:400 9px DM Mono;letter-spacing:.08em}.contact-chip{border-bottom:1px solid currentColor;padding:7px 0;font-size:11px;letter-spacing:.08em}.menu-toggle{display:none}.hero{position:relative;min-height:100vh;overflow:hidden}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.18) brightness(.68)}.hero-mobile-art{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.18) brightness(.68);transform-origin:50% 50%;animation:hero-mobile-ken-burns 22s ease-in-out infinite alternate;will-change:transform}@keyframes hero-mobile-ken-burns{0%{transform:scale(1.01) translateZ(0)}to{transform:scale(1.045) translate3d(-.7%,.45%,0)}}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000085,#0000001f 38%,#000c)}.hero-grain,.enter-grain{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;opacity:.14;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");animation:grain .35s steps(2) infinite}@keyframes grain{0%{transform:translate(0)}25%{transform:translate(2%,-1%)}50%{transform:translate(-1%,2%)}75%{transform:translate(1%,1%)}to{transform:translate(-2%,-1%)}}.hero-scan{position:absolute;left:0;right:0;height:1px;background:#ffffff47;box-shadow:0 0 25px #ffffff29;animation:scan 8s linear infinite}@keyframes scan{0%{top:5%}to{top:95%}}.hero-topline{position:absolute;top:116px;left:50%;transform:translate(-50%);display:flex;justify-content:space-between;font:400 10px DM Mono;letter-spacing:.12em;opacity:.72}.hero-content{position:relative;z-index:2;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:56px}.hero-kicker{font:400 11px DM Mono;letter-spacing:.14em;margin-bottom:23px}.hero h1{margin:0;display:flex;justify-content:space-between;align-items:baseline;font-size:clamp(84px,10.8vw,205px);font-weight:900;line-height:.82;letter-spacing:-.075em}.hero h1 .outline{color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.85)}.hero-footer-row{margin-top:38px;padding-top:22px;border-top:1px solid var(--line-dark);display:flex;justify-content:space-between;align-items:end}.hero-footer-row p{margin:0 0 8px;font-size:15px}.hero-footer-row small{display:block;max-width:760px;font:300 11px DM Mono;line-height:1.7;opacity:.6}.round-arrow{width:58px;height:58px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:#00000014;color:#fff;cursor:pointer;font-size:22px;transition:.25s}.round-arrow:hover{background:#fff;color:#000}.section-grid{display:grid;grid-template-columns:280px 1fr;border-top:1px solid var(--line-light);padding-top:28px}.section-grid.inverse{border-color:var(--line-dark)}.section-label{display:flex;gap:22px;align-items:flex-start;font:400 10px DM Mono;letter-spacing:.12em}.section-label p{margin:0}.section-heading .eyebrow,.eyebrow{margin:0 0 25px;font:400 10px DM Mono;letter-spacing:.14em;text-transform:uppercase;opacity:.58}.section-heading h2{margin:0;font-size:clamp(44px,5.2vw,88px);line-height:1.08;letter-spacing:-.055em;font-weight:500}.about-section{padding:88px 0 72px}.about-section .section-grid{padding-top:20px}.about-section .section-heading .eyebrow{margin-bottom:14px}.about-section .section-heading h2{font-size:clamp(38px,4.15vw,70px);line-height:1.02}.manifesto-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.about-section .manifesto-grid{width:min(var(--shell),1080px)}.manifesto-grid article{padding:18px 20px 24px;border-right:1px solid var(--line-light)}.manifesto-grid article:last-child{border-right:0}.manifesto-grid span{font:400 10px DM Mono;opacity:.4}.manifesto-image{margin:18px 0;aspect-ratio:1/1;overflow:hidden;background:#fff}.manifesto-image img{height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08)}.manifesto-grid h3{font-size:30px;margin:0 0 7px;letter-spacing:-.04em}.manifesto-grid p{font:400 9px DM Mono;letter-spacing:.13em;opacity:.48}.archive-section{padding:150px 0 170px}.archive-stage{margin-top:96px;display:grid;grid-template-columns:minmax(480px,.88fr) minmax(620px,1.12fr);gap:80px;align-items:start}.archive-image-wrap{position:sticky;top:100px;background:#fff;border:1px solid var(--line-light);padding:28px}.archive-image-stack{position:relative;aspect-ratio:3/4;overflow:hidden;background:#fff}.archive-image{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:contain;filter:grayscale(1) contrast(1.1);opacity:0;transition:opacity .18s ease;pointer-events:none}.archive-image[src="/assets/employee-archive.jpg"]{filter:contrast(1.08)}.archive-image.is-active{opacity:1}.archive-switch{position:absolute;z-index:2;top:0;bottom:0;width:34%;border:0;background:transparent;padding:18px;display:flex;align-items:center;opacity:0;cursor:pointer;transition:opacity .25s ease}.archive-switch:hover,.archive-switch:focus-visible{opacity:1}.archive-switch:focus-visible{outline:none}.archive-switch span{width:44px;height:44px;border:1px solid rgba(8,8,8,.45);border-radius:0;background:#f2f1edd1;display:grid;place-items:center;font:400 18px DM Mono}.archive-switch:focus-visible span{outline:1px solid var(--black);outline-offset:3px}.archive-switch-prev{left:0;justify-content:flex-start}.archive-switch-next{right:0;justify-content:flex-end}.image-stamp{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line-light);padding-top:14px;margin-top:20px;font:400 10px DM Mono;letter-spacing:.12em}.image-stamp b{font-weight:400}dl{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:34px 0}dl div{display:flex;justify-content:space-between;gap:20px;padding-top:12px;border-top:1px solid var(--line-light);font-size:12px}dt{opacity:.45}dd{margin:0;text-align:right}.archive-record-wrap{min-width:0}.archive-record{height:100%;padding:clamp(34px,4vw,64px);display:flex;flex-direction:column;border:1px solid var(--line-light);animation:archive-record-fade .18s ease both}@keyframes archive-record-fade{0%{opacity:0}to{opacity:1}}.archive-record-topline{display:flex;align-items:center;justify-content:space-between;gap:24px;font:400 10px DM Mono;letter-spacing:.13em}.archive-record-file{opacity:.58}.archive-record-status{flex:0 0 auto;padding:6px 10px;border:1px solid var(--line-light);font-size:9px;letter-spacing:.1em}.archive-record-identity{padding:clamp(42px,5vw,72px) 0 clamp(34px,4vw,56px);border-bottom:1px solid var(--line-light)}.archive-record-identity h3{margin:0;font-size:clamp(64px,6vw,102px);font-weight:600;line-height:.86;letter-spacing:-.065em}.archive-record-identity p{margin:18px 0 0;font:400 10px DM Mono;letter-spacing:.18em;opacity:.5}.archive-record-fields{margin:0;padding:clamp(24px,3vw,40px) 0;display:grid;grid-template-columns:1fr 1fr;gap:0}.archive-record-fields>div{min-width:0;padding:14px 0 12px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:14px;border-top:1px solid var(--line-light);font-size:12px;line-height:1.45}.archive-record-fields>div:nth-child(odd){padding-right:24px;border-right:1px solid var(--line-light)}.archive-record-fields>div:nth-child(2n){padding-left:24px}.archive-record-fields dt{opacity:.42}.archive-record-fields dd{margin:0;text-align:right;overflow-wrap:anywhere}.archive-record-description{max-width:620px;margin:0;padding:0 0 clamp(34px,4vw,56px);font-size:15px;line-height:1.9;opacity:.68}.archive-record-navigation{margin-top:auto;padding-top:20px;border-top:1px solid var(--line-light);display:flex;align-items:center;justify-content:space-between;gap:24px}.archive-record-navigation button{min-width:0;padding:8px 0;border:0;background:transparent;display:flex;align-items:center;gap:12px;cursor:pointer;font:400 9px DM Mono;letter-spacing:.13em;opacity:.58;transition:opacity .18s ease}.archive-record-navigation button:hover,.archive-record-navigation button:focus-visible{opacity:1}.archive-record-navigation button:focus-visible{outline:1px solid var(--black);outline-offset:4px}.archive-record-navigation button span{font-size:17px;line-height:1}.archive-record-navigation button small{font:inherit}@media (min-width:1101px){.about-section,.archive-section{height:100svh;min-height:700px;box-sizing:border-box;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr);padding:clamp(92px,9svh,112px) 0 clamp(20px,2.8svh,32px);row-gap:clamp(16px,2.4svh,28px)}.about-section .section-grid,.archive-section .section-grid{padding-top:clamp(12px,1.8svh,20px);grid-template-columns:clamp(190px,15vw,280px) minmax(0,1fr)}.about-section .section-heading .eyebrow,.archive-section .section-heading .eyebrow{margin-bottom:clamp(8px,1.2svh,14px)}.about-section .section-heading h2{font-size:clamp(38px,min(3.6vw,6.5svh),60px);line-height:.98}.about-section .manifesto-grid{width:var(--shell);height:100%;min-height:0;margin-top:0;grid-template-columns:repeat(3,minmax(0,1fr))}.about-section .manifesto-grid article{min-width:0;min-height:0;padding:clamp(10px,1.5svh,16px) clamp(14px,1.4vw,22px) clamp(12px,1.8svh,20px);display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;align-items:stretch}.about-section .manifesto-image{min-height:0;margin:clamp(8px,1.2svh,14px) 0;aspect-ratio:auto;display:grid;place-items:center}.about-section .manifesto-image img{width:auto;height:auto;max-width:100%;max-height:100%;min-width:0;min-height:0;object-fit:contain}.about-section .manifesto-grid h3{margin:0 0 4px;font-size:clamp(23px,2vw,30px);line-height:1.05}.about-section .manifesto-grid p{margin:0;line-height:1.35}.archive-section .section-heading h2{font-size:clamp(40px,min(3.7vw,6.7svh),60px);line-height:.98}.archive-section .archive-stage{height:100%;min-height:0;margin-top:0;grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:clamp(28px,3.5vw,60px);align-items:stretch}.archive-section .archive-image-wrap{position:relative;top:auto;height:100%;min-height:0;padding:clamp(10px,1.5svh,18px);display:flex;flex-direction:column}.archive-section .archive-image-stack{flex:1 1 auto;min-height:0;aspect-ratio:auto}.archive-section .archive-image{width:100%;height:100%;object-fit:contain}.archive-section .image-stamp{flex:0 0 auto;margin-top:clamp(6px,1svh,10px);padding-top:clamp(6px,1svh,10px);font-size:9px}.archive-section .archive-record-wrap{min-width:0;min-height:0}.archive-section .archive-record{min-height:0;padding:clamp(22px,3svh,40px) clamp(30px,3vw,56px)}.archive-section .archive-record-identity{padding:clamp(24px,3.4svh,46px) 0 clamp(20px,3svh,38px)}.archive-section .archive-record-identity h3{font-size:clamp(52px,min(5.4vw,10svh),92px)}.archive-section .archive-record-fields{padding:clamp(15px,2.4svh,30px) 0}.archive-section .archive-record-fields>div{padding-top:clamp(8px,1.2svh,14px);padding-bottom:clamp(7px,1svh,12px);font-size:clamp(9px,.8vw,12px)}.archive-section .archive-record-description{padding-bottom:clamp(18px,3svh,38px);font-size:clamp(11px,.9vw,14px);line-height:1.75}.archive-section .archive-record-navigation{padding-top:clamp(10px,1.8svh,20px)}}.featured-section{padding:150px 0 170px}.feature-card{margin-top:96px;border:1px solid var(--line-dark);display:grid;grid-template-columns:1.6fr .72fr;min-height:720px}.feature-visual{min-width:0;min-height:0;display:flex;flex-direction:column}.feature-image{position:relative;min-height:0;flex:1 1 auto;overflow:hidden;background:#111}.feature-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;filter:grayscale(1) contrast(1.08);opacity:0;pointer-events:none;transition:opacity .18s ease}.feature-slide.is-active{opacity:1}.feature-switch{position:absolute;z-index:2;top:0;bottom:0;width:30%;border:0;background:transparent;padding:18px;display:flex;align-items:center;opacity:0;cursor:pointer;transition:opacity .18s ease}.feature-switch:hover,.feature-switch:focus-visible{opacity:1}.feature-switch:focus-visible{outline:none}.feature-switch span{width:42px;height:42px;border:1px solid rgba(255,255,255,.5);background:#080808c7;display:grid;place-items:center;font:400 17px DM Mono}.feature-switch:focus-visible span{outline:1px solid var(--offwhite);outline-offset:3px}.feature-switch-prev{left:0;justify-content:flex-start}.feature-switch-next{right:0;justify-content:flex-end}.feature-position{flex:0 0 auto;padding:14px 18px;border-top:1px solid var(--line-dark);display:flex;align-items:center;justify-content:space-between;gap:20px;font:400 9px DM Mono;letter-spacing:.13em}.feature-position span{opacity:.48}.feature-position b{font-weight:400}.feature-copy{padding:34px 38px 42px;display:flex;flex-direction:column;justify-content:space-between;border-left:1px solid var(--line-dark);animation:feature-copy-fade .18s ease both}@keyframes feature-copy-fade{0%{opacity:0}to{opacity:1}}.feature-meta{display:flex;justify-content:space-between;gap:20px;font:400 10px DM Mono;letter-spacing:.12em;opacity:.55}.feature-copy h3{margin:0 0 25px;font-size:62px;line-height:1.05;letter-spacing:-.055em;font-weight:500}.feature-description{max-width:420px;font-size:14px;line-height:1.85;opacity:.65}.feature-copy-footer{display:flex;flex-direction:column;gap:28px}.feature-tags{display:flex;gap:8px;flex-wrap:wrap}.feature-tags span{border:1px solid var(--line-dark);border-radius:999px;padding:7px 11px;font-size:10px;letter-spacing:.06em}.feature-navigation{padding-top:16px;border-top:1px solid var(--line-dark);display:flex;align-items:center;justify-content:space-between;gap:24px}.feature-navigation button{padding:7px 0;border:0;background:transparent;display:flex;align-items:center;gap:10px;cursor:pointer;font:400 8px DM Mono;letter-spacing:.12em;opacity:.55;transition:opacity .18s ease}.feature-navigation button:hover,.feature-navigation button:focus-visible{opacity:1}.feature-navigation button:focus-visible{outline:1px solid var(--offwhite);outline-offset:4px}.feature-navigation button span{font-size:16px}.feature-navigation button small{font:inherit}@media (min-width:1101px){.featured-section{height:100svh;min-height:700px;padding:clamp(92px,9svh,112px) 0 clamp(20px,2.8svh,32px);display:grid;grid-template-rows:auto minmax(0,1fr);row-gap:clamp(16px,2.4svh,28px);overflow:hidden;box-sizing:border-box}.featured-section .section-grid{padding-top:clamp(12px,1.8svh,20px);grid-template-columns:clamp(190px,15vw,280px) minmax(0,1fr)}.featured-section .section-heading .eyebrow{margin-bottom:clamp(8px,1.2svh,14px)}.featured-section .section-heading h2{font-size:clamp(38px,3.4vw,58px);line-height:.98}.featured-section .feature-card{height:100%;min-height:0;margin-top:0;grid-template-columns:minmax(380px,.8fr) minmax(430px,1.2fr)}.featured-section .feature-visual{min-height:0}.featured-section .feature-image{min-height:0;background:#111}.featured-section .feature-copy{min-width:0;min-height:0;padding:clamp(24px,3svh,34px) clamp(26px,2.4vw,40px) clamp(24px,3.4svh,38px)}.featured-section .feature-copy h3{margin-bottom:clamp(12px,1.8svh,22px);font-size:clamp(42px,3.8vw,62px);line-height:1}.featured-section .feature-description{max-width:620px;margin:0;font-size:clamp(13px,1vw,16px);line-height:1.7}.featured-section .feature-tags{gap:7px}.featured-section .feature-tags span{padding:6px 10px}}.case-section{min-height:100vh;padding:100px 0 44px}.case-section .section-grid{padding-top:20px}.case-section .section-heading .eyebrow{margin-bottom:16px}.case-section .section-heading h2{font-size:clamp(42px,4.2vw,64px);line-height:1.02}.case-board{height:520px;margin-top:28px;display:grid;grid-template-columns:.9fr 1.1fr;border:1px solid var(--line-light)}.case-image{display:flex;align-items:center;justify-content:center;padding:12px;background:#fff;overflow:hidden}.case-image img{height:100%;min-width:0;min-height:0;object-fit:contain}.case-report{padding:28px 34px;display:flex;flex-direction:column}.report-line{display:grid;grid-template-columns:110px 1fr;gap:30px;padding:17px 0;border-top:1px solid var(--line-light)}.report-line span{font:400 9px DM Mono;opacity:.45}.report-line b{font-weight:400;font-size:16px}.case-status{margin-top:auto;border:1px solid var(--black);padding:15px;font:500 11px DM Mono;letter-spacing:.1em;text-align:center}.random-section{padding:150px 0}.random-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:120px;align-items:start}.random-intro h2{font-size:clamp(60px,7vw,120px);line-height:.92;letter-spacing:-.07em;margin:0 0 35px}.random-intro>p:not(.eyebrow){max-width:430px;line-height:1.85;opacity:.62}.random-intro button{margin-top:35px;border:1px solid var(--line-dark);background:transparent;color:#fff;padding:14px 20px;cursor:pointer}.random-card{position:relative;border:1px solid var(--line-dark);padding:38px;min-height:610px}.random-card-top{display:flex;justify-content:space-between;font:400 10px DM Mono;opacity:.5}.random-card h3{font-size:76px;line-height:1;margin:110px 0 60px;letter-spacing:-.06em;font-weight:500}.random-card dl div{border-color:var(--line-dark)}.official-stamp{position:absolute;right:38px;bottom:32px;width:150px;height:150px;border:2px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;text-align:center;font:500 10px DM Mono;line-height:1.6;transform:rotate(-12deg);opacity:.7}.status-section{padding:90px 0 110px}.status-head{display:flex;justify-content:space-between;border-top:1px solid var(--line-light);padding-top:24px}.status-head>span{font:400 9px DM Mono;opacity:.45}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light)}.status-grid div{padding:35px 25px 45px;border-right:1px solid var(--line-light)}.status-grid div:last-child{border-right:0}.status-grid span{display:block;font:400 9px DM Mono;opacity:.45;margin-bottom:80px}.status-grid b{display:block;font-size:34px;letter-spacing:-.04em;font-weight:500}.enter-section{position:relative;min-height:92vh;display:grid;place-items:center;overflow:hidden}.enter-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 55%,#242424 0,#090909 60%)}.enter-content{position:relative;z-index:2;text-align:center}.enter-content>p{font:400 10px DM Mono;letter-spacing:.16em;opacity:.55}.enter-content h2{font-size:clamp(82px,13vw,230px);line-height:.75;letter-spacing:-.08em;margin:50px 0 70px}.enter-content h2 span{color:transparent;-webkit-text-stroke:1.5px rgba(255,255,255,.75)}.enter-content button{border:1px solid var(--line-dark);background:transparent;color:#fff;padding:16px 24px;cursor:pointer}.archivist-section{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr}.archivist-photo{min-height:100vh;overflow:hidden;background:#d8d8d5}.archivist-photo img{height:100%;object-fit:cover;filter:grayscale(1) contrast(1.06)}.archivist-panel{min-height:100vh;padding:54px clamp(42px,5vw,92px) 34px;display:flex;flex-direction:column;border-left:1px solid var(--line-light)}.archivist-number{font:400 10px DM Mono;letter-spacing:.13em}.archivist-main{margin:auto 0}.archivist-main h2{margin:0 0 44px;font-size:clamp(54px,6.2vw,105px);line-height:.98;letter-spacing:-.065em;font-weight:500}.archivist-intro{max-width:640px;font-size:14px;line-height:1.9;opacity:.68;margin:0 0 15px}.contact-block{border-top:1px solid var(--line-light);border-bottom:1px solid var(--line-light);padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-block span{font-size:11px;opacity:.55}.contact-block a{font-size:18px;letter-spacing:-.02em}.contact-block b{font-weight:400;margin-left:12px}.archivist-panel footer{display:flex;justify-content:space-between;gap:30px;padding-top:30px;font:400 9px DM Mono;letter-spacing:.1em;opacity:.55}.end-section{padding:130px 0 70px}.end-inner>p{font:400 10px DM Mono;letter-spacing:.14em;opacity:.5}.end-inner h2{font-size:clamp(72px,9vw,160px);line-height:.93;letter-spacing:-.07em;font-weight:500;margin:80px 0 120px}.end-inner>div{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid var(--line-dark);font:400 9px DM Mono;opacity:.5}@media (max-width:1100px){:root{--shell: calc(100vw - 48px) }.site-header{padding:0 24px;grid-template-columns:1fr auto}.nav{display:none;position:absolute;top:76px;right:24px;background:#111;padding:22px;flex-direction:column;align-items:flex-start;min-width:200px;mix-blend-mode:normal}.nav.open{display:flex}.header-actions{display:none}.menu-toggle{display:flex;flex-direction:column;gap:7px;width:36px;border:0;background:transparent}.menu-toggle span{height:1px;background:currentColor;width:100%}.hero h1{flex-direction:column;gap:12px;font-size:clamp(76px,16vw,140px)}.manifesto-grid{grid-template-columns:1fr}.manifesto-grid article{border-right:0;border-bottom:1px solid var(--line-light)}.manifesto-grid article:last-child{border-bottom:0}.manifesto-grid h3{margin-top:60px}.archive-stage,.case-board,.random-layout{grid-template-columns:1fr}.archive-stage{gap:18px}.case-board{height:auto}.archive-image-wrap{position:static;width:100%;max-width:720px;margin-inline:auto}.archive-record-wrap{width:100%;max-width:720px;margin-inline:auto}.archive-record{height:auto}.feature-card{grid-template-columns:1fr}.feature-image{height:clamp(430px,70svh,620px);background:#111}.feature-copy{min-height:480px;border-left:0;border-top:1px solid var(--line-dark)}.status-grid{grid-template-columns:1fr 1fr}.status-grid div:nth-child(2){border-right:0}.status-grid div:nth-child(-n+2){border-bottom:1px solid var(--line-light)}.archivist-section{grid-template-columns:1fr}.archivist-photo{min-height:70vh}.archivist-panel{min-height:auto;padding-top:80px}.archivist-main{margin:100px 0}}@media (max-width:700px){:root{--shell: calc(100vw - 30px) }.site-header{height:68px;padding:0 15px}.brand-copy{display:none}.hero-topline{top:92px}.hero-topline span:last-child{display:none}.hero-content{padding-bottom:28px}.hero h1{font-size:19vw}.hero-footer-row small{display:none}.round-arrow{width:48px;height:48px}.about-section,.archive-section,.featured-section,.case-section,.random-section{padding:100px 0 110px}.section-grid{grid-template-columns:1fr;gap:48px}.section-heading h2{font-size:44px}.archive-stage{margin-top:60px;gap:0}.archive-image-wrap{padding:0 14px 14px;border-bottom:0;display:flex;flex-direction:column}.archive-image-stack{order:2}.image-stamp{order:1;margin:0 0 14px;padding:12px 0;border-top:0;border-bottom:1px solid var(--line-light)}.image-stamp>span{display:none}.archive-record{height:auto;padding:24px 20px 20px}.archive-record-topline{justify-content:flex-end}.archive-record-file{display:none}.archive-record-identity{padding:12px 0 28px}.archive-record-identity h3{font-size:clamp(54px,16vw,72px)}.archive-record-identity p{margin-top:14px}.archive-record-fields{padding:22px 0;grid-template-columns:1fr}.archive-record-fields>div,.archive-record-fields>div:nth-child(odd),.archive-record-fields>div:nth-child(2n){padding:12px 0;border-right:0}.archive-record-description{padding:0 0 30px;font-size:14px;line-height:1.8}.archive-record-navigation{padding-top:16px}.archive-record-navigation button{gap:8px;font-size:8px}.archive-record-navigation button span{font-size:16px}dl{grid-template-columns:1fr}.feature-card{margin-top:60px;min-height:0}.feature-image{height:min(125vw,560px);min-height:420px}.feature-position{padding:13px 14px}.feature-switch{width:34%;padding:12px}.feature-switch span{width:38px;height:38px}.feature-copy{padding:25px 22px 30px;min-height:430px}.feature-meta{font-size:9px}.feature-copy h3{font-size:44px}.feature-copy-footer{gap:24px}.feature-navigation button{gap:7px;font-size:7px}.case-board{margin-top:60px}.case-image{min-height:420px}.case-report{padding:25px 20px}.report-line{grid-template-columns:1fr;gap:8px}.random-layout{gap:60px}.random-card{padding:24px;min-height:560px}.random-card h3{font-size:48px}.official-stamp{width:110px;height:110px;right:22px}.status-grid{grid-template-columns:1fr}.status-grid div{border-right:0;border-bottom:1px solid var(--line-light)}.status-grid span{margin-bottom:35px}.enter-content h2{font-size:22vw}.archivist-photo{min-height:55vh}.archivist-panel{padding:60px 20px 24px}.archivist-main{margin:80px 0}.archivist-main h2{font-size:54px}.contact-block{align-items:flex-start;flex-direction:column}.archivist-panel footer,.end-inner>div{flex-direction:column;gap:14px}.end-inner h2{font-size:20vw;margin:60px 0 90px}}@media (hover:none){.archive-switch,.feature-switch{opacity:.72}}@media (prefers-reduced-motion:reduce){.hero-mobile-art{animation:none}.archive-image,.feature-slide{transition:none}.archive-record,.feature-copy{animation:none}.archive-record-navigation button,.feature-switch,.feature-navigation button{transition:none}}
