.work.exhibition {
  padding: 0;
  background: #f4f5f3;
  color: #17221f;
}
.work-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  max-width: 1920px;
  margin: auto;
  padding: 88px 48px 100px;
  gap: 48px;
  align-items: start;
}
.work-rail {
  position: sticky;
  top: 40px;
  padding-top: 12px;
}
.work-rail h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.work-rail h2 span {
  color: #8a6328;
}
.work-rail > p {
  font-size: 15px;
  line-height: 1.6;
  color: #53605b;
  margin-top: 28px;
}
.work-rail ol {
  list-style: none;
  margin: 44px 0 0;
  padding: 0;
}
.work-rail li {
  border-top: 1px solid #c7cfca;
}
.work-rail li:last-child {
  border-bottom: 1px solid #c7cfca;
}
.work-rail li a {
  display: grid;
  grid-template-columns: 24px 1fr 18px;
  align-items: center;
  gap: 12px;
  min-height: 85px;
  text-decoration: none;
  padding: 12px 0;
  transition: color 0.3s;
}
.rail-number {
  font-size: 12px;
  color: #53605b;
  font-variant-numeric: tabular-nums;
}
.work-rail li a > span:nth-child(2) {
  font-size: 17px;
}
.work-rail small {
  display: block;
  font-size: 12px;
  color: #53605b;
  margin-top: 5px;
}
.work-rail li svg {
  width: 18px;
  height: 18px;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.3s,
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-rail li a[aria-current="location"] svg,
.work-rail li a:hover svg,
.work-rail li a:focus-visible svg {
  opacity: 1;
  transform: none;
}
.work-rail li a[aria-current="location"] > span:nth-child(2) {
  font-weight: 800;
}
.rail-contact {
  display: flex;
  gap: 20px;
  align-items: center;
  min-height: 44px;
  margin-top: 36px;
  font-size: 13px;
}
.rail-contact svg {
  width: 18px;
  height: 18px;
}
.work-chapters {
  min-width: 0;
}
.project-chapter {
  scroll-margin-top: 32px;
  margin-bottom: 100px;
}
.project-chapter:last-child {
  margin-bottom: 0;
}
.project-cover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 620px;
  aspect-ratio: 1.5;
  display: flex;
  flex-direction: column;
  padding: 40px;
  color: white;
}
.cover-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cover-logo {
  width: 150px;
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
}
.cover-visit {
  display: flex;
  gap: 16px;
  align-items: center;
  min-height: 44px;
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.cover-visit svg {
  width: 24px;
  height: 24px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.cover-visit:hover svg {
  transform: translate(4px, -4px);
}
.cover-statement {
  position: relative;
  z-index: 1;
  font-size: clamp(44px, 5vw, 86px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 13ch;
  padding-block: 48px;
}
.cover-statement em {
  font-style: normal;
}
.cover-vecto {
  background: #173e34;
}
.cover-vecto .cover-statement {
  color: #d8edd9;
  max-width: 10ch;
}
.cover-vecto .cover-statement em {
  color: white;
}
.vecto-symbol {
  position: absolute;
  right: -10%;
  top: 22%;
  width: 66%;
  height: 70%;
  object-fit: contain;
  opacity: 0.17;
  pointer-events: none;
  transform: rotate(-8deg);
}
.vecto-domains {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  border-top: 1px solid #759986;
  padding-top: 20px;
  color: #e3f1e8;
  font-size: 13px;
}
.cover-dea {
  background: #26221f;
  min-height: 700px;
  aspect-ratio: 1.25;
}
.dea-interior {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  z-index: -2;
}
.cover-dea::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(20, 18, 15, 0.87),
    rgba(20, 18, 15, 0.4)
  );
}
.cover-dea .cover-logo {
  width: 200px;
  max-height: 80px;
}
.cover-dea .cover-statement {
  font-weight: 400;
  max-width: 14ch;
  line-height: 1.12;
}
.cover-dea .cover-statement em {
  color: #e4c888;
}
.dea-line {
  font-size: 13px;
  color: #f1e7d8;
  position: relative;
  border-top: 1px solid #ad9b7d;
  padding-top: 20px;
}
.cover-valk {
  background: #1e1724;
  aspect-ratio: 1.38;
  min-height: 660px;
}
.cover-valk .cover-logo {
  width: 50px;
  height: 58px;
  object-position: center;
}
.cover-status {
  font-size: 12px;
  color: #d9cddf;
}
.cover-valk .cover-statement {
  max-width: 15ch;
  z-index: 2;
  font-size: clamp(38px, 4.4vw, 76px);
  line-height: 1.08;
}
.cover-valk .cover-statement em {
  color: #f0a8a1;
}
.valk-symbol {
  position: absolute;
  width: 37%;
  max-height: 52%;
  object-fit: contain;
  right: 3%;
  top: 13%;
  opacity: 0.28;
  pointer-events: none;
}
.workflow {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.workflow span {
  flex: 1;
  border-top: 1px solid #8b748d;
  padding-top: 20px;
}
.workflow span + span {
  padding-left: 20px;
}
.workflow span:last-child {
  font-weight: 800;
}
.cover-engeparc {
  background: #172941;
  min-height: 650px;
  aspect-ratio: 1.4;
}
.cover-engeparc .cover-logo {
  width: 225px;
  max-height: 60px;
}
.cover-engeparc .cover-statement {
  font-size: clamp(42px, 4.9vw, 84px);
  max-width: 14ch;
}
.cover-engeparc .cover-statement em {
  color: #c6d82e;
}
.site-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 1px solid #75849b;
  padding-top: 20px;
  font-size: 15px;
}
.site-map span:last-child {
  text-align: right;
}
.site-map span:nth-child(2) {
  text-align: center;
}
.chapter-copy {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 48px;
  padding-top: 30px;
}
.chapter-heading h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 800;
}
.chapter-heading p {
  font-size: 13px;
  color: #53605b;
  margin-top: 12px;
}
.chapter-summary > p {
  font-size: 17px;
  line-height: 1.65;
  max-width: 64ch;
}
.chapter-summary .chapter-contribution {
  font-size: 15px;
  color: #53605b;
  margin-top: 16px;
}
.chapter-contribution strong {
  font-weight: 800;
  color: #17221f;
}
.chapter-summary details {
  margin-top: 24px;
}
.chapter-summary summary {
  font-size: 14px;
  min-height: 58px;
}
.chapter-summary .project-notes {
  padding-top: 16px;
}
.project-cover a:focus-visible {
  outline-color: #fff;
}
.work.exhibition a:focus-visible,
.work.exhibition summary:focus-visible {
  outline-width: 3px;
}
.project-chapter:target .chapter-heading h3 {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
@media (min-width: 1800px) {
  .work-layout {
    grid-template-columns: 320px 1fr;
    gap: 80px;
  }
  .project-cover {
    padding: 56px;
  }
}
@media (max-width: 1150px) {
  .work-layout {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 32px;
    padding: 64px 32px 80px;
  }
  .work-rail h2 {
    font-size: 44px;
  }
  .work-rail li a {
    gap: 8px;
    grid-template-columns: 20px 1fr 14px;
  }
  .work-rail li a > span:nth-child(2) {
    font-size: 15px;
  }
  .work-rail small {
    font-size: 12px;
  }
  .project-cover {
    padding: 28px;
    min-height: 540px;
    aspect-ratio: auto;
  }
  .cover-statement {
    font-size: 54px;
  }
  .cover-valk .cover-statement {
    font-size: 44px;
  }
  .cover-engeparc .cover-statement {
    font-size: 52px;
  }
  .cover-logo {
    width: 130px;
  }
  .cover-engeparc .cover-logo {
    width: 180px;
  }
  .cover-dea .cover-logo {
    width: 160px;
  }
  .cover-visit {
    gap: 12px;
    font-size: 13px;
  }
  .cover-status {
    max-width: 13ch;
    text-align: right;
  }
  .vecto-domains {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .chapter-copy {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .project-chapter {
    margin-bottom: 72px;
  }
}
@media (max-width: 760px) {
  .work-layout {
    display: block;
    padding: 0;
  }
  .work-rail {
    position: relative;
    top: auto;
    padding: 48px 20px 28px;
    background: #f4f5f3;
  }
  .work-rail h2 {
    font-size: clamp(36px, 10.8vw, 48px);
  }
  .work-rail h2 br {
    display: none;
  }
  .work-rail > p {
    margin-top: 20px;
    font-size: 15px;
    max-width: 36ch;
  }
  .work-rail > p br {
    display: none;
  }
  .work-rail ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    margin-top: 28px;
  }
  .work-rail li:last-child {
    border-bottom: 0;
  }
  .work-rail li a {
    min-height: 74px;
    grid-template-columns: 20px 1fr;
  }
  .work-rail li svg {
    display: none;
  }
  .work-rail small {
    font-size: 11px;
    line-height: 1.4;
  }
  .rail-contact {
    display: none;
  }
  .work-chapters {
    padding-bottom: 48px;
  }
  .project-chapter {
    scroll-margin-top: 16px;
    margin-bottom: 48px;
  }
  .project-cover {
    min-height: 540px;
    padding: 28px 20px;
    aspect-ratio: auto;
  }
  .cover-header {
    gap: 16px;
  }
  .cover-logo {
    width: 132px;
  }
  .cover-visit {
    gap: 12px;
    font-size: 13px;
  }
  .cover-visit svg {
    width: 20px;
    height: 20px;
  }
  .cover-statement {
    font-size: clamp(48px, 12vw, 76px);
    line-height: 1.02;
    padding-block: 48px;
  }
  .vecto-symbol {
    width: 90%;
    right: -25%;
    top: 18%;
    height: 65%;
    opacity: 0.16;
  }
  .vecto-domains {
    font-size: 12px;
    gap: 16px;
  }
  .cover-dea {
    min-height: 590px;
  }
  .cover-dea .cover-statement {
    font-size: clamp(44px, 11vw, 70px);
    max-width: 13ch;
  }
  .cover-dea .cover-logo {
    width: 165px;
  }
  .dea-interior {
    object-position: 62% center;
  }
  .dea-line {
    font-size: 12px;
  }
  .cover-valk {
    min-height: 570px;
  }
  .cover-valk .cover-statement {
    font-size: clamp(34px, 9vw, 60px);
    line-height: 1.1;
    max-width: 15ch;
  }
  .cover-status {
    font-size: 12px;
    max-width: 18ch;
  }
  .valk-symbol {
    width: 58%;
    right: 1%;
    top: 14%;
    opacity: 0.25;
  }
  .workflow {
    font-size: 12px;
    gap: 12px;
  }
  .workflow span + span {
    padding-left: 0;
  }
  .cover-engeparc {
    min-height: 540px;
  }
  .cover-engeparc .cover-logo {
    width: 175px;
  }
  .cover-engeparc .cover-statement {
    font-size: clamp(40px, 10.8vw, 70px);
  }
  .site-map {
    font-size: 13px;
    gap: 12px;
  }
  .chapter-copy {
    padding: 26px 20px 0;
    gap: 20px;
  }
  .chapter-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
  }
  .chapter-heading h3 {
    font-size: 26px;
  }
  .chapter-heading p {
    margin-top: 2px;
    font-size: 12px;
    max-width: 14ch;
    text-align: right;
  }
  .chapter-summary > p {
    font-size: 16px;
  }
  .chapter-summary .chapter-contribution {
    font-size: 15px;
  }
  .chapter-summary summary {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .work.exhibition * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .cover-visit:hover svg {
    transform: none;
  }
}
