:root {
  color-scheme: light;
  --bg: #f4f4f1;
  --ink: #0d0d0c;
  --muted: #6f706d;
  --line: #d7d8d2;
  --soft: #e9e9e5;
  --accent: #c40019;
  --panel: #ffffff;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    "Pretendard Variable",
    Pretendard,
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

.gooey-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

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

button {
  color: inherit;
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 32px;
  padding: 18px 24px 16px;
  color: #fff;
  border-bottom: 1px solid var(--ink);
  background: var(--ink);
  transition:
    border-color 220ms ease,
    background 220ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--ink);
  background: var(--ink);
}

.brand-mark {
  display: inline-flex;
  gap: 0.32em;
  width: max-content;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 720;
  white-space: nowrap;
}

.brand-mark span:last-child {
  font-weight: 330;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 24px;
  font-size: 13px;
  line-height: 1;
  font-weight: 520;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding-bottom: 4px;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: "";
  transition: width 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  width: 100%;
}

.section-frame {
  width: min(var(--max), calc(100vw - 48px));
  margin: 0 auto;
}

.hero {
  min-height: auto;
  display: block;
  padding-top: 136px;
  padding-bottom: 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 1px;
  align-items: start;
  border: 1px solid var(--ink);
  padding: 0;
}

.hero-title-block,
.hero-meta {
  min-width: 0;
}

.hero-title-block {
  grid-column: 1 / 3;
  padding: 22px;
}

.hero h1,
.hero-korean {
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  font-size: clamp(48px, 5.5vw, 78px);
  line-height: 0.9;
  white-space: nowrap;
}

.hero h1 {
  flex-wrap: nowrap;
  font-weight: 760;
}

.hero h1 span {
  display: inline-block;
}

.hero h1 span:nth-child(2) {
  font-weight: 250;
}

.hero h1 span:nth-child(3) {
  font-weight: 250;
}

.hero-korean {
  margin-top: 9px;
  font-weight: 250;
}

.kicker {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: clamp(34px, 4.35vw, 62px);
  font-weight: 220;
  line-height: 0.98;
  white-space: nowrap;
}

.hero-meta {
  grid-column: 3;
  display: grid;
  gap: 18px;
  border-left: 1px solid var(--ink);
  padding: 22px;
}

.hero-meta p {
  width: 100%;
  max-width: none;
  margin: 0;
  font-size: 22px;
  font-weight: 350;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.profile-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

.profile-link:hover,
.profile-link:focus-visible {
  color: var(--accent);
}

.hero-meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: 100%;
  border-top: 1px solid var(--ink);
  border-left: 0;
}

.hero-meta-row span {
  min-height: 32px;
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-right: 0;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 440;
  overflow-wrap: break-word;
  white-space: nowrap;
}

.hero-foot {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  border-top: 1px solid var(--ink);
  padding-top: 14px;
  font-size: 13px;
  font-weight: 420;
}

.hero-foot p {
  margin: 0;
}

.hero-foot a {
  color: var(--accent);
  font-weight: 700;
}

.work-section,
.index-section,
.lab-section,
.contact-section {
  padding: 88px 0;
  border-top: 1px solid var(--ink);
}

.section-heading {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: start;
  margin-bottom: 28px;
}

.work-heading {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 1px;
  align-items: end;
}

.work-heading-title {
  grid-column: 1 / 3;
  display: flex;
  gap: 10px;
  align-items: baseline;
  min-width: 0;
}

.section-heading h2,
.section-heading p,
.work-heading-title h2,
.work-heading-title p {
  margin: 0;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 660;
  line-height: 1;
}

.section-number {
  color: var(--muted);
  font-size: 28px;
  font-weight: 380;
  line-height: 1;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.work-heading .filter-group {
  grid-column: 3;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-self: stretch;
  width: 100%;
}

.filter-button {
  min-width: 86px;
  height: 34px;
  border: 0;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 520;
  text-transform: uppercase;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.work-heading .filter-button {
  min-width: 0;
  width: 100%;
  padding: 0 4px;
  font-size: 10px;
}

.visual-space {
  background:
    linear-gradient(90deg, transparent 0 33%, var(--ink) 33% calc(33% + 1px), transparent calc(33% + 1px) 100%),
    linear-gradient(90deg, transparent 0 66%, var(--ink) 66% calc(66% + 1px), transparent calc(66% + 1px) 100%),
    linear-gradient(0deg, transparent 0 68%, var(--ink) 68% calc(68% + 1px), transparent calc(68% + 1px) 100%),
    #f6f6f2;
}

.visual-space span:nth-child(1) {
  position: absolute;
  left: 12%;
  top: 16%;
  width: 34%;
  height: 62%;
  border: 1px solid var(--ink);
}

.visual-space span:nth-child(2) {
  position: absolute;
  right: 13%;
  top: 28%;
  width: 38%;
  height: 46%;
  background: var(--ink);
}

.visual-space span:nth-child(3) {
  position: absolute;
  left: 48%;
  top: 22%;
  width: 9px;
  height: 9px;
  background: var(--accent);
}

.filter-button:hover,
.filter-button.is-active {
  background: var(--ink);
  color: var(--bg);
}

.work-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
  overflow: hidden;
}

.work-card {
  --visual-height: 300px;
  position: relative;
  isolation: isolate;
  z-index: 1;
  display: grid;
  grid-template-rows: var(--visual-height) minmax(70px, auto);
  min-height: 360px;
  background: var(--bg);
  overflow: hidden;
  cursor: default;
  transition:
    opacity 200ms ease,
    transform 260ms ease,
    background-color 220ms ease;
}

.work-card.is-hidden {
  display: none;
}

.work-card-large {
  grid-column: span 2;
  --visual-height: 300px;
}

.work-visual {
  position: relative;
  --status-opacity: 0;
  min-height: 0;
  height: var(--visual-height);
  aspect-ratio: auto;
  overflow: hidden;
  background: var(--soft);
  transition:
    background-color 360ms ease,
    filter 360ms ease;
}

.work-visual:hover {
  --status-opacity: 1;
}

.work-card-large .work-visual {
  aspect-ratio: auto;
}

.work-info {
  display: grid;
  gap: 6px;
  align-content: start;
  padding: 14px;
  border-top: 1px solid var(--ink);
  transition:
    background-color 240ms ease,
    color 240ms ease;
}

.work-flow {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: 1;
  overflow: visible;
  filter: url("#dot-goo");
  transition: opacity 260ms ease;
}

.work-grid:hover .work-flow {
  opacity: 1;
}

.work-flow span {
  position: absolute;
  left: var(--flow-x);
  top: var(--flow-y);
  width: var(--flow-s);
  height: var(--flow-s);
  border-radius: 50%;
  background: var(--ink);
  color: var(--ink);
  transform: translate(-50%, -50%);
  animation: flow-dot-a 9600ms linear infinite;
}

.work-flow span:nth-child(1) {
  --flow-x: 33.333%;
  --flow-y: 16%;
  --flow-s: 5px;
  animation-name: flow-dot-a;
  animation-duration: 34200ms;
  animation-delay: -11900ms;
}

.work-flow span:nth-child(2) {
  --flow-x: 66.666%;
  --flow-y: 28%;
  --flow-s: 34px;
  animation-name: flow-dot-b;
  animation-duration: 28600ms;
  animation-delay: -16400ms;
}

.work-flow span:nth-child(3) {
  --flow-x: 48%;
  --flow-y: 43%;
  --flow-s: 12px;
  animation-name: flow-dot-c;
  animation-duration: 31800ms;
  animation-delay: -13100ms;
}

.work-flow span:nth-child(4) {
  --flow-x: 66.666%;
  --flow-y: 51%;
  --flow-s: 58px;
  animation-name: flow-dot-d;
  animation-duration: 39400ms;
  animation-delay: -20100ms;
}

.work-flow span:nth-child(5) {
  --flow-x: 33.333%;
  --flow-y: 69%;
  --flow-s: 24px;
  animation-name: flow-dot-e;
  animation-duration: 26200ms;
  animation-delay: -14700ms;
}

.work-flow span:nth-child(6) {
  --flow-x: 77%;
  --flow-y: 77%;
  --flow-s: 7px;
  animation-name: flow-dot-f;
  animation-duration: 35600ms;
  animation-delay: -17300ms;
}

.work-flow span:nth-child(7) {
  --flow-x: 12%;
  --flow-y: 88%;
  --flow-s: 46px;
  animation-name: flow-dot-g;
  animation-duration: 30400ms;
  animation-delay: -18600ms;
}

.work-flow span:nth-child(8) {
  --flow-x: 54%;
  --flow-y: 91%;
  --flow-s: 16px;
  animation-name: flow-dot-h;
  animation-duration: 42800ms;
  animation-delay: -15600ms;
}

.work-flow span {
  overflow: visible;
  animation-timing-function: cubic-bezier(0.58, 0, 0.16, 1);
}

.work-info p,
.work-info span {
  margin: 0;
}

.work-info p {
  font-size: 15px;
  font-weight: 680;
  line-height: 1.1;
  text-transform: uppercase;
  transition:
    color 240ms ease,
    transform 320ms cubic-bezier(0.19, 1, 0.22, 1);
}

.work-info span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 360;
  line-height: 1.25;
  transition: color 240ms ease;
}

.visual-union {
  background:
    linear-gradient(90deg, transparent 0 49.8%, var(--ink) 49.8% 50.2%, transparent 50.2%),
    linear-gradient(0deg, transparent 0 49.8%, var(--ink) 49.8% 50.2%, transparent 50.2%),
    #f2f2ef;
}

.visual-union span:nth-child(1) {
  position: absolute;
  left: 15%;
  bottom: 14%;
  width: 43%;
  height: 18%;
  border: 14px solid var(--ink);
}

.visual-union span:nth-child(2) {
  position: absolute;
  right: 18%;
  top: 18%;
  width: 22%;
  height: 50%;
  border: 14px solid var(--ink);
}

.visual-union span:nth-child(3) {
  position: absolute;
  right: 17%;
  bottom: 14%;
  width: 16px;
  height: 16px;
  background: var(--accent);
}

.visual-grid {
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px),
    #f8f8f5;
  background-size: 32px 32px;
}

.visual-grid span:nth-child(1) {
  position: absolute;
  left: 14%;
  top: 18%;
  width: 48%;
  height: 24%;
  background: var(--ink);
}

.visual-grid span:nth-child(2) {
  position: absolute;
  right: 12%;
  bottom: 16%;
  width: 35%;
  height: 35%;
  border: 1px solid var(--ink);
}

.visual-grid span:nth-child(3) {
  position: absolute;
  left: 14%;
  bottom: 18%;
  width: 9px;
  height: 72px;
  background: var(--accent);
}

.visual-fashion {
  background: #111;
}

.visual-fashion::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(255,255,255,0.16) 9% 10%, transparent 10% 100%),
    linear-gradient(180deg, rgba(255,255,255,0.2), transparent 58%);
  content: "";
}

.visual-fashion span:nth-child(1) {
  position: absolute;
  left: 18%;
  bottom: 0;
  width: 24%;
  height: 72%;
  background: #efefec;
}

.visual-fashion span:nth-child(2) {
  position: absolute;
  left: 42%;
  bottom: 0;
  width: 2px;
  height: 88%;
  background: var(--accent);
}

.visual-fashion span:nth-child(3) {
  position: absolute;
  right: 14%;
  top: 18%;
  width: 25%;
  height: 34%;
  border: 1px solid #efefec;
}

.visual-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background: #f7f7f3;
}

.visual-type span {
  display: grid;
  place-items: center;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

.visual-type span:nth-child(3) {
  grid-column: 1 / -1;
  color: var(--accent);
}

.visual-runway {
  background:
    linear-gradient(90deg, #f1f1ee 0 50%, #0f0f0e 50% 100%);
}

.visual-runway span:nth-child(1) {
  position: absolute;
  left: 16%;
  bottom: 12%;
  width: 34%;
  height: 1px;
  background: var(--ink);
}

.visual-runway span:nth-child(2) {
  position: absolute;
  left: 36%;
  top: 0;
  width: 1px;
  height: 100%;
  background: var(--ink);
}

.visual-runway span:nth-child(3) {
  position: absolute;
  right: 18%;
  bottom: 16%;
  width: 18%;
  height: 68%;
  border: 1px solid #f2f2ef;
}

.visual-object {
  background:
    radial-gradient(circle at 76% 18%, var(--accent) 0 5px, transparent 6px),
    #ebebe6;
}

.visual-object span:nth-child(1) {
  position: absolute;
  left: 20%;
  top: 22%;
  width: 56%;
  height: 38%;
  border: 1px solid var(--ink);
}

.visual-object span:nth-child(2) {
  position: absolute;
  left: 34%;
  top: 34%;
  width: 56%;
  height: 38%;
  border: 12px solid var(--ink);
}

.visual-object span:nth-child(3) {
  position: absolute;
  left: 22%;
  bottom: 16%;
  width: 28%;
  height: 1px;
  background: var(--ink);
}

.visual-direction {
  background:
    linear-gradient(90deg, transparent 0 49.8%, var(--ink) 49.8% 50.2%, transparent 50.2%),
    #f4f4f1;
}

.visual-direction span:nth-child(1) {
  position: absolute;
  left: 12%;
  top: 14%;
  width: 76%;
  height: 1px;
  background: var(--ink);
}

.visual-direction span:nth-child(2) {
  position: absolute;
  left: 22%;
  top: 26%;
  width: 56%;
  height: 48%;
  border: 1px solid var(--ink);
}

.visual-direction span:nth-child(3) {
  position: absolute;
  right: 16%;
  bottom: 16%;
  width: 42%;
  height: 14%;
  background: var(--ink);
}

/* Dot system for work thumbnails. Keep all project graphics circular, grid-aligned. */
.visual-union,
.visual-grid,
.visual-fashion,
.visual-type,
.visual-runway,
.visual-space,
.visual-object,
.visual-direction {
  background:
    radial-gradient(circle, rgba(13, 13, 12, 0.2) 0 1px, transparent 1.2px),
    #f6f6f2;
  background-size: 24px 24px;
}

.visual-union::before,
.visual-grid::before,
.visual-fashion::before,
.visual-type::before,
.visual-runway::before,
.visual-space::before,
.visual-object::before,
.visual-direction::before,
.visual-union::after,
.visual-grid::after,
.visual-fashion::after,
.visual-type::after,
.visual-runway::after,
.visual-space::after,
.visual-object::after,
.visual-direction::after {
  position: absolute;
  border-radius: 999px;
  content: "";
}

.work-visual span {
  position: absolute;
  display: block;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.visual-union span:nth-child(1) {
  left: 17%;
  top: 22%;
  width: 22%;
  height: auto;
  aspect-ratio: 1;
  background: var(--ink);
}

.visual-union span:nth-child(2) {
  right: 22%;
  bottom: 18%;
  width: 30%;
  height: auto;
  aspect-ratio: 1;
  border: 12px solid var(--ink);
  background: transparent;
}

.visual-union span:nth-child(3) {
  right: 15%;
  top: 18%;
  width: 14px;
  height: 14px;
  background: var(--accent);
}

.visual-union::before {
  left: 40%;
  top: 46%;
  width: 18px;
  height: 18px;
  background: var(--ink);
}

.visual-union::after {
  left: 11%;
  bottom: 14%;
  width: 8px;
  height: 8px;
  background: var(--accent);
}

.visual-grid span:nth-child(1) {
  left: 14%;
  top: 16%;
  width: 46px;
  height: 46px;
}

.visual-grid span:nth-child(2) {
  right: 16%;
  bottom: 20%;
  width: 96px;
  height: 96px;
  border: 1px solid var(--ink);
  background: transparent;
}

.visual-grid span:nth-child(3) {
  left: 22%;
  bottom: 20%;
  width: 9px;
  height: 9px;
  background: var(--accent);
}

.visual-grid::before {
  right: 24%;
  top: 22%;
  width: 14px;
  height: 14px;
  background: var(--ink);
}

.visual-grid::after {
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  background: var(--ink);
}

.visual-fashion {
  background:
    radial-gradient(circle, rgba(244, 244, 241, 0.3) 0 1px, transparent 1.2px),
    #111;
  background-size: 24px 24px;
}

.visual-fashion span:nth-child(1) {
  left: 18%;
  bottom: 16%;
  width: 86px;
  height: 86px;
  background: #f4f4f1;
}

.visual-fashion span:nth-child(2) {
  left: 48%;
  top: 18%;
  width: 10px;
  height: 10px;
  background: var(--accent);
}

.visual-fashion span:nth-child(3) {
  right: 16%;
  top: 24%;
  width: 72px;
  height: 72px;
  border: 1px solid #f4f4f1;
  background: transparent;
}

.visual-fashion::before {
  left: 28%;
  top: 24%;
  width: 12px;
  height: 12px;
  background: #f4f4f1;
}

.visual-fashion::after {
  right: 28%;
  bottom: 18%;
  width: 18px;
  height: 18px;
  background: #f4f4f1;
}

.visual-type {
  background:
    radial-gradient(circle, rgba(13, 13, 12, 0.22) 0 1px, transparent 1.2px),
    #f7f7f3;
  background-size: 24px 24px;
}

.visual-type span:nth-child(1) {
  left: 16%;
  top: 18%;
  width: 76px;
  height: 76px;
}

.visual-type span:nth-child(2) {
  right: 18%;
  top: 26%;
  width: 14px;
  height: 14px;
  background: var(--accent);
}

.visual-type span:nth-child(3) {
  left: 36%;
  bottom: 18%;
  width: 118px;
  height: 118px;
  border: 1px solid var(--ink);
  background: transparent;
}

.visual-type::before {
  left: 18%;
  bottom: 18%;
  width: 10px;
  height: 10px;
  background: var(--ink);
}

.visual-type::after {
  right: 20%;
  bottom: 24%;
  width: 32px;
  height: 32px;
  background: var(--ink);
}

.visual-runway span:nth-child(1) {
  left: 20%;
  top: 18%;
  width: 96px;
  height: 96px;
  border: 1px solid var(--ink);
  background: transparent;
}

.visual-runway span:nth-child(2) {
  left: 45%;
  bottom: 20%;
  width: 10px;
  height: 10px;
  background: var(--accent);
}

.visual-runway span:nth-child(3) {
  right: 16%;
  bottom: 18%;
  width: 72px;
  height: 72px;
  background: var(--ink);
}

.visual-runway::before {
  left: 18%;
  bottom: 24%;
  width: 18px;
  height: 18px;
  background: var(--ink);
}

.visual-runway::after {
  right: 32%;
  top: 22%;
  width: 8px;
  height: 8px;
  background: var(--ink);
}

.visual-space span:nth-child(1) {
  left: 14%;
  top: 22%;
  width: 12px;
  height: 12px;
}

.visual-space span:nth-child(2) {
  right: 18%;
  top: 20%;
  width: 116px;
  height: 116px;
  border: 1px solid var(--ink);
  background: transparent;
}

.visual-space span:nth-child(3) {
  left: 34%;
  bottom: 22%;
  width: 84px;
  height: 84px;
  background: var(--ink);
}

.visual-space::before {
  right: 20%;
  bottom: 18%;
  width: 10px;
  height: 10px;
  background: var(--accent);
}

.visual-space::after {
  left: 22%;
  top: 42%;
  width: 6px;
  height: 6px;
  background: var(--ink);
}

.visual-object span:nth-child(1) {
  left: 18%;
  top: 18%;
  width: 120px;
  height: 120px;
  border: 14px solid var(--ink);
  background: transparent;
}

.visual-object span:nth-child(2) {
  right: 18%;
  bottom: 20%;
  width: 44px;
  height: 44px;
  background: var(--ink);
}

.visual-object span:nth-child(3) {
  right: 22%;
  top: 20%;
  width: 9px;
  height: 9px;
  background: var(--accent);
}

.visual-object::before {
  left: 24%;
  bottom: 18%;
  width: 12px;
  height: 12px;
  background: var(--ink);
}

.visual-object::after {
  right: 36%;
  top: 38%;
  width: 24px;
  height: 24px;
  background: var(--ink);
}

.visual-direction span:nth-child(1) {
  left: 16%;
  top: 18%;
  width: 12px;
  height: 12px;
}

.visual-direction span:nth-child(2) {
  left: 28%;
  top: 30%;
  width: 90px;
  height: 90px;
  border: 1px solid var(--ink);
  background: transparent;
}

.visual-direction span:nth-child(3) {
  right: 18%;
  bottom: 18%;
  width: 96px;
  height: 96px;
  background: var(--ink);
}

.visual-direction::before {
  right: 18%;
  top: 18%;
  width: 10px;
  height: 10px;
  background: var(--accent);
}

.visual-direction::after {
  left: 18%;
  bottom: 20%;
  width: 22px;
  height: 22px;
  background: var(--ink);
}

/* Dot scale system: UNIUS as points whose relation is implied by size and position. */
.work-visual {
  --field-bg: #f6f6f2;
  --dot: var(--ink);
  --update-bg: rgba(246, 246, 242, 0.78);
  background: var(--field-bg);
}

.work-visual::before {
  content: none;
}

.work-visual::after {
  content: none;
}

.dot-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
  filter: url("#dot-goo");
  transform: translateZ(0);
}

.work-visual span {
  position: absolute;
  z-index: 1;
  display: block;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border: 0;
  border-radius: 50%;
  background: var(--dot);
  color: transparent;
  font-size: 0;
  line-height: 0;
  transform: translate(-50%, -50%);
  transition:
    opacity 320ms ease,
    transform 620ms cubic-bezier(0.19, 1, 0.22, 1);
}

.work-visual:hover > span,
.work-visual:hover .dot-field > span {
  opacity: 1;
}

.work-visual:hover > span:nth-child(1) {
  --hover-scale: 0.82;
}

.work-visual:hover > span:nth-child(2) {
  --hover-scale: 0.68;
}

.work-visual:hover > span:nth-child(3),
.work-visual:hover > span:nth-child(6) {
  --hover-scale: 1.35;
}

.work-card:has(.work-visual:hover) .work-info {
  background: var(--ink);
  color: var(--bg);
}

.work-card:has(.work-visual:hover) .work-info p {
  transform: translateX(4px);
}

.work-card:has(.work-visual:hover) .work-info span {
  color: rgba(244, 244, 241, 0.62);
}

.work-status {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--update-bg);
  color: var(--dot);
  font-size: 14px;
  font-style: normal;
  font-weight: 360;
  line-height: 1.1;
  text-align: center;
  text-transform: none;
  opacity: var(--status-opacity);
  pointer-events: none;
}

.work-visual:hover .work-status {
  opacity: 1 !important;
}

.work-visual span:nth-of-type(1) {
  --x: var(--x1);
  --y: var(--y1);
  --s: var(--s1);
}

.work-visual span:nth-of-type(2) {
  --x: var(--x2);
  --y: var(--y2);
  --s: var(--s2);
}

.work-visual span:nth-of-type(3) {
  --x: var(--x3);
  --y: var(--y3);
  --s: var(--s3);
}

.work-visual span:nth-of-type(4) {
  --x: var(--x4);
  --y: var(--y4);
  --s: var(--s4);
}

.work-visual span:nth-of-type(5) {
  --x: var(--x5);
  --y: var(--y5);
  --s: var(--s5);
}

.work-visual span:nth-of-type(6) {
  --x: var(--x6);
  --y: var(--y6);
  --s: var(--s6);
}

.visual-union {
  --x1: 18%;
  --y1: 24%;
  --s1: 154px;
  --x2: 67%;
  --y2: 58%;
  --s2: 28px;
  --x3: 86%;
  --y3: 23%;
  --s3: 216px;
  --x4: 36%;
  --y4: 74%;
  --s4: 9px;
  --x5: 21%;
  --y5: 81%;
  --s5: 78px;
  --x6: 73%;
  --y6: 30%;
  --s6: 16px;
}

.visual-grid {
  --x1: 18%;
  --y1: 19%;
  --s1: 24px;
  --x2: 78%;
  --y2: 68%;
  --s2: 174px;
  --x3: 28%;
  --y3: 73%;
  --s3: 7px;
  --x4: 56%;
  --y4: 38%;
  --s4: 52px;
  --x5: 76%;
  --y5: 23%;
  --s5: 14px;
  --x6: 42%;
  --y6: 56%;
  --s6: 92px;
}

.visual-fashion {
  --field-bg: #111;
  --dot: #f4f4f1;
  --update-bg: rgba(17, 17, 17, 0.78);
  --x1: 22%;
  --y1: 72%;
  --s1: 142px;
  --x2: 76%;
  --y2: 32%;
  --s2: 18px;
  --x3: 50%;
  --y3: 24%;
  --s3: 68px;
  --x4: 33%;
  --y4: 26%;
  --s4: 8px;
  --x5: 68%;
  --y5: 74%;
  --s5: 112px;
  --x6: 82%;
  --y6: 68%;
  --s6: 31px;
}

.visual-type {
  --x1: 22%;
  --y1: 26%;
  --s1: 11px;
  --x2: 58%;
  --y2: 68%;
  --s2: 192px;
  --x3: 80%;
  --y3: 30%;
  --s3: 36px;
  --x4: 22%;
  --y4: 76%;
  --s4: 74px;
  --x5: 78%;
  --y5: 78%;
  --s5: 8px;
  --x6: 46%;
  --y6: 34%;
  --s6: 104px;
}

.visual-runway {
  --x1: 24%;
  --y1: 28%;
  --s1: 188px;
  --x2: 78%;
  --y2: 72%;
  --s2: 24px;
  --x3: 50%;
  --y3: 72%;
  --s3: 9px;
  --x4: 22%;
  --y4: 74%;
  --s4: 58px;
  --x5: 72%;
  --y5: 28%;
  --s5: 126px;
  --x6: 48%;
  --y6: 38%;
  --s6: 16px;
}

.visual-space {
  --x1: 18%;
  --y1: 42%;
  --s1: 6px;
  --x2: 76%;
  --y2: 34%;
  --s2: 202px;
  --x3: 82%;
  --y3: 76%;
  --s3: 44px;
  --x4: 44%;
  --y4: 70%;
  --s4: 138px;
  --x5: 26%;
  --y5: 22%;
  --s5: 19px;
  --x6: 62%;
  --y6: 54%;
  --s6: 82px;
}

.visual-object {
  --x1: 26%;
  --y1: 34%;
  --s1: 118px;
  --x2: 72%;
  --y2: 68%;
  --s2: 18px;
  --x3: 76%;
  --y3: 24%;
  --s3: 184px;
  --x4: 30%;
  --y4: 76%;
  --s4: 7px;
  --x5: 52%;
  --y5: 44%;
  --s5: 66px;
  --x6: 80%;
  --y6: 50%;
  --s6: 33px;
}

.visual-direction {
  --x1: 20%;
  --y1: 22%;
  --s1: 72px;
  --x2: 42%;
  --y2: 46%;
  --s2: 9px;
  --x3: 80%;
  --y3: 22%;
  --s3: 148px;
  --x4: 78%;
  --y4: 72%;
  --s4: 196px;
  --x5: 22%;
  --y5: 78%;
  --s5: 18px;
  --x6: 60%;
  --y6: 24%;
  --s6: 46px;
}

.work-visual > span,
.dot-field > span {
  left: var(--x) !important;
  top: var(--y) !important;
  width: var(--s) !important;
  height: var(--s) !important;
  aspect-ratio: auto !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--dot) !important;
  color: var(--dot) !important;
  opacity: 1;
  overflow: visible;
  transform: translate(-50%, -50%);
  animation: dot-roam-a 17600ms cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
  will-change: transform, translate, scale, rotate;
}

.work-visual:hover > span,
.work-visual:hover .dot-field > span {
  opacity: 1;
}

.work-visual > span:nth-of-type(2),
.dot-field > span:nth-of-type(2) {
  animation-name: dot-roam-b;
  animation-duration: 22100ms;
  animation-delay: -7370ms;
}

.work-visual > span:nth-of-type(3),
.dot-field > span:nth-of-type(3) {
  animation-name: dot-roam-c;
  animation-duration: 15400ms;
  animation-delay: -5260ms;
}

.work-visual > span:nth-of-type(4),
.dot-field > span:nth-of-type(4) {
  animation-name: dot-roam-d;
  animation-duration: 24600ms;
  animation-delay: -10920ms;
}

.work-visual > span:nth-of-type(5),
.dot-field > span:nth-of-type(5) {
  animation-name: dot-roam-e;
  animation-duration: 18900ms;
  animation-delay: -8910ms;
}

.work-visual > span:nth-of-type(6),
.dot-field > span:nth-of-type(6) {
  animation-name: dot-roam-f;
  animation-duration: 13800ms;
  animation-delay: -5840ms;
}

@keyframes dot-roam-a {
  0% { translate: -28px 10px; scale: 1.18 0.92; rotate: -4deg; }
  24% { translate: 54px -24px; scale: 1.32 0.86; rotate: 7deg; }
  48% { translate: -46px 42px; scale: 0.96 1.08; rotate: -10deg; }
  73% { translate: 72px 20px; scale: 1.24 0.9; rotate: 5deg; }
  100% { translate: 14px -56px; scale: 1.08 0.98; rotate: -3deg; }
}

@keyframes dot-roam-b {
  0% { translate: 26px -12px; scale: 1.12 0.94; rotate: 5deg; }
  22% { translate: -58px 36px; scale: 0.9 1.12; rotate: -8deg; }
  51% { translate: 48px -50px; scale: 1.26 0.9; rotate: 9deg; }
  78% { translate: -18px -28px; scale: 0.98 1.04; rotate: -5deg; }
  100% { translate: -52px 54px; scale: 1.18 0.92; rotate: 4deg; }
}

@keyframes dot-roam-c {
  0% { translate: 6px 0; scale: 1.06 0.96; rotate: -3deg; }
  27% { translate: 38px 58px; scale: 1.34 0.84; rotate: 11deg; }
  53% { translate: -54px 20px; scale: 0.92 1.1; rotate: -7deg; }
  81% { translate: 28px -54px; scale: 1.24 0.9; rotate: 8deg; }
  100% { translate: -42px -38px; scale: 1 1.04; rotate: -4deg; }
}

@keyframes dot-roam-d {
  0% { translate: -20px 18px; scale: 0.96 1.08; rotate: -6deg; }
  19% { translate: 62px 32px; scale: 1.22 0.9; rotate: 6deg; }
  44% { translate: 22px -62px; scale: 0.9 1.12; rotate: -10deg; }
  72% { translate: -68px -20px; scale: 1.28 0.86; rotate: 7deg; }
  100% { translate: 44px 58px; scale: 1.02 1; rotate: -4deg; }
}

@keyframes dot-roam-e {
  0% { translate: 18px 12px; scale: 1.08 0.98; rotate: 4deg; }
  31% { translate: -50px -54px; scale: 0.94 1.08; rotate: -9deg; }
  57% { translate: 70px -14px; scale: 1.3 0.86; rotate: 7deg; }
  83% { translate: 30px 62px; scale: 1 1.06; rotate: -5deg; }
  100% { translate: -42px 30px; scale: 1.16 0.94; rotate: 3deg; }
}

@keyframes dot-roam-f {
  0% { translate: -8px -14px; scale: 1.2 0.92; rotate: -5deg; }
  22% { translate: 66px 26px; scale: 0.96 1.08; rotate: 8deg; }
  51% { translate: -38px 56px; scale: 1.36 0.84; rotate: -11deg; }
  79% { translate: 58px -52px; scale: 0.92 1.12; rotate: 6deg; }
  100% { translate: -52px -62px; scale: 1.14 0.96; rotate: -4deg; }
}

.work-grid .work-visual:hover > span,
.work-grid .work-visual:hover .dot-field > span {
  opacity: 1;
}

.work-visual > span::before,
.work-visual > span::after,
.dot-field > span::before,
.dot-field > span::after,
.work-flow span::before,
.work-flow span::after {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--split-s, 36%);
  height: var(--split-s, 36%);
  border-radius: inherit;
  background: currentColor;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  content: "";
  pointer-events: none;
  animation: dot-split-a var(--split-duration, 7600ms) cubic-bezier(0.52, 0, 0.16, 1) infinite;
  animation-delay: var(--split-delay, -2200ms);
}

.work-visual > span::after,
.dot-field > span::after,
.work-flow span::after {
  width: var(--split-s-b, 22%);
  height: var(--split-s-b, 22%);
  animation-name: dot-split-b;
  animation-duration: var(--split-duration-b, 10300ms);
  animation-delay: var(--split-delay-b, -5100ms);
}

.work-visual > span:nth-of-type(2n)::before,
.dot-field > span:nth-of-type(2n)::before,
.work-flow span:nth-child(2n)::before {
  animation-name: dot-split-c;
}

.work-visual > span:nth-of-type(3n)::after,
.dot-field > span:nth-of-type(3n)::after,
.work-flow span:nth-child(3n)::after {
  animation-name: dot-split-d;
}

@keyframes dot-split-a {
  0%, 17%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  36% {
    opacity: var(--split-opacity, 0.54);
    transform: translate(calc(-50% + var(--split-x-a, 26px)), calc(-50% + var(--split-y-a, -18px))) scale(var(--split-scale-a, 0.78));
  }
  55% {
    opacity: var(--split-opacity-low, 0.2);
    transform: translate(calc(-50% + var(--split-x-b, -14px)), calc(-50% + var(--split-y-b, 34px))) scale(var(--split-scale-b, 0.44));
  }
  72% {
    opacity: var(--split-opacity, 0.48);
    transform: translate(calc(-50% + var(--split-x-c, 7px)), calc(-50% + var(--split-y-c, 10px))) scale(var(--split-scale-c, 0.88));
  }
}

@keyframes dot-split-b {
  0%, 22%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  43% {
    opacity: var(--split-opacity, 0.46);
    transform: translate(calc(-50% + var(--split-x-d, -31px)), calc(-50% + var(--split-y-d, 16px))) scale(var(--split-scale-a, 0.64));
  }
  61% {
    opacity: var(--split-opacity-low, 0.18);
    transform: translate(calc(-50% + var(--split-x-a, 19px)), calc(-50% + var(--split-y-c, -29px))) scale(var(--split-scale-b, 0.4));
  }
  83% {
    opacity: var(--split-opacity, 0.52);
    transform: translate(calc(-50% + var(--split-x-b, -6px)), calc(-50% + var(--split-y-b, 7px))) scale(var(--split-scale-c, 0.82));
  }
}

@keyframes dot-split-c {
  0%, 12%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  31% {
    opacity: var(--split-opacity, 0.58);
    transform: translate(calc(-50% + var(--split-x-b, -40px)), calc(-50% + var(--split-y-c, -24px))) scale(var(--split-scale-c, 0.92));
  }
  66% {
    opacity: var(--split-opacity-low, 0.24);
    transform: translate(calc(-50% + var(--split-x-d, 24px)), calc(-50% + var(--split-y-a, 36px))) scale(var(--split-scale-b, 0.36));
  }
}

@keyframes dot-split-d {
  0%, 28%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  47% {
    opacity: var(--split-opacity, 0.5);
    transform: translate(calc(-50% + var(--split-x-c, 34px)), calc(-50% + var(--split-y-d, 22px))) scale(var(--split-scale-a, 0.72));
  }
  74% {
    opacity: var(--split-opacity-low, 0.2);
    transform: translate(calc(-50% + var(--split-x-a, -11px)), calc(-50% + var(--split-y-b, -35px))) scale(var(--split-scale-c, 0.9));
  }
}

@keyframes flow-dot-a {
  0% { translate: -6vw -14px; scale: 0.82; }
  28% { translate: 9vw 42px; scale: 1; }
  62% { translate: 21vw -28px; scale: 0.66; }
  100% { translate: 34vw 30px; scale: 1.18; }
}

@keyframes flow-dot-b {
  0% { translate: 7vw 18px; scale: 1.08; }
  33% { translate: -13vw -34px; scale: 0.76; }
  68% { translate: -25vw 48px; scale: 1.22; }
  100% { translate: -39vw -16px; scale: 0.9; }
}

@keyframes flow-dot-c {
  0% { translate: -18vw 8px; scale: 0.72; }
  44% { translate: 2vw -46px; scale: 1.28; }
  78% { translate: 18vw 32px; scale: 0.84; }
  100% { translate: 31vw -8px; scale: 1; }
}

@keyframes flow-dot-d {
  0% { translate: 10vw -18px; scale: 0.86; }
  36% { translate: -8vw 54px; scale: 1.1; }
  72% { translate: -23vw -36px; scale: 0.72; }
  100% { translate: -36vw 22px; scale: 1.2; }
}

@keyframes flow-dot-e {
  0% { translate: -10vw 26px; scale: 1.1; }
  40% { translate: 8vw -34px; scale: 0.74; }
  70% { translate: 22vw 46px; scale: 1.26; }
  100% { translate: 38vw -18px; scale: 0.88; }
}

@keyframes flow-dot-f {
  0% { translate: 4vw -22px; scale: 0.78; }
  46% { translate: -15vw 28px; scale: 1.34; }
  100% { translate: -31vw -42px; scale: 0.9; }
}

.index-list {
  border-top: 1px solid var(--ink);
}

.index-list a {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(180px, 0.35fr);
  gap: 20px;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid var(--ink);
  transition:
    background 160ms ease,
    color 160ms ease;
}

.index-list a:hover {
  background: var(--ink);
  color: var(--bg);
}

.index-list span,
.index-list strong,
.index-list em {
  font-size: 15px;
  font-weight: 360;
  font-style: normal;
  line-height: 1.1;
}

.index-list span {
  color: var(--muted);
}

.index-list a:hover span {
  color: var(--bg);
}

.index-list strong {
  text-transform: uppercase;
  font-weight: 650;
}

.index-list em {
  text-align: right;
  font-weight: 380;
}

.lab-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 48px;
}

.lab-statement {
  display: grid;
  gap: 22px;
  max-width: 720px;
}

.lab-statement p {
  margin: 0;
  font-size: 34px;
  font-weight: 330;
  line-height: 1.1;
}

.lab-statement p + p {
  color: var(--muted);
  font-size: 22px;
  font-weight: 360;
  line-height: 1.2;
}

.lab-facts dl {
  margin: 0;
  border-top: 1px solid var(--ink);
}

.lab-facts div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  min-height: 56px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--ink);
}

.lab-facts dt,
.lab-facts dd {
  margin: 0;
  font-size: 14px;
  font-weight: 390;
  line-height: 1.25;
}

.lab-facts dt {
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.contact-grid a {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 18px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 16px;
  line-height: 1.05;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.contact-grid span,
.contact-grid strong {
  display: block;
}

.contact-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 390;
  text-transform: uppercase;
}

.contact-grid strong {
  font-size: 20px;
  font-weight: 420;
}

.contact-grid a:hover {
  background: var(--accent);
  color: #fff;
}

.contact-grid a:hover span {
  color: #fff;
}

.site-footer {
  width: min(var(--max), calc(100vw - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr) minmax(0, 0.8fr);
  gap: 24px;
  align-items: start;
  padding: 22px 0 28px;
  border-top: 1px solid var(--ink);
  color: var(--muted);
}

.site-footer p,
.site-footer span,
.site-footer a {
  margin: 0;
  font-size: 12px;
  font-weight: 360;
  line-height: 1.25;
}

.footer-brand,
.footer-meta,
.footer-contact {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.footer-brand p {
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}

.footer-brand span {
  color: var(--ink);
  font-weight: 250;
}

.footer-contact {
  justify-items: end;
  text-align: right;
}

.footer-contact a {
  width: max-content;
  max-width: 100%;
  color: var(--ink);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
  overflow-wrap: anywhere;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  color: var(--accent);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 420ms ease,
    transform 520ms ease;
}

@media (max-width: 980px) {
  .hero h1,
  .hero-korean {
    font-size: clamp(38px, 9vw, 72px);
  }

  .kicker {
    font-size: clamp(30px, 7vw, 54px);
  }

  .hero-grid,
  .lab-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-grid {
    width: 100%;
    overflow: visible;
  }

  .hero-meta {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 100%;
  }

  .hero-title-block {
    grid-column: 1 / -1;
  }

  .hero-meta {
    border-left: 0;
    border-top: 1px solid var(--ink);
    padding-left: 0;
    padding-top: 20px;
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-card-large {
    grid-column: span 2;
  }

  .section-heading {
    grid-template-columns: auto 1fr;
  }

  .work-heading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-heading-title {
    grid-column: 1;
  }

  .work-heading .filter-group {
    grid-column: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .filter-group {
    grid-column: 2;
    justify-content: flex-start;
    width: 100%;
  }

  .filter-button {
    flex: 1 1 16.666%;
    max-width: 16.666%;
    min-width: 0;
    font-size: 10px;
  }

  .work-heading .filter-button {
    max-width: none;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .section-frame,
  .site-footer {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
    padding-bottom: 34px;
  }

  .hero-title-block {
    grid-column: 1 / -1;
  }

  .hero-grid {
    padding: 0;
  }

  .hero h1,
  .hero-korean {
    gap: 0;
    font-size: clamp(25px, 7.8vw, 34px);
    line-height: 0.98;
  }

  .hero-title-block {
    padding: 16px;
  }

  .hero-meta {
    padding: 16px;
  }

  .hero-korean {
    margin-top: 7px;
  }

  .kicker {
    margin-top: 7px;
    font-size: clamp(20px, 5.9vw, 28px);
    line-height: 1;
  }

  .hero-meta p {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.22;
  }

  .hero-meta,
  .hero-meta p,
  .hero-meta-row {
    width: min(100%, 330px);
    max-width: 100%;
  }

  .hero-meta-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .filter-group {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .work-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .work-heading-title,
  .work-heading .filter-group {
    grid-column: 1;
  }

  .filter-button {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .hero-foot {
    grid-template-columns: 1fr;
  }

  .work-section,
  .index-section,
  .lab-section,
  .contact-section {
    padding: 62px 0;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .work-card-large {
    grid-column: span 1;
  }

  .work-card {
    min-height: 310px;
  }

  .work-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .work-card-large .work-visual {
    aspect-ratio: 4 / 3;
  }

  .work-flow {
    opacity: 1;
  }

  .index-list a {
    grid-template-columns: 62px 1fr;
    min-height: 70px;
  }

  .index-list em {
    grid-column: 2;
    text-align: left;
    color: var(--muted);
    font-size: 13px;
  }

  .lab-statement p {
    font-size: 26px;
  }

  .lab-statement p + p {
    font-size: 18px;
  }

  .lab-facts div {
    grid-template-columns: 88px 1fr;
  }

  .contact-grid a {
    min-height: 150px;
  }

  .contact-grid strong {
    font-size: 17px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    justify-items: start;
    text-align: left;
  }
}
