.page--works,.page--works-single{padding-bottom:0}.page--works{scroll-margin-top:96px}.works-layout{margin-bottom:180px}.works-categories{display:flex;flex-wrap:wrap;gap:10px;width:min(100% - var(--side) * 2, var(--content));margin:-52px auto 80px}.works-categories a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid var(--line-gray);border-radius:999px;color:var(--ink);font-size:14px;font-weight:500;line-height:1.3;white-space:nowrap;transition:border-color 220ms ease,background-color 220ms ease,color 220ms ease}.works-categories a::after{display:none}.works-categories a:hover,.works-categories a:focus-visible,.works-categories a[aria-current="page"]{border-color:var(--muted-blue);background:var(--muted-blue);color:#fff}.works-filter{width:min(100% - var(--side) * 2, var(--content));margin:-48px auto 72px;padding:24px;border:1px solid var(--line-gray);background:#fff}.works-filter__fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:16px;align-items:end}.works-filter label{display:grid;gap:8px;min-width:0}.works-filter label span{color:var(--soft-gray);font-size:12px;font-weight:600;line-height:1.4}.works-filter select{width:100%;min-height:46px;padding:0 40px 0 14px;border:1px solid var(--line-gray);border-radius:0;background:#fff;color:var(--ink);font:inherit}.works-filter__actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:flex-end;min-width:0}.works-filter__actions .c-button{min-width:132px;border:0;cursor:pointer}.works-filter__reset{color:var(--text-gray);font-size:13px;text-decoration:underline;text-underline-offset:4px}.works-list{min-width:0;padding-top:42px;border-top:2px solid var(--line-gray)}.works-list__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 28px}.works-card{min-width:0}.works-card__link{display:grid;gap:24px}.works-card__image,.works-detail__visual{display:grid;place-items:center;width:100%;aspect-ratio:var(--parent-index-card-image-aspect);border-radius:var(--parent-index-card-image-radius);background:var(--parent-index-card-image-bg);color:var(--parent-index-card-image-text);overflow:hidden}.works-card__image img,.works-detail__visual img{width:100%;height:100%;object-fit:cover}.works-card__image span,.works-detail__visual--placeholder{font-size:16px;font-weight:500}.works-card__meta,.works-detail__terms{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;color:var(--muted-blue);font-size:13px;font-weight:600;line-height:1.4}.works-card__meta span,.works-card__meta time,.works-detail__terms a,.works-detail__terms time{display:inline-flex;align-items:center;min-height:24px;padding:2px 10px;border:1px solid rgb(73 111 140 / .32);border-radius:999px;color:var(--muted-blue);font-size:12px;font-weight:500}.works-card__body{display:grid;gap:14px}.works-card__title{margin:0;color:var(--ink);font-size:18px;font-weight:500;line-height:1.45}.works-card__excerpt{margin:0;color:var(--soft-gray);font-size:14px;font-weight:400;line-height:1.8}.works-card__link:hover .works-card__title,.works-card__link:focus-visible .works-card__title{color:var(--muted-blue)}.works-list__empty{margin:0;padding:48px 0;border-top:1px solid var(--line-gray);color:var(--soft-gray);font-size:15px}.page--works .pagination{display:flex;justify-content:center;margin-top:64px}.page--works .nav-links{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}.page--works .page-numbers{display:grid;min-width:44px;height:44px;padding:0 14px;place-items:center;border:1px solid rgb(28 51 70 / .14);border-radius:999px;background:rgb(255 255 255 / .94);color:var(--ink);font-family:var(--latin),var(--sans);font-size:13px;font-weight:700;line-height:1;transition:border-color 180ms ease,background-color 180ms ease,color 180ms ease,transform 140ms ease}.page--works .page-numbers.current,.page--works .page-numbers:not(.dots):hover,.page--works .page-numbers:not(.dots):focus-visible{border-color:var(--muted-blue);background:var(--muted-blue);color:#fff}.page--works .page-numbers:not(.dots):hover,.page--works .page-numbers:not(.dots):focus-visible{transform:translateY(-2px)}.page--works .page-numbers.dots{min-width:28px;border-color:#fff0;background:#fff0;color:var(--soft-gray)}.page--works .page-numbers.prev,.page--works .page-numbers.next{width:58px;min-width:58px;height:58px;padding:0;border:0;background:var(--muted-blue)}.page--works .page-numbers.prev{margin-right:64px}.page--works .page-numbers.next{margin-left:64px}.page--works .page-numbers.prev.is-disabled,.page--works .page-numbers.next.is-disabled{background:rgb(73 111 140 / .22);cursor:default;opacity:.58;pointer-events:none}.page--works .page-numbers.prev.is-disabled img,.page--works .page-numbers.next.is-disabled img{opacity:.62}.page--works .page-numbers.prev:hover,.page--works .page-numbers.prev:focus-visible,.page--works .page-numbers.next:hover,.page--works .page-numbers.next:focus-visible{background:color-mix(in srgb,var(--muted-blue) 88%,var(--white) 12%);transform:scale(1.04)}.page--works .page-numbers.prev:active,.page--works .page-numbers.next:active{transform:scale(.96)}.page--works .page-numbers.prev img,.page--works .page-numbers.next img{width:32px;height:16px;transition:transform 140ms ease;will-change:transform}.page--works .page-numbers.prev img{transform:rotate(180deg)}.page--works .page-numbers.next:hover img,.page--works .page-numbers.next:focus-visible img{animation:banner-arrow-next-nudge 220ms cubic-bezier(.22,1,.36,1)}.page--works .page-numbers.prev:hover img,.page--works .page-numbers.prev:focus-visible img{animation:banner-arrow-prev-nudge 220ms cubic-bezier(.22,1,.36,1)}@media (max-width:820px){.works-layout{margin-bottom:96px}}@media (max-width:820px){.works-card__link{gap:18px}}@media (max-width:820px){.works-categories{flex-wrap:nowrap;gap:8px;margin-inline:calc(var(--side) * -1);margin-top:-28px;margin-bottom:56px;width:auto;padding:0 var(--side) 4px;overflow-x:auto}.works-categories a{flex:0 0 auto;min-height:40px;padding:0 14px}.works-categories a::after{display:none}}@media (max-width:820px){.works-filter{width:auto;margin:-32px calc(var(--side) * -1) 48px;padding:18px var(--side)}.works-filter__fields{grid-template-columns:1fr;gap:14px}.works-filter__actions{min-width:0;justify-content:stretch}.works-filter__actions .c-button,.works-filter__reset{width:100%;justify-content:center;text-align:center}}@media (max-width:820px){.works-list{padding-top:32px}.works-list__items{grid-template-columns:1fr;gap:38px}}@media (max-width:820px){.page--works .pagination{width:100%;margin-top:46px}.page--works .nav-links{justify-content:space-between;width:100%;gap:0}.page--works .page-numbers{min-width:38px;height:38px;padding:0 11px;font-size:12px}.page--works .page-numbers.prev,.page--works .page-numbers.next{width:52px;min-width:52px;height:52px}.page--works .page-numbers.prev{margin-right:0}.page--works .page-numbers.next{margin-left:0}.page--works .page-numbers.prev img,.page--works .page-numbers.next img{width:28px;height:14px}}