:root {
  --bg: #050505;
  --line: #222;
  --line-soft: #151515;
  --text: #c9c9c9;
  --muted: #6f6f6f;
  --heading: #f1f1f1;
  --neutral: #cfcfcf;
  --cyan: #78dff2;
  --amber: #ffd166;
  --violet: #b9a8ff;
  --margin: 38px;
  --gutter: 24px;
  --radius: 4px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Noto Sans KR", sans-serif;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / calc((100vw - 80px) / 10) 100%,
    var(--bg);
}

button,
a {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: grid;
  width: 100%;
  min-height: 156px;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gutter);
  padding: 31px var(--margin) 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(12px);
}

.nav-cell {
  position: relative;
  min-width: 0;
  padding: 0 34px 0 0;
  color: var(--muted);
  text-align: left;
  opacity: 0.56;
  transition: opacity 180ms ease, color 180ms ease;
}

.nav-title-button,
.nav-cell span {
  display: block;
  color: var(--heading);
  font-size: clamp(18px, 1.55vw, 28px);
  font-weight: 600;
  line-height: 1.08;
  word-break: keep-all;
}

.nav-title-button,
.nav-sub-action {
  width: fit-content;
  padding: 0;
  color: inherit;
  text-align: left;
}

.nav-title-button {
  transition: color 180ms ease;
}

.nav-cell small {
  display: block;
  margin-top: 6px;
  color: currentColor;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 600;
  line-height: 1.2;
}

.nav-sub-action {
  display: block;
  margin-top: 6px;
  color: currentColor;
  font-size: clamp(13px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.nav-sub-action:hover,
.nav-sub-action:focus-visible,
.nav-title-button:hover,
.nav-title-button:focus-visible {
  color: var(--heading);
  opacity: 1;
  outline: 0;
}

.nav-sub-action:hover,
.nav-sub-action:focus-visible {
  transform: translateX(4px);
}

.nav-cell::after {
  position: absolute;
  top: -4px;
  right: 0;
  content: "○";
  color: var(--heading);
  font-size: 11px;
  line-height: 1;
  opacity: 0.8;
}

.nav-cell.is-active,
.nav-cell:hover,
.nav-cell:focus-visible,
.nav-cell:focus-within {
  color: var(--text);
  opacity: 1;
  outline: 0;
}

.nav-cell.is-active::after {
  content: "●";
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 176px var(--margin) 38px;
  overflow: hidden;
}

#particle-canvas {
  display: none;
}

#hero-morph-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  touch-action: none;
  pointer-events: none;
}

.hero::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: min(56vw, 760px);
  height: min(56vw, 760px);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 206, 132, 0.16) 0%, rgba(255, 171, 75, 0.06) 34%, rgba(255, 171, 75, 0) 66%);
  content: "";
  filter: blur(28px);
  opacity: 0.82;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.landing-loader {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: block;
  background: #050505;
  color: var(--heading);
  pointer-events: none;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.landing-loader::before,
.landing-loader::after {
  position: absolute;
  left: var(--margin);
  right: var(--margin);
  height: 1px;
  content: "";
  display: none;
  background: rgba(241, 241, 241, 0.16);
}

.landing-loader::before {
  top: 50%;
  transform: translateY(-72px);
}

.landing-loader::after {
  top: 50%;
  transform: translateY(72px);
}

.landing-loader.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.landing-loader-name {
  position: absolute;
  top: 50%;
  left: 50vw;
  width: 310px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--landing-spacing, 0);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  will-change: transform, letter-spacing;
}

.landing-loader-name.is-ticking {
  animation: none;
}

.landing-loader-name span {
  display: inline-block;
  font-weight: var(--letter-weight, 600);
  transform: translateY(var(--letter-y, 0));
  transition:
    font-weight 140ms ease,
    transform 140ms ease;
  will-change: transform;
}

.landing-letter {
  position: relative;
  min-width: 0.62em;
  color: var(--heading);
  font-family: Inter, "Noto Sans KR", sans-serif;
  font-weight: var(--letter-weight, 650);
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
}

.landing-space {
  width: 0.58em;
  min-width: 0.58em;
}

.landing-letter::before,
.landing-letter::after {
  position: absolute;
  z-index: 2;
  content: "";
  pointer-events: none;
  opacity: 0;
  transition: opacity 140ms ease, transform 140ms ease;
}

.landing-letter.form-stencil {
  font-weight: 840;
  transform: translateY(var(--letter-y, 0)) scaleX(0.9);
}

.landing-letter.form-stencil::after {
  top: 8%;
  bottom: 6%;
  left: 49%;
  width: 2px;
  background: #050505;
  opacity: 0.88;
}

.landing-letter.form-slice {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  transform: translateY(var(--letter-y, 0)) skewX(-8deg) scaleX(0.95);
}

.landing-letter.form-slice::after {
  top: 5%;
  bottom: 5%;
  left: 49%;
  width: 2px;
  background: #050505;
  opacity: 0.9;
  transform: rotate(28deg);
}

.landing-letter.form-soft {
  font-weight: 780;
  transform: translateY(var(--letter-y, 0)) scaleX(1.08);
}

.landing-letter.form-soft::before {
  inset: 16% 17%;
  border-radius: 999px;
  background: #050505;
  opacity: 0.22;
}

.landing-letter.form-narrow {
  font-family: "Arial Narrow", Inter, sans-serif;
  font-weight: 760;
  transform: translateY(var(--letter-y, 0)) scaleX(0.72);
}

.landing-loader-percent {
  position: absolute;
  top: calc(50% + 24px);
  left: 50vw;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  transform: translateX(-50%);
}

.hero-word {
  position: absolute;
  left: 0;
  width: max-content;
  color: #171717;
  font-size: clamp(84px, 12.8vw, 230px);
  font-weight: 800;
  line-height: 0.95;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  animation: marquee 42s linear infinite;
}

.hero-word-top {
  top: 39%;
}

.hero-word-bottom {
  top: 61%;
  animation-direction: reverse;
}

.hero-object {
  display: none;
}

.hero-object span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 38%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.04)),
    #1b1b1b;
  box-shadow: inset 0 0 55px rgba(255, 255, 255, 0.14);
}

.hero-object span:nth-child(1) {
  left: 8%;
  height: 52%;
}

.hero-object span:nth-child(2) {
  left: 31%;
  height: 72%;
}

.hero-object span:nth-child(3) {
  left: 54%;
  height: 90%;
}

.hero-object[data-variant="cyan"] span {
  box-shadow: inset 0 0 64px rgba(120, 223, 242, 0.28);
}

.hero-object[data-variant="amber"] span {
  box-shadow: inset 0 0 64px rgba(255, 209, 102, 0.24);
}

.hero-object[data-variant="violet"] span {
  box-shadow: inset 0 0 64px rgba(185, 168, 255, 0.26);
}

.hero-copy {
  position: absolute;
  bottom: 158px;
  left: var(--margin);
  z-index: 3;
  display: flex;
  max-width: min(520px, calc(100vw - (var(--margin) * 2)));
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}

.eyebrow,
.hero-meta small,
.section-label span,
.project-header span,
.tag-row span,
.contact-strip span {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1 {
  margin-top: 10px;
  color: var(--heading);
  font-size: clamp(74px, 12vw, 190px);
  font-weight: 700;
  line-height: 0.9;
  white-space: pre-line;
}

.hero-copy h1 {
  max-width: 520px;
  margin-top: 14px;
  font-size: clamp(38px, 4.25vw, 64px);
  font-weight: 720;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero-copy p:last-child {
  max-width: 480px;
  margin-top: 22px;
  color: var(--heading);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 500;
  line-height: 1.82;
  opacity: 0.76;
  white-space: pre-line;
  word-break: keep-all;
}

.hero-meta {
  position: absolute;
  right: auto;
  bottom: 46px;
  left: var(--margin);
  z-index: 3;
  display: flex;
  width: min(520px, calc(100vw - (var(--margin) * 2)));
  justify-content: flex-start;
  gap: clamp(30px, 5vw, 72px);
  pointer-events: none;
}

.hero-meta div {
  display: flex;
  min-width: 0;
  max-width: 250px;
  flex-direction: column;
  gap: 8px;
}

.hero-meta div:last-child {
  text-align: left;
}

.hero-meta span {
  color: var(--heading);
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 600;
  line-height: 1.45;
  opacity: 0.72;
  word-break: keep-all;
}

.reveal-on-scroll {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(34px);
  transition:
    opacity 760ms ease,
    filter 760ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.active-section {
  display: grid;
  width: calc(100vw - var(--margin) * 2);
  grid-template-columns: minmax(170px, 0.62fr) minmax(0, 3.38fr);
  gap: var(--gutter);
  margin: 0 var(--margin) 14vh;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.section-label {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.section-label h2 {
  color: var(--heading);
  font-size: 16px;
  font-weight: 600;
  word-break: keep-all;
}

.section-content {
  min-width: 0;
}

.section-content.is-entering {
  animation: content-in 260ms ease both;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 56px;
}

.lead-copy h3 {
  max-width: min(1080px, 100%);
  color: var(--heading);
  font-size: clamp(34px, 4.6vw, 76px);
  font-weight: 600;
  line-height: 1.06;
  word-break: keep-all;
}

.lead-copy p {
  max-width: min(980px, 100%);
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.82;
  text-align: justify;
  word-break: keep-all;
}

.info-columns {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.info-group {
  border-bottom: 1px solid var(--line);
}

.info-group h4 {
  margin-bottom: 12px;
  color: var(--heading);
  font-size: 22px;
  font-weight: 600;
}

.info-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.65fr) minmax(0, 1.35fr);
  gap: 18px;
  padding: 13px 0;
  border-top: 1px solid var(--line-soft);
}

.info-row strong {
  color: var(--heading);
  font-weight: 600;
  line-height: 1.45;
  word-break: keep-all;
}

.info-row p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.72;
  word-break: keep-all;
}

.contact-strip {
  border-bottom: 1px solid var(--line);
}

.contact-strip a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--line-soft);
}

.contact-strip strong {
  color: var(--heading);
  font-weight: 500;
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.project-item {
  display: grid;
  grid-template-columns: 74px minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: var(--gutter);
  align-items: start;
}

.project-year {
  color: var(--heading);
  text-align: right;
}

.project-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line-soft);
}

.project-header h3 {
  color: var(--heading);
  font-size: clamp(30px, 3.7vw, 58px);
  font-weight: 600;
  line-height: 1.05;
  word-break: keep-all;
}

.project-copy p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.78;
  text-align: justify;
  word-break: keep-all;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 22px;
}

.tag-row span {
  position: relative;
}

.tag-row span:not(:last-child)::after {
  position: absolute;
  right: -13px;
  content: "○";`r`n  color: var(--heading);
  font-size: 20px;
  line-height: 0;
}

.project-visual {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0d0d0d;
}

.project-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
}

.project-visual::after {
  position: absolute;
  right: 18px;
  bottom: 16px;
  content: attr(aria-label);
  color: #555;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-visual span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #151515;
}

.site-footer {
  display: grid;
  min-height: 72vh;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(var(--gutter) * 2);
  padding: 8vh var(--margin) 8vh;
  border-top: 1px solid var(--line-soft);
  background: var(--bg);
}

.footer-particle-stage {
  grid-column: 1 / -1;
  width: calc(100vw - var(--margin) * 2);
  height: clamp(220px, 35vh, 420px);
  margin-bottom: 7vh;
  overflow: hidden;
}

.gold-dot-field {
  position: relative;
  background: var(--bg);
  pointer-events: auto;
  cursor: crosshair;
}

.gold-dot-field::before,
.gold-dot-field::after {
  display: none;
}

.gold-dot-field::before {
  width: 310px;
  height: 310px;
  background:
    radial-gradient(
      circle,
      rgba(255, 210, 138, 0.44) 0%,
      rgba(255, 184, 90, 0.25) 26%,
      rgba(255, 169, 70, 0.1) 48%,
      rgba(255, 169, 70, 0) 70%
    );
  filter: blur(13px);
  opacity: var(--glow-opacity);
  mix-blend-mode: screen;
}

.gold-dot-field::after {
  width: 166px;
  height: 166px;
  background:
    radial-gradient(
      circle,
      rgba(5, 5, 5, 0.68) 0%,
      rgba(5, 5, 5, 0.48) 28%,
      rgba(5, 5, 5, 0.08) 58%,
      rgba(5, 5, 5, 0) 72%
    );
  opacity: var(--void-opacity);
}

.gold-dot {
  display: none;
}

#footer-particle-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.footer-column {
  min-width: 0;
}

.footer-column h2 {
  margin-bottom: 32px;
  color: var(--heading);
  font-size: clamp(40px, 4.6vw, 72px);
  font-weight: 600;
  line-height: 1;
  word-break: keep-all;
}

.footer-contact a,
.footer-quick button {
  display: grid;
  width: 100%;
  min-height: 46px;
  grid-template-columns: minmax(130px, 0.6fr) minmax(0, 1fr);
  gap: var(--gutter);
  align-items: center;
  padding: 0;
  color: var(--muted);
  text-align: left;
}

.footer-contact span,
.footer-quick span {
  color: var(--text);
  font-size: clamp(18px, 1.55vw, 26px);
  font-weight: 600;
  line-height: 1.15;
}

.footer-contact strong {
  color: #4f4f4f;
  font-size: clamp(18px, 1.35vw, 24px);
  font-weight: 600;
  line-height: 1.15;
  text-align: right;
  word-break: break-all;
  transition: color 180ms ease;
}

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

.footer-contact a:focus-visible,
.footer-quick button:focus-visible {
  outline: 1px solid var(--muted);
  outline-offset: 4px;
}

.footer-quick {
  justify-self: end;
  width: min(100%, 560px);
}

.footer-quick button {
  grid-template-columns: minmax(0, 1fr) 34px;
  min-height: 46px;
}

.footer-quick strong {
  color: #555;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  line-height: 1;
  text-align: right;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-quick button:hover span,
.footer-quick button:focus-visible span,
.footer-quick button[aria-current] span {
  color: var(--heading);
}

.footer-quick button:hover strong,
.footer-quick button:focus-visible strong,
.footer-quick button[aria-current] strong {
  color: var(--heading);
  transform: translateY(-3px);
}

.visual-repet span:nth-child(1),
.visual-pawst span:nth-child(1),
.visual-noww span:nth-child(1) {
  top: 38px;
  left: 38px;
  width: 28%;
  height: 300px;
  background: rgba(120, 223, 242, 0.7);
}

.visual-repet span:nth-child(2),
.visual-pawst span:nth-child(2),
.visual-noww span:nth-child(2) {
  top: 60px;
  left: 38%;
  width: 45%;
  height: 64px;
}

.visual-repet span:nth-child(3),
.visual-pawst span:nth-child(3),
.visual-noww span:nth-child(3) {
  top: 154px;
  left: 38%;
  width: 22%;
  height: 150px;
}

.visual-repet span:nth-child(4),
.visual-pawst span:nth-child(4),
.visual-noww span:nth-child(4) {
  right: 42px;
  bottom: 58px;
  width: 31%;
  height: 110px;
}

.visual-valentino span,
.visual-wallace span,
.visual-christmas span {
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.04), rgba(255, 209, 102, 0.44), rgba(255, 255, 255, 0.04)),
    #161616;
}

.visual-valentino span:nth-child(1),
.visual-wallace span:nth-child(1),
.visual-christmas span:nth-child(1) {
  left: 16%;
  bottom: 46px;
  width: 18%;
  height: 62%;
}

.visual-valentino span:nth-child(2),
.visual-wallace span:nth-child(2),
.visual-christmas span:nth-child(2) {
  left: 36%;
  bottom: 46px;
  width: 20%;
  height: 78%;
}

.visual-valentino span:nth-child(3),
.visual-wallace span:nth-child(3),
.visual-christmas span:nth-child(3) {
  left: 58%;
  bottom: 46px;
  width: 18%;
  height: 52%;
}

.visual-brand span:nth-child(1) {
  top: 44px;
  left: 40px;
  width: 42%;
  height: 72px;
  background: rgba(185, 168, 255, 0.7);
}

.visual-brand span:nth-child(2) {
  top: 146px;
  left: 40px;
  width: 28%;
  height: 170px;
}

.visual-brand span:nth-child(3) {
  top: 146px;
  left: 36%;
  width: 25%;
  height: 170px;
}

.visual-brand span:nth-child(4) {
  right: 42px;
  bottom: 64px;
  width: 26%;
  height: 116px;
}

body[data-active="cyan"] .nav-cell.is-active span,
body[data-active="cyan"] .nav-cell.is-active .nav-title-button,
body[data-active="cyan"] .section-label h2 {
  color: var(--cyan);
}

body[data-active="amber"] .nav-cell.is-active span,
body[data-active="amber"] .nav-cell.is-active .nav-title-button,
body[data-active="amber"] .section-label h2 {
  color: var(--amber);
}

body[data-active="violet"] .nav-cell.is-active span,
body[data-active="violet"] .nav-cell.is-active .nav-title-button,
body[data-active="violet"] .section-label h2 {
  color: var(--violet);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes content-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loader-flicker {
  0% {
    opacity: 0.62;
    filter: blur(1.4px);
    transform: translateY(1px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-loader,
  .landing-loader-name span,
  .reveal-on-scroll {
    transition: none;
  }

  .reveal-on-scroll {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 1024px) {
  :root {
    --margin: 20px;
    --gutter: 18px;
  }

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

  .site-nav {
    min-height: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 18px var(--margin);
  }

  .nav-cell {
    min-height: 62px;
    padding-right: 24px;
  }

  .nav-cell small,
  .nav-sub-action {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 112px;
  }

  .hero-copy {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 560px;
    min-height: 48vh;
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 7vw, 58px);
  }

  .hero-copy p:last-child {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.78;
  }

  .hero-object {
    top: 34%;
    opacity: 0.46;
  }

  .hero-meta {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(560px, 100%);
    margin-top: 34px;
  }

  .active-section,
  .about-layout,
  .project-item,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer {
    gap: 56px;
    padding-top: 72px;
  }

  .footer-particle-stage {
    height: 260px;
    margin-bottom: 16px;
  }

  .footer-quick {
    justify-self: stretch;
    width: 100%;
  }

  .project-year {
    text-align: left;
  }

  .project-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-visual {
    min-height: 320px;
  }

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

@media (max-width: 640px) {
  .site-nav {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nav-cell {
    min-height: 34px;
  }

  .hero {
    padding-top: 174px;
  }

  .hero-copy {
    min-height: 42vh;
  }

  .hero-copy h1 {
    font-size: 36px;
    line-height: 1.18;
  }

  .hero-copy p:last-child {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.72;
  }

  .hero-meta {
    flex-direction: column;
    gap: 16px;
  }

  .hero-meta div:last-child {
    text-align: left;
  }

  .lead-copy p,
  .project-copy p {
    text-align: left;
  }

  .contact-strip a {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-contact a,
  .footer-quick button {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 54px;
  }

  .footer-contact strong,
  .footer-quick strong {
    text-align: left;
  }

  .footer-quick button {
    grid-template-columns: 1fr 28px;
  }

  .footer-particle-stage {
    height: 210px;
  }
}
