:root{--white:#fff;--black:#12110d;--paper:var(--white);--ink:var(--black);--line:#12110d24;--sans:"Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root.theme-dark{--paper:var(--black);--ink:var(--white);--line:#ffffff2e;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;transition:background-color .35s,color .35s;overflow-x:hidden}button,input{font:inherit}button,a{color:inherit}button{border:0}a{text-decoration:none}::selection{background:var(--ink);color:var(--paper)}@media (pointer:fine){.has-custom-cursor,.has-custom-cursor a,.has-custom-cursor button,.has-custom-cursor input{cursor:none!important}}.cursor-dot{z-index:1000;opacity:0;background:var(--ink);pointer-events:none;will-change:transform, opacity;border-radius:50%;width:.52rem;height:.52rem;margin:-.26rem 0 0 -.26rem;position:fixed;top:0;left:0}.site{background:var(--paper);min-width:320px;color:var(--ink)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.skip-link{z-index:500;background:var(--ink);color:var(--paper);padding:.7rem 1rem;font-size:.75rem;transition:transform .2s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{z-index:200;pointer-events:none;height:5rem;position:fixed;inset:0 0 auto}.site-logo{pointer-events:auto;letter-spacing:-.055em;font-size:clamp(1.9rem,2.8vw,2.4rem);font-weight:500;line-height:1;position:absolute;top:1rem;left:1rem}.site-controls{z-index:3;pointer-events:auto;align-items:center;display:flex;position:absolute;top:.8rem;right:.8rem}.theme-toggle,.nav-toggle{width:2.5rem;height:2.5rem;color:var(--ink);cursor:pointer;background:0 0;border-radius:.55rem;place-items:center;padding:0;display:grid}.theme-toggle span{background:currentColor;border-radius:50%;width:.84rem;height:.84rem;transition:transform .25s}.theme-toggle:hover span,.theme-toggle:focus-visible span{transform:scale(1.35)}.dot-grid{flex:none;grid-template-columns:repeat(3,4px);gap:4px;display:grid}.dot-grid i{background:currentColor;border-radius:50%;width:4px;height:4px}.dot-grid--small{grid-template-columns:repeat(3,3px);gap:3px}.dot-grid--small i{width:3px;height:3px}.main-menu{z-index:2;visibility:hidden;opacity:0;transform-origin:100% 0;background:var(--ink);width:16.75rem;color:var(--paper);pointer-events:auto;border-radius:.8rem;padding:.75rem .8rem 1rem;transition:opacity .22s,transform .4s cubic-bezier(.22,1,.36,1),visibility .4s;position:absolute;top:.65rem;right:.65rem;transform:translateY(-.5rem)scale(.94)}.main-menu.is-open{visibility:visible;opacity:1;transform:none}.menu-is-open .site-controls{color:var(--paper)}.menu-is-open .theme-toggle,.menu-is-open .nav-toggle{color:inherit}.main-menu__controls{justify-content:flex-end;align-items:flex-start;gap:1.05rem;height:2rem;padding:.3rem .25rem 0 0;display:flex}.main-menu__controls>span{background:currentColor;border-radius:50%;width:.78rem;height:.78rem}.main-menu__controls>span,.main-menu__controls .dot-grid{visibility:hidden}.main-menu__links{flex-direction:column;align-items:flex-start;padding:.7rem 0 1rem;display:flex}.main-menu__links a,.main-menu__links button{color:inherit;letter-spacing:-.045em;cursor:pointer;background:0 0;border:0;padding:0;font-size:1.5rem;font-weight:400;line-height:1.12;transition:opacity .2s,transform .25s}.main-menu__links a:hover,.main-menu__links a:focus-visible,.main-menu__links button:hover,.main-menu__links button:focus-visible{transform:translate(.3rem)}.main-menu__resources{border-top:1px solid color-mix(in srgb, currentColor 15%, transparent);flex-direction:column;align-items:flex-start;gap:.18rem;padding-top:.9rem;display:flex}.main-menu__resources>span{opacity:.46;letter-spacing:.05em;margin-bottom:.4rem;font-size:.59rem}.main-menu__resources a,.main-menu__resources button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.82rem;line-height:1.35}.chat-launcher{z-index:210;border:1px solid var(--paper);opacity:1;background:var(--ink);width:12.5rem;height:3.45rem;color:var(--paper);cursor:pointer;border-radius:2rem;align-items:center;gap:1rem;padding:0 1rem;transition:opacity .22s,transform .35s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;bottom:1rem;left:1rem}.chat-launcher:hover,.chat-launcher:focus-visible{transform:translateY(-.2rem)}.chat-launcher.is-hidden{opacity:0;pointer-events:none;transform:translateY(.8rem)}.chat-launcher>span{font-size:.75rem}.chat-panel{z-index:220;visibility:hidden;border:1px solid var(--paper);opacity:0;transform-origin:0 100%;background:var(--ink);width:min(23rem,100vw - 2rem);max-height:min(36rem,100svh - 2rem);color:var(--paper);border-radius:.9rem;flex-direction:column;transition:opacity .22s,transform .42s cubic-bezier(.22,1,.36,1),visibility .42s;display:flex;position:fixed;bottom:1rem;left:1rem;overflow:hidden;transform:translateY(1rem)scale(.96)}.chat-panel.is-open{visibility:visible;opacity:1;transform:none}.chat-panel__head{border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);justify-content:space-between;align-items:center;padding:.85rem .95rem;display:flex}.chat-panel__head>div{align-items:center;gap:.7rem;display:flex}.chat-panel__head strong{letter-spacing:.11em;font-size:.62rem;font-weight:500}.chat-panel__head button{width:2rem;height:2rem;color:inherit;cursor:pointer;background:0 0;border-radius:50%;place-items:center;padding:0;font-size:1.25rem;display:grid}.chat-panel__messages{flex-direction:column;flex:1;gap:.55rem;min-height:8rem;padding:1rem;display:flex;overflow-y:auto}.chat-message{border:1px solid color-mix(in srgb, currentColor 26%, transparent);border-radius:.85rem;max-width:86%;margin:0;padding:.72rem .82rem;font-size:.73rem;line-height:1.5}.chat-message--user{background:var(--paper);color:var(--ink);align-self:flex-end}.chat-panel__quick{flex-wrap:wrap;gap:.35rem;padding:0 1rem .85rem;display:flex}.chat-panel__quick button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);color:inherit;cursor:pointer;background:0 0;border-radius:2rem;padding:.42rem .58rem;font-size:.61rem}.chat-panel__form{border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);grid-template-columns:1fr auto;gap:.5rem;padding:.65rem;display:grid}.chat-panel__form input{min-width:0;color:inherit;background:0 0;border:0;outline:0;padding:.7rem .65rem;font-size:.73rem}.chat-panel__form input::placeholder{color:color-mix(in srgb, currentColor 45%, transparent)}.chat-panel__form button{background:var(--paper);width:2.45rem;color:var(--ink);cursor:pointer;border-radius:50%}.project-art{background:var(--white);width:100%;height:100%;color:var(--black);isolation:isolate;position:relative;overflow:hidden}.project-art img{object-fit:cover;width:100%;height:100%;display:block}.project-art.project-art--image{background:var(--white)}.project-art--contain img{object-fit:contain}.project-art__grid,.project-art__frame,.project-art__meta{position:absolute}.project-art__grid{opacity:.78;inset:0}.project-art__frame{background:color-mix(in srgb, var(--white) 84%, transparent);border:max(1px,.12vw) solid;grid-template-rows:1fr .45fr .35fr;gap:6%;width:62%;height:48%;padding:7%;display:grid;top:50%;left:50%;transform:translate(-50%,-50%)}.project-art__frame i{background:currentColor;display:block}.project-art__frame i:nth-child(2){opacity:.6;width:72%}.project-art__frame i:nth-child(3){opacity:.32;width:43%}.project-art__meta{letter-spacing:.08em;justify-content:space-between;align-items:flex-end;font-size:clamp(.38rem,.55vw,.65rem);display:flex;bottom:6%;left:7%;right:7%}.project-art__meta b{font-weight:500}.project-art__meta small{font-size:inherit}.project-art--one{background:var(--black);color:var(--white)}.project-art--one .project-art__grid{background:repeating-linear-gradient(0deg,#0000 0 8%,#ffffff1f 8.4% 8.9%)}.project-art--two .project-art__grid{background:radial-gradient(circle at 27% 31%, var(--black) 0 8%, transparent 8.4%), radial-gradient(circle at 73% 69%, var(--black) 0 14%, transparent 14.4%), repeating-linear-gradient(90deg, transparent 0 10%, #12110d1f 10.2% 10.8%)}.project-art--two .project-art__frame{border-radius:50%}.project-art--three .project-art__grid{background:repeating-radial-gradient(circle at center, var(--white) 0 7%, var(--black) 7.5% 8.7%)}.project-art--three .project-art__frame{background:var(--white)}.project-art--four .project-art__grid{background:repeating-linear-gradient(132deg, var(--black) 0 6%, var(--white) 6% 13%)}.project-art--four .project-art__frame{background:var(--white)}.project-art--five{background:conic-gradient(from 45deg, var(--black) 0 25%, var(--white) 0 50%, var(--black) 0 75%, var(--white) 0)}.project-art--five .project-art__frame{border-radius:50%}.project-art--six .project-art__grid{background:linear-gradient(62deg, transparent 39%, var(--black) 39.5% 41%, transparent 41.5%), linear-gradient(-62deg, transparent 39%, var(--black) 39.5% 41%, transparent 41.5%);background-size:15% 12%}.project-art--seven{background:var(--black);color:var(--white)}.project-art--seven .project-art__grid{background:radial-gradient(circle, var(--black) 0 7%, transparent 7.4%), repeating-conic-gradient(from 0deg, var(--white) 0 4deg, var(--black) 4deg 9deg)}.project-art--seven .project-art__frame{background:var(--black)}.project-art--eight .project-art__grid{background:linear-gradient(var(--black) 0 0) 20% 20% / 34% 34% no-repeat, linear-gradient(var(--black) 0 0) 80% 76% / 24% 24% no-repeat, repeating-linear-gradient(0deg, transparent 0 9%, #12110d24 9.5% 10%)}.project-art--nine .project-art__grid{background:radial-gradient(ellipse at 28% 30%, var(--black) 0 18%, transparent 18.4%), radial-gradient(ellipse at 70% 66%, var(--black) 0 25%, transparent 25.4%), linear-gradient(120deg, transparent 0 45%, var(--black) 45.5% 47%, transparent 47.5%)}.orbit-flow{background:var(--paper);height:620svh;position:relative}.orbit-stage{background:var(--paper);width:100%;height:100svh;color:var(--ink);touch-action:pan-y;position:sticky;top:0;overflow:hidden}.orbit-intro{z-index:4;text-align:center;pointer-events:none;width:min(19rem,72vw);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-intro h1{letter-spacing:-.02em;margin:0;font-size:clamp(.82rem,1.05vw,1rem);font-weight:400;line-height:1.35}.orbit-intro p{opacity:.42;letter-spacing:.1em;text-transform:uppercase;margin:.8rem 0 0;font-size:.58rem}.orbit-projects{position:absolute;inset:0}.orbit-project{outline-offset:.35rem;will-change:transform, width, height;border-radius:50%;display:block;position:absolute;top:0;left:0;overflow:hidden}.orbit-project .project-art{border-radius:inherit;filter:saturate()contrast(1.02);transition:filter .3s,transform .7s cubic-bezier(.22,1,.36,1);transform:scale(1.001)}.orbit-project .project-art__meta,.project-index__thumb .project-art__meta{display:none}.orbit-project:hover .project-art,.orbit-project:focus-visible .project-art,.orbit-project.is-active .project-art{filter:saturate(1.08)contrast(1.08)}.orbit-project:hover .project-art,.orbit-project:focus-visible .project-art{transform:scale(1.035)}.orbit-project:hover{z-index:120!important}.orbit-title{z-index:130;visibility:hidden;opacity:0;text-align:center;will-change:transform, opacity;flex-direction:column;align-items:center;display:flex;position:absolute;top:0;left:0}.orbit-title strong{letter-spacing:-.05em;white-space:nowrap;font-size:2.25rem;font-weight:500;line-height:1.1}.orbit-title span{opacity:.5;letter-spacing:.06em;text-transform:uppercase;margin-top:.2rem;font-size:.63rem}.orbit-arrows{z-index:135;visibility:hidden;opacity:0;pointer-events:none;justify-content:space-between;display:flex;position:absolute;top:50%;left:1rem;right:1rem}.orbit-arrows button{background:var(--ink);width:3rem;height:3rem;color:var(--paper);cursor:pointer;pointer-events:auto;border-radius:50%;place-items:center;display:grid}.orbit-hint{z-index:20;letter-spacing:.1em;align-items:center;gap:.55rem;margin:0;font-size:.58rem;display:flex;position:absolute;bottom:1.25rem;right:50%;transform:translate(50%)}.orbit-hint span{background:currentColor;border-radius:50%;width:.55rem;height:.55rem}.orbit-indicator{z-index:20;will-change:transform;border-radius:50%;width:3rem;height:3rem;position:absolute;bottom:1.15rem;right:1.25rem}.orbit-indicator i{transform-origin:.13rem .13rem;border:1px solid;border-radius:50%;width:.26rem;height:.26rem;margin:-.13rem;position:absolute;top:50%;left:50%}.orbit-indicator i:first-child{background:currentColor;transform:rotate(0)translateY(-1.1rem)}.orbit-indicator i:nth-child(2){transform:rotate(30deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(3){transform:rotate(60deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(4){transform:rotate(90deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(5){transform:rotate(120deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(6){transform:rotate(150deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(7){transform:rotate(180deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(8){transform:rotate(210deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(9){transform:rotate(240deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(10){transform:rotate(270deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(11){transform:rotate(300deg)translateY(-1.1rem)}.orbit-indicator i:nth-child(12){transform:rotate(330deg)translateY(-1.1rem)}.home-about,.project-index,.home-contact{padding-left:6.25vw;padding-right:6.25vw;position:relative}.home-about{border-top:1px solid var(--line);grid-template-columns:.55fr 1fr;align-items:start;gap:4rem;min-height:90svh;padding-top:clamp(7rem,13vw,12rem);padding-bottom:clamp(7rem,13vw,12rem);display:grid}.home-about__label,.project-index__head>span{letter-spacing:.04em;font-size:.75rem}.home-about__copy h2{letter-spacing:-.065em;max-width:52rem;margin:0;font-size:clamp(2.6rem,5.2vw,5.2rem);font-weight:400;line-height:.98}.home-about__copy p{max-width:35rem;margin:3rem 0 0;font-size:1.15rem;line-height:1.45}.project-index{border-top:1px solid var(--line);padding-top:8rem;padding-bottom:10rem}.project-index__head{justify-content:space-between;align-items:flex-end;margin-bottom:5rem;display:flex}.project-index__head h2{letter-spacing:-.07em;margin:0;font-size:clamp(3rem,6vw,6.5rem);font-weight:400;line-height:.9}.project-index__list{border-bottom:1px solid var(--line)}.project-index__row{border-top:1px solid var(--line);grid-template-columns:4rem 1.1fr 1fr auto;align-items:center;gap:1rem;min-height:5.7rem;display:grid;position:relative}.project-index__row>span,.project-index__row small{opacity:.48;font-size:.75rem;font-weight:400}.project-index__row strong{letter-spacing:-.04em;font-size:clamp(1.5rem,2.2vw,2.4rem);font-weight:400}.project-index__row>b{font-size:1.3rem;font-weight:400;transition:transform .25s}.project-index__thumb{opacity:0;pointer-events:none;border-radius:50%;width:7rem;height:7rem;transition:opacity .2s,transform .38s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;right:3.5rem;overflow:hidden;transform:translateY(-50%)scale(.7)}.project-index__row:hover .project-index__thumb,.project-index__row:focus-visible .project-index__thumb{opacity:1;transform:translateY(-50%)scale(1)}.project-index__row:hover>b,.project-index__row:focus-visible>b{transform:rotate(45deg)}.home-contact{background:var(--ink);min-height:100svh;color:var(--paper);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.home-contact>p{letter-spacing:.08em;margin:0 0 2rem;font-size:.7rem}.home-contact h2{letter-spacing:-.08em;margin:0;font-size:clamp(3.8rem,9vw,10rem);font-weight:400;line-height:.84}.home-contact button{color:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:2rem;margin-top:4rem;padding:.85rem 1.3rem}.site-footer{background:var(--ink);color:var(--paper);letter-spacing:.08em;justify-content:space-between;align-items:center;padding:1.25rem 6.25vw;font-size:.62rem;display:flex}.illustration-site{height:100svh;overflow:hidden}.illustration-site .site-controls{background:color-mix(in srgb, var(--paper) 86%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--ink) 9%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:999px}.illustration-site .chat-launcher{bottom:1.35rem;left:auto;right:1.4rem}.illustration-archive{background:var(--paper);grid-template-columns:minmax(23rem,34.25%) minmax(0,65.75%);height:100svh;display:grid}.illustration-sidebar{flex-direction:column;min-width:0;padding:6.4rem clamp(2rem,5vw,4rem) 2rem;display:flex}.illustration-sidebar__intro>span,.illustration-sidebar__footer,.illustration-tile__meta small{letter-spacing:.105em;text-transform:uppercase;font-size:.56rem;font-weight:500}.illustration-sidebar__intro h1{letter-spacing:-.085em;flex-direction:column;margin:1.3rem 0 1.5rem;font-size:clamp(3.75rem,5.2vw,6.15rem);font-weight:400;line-height:.81;display:flex}.illustration-sidebar__intro h1 b{font-weight:inherit}.illustration-sidebar__intro p{text-align:justify;text-align-last:left;max-width:24rem;margin:0;font-size:clamp(.72rem,.82vw,.84rem);line-height:1.55}.illustration-filters{border-top:1px solid var(--line);width:min(100%,23rem);margin-top:clamp(2.1rem,5vh,3.5rem)}.illustration-filters button{border-bottom:1px solid var(--line);width:100%;min-height:2.2rem;color:inherit;text-align:left;cursor:pointer;background:0 0;grid-template-columns:2.2rem minmax(0,1fr) auto;align-items:center;padding:0;display:grid}.illustration-filters span,.illustration-filters small{opacity:.44;letter-spacing:.06em;font-size:.56rem}.illustration-filters strong{width:fit-content;font-size:.8rem;font-weight:400;line-height:1;position:relative}.illustration-filters strong:after{transform-origin:100%;content:"";background:currentColor;height:1px;transition:transform .3s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-.22rem;left:0;right:0;transform:scaleX(0)}.illustration-filters button[aria-pressed=true] strong:after,.illustration-filters button:hover strong:after,.illustration-filters button:focus-visible strong:after{transform-origin:0;transform:scaleX(1)}.illustration-filters button[aria-pressed=true] span,.illustration-filters button[aria-pressed=true] small{opacity:1}.illustration-sidebar__footer{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:auto;line-height:1.35;display:flex}.illustration-sidebar__footer p{margin:0}.illustration-sidebar__footer a{border-bottom:1px solid;padding-bottom:.16rem}.illustration-wall{background:color-mix(in srgb, var(--ink) 5%, var(--paper));overscroll-behavior:contain;scrollbar-color:color-mix(in srgb, var(--ink) 52%, transparent) transparent;scrollbar-gutter:stable;scrollbar-width:thin;border-radius:.75rem;height:calc(100svh - 1.5rem);margin:.75rem .75rem .75rem 0;overflow:hidden auto}.illustration-theme-stack{padding:1.25rem 0 7rem}.illustration-wall__intro{border-top:1px solid color-mix(in srgb, var(--ink) 26%, transparent);grid-template-columns:minmax(9rem,.8fr) minmax(0,1.2fr);gap:1.5rem;margin:0 1rem 2.8rem;padding-top:.8rem;display:grid}.illustration-wall__intro span,.illustration-theme-row__head>span,.illustration-theme-row__head>small{letter-spacing:.095em;text-transform:uppercase;font-size:.52rem;font-weight:500}.illustration-wall__intro p{max-width:29rem;margin:0;font-size:.76rem;line-height:1.5}.illustration-theme-row{margin-bottom:3.6rem;scroll-margin-top:1rem}.illustration-theme-row__head{border-top:1px solid var(--line);grid-template-columns:2.2rem minmax(0,1fr) auto;align-items:end;margin:0 1rem .85rem;padding-top:.75rem;display:grid}.illustration-theme-row__head>span,.illustration-theme-row__head>small{opacity:.55;padding-bottom:.18rem}.illustration-theme-row__head h2{letter-spacing:-.06em;margin:0;font-size:clamp(1.45rem,2.2vw,2rem);font-weight:400;line-height:.95}.illustration-theme-row__head p{opacity:.55;letter-spacing:.08em;text-transform:uppercase;margin:.28rem 0 0;font-size:.54rem}.illustration-row-track{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-color:color-mix(in srgb, var(--ink) 35%, transparent) transparent;scrollbar-width:thin;grid-auto-columns:clamp(12rem,17.5vw,15.5rem);grid-auto-flow:column;gap:.75rem;padding:0 1rem .8rem;scroll-padding-left:1rem;display:grid;overflow:auto hidden}.illustration-mockup-archive{border-top:.5rem solid var(--paper);margin-top:8rem;padding-top:1.25rem}.illustration-wall__intro--mockups{margin-bottom:3.6rem}.illustration-theme-row--mockups .illustration-theme-row__head{border-top-color:color-mix(in srgb, var(--ink) 22%, transparent)}.illustration-tile{aspect-ratio:198/260;background:color-mix(in srgb, var(--ink) 7%, var(--paper));cursor:zoom-in;scroll-snap-align:start;border-radius:.6rem;flex:none;width:100%;padding:0;display:block;position:relative;overflow:hidden}.illustration-tile img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .4s}.illustration-tile__meta{opacity:0;color:#fff;text-align:left;background:linear-gradient(#0000,#12110db8);flex-direction:column;justify-content:flex-end;min-height:4rem;padding:1.8rem .72rem .68rem;transition:opacity .25s,transform .35s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(.6rem)}.illustration-tile__meta strong{font-size:.78rem;font-weight:400}.illustration-tile__meta small{opacity:.72;margin-top:.18rem;font-size:.48rem}.illustration-tile:hover img,.illustration-tile:focus-visible img{filter:saturate(1.05);transform:scale(1.035)}.illustration-tile:hover .illustration-tile__meta,.illustration-tile:focus-visible .illustration-tile__meta{opacity:1;transform:none}.illustration-tile:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.illustration-lightbox{z-index:600;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#12110de6;place-items:center;padding:1.2rem;display:grid;position:fixed;inset:0}.illustration-lightbox figure{background:#f2f2ef;border-radius:.85rem;grid-template-columns:minmax(0,1fr) minmax(11rem,17rem);width:min(88vw,92rem);height:min(88svh,62rem);margin:0;display:grid;overflow:hidden}.illustration-lightbox figure>img{object-fit:contain;width:100%;height:100%;min-height:0}.illustration-lightbox figcaption{color:#12110d;background:#fff;flex-direction:column;justify-content:flex-end;padding:1.3rem;display:flex}.illustration-lightbox figcaption span,.illustration-lightbox figcaption small{letter-spacing:.08em;text-transform:uppercase;font-size:.54rem}.illustration-lightbox figcaption strong{letter-spacing:-.045em;margin:.7rem 0 auto;font-size:1.35rem;font-weight:400;line-height:1.05}.illustration-lightbox>button{color:#12110d;cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:2.4rem;height:2.4rem;padding:0 0 .14rem;font-size:1.45rem;display:grid;position:fixed;top:1.15rem;right:1.15rem}@media (max-width:1080px){.illustration-archive{grid-template-columns:minmax(19rem,38%) minmax(0,62%)}.illustration-sidebar{padding-left:2rem;padding-right:2rem}.illustration-sidebar__intro h1{font-size:clamp(3.4rem,6.5vw,4.7rem)}}@media (max-width:720px){.illustration-site{height:auto;overflow:visible}.illustration-site .chat-launcher{bottom:.75rem;right:.75rem}.illustration-archive{height:auto;padding-top:4.8rem;display:block}.illustration-sidebar{min-height:auto;padding:1.2rem 1.2rem 3rem}.illustration-sidebar__intro h1{margin:1.35rem 0 1.5rem;font-size:clamp(3.4rem,16vw,5.2rem);line-height:.84;display:block}.illustration-sidebar__intro h1 b{display:block}.illustration-sidebar__intro p{max-width:32rem;font-size:.82rem}.illustration-filters{width:100%;margin-top:2.5rem}.illustration-sidebar__footer{margin-top:3.5rem}.illustration-wall{scrollbar-gutter:auto;border-radius:.65rem;height:auto;margin:0 .5rem .5rem;overflow:hidden}.illustration-theme-stack{padding-top:1rem}.illustration-wall__intro{margin:0 .75rem 2.4rem;display:block}.illustration-wall__intro p{margin-top:.9rem}.illustration-theme-row{margin-bottom:3rem}.illustration-theme-row__head{margin-left:.75rem;margin-right:.75rem}.illustration-row-track{grid-auto-columns:min(72vw,18rem);gap:.5rem;padding-left:.75rem;padding-right:.75rem;scroll-padding-left:.75rem}.illustration-mockup-archive{margin-top:5rem}.illustration-tile{border-radius:.45rem}.illustration-tile__meta{opacity:1;min-height:3.4rem;padding:1.4rem .52rem .48rem;transform:none}.illustration-tile__meta strong{font-size:.68rem}.illustration-tile__meta small{font-size:.42rem}.illustration-lightbox{padding:.65rem}.illustration-lightbox figure{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr;width:100%;height:calc(100svh - 1.3rem)}.illustration-lightbox figcaption{min-height:7.5rem}.illustration-lightbox figcaption strong{margin-bottom:1rem}}.tannang-site{--tannang-gold:#9c6828;--tannang-warm:#eeeae2;background:#f7f6f2}.tannang-site .site-logo,.tannang-site .site-controls{color:#12110d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd6;box-shadow:0 0 0 1px #12110d0e}.tannang-site .site-logo{border-radius:.35rem;padding:.22rem .38rem .3rem}.tannang-site .site-controls{border-radius:999px}.tannang-page{font-family:var(--sans);padding-top:5rem}.tannang-hero{color:#f7f6f2;background:#1d1c19;border-radius:1.1rem;grid-template-columns:minmax(0,1fr) minmax(22rem,.68fr);height:calc(100svh - 6rem);min-height:40rem;margin:0 1rem;display:grid;position:relative;overflow:hidden}.tannang-hero__wordmark{flex-direction:column;min-width:0;padding:2rem;display:flex}.tannang-hero__wordmark>span,.tannang-hero__wordmark>small{letter-spacing:.105em;text-transform:uppercase;font-size:.56rem;line-height:1.5}.tannang-hero__wordmark>span{border-top:1px solid #f7f6f261;padding-top:.8rem}.tannang-hero__wordmark>strong{color:#f7f6f2;letter-spacing:-.085em;white-space:nowrap;margin:auto 0;font-size:clamp(3rem,8vw,8rem);font-weight:400;line-height:.9}.tannang-hero__wordmark>small{opacity:.7}.tannang-hero__image{min-width:0;margin:0;overflow:hidden}.tannang-hero__image img{object-fit:cover;object-position:center 21%;width:100%;height:100%;display:block}.tannang-hero__title{pointer-events:none;justify-content:flex-end;align-items:end;gap:2rem;display:flex;position:absolute;bottom:2rem;left:2rem;right:calc(40.5% + 2rem)}.tannang-hero__title h1{letter-spacing:-.045em;margin:0;font-size:1.45rem;font-weight:400}.tannang-hero__title p{opacity:.72;letter-spacing:.1em;text-align:right;text-transform:uppercase;max-width:16rem;margin:0;font-size:.54rem;line-height:1.5}.tannang-overview,.tannang-role,.tannang-section>header,.tannang-next{width:min(70rem,100% - 10rem);margin-left:auto;margin-right:auto}.tannang-overview{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:11vw;padding-top:9rem;display:grid}.tannang-overview>div>span,.tannang-role>span,.tannang-section>header>span,.tannang-note__copy>span{margin-bottom:2.6rem;font-size:.7rem;font-weight:600;display:block}.tannang-overview>div:first-child p{letter-spacing:-.04em;text-align:justify;text-align-last:left;margin:0;font-size:clamp(1.5rem,2.3vw,1.9rem);font-weight:600;line-height:1.365}.tannang-overview dl{border-top:1px solid var(--line);margin:0}.tannang-overview dl>div{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.2fr;align-items:center;min-height:3rem;font-size:.74rem;display:grid}.tannang-overview dt{opacity:.42}.tannang-overview dd{text-align:right;margin:0;font-weight:500;line-height:1.35}.tannang-role{border-bottom:1px solid var(--line);grid-template-columns:.46fr 1.15fr;gap:4rem;padding-top:8rem;display:grid}.tannang-role>span{margin:0}.tannang-role>p{text-align:justify;text-align-last:left;margin:0 0 3rem;font-size:clamp(.98rem,1.35vw,1.15rem);font-weight:600;line-height:1.4}.tannang-role ul{border-top:1px solid var(--line);grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.tannang-role li{border-right:1px solid var(--line);min-height:7.4rem;padding:1rem;font-size:.74rem;line-height:1.45}.tannang-role li:first-child{padding-left:0}.tannang-role li:last-child{border-right:0}.tannang-chapter{color:#f7f6f2;background:#1d1c19;border-radius:1rem;width:calc(100% - 2rem);max-width:none;min-height:30rem;margin:13rem auto 0;padding:clamp(2rem,6vw,6rem);position:relative;overflow:hidden}.tannang-chapter:after{aspect-ratio:1;border:1px solid color-mix(in srgb, var(--tannang-gold) 62%, transparent);content:"";border-radius:50%;width:38vw;position:absolute;bottom:-13vw;right:-5vw}.tannang-chapter>span{letter-spacing:.1em;font-size:.56rem}.tannang-chapter h2{letter-spacing:-.065em;white-space:nowrap;max-width:none;margin:clamp(5rem,10vw,9rem) 0 1.5rem;font-size:clamp(1.65rem,4.4vw,4.4rem);font-weight:400;line-height:1}.tannang-chapter h2 i{color:inherit;margin-left:.14em;font-style:normal;display:inline}.tannang-chapter p{opacity:.68;max-width:29rem;margin:0;font-size:.76rem;line-height:1.6}.tannang-chapter--fashion{color:#f7f6f2;background:#1d1c19}.tannang-chapter--fashion:after{border-color:color-mix(in srgb, var(--tannang-gold) 62%, transparent)}.tannang-section{padding-top:13rem}.tannang-section>header{grid-template-columns:minmax(10rem,.52fr) minmax(0,1.48fr);gap:5rem;margin-bottom:6rem;display:grid}.tannang-section>header>span{margin:0}.tannang-section>header p{text-align:justify;text-align-last:left;max-width:48rem;margin:0;font-size:clamp(.98rem,1.35vw,1.15rem);font-weight:600;line-height:1.4}.tannang-editorial{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:min(86rem,100% - 2rem);margin:0 auto;display:grid}.tannang-editorial figure,.tannang-craft-grid figure,.tannang-product-hero,.tannang-product-grid figure,.tannang-section--campaign>figure{background:#ebe9e3;border-radius:.85rem;margin:0;position:relative;overflow:hidden}.tannang-editorial figure{height:min(76rem,110svh)}.tannang-editorial img,.tannang-craft-grid img,.tannang-product-hero img,.tannang-product-grid img,.tannang-section--campaign>figure img{object-fit:cover;width:100%;height:100%;display:block}.tannang-editorial figcaption,.tannang-craft-grid figcaption,.tannang-product-grid figcaption,.tannang-section--campaign figcaption{color:#12110d;letter-spacing:.08em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffdb;border-radius:999px;padding:.45rem .65rem;font-size:.48rem;position:absolute;bottom:.65rem;right:.65rem}.tannang-craft-grid{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:1rem;width:min(86rem,100% - 2rem);margin:0 auto;display:grid}.tannang-craft-grid figure:first-child,.tannang-craft-grid figure:last-child{height:min(64rem,92svh)}.tannang-craft-grid figure:first-child img{object-position:center}.tannang-craft-grid figure:last-child img{object-position:center top}.tannang-product-flow{gap:1rem;display:grid}.tannang-product-hero{width:min(86rem,100% - 2rem);height:min(75rem,108svh);margin:0 auto 1rem}.tannang-product-hero img{object-position:center 42%}.tannang-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:min(86rem,100% - 2rem);margin:0 auto;display:grid}.tannang-product-grid figure{height:min(40rem,61vw)}.tannang-product-grid figure:first-child img,.tannang-product-grid figure:nth-child(2) img{object-position:center}.tannang-product-grid figure:nth-child(3) img{object-fit:contain;background:#fff}.tannang-product-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:min(68rem,100% - 2rem);margin:0 auto;display:grid}.tannang-product-gallery figure{aspect-ratio:3/4;background:#e9e7e2;border-radius:.72rem;margin:0;position:relative;overflow:hidden}.tannang-product-gallery img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.tannang-product-gallery figure:nth-child(2) img,.tannang-product-gallery figure:nth-child(3) img{object-position:center 45%}.tannang-product-gallery figure:nth-child(n+4) img{transform-origin:top;transform:scale(1.11)}.tannang-product-gallery .is-contained{background:#dedcd6;place-items:center;display:grid}.tannang-product-gallery .is-contained img{object-fit:contain;width:min(68%,14rem);height:auto;max-height:74%}.tannang-product-gallery figcaption{color:#12110d;letter-spacing:.07em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-radius:999px;padding:.42rem .62rem;font-size:.46rem;position:absolute;bottom:.55rem;right:.55rem}.tannang-bucai-hero{background:#d2d3d1;border-radius:.85rem;width:min(72rem,100% - 2rem);height:min(72rem,104svh);margin:0 auto 1rem;position:relative;overflow:hidden}.tannang-bucai-hero img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.tannang-bucai-hero figcaption,.tannang-bucai-lookbook figcaption{color:#12110d;letter-spacing:.08em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffdb;border-radius:999px;padding:.45rem .65rem;font-size:.48rem;position:absolute;bottom:.65rem;right:.65rem}.tannang-bucai-lookbook{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;width:min(86rem,100% - 2rem);margin:0 auto;display:grid}.tannang-bucai-lookbook figure{background:#dcddd9;border-radius:.75rem;height:min(38rem,45vw);margin:0;position:relative;overflow:hidden}.tannang-bucai-lookbook img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.tannang-bucai-groups{gap:clamp(2.25rem,5vw,4.5rem);display:grid}.tannang-circular-gallery{--circular-card-width:clamp(11rem, 16.5vw, 16rem);cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;border-block:1px solid #12110d1f;outline:none;width:100%;height:clamp(25rem,38vw,34rem);position:relative;overflow:hidden}.tannang-circular-gallery:before,.tannang-circular-gallery:after{z-index:150;content:"";pointer-events:none;width:clamp(2rem,8vw,8rem);position:absolute;top:0;bottom:0}.tannang-circular-gallery:before{background:linear-gradient(90deg,#fff 12%,#fff0);left:0}.tannang-circular-gallery:after{background:linear-gradient(270deg,#fff 12%,#fff0);right:0}.tannang-circular-gallery.is-dragging{cursor:grabbing}.tannang-circular-gallery:focus-visible{box-shadow:inset 0 0 0 1px #12110d}.tannang-circular-gallery__meta{z-index:160;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;justify-content:space-between;font-size:.66rem;font-weight:600;line-height:1;display:flex;position:absolute;top:1rem;left:clamp(1rem,4vw,4rem);right:clamp(1rem,4vw,4rem)}.tannang-circular-gallery figure{width:var(--circular-card-width);aspect-ratio:1080/1526;will-change:transform, opacity;background:#e9e7e2;border:1px solid #12110d1a;border-radius:.72rem;margin:0;transition:opacity .18s linear;position:absolute;top:clamp(3.5rem,6vw,5.25rem);left:0;overflow:hidden}.tannang-circular-gallery img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.tannang-circular-gallery figcaption{color:#12110d;background:#ffffffe6;border-radius:50%;place-items:center;width:1.75rem;height:1.75rem;font-size:.58rem;font-weight:600;display:grid;position:absolute;bottom:.65rem;right:.65rem}.tannang-section--campaign>figure{background:#17130f;width:min(66rem,100% - 2rem);height:min(78rem,116svh);margin:0 auto}.tannang-section--campaign>figure img{object-fit:contain}.tannang-note{width:100%;margin-top:13rem;padding:0 0 8rem}.tannang-note__copy{border-top:1px solid var(--line);grid-template-columns:.52fr 1.48fr;gap:5rem;width:min(70rem,100% - 10rem);margin:0 auto;padding-top:1.4rem;display:grid}.tannang-note__copy>span{margin:0}.tannang-note__copy p{max-width:48rem;margin:0;font-size:.86rem;line-height:1.6}.tannang-work-record{width:100%;margin-top:clamp(3.5rem,7vw,6rem)}.tannang-work-record__toolbar{letter-spacing:.08em;justify-content:space-between;align-items:center;width:min(70rem,100% - 10rem);margin:0 auto 1.2rem;font-size:.66rem;font-weight:600;display:flex}.tannang-work-record__toolbar>div{gap:.45rem;display:flex}.tannang-work-record__toolbar button{color:#12110d;width:2.4rem;height:2.4rem;font:inherit;cursor:pointer;background:#fff;border:1px solid #12110d2e;border-radius:50%;place-items:center;padding:0;transition:color .18s,background .18s,border-color .18s;display:grid}.tannang-work-record__toolbar button:hover,.tannang-work-record__toolbar button:focus-visible{color:#fff;background:#12110d;border-color:#12110d;outline:none}.tannang-work-record__track{cursor:grab;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pan-y;gap:clamp(.65rem,1.2vw,1rem);padding:0 max(1.2rem,50vw - 35rem) 1.25rem;scroll-padding-inline:max(1.2rem,50vw - 35rem);display:flex;overflow-x:auto}.tannang-work-record__track::-webkit-scrollbar{display:none}.tannang-work-record__track.is-dragging{cursor:grabbing;scroll-snap-type:none}.tannang-work-record__track figure{scroll-snap-align:start;background:#eceae6;border:1px solid #12110d1f;border-radius:.78rem;flex:0 0 clamp(15rem,25vw,22rem);margin:0;overflow:hidden}.tannang-work-record__track img{aspect-ratio:1030/1390;object-fit:cover;pointer-events:none;width:100%;display:block}.tannang-work-record__track figcaption{letter-spacing:.05em;text-transform:uppercase;background:#fff;border-top:1px solid #12110d1a;justify-content:space-between;align-items:center;padding:.75rem .85rem .8rem;font-size:.62rem;font-weight:600;display:flex}.tannang-next{padding-top:5rem}@media (max-width:900px){.tannang-hero{grid-template-columns:minmax(0,.9fr) minmax(18rem,1.1fr)}.tannang-hero__title{right:57%}.tannang-overview{grid-template-columns:1fr;gap:5rem}.tannang-role ul{grid-template-columns:repeat(3,minmax(0,1fr))}.tannang-role li:nth-child(3){border-right:0}.tannang-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tannang-product-grid figure{height:70vw}.tannang-bucai-lookbook{grid-template-columns:repeat(2,minmax(0,1fr))}.tannang-bucai-lookbook figure{height:67vw}}@media (max-width:720px){.tannang-page{padding-top:4.3rem}.tannang-hero{border-radius:.85rem;height:46rem;min-height:46rem;margin:0 .5rem;display:block}.tannang-hero__wordmark{z-index:2;background:linear-gradient(#1d1c19 56%,#0000);padding:1rem;position:absolute;inset:0 0 55%}.tannang-hero__wordmark>strong{font-size:clamp(2.7rem,13vw,4rem)}.tannang-hero__image{position:absolute;inset:26% 0 0}.tannang-hero__title{bottom:1rem;left:1rem;right:1rem}.tannang-hero__title p{max-width:10rem}.tannang-overview,.tannang-role,.tannang-section>header,.tannang-next{width:calc(100% - 2.4rem)}.tannang-overview{padding-top:7rem}.tannang-overview>div:first-child p{font-size:1.4rem}.tannang-role,.tannang-section>header,.tannang-note__copy{grid-template-columns:1fr;gap:1.5rem}.tannang-note__copy,.tannang-work-record__toolbar{width:calc(100% - 2.4rem)}.tannang-work-record__track{padding-left:1.2rem;padding-right:1.2rem;scroll-padding-inline:1.2rem}.tannang-role ul{grid-template-columns:repeat(2,minmax(0,1fr))}.tannang-role li,.tannang-role li:first-child{min-height:6.2rem;padding:.8rem}.tannang-role li:nth-child(2n){border-right:0}.tannang-role li:nth-child(3){border-right:1px solid var(--line)}.tannang-section{padding-top:9rem}.tannang-chapter{border-radius:.75rem;width:calc(100% - 1rem);min-height:27rem;margin-top:9rem;padding:1.25rem}.tannang-chapter h2{margin-top:7rem;font-size:clamp(1.65rem,6.2vw,2.3rem)}.tannang-section>header{margin-bottom:3.5rem}.tannang-editorial,.tannang-craft-grid{grid-template-columns:1fr;gap:.5rem;width:calc(100% - 1rem)}.tannang-editorial figure,.tannang-craft-grid figure:first-child,.tannang-craft-grid figure:last-child{height:118vw}.tannang-product-hero,.tannang-product-grid{width:calc(100% - 1rem)}.tannang-product-hero{height:125vw;margin-bottom:.5rem}.tannang-product-grid{gap:.5rem}.tannang-product-grid figure{height:85vw}.tannang-product-gallery,.tannang-bucai-lookbook{gap:.5rem;width:calc(100% - 1rem)}.tannang-circular-gallery{--circular-card-width:clamp(10rem, 48vw, 13rem);height:23rem}.tannang-circular-gallery__meta{left:1rem;right:1rem}.tannang-product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.tannang-bucai-hero{width:calc(100% - 1rem);height:128vw;margin-bottom:.5rem}.tannang-bucai-lookbook figure{height:88vw}.tannang-section--campaign>figure{width:calc(100% - 1rem);height:145vw}.tannang-note{margin-top:9rem}}.case-site,.case-page{font-family:var(--sans)}.case-page{padding-top:5rem}.case-hero{border-radius:1.2rem;height:calc(100svh - 6rem);min-height:36rem;margin:0 1rem;position:relative;overflow:hidden}.case-hero__visual{border-radius:inherit}.case-hero--compact{width:auto;height:min(72svh,42rem);min-height:30rem;margin-left:6.25vw;margin-right:6.25vw}.case-hero--compact .case-hero__visual img{width:82%;height:82%;margin:auto;position:absolute;inset:0}.case-hero--compact .case-hero__visual:before{z-index:1;content:"";filter:blur(7px);mix-blend-mode:multiply;pointer-events:none;background:radial-gradient(#12110d4d 0%,#12110d21 38%,#0000 74%);height:1.7rem;position:absolute;top:61.5%;left:21%;right:21%}.case-hero--masked .case-hero__visual:after{z-index:2;content:"";pointer-events:none;background:#12110d29;position:absolute;inset:0}.case-hero__title{z-index:4;color:var(--white);mix-blend-mode:difference;position:absolute;bottom:3.6rem;left:3rem;right:3rem}.case-hero h1{letter-spacing:-.045em;margin:0;font-size:clamp(1.65rem,2.15vw,2.15rem);font-weight:400;line-height:1.08}.case-hero--compact h1{font-family:var(--sans);letter-spacing:-.05em;font-size:clamp(1.7rem,2.2vw,2.25rem);font-weight:400;line-height:1.06}.case-hero--compact .case-hero__title{bottom:2.2rem}.case-hero__title p{letter-spacing:.1em;text-transform:uppercase;margin:.55rem 0 0;font-size:.58rem}.case-hero--compact .case-hero__title p{font-family:var(--sans);letter-spacing:.14em;margin-top:.6rem;font-size:.56rem;font-weight:400}.case-hero--new-view{color:#fff;background:#12110d;grid-template-columns:minmax(16rem,.68fr) minmax(0,1.32fr);align-items:stretch;gap:clamp(2.5rem,5vw,6rem);padding:clamp(2.1rem,4.2vw,4.6rem);display:grid}.new-view-hero__copy{flex-direction:column;min-width:0;display:flex}.new-view-hero__copy>span,.new-view-hero__copy>p,.new-view-hero__copy>small{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:clamp(.58rem,.68vw,.7rem);font-weight:500;line-height:1.5}.new-view-hero__copy>span,.new-view-hero__copy>small{color:#ffffff94}.case-hero--new-view .new-view-hero__copy h1{letter-spacing:0;max-width:8ch;margin:auto 0 1rem;font-size:clamp(3.8rem,7.4vw,8.2rem);font-weight:400;line-height:.88}.new-view-hero__copy>p{color:#fff}.new-view-hero__copy>small{margin-top:2.2rem}.new-view-hero__covers{grid-template-columns:repeat(4,minmax(0,1fr));align-content:center;gap:clamp(.6rem,1vw,1.15rem);min-width:0;display:grid}.new-view-hero__covers figure{aspect-ratio:292/391;background:#211f1b;border:1px solid #ffffff21;border-radius:.55rem;margin:0;overflow:hidden}.new-view-hero__covers img{object-fit:cover;width:100%;height:100%;display:block}.case-hero--susu{background:color-mix(in srgb, var(--ink) 4%, var(--paper))}.case-site--susu .site-logo,.case-site--susu .site-controls{color:var(--black);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;box-shadow:0 0 0 1px #12110d09}.case-site--susu .site-logo{border-radius:.35rem;padding:.22rem .38rem .3rem}.case-site--susu .site-controls{border-radius:.6rem}.case-site--susu .site-header.menu-is-open .site-controls{color:var(--paper);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0}.susu-hero__panel{background:var(--white);margin:0;position:absolute;overflow:hidden}.susu-hero__panel img{width:100%;height:100%;display:block}.susu-hero__poster{border-radius:.75rem;width:34.5%;inset:1.25rem 1.25rem 1.25rem auto}.susu-hero__poster img{object-fit:cover}.susu-hero__meta{border-top:1px solid;width:auto;padding-top:.85rem;position:absolute;top:2rem;left:2rem;right:38%}.susu-hero__meta span,.susu-hero__meta small{letter-spacing:.075em;text-transform:uppercase;font-size:.58rem;font-weight:500;line-height:1.45;display:block}.susu-hero__meta strong{letter-spacing:-.09em;writing-mode:horizontal-tb;margin:2.1rem 0 2.4rem;font-size:clamp(5rem,14vw,13rem);font-weight:400;line-height:.78;display:block}.case-hero--susu .case-hero__title{color:var(--ink);mix-blend-mode:normal;bottom:2rem;left:2rem;right:38%}.case-hero--susu .case-hero__title h1{max-width:24rem}.case-hero--susu .case-hero__title h1 span{display:block}.case-hero--susu .case-hero__title h1 span+span{margin-top:.1rem;font-size:.88em}.case-hero--susu .case-hero__title p{max-width:24rem;line-height:1.45}.case-hero--leather{background:#f1f1ee}.leather-hero__panel{margin:0;position:absolute}.leather-hero__image{background:var(--white);border-radius:.75rem;width:58%;top:1.25rem;bottom:1.25rem;right:1.25rem;overflow:hidden}.leather-hero__image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.leather-hero__meta{border-top:1px solid;padding-top:.85rem;top:2rem;left:2rem;right:61%}.leather-hero__meta span,.leather-hero__meta small{letter-spacing:.075em;text-transform:uppercase;font-size:.58rem;font-weight:500;line-height:1.45;display:block}.leather-hero__meta strong{letter-spacing:-.085em;max-width:6ch;margin:2.1rem 0 2.5rem;font-size:clamp(3.8rem,7.6vw,8.5rem);font-weight:400;line-height:.88;display:block}.case-hero--leather .case-hero__title{color:var(--ink);mix-blend-mode:normal;bottom:2rem;left:2rem;right:61%}.case-hero--leather .case-hero__title h1{max-width:20rem}.case-hero--leather .case-hero__title p{max-width:20rem;line-height:1.45}.case-overview,.case-scope,.case-feature,.case-spread,.case-next,.case-cta{width:min(70rem,100% - 10rem);margin-left:auto;margin-right:auto}.case-overview{grid-template-columns:minmax(0,1.18fr) minmax(17rem,1fr);align-items:start;gap:13vw;padding-top:9rem;display:grid}.case-introduction,.case-details{min-width:0}.case-introduction>span,.case-details>span,.case-scope>span,.case-feature__copy>span,.case-spread>div>span{letter-spacing:.075em;text-transform:uppercase;margin-bottom:2.6rem;font-size:.65rem;display:block}.case-introduction>span,.case-details>span{letter-spacing:-.01em;text-transform:none;font-size:.72rem;font-weight:600}.case-introduction p{letter-spacing:-.04em;margin:0;font-size:clamp(1.5rem,2.3vw,1.9rem);font-weight:600;line-height:1.365}.case-details dl{border-top:1px solid var(--line);margin:0}.case-details dl>div{border-bottom:1px solid var(--line);letter-spacing:.015em;grid-template-columns:1fr 1fr;align-items:center;min-height:3rem;font-size:.74rem;display:grid}.case-details dt{opacity:.42}.case-details dd{text-align:right;margin:0;font-weight:500}.case-scope{padding-top:6.5rem}.case-scope ol{border-top:1px solid var(--line);margin:0;padding:0;list-style:none}.case-scope li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:3.9rem;display:flex}.case-scope li strong,.case-scope li small{letter-spacing:-.015em;font-size:.95rem;font-weight:400}.case-scope li small{opacity:.38}.case-site--susu .case-scope ol{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.case-site--susu .case-scope li{border-right:1px solid var(--line);align-items:flex-start;min-height:7.5rem;padding:1.15rem 1.15rem 1.05rem 0}.case-site--susu .case-scope li:nth-child(3n+2),.case-site--susu .case-scope li:nth-child(3n+3){padding-left:1.15rem}.case-site--susu .case-scope li:nth-child(3n){border-right:0}.case-feature{grid-template-columns:1fr .56fr;align-items:center;gap:4rem;min-height:125svh;padding-top:9rem;padding-bottom:9rem;display:grid;position:relative}.case-feature__circle{aspect-ratio:1;will-change:transform;border-radius:50%;width:min(62vw,44rem);overflow:hidden;transform:translate(-16%)}.case-feature__copy h2,.case-spread h2{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3.5vw,3.8rem);font-weight:400;line-height:1}.case-feature__copy p,.case-spread p{margin:2.2rem 0 0;font-size:.86rem;line-height:1.7}.case-spread{grid-template-columns:1.25fr .75fr;align-items:stretch;gap:1rem;width:calc(100% - 2rem);max-width:none;margin-bottom:10rem;display:grid}.case-spread>.project-art,.case-spread>div{border-radius:1.1rem;min-height:42rem}.case-spread>div{background:var(--ink);color:var(--paper);flex-direction:column;justify-content:flex-end;padding:clamp(2rem,5vw,5rem);display:flex}.case-gallery{padding-top:12rem}.case-gallery__section{width:min(90rem,100% - 2rem);margin:0 auto;padding-bottom:14rem}.case-gallery__head{grid-template-columns:minmax(10rem,.55fr) minmax(0,1.45fr);align-items:center;gap:5rem;width:min(70rem,100vw - 10rem);margin:0 auto 6.5rem;display:grid}.case-gallery__head>span{letter-spacing:-.025em;font-size:clamp(.98rem,1.35vw,1.15rem);font-weight:600;line-height:1.32}.case-gallery__head p{letter-spacing:-.025em;max-width:50rem;margin:0;font-size:clamp(.98rem,1.35vw,1.15rem);font-weight:600;line-height:1.32}.case-gallery__paragraphs{grid-column:2;gap:1.15rem;max-width:50rem;display:grid}.case-gallery__paragraphs p{text-align:justify;text-align-last:left;margin:0;font-size:clamp(.98rem,1.35vw,1.15rem);font-weight:600;line-height:1.42}.case-gallery__points{border-top:1px solid #12110d26;grid-column:2;max-width:50rem;margin:0}.case-gallery__points>div{border-bottom:1px solid #12110d26;grid-template-columns:minmax(6.5rem,8.5rem) minmax(0,1fr);gap:clamp(1.5rem,3vw,3.5rem);padding:1.15rem 0 1.2rem;display:grid}.case-gallery__points dt,.case-gallery__points dd{margin:0;font-size:clamp(.9rem,1.08vw,1.12rem);line-height:1.55}.case-gallery__points dt{color:#12110d7a}.case-gallery__points dd{text-align:justify;text-align-last:left}.case-gallery__grid:empty{display:none}.case-site--new-view .case-gallery{padding-top:clamp(7rem,11vw,12rem)}.case-site--new-view .case-gallery__section{padding-bottom:clamp(7rem,10vw,11rem)}.home-about__copy p,.case-introduction p,.case-feature__copy p,.case-spread p,.case-gallery__head p{text-align:justify;text-align-last:left;text-indent:0;text-wrap:wrap}.case-gallery__grid{gap:1.25rem;display:grid}.case-gallery__grid figure{background:#f5f5f2;border-radius:1rem;margin:0;position:relative;overflow:hidden}.case-gallery__grid img{width:100%;display:block}.case-gallery__grid figcaption{background:color-mix(in srgb, var(--paper) 84%, transparent);letter-spacing:.035em;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:2rem;padding:.55rem .7rem;font-size:.6rem;position:absolute;bottom:.8rem;left:.8rem;right:.8rem}.case-gallery__section--characters .case-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.case-gallery__section--characters figure{aspect-ratio:3/4}.case-gallery__section--characters img{object-fit:contain;object-position:center bottom;height:100%;padding:4%}.case-gallery__section--wide .case-gallery__grid{grid-template-columns:1fr;gap:0}.case-gallery__section--wide .case-gallery__grid figure+figure{background:0 0;border-top:.5px solid #12110d29;border-radius:0;margin-top:clamp(3.5rem,6vw,5.5rem);padding-top:clamp(3.5rem,6vw,5.5rem);overflow:visible}.case-gallery__section--wide .case-gallery__grid img{background:#f5f5f2;border-radius:1rem}.case-gallery__section--packaging .case-gallery__grid{grid-template-columns:1fr;gap:4.5rem;width:min(70rem,100vw - 10rem);margin-left:auto;margin-right:auto}.case-gallery__pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid;position:relative}.case-gallery__section--packaging .case-gallery__pair figure{aspect-ratio:4/3;min-height:0}.case-gallery__section--packaging .case-gallery__pair img{object-fit:contain;height:100%;padding:4.5%}.case-site--susu .case-gallery{padding-top:12rem}.case-site--susu .case-gallery__section{padding-bottom:14rem}.case-site--susu .case-gallery__head{align-items:start;margin-bottom:6.5rem}.case-site--susu .case-gallery__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.case-site--susu .case-gallery__grid figure{border:1px solid color-mix(in srgb, var(--ink) 7%, transparent);border-radius:.7rem}.case-site--susu .case-gallery__grid img{height:100%}.case-site--susu .case-gallery__grid figcaption{border:1px solid color-mix(in srgb, var(--ink) 9%, transparent);background:color-mix(in srgb, var(--paper) 88%, transparent);text-align:left;padding:.45rem .65rem;font-size:.54rem;bottom:.65rem;left:.65rem;right:auto}.case-gallery__section--susu-origins .case-gallery__grid figure:first-child{aspect-ratio:1.35;grid-area:1/3/auto/span 8}.case-gallery__section--susu-origins .case-gallery__grid img{object-fit:contain;padding:7%}.case-gallery__section--susu-character .case-gallery__grid{width:min(70rem,100vw - 10rem);margin-left:auto;margin-right:auto}.case-gallery__section--susu-character .case-gallery__grid figure{aspect-ratio:3/4;grid-area:1/span 4}.case-gallery__section--susu-character .case-gallery__grid img{object-fit:contain;object-position:center;padding:6%}.case-gallery__section--susu-character .case-gallery__grid figure:nth-child(2) img{transform:translateY(-8%)scale(1.06)}.case-gallery__section--susu-character .case-gallery__grid figure:nth-child(3) img{padding:33% 23%;transform:translateY(5%)}.case-gallery__section--susu-evolution .case-gallery__grid figure:first-child{aspect-ratio:2281/667;grid-column:1/-1}.case-gallery__section--susu-evolution .case-gallery__grid figure:first-child img{object-fit:cover}.case-gallery__section--dark{background:var(--ink);width:100%;max-width:none;color:var(--paper);padding:11rem max(1rem,50vw - 45rem) 13rem}.case-gallery__section--dark .case-gallery__grid figure{background:var(--white);border-color:#ffffff26}.case-gallery__section--dark .case-gallery__grid figcaption{color:var(--white);background:#12110dd6;border-color:#ffffff1f}.case-gallery__section--susu-colours .case-gallery__grid{width:min(70rem,100vw - 10rem);margin-left:auto;margin-right:auto}.case-gallery__section--susu-colours .case-gallery__grid figure{aspect-ratio:2250/3644;grid-column:span 3}.case-gallery__section--susu-colours .case-gallery__grid img{object-fit:cover;object-position:center}.case-gallery__section--susu-details .case-gallery__grid figure:first-child{aspect-ratio:2.45;grid-area:1/1/auto/-1;margin-bottom:5rem}.case-gallery__section--susu-details .case-gallery__grid{grid-template-rows:auto repeat(3,1fr)}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(2){grid-area:2/1/auto/span 2;align-self:start}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(3){grid-area:3/1/auto/span 2;align-self:center}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(4){grid-area:4/1/auto/span 2;align-self:end}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(n+2):nth-child(-n+4){aspect-ratio:1.8;min-height:0}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(5){aspect-ratio:1.75;grid-area:2/4/span 3/-1}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(6){aspect-ratio:4/3;grid-area:5/2/auto/span 4;margin-top:5rem}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(7){aspect-ratio:4/3;grid-area:5/8/auto/span 4;margin-top:5rem}.case-gallery__section--susu-details .case-gallery__grid img{object-fit:contain;padding:4%}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(n+2):nth-child(-n+4) img{object-fit:contain;padding:8%}.case-gallery__section--susu-packaging .case-gallery__grid figure:first-child{aspect-ratio:1.25;grid-area:1/1/span 2/span 7}.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(2){aspect-ratio:1.38;grid-column:8/span 5}.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(3){aspect-ratio:1.55;grid-column:8/span 5}.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(4){aspect-ratio:1.75;grid-column:3/span 8;margin-top:5rem}.case-gallery__section--susu-packaging .case-gallery__grid img{object-fit:contain;padding:4%}.case-gallery__section--susu-final{width:100%;max-width:none;padding-bottom:5rem}.case-gallery__section--susu-final .case-gallery__grid{gap:0}.case-gallery__section--susu-final .case-gallery__grid figure{aspect-ratio:2.6;border-left:0;border-right:0;border-radius:0;grid-column:1/-1}.case-gallery__section--susu-final .case-gallery__grid figure+figure{border-top:0}.case-gallery__section--susu-final .case-gallery__grid img{object-fit:contain;padding:5% 8%}.case-site--leather .case-scope ol{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.case-site--leather .case-scope li{border-right:1px solid var(--line);align-items:flex-start;min-height:7.5rem;padding:1.15rem 1.15rem 1.05rem 0}.case-site--leather .case-scope li:nth-child(3n+2),.case-site--leather .case-scope li:nth-child(3n+3){padding-left:1.15rem}.case-site--leather .case-scope li:nth-child(3n){border-right:0}.case-site--leather .case-gallery__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.case-site--leather .case-gallery__grid figure{border:1px solid color-mix(in srgb, var(--ink) 7%, transparent);background:#f3f3f0;border-radius:.55rem}.case-site--leather .case-gallery__grid figcaption{border:1px solid color-mix(in srgb, var(--ink) 9%, transparent);background:color-mix(in srgb, var(--paper) 90%, transparent);text-align:left;padding:.45rem .65rem;font-size:.54rem;bottom:.65rem;left:.65rem;right:auto}.case-gallery__section--leather-motif .case-gallery__grid figure:first-child{aspect-ratio:5.32;grid-column:1/-1}.case-gallery__section--leather-motif .case-gallery__grid figure:nth-child(2){aspect-ratio:1.9;grid-column:3/span 8;margin-top:4.5rem}.case-gallery__section--leather-motif .case-gallery__grid img,.case-gallery__section--leather-structure .case-gallery__grid img{object-fit:contain;height:100%;padding:3.5%}.case-gallery__section--leather-structure .case-gallery__grid figure:nth-child(-n+2){aspect-ratio:1.39;grid-column:span 6}.case-gallery__section--leather-structure .case-gallery__grid figure:nth-child(n+3){aspect-ratio:.714;grid-column:span 3;margin-top:3.5rem}.case-gallery__section--leather-structure .case-gallery__grid figure:nth-child(n+3) img{padding:7%}.case-gallery__section--leather-details .case-gallery__grid{width:min(70rem,100vw - 10rem);margin-left:auto;margin-right:auto}.case-gallery__section--leather-details .case-gallery__grid figure{aspect-ratio:3/4;grid-column:span 4}.case-gallery__section--leather-details .case-gallery__grid img{object-fit:contain;width:100%;height:100%;padding:4%}.case-gallery__section--leather-object .case-gallery__grid figure:first-child{aspect-ratio:1.31;grid-column:1/span 5}.case-gallery__section--leather-object .case-gallery__grid figure:nth-child(2){aspect-ratio:1.38;grid-column:6/-1}.case-gallery__section--leather-object .case-gallery__grid figure:nth-child(3){aspect-ratio:1.38;grid-column:1/span 7;margin-top:4rem}.case-gallery__section--leather-object .case-gallery__grid figure:nth-child(4){aspect-ratio:3/4;grid-column:8/-1;margin-top:4rem}.case-gallery__section--leather-object .case-gallery__grid img{object-fit:cover;height:100%}.case-gallery__expand{z-index:4;width:2.5rem;height:2.5rem;color:var(--paper);background:var(--ink);box-shadow:0 0 0 .55rem var(--paper);border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.case-gallery__expand svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;width:.9rem;height:.9rem}.case-next{padding-top:7rem;padding-bottom:12rem}.case-next>h2{letter-spacing:-.055em;margin:0 0 5rem;font-size:clamp(2.4rem,4.2vw,4.6rem);font-weight:400;line-height:.96}.case-next__grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.case-next__grid a .project-art{border-radius:1rem;height:min(38vw,30rem)}.case-next__grid p{letter-spacing:-.02em;margin:1rem 0 0;font-size:1rem}.case-cta{background:var(--ink);width:100%;max-width:none;min-height:90svh;color:var(--paper);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.case-cta h2{letter-spacing:-.06em;margin:0;font-size:clamp(3rem,6.5vw,7rem);font-weight:400;line-height:.92}.case-cta a{border:1px solid;border-radius:2rem;margin-top:3.5rem;padding:.75rem 1.15rem;font-size:.68rem}.case-footer{border-top:1px solid color-mix(in srgb, currentColor 20%, transparent)}@media (max-width:900px){.home-about{grid-template-columns:1fr}.home-about__copy{max-width:48rem}.case-overview{grid-template-columns:1fr;gap:5rem}.case-feature{grid-template-columns:1fr}.case-feature__circle{width:min(82vw,42rem)}.case-feature__copy{width:min(34rem,100%);margin-left:auto}.susu-hero__poster{width:35%;left:auto;right:1.25rem}.susu-hero__meta{width:auto;left:1.4rem;right:39%}.case-hero--susu .case-hero__title{left:1.4rem;right:39%}.leather-hero__image{width:56%}.leather-hero__meta,.case-hero--leather .case-hero__title{left:1.4rem;right:59%}}@media (max-width:720px){.site-logo{font-size:1.8rem;top:.9rem}.site-controls{top:.65rem;right:.55rem}.main-menu{width:min(20rem,100vw - 1rem);top:.5rem;right:.5rem}.main-menu__links a,.main-menu__links button{font-size:1.7rem}.chat-launcher{width:11.8rem;bottom:.75rem;left:.75rem}.chat-panel{width:calc(100vw - 1.5rem);bottom:.75rem;left:.75rem}.orbit-flow{height:560svh}.orbit-intro{width:12rem}.orbit-intro h1{font-size:.78rem;line-height:1.35}.orbit-title{top:0}.orbit-title strong{font-size:1.85rem}.orbit-title span{display:none}.orbit-arrows{left:.75rem;right:.75rem}.orbit-indicator{bottom:.8rem;right:.65rem}.orbit-hint{bottom:1.35rem}.home-about,.project-index,.home-contact{padding-left:1.2rem;padding-right:1.2rem}.home-about{gap:3rem;min-height:auto;padding-top:7rem;padding-bottom:7rem}.home-about__copy h2{font-size:clamp(2.8rem,13vw,4rem)}.home-about__copy p{margin-top:2rem;font-size:1rem}.project-index{padding-top:6rem;padding-bottom:7rem}.project-index__head{margin-bottom:3rem;display:block}.project-index__head h2{margin-top:1rem}.project-index__row{grid-template-columns:2.2rem 1fr auto}.project-index__row small{display:none}.project-index__thumb{width:5rem;height:5rem;right:2.5rem}.home-contact h2{font-size:clamp(4rem,19vw,6rem)}.site-footer{padding-left:1.2rem;padding-right:1.2rem}.case-page{padding-top:4.3rem}.case-hero{border-radius:.9rem;height:calc(100svh - 5rem);min-height:30rem;margin:0 .5rem}.case-hero--compact{height:min(68svh,34rem);min-height:25rem;margin-left:.5rem;margin-right:.5rem}.case-hero--compact .case-hero__visual img{width:92%;height:76%}.case-hero--new-view{grid-template-columns:1fr;gap:2.5rem;height:auto;min-height:0;padding:1rem}.new-view-hero__copy{min-height:17rem}.case-hero--new-view .new-view-hero__copy h1{margin-bottom:.8rem;font-size:clamp(3.2rem,15vw,4.7rem)}.new-view-hero__copy>small{margin-top:1.5rem}.new-view-hero__covers{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.case-hero--susu{height:45rem;min-height:45rem}.susu-hero__poster{border-radius:.55rem;width:48%;height:58%;inset:.75rem .75rem auto auto}.susu-hero__meta{width:auto;padding-top:.65rem;inset:.75rem 53.5% auto .75rem}.susu-hero__meta span,.susu-hero__meta small{font-size:.52rem}.susu-hero__meta strong{writing-mode:horizontal-tb;margin:1.15rem 0 1rem;font-size:2.65rem;line-height:.85}.case-hero--susu .case-hero__title{bottom:1.25rem;left:.8rem;right:.8rem}.case-hero--susu .case-hero__title p{max-width:18rem}.case-hero--leather{height:42rem;min-height:42rem}.leather-hero__image{border-radius:.55rem;width:55%;height:58%;top:.75rem;bottom:auto;right:.75rem}.leather-hero__meta{padding-top:.65rem;top:.75rem;left:.75rem;right:59%}.leather-hero__meta span,.leather-hero__meta small{font-size:.5rem}.leather-hero__meta strong{margin:1.15rem 0 1.25rem;font-size:2.55rem;line-height:.92}.case-hero--leather .case-hero__title{bottom:1.25rem;left:.8rem;right:.8rem}.case-hero h1{font-size:1.55rem}.case-hero__title,.case-hero--compact .case-hero__title{bottom:5.2rem;left:1.3rem;right:1.3rem}.case-overview,.case-scope,.case-feature,.case-next{width:calc(100% - 2.4rem)}.case-overview{gap:5.5rem;padding-top:7.5rem}.case-introduction p{font-size:1.45rem;line-height:1.38}.case-scope{padding-top:6.5rem}.case-scope li strong,.case-scope li small{font-size:.86rem}.case-site--susu .case-scope ol{grid-template-columns:repeat(2,minmax(0,1fr))}.case-site--susu .case-scope li,.case-site--susu .case-scope li:nth-child(3n+2),.case-site--susu .case-scope li:nth-child(3n+3){border-right:1px solid var(--line);min-height:6.5rem;padding:.9rem}.case-site--susu .case-scope li:nth-child(2n){border-right:0}.case-feature{gap:3rem;min-height:110svh;padding-top:7rem;padding-bottom:7rem}.case-feature__circle{width:95vw;transform:translate(-16%)}.case-feature__copy h2,.case-spread h2{font-size:2.1rem}.case-spread{grid-template-columns:1fr;margin-bottom:6rem}.case-spread>.project-art,.case-spread>div{min-height:70svh}.case-gallery{padding-top:9rem}.case-gallery__section{width:calc(100% - 1rem);padding-bottom:10rem}.case-gallery__head{grid-template-columns:1fr;align-items:start;gap:1.5rem;width:calc(100% - 1.4rem);margin-bottom:4.5rem}.case-gallery__head>span,.case-gallery__head p{font-size:1rem;line-height:1.4}.case-gallery__paragraphs,.case-gallery__points{grid-column:auto;max-width:none}.case-gallery__paragraphs p{font-size:1rem;line-height:1.45}.case-gallery__points>div{grid-template-columns:1fr;gap:.55rem}.case-gallery__points dt,.case-gallery__points dd{font-size:.95rem}.case-site--new-view .case-gallery{padding-top:7rem}.case-site--new-view .case-gallery__section{padding-bottom:7rem}.case-gallery__section--characters .case-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.case-gallery__section--wide .case-gallery__grid figure+figure{margin-top:2.5rem;padding-top:2.5rem}.case-gallery__section--packaging .case-gallery__grid{grid-template-columns:1fr;gap:3.5rem;width:100%}.case-gallery__pair{grid-template-columns:1fr;gap:.75rem}.case-gallery__section--packaging .case-gallery__pair figure{aspect-ratio:4/3;min-height:0}.case-site--leather .case-scope ol{grid-template-columns:repeat(2,minmax(0,1fr))}.case-site--leather .case-scope li,.case-site--leather .case-scope li:nth-child(3n+2),.case-site--leather .case-scope li:nth-child(3n+3){border-right:1px solid var(--line);min-height:6.2rem;padding:.9rem}.case-site--leather .case-scope li:nth-child(2n){border-right:0}.case-site--leather .case-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.case-site--leather .case-gallery__grid figure{grid-area:auto!important;margin-top:0!important}.case-gallery__section--leather-motif .case-gallery__grid figure,.case-gallery__section--leather-structure .case-gallery__grid figure:nth-child(-n+2),.case-gallery__section--leather-object .case-gallery__grid figure{grid-column:1/-1!important}.case-gallery__section--leather-motif .case-gallery__grid figure:first-child{aspect-ratio:5.32}.case-gallery__section--leather-motif .case-gallery__grid figure:nth-child(2),.case-gallery__section--leather-structure .case-gallery__grid figure:nth-child(-n+2){aspect-ratio:1.39}.case-gallery__section--leather-structure .case-gallery__grid figure:nth-child(n+3){aspect-ratio:.714}.case-gallery__section--leather-details .case-gallery__grid{width:100%}.case-gallery__section--leather-details .case-gallery__grid figure{aspect-ratio:3/4}.case-gallery__section--leather-details .case-gallery__grid figure:nth-child(3){justify-self:center;width:58%;grid-column:1/-1!important}.case-gallery__section--leather-object .case-gallery__grid figure{aspect-ratio:4/3!important}.case-gallery__expand{width:2.25rem;height:2.25rem;box-shadow:0 0 0 .45rem var(--paper)}.case-site--susu .case-gallery{padding-top:9rem}.case-site--susu .case-gallery__section{padding-bottom:10rem}.case-site--susu .case-gallery__head{margin-bottom:4.5rem}.case-site--susu .case-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.case-site--susu .case-gallery__grid figure{grid-area:auto!important;margin:0!important;transform:none!important}.case-gallery__section--dark{padding:8rem .5rem 9rem}.case-gallery__section--susu-origins .case-gallery__grid figure:first-child,.case-gallery__section--susu-character .case-gallery__grid figure:first-child,.case-gallery__section--susu-evolution .case-gallery__grid figure:first-child,.case-gallery__section--susu-colours .case-gallery__grid figure:nth-child(5),.case-gallery__section--susu-details .case-gallery__grid figure:first-child,.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(5),.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(8),.case-gallery__section--susu-packaging .case-gallery__grid figure:first-child,.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(2),.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(3),.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(4),.case-gallery__section--susu-final .case-gallery__grid figure{grid-column:1/-1!important}.case-gallery__section--susu-origins .case-gallery__grid figure:first-child{aspect-ratio:1.15}.case-gallery__section--susu-character .case-gallery__grid figure:first-child,.case-gallery__section--susu-character .case-gallery__grid figure:nth-child(n+2){aspect-ratio:3/4;grid-column:1/-1!important}.case-gallery__section--susu-evolution .case-gallery__grid figure:first-child{aspect-ratio:2281/667}.case-gallery__section--susu-colours .case-gallery__grid figure:nth-child(-n+4){aspect-ratio:2250/3644}.case-gallery__section--susu-details .case-gallery__grid figure:first-child{aspect-ratio:1.65}.case-gallery__section--susu-details .case-gallery__grid{grid-template-rows:none}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(n+2):nth-child(-n+4){aspect-ratio:1.8;grid-column:1/-1!important}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(5){aspect-ratio:1.55}.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(6),.case-gallery__section--susu-details .case-gallery__grid figure:nth-child(7){aspect-ratio:1.2}.case-gallery__section--susu-packaging .case-gallery__grid figure:first-child,.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(2),.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(3){aspect-ratio:1.35}.case-gallery__section--susu-packaging .case-gallery__grid figure:nth-child(4){aspect-ratio:1.45}.case-gallery__section--susu-final{padding-bottom:3rem}.case-gallery__section--susu-final .case-gallery__grid figure{aspect-ratio:1.65}.case-next{padding-bottom:9rem}.case-next__grid{grid-template-columns:1fr;gap:3rem}.case-next__grid a .project-art{height:78vw}.case-cta{width:100%}}.about-story{background:var(--paper);min-width:320px;color:var(--ink);overflow:hidden}.about-story h1,.about-story h2,.about-story p,.about-story figure,.about-story dl,.about-story dd{margin:0}.about-story img{object-fit:cover;width:100%;height:100%;display:block}.about-hero{border-bottom:1px solid var(--line);grid-template-columns:repeat(12,minmax(0,1fr));min-height:100svh;display:grid;position:relative}.about-hero__copy{z-index:1;flex-direction:column;grid-column:1/8;justify-content:flex-end;padding:8rem 4rem 4rem;display:flex}.about-kicker,.about-hero__index,.about-hero__meta,.about-chapter__head>span,.about-contact span,.about-contact dt{letter-spacing:0;text-transform:uppercase;font-size:.68rem;font-weight:500;line-height:1.2}.about-hero h1{letter-spacing:0;max-width:7ch;margin:2rem 0 2.4rem;font-size:7rem;font-weight:400;line-height:.92}.about-hero h1 span{display:block}.about-hero__copy>p{text-align:justify;text-align-last:left;max-width:44rem;font-size:1.3rem;font-weight:400;line-height:1.58}.about-hero__meta{border-top:1px solid var(--line);justify-content:space-between;gap:2rem;margin-top:4.5rem;padding-top:1rem;display:flex}.about-hero__portrait{grid-column:8/13;min-height:100svh}.about-hero__portrait img{object-position:center 30%}.about-hero__index{z-index:2;background:var(--paper);color:var(--ink);padding:.6rem .75rem;position:absolute;bottom:1.5rem;right:1.5rem}.about-lead{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem;width:calc(100% - 8rem);max-width:118rem;margin:0 auto;padding:11rem 0 10rem;display:grid}.about-lead p{letter-spacing:0;text-align:justify;text-align-last:left;grid-column:4/12;font-size:3.4rem;font-weight:400;line-height:1.25}.about-lead>span{grid-area:1/1/auto/3;align-self:end;font-size:.78rem;line-height:1.3}.about-chapter{border-top:1px solid var(--ink);width:calc(100% - 8rem);max-width:118rem;margin:0 auto;padding:4rem 0 12rem}.about-chapter__head{grid-template-columns:repeat(12,minmax(0,1fr));align-items:baseline;gap:1.25rem;margin-bottom:7rem;display:grid}.about-chapter__head>span{grid-column:1/3}.about-chapter__head h2{letter-spacing:0;grid-column:4/13;font-size:4.1rem;font-weight:400;line-height:1}.about-chapter__copy{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem;margin-top:6rem;display:grid}.about-chapter__copy p{text-align:justify;text-align-last:left;grid-column:7/13;font-size:1.2rem;line-height:1.65}.about-chapter__copy p+p{margin-top:1.5rem}.about-material-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:.75rem;display:grid}.about-image{background:#12110d0f;min-height:0;position:relative;overflow:hidden}.about-material-grid .about-image--wide{aspect-ratio:4/3;grid-area:1/1/3/8}.about-material-grid .about-image:nth-child(2),.about-material-grid .about-image:nth-child(3){aspect-ratio:16/9;grid-column:8/13}.about-material-grid .about-image:first-child img{object-position:center}.about-training-layout{grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem;display:grid}.about-training-words{border-top:1px solid var(--line);grid-column:1/7}.about-training-words span{border-bottom:1px solid var(--line);letter-spacing:0;justify-content:space-between;align-items:center;min-height:6rem;font-size:2.4rem;font-weight:400;display:flex}.about-training-words span:after{content:"";background:currentColor;border-radius:50%;width:.45rem;height:.45rem}.about-training-layout .about-chapter__copy{grid-column:8/13;margin:0;display:block}.about-training-layout .about-chapter__copy p{font-size:1.3rem;line-height:1.65}.about-practice-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(12,minmax(0,1fr));gap:.75rem;display:grid}.about-practice-grid .about-image--feature{aspect-ratio:3/4;grid-area:1/1/3/8}.about-practice-grid .about-image:nth-child(2),.about-practice-grid .about-image:nth-child(3){aspect-ratio:4/3;grid-column:8/13}.about-practice-grid .about-image:nth-child(3) img{object-position:center}.about-chapter__copy--three{grid-template-columns:repeat(3,minmax(0,1fr))}.about-chapter__copy--three p{grid-column:auto;padding-right:2.2rem;margin:0!important}.about-field-strip{grid-template-columns:.75fr 1.35fr 1.35fr .75fr;align-items:end;gap:.75rem;display:grid}.about-field-strip .about-image{aspect-ratio:3/4}.about-field-strip .about-image:nth-child(2),.about-field-strip .about-image:nth-child(3){aspect-ratio:4/5}.about-field-strip .about-image:nth-child(2) img,.about-field-strip .about-image:nth-child(4) img{object-position:center}.about-now-layout{grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:1.25rem;display:grid}.about-now-layout>.about-image{aspect-ratio:1;grid-column:1/6}.about-now-layout .about-chapter__copy{grid-column:7/13;margin:0;display:block}.about-now-layout .about-chapter__copy p{font-size:1.3rem;line-height:1.65}.about-contact{background:var(--ink);min-height:78svh;color:var(--paper);grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;gap:1.25rem;padding:7rem 4rem 4rem;display:grid}.about-contact>div{grid-column:1/8}.about-contact h2{letter-spacing:0;max-width:8ch;margin-top:1.5rem;font-size:6.2rem;font-weight:400;line-height:.98}.about-contact dl{grid-column:9/13}.about-contact dl>div{border-top:1px solid;justify-content:space-between;gap:2rem;padding:1.1rem 0;display:flex}.about-contact dd{font-size:.82rem}.about-contact>a{border-top:1px solid;grid-column:9/13;justify-content:space-between;padding-top:1.25rem;font-size:.82rem;display:flex}@media (max-width:900px){.about-hero__copy{grid-column:1/7;padding-left:2rem;padding-right:2rem}.about-hero__portrait{grid-column:7/13}.about-hero h1{font-size:5rem}.about-lead,.about-chapter{width:calc(100% - 4rem)}.about-lead p{font-size:2.5rem}.about-chapter__head h2{font-size:3.2rem}.about-contact{padding-left:2rem;padding-right:2rem}.about-contact h2{font-size:4.8rem}}@media (max-width:720px){.about-hero{flex-direction:column;min-height:auto;padding-top:5rem;display:flex}.about-hero__copy{order:2;padding:3rem 1.25rem 2rem}.about-hero__portrait{aspect-ratio:4/5;order:1;width:calc(100% - 2.5rem);min-height:0;margin:0 auto}.about-hero h1{margin:1.5rem 0 2rem;font-size:4.4rem}.about-hero__copy>p{font-size:1.05rem;line-height:1.6}.about-hero__meta{flex-direction:column;gap:.45rem;margin-top:3rem}.about-hero__index{top:6rem;bottom:auto;right:2rem}.about-lead,.about-chapter{width:calc(100% - 2.5rem)}.about-lead{flex-direction:column-reverse;gap:2.5rem;padding:7rem 0;display:flex}.about-lead p{font-size:2rem;line-height:1.3}.about-chapter{padding:2rem 0 8rem}.about-chapter__head{margin-bottom:4rem;display:block}.about-chapter__head h2{margin-top:1.5rem;font-size:2.45rem;line-height:1.08}.about-material-grid,.about-practice-grid{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.about-material-grid .about-image--wide,.about-practice-grid .about-image--feature{aspect-ratio:4/3;grid-area:auto/1/auto/-1}.about-material-grid .about-image:nth-child(2),.about-material-grid .about-image:nth-child(3),.about-practice-grid .about-image:nth-child(2),.about-practice-grid .about-image:nth-child(3){aspect-ratio:4/5;grid-column:auto}.about-chapter__copy,.about-chapter__copy--three{margin-top:3rem;display:block}.about-chapter__copy p,.about-chapter__copy--three p{padding:0;font-size:1.05rem;line-height:1.65}.about-chapter__copy p+p,.about-chapter__copy--three p+p{margin-top:1.5rem!important}.about-training-layout{display:block}.about-training-words span{min-height:4.5rem;font-size:1.65rem}.about-training-layout .about-chapter__copy,.about-now-layout .about-chapter__copy{margin-top:3rem}.about-training-layout .about-chapter__copy p,.about-now-layout .about-chapter__copy p{font-size:1.05rem}.about-field-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.about-field-strip .about-image,.about-field-strip .about-image:nth-child(2),.about-field-strip .about-image:nth-child(3){aspect-ratio:4/5}.about-now-layout{display:block}.about-now-layout>.about-image{aspect-ratio:1;width:78%}.about-contact{flex-direction:column;justify-content:flex-end;gap:4rem;min-height:100svh;padding:7rem 1.25rem 2rem;display:flex}.about-contact h2{margin-top:1rem;font-size:4.2rem}.about-contact dl,.about-contact>a{width:100%}}.about-story{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;overflow:visible}.about-story .site-header{background:var(--paper)}.about-editorial-row{border-top:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;min-height:82svh;padding:8rem 3rem 12rem;display:grid;position:relative}.about-editorial-row--intro{border-top:0;min-height:100svh;padding-top:8.5rem}.about-editorial-title{align-self:start}.about-editorial-title h1,.about-editorial-title h2{letter-spacing:0;max-width:26rem;font-size:1.18rem;font-weight:500;line-height:1.25}.about-editorial-content{min-width:0}.about-editorial-copy{letter-spacing:0;text-align:left;max-width:61rem;font-size:1.04rem;font-weight:400;line-height:1.34}.about-editorial-copy p+p{margin-top:1.25rem}.about-editorial-copy--intro{margin-bottom:2.75rem}.about-gallery{margin-top:3.5rem}.about-editorial-copy--intro+.about-gallery{margin-top:0}.about-gallery__toolbar{border-top:1px solid #12110d38;justify-content:space-between;align-items:center;min-height:2.75rem;display:flex}.about-gallery__toolbar>span{letter-spacing:0;font-variant-numeric:tabular-nums;font-size:.68rem;font-weight:400;line-height:1}.about-gallery__controls{gap:.35rem;display:flex}.about-gallery__controls button{color:#12110d;width:2rem;height:2rem;font:inherit;cursor:pointer;background:#fff;border:1px solid #12110d4d;border-radius:50%;place-items:center;line-height:1;transition:background-color .18s,color .18s,opacity .18s;display:grid}.about-gallery__controls button:hover:not(:disabled),.about-gallery__controls button:focus-visible{color:#fff;background:#12110d;outline:none}.about-gallery__controls button:disabled{opacity:.28;cursor:default}.about-gallery__track{overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-color:#12110d5c transparent;scrollbar-width:thin;cursor:grab;touch-action:pan-x pan-y;gap:.85rem;padding:0 0 .85rem;display:flex;overflow-x:auto}.about-gallery__track.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.about-gallery__slide{scroll-snap-align:start;flex:0 0 100%;min-width:0}.about-gallery__composition{grid-template-rows:repeat(12,minmax(0,1fr));grid-template-columns:repeat(12,minmax(0,1fr));gap:.75rem;height:clamp(30rem,43vw,40rem);display:grid}.about-media-frame{will-change:clip-path;background:#f1f1ef;border:1px solid #12110d1f;position:relative;overflow:hidden}.about-media-frame img{object-fit:cover;object-position:center;will-change:transform;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:106%}.about-gallery--portraits .about-media-frame--1{grid-area:1/1/12/5}.about-gallery--portraits .about-media-frame--2{grid-area:3/5/13/9}.about-gallery--portraits .about-media-frame--3{grid-area:1/9/11/13}.about-gallery--portraits .about-gallery__slide--count-2 .about-media-frame--1{grid-area:1/2/12/7}.about-gallery--portraits .about-gallery__slide--count-2 .about-media-frame--2{grid-area:2/7/13/12}.about-gallery--material .about-gallery__slide{flex-basis:clamp(16rem,47%,28rem)}.about-gallery--material .about-gallery__composition{height:clamp(25rem,36vw,34rem)}.about-gallery--material .about-media-frame{grid-area:1/1/13/13}.about-gallery--material .about-media-frame img{object-fit:contain}.about-gallery--practice .about-gallery__slide--count-3 .about-media-frame--1,.about-gallery--field .about-gallery__slide--count-3 .about-media-frame--1{grid-area:1/1/13/7}.about-gallery--practice .about-gallery__slide--count-3 .about-media-frame--2,.about-gallery--field .about-gallery__slide--count-3 .about-media-frame--2{grid-area:1/7/7/13}.about-gallery--practice .about-gallery__slide--count-3 .about-media-frame--3,.about-gallery--field .about-gallery__slide--count-3 .about-media-frame--3{grid-area:7/7/13/13}.about-gallery--practice .about-gallery__slide--count-2 .about-media-frame--1{grid-area:1/1/13/8}.about-gallery--practice .about-gallery__slide--count-2 .about-media-frame--2{grid-area:3/8/11/13}.about-gallery--practice .about-gallery__slide--count-1{flex-basis:100%}.about-gallery--practice .about-gallery__slide--count-1 .about-gallery__composition{aspect-ratio:4/3;height:auto}.about-gallery--practice .about-gallery__slide--count-1 .about-media-frame--1{grid-area:1/1/13/13}.about-gallery--practice .about-gallery__slide--count-1 .about-media-frame--1 img{object-fit:cover;height:100%}.about-gallery--field .about-gallery__slide--count-4 .about-media-frame--1{grid-area:1/1/7/7}.about-gallery--field .about-gallery__slide--count-4 .about-media-frame--2{grid-area:1/7/7/13}.about-gallery--field .about-gallery__slide--count-4 .about-media-frame--3{grid-area:7/1/13/7}.about-gallery--field .about-gallery__slide--count-4 .about-media-frame--4{grid-area:7/7/13/13}.about-gallery--field .about-gallery__slide--count-2 .about-gallery__composition{grid-template-rows:none;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start;gap:.85rem;height:auto}.about-gallery--field .about-gallery__slide--count-2 .about-media-frame{grid-area:auto;width:100%}.about-gallery--field .about-gallery__slide--count-2 .about-media-frame--2{margin-top:clamp(2rem,5vw,4.5rem)}.about-gallery--field .about-gallery__slide--mixed .about-gallery__composition{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center}.about-gallery--field .about-gallery__slide--mixed .about-media-frame--2{margin-top:0}.about-gallery--field .about-media-frame img{object-fit:contain;height:100%}.about-contact-list>div{border-top:1px solid #12110d38;grid-template-columns:8rem minmax(0,1fr);gap:1rem;padding:.7rem 0;display:grid}.about-contact-list dt,.about-contact-list dd{letter-spacing:0;font-size:.72rem;font-weight:400;line-height:1.25}.about-editorial-row--contact{min-height:65svh;padding-bottom:4rem}.about-contact-list{margin-top:0!important}.about-contact-list>div{grid-template-columns:8rem minmax(0,1fr)}.about-back-link{border-top:1px solid #12110d38;margin-top:6rem;padding-top:.75rem;font-size:.72rem;font-weight:400;line-height:1.25;display:block}.about-section-rule{transform-origin:0;will-change:transform;background:#12110d52;height:1px;position:absolute;top:0;left:3rem;right:3rem}.about-reading-progress{z-index:32;pointer-events:none;background:#12110d3d;width:2px;height:10rem;position:fixed;top:50%;right:1rem;transform:translateY(-50%)}.about-reading-progress__bar{will-change:transform;background:#12110d;position:absolute;inset:0}.about-reading-progress__dot{will-change:top;background:#12110d;border-radius:50%;width:.42rem;height:.42rem;position:absolute;left:50%;transform:translate(-50%,-50%)}@media (min-width:901px){.about-editorial-title{position:sticky;top:7rem}}@media (max-width:1100px){.about-editorial-row{grid-template-columns:minmax(15rem,.8fr) minmax(0,1.2fr);padding-left:2rem;padding-right:2rem}.about-section-rule{left:2rem;right:2rem}}@media (max-width:720px){.about-editorial-row,.about-editorial-row--intro{min-height:0;padding:7rem 1.25rem 9rem;display:block}.about-editorial-row:not(.about-editorial-row--intro){padding-top:2.5rem}.about-editorial-title{margin-bottom:4rem}.about-editorial-title h1,.about-editorial-title h2{font-size:1.08rem}.about-editorial-copy{font-size:1rem;line-height:1.42}.about-gallery{margin-top:2.75rem}.about-editorial-copy--intro+.about-gallery{margin-top:0}.about-gallery__track{margin-right:-1.25rem;padding-right:1.25rem}.about-gallery__slide{flex-basis:calc(100vw - 2.5rem)}.about-gallery__composition{gap:.5rem;height:min(128vw,36rem)}.about-gallery--material .about-gallery__slide{flex-basis:min(78vw,22rem)}.about-gallery--material .about-gallery__composition{height:min(106vw,30rem)}.about-gallery--portraits .about-media-frame--1{grid-area:1/1/9/7}.about-gallery--portraits .about-media-frame--2{grid-area:2/7/8/13}.about-gallery--portraits .about-media-frame--3{grid-area:8/4/13/10}.about-gallery--portraits .about-gallery__slide--count-2 .about-media-frame--1{grid-area:1/1/11/7}.about-gallery--portraits .about-gallery__slide--count-2 .about-media-frame--2{grid-area:3/7/13/13}.about-gallery--field .about-gallery__slide--count-2 .about-gallery__composition{grid-template-columns:minmax(0,1fr) minmax(0,.84fr);gap:.5rem;height:auto}.about-gallery--field .about-gallery__slide--mixed .about-gallery__composition{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)}.about-gallery--field .about-gallery__slide--count-2 .about-media-frame--2{margin-top:1.75rem}.about-gallery--field .about-gallery__slide--mixed .about-media-frame--2{margin-top:0}.about-contact-list,.about-back-link{margin-top:4rem!important}.about-contact-list{margin-top:0!important}.about-contact-list>div{grid-template-columns:6.5rem minmax(0,1fr)}.about-section-rule{left:1.25rem;right:1.25rem}.about-reading-progress{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.orbit-flow{height:100svh}}
