@font-face {
  font-family: "Serif Pixel 7";
  src: url("assets/fonts/serif-pixel-7/SerifPixel7-llXe.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #2f3135;
  background-image: url("assets/03%20m%C3%A1solat.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url("assets/03%20m%C3%A1solat.png");
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1.6;
  color: #eceff3;
  overflow-y: auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(36, 39, 44, 0.34);
  backdrop-filter: blur(5px);
  z-index: 0;
  pointer-events: none;
}

.overlay-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding-top: 110px;
}

.top-nav {
  position: fixed;
  top: 34px;
  right: 34px;
  display: flex;
  justify-content: flex-end;
  gap: 54px;
  z-index: 3;
  transition: transform 0.28s ease, opacity 0.28s ease;
  will-change: transform;
}

.top-nav.is-hidden {
  transform: translateY(calc(-100% - 28px));
  opacity: 0;
  pointer-events: none;
}

.top-nav a {
  display: inline-block;
  position: relative;
  padding: 8px 14px;
  border-radius: 8px;
  color: #f0f2f5;
  text-decoration: none;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: clamp(14px, 1.7vw, 19px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  transition: color 0.2s ease, text-shadow 0.2s ease, filter 0.2s ease,
    transform 0.12s ease;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.85),
    0 0 16px rgba(196, 216, 255, 0.65);
  filter: brightness(1.12);
}

.top-nav a.active {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.85),
    0 0 16px rgba(196, 216, 255, 0.65);
  filter: brightness(1.12);
  opacity: 1;
}

.top-nav a:active {
  transform: translateY(1px) scale(0.98);
}

.menu-sparkle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  pointer-events: none;
  background: #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.95),
    0 0 14px rgba(205, 228, 255, 0.9);
  animation: sparkle-particle 1.15s linear forwards;
}

@keyframes sparkle-particle {
  0% {
    transform: translate(-50%, -50%) scale(0.35);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--x), var(--y)) scale(0.9);
    opacity: 0;
  }
}

.name {
  position: fixed;
  top: 34px;
  left: 34px;
  margin: 0;
  color: #f1f3f5;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
  z-index: 3;
  transition: transform 0.28s ease, opacity 0.28s ease;
  will-change: transform;
}

.name.is-hidden {
  transform: translateY(calc(-100% - 28px));
  opacity: 0;
  pointer-events: none;
}

.name a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.name a:hover,
.name a:focus-visible,
.name.is-active a {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.85),
    0 0 16px rgba(196, 216, 255, 0.65);
  outline: none;
}

.tab-section {
  display: none;
}

.about-section {
  width: min(1120px, calc(100vw - 68px));
  margin: 0 auto 80px;
  color: #eef1f4;
}

.about-intro {
  width: min(920px, 100%);
}

.about-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  font-size: 15px;
  line-height: 1.62;
  text-align: justify;
  text-align-last: left;
}

.about-copy p {
  margin: 0;
}

.about-projects {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-top: 0;
}

.about-project-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 2 / 3;
  min-height: 420px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: rgba(236, 239, 243, 0.08);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.about-project-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: blur(2.5px) saturate(0.78) contrast(0.9);
  transform: scale(1.04);
  transition: filter 0.24s ease, transform 0.24s ease;
}

.about-project-card .about-project-image-soft {
  transform: scale(1.18);
}

.about-project-card .about-project-image-lobotomy {
  object-position: center top;
  transform: scale(1);
  transform-origin: center top;
}

.about-project-card--empty {
  background:
    linear-gradient(rgba(236, 239, 243, 0.1), rgba(236, 239, 243, 0.1)),
    rgba(24, 27, 31, 0.44);
  transition: background-color 0.24s ease, box-shadow 0.24s ease;
}

.about-project-card--empty::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.about-project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(226, 232, 226, 0.2);
  mix-blend-mode: screen;
  pointer-events: none;
}

.about-project-card:hover img,
.about-project-card:focus-visible img {
  filter: blur(1px) saturate(0.95) contrast(0.95);
  transform: scale(1.08);
}

.about-project-card:hover .about-project-image-soft,
.about-project-card:focus-visible .about-project-image-soft {
  transform: scale(1.22);
}

.about-project-card:hover .about-project-image-lobotomy,
.about-project-card:focus-visible .about-project-image-lobotomy {
  transform: scale(1.04);
}

.about-project-card--empty:hover,
.about-project-card--empty:focus-visible {
  background-color: rgba(42, 46, 52, 0.64);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

.about-project-card:hover .work-label,
.about-project-card:focus-visible .work-label {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.03);
}

.about-project-card:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
}

.works-section {
  width: min(1120px, calc(100vw - 68px));
  margin: 0 auto;
  color: #eef1f4;
}

.work-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.work-category {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 2 / 3;
  min-height: 420px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: rgba(236, 239, 243, 0.08);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  isolation: isolate;
}

.work-category img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  filter: blur(2.5px) saturate(0.78) contrast(0.9);
  transform: scale(1.04);
  transition: filter 0.24s ease, transform 0.24s ease;
}

.work-category::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(226, 232, 226, 0.2);
  mix-blend-mode: screen;
  pointer-events: none;
}

.work-frame {
  position: absolute;
  inset: 21% 14% 22%;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.work-frame::before,
.work-frame::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
}

.work-frame::before {
  left: -26px;
  top: 24%;
}

.work-frame::after {
  right: -26px;
  bottom: 20%;
}

.work-label {
  position: absolute;
  z-index: 3;
  top: 46%;
  left: 50%;
  width: min(72%, 230px);
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 12px 16px;
  color: #101214;
  background: rgba(245, 246, 244, 0.92);
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.12;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  transition: background 0.24s ease, transform 0.24s ease;
}

.work-category:hover img,
.work-category:focus-visible img {
  filter: blur(1px) saturate(0.95) contrast(0.95);
  transform: scale(1.08);
}

.work-category:hover .work-label,
.work-category:focus-visible .work-label {
  background: #ffffff;
  transform: translate(-50%, -50%) scale(1.03);
}

.work-category:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 5px;
}

@media (min-width: 1200px) {
  .works-section,
  .about-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .work-categories,
  .about-projects {
    width: calc(100vw - 68px);
    margin-left: calc(50% - 50vw + 34px);
    grid-template-columns: repeat(3, var(--works-card-width, 357px));
    gap: 0;
    justify-content: space-between;
  }

  .work-category,
  .about-project-card {
    min-height: 0;
    height: auto;
  }

  .about-project-card:nth-child(3n + 2) {
    margin-top: 58px;
  }

  .about-project-card:nth-child(3n) {
    margin-top: 24px;
  }

  .work-category:nth-child(2) {
    margin-top: 58px;
  }

  .work-category:nth-child(3) {
    margin-top: 24px;
  }
}

@media (min-width: 1500px) {
  .works-section,
  .about-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .work-categories,
  .about-projects {
    width: calc(100vw - 68px);
    margin-left: 34px;
    grid-template-columns: repeat(3, var(--works-card-width, 357px));
    column-gap: 0;
    justify-content: space-between;
  }
}

.experimental-section,
.three-d-section {
  width: min(1320px, calc(100vw - 68px));
  margin: 0 auto 80px;
  color: #eef1f4;
}

.experimental-work-list,
.three-d-work-list {
  display: flex;
  flex-direction: column;
  gap: 76px;
}

.project-index {
  width: min(860px, 100%);
  gap: 22px;
}

.experimental-project,
.three-d-project {
  width: 100%;
}

.experimental-title,
.three-d-title {
  margin: 0 0 22px;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: clamp(30px, 4.4vw, 58px);
  font-weight: 400;
  line-height: 1.05;
  color: #f1f3f5;
}

.three-d-title a,
.object-title a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease, filter 0.2s ease,
    transform 0.12s ease;
}

.three-d-title a:hover,
.three-d-title a:focus-visible,
.object-title a:hover,
.object-title a:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.85),
    0 0 16px rgba(196, 216, 255, 0.65);
  filter: brightness(1.12);
}

.three-d-title a:focus-visible,
.object-title a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.category-work-link {
  display: grid;
  grid-template-columns: clamp(86px, 9vw, 126px) minmax(0, 1fr);
  column-gap: 22px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease, filter 0.2s ease,
    transform 0.12s ease;
}

.category-work-thumb {
  position: relative;
  display: block;
  width: clamp(86px, 9vw, 126px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    linear-gradient(rgba(236, 239, 243, 0.09), rgba(236, 239, 243, 0.09)),
    rgba(24, 27, 31, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.category-work-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(1px) saturate(0.82) contrast(0.92);
  transform: scale(1.04);
  transition: filter 0.24s ease, transform 0.24s ease;
}

.category-work-thumb--empty::before {
  content: "";
  position: absolute;
  inset: 18% 16%;
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.project-index .category-work-title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 30px);
  line-height: 1.14;
}

.category-work-link:hover,
.category-work-link:focus-visible {
  color: #ffffff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.85),
    0 0 16px rgba(196, 216, 255, 0.65);
  filter: brightness(1.12);
}

.category-work-link:hover .category-work-thumb img,
.category-work-link:focus-visible .category-work-thumb img {
  filter: blur(0.4px) saturate(0.96) contrast(0.98);
  transform: scale(1.08);
}

.category-work-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 6px;
}

.project-index article:nth-child(even) {
  margin-left: clamp(24px, 4vw, 72px);
}

.project-index article:nth-child(3n) {
  margin-left: clamp(12px, 2vw, 38px);
}

.experimental-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 14px;
  align-items: start;
  width: min(1120px, 100%);
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.55;
  text-align: justify;
  text-align-last: left;
}

.experimental-copy p {
  margin: 0;
}

.experimental-copy h3 {
  margin: 24px 0 10px;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(241, 243, 245, 0.9);
}

.experimental-variations {
  display: flex;
  flex-direction: column;
  gap: 46px;
  width: min(1120px, 100%);
  margin-top: 42px;
}

.experimental-variation {
  --variation-heading-size: 14px;
  --variation-heading-height: 18.2px;
  --variation-row-gap: 18px;
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  column-gap: 34px;
  align-items: start;
}

.experimental-variation-media {
  display: grid;
  gap: 14px;
  margin-top: calc(var(--variation-heading-height) + var(--variation-row-gap));
}

.experimental-variation-copy {
  min-width: 0;
}

.experimental-variation-media--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.experimental-variation-image {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
}

.experimental-variation-text h3 {
  margin: 0;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: var(--variation-heading-size);
  font-weight: 400;
  line-height: var(--variation-heading-height);
  color: rgba(241, 243, 245, 0.9);
}

.experimental-variation-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: var(--variation-row-gap);
  align-items: start;
}

.experimental-variation-text h3[lang="hu"],
.experimental-variation-text p[lang="hu"] {
  grid-column: 1;
}

.experimental-variation-text h3[lang="en"],
.experimental-variation-text p[lang="en"] {
  grid-column: 2;
}

.experimental-variation-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  text-align: justify;
  text-align-last: left;
}

.experimental-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(1120px, 100%);
  margin-top: 34px;
}

.experimental-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
}

.three-d-hero {
  display: block;
  width: min(1120px, 100%);
  height: auto;
  max-height: min(70vh, 760px);
  object-fit: contain;
  object-position: left center;
}

.soft-residue-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 14px;
  align-items: start;
  width: min(1120px, 100%);
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.55;
  text-align: justify;
  text-align-last: left;
}

.soft-residue-copy > [lang],
.object-project-copy > [lang] {
  display: contents;
}

.soft-residue-copy > [lang="hu"] > *,
.object-project-copy > [lang="hu"] > * {
  grid-column: 1;
}

.soft-residue-copy > [lang="en"] > *,
.object-project-copy > [lang="en"] > * {
  grid-column: 2;
}

.soft-residue-copy > [lang] > :nth-child(1),
.object-project-copy > [lang] > :nth-child(1) {
  grid-row: 1;
}

.soft-residue-copy > [lang] > :nth-child(2),
.object-project-copy > [lang] > :nth-child(2) {
  grid-row: 2;
}

.soft-residue-copy > [lang] > :nth-child(3),
.object-project-copy > [lang] > :nth-child(3) {
  grid-row: 3;
}

.soft-residue-copy > [lang] > :nth-child(4),
.object-project-copy > [lang] > :nth-child(4) {
  grid-row: 4;
}

.soft-residue-copy > [lang] > :nth-child(5),
.object-project-copy > [lang] > :nth-child(5) {
  grid-row: 5;
}

.soft-residue-copy > [lang] > :nth-child(6),
.object-project-copy > [lang] > :nth-child(6) {
  grid-row: 6;
}

.soft-residue-copy > [lang] > :nth-child(7),
.object-project-copy > [lang] > :nth-child(7) {
  grid-row: 7;
}

.soft-residue-copy > [lang] > :nth-child(8),
.object-project-copy > [lang] > :nth-child(8) {
  grid-row: 8;
}

.soft-residue-copy p {
  margin: 0;
}

.soft-residue-meta {
  margin-top: 18px;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: 13px;
  line-height: 1.4;
}

.soft-residue-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1120px, 100%);
  margin-top: 34px;
}

.soft-residue-grid figure {
  margin: 0;
}

.soft-residue-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  background: transparent;
  box-shadow: none;
}

.soft-residue-grid figcaption {
  margin-bottom: 10px;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(241, 243, 245, 0.82);
}

.objects-section {
  width: min(1320px, calc(100vw - 68px));
  margin: 0 auto 80px;
  color: #eef1f4;
}

.object-work-list {
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.object-work {
  padding-top: 0;
}

.object-work-layout {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(300px, 560px);
  column-gap: clamp(52px, 5vw, 92px);
  row-gap: 24px;
  align-items: start;
  justify-content: start;
}

.object-media {
  position: relative;
  justify-self: start;
  width: auto;
  max-width: 100%;
}

.object-title {
  margin: 0 0 22px;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: clamp(30px, 4.4vw, 58px);
  font-weight: 400;
  line-height: 1.05;
  color: #f1f3f5;
}

.object-project {
  width: 100%;
}

.object-project-hero {
  display: block;
  width: min(1120px, 100%);
  height: auto;
  max-height: min(70vh, 760px);
  object-fit: contain;
  object-position: left center;
  background: transparent;
  box-shadow: none;
}

.object-project-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 14px;
  align-items: start;
  width: min(1120px, 100%);
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.55;
  text-align: justify;
  text-align-last: left;
  color: #f1f3f5;
}

.object-project-copy p {
  margin: 0;
}

.object-project-copy .object-meta {
  margin-top: 18px;
  margin-bottom: 0;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: 13px;
  line-height: 1.4;
}

.object-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1120px, 100%);
  margin-top: 34px;
}

.object-project-grid img,
.object-project-video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}

.object-project-video {
  width: min(1120px, 100%);
  margin-top: 18px;
}

.object-main-image,
.object-secondary-image,
.object-gallery img,
.object-video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}

.object-secondary-image {
  margin-top: 18px;
}

.object-gallery {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.object-gallery-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.object-gallery-row img {
  width: 100%;
}

.object-video {
  margin-top: 18px;
}

.lightbox-media {
  cursor: zoom-in;
}

.lightbox-media:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 6px;
}

.object-copy {
  justify-self: start;
  max-width: 560px;
  padding-top: clamp(58px, 7vw, 106px);
  font-size: 14px;
  line-height: 1.55;
  text-align: justify;
  text-align-last: left;
  color: #f1f3f5;
}

.object-copy p {
  margin: 0 0 14px;
}

.object-copy .object-meta {
  margin-top: 18px;
  margin-bottom: 28px;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  font-size: 13px;
  line-height: 1.4;
}

.object-text-en {
  margin-top: 90px;
}

body.lightbox-open {
  overflow: hidden;
}

body.lightbox-open .overlay-content {
  filter: blur(18px);
  transform: scale(1.015);
}

.media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 58px 110px;
  background: rgba(16, 18, 21, 0.58);
  backdrop-filter: blur(18px);
  box-sizing: border-box;
  overflow: hidden;
}

.media-lightbox.is-open {
  display: flex;
}

.lightbox-stage {
  position: relative;
  z-index: 2;
  width: min(72vw, 1080px);
  height: min(74vh, 820px);
  display: grid;
  place-items: center;
}

.lightbox-stage img,
.lightbox-stage video {
  display: block;
  max-width: min(72vw, 1080px);
  max-height: min(74vh, 820px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox-preview {
  position: fixed;
  top: 50%;
  z-index: 1;
  width: min(14vw, 180px);
  height: min(34vh, 260px);
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0.82;
  filter: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.lightbox-preview-prev {
  left: max(26px, calc(50% - min(72vw, 1080px) / 2 - min(14vw, 180px) - 34px));
}

.lightbox-preview-next {
  right: max(26px, calc(50% - min(72vw, 1080px) / 2 - min(14vw, 180px) - 34px));
}

.lightbox-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox-preview:hover,
.lightbox-preview:focus-visible {
  opacity: 1;
  outline: none;
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 11;
  border: 0;
  color: #ffffff;
  background: transparent;
  font-family: "Serif Pixel 7", "Cormorant Garamond", serif;
  line-height: 1;
  cursor: pointer;
}

.lightbox-close {
  top: 28px;
  right: 34px;
  font-size: 22px;
}

.lightbox-nav {
  top: 50%;
  width: 48px;
  height: 72px;
  font-size: 46px;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 22px;
}

.lightbox-next {
  right: 22px;
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.85),
    0 0 16px rgba(196, 216, 255, 0.65);
  outline: none;
}

.lightbox-thumbs {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 11;
  width: fit-content;
  max-width: calc(100vw - 68px);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(16, 18, 21, 0.36);
  backdrop-filter: blur(16px);
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  transform: translateX(-50%);
  scrollbar-color: rgba(255, 255, 255, 0.48) rgba(255, 255, 255, 0.12);
  scrollbar-width: thin;
}

.lightbox-thumbs::-webkit-scrollbar {
  height: 7px;
}

.lightbox-thumbs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.lightbox-thumbs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.44);
}

.lightbox-thumb {
  flex: 0 0 auto;
  width: auto;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  opacity: 0.58;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.lightbox-thumb img {
  display: block;
  height: 68px;
  width: auto;
  max-width: none;
  object-fit: contain;
}

.lightbox-thumb:hover,
.lightbox-thumb:focus-visible,
.lightbox-thumb.is-active {
  border-color: rgba(255, 255, 255, 0.86);
  opacity: 1;
  outline: none;
}

.lightbox-thumb.is-active {
  transform: translateY(-3px);
}

.cv-section {
  position: relative;
  margin-top: 0;
  margin-left: 34px;
  max-width: 620px;
  padding: 0;
  color: #eef1f4;
}

.cv-intro {
  margin: 0 0 26px;
}

.cv-intro p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  text-align: justify;
  text-align-last: left;
}

.cv-intro p:last-child {
  margin-bottom: 0;
}

.cv-section h3 {
  margin: 0 0 14px;
  font-size: 21px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}

.cv-section h3:not(:first-of-type) {
  margin-top: 26px;
}

.cv-section ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.cv-section li {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.45;
}

.cv-section p {
  margin: 10px 0 0;
  font-size: 16px;
}

.cv-section a {
  color: #f0f3f6;
}

.cv-section a:hover {
  color: #cfd5dc;
}

.contact-section {
  margin-top: 0;
  margin-left: 34px;
  max-width: 620px;
  color: #eef1f4;
}

.contact-section h2 {
  margin: 0 0 10px;
  font-size: 20px;
}

.contact-section p {
  margin: 6px 0;
  font-size: 16px;
}

.contact-section a {
  color: #f0f3f6;
}

.contact-section a:hover {
  color: #cfd5dc;
}

@media (max-width: 860px) {
  body {
    background-attachment: scroll;
    background-position: center top;
    overflow-x: hidden;
  }

  body::before {
    background: rgba(28, 31, 35, 0.46);
    backdrop-filter: blur(4px);
  }

  .overlay-content {
    padding-top: 126px;
    padding-bottom: 54px;
  }

  .name {
    top: 18px;
    left: 17px;
    right: 17px;
    max-width: calc(100vw - 34px);
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-nav {
    top: 52px;
    left: 17px;
    right: 17px;
    gap: 6px;
    justify-content: space-between;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(20, 23, 27, 0.42);
    backdrop-filter: blur(16px);
    box-sizing: border-box;
  }

  .top-nav a {
    flex: 1 1 0;
    min-height: 40px;
    display: grid;
    place-items: center;
    padding: 10px 6px;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
  }

  .works-section,
  .about-section,
  .experimental-section,
  .three-d-section,
  .objects-section {
    width: min(620px, calc(100vw - 34px));
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 54px;
  }

  .work-categories {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .work-category,
  .work-category img,
  .about-project-card,
  .about-project-card img {
    min-height: 260px;
  }

  .work-category,
  .about-project-card {
    aspect-ratio: 4 / 3;
  }

  .work-category img,
  .about-project-card img {
    filter: blur(1.5px) saturate(0.86) contrast(0.94);
  }

  .work-frame {
    inset: 18% 11% 20%;
  }

  .work-label {
    width: min(78%, 230px);
    min-height: 62px;
    padding: 10px 14px;
    font-size: 14px;
  }

  .about-copy,
  .about-projects {
    grid-template-columns: 1fr;
  }

  .about-copy {
    gap: 13px;
    font-size: 14px;
    line-height: 1.62;
    text-align: left;
    text-align-last: auto;
  }

  .about-projects {
    gap: 16px;
    margin-top: 0;
  }

  .experimental-work-list,
  .three-d-work-list,
  .object-work-list {
    gap: 52px;
  }

  .project-index {
    gap: 18px;
  }

  .project-index article {
    margin-left: 0;
  }

  .category-work-link {
    grid-template-columns: 78px minmax(0, 1fr);
    column-gap: 16px;
    width: 100%;
  }

  .category-work-thumb {
    width: 78px;
  }

  .experimental-title,
  .three-d-title,
  .object-title {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.12;
  }

  .project-index .category-work-title {
    font-size: 22px;
    line-height: 1.14;
  }

  .three-d-hero,
  .object-project-hero {
    width: 100%;
    max-height: 58vh;
    object-position: center center;
  }

  .object-work-layout {
    grid-template-columns: 1fr;
    column-gap: 0;
    gap: 24px;
  }

  .object-media {
    position: static;
  }

  .object-gallery-row {
    grid-template-columns: 1fr;
  }

  .experimental-copy,
  .soft-residue-copy,
  .object-project-copy {
    grid-template-columns: 1fr;
    gap: 13px;
    width: 100%;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.62;
    text-align: left;
    text-align-last: auto;
  }

  .experimental-variations {
    gap: 44px;
    width: 100%;
    margin-top: 32px;
  }

  .experimental-variation {
    --variation-heading-size: 13px;
    --variation-heading-height: 16.9px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .experimental-variation-media {
    margin-top: 0;
  }

  .experimental-variation-text {
    grid-template-columns: 1fr;
    row-gap: 13px;
  }

  .experimental-variation-text h3[lang],
  .experimental-variation-text p[lang] {
    grid-column: 1;
  }

  .experimental-variation-text p {
    font-size: 14px;
    line-height: 1.62;
    text-align: left;
    text-align-last: auto;
  }

  .experimental-variation-text h3 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .soft-residue-copy,
  .object-project-copy {
    gap: 36px;
  }

  .soft-residue-copy > [lang],
  .object-project-copy > [lang] {
    display: block;
  }

  .soft-residue-copy p,
  .object-project-copy p,
  .object-copy p {
    margin-bottom: 13px;
  }

  .experimental-copy h3 {
    margin-top: 22px;
    font-size: 13px;
  }

  .experimental-grid,
  .soft-residue-grid,
  .object-project-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    margin-top: 28px;
  }

  .soft-residue-grid figcaption {
    font-size: 13px;
  }

  .object-project-video {
    width: 100%;
    margin-top: 14px;
  }

  .object-copy {
    justify-self: start;
    max-width: none;
    padding-top: 0;
    font-size: 14px;
    line-height: 1.62;
    text-align: left;
    text-align-last: auto;
  }

  .object-text-en {
    margin-top: 52px;
  }

  .cv-section,
  .about-section,
  .contact-section {
    width: min(620px, calc(100vw - 34px));
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .cv-section h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.25;
  }

  .cv-section li,
  .cv-section p,
  .contact-section p {
    font-size: 14px;
    line-height: 1.5;
  }

  .contact-section h2 {
    font-size: 18px;
  }

  .media-lightbox {
    padding: 54px 38px 90px;
  }

  .lightbox-stage {
    width: calc(100vw - 76px);
    height: calc(100vh - 160px);
    height: calc(100svh - 160px);
  }

  .lightbox-stage img,
  .lightbox-stage video {
    max-width: calc(100vw - 76px);
    max-height: calc(100vh - 160px);
    max-height: calc(100svh - 160px);
  }

  .lightbox-thumbs {
    bottom: 14px;
    max-width: calc(100vw - 34px);
    padding: 7px;
  }

  .lightbox-thumb {
    flex-basis: auto;
    width: auto;
    height: 54px;
  }

  .lightbox-thumb img {
    height: 54px;
    max-width: none;
  }

  .lightbox-preview {
    display: none;
  }

  .lightbox-nav {
    width: 34px;
    height: 56px;
    font-size: 32px;
  }

  .lightbox-prev {
    left: 2px;
  }

  .lightbox-next {
    right: 2px;
  }

  .lightbox-close {
    top: 18px;
    right: 18px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .overlay-content {
    padding-top: 118px;
  }

  .top-nav {
    top: 48px;
  }

  .top-nav a {
    min-height: 38px;
    font-size: 12px;
  }

  .work-category,
  .work-category img,
  .about-project-card,
  .about-project-card img {
    min-height: 225px;
  }

  .work-label {
    min-height: 56px;
    font-size: 13px;
  }

  .category-work-link {
    grid-template-columns: 66px minmax(0, 1fr);
    column-gap: 13px;
  }

  .category-work-thumb {
    width: 66px;
  }

  .experimental-title,
  .three-d-title,
  .object-title {
    font-size: 28px;
  }

  .project-index .category-work-title {
    font-size: 19px;
  }

  .about-copy,
  .experimental-copy,
  .experimental-variation-text,
  .soft-residue-copy,
  .object-project-copy,
  .object-copy {
    font-size: 13px;
    line-height: 1.58;
  }

  .experimental-variations {
    gap: 38px;
  }

  .experimental-variation-media {
    gap: 10px;
  }

  .experimental-grid,
  .soft-residue-grid,
  .object-project-grid {
    gap: 12px;
  }

  .media-lightbox {
    padding: 48px 28px 82px;
  }

  .lightbox-stage {
    width: calc(100vw - 56px);
    height: calc(100vh - 146px);
    height: calc(100svh - 146px);
  }

  .lightbox-stage img,
  .lightbox-stage video {
    max-width: calc(100vw - 56px);
    max-height: calc(100vh - 146px);
    max-height: calc(100svh - 146px);
  }

  .lightbox-thumb,
  .lightbox-thumb img {
    height: 46px;
  }
}

@media not all {
/* Editorial redesign */
:root {
  --sheet-top: 54px;
  --sheet-width: min(1420px, calc(100vw - 96px));
  --sheet-pad: clamp(34px, 4vw, 64px);
  --paper: #f6f6f2;
  --paper-soft: #ecece7;
  --ink: #0b0b0b;
  --muted: #666967;
  --line: #d4d4ce;
  --black: #060606;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--black);
  background-image: none;
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 4px
    );
  backdrop-filter: none;
  opacity: 0.38;
}

.overlay-content {
  position: relative;
  z-index: 1;
  width: var(--sheet-width);
  min-height: calc(100vh - (var(--sheet-top) * 2));
  margin: var(--sheet-top) auto;
  padding: 112px var(--sheet-pad) 78px;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.overlay-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(11, 11, 11, 0.18) 0.7px, transparent 0.7px),
    linear-gradient(90deg, rgba(11, 11, 11, 0.045) 1px, transparent 1px);
  background-size: 10px 10px, 25% 100%;
  opacity: 0.18;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 78%, transparent);
}

.overlay-content > .tab-section {
  position: relative;
  z-index: 1;
}

.top-nav,
.name {
  position: fixed;
  z-index: 6;
  color: var(--ink);
  text-shadow: none;
}

.name {
  top: calc(var(--sheet-top) + 22px);
  left: calc((100vw - var(--sheet-width)) / 2 + var(--sheet-pad));
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.name a {
  color: inherit;
  text-decoration: none;
}

.top-nav {
  top: calc(var(--sheet-top) + 19px);
  right: calc((100vw - var(--sheet-width)) / 2 + var(--sheet-pad));
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.top-nav a {
  display: inline-grid;
  min-height: 27px;
  place-items: center;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.name a:hover,
.name a:focus-visible,
.name.is-active a,
.top-nav a:hover,
.top-nav a:focus-visible,
.top-nav a.active {
  color: var(--paper);
  background: var(--ink);
  text-shadow: none;
  filter: none;
  outline: none;
}

.top-nav a:focus-visible,
.name a:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.menu-sparkle {
  display: block;
}

.tab-section {
  display: none;
}

.about-section,
.works-section,
.experimental-section,
.three-d-section,
.objects-section,
.cv-section,
.contact-section {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  color: var(--ink);
}

.page-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(250px, 0.72fr);
  column-gap: 48px;
  row-gap: 28px;
  align-items: end;
  margin: 0 0 44px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--ink);
}

.about-hero {
  min-height: 250px;
}

.works-hero,
.category-hero,
.cv-heading {
  min-height: 138px;
}

.page-kicker,
.project-kicker {
  margin: 0;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.page-kicker {
  grid-column: 1 / -1;
}

.page-title {
  margin: 0;
  max-width: 760px;
  font-size: 86px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.9;
}

.page-description {
  width: min(360px, 100%);
  margin: 0;
  justify-self: end;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
}

.page-meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(720px, 100%);
  margin: 22px 0 0 auto;
}

.page-meta div {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.page-meta dt,
.page-meta dd {
  margin: 0;
  font-size: 11px;
  line-height: 1.15;
  text-transform: uppercase;
}

.page-meta dt {
  color: var(--muted);
}

.page-meta dd {
  color: var(--ink);
  font-weight: 700;
}

.about-projects,
.work-categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin: 0;
  align-items: start;
}

.about-projects {
  counter-reset: about-project;
}

.work-categories {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  counter-reset: work-category;
}

.about-project-card,
.work-category {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--line);
  color: var(--paper);
  background: var(--paper-soft);
  box-shadow: none;
  text-decoration: none;
}

.about-project-card {
  aspect-ratio: 3 / 4;
  counter-increment: about-project;
}

.work-category {
  aspect-ratio: 4 / 5;
  counter-increment: work-category;
}

.about-project-card:nth-child(2),
.about-project-card:nth-child(6) {
  margin-top: 56px;
}

.about-project-card:nth-child(4),
.about-project-card:nth-child(8) {
  margin-top: 112px;
}

.about-project-card img,
.work-category img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: grayscale(0.72) saturate(0.72) contrast(1.08);
  transform: scale(1.01);
  transition: filter 0.24s ease, transform 0.24s ease;
}

.about-project-card .about-project-image-soft,
.about-project-card .about-project-image-lobotomy {
  transform: scale(1.01);
}

.about-project-card--empty {
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(11, 11, 11, 0.06) 1px, transparent 1px),
    var(--paper-soft);
  background-size: 22px 22px;
  color: var(--ink);
}

.about-project-card::before,
.work-category::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.12),
    rgba(0, 0, 0, 0.04) 48%,
    rgba(0, 0, 0, 0.58)
  );
  mix-blend-mode: normal;
}

.about-project-card--empty::before {
  background: transparent;
}

.about-project-card::after,
.work-category::after {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  border: 0;
  color: currentColor;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.about-project-card::after {
  content: "(" counter(about-project, decimal-leading-zero) ")";
}

.work-category::after {
  content: "(" counter(work-category, decimal-leading-zero) ")";
}

.work-frame {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: auto;
  left: auto;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 0;
  border-top: 8px solid currentColor;
  border-right: 8px solid currentColor;
  pointer-events: none;
}

.work-frame::before,
.work-frame::after {
  display: none;
}

.work-label {
  position: absolute;
  top: auto;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 3;
  width: auto;
  min-height: 0;
  display: block;
  padding: 0;
  color: currentColor;
  background: transparent;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.08;
  text-align: left;
  text-transform: uppercase;
  transform: none;
}

.about-project-card:hover,
.about-project-card:focus-visible,
.work-category:hover,
.work-category:focus-visible {
  color: var(--paper);
  outline: 0;
}

.about-project-card--empty:hover,
.about-project-card--empty:focus-visible {
  color: var(--ink);
  background-color: var(--paper-soft);
  box-shadow: none;
}

.about-project-card:hover img,
.about-project-card:focus-visible img,
.work-category:hover img,
.work-category:focus-visible img {
  filter: grayscale(0.15) saturate(0.92) contrast(1.04);
  transform: scale(1.04);
}

.about-project-card:hover .about-project-image-soft,
.about-project-card:focus-visible .about-project-image-soft,
.about-project-card:hover .about-project-image-lobotomy,
.about-project-card:focus-visible .about-project-image-lobotomy {
  transform: scale(1.04);
}

.about-project-card:hover .work-label,
.about-project-card:focus-visible .work-label,
.work-category:hover .work-label,
.work-category:focus-visible .work-label {
  background: transparent;
  transform: none;
}

.about-project-card:focus-visible,
.work-category:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 4px;
}

.experimental-work-list,
.three-d-work-list,
.object-work-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.project-index {
  width: min(980px, 100%);
  gap: 0;
  counter-reset: project-index;
}

.project-index article {
  counter-increment: project-index;
  border-top: 1px solid var(--line);
}

.project-index article:last-child {
  border-bottom: 1px solid var(--line);
}

.category-work-link {
  position: relative;
  display: grid;
  grid-template-columns: 58px 132px minmax(0, 1fr);
  column-gap: 22px;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 124px;
  padding: 12px 0;
  color: var(--ink);
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.category-work-link::before {
  content: "(" counter(project-index, decimal-leading-zero) ")";
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.category-work-thumb {
  position: relative;
  display: block;
  width: 132px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper-soft);
  box-shadow: none;
}

.category-work-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.68) saturate(0.75) contrast(1.06);
  transform: scale(1);
  transition: filter 0.22s ease, transform 0.22s ease;
}

.category-work-thumb--empty {
  background:
    radial-gradient(rgba(11, 11, 11, 0.3) 0.8px, transparent 0.8px),
    var(--paper-soft);
  background-size: 8px 8px;
}

.category-work-thumb--empty::before {
  content: "";
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(11, 11, 11, 0.32);
}

.project-index .category-work-title {
  margin: 0;
  color: inherit;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.02;
}

.category-work-link:hover,
.category-work-link:focus-visible {
  color: var(--paper);
  background: var(--ink);
  text-shadow: none;
  filter: none;
  outline: none;
}

.category-work-link:hover::before,
.category-work-link:focus-visible::before {
  color: var(--paper);
}

.category-work-link:hover .category-work-thumb img,
.category-work-link:focus-visible .category-work-thumb img {
  filter: grayscale(0.08) saturate(0.95) contrast(1.02);
  transform: scale(1.04);
}

.project-kicker {
  margin: 0 0 18px;
}

.experimental-title,
.three-d-title,
.object-title {
  margin: 0 0 26px;
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 76px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

.three-d-title a,
.object-title a {
  color: inherit;
  text-decoration: none;
}

.three-d-title a:hover,
.three-d-title a:focus-visible,
.object-title a:hover,
.object-title a:focus-visible {
  color: var(--ink);
  text-shadow: none;
  filter: none;
}

.experimental-copy,
.soft-residue-copy,
.object-project-copy {
  width: min(1040px, 100%);
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.46;
  column-gap: 42px;
  text-align: left;
  text-align-last: auto;
}

.experimental-copy p,
.soft-residue-copy p,
.object-project-copy p {
  margin: 0;
}

.experimental-copy h3,
.experimental-variation-text h3 {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}

.experimental-variations {
  width: min(1120px, 100%);
  margin-top: 44px;
  gap: 34px;
}

.experimental-variation {
  grid-template-columns: minmax(230px, 340px) minmax(0, 1fr);
  column-gap: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.experimental-variation-media {
  margin-top: 0;
}

.experimental-variation-image,
.soft-residue-grid img,
.object-project-grid img,
.object-project-video,
.three-d-hero,
.object-project-hero {
  border: 1px solid var(--line);
  background: var(--paper-soft);
  box-shadow: none;
}

.experimental-variation-image,
.soft-residue-grid img,
.object-project-grid img {
  filter: saturate(0.84) contrast(1.02);
}

.three-d-hero,
.object-project-hero {
  width: min(1120px, 100%);
  max-height: none;
  object-position: left center;
}

.soft-residue-grid,
.object-project-grid {
  width: min(1120px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.soft-residue-grid figure {
  margin: 0;
}

.soft-residue-grid figcaption {
  margin: 0 0 8px;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.soft-residue-meta,
.object-project-copy .object-meta,
.object-copy .object-meta {
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.object-project-video {
  width: min(1120px, 100%);
  margin-top: 10px;
}

.lightbox-media:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 5px;
}

.cv-section {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  color: var(--ink);
}

.cv-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 0 0 34px;
}

.cv-intro p,
.cv-section li,
.cv-section p,
.contact-section p {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.48;
  text-align: left;
  text-align-last: auto;
}

.cv-section h3 {
  margin: 28px 0 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.cv-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cv-section li,
.cv-section p {
  margin: 0;
}

.cv-section a,
.contact-section a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cv-section a:hover,
.contact-section a:hover {
  color: var(--muted);
}

.contact-section {
  max-width: 980px;
  min-height: 420px;
  margin: 0 auto;
  padding-top: 16px;
  border-top: 1px solid var(--ink);
  color: var(--ink);
}

.contact-section h2 {
  margin: 0 0 52px;
  color: var(--ink);
  font-size: 76px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.92;
}

.media-lightbox {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(18px);
}

.lightbox-close,
.lightbox-nav {
  color: var(--paper);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.lightbox-thumbs {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.42);
}

@media (max-width: 1020px) {
  :root {
    --sheet-top: 28px;
    --sheet-width: calc(100vw - 40px);
    --sheet-pad: 28px;
  }

  .overlay-content {
    padding-top: 102px;
  }

  .page-title {
    font-size: 62px;
  }

  .experimental-title,
  .three-d-title,
  .object-title,
  .contact-section h2 {
    font-size: 56px;
  }

  .about-projects {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-project-card:nth-child(n) {
    margin-top: 0;
  }
}

@media (max-width: 860px) {
  :root {
    --sheet-top: 0px;
    --sheet-width: 100vw;
    --sheet-pad: 17px;
  }

  body {
    background: var(--paper);
  }

  body::before {
    display: none;
  }

  .overlay-content {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 112px 17px 52px;
    border: 0;
    box-shadow: none;
  }

  .name {
    top: 18px;
    left: 17px;
    right: 17px;
    max-width: calc(100vw - 34px);
    overflow: hidden;
    font-size: 12px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .top-nav {
    top: 48px;
    left: 17px;
    right: 17px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--ink);
    background: var(--paper);
  }

  .top-nav a {
    min-height: 36px;
    border-right: 1px solid var(--ink);
    font-size: 10px;
  }

  .top-nav a:last-child {
    border-right: 0;
  }

  .page-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .about-hero,
  .works-hero,
  .category-hero,
  .cv-heading {
    min-height: 0;
  }

  .page-title {
    font-size: 46px;
    line-height: 0.94;
  }

  .page-description {
    width: 100%;
    justify-self: start;
  }

  .page-meta {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 0;
  }

  .about-projects,
  .work-categories {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-project-card,
  .work-category {
    aspect-ratio: 16 / 11;
    min-height: 0;
  }

  .about-project-card img,
  .work-category img {
    min-height: 0;
  }

  .work-frame {
    width: 34px;
    height: 34px;
    border-top-width: 6px;
    border-right-width: 6px;
  }

  .work-label {
    font-size: 12px;
  }

  .project-index {
    width: 100%;
  }

  .category-work-link {
    grid-template-columns: 42px 88px minmax(0, 1fr);
    column-gap: 14px;
    min-height: 98px;
  }

  .category-work-thumb {
    width: 88px;
  }

  .project-index .category-work-title {
    font-size: 22px;
  }

  .experimental-title,
  .three-d-title,
  .object-title,
  .contact-section h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 0.96;
  }

  .experimental-copy,
  .soft-residue-copy,
  .object-project-copy,
  .cv-intro {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    font-size: 13px;
  }

  .soft-residue-copy,
  .object-project-copy {
    gap: 30px;
  }

  .soft-residue-copy > [lang],
  .object-project-copy > [lang] {
    display: block;
  }

  .soft-residue-copy p,
  .object-project-copy p {
    margin-bottom: 12px;
  }

  .experimental-variations {
    width: 100%;
    margin-top: 30px;
  }

  .experimental-variation {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .experimental-variation-text {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .experimental-variation-text h3[lang],
  .experimental-variation-text p[lang] {
    grid-column: 1;
  }

  .soft-residue-grid,
  .object-project-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .three-d-hero,
  .object-project-hero,
  .object-project-video {
    width: 100%;
    max-height: none;
    object-position: center center;
  }

  .cv-section,
  .contact-section {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 38px;
  }

  .experimental-title,
  .three-d-title,
  .object-title,
  .contact-section h2 {
    font-size: 34px;
  }

  .category-work-link {
    grid-template-columns: 34px 72px minmax(0, 1fr);
    column-gap: 10px;
    min-height: 84px;
  }

  .category-work-thumb {
    width: 72px;
  }

  .project-index .category-work-title {
    font-size: 18px;
  }
}

/* Softer archive atmosphere */
:root {
  --sheet-top: 28px;
  --sheet-width: min(1340px, calc(100vw - 56px));
  --paper: rgba(248, 248, 243, 0.82);
  --paper-solid: #f8f8f3;
  --paper-soft: rgba(231, 231, 224, 0.76);
  --ink: #242724;
  --muted: #7f827b;
  --line: rgba(73, 78, 72, 0.16);
  --mist: rgba(248, 248, 243, 0.7);
  --black: #deded6;
}

body {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.92), transparent 38%),
    linear-gradient(180deg, #e3e3dc 0%, #f3f2ee 42%, #d8d8cf 100%);
  color: var(--ink);
}

body::before {
  display: block;
  background:
    linear-gradient(rgba(242, 242, 236, 0.74), rgba(242, 242, 236, 0.9)),
    url("assets/03%20m%C3%A1solat.png") center center / cover no-repeat;
  filter: blur(18px) saturate(0.34) contrast(0.82);
  opacity: 0.46;
  transform: scale(1.06);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 245, 214, 0.2), transparent 13%),
    radial-gradient(circle at 62% 46%, rgba(158, 177, 170, 0.18), transparent 18%),
    repeating-linear-gradient(
      0deg,
      rgba(74, 78, 74, 0.032) 0,
      rgba(74, 78, 74, 0.032) 1px,
      transparent 1px,
      transparent 3px
    );
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.overlay-content {
  width: var(--sheet-width);
  margin: var(--sheet-top) auto;
  padding: 96px var(--sheet-pad) 78px;
  overflow: visible;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    0 22px 80px rgba(65, 66, 58, 0.13),
    inset 0 0 78px rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(18px);
}

.overlay-content::before {
  inset: 18px;
  background-image:
    radial-gradient(rgba(62, 66, 61, 0.18) 0.45px, transparent 0.45px),
    linear-gradient(90deg, rgba(62, 66, 61, 0.025) 1px, transparent 1px);
  background-size: 11px 11px, 25% 100%;
  opacity: 0.16;
  mask-image:
    radial-gradient(ellipse at 50% 35%, #000 0%, #000 34%, transparent 72%);
}

.name,
.top-nav {
  color: rgba(36, 39, 36, 0.82);
}

.name {
  font-family: "Cormorant Garamond", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

.top-nav {
  gap: 26px;
}

.top-nav a {
  min-height: 0;
  padding: 2px 0;
  color: rgba(36, 39, 36, 0.72);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  border: 0;
  background: transparent;
}

.name a:hover,
.name a:focus-visible,
.name.is-active a,
.top-nav a:hover,
.top-nav a:focus-visible,
.top-nav a.active {
  color: rgba(36, 39, 36, 0.96);
  background: transparent;
  text-shadow: 0 0 18px rgba(118, 123, 111, 0.34);
}

.page-intro {
  min-height: 250px;
  align-items: center;
  margin-bottom: 54px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(55, 60, 55, 0.14);
}

.works-hero,
.category-hero,
.cv-heading {
  min-height: 170px;
}

.page-kicker,
.project-kicker {
  color: rgba(88, 93, 86, 0.68);
  font-size: 10px;
  font-weight: 700;
}

.page-title {
  color: rgba(34, 37, 34, 0.88);
  font-family: "Cormorant Garamond", "Helvetica Neue", Arial, sans-serif;
  font-size: 92px;
  font-weight: 500;
  line-height: 0.91;
  text-shadow: 0 0 26px rgba(120, 128, 116, 0.16);
}

.page-description {
  color: rgba(45, 49, 45, 0.74);
  font-family: "Cormorant Garamond", "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.15;
}

.page-meta div {
  border-top: 1px solid rgba(55, 60, 55, 0.12);
}

.page-meta dt,
.page-meta dd {
  font-size: 10px;
}

.about-projects {
  grid-template-columns: 0.95fr 1.18fr 0.9fr 1.08fr;
  gap: 16px;
}

.work-categories {
  gap: 18px;
}

.about-project-card,
.work-category {
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(238, 238, 231, 0.52);
  box-shadow:
    0 18px 46px rgba(80, 82, 72, 0.12),
    inset 0 0 34px rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
}

.about-project-card {
  aspect-ratio: 4 / 5.3;
}

.work-category {
  aspect-ratio: 4 / 4.8;
}

.about-project-card:nth-child(2),
.about-project-card:nth-child(6) {
  margin-top: 78px;
}

.about-project-card:nth-child(3),
.about-project-card:nth-child(7) {
  margin-top: 28px;
}

.about-project-card:nth-child(4),
.about-project-card:nth-child(8) {
  margin-top: 132px;
}

.about-project-card img,
.work-category img {
  filter: blur(3.5px) grayscale(0.48) saturate(0.56) contrast(0.86);
  opacity: 0.78;
  transform: scale(1.08);
}

.about-project-card::before,
.work-category::before {
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.42), transparent 34%),
    linear-gradient(
      180deg,
      rgba(248, 248, 243, 0.58),
      rgba(248, 248, 243, 0.12) 46%,
      rgba(38, 42, 38, 0.32)
    );
}

.about-project-card--empty {
  background:
    radial-gradient(circle at 54% 46%, rgba(255, 255, 255, 0.82), transparent 32%),
    repeating-linear-gradient(
      90deg,
      rgba(65, 70, 65, 0.032) 0,
      rgba(65, 70, 65, 0.032) 1px,
      transparent 1px,
      transparent 22px
    ),
    rgba(235, 235, 228, 0.66);
}

.about-project-card::after,
.work-category::after {
  color: rgba(36, 39, 36, 0.46);
  font-size: 9px;
}

.about-project-card:not(.about-project-card--empty)::after,
.work-category::after {
  color: rgba(255, 255, 255, 0.72);
}

.work-frame {
  width: 36px;
  height: 36px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  color: rgba(255, 255, 255, 0.62);
}

.about-project-card--empty .work-frame {
  color: rgba(45, 49, 45, 0.28);
}

.work-label {
  right: 14px;
  bottom: 13px;
  left: 14px;
  color: currentColor;
  font-family: "Cormorant Garamond", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 0.98;
  text-transform: none;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.28);
}

.about-project-card--empty .work-label {
  color: rgba(35, 38, 35, 0.62);
}

.about-project-card:hover img,
.about-project-card:focus-visible img,
.work-category:hover img,
.work-category:focus-visible img {
  filter: blur(1.2px) grayscale(0.2) saturate(0.74) contrast(0.95);
  opacity: 0.92;
  transform: scale(1.04);
}

.project-index {
  width: min(980px, 100%);
}

.project-index article {
  border-top: 1px solid rgba(55, 60, 55, 0.12);
}

.project-index article:last-child {
  border-bottom: 1px solid rgba(55, 60, 55, 0.12);
}

.category-work-link {
  min-height: 132px;
  color: rgba(36, 39, 36, 0.82);
  grid-template-columns: 58px 148px minmax(0, 1fr);
}

.category-work-link::before {
  color: rgba(88, 93, 86, 0.5);
}

.category-work-thumb {
  width: 148px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(238, 238, 231, 0.56);
  box-shadow: 0 14px 36px rgba(80, 82, 72, 0.12);
}

.category-work-thumb img {
  filter: blur(2.2px) grayscale(0.5) saturate(0.58) contrast(0.9);
  opacity: 0.78;
  transform: scale(1.08);
}

.category-work-thumb--empty {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.82), transparent 31%),
    radial-gradient(rgba(65, 70, 65, 0.14) 0.6px, transparent 0.6px),
    rgba(236, 236, 229, 0.66);
  background-size: auto, 8px 8px, auto;
}

.project-index .category-work-title {
  color: inherit;
  font-family: "Cormorant Garamond", "Helvetica Neue", Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.category-work-link:hover,
.category-work-link:focus-visible {
  color: rgba(20, 23, 20, 0.94);
  background: rgba(255, 255, 255, 0.28);
}

.experimental-title,
.three-d-title,
.object-title,
.contact-section h2 {
  color: rgba(34, 37, 34, 0.88);
  font-family: "Cormorant Garamond", "Helvetica Neue", Arial, sans-serif;
  font-size: 86px;
  font-weight: 500;
  line-height: 0.92;
}

.experimental-copy,
.soft-residue-copy,
.object-project-copy {
  border-top: 1px solid rgba(55, 60, 55, 0.13);
  color: rgba(35, 39, 35, 0.78);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.58;
}

.three-d-hero,
.object-project-hero {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(248, 248, 243, 0.52);
  box-shadow: 0 22px 72px rgba(80, 82, 72, 0.13);
  filter: saturate(0.72) contrast(0.94);
}

.experimental-variation,
.experimental-variation-image,
.soft-residue-grid img,
.object-project-grid img,
.object-project-video {
  border-color: rgba(255, 255, 255, 0.72);
}

.experimental-variation {
  border-top: 1px solid rgba(55, 60, 55, 0.12);
}

.experimental-variation-image,
.soft-residue-grid img,
.object-project-grid img {
  box-shadow: 0 14px 42px rgba(80, 82, 72, 0.1);
  filter: saturate(0.72) contrast(0.95);
}

.soft-residue-grid,
.object-project-grid {
  gap: 14px;
}

.soft-residue-grid figure:nth-child(3n + 2) {
  margin-top: 38px;
}

.soft-residue-grid figure:nth-child(3n) {
  margin-top: 18px;
}

.media-lightbox {
  background: rgba(231, 231, 224, 0.56);
  backdrop-filter: blur(26px);
}

.lightbox-close,
.lightbox-nav {
  color: rgba(35, 38, 35, 0.86);
}

.lightbox-thumbs {
  background: rgba(248, 248, 243, 0.62);
  border-color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 1020px) {
  .page-title {
    font-size: 64px;
  }

  .experimental-title,
  .three-d-title,
  .object-title,
  .contact-section h2 {
    font-size: 58px;
  }
}

@media (max-width: 860px) {
  body {
    background:
      radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.94), transparent 38%),
      linear-gradient(180deg, #e8e8e1 0%, #f4f3ef 100%);
  }

  body::before {
    display: block;
    opacity: 0.24;
    filter: blur(20px) saturate(0.26);
  }

  body::after {
    opacity: 0.5;
  }

  .overlay-content {
    background: rgba(248, 248, 243, 0.76);
    backdrop-filter: blur(14px);
  }

  .page-title {
    font-size: 44px;
  }

  .page-description {
    font-size: 17px;
  }

  .about-projects,
  .work-categories {
    gap: 14px;
  }

  .about-project-card:nth-child(n) {
    margin-top: 0;
  }

  .about-project-card,
  .work-category {
    aspect-ratio: 4 / 3;
  }

  .work-label {
    font-size: 20px;
  }

  .category-work-link {
    grid-template-columns: 36px 92px minmax(0, 1fr);
    min-height: 104px;
  }

  .category-work-thumb {
    width: 92px;
  }

  .project-index .category-work-title {
    font-size: 25px;
  }

  .experimental-title,
  .three-d-title,
  .object-title,
  .contact-section h2 {
    font-size: 42px;
  }

  .soft-residue-grid figure:nth-child(n) {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 38px;
  }

  .category-work-link {
    grid-template-columns: 28px 70px minmax(0, 1fr);
  }

  .category-work-thumb {
    width: 70px;
  }

  .project-index .category-work-title {
    font-size: 20px;
  }

  .experimental-title,
  .three-d-title,
  .object-title,
  .contact-section h2 {
    font-size: 34px;
  }
}
}

@media (min-width: 861px) {
  .about-section,
  .works-section {
    width: min(1120px, calc(100vw - 68px));
    margin-left: auto;
    margin-right: auto;
  }

  .about-projects {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin-left: 0;
    align-items: stretch;
    justify-content: initial;
  }

  .work-categories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin-left: 0;
    align-items: stretch;
    justify-content: initial;
  }

  .about-project-card,
  .work-category {
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin-top: 0 !important;
  }

  .about-project-card {
    aspect-ratio: 4 / 5;
  }

  .work-category {
    aspect-ratio: 2 / 3;
  }
}

.project-index article {
  margin-left: 0 !important;
}

.project-index .category-work-link {
  margin-left: 0;
  transform: none;
}
