main{--Primary-text:rgb(0,0,0);}::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: black;
}

@media screen and (min-width: 2400px) {
  .works_item {
    width: 16.666% !important;
  }

  .works_item[data-wide-card=true] {
    width: 33.333% !important;
  }
}

@media screen and (min-width: 991px) {

  html:not(.lenis-scrolling) .works_list:has(.works_item-component:hover) .works_thumb,
  html:not(.lenis-scrolling) .works_list:has(.works_item-component:focus-within) .works_thumb {
    opacity: 0.0;
  }

  html:not(.lenis-scrolling) .works_item-component:hover .works_thumb {
    opacity: 1.0 !important;
  }

  html:not(.lenis-scrolling) .works_list:has(.works_item-component:hover) .works_item-component,
  html:not(.lenis-scrolling) .works_list:has(.works_item-component:focus-within) .works_item-component {
    opacity: 0.9;
  }

  html:not(.lenis-scrolling) .works_item-component:hover {
    opacity: 1.0 !important;
  }
}

html.lenis-scrolling .works_thumb {
  opacity: 0.0;
}

body:has(#menu-wrapper.is-open) {
  overflow-y: hidden;
}

#menu-wrapper.is-open .nav_menu-icon_line:nth-child(2) {
  width: 0;
}

#menu-wrapper.is-open .nav_menu-icon_line:nth-child(1) {
  transform: translateY(0.435em) rotateZ(45deg);
}

#menu-wrapper.is-open .nav_menu-icon_line:nth-child(3) {
  transform: translateY(-0.435em) rotateZ(-45deg);
}

#menu-wrapper.is-open .nav_menu-wrap {
  visibility: visible;
  opacity: 1.0;
}

#menu-wrapper.is-open .nav_link {
  opacity: 1.0;
  transform: translateY(0rem);
}main {color:rgb(0,0,0);position:relative;background:rgba(255,255,255,1.00);min-height:100vh;font-family:'IBM Plex Mono';font-weight:400;line-height:1.4;scrollbar-gutter:stable;font-size:1rem;--padding-global:2.5rem;--padding-card:2rem;}@media screen and (max-width: 1440px) {main {--padding-global:2.25rem;--padding-card:1.75rem;}}@media screen and (max-width: 1280px) {main {--padding-global:2rem;--padding-card:1.5rem;}}@media screen and (max-width: 991px) {main {--padding-global:1.75rem;--padding-card:1.75rem;}}@media screen and (max-width: 767px) {main {--padding-global:1.5rem;--padding-card:1.5rem;}}main container{width:100%;display:block;max-width:80rem;margin-right:auto;}main h2{font-size:2rem;margin-top:0px;font-weight:700;margin-bottom:0px;font-family:'IBM Plex Mono';}main h1{font-size:2rem;margin-top:0px;font-weight:500;margin-bottom:0px;font-family:'Noto Sans Mono';line-height:1;}main h3{font-size:32px;margin-top:0px;margin-bottom:0px;font-family:'Noto Sans Mono';font-weight:500;}main h4{font-size:24px;margin-top:0px;font-weight:500;margin-bottom:0px;font-family:'Noto Sans Mono';}main h5{font-size:20px;margin-top:0px;font-weight:500;margin-bottom:0px;font-family:'Noto Sans Mono';}main h6{font-size:16px;margin-top:0px;font-weight:500;margin-bottom:0px;font-family:'Noto Sans Mono';}main p{margin-top:0px;margin-bottom:0px;}main .stylesheet-part{padding:60px 0px 60px 0px;border-bottom:1px solid rgba(223,223,223,1.00);}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding-left:20px;}main ol{padding-left:20px;}main img{display:block;max-width:100%;}main textarea{resize:vertical;}main .button-primary{color:rgba(255,255,255,1.00);border:1px solid rgba(0,0,0,1);background:rgba(0,0,0,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-primary:hover{color:rgba(0,0,0,1.00);background:rgba(255,255,255,1.00);}main a{cursor:pointer;transition:;color:inherit;background:;}main a:focus-visible{outline:0.0625rem solid rgba(0,0,0,1);outline-offset:0.5em;background:rgb(255,255,255);position:relative;z-index:2;}main .button-secondary{color:rgba(0,0,0,1.00);border:1px solid rgba(0,0,0,1);background:rgba(255,255,255,1.00);padding-top:12px;padding-left:20px;padding-right:20px;padding-bottom:12px;}main .button-secondary:hover{color:rgba(255,255,255,1.00);background:rgba(0,0,0,1.00);}main button{cursor:pointer;}main component{display:block;}main .rich-text-dh-styling  hr{width:100%;border:0px solid rgba(0,0,0,1);height:1px;display:block;border-top:1px solid rgb(203,203,203);margin-top:20px;padding-top:0px;margin-bottom:20px;padding-bottom:0px;}main .rich-text-dh-styling{display:flex;row-gap:24px;flex-direction:column;}main blockquote{display:block;background:#00000008;margin-left:0px;padding-top:15px;margin-right:0px;padding-left:15px;border-radius:6px;padding-right:15px;padding-bottom:15px;}main blockquote  cite{color:rgb(139,139,139);display:block;margin-top:10px;font-weight:500;padding-left:15px;}main .nav_link{background:;text-transform:lowercase;padding-bottom:0.25rem;padding-top:0.25rem;font-size:1.15rem;text-decoration:none;}@media screen and (max-width: 991px) {main .nav_link{transition:transform 200ms 200ms linear,opacity 200ms 200ms linear;transform:translate(0px,2rem);opacity:0%;font-size:2.25rem;}}main .padding-global{padding-top:var(--padding-global);padding-right:var(--padding-global);padding-bottom:var(--padding-global);padding-left:var(--padding-global);}@media screen and (max-width: 767px) {main .padding-global{padding-left:1rem;padding-right:1rem;}}@media screen and (max-width: 480px) {main .padding-global{padding-left:1rem;}}main .padding-section-medium{padding-top:2rem;padding-bottom:2rem;}main .works_item-description-wrap{text-transform:lowercase;line-height:1.1;color:rgba(0,0,0,0.65);font-size:0.85rem;display:inline-block;}main .works_item{text-transform:lowercase;padding-top:var(--padding-card);padding-right:var(--padding-card);padding-bottom:var(--padding-card);padding-left:var(--padding-card);width:20%;}main .works_item[data-wide-card="true"]{width:40%;}@media screen and (max-width: 1440px) {main .works_item{width:25%;}main .works_item[data-wide-card="true"]{width:50% !important;}}@media screen and (max-width: 1280px) {main .works_item{width:33.33%;}main .works_item[data-wide-card="true"]{width:66.66% !important;}}@media screen and (max-width: 991px) {main .works_item{width:50%;}main .works_item[data-wide-card="true"]{width:100% !important;}}@media screen and (max-width: 767px) {main .works_item{width:50%;}}@media screen and (max-width: 480px) {main .works_item{width:100%;}}main .works_list{display:flex;position:relative;flex-direction:row;flex-wrap:wrap;margin-left:calc(-1 * var(--padding-card));margin-right:calc(-1 * var(--padding-card));margin-bottom:calc(-1 * var(--padding-card));margin-top:calc(-1 * var(--padding-card));}main .work-page_layout{display:flex;column-gap:8rem;grid-template-columns:66.66% 33.33%;width:100%;flex-direction:row;max-width:120rem;}@media screen and (max-width: 1280px) {main .work-page_layout{column-gap:4rem;}}@media screen and (max-width: 767px) {main .work-page_layout{flex-direction:column;align-items:stretch;row-gap:3rem;}}main .category_item{text-transform:lowercase;text-decoration:none;}main .category_item:hover{text-decoration:underline;background:rgb(0,0,0);color:rgb(255,255,255);}main .category_date-wrap{display:inline;margin-left:0.25rem;}main .categories_layout{display:flex;align-items:center;}main .work-slider_image-wrapper{max-height:100%;height:100%;width:100%;display:flex;align-items:center;justify-content:flex-start;}main .work-slider_slide{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;}main .work-slider_image{max-width:100%;max-height:100%;object-fit:contain;object-position:0% 50%;width:100%;}main .works-slider_wrapper{height:100%;}main .display-inline{display:inline;}main .works_item-component{width:100%;transition:filter 700ms 0ms ease,opacity 700ms 0ms ease;display:flex;flex-direction:column;row-gap:1rem;position:relative;}main .works_item-component:hover{filter:saturate(100%) !important;opacity:100% !important;transition:filter 200ms 0ms ease,opacity 200ms 0ms ease;}main .works_item-component:focus-within{filter:saturate(100%) !important;opacity:100% !important;transition:filter 200ms 0ms ease,opacity 200ms 0ms ease;}main .works_item-component:has(.works_heading-wrap:focus-visible){outline:0.0625rem solid rgba(0,0,0,1);outline-offset:1rem;}main .works_details-wrap{display:flex;flex-direction:column;align-items:flex-start;row-gap:0.5rem;font-size:max(0.7vw, 1rem);}main .series_layout{display:flex;flex-direction:column;row-gap:3rem;}main .page-layout{display:flex;flex-direction:row;grid-template-columns:1fr 1fr;column-gap:2rem;}@media screen and (max-width: 1280px) {main .page-layout{column-gap:0rem;}}@media screen and (max-width: 991px) {main .page-layout{flex-direction:column;}}main .page-content{width:100%;padding-top:var(--padding-global);padding-right:var(--padding-global);padding-bottom:var(--padding-global);padding-left:var(--padding-global);position:relative;z-index:1;}@media screen and (max-width: 991px) {main .page-content{padding-top:0rem;}}main .layout_works{display:flex;row-gap:2rem;flex-direction:column;}main .hide{display:none;}main .section-heading{font-size:3rem!important;text-transform:uppercase;}main .section_heading-wrapper{margin-top:-0.25rem;}main .works_detail-item{line-height:1.1;font-size:1em;color:rgba(0,0,0,0.75);}main .works_detail-item::after{content:', ';}main .works_detail-item:last-child::after{content:'';}main .works_link{z-index:2;position:relative;text-transform:none;text-decoration:none;line-height:1.1;font-size:1.15em;}main .works_link:hover{text-decoration:underline;}main .works_link::after{content:' series';}main .work_heading-text{font-size:1.5em;text-wrap:balance;font-weight:700;line-height:1;text-transform:uppercase;font-family:'IBM Plex Mono';}@media screen and (max-width: 991px) {main .nav_menu-icon_line{height:0.125em;width:100%;background:rgb(0,0,0);font-size:1em;transition:transform 300ms 200ms cubic-bezier(0.075,0.82,0.165,1),width 200ms 0ms cubic-bezier(0.6,0.04,0.98,0.335);}main .nav_menu-icon_line:nth-child(2){width:35%;}}main .blur{top:80vh;width:100%;height:20vh;content:'';z-index:2;position:sticky;mask-image:linear-gradient(to right, white, transparent);pointer-events:none;backdrop-filter:blur(1rem) brightness(3);-webkit-mask-image:linear-gradient(to top, white, transparent);-webkit-backdrop-filter:blur(1rem);}main .works_thumb{transition:opacity 300ms 0ms ease-in-out;}body main .t7{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t7{row-gap:30px;grid-template-columns:1fr ;}}body main .t9{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t9{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t10{color:rgba(163,117,255,1.00);}}body main .t18{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t18{row-gap:30px;grid-template-columns:1fr ;}}body main .t20{display:flex;row-gap:40px;column-gap:40px;}body main .t22{display:flex;flex-direction:column;}body main .t23{display:flex;flex-direction:column;}body main .t24{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t27{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t29{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t29{row-gap:30px;grid-template-columns:1fr ;}}body main .t30{display:flex;row-gap:25px;flex-direction:column;}body main .t34{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t36{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t37{display:flex;column-gap:100px;}body main .t40{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t48{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t56{color:rgba(163,117,255,1.00);}}@media screen and (max-width: 991px) {body main .t61{column-gap:4rem;}}@media screen and (max-width: 767px) {body main .t61{flex-direction:column;}}body main .t62{top:0rem;flex:2;display:flex;position:sticky;max-width:90ch;align-self:flex-start;min-height:calc(100vh - 5rem);align-items:flex-start;flex-direction:row;}@media screen and (max-width: 767px) {body main .t62{top:auto;width:100%;min-height:auto;flex-direction:column;}}body main .t63{font-size:1.75em;}body main .t64{display:flex;row-gap:0.5rem;font-size:1.5rem;text-wrap:balance;align-self:center;align-items:flex-start;flex-direction:column;text-transform:lowercase;}@media screen and (max-width: 991px) {body main .t64{background:;}}@media screen and (max-width: 767px) {body main .t64{font-size:1.25rem;}}body main .t70{display:flex;row-gap:2rem;padding-top:8rem;flex-direction:column;padding-bottom:0rem;}@media screen and (max-width: 991px) {body main .t71{columns:2;}}@media screen and (max-width: 480px) {body main .t71{columns:1;}}body main .t73{font-size:1.15rem;margin-top:4rem;text-transform:none;}body main .t76{color:rgba(0,0,0,0.5);display:flex;opacity:100%;flex-wrap:wrap;font-size:2rem;column-gap:1ch;text-transform:lowercase;}body main .t77{color:rgb(0,0,0);}body main .t77:hover{text-decoration:underline;}body main .t80{break-inside:avoid;text-decoration:none;}body main .t81{width:100%;max-height:100%;image-rendering:pixelated !important;}body main .t82{display:flex;row-gap:0.25em;text-wrap:balance;background:rgb(255,255,255);align-items:flex-start;flex-direction:column;}body main .t85{line-height:1.1;}body main .t90{color:rgba(0,0,0,0.5);display:flex;opacity:100%;font-size:3rem;column-gap:1em;text-transform:lowercase;}body main .t91{color:rgb(0,0,0);font-size:inherit;line-height:1;}@media screen and (max-width: 991px) {body main .t92{columns:2;}}@media screen and (max-width: 480px) {body main .t92{columns:1;}}body main .t94{width:100%;overflow:hidden;position:relative;}body main .t95{top:0rem;width:15rem;height:100vh;position:sticky;padding-top:var(--padding-global);padding-left:var(--padding-global);padding-right:var(--padding-global);padding-bottom:var(--padding-global);}@media screen and (max-width: 991px) {body main .t95{width:100%;height:auto;z-index:900;position:relative;}}body main .t96{top:2.5rem;width:100%;height:100%;display:flex;row-gap:2rem;z-index:3;position:sticky;align-items:flex-start;flex-direction:column;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t96{height:auto;position:static;align-items:center;flex-direction:row;}}body main .t97{width:10rem;text-decoration:none;}@media screen and (max-width: 991px) {body main .t97{width:10rem;z-index:2;position:relative;}}body main .t98{color:#000000;width:100%;height:100%;}body main .t99{flex:0 1 auto;display:flex;column-gap:1rem;flex-direction:column;}@media screen and (max-width: 991px) {body main .t99{top:0rem;flex:0 0 auto;left:0vw;inset:0rem;right:0rem;width:100vw;bottom:0rem;height:100dvh;opacity:0;z-index:1;position:fixed;background:rgb(255,255,255);transition:opacity 200ms 0ms ease-out;visibility:hidden;padding-top:var(--padding-global);padding-left:var(--padding-global);padding-right:var(--padding-global);padding-bottom:var(--padding-global);justify-content:center;}}body main .t100[disabled]{pointer-events:all;text-decoration:line-through;}body main .t105{grid-auto-flow:row;grid-template-rows:1fr;}@media screen and (max-width: 991px) {body main .t105{columns:2;}}@media screen and (max-width: 480px) {body main .t105{columns:1;}}body main .t107{content:" ";text-decoration:none;}body main .t107::after{inset:0;content:"";position:absolute;}body main .t107:focus-visible{outline:0.0625rem none rgba(0,0,0,1);}body main .t115 p{margin-bottom:0.5rem;}body main .t115{max-width:100ch;margin-bottom:2rem;}@media screen and (max-width: 991px) {body main .t115{columns:1;}}body main .t118{flex:0 1 auto;max-width:50%;align-self:stretch;}@media screen and (max-width: 991px) {body main .t118{min-width:50%;}}@media screen and (max-width: 767px) {body main .t118{width:100%;max-width:100%;min-width:none;}}body main .t119{top:var(--padding-global);position:sticky;}@media screen and (max-width: 767px) {body main .t119{position:static;}}body main .t120{display:flex;overflow:hidden;position:relative;max-height:calc(100vh - 5rem);}body main .t120:only-child{height:calc(100vh - 5rem) ;}@media screen and (max-width: 767px) {body main .t120:only-child{height:auto;}}body main .t121{display:none;}body main .t123{margin-top:4rem;text-transform:none;}body main .t125{width:100%;align-self:center;}body main .t126{display:none;}@media screen and (max-width: 991px) {body main .t126{width:2.125rem;cursor:pointer;height:2.125rem;display:flex;z-index:2;position:relative;align-items:center;justify-content:center;}body main .t126:focus{outline:0.0625rem solid rgba(0,0,0,1);outline-gap:1rem;}}@media screen and (max-width: 991px) {body main .t127{flex:0 0 auto;width:2em;height:1em;display:flex;font-size:1.1rem;align-items:flex-end;flex-direction:column;justify-content:space-between;}}@media screen and (max-width: 991px) {body main .t128{font-size:1em;}}body main .t130{width:100%;align-self:center;padding-top:4rem;padding-bottom:4rem;}@media screen and (max-width: 767px) {body main .t130{padding-top:0rem;padding-bottom:0rem;}}body main .t135{display:flex;column-gap:4rem;}@media screen and (max-width: 767px) {body main .t135{row-gap:4rem;flex-direction:column;}}body main .t136{top:var(--padding-global);flex:0 1 auto;position:sticky;max-width:60%;align-self:flex-start;}@media screen and (max-width: 991px) {body main .t136{max-width:40%;}}@media screen and (max-width: 767px) {body main .t136{max-width:none;}}body main .t137{flex:1 1 0%;}body main .t139 p{margin-bottom:1rem;}body main .t139{max-width:80ch;}body main .t140{top:0rem;left:0rem;right:0rem;width:100%;bottom:0rem;height:100%;opacity:100%;position:absolute;transition:;}@media screen and (max-width: 991px) {body main .t140{transition:;}}body main .t142{inset:0;height:100%;max-height:100%;object-fit:contain;}body main .t145{display:flex;row-gap:0.25rem;flex-direction:column;}body main .t146{display:flex;column-gap:1rem;align-items:center;justify-content:space-between;}body main .t147{font-size:1.15rem;font-weight:400;}body main .t149{width:30rem;display:flex;position:relative;flex-direction:column;justify-content:flex-end;}body main .t150{position:absolute;}