:root {
  --bg: #080a0b;
  --paper: #eff0ed;
  --ink: #f2f3f0;
  --paper-ink: #111315;
  --muted: #a0a5a1;
  --line: rgba(255, 255, 255, .18);
  --acid: #d8ff3e;
  --header: 72px;
  --pad: clamp(24px, 4.3vw, 76px);
  --display: "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  --accent-serif: "Bodoni 72", Didot, "Iowan Old Style", "Palatino Linotype", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -.012em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
body.detail-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
ul { margin: 0; padding-left: 1.15em; }
li + li { margin-top: .35em; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header);
  display: grid;
  grid-template-columns: minmax(100px, 1fr) auto minmax(100px, 1fr);
  align-items: center;
  padding: 0 var(--pad);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(#080a0bf2, #080a0b99);
  backdrop-filter: blur(18px);
}
.wordmark { font-size: .82rem; font-weight: 800; letter-spacing: .12em; }
.site-header nav { display: flex; gap: clamp(16px, 2.2vw, 38px); }
.site-header nav a {
  font-size: .7rem;
  line-height: 1;
  letter-spacing: .12em;
  color: #b5b8b4;
  transition: color .2s ease;
}
.site-header nav a:hover,
.site-header nav a.active { color: #fff; }
.page-count { justify-self: end; display: flex; align-items: center; gap: 10px; font-size: .72rem; letter-spacing: .1em; }
.page-count i { width: 24px; height: 1px; background: #777; }
.menu-toggle { display: none; }

.section-pad { padding: clamp(88px, 9vw, 146px) var(--pad); }
.about,
.resume,
.projects,
.skills,
.contact { position: relative; isolation: isolate; }
.about::before,
.resume::before,
.projects::before,
.skills::before,
.contact::before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -1px;
  height: clamp(90px, 12vw, 190px);
  pointer-events: none;
  opacity: .7;
}
.about::before,
.skills::before { background: linear-gradient(180deg, rgba(8,10,11,.22), transparent 75%); mix-blend-mode: multiply; }
.resume::before,
.projects::before { background: radial-gradient(70% 100% at 25% 0%, rgba(216,255,62,.07), transparent 65%); }
.section-watch::before {
  transform: translate3d(0, -16px, 0);
  transition: opacity 1.1s ease, transform 1.2s cubic-bezier(.22,1,.36,1);
}
.section-watch.is-current::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.section-kicker {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: #aeb1ad;
  font-size: .75rem;
  line-height: 1.4;
  letter-spacing: .12em;
  transition: color .7s ease, border-color .7s ease;
}
.section-watch.is-current .section-kicker { color: #d9ddd9; }
.about.is-current .section-kicker,
.skills.is-current .section-kicker { color: #222724; border-color: rgba(17,19,21,.36); }

.hero { position: relative; min-height: 720px; height: 100svh; overflow: hidden; }
.hero-media,
.contact-media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #060708 0%, rgba(6,7,8,.76) 28%, rgba(6,7,8,.16) 66%), url('./assets/hero-director-rain-v4.png');
  background-size: cover;
  background-position: center;
  transform: scale(1.035) translate3d(0, var(--hero-shift, 0), 0);
  will-change: transform;
}
.hero-shade,
.contact-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,4,5,.64), rgba(3,4,5,.1) 64%, rgba(3,4,5,.34)), linear-gradient(0deg, rgba(3,4,5,.82), transparent 52%);
}
.hero-grid {
  position: relative;
  height: 100%;
  padding: calc(var(--header) + 5vh) var(--pad) 5vh;
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) 1fr;
  grid-template-rows: 1fr auto;
  column-gap: 6vw;
}
.hero-title {
  align-self: center;
  display: flex;
  flex-direction: column;
  width: max-content;
  margin: 0;
  font-size: clamp(6.4rem, 13.3vw, 13.2rem);
  font-weight: 900;
  line-height: .79;
  letter-spacing: -.065em;
  color: transparent;
  background: linear-gradient(118deg, #ffffff 2%, #858e93 24%, #ffffff 43%, #5d666c 65%, #f8faf9 86%, #91989c 100%);
  background-size: 240% 100%;
  background-position: 0 50%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.68));
  animation: titleSheen 9s ease-in-out infinite alternate;
  transform: translate3d(0, var(--hero-copy-shift, 0), 0);
  will-change: transform, background-position;
}
.hero-title span { display: block; }
@keyframes titleSheen { to { background-position: 82% 50%; } }
.hero-role {
  position: absolute;
  left: var(--pad);
  bottom: 19vh;
  margin: 0;
  font-size: clamp(.78rem, .9vw, 1rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .08em;
}
.hero-statement {
  align-self: end;
  margin: 0 0 5.5vh;
  font-size: clamp(1rem, 1.3vw, 1.35rem);
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: -.025em;
}
.hero-note {
  position: absolute;
  right: var(--pad);
  top: 22vh;
  margin: 0;
  writing-mode: vertical-rl;
  color: rgba(255,255,255,.55);
  font-size: .7rem;
  line-height: 1;
  letter-spacing: .18em;
}
.scroll-cue {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-left: 1px solid #ddd;
  padding-left: 18px;
  font-size: .7rem;
  letter-spacing: .13em;
}
.scroll-cue b { font-size: 1.3rem; font-weight: 400; animation: scrollPulse 1.9s ease-in-out infinite; }
@keyframes scrollPulse { 50% { transform: translateY(7px); opacity: .45; } }

.about { background: var(--paper); color: var(--paper-ink); }
.about .section-kicker,
.skills .section-kicker { border-color: rgba(17,19,21,.18); color: #555a56; }
.about > .about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .8fr);
  column-gap: clamp(56px, 9vw, 140px);
  row-gap: 0;
  padding-top: clamp(72px, 8vw, 124px);
}
.about h2,
.resume-head h2,
.projects-intro h2,
.skills h2,
.contact h2 {
  margin: 0;
  font-size: clamp(3.2rem, 6.1vw, 7rem);
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: -.055em;
}
.accent-word {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: .2em;
  color: #6b6f6c;
  font-family: var(--accent-serif);
  font-size: .58em;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.035em;
}
.projects .accent-word { color: var(--acid); }
.skills .accent-word { color: #6b6f6c; }
.about-copy { align-self: center; max-width: 620px; }
.about-copy .lead {
  margin: 0 0 34px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 680;
  line-height: 1.48;
  letter-spacing: -.035em;
}
.about-copy p:not(.lead) { max-width: 52ch; margin: 0 0 16px; color: #4a4d4a; font-size: 1.05rem; }
.about-index {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(44px, 5vw, 76px);
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.about-index span { padding: 17px 0; font-size: .73rem; letter-spacing: .1em; }
.about-index span + span { border-left: 1px solid #111; padding-left: 18px; }

.resume { background: #0c0f10; }
.resume-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
  gap: 6vw;
  align-items: end;
  padding: clamp(64px, 7vw, 110px) 0;
}
.resume-head h2 { font-size: clamp(3rem, 5.4vw, 6.2rem); }
.resume-head p { margin: 0; color: var(--muted); }
.resume-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.resume-block { min-width: 0; padding: 44px 4vw 56px 0; }
.resume-block:nth-child(even) { border-left: 1px solid var(--line); padding-left: 4vw; }
.resume-block:nth-child(n+3) { border-top: 1px solid var(--line); }
.resume-block > h3 { margin: 0 0 42px; color: #aeb1ad; font-size: .75rem; letter-spacing: .13em; }
.resume-row { display: grid; grid-template-columns: 126px minmax(0, 1fr); gap: 24px; margin-bottom: 48px; }
.resume-row:last-child { margin-bottom: 0; }
.resume-row time { color: #858b86; font-size: .76rem; line-height: 1.5; letter-spacing: .035em; }
.resume-row h4 { margin: -.15em 0 8px; font-size: 1.25rem; line-height: 1.4; letter-spacing: -.025em; }
.resume-row p { margin: 0; color: #b1b5b1; }
.resume-row .position { margin-bottom: 12px; color: #e2e4e1; }
.resume-row ul { color: #abb0ac; font-size: .95rem; line-height: 1.65; }
.cert-list { border-top: 1px solid var(--line); }
.cert-list span { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); color: #c0c4c0; }

.projects { background: var(--bg); }
.projects-intro {
  min-height: 70vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
  align-content: center;
  gap: 7vw;
}
.projects-intro .section-kicker { grid-column: 1 / -1; }
.projects-intro h2 { margin-top: clamp(52px, 6vw, 92px); }
.projects-intro p { align-self: end; margin: 0 0 .4em; color: #a9ada9; }
.project-list { border-top: 1px solid var(--line); }
.project-band {
  position: relative;
  width: 100%;
  min-height: clamp(180px, 20vw, 290px);
  display: grid;
  grid-template-columns: 76px minmax(260px, 1.05fr) minmax(280px, .75fr) 40px;
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 24px var(--pad);
  border: 0;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
  color: #fff;
  text-align: left;
  cursor: pointer;
}
.project-band-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #080a0b 7%, rgba(8,10,11,.12), #080a0b 94%), url('./assets/project-camera.png');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.035);
  filter: grayscale(1);
  transition: opacity .55s ease, transform .55s ease;
}
.project-band > *:not(.project-band-bg) { position: relative; }
.project-band:hover .project-band-bg,
.project-band:focus-visible .project-band-bg { opacity: .4; transform: scale(1); }
.project-band:focus-visible { outline: 2px solid var(--acid); outline-offset: -4px; }
.project-band .num { color: #767c77; font-size: .85rem; letter-spacing: .08em; }
.project-band h3 { margin: 0; font-size: clamp(2.25rem, 4.5vw, 5.2rem); font-weight: 720; line-height: 1.08; letter-spacing: -.05em; }
.project-band p { max-width: 42ch; margin: 0; color: #a3a8a3; line-height: 1.65; }
.project-band .arrow { font-size: 1.8rem; transition: transform .3s ease, color .3s ease; }
.project-band:hover .arrow { transform: translate(7px, -7px); color: var(--acid); }

.skills { background: var(--paper); color: var(--paper-ink); }
.skills-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: clamp(64px, 9vw, 140px); padding-top: clamp(72px, 8vw, 124px); }
.skills h2 { font-size: clamp(2.9rem, 5vw, 5.8rem); }
.skills-copy { max-width: 42ch; margin: 42px 0 0; color: #565a56; font-size: 1.05rem; }
.skill-lines { border-top: 1px solid #111; }
.skill-lines > div { display: grid; grid-template-columns: 48px minmax(0, 1fr) 64px; align-items: center; min-height: 84px; border-bottom: 1px solid #111; }
.skill-lines span { color: #666; font-size: .73rem; }
.skill-lines strong { font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.35; }
.skill-lines strong small { display: block; margin-top: 5px; color: #686c68; font-size: .76rem; font-weight: 450; }
.skill-lines b { text-align: right; font-size: 1.1rem; font-weight: 650; letter-spacing: -.02em; }
.skill-foot { margin-top: clamp(64px, 8vw, 120px); padding: 18px 0; border-top: 1px solid #111; border-bottom: 1px solid #111; font-size: .71rem; line-height: 1.8; letter-spacing: .08em; word-spacing: 1vw; }

.contact { position: relative; min-height: 100svh; overflow: hidden; }
.contact-media { background-image: url('./assets/contact-river.png'); background-position: center; }
.contact-shade { background: linear-gradient(90deg, #07090a 15%, rgba(7,9,10,.7), rgba(7,9,10,.12)), linear-gradient(0deg, #07090a, transparent 62%); }
.contact-inner { position: relative; min-height: 100svh; display: flex; flex-direction: column; }
.contact h2 { margin-top: auto; margin-bottom: clamp(54px, 6vw, 96px); font-size: clamp(3rem, 6vw, 7rem); }
.contact-links { width: min(900px, 100%); border-top: 1px solid var(--line); }
.contact-links a { display: grid; grid-template-columns: 100px minmax(0, 1fr) 30px; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-links small { color: #858a86; letter-spacing: .11em; }
.contact-links span { font-size: clamp(1rem, 1.8vw, 1.5rem); }
.contact-links b { font-size: 1.5rem; font-weight: 400; }
.contact-inner > p { margin: clamp(36px, 4vw, 62px) 0 0; color: #b5b9b5; }

.project-view {
  position: fixed;
  z-index: 60;
  inset: 0;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  background: #090b0c;
  transition: opacity .35s ease, visibility .35s ease;
}
.project-view[aria-hidden="false"] { visibility: visible; opacity: 1; }
.detail-top {
  position: sticky;
  z-index: 5;
  top: 0;
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--pad);
  border-bottom: 1px solid var(--line);
  background: #090b0cf0;
  backdrop-filter: blur(18px);
}
.back-button,
.close-button { border: 0; background: none; color: #fff; font-size: .72rem; letter-spacing: .12em; cursor: pointer; }
.detail-hero { position: relative; min-height: 78vh; padding: calc(var(--header) + 6vw) var(--pad) 5vw; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.detail-hero-bg { position: absolute; inset: 0; background-image: linear-gradient(0deg, #090b0c 4%, transparent 68%), url('./assets/project-camera.png'); background-size: cover; background-position: center; opacity: .4; filter: grayscale(1); }
.detail-hero > *:not(.detail-hero-bg) { position: relative; }
.detail-eyebrow { color: #b3b7b3; font-size: .73rem; letter-spacing: .13em; }
.detail-hero h1 { max-width: 13ch; margin: 20px 0 42px; font-size: clamp(3.8rem, 8.5vw, 9rem); font-weight: 780; line-height: .97; letter-spacing: -.065em; }
.detail-meta { display: grid; grid-template-columns: repeat(3, minmax(150px, 270px)); max-width: 920px; border-top: 1px solid var(--line); }
.detail-meta div { padding: 16px 20px 0 0; line-height: 1.5; }
.detail-meta div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.detail-meta small { display: block; margin-bottom: 6px; color: #7f857f; font-size: .7rem; letter-spacing: .1em; }
.detail-body { padding: clamp(84px, 9vw, 140px) var(--pad) clamp(110px, 12vw, 190px); }
.detail-intro { display: grid; grid-template-columns: minmax(210px, .55fr) minmax(0, 1.35fr); gap: 8vw; margin-bottom: clamp(96px, 10vw, 160px); }
.detail-intro h2 { margin: 0; font-size: clamp(2rem, 3.8vw, 4.4rem); font-weight: 720; line-height: 1.12; letter-spacing: -.045em; }
.detail-intro p { max-width: 42ch; margin: 0; font-size: clamp(1.2rem, 1.8vw, 1.75rem); line-height: 1.55; letter-spacing: -.025em; }
.duties-section { margin-bottom: clamp(110px, 12vw, 180px); }
.duties-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.duty-block { min-width: 0; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; padding: 38px 4vw 44px 0; border-bottom: 1px solid var(--line); }
.duty-block:nth-child(even) { padding-left: 4vw; border-left: 1px solid var(--line); }
.duty-block:nth-last-child(-n+2) { border-bottom: 0; }
.duty-block > span { color: #747a75; font-size: .75rem; letter-spacing: .08em; }
.duty-block h3 { margin: -.2em 0 20px; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.4; letter-spacing: -.03em; }
.duty-block ul { color: #adb2ae; line-height: 1.7; }
.works-index { border-top: 1px solid var(--line); }
.works-index .section-kicker { border-bottom: 0; }
.work-entry { border-bottom: 1px solid var(--line); }
.work-item { width: 100%; display: grid; grid-template-columns: 64px minmax(220px, .75fr) minmax(280px, 1fr) 30px; gap: 26px; align-items: center; padding: 32px 0; border: 0; background: none; color: inherit; text-align: left; cursor: pointer; }
.work-item:focus-visible { outline: 1px solid var(--acid); outline-offset: 5px; }
.work-item > span { color: #777d78; font-size: .78rem; letter-spacing: .08em; }
.work-item h3 { margin: 0; font-size: clamp(1.7rem, 2.8vw, 3.4rem); font-weight: 690; line-height: 1.18; letter-spacing: -.045em; }
.work-item p { margin: 0; color: #9ca09c; line-height: 1.55; }
.work-item p b { color: #d7dad7; font-size: .73rem; font-weight: 550; letter-spacing: .09em; }
.work-item > i { font-style: normal; font-size: 1.6rem; transition: transform .3s ease, color .3s ease; }
.work-entry.open .work-item > i { transform: rotate(45deg); color: var(--acid); }
.work-panel { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr); gap: 5vw; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .65s ease, opacity .5s ease; }
.work-entry.open .work-panel { max-height: 820px; padding: 0 0 48px; opacity: 1; }
.work-media { position: relative; min-height: clamp(280px, 34vw, 520px); display: flex; align-items: center; justify-content: center; background: linear-gradient(90deg, rgba(7,9,10,.08), rgba(7,9,10,.58)), url('./assets/project-camera.png') center / cover; filter: grayscale(.9); }
.work-media::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); }
.play-mark { position: relative; width: 70px; height: 70px; display: grid; place-items: center; padding-left: 4px; border: 1px solid #fff; border-radius: 50%; }
.work-media small { position: absolute; left: 18px; bottom: 16px; letter-spacing: .1em; }
.work-copy { align-self: end; padding-bottom: 10px; }
.work-copy > small { display: block; margin-bottom: 16px; color: #7e847f; letter-spacing: .11em; }
.work-copy strong { font-size: clamp(1.2rem, 1.8vw, 1.7rem); font-weight: 600; }
.work-copy p { max-width: 38ch; margin: 18px 0; color: #b4b8b4; }
.work-copy ul { max-width: 42ch; color: #979c98; font-size: .95rem; }
.detail-outcomes { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(110px, 12vw, 180px); border-top: 1px solid var(--line); }
.detail-outcomes > div { min-width: 0; padding: 42px 4vw 20px 0; }
.detail-outcomes > div + div { padding-left: 4vw; border-left: 1px solid var(--line); }
.detail-outcomes small { color: #858a86; letter-spacing: .11em; }
.detail-outcomes h3 { margin: 30px 0; font-size: clamp(2.1rem, 3.8vw, 4.5rem); font-weight: 720; line-height: 1.12; letter-spacing: -.045em; }
.detail-outcomes p,
.detail-outcomes ul { max-width: 46ch; color: #aeb2ae; }
.detail-outcomes ul { line-height: 1.72; }

.reveal,
.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  filter: blur(5px);
  transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1), filter .85s ease;
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.on,
.motion-reveal.on { opacity: 1; transform: none; filter: blur(0); }
.section-watch::after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(216,255,62,.5), transparent);
  transform: scaleX(.2);
  transition: opacity 1s ease, transform 1.2s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
}
.section-watch.is-current::after { opacity: .65; transform: scaleX(1); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: minmax(90px, 1fr) auto minmax(80px, 1fr); }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: .64rem; }
  .resume-row { grid-template-columns: 105px minmax(0, 1fr); }
  .project-band { grid-template-columns: 58px minmax(230px, 1fr) minmax(240px, .85fr) 34px; gap: 20px; }
}

@media (max-width: 820px) {
  :root { --header: 60px; }
  body { font-size: 16px; }
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-header nav { position: absolute; top: 60px; left: 0; right: 0; display: flex; flex-direction: column; gap: 22px; padding: 28px var(--pad); border-bottom: 1px solid var(--line); background: #090b0cf7; transform: translateY(-130%); transition: transform .3s ease; }
  .site-header nav.open { transform: none; }
  .site-header nav a { font-size: .78rem; }
  .menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 0; background: none; }
  .menu-toggle span { display: block; width: 20px; height: 1px; background: #fff; }
  .page-count { margin-left: 8px; }
  .section-pad { padding-top: 58px; padding-bottom: 82px; }
  .section-kicker { font-size: .68rem; }
  .hero { min-height: 680px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 19vh; }
  .hero-title { align-self: start; font-size: clamp(5.8rem, 29vw, 9.2rem); line-height: .82; letter-spacing: -.06em; }
  .hero-role { bottom: 23vh; }
  .hero-statement { position: absolute; left: var(--pad); bottom: 8vh; margin: 0; }
  .hero-note { display: none; }
  .about-layout,
  .skills-layout,
  .detail-intro { grid-template-columns: 1fr; }
  .about-layout { padding-top: 48px; }
  .about-copy { margin-top: 42px; }
  .about-index { grid-template-columns: 1fr 1fr; }
  .about-index span:nth-child(3) { border-top: 1px solid #111; border-left: 0; }
  .about-index span:nth-child(4) { border-top: 1px solid #111; }
  .resume-head { grid-template-columns: 1fr; }
  .resume-head p { margin-top: 8px; }
  .resume-grid { grid-template-columns: 1fr; }
  .resume-block,
  .resume-block:nth-child(even) { padding: 38px 0 46px; border-left: 0; border-top: 1px solid var(--line); }
  .resume-block:first-child { border-top: 0; }
  .resume-row { grid-template-columns: 1fr; gap: 8px; }
  .projects-intro { grid-template-columns: 1fr; min-height: auto; padding-top: 72px; padding-bottom: 86px; }
  .projects-intro p { margin-top: 22px; }
  .project-band { grid-template-columns: 42px minmax(0, 1fr) 28px; min-height: 165px; gap: 12px; }
  .project-band p { display: none; }
  .project-band h3 { font-size: clamp(2rem, 9vw, 3.8rem); }
  .skills-layout { gap: 64px; }
  .skill-foot { overflow-wrap: anywhere; }
  .contact-links a { grid-template-columns: 72px minmax(0, 1fr) 24px; gap: 10px; }
  .detail-hero { min-height: 68vh; padding-bottom: 44px; }
  .detail-hero h1 { font-size: clamp(3.2rem, 13vw, 6rem); line-height: 1.02; }
  .detail-meta { grid-template-columns: 1fr; }
  .detail-meta div + div { padding-left: 0; border-left: 0; }
  .duties-grid { grid-template-columns: 1fr; }
  .duty-block,
  .duty-block:nth-child(even) { padding: 30px 0 34px; border-left: 0; border-bottom: 1px solid var(--line); }
  .duty-block:last-child { border-bottom: 0; }
  .work-item { grid-template-columns: 40px minmax(0, 1fr) 24px; gap: 14px; }
  .work-item p { display: none; }
  .work-panel { grid-template-columns: 1fr; }
  .work-entry.open .work-panel { max-height: 1100px; }
  .work-copy { padding-bottom: 12px; }
  .detail-outcomes { grid-template-columns: 1fr; }
  .detail-outcomes > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
}

/* About — exact supplied art direction. The supplied image is used unaltered. */
body.about-active .site-header {
  opacity: 0;
  pointer-events: none;
}

.about {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1697 / 927;
  padding: 0;
  overflow: hidden;
  background: #05080a url('./assets/about-reference.png') center / 100% 100% no-repeat;
  border-top: 0;
}

.about::before,
.about::after {
  display: none;
}

.about > :not(.about-nav-hotspots) {
  position: absolute;
  inset: 0;
  visibility: hidden;
}

.about-nav-hotspots {
  position: absolute;
  inset: 0;
  z-index: 6;
}

.about-nav-hotspots a {
  position: absolute;
  top: 3.2%;
  width: 6.1%;
  height: 6.3%;
}

.about-nav-hotspots a:focus-visible {
  outline: 1px solid rgba(255, 255, 255, .92);
  outline-offset: 5px;
}

.about-nav-home { left: 29.7%; }
.about-nav-about { left: 36.1%; }
.about-nav-resume { left: 42.9%; }
.about-nav-project { left: 49.8%; }
.about-nav-skills { left: 57.1%; }
.about-nav-contact { left: 63.5%; }

/* Home artwork uses the same real navigation system as every other section.
   The source image includes a header, so mask it instead of stacking another
   menu panel over it. */
body.hero-active .site-header {
  opacity: 1;
  pointer-events: auto;
  background: rgba(5, 9, 11, .96);
  backdrop-filter: blur(16px);
}

.hero::before {
  content: '';
  position: absolute;
  z-index: 3;
  inset: 0 0 auto;
  height: 14%;
  pointer-events: none;
  background: linear-gradient(90deg, #05080a 0%, #071016 55%, #05080a 100%);
}

.hero-nav-hotspots { display: none; }

body.about-active .site-header {
  opacity: 1;
  pointer-events: auto;
  background: rgba(5, 9, 11, .96);
  backdrop-filter: blur(16px);
}

/* Only the hero uses an image-embedded header. All inner sections keep real navigation. */
body.about-active .site-header {
  opacity: 1;
  pointer-events: auto;
  background: rgba(5, 9, 11, .96);
  backdrop-filter: blur(16px);
}

@media (max-width: 480px) {
  .page-count i,
  .page-count > span:last-child { display: none; }
  .hero-title { font-size: clamp(5.1rem, 27vw, 7.3rem); }
  .hero-role { bottom: 22vh; }
  .hero-statement { bottom: 7vh; }
  .about h2,
  .resume-head h2,
  .projects-intro h2,
  .skills h2,
  .contact h2 { font-size: clamp(2.65rem, 13vw, 4.6rem); line-height: 1.1; }
  .about-index { margin-top: 46px; }
  .about-index span { padding: 15px 10px 15px 0; font-size: .65rem; }
  .skill-lines > div { grid-template-columns: 34px minmax(0, 1fr) 48px; }
  .skill-lines b { font-size: .95rem; }
  .contact-links a { grid-template-columns: 1fr 24px; }
  .contact-links small { grid-column: 1 / -1; }
  .contact-links b { grid-column: 2; grid-row: 2; }
  .detail-top .wordmark { display: none; }
  .detail-top { gap: 20px; }
  .detail-meta { font-size: .92rem; }
  .detail-intro p { font-size: 1.15rem; }
  .duty-block { grid-template-columns: 36px minmax(0, 1fr); gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .project-band-bg,
  .project-view,
  .work-panel { transition: none; }
  .hero-title,
  .scroll-cue b { animation: none; }
}

/* Editorial system — visual direction supplied by Min Kyu */
:root {
  --bg: #070b0e;
  --paper: #0a0e11;
  --paper-ink: #eef0ee;
  --ink: #eef0ee;
  --muted: #8f979b;
  --line: rgba(230, 235, 236, .18);
  --acid: #eef0ee;
  --display: "Helvetica Neue", "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  --signature: "Savoye LET", "Snell Roundhand", "SignPainter", "Brush Script MT", cursive;
}

body {
  background: #070b0e;
  color: #eef0ee;
  font-weight: 400;
  letter-spacing: -.005em;
}

.grain { opacity: .025; }

.site-header {
  height: 86px;
  padding-inline: clamp(34px, 4.7vw, 80px);
  border-bottom-color: rgba(255,255,255,.15);
  background: linear-gradient(180deg, rgba(4,8,10,.78), rgba(4,8,10,.28));
  backdrop-filter: blur(4px);
}
.wordmark { font-size: .88rem; letter-spacing: .19em; }
.site-header nav { gap: clamp(30px, 3vw, 58px); }
.site-header nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(235,239,240,.62);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .16em;
}
.site-header nav a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: opacity .3s ease, transform .3s ease;
}
.site-header nav a:hover,
.site-header nav a.active { color: #fff; }
.site-header nav a.active::after { opacity: 1; transform: translateX(-50%) scale(1); }
.page-count { font-size: .74rem; color: rgba(255,255,255,.62); }
.page-count i { width: 30px; background: rgba(255,255,255,.55); }

.hero { min-height: 720px; height: 100svh; }
.hero-media {
  background-image: url('./assets/hero-master.png');
  background-size: cover;
  background-position: center;
  transform: scale(1.015) translate3d(0, var(--hero-shift, 0), 0);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(3,7,10,.38) 0%, rgba(3,7,10,.08) 52%, rgba(3,7,10,.08) 100%),
    linear-gradient(0deg, rgba(3,7,10,.52), transparent 45%, rgba(3,7,10,.18));
}
.hero-grid {
  grid-template-columns: minmax(520px, 1.15fr) minmax(300px, .85fr);
  grid-template-rows: auto 1fr auto;
  padding: 132px clamp(44px, 4.7vw, 80px) 54px;
  column-gap: 6vw;
}
.hero-role {
  position: static;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  margin: 6px 0 0;
  font-size: clamp(.78rem, 1vw, 1.08rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: .24em;
}
.hero-role::after {
  content: '';
  display: block;
  width: 34px;
  height: 1px;
  margin-top: 28px;
  background: rgba(255,255,255,.65);
}
.hero-title {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  width: min(740px, 62vw);
  margin: clamp(16px, 2.5vh, 36px) 0 0 -8px;
  overflow: visible;
  color: rgba(245,246,245,.94);
  background: none;
  filter: drop-shadow(0 7px 18px rgba(0,0,0,.28));
  font-family: var(--signature);
  font-size: clamp(7.5rem, 14vw, 14.8rem);
  font-weight: 400;
  line-height: .8;
  letter-spacing: -.06em;
  text-transform: none;
  animation: none;
}
.hero-title span { white-space: nowrap; }
@keyframes signatureEnter {
  from { opacity: 0; transform: translate3d(-40px, 16px, 0) skewX(-5deg); filter: blur(8px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}
.hero-message {
  position: absolute;
  left: clamp(44px, 4.7vw, 80px);
  bottom: 20vh;
}
.hero-statement {
  position: static;
  margin: 0;
  font-family: "Iowan Old Style", "AppleMyungjo", "Nanum Myeongjo", serif;
  font-size: clamp(1.1rem, 1.45vw, 1.55rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -.02em;
}
.hero-manifesto {
  margin: 22px 0 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.5);
  color: rgba(255,255,255,.72);
  font-size: .7rem;
  line-height: 1.65;
  letter-spacing: .19em;
}
.hero-note {
  right: clamp(44px, 4.7vw, 80px);
  top: 25vh;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,.58);
  writing-mode: initial;
  color: rgba(255,255,255,.7);
  font-size: .7rem;
  line-height: 3.9;
  letter-spacing: .2em;
  max-width: 90px;
}
.hero-note { font-size: 0; }
.hero-note::after { content: 'PLAN\A SHOOT\A EDIT\A CONNECT'; white-space: pre; font-size: .7rem; }
.scroll-cue {
  position: absolute;
  left: clamp(44px, 4.7vw, 80px);
  bottom: 52px;
  width: 280px;
  border-left-color: #fff;
  font-size: .72rem;
  letter-spacing: .19em;
}
.hero-location {
  position: absolute;
  right: clamp(44px, 4.7vw, 80px);
  bottom: 48px;
  color: rgba(255,255,255,.72);
  text-align: right;
  font-size: .67rem;
  line-height: 1.55;
  letter-spacing: .17em;
}
.hero-location span::after { content: ''; display: inline-block; width: 36px; height: 1px; margin-left: 14px; vertical-align: middle; background: rgba(255,255,255,.65); }
.hero-location p { margin: 10px 0 0; color: rgba(255,255,255,.42); }

.section-pad { padding: clamp(108px, 10vw, 168px) clamp(44px, 4.7vw, 80px); }
.about,
.resume,
.projects,
.skills { background: #090d10; color: #eef0ee; }
.resume,
.projects { background: #070b0e; }
.about::before,
.resume::before,
.projects::before,
.skills::before { background: linear-gradient(180deg, rgba(26,40,48,.2), transparent 76%); mix-blend-mode: normal; }
.section-kicker,
.about .section-kicker,
.skills .section-kicker {
  border-color: var(--line);
  color: rgba(232,236,237,.58);
  font-size: .7rem;
  letter-spacing: .2em;
}
.about.is-current .section-kicker,
.skills.is-current .section-kicker { color: #fff; border-color: rgba(255,255,255,.28); }
.about-layout,
.skills-layout { column-gap: clamp(76px, 10vw, 170px); }
.about h2,
.resume-head h2,
.projects-intro h2,
.skills h2,
.contact h2 {
  font-size: clamp(3.1rem, 5.5vw, 6.4rem);
  font-weight: 540;
  line-height: 1.08;
  letter-spacing: -.06em;
}
.accent-word {
  margin-top: .1em;
  color: rgba(238,240,238,.66) !important;
  font-family: var(--signature);
  font-size: .78em;
  font-style: normal;
  line-height: .9;
}
.about-copy .lead { font-weight: 500; }
.about-copy p:not(.lead),
.skills-copy { color: #939a9c; }
.about-index,
.skill-lines,
.skill-foot { border-color: rgba(255,255,255,.24); }
.about-index span + span,
.skill-lines > div { border-color: rgba(255,255,255,.24); }
.skill-lines span,
.skill-lines strong small { color: #80888b; }

.resume { background: #070b0e; }
.resume-block,
.resume-block:nth-child(even),
.resume-block:nth-child(n+3),
.resume-grid,
.cert-list,
.cert-list span { border-color: var(--line); }
.resume-row h4 { font-weight: 500; }

.projects-intro { min-height: 72vh; }
.project-band {
  background: transparent;
  border-color: var(--line);
}
.project-band h3 { font-weight: 500; }
.project-band-bg { opacity: 0; filter: grayscale(1) brightness(.6); }
.project-band:hover .project-band-bg,
.project-band:focus-visible .project-band-bg { opacity: .22; }
.project-band:hover .arrow { color: #fff; }

.detail-hero h1,
.detail-intro h2,
.duty-block h3,
.work-item h3,
.detail-outcomes h3 { font-weight: 520; }
.work-media { filter: grayscale(1) brightness(.72); }

/* Project archive — original Notion films with instant local poster frames */
.work-panel { grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr); align-items: end; }
.work-entry.open .work-panel { max-height: 5200px; }
.work-gallery { min-width: 0; display: grid; gap: 12px; }
.work-gallery.is-multiple { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.work-media {
  min-height: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  background: #020304;
  filter: none;
}
.work-media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: contain;
  background: #020304;
}
.work-gallery.is-portrait .work-media video { aspect-ratio: 9 / 16; max-height: min(72vh, 720px); }
.work-media::after { pointer-events: none; }
.work-media figcaption {
  display: flex;
  gap: 14px;
  padding: 13px 14px 14px;
  color: #9ca29e;
  border: 1px solid rgba(255,255,255,.13);
  border-top: 0;
  font-size: .66rem;
  letter-spacing: .11em;
}
.work-media figcaption span { color: #fff; }
.work-media-placeholder { min-height: clamp(280px, 34vw, 520px); display: flex; }
.project-source {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  color: #e9ece9;
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
  font-size: .76rem;
  letter-spacing: .08em;
}
.project-source span { font-size: 1.1rem; }

@media (max-width: 820px) {
  .work-panel { grid-template-columns: 1fr; }
  .work-gallery.is-multiple { grid-template-columns: 1fr 1fr; }
  .work-entry.open .work-panel { max-height: 3400px; }
}

@media (max-width: 520px) {
  .work-gallery.is-multiple { grid-template-columns: 1fr; }
  .work-gallery.is-portrait .work-media video { max-height: none; }
  .work-entry.open .work-panel { max-height: 7200px; }
}

.contact-shade { background: linear-gradient(90deg, #070b0e 12%, rgba(7,11,14,.72), rgba(7,11,14,.2)), linear-gradient(0deg, #070b0e, transparent 64%); }

@media (max-width: 820px) {
  .site-header { height: 64px; padding-inline: 24px; }
  .site-header nav { top: 64px; padding-inline: 24px; background: rgba(5,9,11,.97); }
  .hero { min-height: 720px; }
  .hero-media { background-position: 66% center; }
  .hero-grid { display: block; padding: 112px 24px 38px; }
  .hero-role { font-size: .72rem; }
  .hero-title { width: 100%; margin-top: 42px; font-size: clamp(6.5rem, 28vw, 10rem); }
  .hero-message { left: 24px; bottom: 150px; }
  .hero-statement { font-size: 1rem; }
  .hero-manifesto { font-size: .58rem; }
  .hero-note,
  .hero-location { display: none; }
  .scroll-cue { left: 24px; bottom: 32px; width: 220px; }
  .section-pad { padding: 84px 24px 100px; }
  .about,
  .resume,
  .projects,
  .skills { color: #eef0ee; }
}

@media (max-width: 480px) {
  .hero-title { margin-left: -4px; font-size: clamp(5.7rem, 27vw, 8.2rem); }
  .hero-message { bottom: 142px; }
  .about h2,
  .resume-head h2,
  .projects-intro h2,
  .skills h2,
  .contact h2 { font-size: clamp(2.55rem, 12vw, 4.1rem); }
}

/* Main hero — exact supplied visual comp (final override) */
.hero {
  height: 100svh;
  min-height: 640px;
  background: #05080a;
}
.hero-media {
  background-image: url('./assets/hero-reference-exact.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none;
}
.hero-shade { display: none; }
.hero-grid { opacity: 0; pointer-events: none; }
body.hero-active .site-header {
  opacity: 1;
  pointer-events: auto;
  background: rgba(5, 9, 11, .96);
  backdrop-filter: blur(16px);
}

@media (max-width: 820px) {
  .hero { min-height: 680px; height: 100svh; }
  .hero-media { background-position: 57% center; }
}

/* Editorial continuation — same visual language as the supplied hero comp */
.hero-nav-hotspots { display: none; }
.hero-nav-hotspots::before {
  content: '';
  position: absolute;
  top: 0;
  left: 27.2%;
  width: 45.2%;
  height: 7.9%;
  background: rgba(5, 9, 11, .96);
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.hero-nav-hotspots a {
  position: absolute;
  top: 3.15%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 5.8%;
  height: 6.25%;
  color: rgba(235,239,240,.72);
  font-family: "Helvetica Neue", "Apple SD Gothic Neo", sans-serif;
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1;
  transition: color .2s ease;
}
.hero-nav-hotspots a:hover { color: #fff; }
.hero-nav-hotspots a:focus-visible { outline: 1px solid rgba(255,255,255,.85); outline-offset: 5px; }
.hero-nav-home { left: 28.5%; }
.hero-nav-about { left: 35.2%; }
.hero-nav-resume { left: 42%; }
.hero-nav-project { left: 49.9%; }
.hero-nav-skills { left: 58.2%; width: 5.6%; }
.hero-nav-contact { left: 65.4%; width: 5.9%; }

.about, .resume, .projects, .skills, .contact {
  color: #eef0ee;
  background-color: #070b0e;
}
.about, .resume, .projects, .skills {
  border-top: 1px solid rgba(232,236,237,.18);
}
.section-pad { padding: clamp(106px, 10vw, 170px) clamp(36px, 6.4vw, 118px); }
.section-kicker,
.about .section-kicker,
.skills .section-kicker {
  padding-bottom: 16px;
  border-color: rgba(232,236,237,.25);
  color: rgba(238,240,238,.65);
  font-family: "Helvetica Neue", "Apple SD Gothic Neo", sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
}
.about h2,
.resume-head h2,
.projects-intro h2,
.skills h2,
.contact h2 {
  font-family: "Helvetica Neue", "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
}
.about-layout { grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr); column-gap: clamp(64px, 10vw, 180px); padding-top: clamp(68px, 8vw, 118px); }
.about h2 { margin: 0; font-size: clamp(3.2rem, 5.7vw, 6.9rem); }
.about-copy { max-width: 43ch; padding-top: clamp(7px, 1vw, 18px); }
.about-copy .lead { margin-top: 0; font-size: clamp(1.08rem, 1.35vw, 1.32rem); font-weight: 500; line-height: 1.7; }
.about-copy p { margin: 0 0 1.15em; color: rgba(238,240,238,.67); font-size: 1rem; line-height: 1.82; letter-spacing: -.014em; }
.about-index { grid-column: 1 / -1; margin-top: clamp(88px, 10vw, 148px); border-top-color: rgba(232,236,237,.28); border-bottom-color: rgba(232,236,237,.28); }
.about-index span { padding: 26px 22px 26px 0; color: rgba(238,240,238,.86); font-size: .76rem; font-weight: 500; letter-spacing: .16em; }
.about-index span + span { padding-left: 22px; border-left-color: rgba(232,236,237,.28); }
.accent-word { display: block; margin-top: .25em; color: rgba(238,240,238,.4) !important; font-family: inherit; font-size: .29em; font-weight: 500; letter-spacing: .17em; line-height: 1.3; text-transform: uppercase; }

.resume-head { grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); gap: clamp(36px, 9vw, 160px); margin-top: clamp(64px, 8vw, 118px); }
.resume-head h2 { margin: 0; font-size: clamp(3rem, 5.4vw, 6.5rem); }
.resume-head p { align-self: end; max-width: 28ch; color: rgba(238,240,238,.57); font-size: 1rem; line-height: 1.75; }
.resume-grid { margin-top: clamp(72px, 8vw, 126px); border-color: rgba(232,236,237,.28); }
.resume-block,
.resume-block:nth-child(even),
.resume-block:nth-child(n+3) { padding: 42px clamp(28px, 4vw, 72px) 54px 0; border-color: rgba(232,236,237,.22); }
.resume-block:nth-child(even) { padding-right: 0; padding-left: clamp(28px, 4vw, 72px); }
.resume-block h3 { color: rgba(238,240,238,.52); font-family: "Helvetica Neue", "Apple SD Gothic Neo", sans-serif; font-size: .72rem; font-weight: 500; letter-spacing: .18em; }
.resume-row { grid-template-columns: minmax(104px, .38fr) minmax(0, 1fr); gap: 24px; padding: 24px 0; }
.resume-row time { color: rgba(238,240,238,.42); font-size: .76rem; letter-spacing: .04em; }
.resume-row h4 { margin: 0 0 8px; font-size: clamp(1.08rem, 1.45vw, 1.35rem); font-weight: 500; letter-spacing: -.03em; }
.resume-row p, .resume-row li { color: rgba(238,240,238,.62); font-size: .93rem; line-height: 1.72; }

.projects-intro { min-height: 64vh; padding-top: clamp(106px, 12vw, 190px); padding-bottom: clamp(86px, 10vw, 150px); }
.projects-intro h2 { max-width: 11ch; margin-top: clamp(64px, 8vw, 122px); font-size: clamp(3.2rem, 6vw, 7rem); }
.projects-intro p { max-width: 31ch; color: rgba(238,240,238,.58); font-size: 1rem; line-height: 1.8; }
.project-list { border-top-color: rgba(232,236,237,.28); }
.project-band { min-height: clamp(184px, 19vw, 278px); padding: 28px clamp(36px, 6.4vw, 118px); grid-template-columns: 72px minmax(0, 1.15fr) minmax(260px, .7fr) 34px; border-color: rgba(232,236,237,.22); }
.project-band h3 { font-family: "Helvetica Neue", "Apple SD Gothic Neo", sans-serif; font-size: clamp(2.35rem, 4.6vw, 5.5rem); font-weight: 400; letter-spacing: -.065em; line-height: 1.04; }
.project-band p { color: rgba(238,240,238,.55); font-size: .95rem; line-height: 1.75; }
.project-band .num { color: rgba(238,240,238,.48); font-size: .72rem; letter-spacing: .16em; }
.project-band .arrow { color: rgba(238,240,238,.72); font-size: 1.35rem; }

.skills-layout { grid-template-columns: minmax(0, .96fr) minmax(380px, .74fr); gap: clamp(70px, 11vw, 190px); padding-top: clamp(68px, 8vw, 118px); }
.skills h2 { margin: 0; font-size: clamp(3.1rem, 5.7vw, 6.8rem); }
.skills-copy { max-width: 34ch; margin-top: 32px; color: rgba(238,240,238,.59); font-size: 1rem; line-height: 1.8; }
.skill-lines { border-top-color: rgba(232,236,237,.28); }
.skill-lines > div { min-height: 82px; grid-template-columns: 48px minmax(0, 1fr) 48px; border-color: rgba(232,236,237,.2); }
.skill-lines span, .skill-lines strong small { color: rgba(238,240,238,.44); font-size: .68rem; letter-spacing: .12em; }
.skill-lines strong { font-size: 1rem; font-weight: 500; letter-spacing: -.02em; }
.skill-lines b { color: rgba(238,240,238,.74); font-size: .86rem; font-weight: 500; }
.skill-foot { margin-top: clamp(80px, 10vw, 150px); padding-top: 16px; border-color: rgba(232,236,237,.25); color: rgba(238,240,238,.5); font-size: .7rem; line-height: 1.7; letter-spacing: .17em; }

.contact { min-height: 84svh; background: #070b0e; }
.contact-media { opacity: .22; filter: grayscale(1) contrast(1.1); }
.contact-shade { background: linear-gradient(90deg, rgba(7,11,14,.98) 4%, rgba(7,11,14,.78) 52%, rgba(7,11,14,.32)), linear-gradient(0deg, #070b0e 2%, transparent 72%); }
.contact-inner { min-height: 84svh; padding-top: clamp(106px, 12vw, 180px); }
.contact h2 { max-width: 12ch; margin: auto 0 clamp(56px, 7vw, 108px); font-size: clamp(3.2rem, 6vw, 7rem); }
.contact-links { width: min(760px, 100%); border-color: rgba(232,236,237,.28); }
.contact-links a { padding: 21px 0; border-color: rgba(232,236,237,.22); }
.contact-links small { color: rgba(238,240,238,.48); font-size: .7rem; letter-spacing: .16em; }
.contact-links span { font-size: clamp(1rem, 1.6vw, 1.35rem); letter-spacing: -.02em; }
.contact-inner > p { color: rgba(238,240,238,.55); font-size: .92rem; line-height: 1.7; }

@media (max-width: 820px) {
  body.hero-active .site-header { opacity: 1; pointer-events: auto; }
  .hero-nav-hotspots { display: none; }
  .section-pad { padding: 84px 24px 100px; }
  .about-layout, .skills-layout { grid-template-columns: 1fr; gap: 40px; }
  .about h2, .resume-head h2, .projects-intro h2, .skills h2, .contact h2 { font-size: clamp(2.6rem, 12.5vw, 4.5rem); line-height: 1.12; }
  .about-index { margin-top: 70px; }
  .about-index span { padding: 19px 10px 19px 0; font-size: .65rem; }
  .about-index span + span { padding-left: 10px; }
  .resume-head { grid-template-columns: 1fr; gap: 20px; }
  .resume-grid { margin-top: 58px; }
  .resume-block, .resume-block:nth-child(even), .resume-block:nth-child(n+3) { padding: 34px 0 42px; }
  .resume-row { grid-template-columns: 1fr; gap: 6px; }
  .projects-intro { min-height: auto; }
  .project-band { grid-template-columns: 38px minmax(0, 1fr) 26px; min-height: 152px; padding: 26px 24px; }
  .project-band p { display: none; }
  .project-band h3 { font-size: clamp(2.1rem, 10vw, 3.8rem); }
  .skills-layout { padding-top: 52px; }
  .skill-lines > div { min-height: 72px; grid-template-columns: 38px minmax(0, 1fr) 42px; }
  .contact { min-height: 720px; }
  .contact-inner { min-height: 720px; padding-top: 82px; }
}

/* About artwork — keep the supplied photograph; replace only its interface layer. */
body.about-active .site-header {
  opacity: 1;
  pointer-events: auto;
  background: rgba(5, 9, 11, .96);
  backdrop-filter: blur(16px);
}

.about {
  width: 100%;
  height: 100svh;
  min-height: 640px;
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
  background-color: #05080a;
  background-image: url('./assets/about-reference.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 0;
}

.about::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  height: auto;
  display: block;
  opacity: 1;
  mix-blend-mode: normal;
  transform: none;
  transition: none;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 8, 10, .97) 0%, rgba(4, 8, 10, .88) 32%, rgba(4, 8, 10, .44) 53%, rgba(4, 8, 10, .96) 72%, rgba(4, 8, 10, .98) 100%),
    linear-gradient(0deg, rgba(4, 8, 10, .78) 0%, transparent 42%, rgba(4, 8, 10, .74) 100%);
}

.about::after {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  pointer-events: none;
  /* The supplied image is a full mock-up, so mask its old interface in
     deliberate zones while the central portrait and city remain visible. */
  background:
    linear-gradient(rgba(4, 8, 10, .99), rgba(4, 8, 10, .99)) 0 0 / 100% 14% no-repeat,
    linear-gradient(rgba(4, 8, 10, .995), rgba(4, 8, 10, .995)) 0 13% / 40% 70% no-repeat,
    linear-gradient(rgba(4, 8, 10, .99), rgba(4, 8, 10, .99)) 60% 13% / 40% 77% no-repeat,
    linear-gradient(rgba(4, 8, 10, .985), rgba(4, 8, 10, .985)) 0 78% / 100% 22% no-repeat;
}

.about > * {
  position: relative;
  inset: auto;
  z-index: 3;
  visibility: visible;
}

.about > :not(.about-nav-hotspots) {
  position: relative;
  inset: auto;
  z-index: 3;
  visibility: visible;
}

.about .section-kicker {
  position: absolute;
  z-index: 3;
  top: calc(var(--header) + clamp(26px, 4vw, 54px));
  left: var(--pad);
  right: var(--pad);
  display: flex;
  padding-bottom: 14px;
  border-color: rgba(238, 242, 240, .28);
  color: rgba(238, 242, 240, .72);
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .18em;
}

.about > .about-layout {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) minmax(280px, .56fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(48px, 10vw, 190px);
  row-gap: 48px;
  padding: calc(var(--header) + clamp(120px, 16vh, 170px)) var(--pad) clamp(88px, 10vh, 122px);
}

.about h2 {
  align-self: center;
  max-width: 7.7ch;
  margin: 0;
  color: #f4f6f4;
  font-family: var(--display);
  font-size: clamp(3.4rem, 6.2vw, 7.4rem);
  font-weight: 430;
  line-height: 1.05;
  letter-spacing: -.067em;
}

.about .accent-word {
  display: block;
  margin-top: 1.6em;
  color: rgba(240, 243, 240, .56) !important;
  font-family: var(--display);
  font-size: .14em;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-copy {
  align-self: center;
  max-width: 36ch;
  padding: 0;
}

.about-copy .lead {
  margin: 0 0 28px;
  color: #f2f4f2;
  font-size: clamp(1.12rem, 1.45vw, 1.45rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -.035em;
}

.about-copy p,
.about-copy p:not(.lead) {
  margin: 0 0 1.2em;
  color: rgba(240, 243, 240, .7);
  font-size: 1rem;
  line-height: 1.82;
  letter-spacing: -.018em;
}

.about-index {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  border-color: rgba(238, 242, 240, .28);
}

.about-index span {
  padding: 20px 20px 20px 0;
  color: rgba(241, 244, 241, .84);
  font-family: var(--display);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
}

.about-index span + span {
  padding-left: 20px;
  border-left-color: rgba(238, 242, 240, .28);
}

.about > .about-scroll-cue {
  position: absolute;
  z-index: 4;
  right: var(--pad);
  bottom: clamp(26px, 4vw, 56px);
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  min-width: min(260px, 42vw);
  padding-left: 16px;
  border-left: 1px solid rgba(241, 244, 241, .85);
  color: rgba(244, 246, 244, .9);
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1;
}

.about-scroll-cue b {
  margin-left: auto;
  font-size: 1.25rem;
  font-weight: 400;
  animation: scrollPulse 1.9s ease-in-out infinite;
}

@media (max-width: 820px) {
  .about {
    height: auto;
    min-height: 720px;
    background-position: 54% center;
  }

  .about .section-kicker {
    top: calc(var(--header) + 24px);
    left: 24px;
    right: 24px;
    font-size: .62rem;
  }

  .about > .about-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px;
    padding: calc(var(--header) + 78px) 24px 104px;
  }

  .about h2 { max-width: none; font-size: clamp(2.45rem, 10.8vw, 4rem); }
  .about-copy { max-width: 31ch; align-self: start; }
  .about-copy .lead { margin-bottom: 18px; font-size: 1.06rem; }
  .about-copy p,
  .about-copy p:not(.lead) { font-size: .92rem; line-height: 1.72; }
  .about-index { display: none; }
  .about-index span { padding: 14px 10px 14px 0; font-size: .58rem; }
  .about-index span + span { padding-left: 10px; }
  .about-index span:nth-child(3) { border-left: 0; }
  .about::after {
    background:
      linear-gradient(90deg, rgba(4, 8, 10, .99) 0%, rgba(4, 8, 10, .92) 72%, rgba(4, 8, 10, .99) 100%),
      linear-gradient(0deg, rgba(4, 8, 10, .95) 0%, transparent 48%, rgba(4, 8, 10, .82) 100%);
  }
  .about > .about-scroll-cue { right: auto; left: 24px; bottom: 28px; min-width: 220px; font-size: .61rem; }
}

/* Home keeps the supplied handwritten title, while every other label is real,
   selectable interface text in the same type system as the inner pages. */
.hero::before {
  display: none;
}

.hero-media {
  background-image: url('./assets/hero-master.png');
  background-position: center;
  transform-origin: 54% 55%;
  animation: hero-handheld 5s cubic-bezier(.42, .02, .35, 1) infinite alternate;
  will-change: transform;
}

@keyframes hero-handheld {
  0% { transform: scale(1.04) translate3d(-.56%, -.38%, 0) rotate(-.11deg); }
  22% { transform: scale(1.048) translate3d(.38%, .27%, 0) rotate(.09deg); }
  49% { transform: scale(1.043) translate3d(-.26%, .54%, 0) rotate(-.07deg); }
  76% { transform: scale(1.051) translate3d(.52%, -.24%, 0) rotate(.1deg); }
  100% { transform: scale(1.045) translate3d(.12%, .15%, 0) rotate(.02deg); }
}

.hero-grid {
  z-index: 4;
  opacity: 1;
  pointer-events: auto;
}

/* The script lettering is lifted unchanged from the supplied artwork. */
.hero-title {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  visibility: visible;
  clip-path: polygon(2.5% 22%, 54% 22%, 54% 56%, 2.5% 56%);
  background: url('./assets/hero-reference-exact.png') center / cover no-repeat;
  color: transparent;
  filter: none;
  font-size: 0;
  line-height: 0;
  animation: none;
  transform: none;
  pointer-events: none;
}
.hero-title span { opacity: 0; }
.hero-role,
.hero-statement,
.hero-manifesto,
.hero-note,
.scroll-cue,
.hero-location {
  font-family: var(--display);
  text-shadow: 0 2px 14px rgba(0, 0, 0, .62);
}
.hero-role { color: rgba(245, 247, 245, .86); font-weight: 600; }
.hero-statement { color: rgba(245, 247, 245, .94); font-weight: 500; }
.hero-manifesto,
.hero-note,
.hero-location { color: rgba(245, 247, 245, .68); }
.scroll-cue { cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  .hero-media { animation: none; transform: scale(1.02); }
}

@media (max-width: 820px) {
  .hero-media { background-position: 58% center; }
  .hero-title {
    inset: auto;
    top: 190px;
    left: 24px;
    width: calc(100% - 48px);
    height: auto;
    clip-path: none;
    background: none;
    color: rgba(244, 246, 244, .96);
    font-family: var(--signature);
    font-size: clamp(5.9rem, 26vw, 8.2rem);
    font-weight: 400;
    line-height: .76;
    letter-spacing: -.06em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .48);
  }
  .hero-title span { opacity: 1; }
}

/* Remove all screenshot typography from the About artwork. The image remains
   only as a softened night texture behind the real interface. */
.about {
  background-image: none;
  background-color: #05080a;
}
.about::before {
  content: '';
  z-index: 1;
  inset: -24px;
  height: auto;
  display: block;
  opacity: .52;
  filter: blur(20px) brightness(.32) saturate(.75);
  transform: scale(1.06);
  background: url('./assets/about-reference.png') center / cover no-repeat;
}
.about::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 8, 10, .90) 0%, rgba(4, 8, 10, .58) 48%, rgba(4, 8, 10, .91) 100%),
    linear-gradient(0deg, rgba(4, 8, 10, .84) 0%, rgba(4, 8, 10, .32) 52%, rgba(4, 8, 10, .76) 100%);
}

/* Home uses the clean photograph; all copy is live text except the signature. */
.hero-title {
  position: relative;
  inset: auto;
  z-index: 1;
  display: block;
  width: min(740px, 62vw);
  height: auto;
  margin: clamp(16px, 2.5vh, 36px) 0 0 -8px;
  visibility: visible;
  clip-path: none;
  background: none;
  color: rgba(245, 246, 245, .96);
  font-family: var(--signature);
  font-size: clamp(7.2rem, 14vw, 14.8rem);
  font-weight: 400;
  line-height: .8;
  letter-spacing: -.06em;
  filter: drop-shadow(0 7px 18px rgba(0,0,0,.34));
  animation: none;
  transform: none;
  pointer-events: none;
}
.hero-title span { opacity: 1; }
.scroll-cue {
  display: inline-flex;
  justify-content: flex-start;
  gap: 28px;
  width: auto;
  min-width: 280px;
  padding-right: 0;
}
.scroll-cue b { margin-left: 0; }

@media (max-width: 820px) {
  .hero-title {
    position: absolute;
    top: 190px;
    left: 24px;
    width: calc(100% - 48px);
    margin: 0;
    font-size: clamp(5.9rem, 26vw, 8.2rem);
  }
  .scroll-cue { min-width: 224px; gap: 22px; }
  .about::before { opacity: .42; filter: blur(18px) brightness(.26) saturate(.65); }
  .about::after { background: rgba(4, 8, 10, .76); }
}

/* 2026-09-12 visual correction: signature, cue alignment, About artwork. */
.hero-grid {
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.hero-title {
  align-self: start;
  width: min(690px, 56vw);
  margin: clamp(42px, 5.5vh, 68px) 0 0 -5px;
  color: transparent;
  background: linear-gradient(
    112deg,
    #ffffff 0%,
    #dfe3e4 18%,
    #8d969b 37%,
    #f8f9f8 55%,
    #778186 73%,
    #f3f5f4 92%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "SignPainter", "SignPainter-HouseScript", "Snell Roundhand", "Brush Script MT", cursive;
  font-size: clamp(6.7rem, 10.8vw, 11.8rem);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.045em;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, .4));
  animation: signature-metal 7s ease-in-out infinite alternate;
}

@keyframes signature-metal {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.scroll-cue {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: max-content;
  min-width: 0;
  height: 56px;
  padding: 0;
  border-left: 0;
  line-height: 1;
}

.scroll-cue::before {
  content: '';
  flex: 0 0 1px;
  width: 1px;
  height: 50px;
  margin-right: 28px;
  background: rgba(255, 255, 255, .9);
}

.scroll-cue span,
.scroll-cue b {
  display: inline-flex;
  align-items: center;
  height: 50px;
  line-height: 1;
}

.scroll-cue b {
  justify-content: center;
  width: 40px;
  margin: 0 0 0 48px;
  font-size: 1.35rem;
  animation: scroll-arrow-fade 1.9s ease-in-out infinite;
}

@keyframes scroll-arrow-fade {
  0%, 100% { opacity: .95; }
  50% { opacity: .45; }
}

.about {
  background-color: #05080a;
  background-image: url('./assets/about-night-director.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about::before {
  inset: 0;
  opacity: 1;
  filter: none;
  transform: none;
  background:
    linear-gradient(90deg, rgba(3, 7, 10, .86) 0%, rgba(3, 7, 10, .49) 29%, rgba(3, 7, 10, .12) 51%, rgba(3, 7, 10, .5) 72%, rgba(3, 7, 10, .86) 100%),
    linear-gradient(0deg, rgba(3, 7, 10, .74) 0%, rgba(3, 7, 10, .08) 47%, rgba(3, 7, 10, .55) 100%);
}

.about::after {
  inset: 0;
  background:
    radial-gradient(circle at 52% 56%, transparent 0%, transparent 29%, rgba(2, 5, 7, .12) 58%, rgba(2, 5, 7, .52) 100%),
    linear-gradient(180deg, rgba(2, 5, 7, .2), transparent 31%, transparent 70%, rgba(2, 5, 7, .48));
}

@media (prefers-reduced-motion: reduce) {
  .hero-title,
  .scroll-cue b { animation: none; }
}

@media (max-width: 820px) {
  .hero-title {
    top: 198px;
    width: calc(100% - 48px);
    margin: 0;
    font-size: clamp(5.1rem, 22vw, 7rem);
    line-height: .8;
  }

  .scroll-cue {
    min-width: 0;
    height: 50px;
  }

  .scroll-cue::before {
    height: 44px;
    margin-right: 20px;
  }

  .scroll-cue span,
  .scroll-cue b { height: 44px; }
  .scroll-cue b { width: 32px; margin-left: 22px; }

  .about {
    background-position: 53% center;
  }

  .about::before {
    opacity: 1;
    filter: none;
    background:
      linear-gradient(90deg, rgba(3, 7, 10, .91) 0%, rgba(3, 7, 10, .62) 58%, rgba(3, 7, 10, .75) 100%),
      linear-gradient(0deg, rgba(3, 7, 10, .88) 0%, rgba(3, 7, 10, .16) 48%, rgba(3, 7, 10, .65) 100%);
  }

  .about::after {
    background: linear-gradient(180deg, rgba(2, 5, 7, .22), transparent 32%, rgba(2, 5, 7, .58) 100%);
  }
}

/* Keep the page-to-page scroll controls identical and centered. */
.scroll-cue,
.about > .about-scroll-cue {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(26px, 3vw, 40px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: max-content;
  min-width: 0;
  height: 46px;
  padding: 0;
  border: 0;
  color: rgba(244, 246, 244, .92);
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1;
  transform: translateX(-50%);
}

.scroll-cue::before,
.about > .about-scroll-cue::before {
  content: '';
  flex: 0 0 1px;
  width: 1px;
  height: 34px;
  margin-right: 20px;
  background: rgba(255, 255, 255, .9);
}

.scroll-cue span,
.scroll-cue b,
.about-scroll-cue span,
.about-scroll-cue b {
  display: inline-flex;
  align-items: center;
  height: 34px;
  line-height: 1;
}

.scroll-cue b,
.about-scroll-cue b {
  justify-content: center;
  width: 32px;
  margin: 0 0 0 30px;
  font-size: 1.1rem;
  font-weight: 400;
  animation: scroll-arrow-fade 1.9s ease-in-out infinite;
}

@media (max-width: 820px) {
  .scroll-cue,
  .about > .about-scroll-cue {
    left: 50%;
    right: auto;
    bottom: 22px;
    min-width: 0;
    height: 42px;
    font-size: .6rem;
    transform: translateX(-50%);
  }

  .scroll-cue::before,
  .about > .about-scroll-cue::before {
    height: 30px;
    margin-right: 16px;
  }

  .scroll-cue span,
  .scroll-cue b,
  .about-scroll-cue span,
  .about-scroll-cue b { height: 30px; }

  .scroll-cue b,
  .about-scroll-cue b {
    width: 28px;
    margin-left: 18px;
  }
}

/* Let the About cue sit closer to the foot of its chapter. */
.about > .about-scroll-cue {
  bottom: clamp(14px, 1.55vw, 22px);
}

/* A quiet, layered seam gives every chapter change a precise cinematic edge. */
#site-main > section:not(.hero) {
  border-top: 1px solid transparent;
  border-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(236, 240, 241, .07) 10%,
    rgba(236, 240, 241, .2) 50%,
    rgba(236, 240, 241, .07) 90%,
    transparent 100%
  ) 1;
  box-shadow:
    0 -1px 0 rgba(0, 0, 0, .72),
    inset 0 1px 0 rgba(255, 255, 255, .025),
    inset 0 28px 54px rgba(1, 4, 6, .2);
}

@media (max-width: 820px) {
  .about > .about-scroll-cue { bottom: 12px; }

  #site-main > section:not(.hero) {
    box-shadow:
      0 -1px 0 rgba(0, 0, 0, .72),
      inset 0 1px 0 rgba(255, 255, 255, .025),
      inset 0 18px 38px rgba(1, 4, 6, .18);
  }
}

/* The hero signature is a transparent artwork derived from the approved mock-up. */
.hero-title {
  width: min(660px, 51vw);
  height: auto;
  aspect-ratio: 2057 / 765;
  margin: clamp(24px, 3.2vh, 42px) 0 0 -10px;
  background: url('./assets/min-kyu-signature-v2.png') left center / contain no-repeat;
  color: transparent;
  filter: drop-shadow(0 9px 24px rgba(0, 0, 0, .4));
  animation: none;
}

.hero-title span {
  opacity: 0;
  user-select: none;
}

@media (min-width: 821px) {
  .hero-message { bottom: 15vh; }
}

@media (max-width: 820px) {
  .hero-title {
    top: 190px;
    left: 21px;
    width: calc(100% - 54px);
    height: auto;
    margin: 0;
    background: url('./assets/min-kyu-signature-v2.png') left center / contain no-repeat;
  }
}

/* Lower chapters — compact cinematic editorial system.
   Home and About intentionally remain untouched. */
.resume,
.projects,
.skills,
.contact {
  --chapter-pad: clamp(34px, 5.3vw, 92px);
  background-color: #060a0d;
}

.resume .section-kicker,
.projects .section-kicker,
.skills .section-kicker,
.contact .section-kicker {
  padding-bottom: 13px;
  border-color: rgba(238, 242, 242, .2);
  color: rgba(240, 243, 242, .67);
  font-size: .67rem;
  letter-spacing: .2em;
}

/* Resume: dense two-column credits rather than floating panels. */
.resume {
  padding: clamp(116px, 10vw, 150px) var(--chapter-pad) clamp(72px, 7vw, 112px);
  background:
    radial-gradient(70% 38% at 82% 4%, rgba(59, 77, 86, .16), transparent 68%),
    linear-gradient(180deg, #071015 0%, #06090b 36%, #06090b 100%);
}

.resume-head {
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, .42fr);
  align-items: end;
  gap: clamp(32px, 8vw, 140px);
  margin-top: clamp(42px, 5vw, 72px);
}

.resume-head h2 {
  max-width: none;
  font-size: clamp(3rem, 5.15vw, 6.1rem);
  line-height: 1.02;
  word-break: keep-all;
  overflow-wrap: normal;
}

.resume-head p {
  margin: 0 0 .55em;
  padding-left: 18px;
  border-left: 1px solid rgba(239, 242, 241, .34);
  color: rgba(238, 241, 240, .58);
  font-size: .9rem;
  line-height: 1.75;
}

.resume-grid {
  grid-template-columns: minmax(0, 1.24fr) minmax(330px, .76fr);
  margin-top: clamp(52px, 6vw, 88px);
  border-top-color: rgba(238, 242, 242, .22);
}

.resume-block,
.resume-block:nth-child(even),
.resume-block:nth-child(n+3) {
  margin: 0;
  padding: 32px clamp(28px, 4vw, 64px) 38px 0;
  border: 0;
  border-bottom: 1px solid rgba(238, 242, 242, .17);
}

.resume-block:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(28px, 4vw, 64px);
  border-left: 1px solid rgba(238, 242, 242, .17);
}

.resume-block > h3 {
  margin: 0 0 18px;
  color: rgba(239, 242, 241, .49);
  font-size: .66rem;
  letter-spacing: .2em;
}

.resume-row {
  grid-template-columns: minmax(110px, .34fr) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(238, 242, 242, .1);
}

.resume-row time { padding-top: 3px; font-size: .7rem; }
.resume-row h4 { font-size: clamp(1rem, 1.3vw, 1.22rem); }
.resume-row p,
.resume-row li { font-size: .86rem; line-height: 1.62; }
.resume-row li + li { margin-top: .18em; }
.cert-list span { padding: 11px 0; font-size: .84rem; }

/* Projects: a photographic opening followed by clean interactive rows. */
.projects { background: #06090b; }

.projects-intro {
  position: relative;
  min-height: 560px;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .52fr);
  grid-template-rows: auto 1fr;
  gap: 30px clamp(48px, 8vw, 130px);
  padding: clamp(116px, 10vw, 148px) var(--chapter-pad) clamp(72px, 7vw, 104px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 8, 11, .98) 0%, rgba(4, 8, 11, .84) 43%, rgba(4, 8, 11, .34) 72%, rgba(4, 8, 11, .55) 100%),
    linear-gradient(0deg, #06090b 0%, transparent 52%),
    url('./assets/project-camera.png') 68% center / cover no-repeat;
}

.projects-intro .section-kicker { grid-column: 1 / -1; }
.projects-intro h2 {
  align-self: end;
  max-width: 10ch;
  margin: clamp(52px, 7vw, 96px) 0 0;
  font-size: clamp(3.15rem, 5.7vw, 6.7rem);
  line-height: 1.01;
}

.projects-intro p {
  align-self: end;
  margin: 0 0 .45em;
  padding-left: 18px;
  border-left: 1px solid rgba(239, 242, 241, .36);
  color: rgba(239, 242, 241, .68);
  font-size: .9rem;
  line-height: 1.75;
}

.projects .accent-word,
.skills .accent-word {
  margin-top: 1.15em;
  color: rgba(240, 243, 242, .47) !important;
  font-size: .13em;
  letter-spacing: .22em;
}

.project-list { border-top-color: rgba(238, 242, 242, .25); }
.project-band {
  min-height: 164px;
  grid-template-columns: 52px minmax(260px, 1fr) minmax(260px, .62fr) 28px;
  gap: clamp(18px, 3vw, 52px);
  padding: 26px var(--chapter-pad);
  border-bottom-color: rgba(238, 242, 242, .17);
  background: transparent;
  transition: background-color .35s ease, padding-left .35s ease;
}

.project-band::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(236, 240, 239, .8);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s ease;
}

.project-band:hover,
.project-band:focus-visible {
  padding-left: calc(var(--chapter-pad) + 10px);
  background: rgba(111, 134, 145, .075);
}
.project-band:hover::after,
.project-band:focus-visible::after { transform: scaleY(1); }
.project-band h3 { font-size: clamp(2.25rem, 4vw, 4.7rem); line-height: 1; }
.project-band p { max-width: 38ch; font-size: .86rem; line-height: 1.65; }
.project-band .num { font-size: .66rem; }
.project-band .arrow { font-size: 1.15rem; }

/* Skills: precise equipment-sheet rhythm with no card treatment. */
.skills {
  padding: clamp(116px, 10vw, 150px) var(--chapter-pad) clamp(72px, 7vw, 108px);
  background:
    radial-gradient(55% 50% at 8% 14%, rgba(49, 67, 77, .17), transparent 70%),
    #070b0e;
}

.skills-layout {
  grid-template-columns: minmax(0, .88fr) minmax(430px, .82fr);
  align-items: start;
  gap: clamp(54px, 10vw, 160px);
  padding-top: clamp(50px, 6vw, 84px);
}
.skills h2 { font-size: clamp(3rem, 5.25vw, 6.2rem); line-height: 1.02; }
.skills-copy { margin-top: 28px; font-size: .92rem; line-height: 1.72; }
.skill-lines { border-top-color: rgba(238, 242, 242, .25); }
.skill-lines > div {
  min-height: 68px;
  grid-template-columns: 40px minmax(0, 1fr) 44px;
  border-color: rgba(238, 242, 242, .16);
}
.skill-lines strong { font-size: .93rem; }
.skill-lines span,
.skill-lines strong small { font-size: .62rem; }
.skill-lines b { font-size: .78rem; }
.skill-foot {
  margin-top: clamp(46px, 5vw, 70px);
  padding: 14px 0;
  font-size: .63rem;
  line-height: 1.6;
}

/* Contact: one restrained closing shot, tighter than a second hero page. */
.contact { min-height: 690px; background: #05090b; }
.contact-media {
  opacity: .42;
  background-position: center 58%;
  filter: grayscale(.8) contrast(1.12) brightness(.68);
}
.contact-shade {
  background:
    linear-gradient(90deg, rgba(4, 8, 10, .98) 0%, rgba(4, 8, 10, .76) 48%, rgba(4, 8, 10, .24) 100%),
    linear-gradient(0deg, #05090b 0%, transparent 68%);
}
.contact-inner {
  min-height: 690px;
  padding: clamp(116px, 10vw, 148px) var(--chapter-pad) clamp(64px, 6vw, 92px);
}
.contact h2 {
  max-width: 11ch;
  margin: clamp(62px, 8vw, 112px) 0 clamp(40px, 5vw, 70px);
  font-size: clamp(3.15rem, 5.55vw, 6.6rem);
  line-height: 1.02;
}
.contact-links { width: min(720px, 100%); }
.contact-links a { padding: 17px 0; }
.contact-inner > p { margin-top: 28px; font-size: .84rem; }

@media (max-width: 820px) {
  .resume,
  .skills { padding: 92px 24px 72px; }

  .resume-head,
  .resume-grid,
  .skills-layout { grid-template-columns: 1fr; }

  .resume-head { gap: 22px; margin-top: 38px; }
  .resume-head p { max-width: 34ch; }
  .resume-grid { margin-top: 46px; }
  .resume-block,
  .resume-block:nth-child(even),
  .resume-block:nth-child(n+3) {
    padding: 28px 0 32px;
    border-right: 0;
    border-left: 0;
  }
  .resume-row { grid-template-columns: 1fr; gap: 6px; padding: 17px 0; }

  .projects-intro {
    min-height: 600px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    padding: 92px 24px 66px;
    background-position: 66% center;
  }
  .projects-intro h2 { align-self: end; margin-top: 64px; }
  .projects-intro p { max-width: 31ch; }
  .project-band {
    min-height: 132px;
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 12px;
    padding: 22px 24px;
  }
  .project-band:hover,
  .project-band:focus-visible { padding-left: 30px; }
  .project-band p { display: none; }

  .skills-layout { gap: 42px; padding-top: 42px; }
  .skill-lines > div { min-height: 64px; }

  .contact,
  .contact-inner { min-height: 640px; }
  .contact-inner { padding: 92px 24px 64px; }
  .contact h2 { margin-top: 64px; }
}

/* Resume refinement — information begins in the first viewport. */
.resume {
  padding-top: 116px;
  padding-bottom: clamp(32px, 3vw, 52px);
}

.resume-head {
  grid-template-columns: minmax(0, 1.05fr) minmax(270px, .45fr);
  gap: clamp(36px, 7vw, 112px);
  margin-top: clamp(30px, 3.2vw, 46px);
  padding: 0;
}

.resume-head h2 {
  max-width: 12ch;
  font-size: clamp(2.85rem, 4.15vw, 5rem);
  line-height: 1.06;
  letter-spacing: -.05em;
}

.resume-head p {
  margin-bottom: .2em;
  color: rgba(241, 244, 243, .72);
  font-size: .92rem;
}

.resume-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(350px, .84fr);
  margin-top: clamp(34px, 3.8vw, 54px);
}

.resume-block,
.resume-block:nth-child(even),
.resume-block:nth-child(n+3) {
  padding-top: 26px;
  padding-bottom: 30px;
}

.resume-block > h3 {
  margin-bottom: 14px;
  color: rgba(244, 246, 245, .7);
  font-size: .68rem;
}

.resume-row { padding: 17px 0; }
.resume-row time { color: rgba(239, 242, 241, .56); }
.resume-row h4 { color: rgba(250, 251, 250, .96); font-weight: 520; }
.resume-row .position { color: rgba(241, 244, 243, .82); }
.resume-row p,
.resume-row li { color: rgba(235, 239, 238, .72); }

@media (max-width: 820px) {
  .resume { padding: 86px 24px 40px; }
  .resume-head { grid-template-columns: 1fr; margin-top: 28px; }
  .resume-head h2 { max-width: 11ch; }
  .resume-grid { grid-template-columns: 1fr; margin-top: 34px; }
}

/* Chapters 04—06: cinematic editorial refinement.
   Home, About and Resume are deliberately outside this scope. */
.projects,
.skills,
.contact {
  --lower-pad: clamp(32px, 5vw, 82px);
  isolation: isolate;
}

.projects-intro,
.skills,
.contact-inner {
  padding-left: var(--lower-pad);
  padding-right: var(--lower-pad);
}

/* Project — a compact opening frame and four continuous index rows. */
.projects-intro {
  min-height: min(530px, 72vh);
  padding-top: clamp(100px, 8vw, 126px);
  padding-bottom: clamp(52px, 5vw, 76px);
  background:
    linear-gradient(90deg, rgba(3, 7, 10, .99) 0%, rgba(3, 7, 10, .88) 42%, rgba(3, 7, 10, .28) 73%, rgba(3, 7, 10, .57) 100%),
    linear-gradient(0deg, #06090b 0%, transparent 47%),
    url('./assets/project-camera.png') 70% 47% / cover no-repeat;
}

.projects-intro::before {
  content: '04';
  position: absolute;
  right: clamp(30px, 5vw, 82px);
  bottom: -0.18em;
  z-index: 0;
  color: rgba(237, 241, 240, .055);
  font: 300 clamp(10rem, 22vw, 25rem)/.8 var(--display);
  letter-spacing: -.09em;
  pointer-events: none;
}

.projects-intro::after {
  content: 'SELECTED  /  2021—2026';
  position: absolute;
  right: clamp(30px, 5vw, 82px);
  top: 51%;
  z-index: 1;
  padding-top: 14px;
  border-top: 1px solid rgba(238, 242, 241, .42);
  color: rgba(242, 245, 244, .62);
  font: 600 .62rem/1 var(--display);
  letter-spacing: .22em;
  writing-mode: vertical-rl;
  pointer-events: none;
}

.projects-intro > * { position: relative; z-index: 2; }
.projects-intro h2 {
  margin-top: clamp(34px, 4vw, 58px);
  font-size: clamp(2.9rem, 5.15vw, 6.05rem);
}

.projects-intro p {
  max-width: 27ch;
  color: rgba(244, 246, 245, .76);
}

.project-list {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255,255,255,.018), transparent 26%, transparent 74%, rgba(255,255,255,.012)),
    #06090b;
}

.project-band {
  min-height: 148px;
  grid-template-columns: 46px minmax(260px, .95fr) minmax(280px, .7fr) 34px;
  padding: 23px var(--lower-pad);
  overflow: hidden;
}

.project-band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(50% 180% at 82% 50%, rgba(111, 142, 155, .13), transparent 65%),
    linear-gradient(110deg, transparent 26%, rgba(255,255,255,.045) 50%, transparent 68%);
  opacity: 0;
  transform: translateX(-8%);
  transition: opacity .45s ease, transform .65s cubic-bezier(.2,.7,.2,1);
}

.project-band:hover::before,
.project-band:focus-visible::before { opacity: 1; transform: translateX(0); }
.project-band > *:not(.project-band-bg) { position: relative; z-index: 1; }
.project-band > .project-band-bg { position: absolute; z-index: 0; }
.project-band h3 { font-size: clamp(2rem, 3.55vw, 4.15rem); letter-spacing: -.045em; }
.project-band p { color: rgba(237, 241, 240, .62); }
.project-band .arrow {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 243, 242, .25);
  border-radius: 50%;
  transition: color .3s ease, border-color .3s ease, transform .3s ease;
}
.project-band:hover .arrow { color: #fff; border-color: rgba(255,255,255,.72); transform: rotate(45deg); }

/* Skills — one continuous technical surface, with image depth and calibrated rails. */
.skills {
  position: relative;
  overflow: hidden;
  padding-top: clamp(100px, 8vw, 126px);
  padding-bottom: clamp(54px, 5vw, 78px);
  background: #05090c;
}

.skills::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4,8,11,.97) 0%, rgba(4,8,11,.84) 47%, rgba(4,8,11,.63) 100%),
    linear-gradient(0deg, #05090c 0%, transparent 40%, rgba(3,7,10,.42) 100%),
    url('./assets/hero-night.png') 56% 49% / cover no-repeat;
  filter: grayscale(.55) brightness(.62) contrast(1.08);
  opacity: .7;
}

.skills::after {
  content: '05';
  position: absolute;
  left: -.05em;
  bottom: -.13em;
  z-index: -1;
  color: rgba(239, 243, 242, .045);
  font: 300 clamp(11rem, 25vw, 27rem)/.8 var(--display);
  letter-spacing: -.09em;
  pointer-events: none;
}

.skills-layout {
  grid-template-columns: minmax(300px, .78fr) minmax(450px, .92fr);
  gap: clamp(46px, 8vw, 130px);
  padding-top: clamp(38px, 4vw, 58px);
}

.skills-layout > div:first-child {
  padding-top: clamp(8px, 2vw, 28px);
}

.skills h2 {
  max-width: 9.5ch;
  font-size: clamp(2.9rem, 4.8vw, 5.7rem);
  letter-spacing: -.052em;
}

.skills-copy {
  max-width: 36ch;
  margin-top: 24px;
  padding: 18px 0 0 20px;
  border-top: 1px solid rgba(239, 243, 242, .25);
  border-left: 1px solid rgba(239, 243, 242, .25);
  color: rgba(240, 243, 242, .72);
}

.skill-lines {
  position: relative;
  padding: 8px 24px 10px;
  border: 1px solid rgba(238, 242, 241, .19);
  background: rgba(4, 8, 11, .55);
  box-shadow: 0 28px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.025);
  backdrop-filter: blur(10px);
}

.skill-lines::before {
  content: 'TOOL PROFICIENCY';
  position: absolute;
  top: -22px;
  right: 0;
  color: rgba(240,243,242,.52);
  font: 600 .6rem/1 var(--display);
  letter-spacing: .2em;
}

.skill-lines > div {
  position: relative;
  min-height: 72px;
  grid-template-columns: 38px minmax(0, 1fr) 44px;
  padding: 0 2px;
  overflow: hidden;
  border-color: rgba(238, 242, 241, .13);
}

.skill-lines > div::before,
.skill-lines > div::after {
  content: '';
  position: absolute;
  left: 38px;
  bottom: 8px;
  height: 1px;
}
.skill-lines > div::before { right: 0; background: rgba(241,244,243,.11); }
.skill-lines > div::after { background: linear-gradient(90deg, rgba(244,247,246,.85), rgba(138,166,177,.62)); }
.skill-lines > div:nth-child(1)::after,
.skill-lines > div:nth-child(2)::after { width: calc((100% - 38px) * .9); }
.skill-lines > div:nth-child(3)::after,
.skill-lines > div:nth-child(4)::after { width: calc((100% - 38px) * .7); }
.skill-lines > div:nth-child(5)::after { width: calc((100% - 38px) * .6); }
.skill-lines > div:nth-child(6)::after { width: calc((100% - 38px) * .5); }
.skill-lines strong { color: rgba(250,251,250,.96); }
.skill-lines strong small { color: rgba(238,241,240,.5); }
.skill-lines b { color: rgba(246,248,247,.82); }

.skill-foot {
  margin-top: clamp(34px, 4vw, 52px);
  padding: 15px 0 0;
  border-top: 1px solid rgba(239,243,242,.16);
  color: rgba(238,242,241,.54);
  text-align: right;
}

/* Contact — a closing frame with the information visible without empty staging space. */
.contact,
.contact-inner { min-height: 610px; }

.contact-media {
  opacity: .72;
  background-position: center 61%;
  filter: grayscale(.52) contrast(1.14) brightness(.72);
  transform: scale(1.025);
}

.contact-shade {
  background:
    linear-gradient(90deg, rgba(3,7,10,.99) 0%, rgba(3,7,10,.82) 44%, rgba(3,7,10,.28) 77%, rgba(3,7,10,.48) 100%),
    linear-gradient(0deg, #04080a 0%, transparent 55%, rgba(2,5,7,.46) 100%);
}

.contact-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px, 1fr) minmax(410px, .78fr);
  grid-template-rows: auto 1fr auto;
  column-gap: clamp(54px, 9vw, 150px);
  padding-top: clamp(100px, 8vw, 126px);
  padding-bottom: clamp(44px, 4vw, 64px);
  overflow: hidden;
}

.contact-inner::before {
  content: 'SEOUL  ·  KOREA';
  position: absolute;
  right: clamp(30px, 5vw, 82px);
  top: 48%;
  color: rgba(244,247,246,.5);
  font: 600 .61rem/1 var(--display);
  letter-spacing: .22em;
  writing-mode: vertical-rl;
}

.contact-inner::after {
  content: '06';
  position: absolute;
  right: -.02em;
  bottom: -.16em;
  z-index: -1;
  color: rgba(242,245,244,.055);
  font: 300 clamp(11rem, 24vw, 26rem)/.8 var(--display);
  letter-spacing: -.09em;
}

.contact .section-kicker { grid-column: 1 / -1; }
.contact h2 {
  align-self: center;
  max-width: 10ch;
  margin: clamp(34px, 4vw, 54px) 0 28px;
  font-size: clamp(2.9rem, 4.9vw, 5.8rem);
  letter-spacing: -.052em;
}

.contact-links {
  align-self: center;
  width: 100%;
  margin-top: clamp(34px, 4vw, 54px);
  border-top: 1px solid rgba(240,243,242,.42);
  border-bottom: 1px solid rgba(240,243,242,.19);
}
.contact-links a {
  grid-template-columns: 82px minmax(0, 1fr) 28px;
  padding: 21px 0;
  color: rgba(247,249,248,.9);
}
.contact-links a + a { border-top: 1px solid rgba(240,243,242,.15); }
.contact-links a b { transition: transform .3s ease; }
.contact-links a:hover b { transform: translate(3px,-3px); }
.contact-inner > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(239,243,242,.18);
  color: rgba(241,244,243,.62);
}

@media (max-width: 820px) {
  .projects,
  .skills,
  .contact { --lower-pad: 24px; }

  .projects-intro {
    min-height: 570px;
    padding-top: 88px;
    padding-bottom: 54px;
    background-position: 66% center;
  }
  .projects-intro::before { right: 18px; bottom: -.08em; font-size: 11rem; }
  .projects-intro::after { display: none; }
  .project-band {
    min-height: 124px;
    grid-template-columns: 30px minmax(0,1fr) 32px;
    padding: 20px 24px;
  }
  .project-band:hover,
  .project-band:focus-visible { padding-left: 28px; }

  .skills { padding: 88px 24px 58px; }
  .skills::before { background-position: 62% center; opacity: .55; }
  .skills::after { left: -14px; bottom: 0; font-size: 12rem; }
  .skills-layout { grid-template-columns: 1fr; gap: 42px; padding-top: 38px; }
  .skills h2 { max-width: 10ch; }
  .skill-lines { padding: 7px 15px 8px; }
  .skill-lines > div { min-height: 68px; grid-template-columns: 32px minmax(0,1fr) 40px; }
  .skill-lines > div::before,
  .skill-lines > div::after { left: 32px; }
  .skill-lines > div:nth-child(1)::after,
  .skill-lines > div:nth-child(2)::after { width: calc((100% - 32px) * .9); }
  .skill-lines > div:nth-child(3)::after,
  .skill-lines > div:nth-child(4)::after { width: calc((100% - 32px) * .7); }
  .skill-lines > div:nth-child(5)::after { width: calc((100% - 32px) * .6); }
  .skill-lines > div:nth-child(6)::after { width: calc((100% - 32px) * .5); }
  .skill-foot { text-align: left; }

  .contact,
  .contact-inner { min-height: 680px; }
  .contact-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    padding: 88px 24px 44px;
  }
  .contact-inner::before { display: none; }
  .contact-inner::after { right: -12px; bottom: .02em; font-size: 12rem; }
  .contact h2 { margin: 52px 0 12px; }
  .contact-links { margin-top: 28px; }
  .contact-inner > p { grid-column: 1; align-self: end; margin-top: 30px; }
}

/* Project gallery — an editorial contact sheet made from the original work. */
.projects .project-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 0;
  background: rgba(233, 239, 238, .16);
}

.projects .project-gallery-card {
  position: relative;
  display: block;
  grid-column: span 6;
  width: 100%;
  min-height: clamp(390px, 39vw, 570px);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #070a0c;
  color: #f4f6f5;
  text-align: left;
  cursor: pointer;
  isolation: isolate;
}

.projects .project-gallery-card:nth-child(1),
.projects .project-gallery-card:nth-child(4) { grid-column: span 7; }
.projects .project-gallery-card:nth-child(2),
.projects .project-gallery-card:nth-child(3) { grid-column: span 5; }

.projects .project-gallery-card::before,
.projects .project-gallery-card::after { content: none; }

.projects .project-gallery-card > .project-gallery-media,
.projects .project-gallery-card > .project-gallery-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.project-gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.68) brightness(.7) contrast(1.09);
  transform: scale(1.025);
  transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .6s ease;
}

.project-gallery-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3,6,8,.42) 0%, rgba(3,6,8,.05) 38%, rgba(3,6,8,.94) 100%),
    linear-gradient(90deg, rgba(3,6,8,.45), transparent 58%);
  transition: background .5s ease;
}

.project-gallery-card:hover .project-gallery-media img,
.project-gallery-card:focus-visible .project-gallery-media img {
  filter: saturate(.88) brightness(.8) contrast(1.08);
  transform: scale(1.075);
}

.projects .project-gallery-card > .project-gallery-top {
  position: absolute;
  top: clamp(21px, 2.1vw, 32px);
  left: clamp(22px, 2.5vw, 40px);
  right: clamp(22px, 2.5vw, 40px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(245,248,247,.31);
  font: 600 .64rem/1 var(--display);
  letter-spacing: .19em;
}

.project-gallery-top b { font-weight: 650; }
.project-gallery-top i { color: rgba(246,248,247,.66); font-style: normal; }

.projects .project-gallery-card > .project-gallery-mark {
  position: absolute;
  top: 50%;
  left: clamp(22px, 2.5vw, 40px);
  z-index: 1;
  color: rgba(255,255,255,.18);
  font: 500 clamp(3rem, 6vw, 7.2rem)/.82 var(--display);
  letter-spacing: -.055em;
  transform: translateY(-63%);
  white-space: nowrap;
  mix-blend-mode: screen;
}

.project-gallery-mark img {
  width: min(360px, 52%);
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
  opacity: .5;
  filter: grayscale(1) brightness(2.7);
}

.projects .project-gallery-card > .project-gallery-copy {
  position: absolute;
  left: clamp(22px, 2.5vw, 40px);
  right: clamp(22px, 2.5vw, 40px);
  bottom: clamp(28px, 3vw, 45px);
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  column-gap: 28px;
}

.project-gallery-copy small {
  grid-column: 1 / -1;
  margin-bottom: 9px;
  color: rgba(246,248,247,.7);
  font: 600 .64rem/1.25 var(--display);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.project-gallery-copy strong {
  color: #f7f8f7;
  font: 470 clamp(1.8rem, 3.1vw, 3.75rem)/1.03 var(--sans);
  letter-spacing: -.045em;
  white-space: nowrap;
}

.project-gallery-copy > span {
  align-self: end;
  max-width: 44ch;
  margin-top: 12px;
  color: rgba(240,244,243,.71);
  font-size: clamp(.76rem, .9vw, .9rem);
  line-height: 1.65;
}

.projects .project-gallery-card > .arrow {
  position: absolute;
  right: clamp(22px, 2.5vw, 40px);
  bottom: clamp(28px, 3vw, 45px);
  z-index: 3;
  display: none;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #fff;
  font: 600 .62rem/1 var(--display);
  letter-spacing: .16em;
}

@media (max-width: 1060px) {
  .projects .project-gallery-card,
  .projects .project-gallery-card:nth-child(n) { grid-column: span 6; }
  .project-gallery-copy > span { max-width: 38ch; }
}

@media (max-width: 700px) {
  .projects .project-list { grid-template-columns: 1fr; }
  .projects .project-gallery-card,
  .projects .project-gallery-card:nth-child(n) {
    grid-column: 1;
    min-height: 440px;
  }
  .project-gallery-top i { max-width: 60%; text-align: right; }
  .project-gallery-mark { font-size: clamp(3rem, 17vw, 5rem); }
  .project-gallery-copy strong { font-size: clamp(2rem, 9vw, 3rem); }
  .project-gallery-copy > span { font-size: .78rem; }
}

/* Project index v3 — transparent brand marks on one cinematic visual system. */
.projects .project-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(233, 239, 238, .2);
}

.projects .project-gallery-card,
.projects .project-gallery-card:nth-child(n) {
  grid-column: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(290px, 1fr) auto;
  gap: 0;
  align-items: stretch;
  min-height: clamp(500px, 45vw, 650px);
  padding: 0;
  background: #080b0d;
}

.projects .project-gallery-visual {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 42%, rgba(53, 70, 78, .34), transparent 52%),
    linear-gradient(145deg, #10171c 0%, #080d10 54%, #040708 100%);
}

.projects .project-gallery-visual::before,
.projects .project-gallery-visual::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.projects .project-gallery-visual::before {
  z-index: 0;
  inset: 0;
  opacity: .18;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(255,255,255,.025) 80px),
    repeating-linear-gradient(0deg, transparent 0, transparent 79px, rgba(255,255,255,.018) 80px);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.projects .project-gallery-visual::after {
  position: absolute;
  inset: 18px;
  z-index: 3;
  border: 1px solid rgba(235, 242, 241, .09);
}

.project-gallery-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: min(57%, 470px);
  max-height: 48%;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,.34));
  transition: transform .75s cubic-bezier(.2,.75,.2,1), filter .6s ease;
}

.project-gallery-logo.logo-luxiai {
  width: min(60%, 500px);
  filter: brightness(0) invert(1) drop-shadow(0 16px 30px rgba(0,0,0,.32));
}

.project-gallery-logo.logo-news { width: min(64%, 520px); }
.project-gallery-logo.logo-donga {
  width: min(30%, 235px);
  max-height: 56%;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.34)) saturate(.88) brightness(1.05);
}

.project-gallery-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.55) brightness(.56) contrast(1.12);
  transform: scale(1.015);
  transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .6s ease;
}

.project-gallery-fieldmark {
  position: relative;
  z-index: 1;
  margin-left: -28%;
  color: rgba(255,255,255,.9);
  font: 520 clamp(2.8rem, 5.2vw, 6.2rem)/.84 var(--display);
  letter-spacing: -.055em;
  text-align: left;
}

.project-gallery-card:hover .project-gallery-logo,
.project-gallery-card:focus-visible .project-gallery-logo { transform: scale(1.045); }

.project-gallery-card:hover .project-gallery-photo,
.project-gallery-card:focus-visible .project-gallery-photo {
  filter: saturate(.68) brightness(.64) contrast(1.1);
  transform: scale(1.055);
}

.projects .project-gallery-card > .project-gallery-top {
  z-index: 4;
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.18);
}

.projects .project-gallery-card > .project-gallery-top i { color: rgba(255,255,255,.6); }
.projects .project-gallery-card.is-photo > .project-gallery-top { color: rgba(255,255,255,.92); border-color: rgba(255,255,255,.28); }
.projects .project-gallery-card.is-photo > .project-gallery-top i { color: rgba(255,255,255,.68); }

.projects .project-gallery-card > .project-gallery-copy {
  position: relative;
  inset: auto;
  z-index: 3;
  display: grid;
  min-height: 178px;
  padding: 27px clamp(24px, 2.7vw, 42px) 31px;
  border-top: 1px solid rgba(245,248,247,.2);
  background: #080b0d;
}

.projects .project-gallery-card:hover .project-gallery-logo,
.projects .project-gallery-card:focus-visible .project-gallery-logo {
  filter: drop-shadow(0 20px 36px rgba(0,0,0,.45));
}

.projects .project-gallery-card:hover .project-gallery-logo.logo-luxiai,
.projects .project-gallery-card:focus-visible .project-gallery-logo.logo-luxiai {
  filter: brightness(0) invert(1) drop-shadow(0 20px 36px rgba(0,0,0,.42));
}

.project-gallery-copy small { grid-column: auto; margin-bottom: 10px; }
.project-gallery-copy strong {
  font: 470 clamp(1.75rem, 2.6vw, 3.1rem)/1.08 var(--sans);
  letter-spacing: -.04em;
  white-space: normal;
}

.project-gallery-copy > span {
  max-width: 44ch;
  margin-top: 13px;
  padding-right: 94px;
}

.projects .project-gallery-card > .arrow {
  right: clamp(24px, 2.7vw, 42px);
  bottom: 34px;
  z-index: 4;
  display: block;
}

@media (max-width: 900px) {
  .projects .project-list { grid-template-columns: 1fr; }
  .projects .project-gallery-card { min-height: 520px; }
}

@media (max-width: 700px) {
  .project-gallery-fieldmark { margin-left: -18%; font-size: clamp(3.2rem, 17vw, 5.4rem); }
  .project-gallery-copy > span { padding-right: 0; }
  .projects .project-gallery-card > .arrow { display: none; }
}

/* Project index v4 — cinematic brand contact sheet. */
.projects .project-list {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  padding: 1px 0 0;
  background: rgba(235, 240, 240, .24);
}

.projects .project-gallery-card,
.projects .project-gallery-card:nth-child(n) {
  position: relative;
  display: block;
  grid-column: span 6;
  min-height: clamp(430px, 40vw, 590px);
  overflow: hidden;
  background: #070a0c;
  isolation: isolate;
}

.projects .project-gallery-card:nth-child(1),
.projects .project-gallery-card:nth-child(4) { grid-column: span 7; }
.projects .project-gallery-card:nth-child(2),
.projects .project-gallery-card:nth-child(3) { grid-column: span 5; }

.projects .project-gallery-visual {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #070b0e;
}

.projects .project-gallery-visual::before {
  z-index: 2;
  opacity: 1;
  background:
    linear-gradient(180deg, rgba(4,7,9,.25) 0%, rgba(4,7,9,.12) 40%, rgba(4,7,9,.92) 100%),
    linear-gradient(90deg, rgba(4,7,9,.48), transparent 62%);
  -webkit-mask-image: none;
  mask-image: none;
}

.projects .project-gallery-visual::after {
  z-index: 5;
  inset: 16px;
  border-color: rgba(239,243,243,.13);
}

.project-gallery-backdrop,
.project-gallery-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .2;
  filter: grayscale(.8) saturate(.45) brightness(.52) contrast(1.16);
  transform: scale(1.02);
  transition: opacity .65s ease, filter .65s ease, transform .9s cubic-bezier(.2,.75,.2,1);
}

.projects .project-gallery-card.is-photo .project-gallery-backdrop { display: none; }
.projects .project-gallery-card.is-photo .project-gallery-photo {
  opacity: .68;
  filter: grayscale(.8) saturate(.5) brightness(.48) contrast(1.18);
}

.projects .project-gallery-card:hover .project-gallery-backdrop,
.projects .project-gallery-card:focus-visible .project-gallery-backdrop {
  opacity: .3;
  filter: grayscale(.55) saturate(.65) brightness(.62) contrast(1.12);
  transform: scale(1.065);
}

.projects .project-gallery-card.is-photo:hover .project-gallery-photo,
.projects .project-gallery-card.is-photo:focus-visible .project-gallery-photo {
  opacity: .78;
  filter: grayscale(.6) saturate(.65) brightness(.56) contrast(1.15);
  transform: scale(1.06);
}

.project-gallery-logo,
.project-gallery-news-logo,
.project-gallery-fieldmark {
  position: relative;
  z-index: 4;
  transform: translateY(-34px);
}

.project-gallery-logo {
  width: min(62%, 520px);
  max-height: 34%;
}

.project-gallery-logo.logo-luxiai {
  width: min(68%, 600px);
  filter: brightness(0) invert(1) drop-shadow(0 18px 36px rgba(0,0,0,.46));
}

.project-gallery-logo.logo-donga {
  width: min(27%, 218px);
  max-height: 42%;
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.48)) saturate(.9) brightness(1.08);
}

.project-gallery-news-logo {
  display: grid;
  width: min(72%, 510px);
  filter: drop-shadow(0 18px 34px rgba(0,0,0,.5));
}

.project-gallery-news-logo img {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
}

.project-gallery-news-logo .news-logo-mono { filter: brightness(0) invert(1); }
.project-gallery-news-logo .news-logo-accent { clip-path: inset(0 87.2% 0 0); }

.project-gallery-fieldmark {
  margin: 0;
  justify-self: start;
  padding-left: clamp(34px, 4vw, 72px);
  color: rgba(255,255,255,.94);
  font-size: clamp(3.2rem, 5.9vw, 7.1rem);
  line-height: .82;
  text-shadow: 0 18px 34px rgba(0,0,0,.48);
}

.projects .project-gallery-card > .project-gallery-top {
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  padding: 26px clamp(26px, 3vw, 46px) 15px;
  border-color: rgba(244,247,247,.26);
  background: linear-gradient(180deg, rgba(3,6,8,.54), transparent);
}

.projects .project-gallery-card > .project-gallery-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: block;
  min-height: 0;
  padding: 28px clamp(28px, 3.2vw, 50px) 34px;
  border-top: 1px solid rgba(244,247,247,.2);
  background: linear-gradient(180deg, rgba(5,8,10,.08), rgba(5,8,10,.82) 32%, rgba(5,8,10,.97));
}

.project-gallery-copy small {
  display: block;
  margin: 0 0 8px;
  color: rgba(243,246,245,.62);
}

.project-gallery-copy strong {
  display: block;
  max-width: calc(100% - 70px);
  color: #f6f8f7;
  font-size: clamp(1.8rem, 2.8vw, 3.35rem);
  font-weight: 480;
  line-height: 1.05;
}

.project-gallery-copy > span {
  display: block;
  max-width: 42ch;
  margin-top: 12px;
  padding: 0;
  color: rgba(241,244,243,.68);
  font-size: clamp(.78rem, .88vw, .9rem);
  line-height: 1.65;
}

.projects .project-gallery-card > .arrow {
  right: clamp(26px, 3vw, 46px);
  bottom: 34px;
  z-index: 8;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(244,247,247,.38);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  transition: border-color .35s ease, background .35s ease, transform .35s ease;
}

.projects .project-gallery-card > .arrow b {
  color: #fff;
  font-family: var(--sans);
  font-size: 1.05rem !important;
  font-weight: 400;
  line-height: 1;
}

.projects .project-gallery-card:hover > .arrow,
.projects .project-gallery-card:focus-visible > .arrow {
  border-color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.1);
  transform: rotate(45deg);
}

@media (max-width: 1020px) {
  .projects .project-gallery-card,
  .projects .project-gallery-card:nth-child(n) { grid-column: span 6; }
}

@media (max-width: 760px) {
  .projects .project-list { grid-template-columns: 1fr; }
  .projects .project-gallery-card,
  .projects .project-gallery-card:nth-child(n) {
    grid-column: 1;
    min-height: 470px;
  }
  .project-gallery-logo,
  .project-gallery-news-logo,
  .project-gallery-fieldmark { transform: translateY(-24px); }
  .project-gallery-fieldmark { padding-left: 28px; font-size: clamp(3.2rem, 16vw, 5.3rem); }
  .projects .project-gallery-card > .arrow { display: grid; }
  .project-gallery-copy > span { max-width: calc(100% - 54px); }
}

/* Project index v5 — disciplined brand grid with protected logo clear-space. */
.projects { scroll-margin-top: 74px; }

.projects .project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px 0 0;
  background: rgba(225, 231, 231, .22);
}

.projects .project-gallery-card,
.projects .project-gallery-card:nth-child(n) {
  grid-column: auto;
  min-height: clamp(500px, 37vw, 620px);
  background: #06090b;
}

.projects .project-gallery-visual {
  display: block;
  background: #070a0c;
}

.projects .project-gallery-visual::before {
  background:
    radial-gradient(70% 70% at 50% 30%, rgba(105, 127, 137, .09), transparent 74%),
    linear-gradient(180deg, rgba(4, 7, 9, .18) 0%, rgba(4, 7, 9, .32) 48%, rgba(4, 7, 9, .97) 78%);
}

.projects .project-gallery-visual::after {
  inset: 18px;
  border-color: rgba(239, 243, 243, .14);
}

.projects .project-gallery-backdrop {
  opacity: .24;
  filter: grayscale(.78) saturate(.48) brightness(.54) contrast(1.1);
  transform: scale(1.015);
}

.projects .project-gallery-card:hover .project-gallery-backdrop,
.projects .project-gallery-card:focus-visible .project-gallery-backdrop {
  opacity: .34;
  filter: grayscale(.58) saturate(.64) brightness(.62) contrast(1.08);
  transform: scale(1.045);
}

.project-gallery-logo,
.project-gallery-news-logo,
.project-gallery-fieldmark {
  position: absolute;
  top: 34%;
  left: 50%;
  z-index: 4;
  width: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
}

.project-gallery-logo.logo-luxiai {
  width: min(45%, 430px);
  max-height: 150px;
  object-fit: contain;
}

.project-gallery-news-logo {
  width: min(54%, 500px);
}

.project-gallery-logo.logo-field {
  width: min(45%, 430px);
  max-height: 126px;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.48));
}

.project-gallery-logo.logo-donga {
  width: min(18%, 170px);
  max-height: 170px;
}

.projects .project-gallery-card > .project-gallery-top {
  padding: 28px clamp(32px, 3vw, 48px) 16px;
  border-color: rgba(244, 247, 247, .2);
  background: linear-gradient(180deg, rgba(3, 6, 8, .66), transparent);
}

.projects .project-gallery-card > .project-gallery-top b,
.projects .project-gallery-card > .project-gallery-top i {
  font-size: clamp(.7rem, .72vw, .78rem);
  letter-spacing: .17em;
}

.projects .project-gallery-card > .project-gallery-copy {
  min-height: 205px;
  padding: 30px clamp(34px, 3.4vw, 54px) 34px;
  border-top-color: rgba(244, 247, 247, .22);
  background: linear-gradient(180deg, rgba(5, 8, 10, .18), rgba(5, 8, 10, .94) 24%, #05080a 100%);
}

.project-gallery-copy small {
  margin-bottom: 9px;
  font-size: clamp(.7rem, .74vw, .79rem);
  letter-spacing: .12em;
}

.project-gallery-copy strong {
  max-width: calc(100% - 82px);
  font-size: clamp(1.8rem, 2.2vw, 2.7rem);
  line-height: 1.08;
}

.project-gallery-copy > span {
  max-width: 39ch;
  margin-top: 13px;
  font-size: clamp(.82rem, .82vw, .9rem);
  line-height: 1.66;
}

.projects .project-gallery-card > .arrow {
  right: clamp(32px, 3.2vw, 50px);
  bottom: 42px;
  width: 46px;
  height: 46px;
  border-color: rgba(244, 247, 247, .5);
  background: rgba(7, 10, 12, .2);
}

.projects .project-gallery-card:hover > .arrow,
.projects .project-gallery-card:focus-visible > .arrow {
  background: rgba(255,255,255,.12);
  transform: translateY(-3px) rotate(45deg);
}

@media (max-width: 1020px) {
  .projects .project-gallery-card,
  .projects .project-gallery-card:nth-child(n) { grid-column: auto; }
  .project-gallery-logo.logo-luxiai { width: 51%; }
  .project-gallery-news-logo { width: 61%; }
  .project-gallery-logo.logo-field { width: 51%; }
  .project-gallery-logo.logo-donga { width: 22%; }
}

@media (max-width: 760px) {
  .projects .project-list { grid-template-columns: 1fr; }
  .projects .project-gallery-card,
  .projects .project-gallery-card:nth-child(n) { min-height: 510px; }
  .project-gallery-logo,
  .project-gallery-news-logo,
  .project-gallery-fieldmark { top: 32%; transform: translate(-50%, -50%); }
  .project-gallery-logo.logo-luxiai { width: min(58%, 380px); }
  .project-gallery-news-logo { width: min(68%, 420px); }
  .project-gallery-logo.logo-field { width: min(58%, 380px); }
  .project-gallery-logo.logo-donga { width: min(25%, 150px); }
  .projects .project-gallery-card > .project-gallery-copy { min-height: 210px; }
}

/* Project index v6 — legibility and one shared interaction language. */
.projects .project-list {
  background: rgba(236, 240, 239, .34);
}

.projects .project-gallery-card {
  border: 0;
}

.projects .project-gallery-visual::before {
  background:
    radial-gradient(72% 66% at 50% 31%, rgba(133, 151, 158, .1), transparent 72%),
    linear-gradient(180deg, rgba(3, 6, 8, .08) 0%, rgba(3, 6, 8, .2) 44%, rgba(3, 6, 8, .9) 72%, #05080a 100%);
}

.projects .project-gallery-visual::after {
  border-color: rgba(247, 249, 248, .22);
  transition: border-color .35s ease, inset .35s ease;
}

.projects .project-gallery-backdrop,
.projects .project-gallery-card.is-photo .project-gallery-photo {
  opacity: .3;
  filter: grayscale(.72) saturate(.5) brightness(.66) contrast(1.08);
  transform: scale(1.02);
  transition: opacity .5s ease, filter .5s ease;
}

.projects .project-gallery-card:hover .project-gallery-backdrop,
.projects .project-gallery-card:focus-visible .project-gallery-backdrop,
.projects .project-gallery-card.is-photo:hover .project-gallery-photo,
.projects .project-gallery-card.is-photo:focus-visible .project-gallery-photo {
  opacity: .37;
  filter: grayscale(.58) saturate(.62) brightness(.72) contrast(1.06);
  transform: scale(1.02);
}

.project-gallery-logo,
.project-gallery-news-logo {
  opacity: 1;
  transition: transform .48s cubic-bezier(.22,.72,.22,1), opacity .35s ease, filter .35s ease;
}

.projects .project-gallery-card:hover .project-gallery-logo,
.projects .project-gallery-card:focus-visible .project-gallery-logo,
.projects .project-gallery-card:hover .project-gallery-news-logo,
.projects .project-gallery-card:focus-visible .project-gallery-news-logo {
  opacity: .92;
  transform: translate(-50%, calc(-50% - 7px));
}

.projects .project-gallery-card:hover .project-gallery-visual::after,
.projects .project-gallery-card:focus-visible .project-gallery-visual::after {
  inset: 14px;
  border-color: rgba(247, 249, 248, .38);
}

.projects .project-gallery-card > .project-gallery-top {
  color: rgba(247, 249, 248, .84);
  border-color: rgba(247, 249, 248, .32);
}

.projects .project-gallery-card > .project-gallery-top b,
.projects .project-gallery-card > .project-gallery-top i {
  color: rgba(247, 249, 248, .84);
}

.projects .project-gallery-card > .project-gallery-copy {
  border-top-color: rgba(247, 249, 248, .34);
  background: linear-gradient(180deg, rgba(4, 7, 9, .24), rgba(4, 7, 9, .96) 22%, #040709 100%);
}

.project-gallery-copy small {
  color: rgba(247, 249, 248, .74);
}

.project-gallery-copy strong {
  color: #fff;
}

.project-gallery-copy > span {
  color: rgba(247, 249, 248, .82);
  font-size: clamp(.94rem, .92vw, 1rem);
  line-height: 1.62;
}

.project-gallery-title {
  position: relative;
  display: block;
  height: 1.16em;
  overflow: hidden;
}

.project-gallery-title > span,
.project-gallery-title > em {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  width: 100%;
  font: inherit;
  font-style: normal;
  color: inherit;
  transition: opacity .34s ease, transform .46s cubic-bezier(.22,.72,.22,1);
}

.project-gallery-title > span {
  opacity: 1;
  transform: translateY(0);
}

.project-gallery-title > em {
  opacity: 0;
  transform: translateY(95%);
}

.projects .project-gallery-card:hover .project-gallery-title > span,
.projects .project-gallery-card:focus-visible .project-gallery-title > span {
  opacity: 0;
  transform: translateY(-95%);
}

.projects .project-gallery-card:hover .project-gallery-title > em,
.projects .project-gallery-card:focus-visible .project-gallery-title > em {
  opacity: 1;
  transform: translateY(0);
}

.projects .project-gallery-card > .arrow {
  border-color: rgba(247, 249, 248, .66);
  background: rgba(4, 7, 9, .38);
  transition: border-color .3s ease, background .3s ease, transform .42s cubic-bezier(.22,.72,.22,1);
}

.projects .project-gallery-card:hover > .arrow,
.projects .project-gallery-card:focus-visible > .arrow {
  border-color: #fff;
  background: rgba(255,255,255,.13);
  transform: translateX(5px);
}

@media (prefers-reduced-motion: reduce) {
  .project-gallery-logo,
  .project-gallery-news-logo,
  .project-gallery-title > span,
  .project-gallery-title > em,
  .projects .project-gallery-card > .arrow,
  .projects .project-gallery-visual::after { transition: none; }
}

/* Project index v7 — quiet default surface, reveal the work only on intent. */
.projects .project-gallery-visual {
  background:
    radial-gradient(80% 90% at 50% 18%, rgba(46, 59, 65, .34), transparent 72%),
    linear-gradient(135deg, #0a0e11 0%, #050709 100%);
}

.projects .project-gallery-visual::before {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255,255,255,.025) 34.2%, transparent 34.5%),
    linear-gradient(180deg, rgba(3, 6, 8, .02), rgba(3, 6, 8, .24) 54%, #040709 100%);
}

.projects .project-gallery-backdrop,
.projects .project-gallery-card.is-photo .project-gallery-photo {
  opacity: .055;
  filter: grayscale(1) saturate(.25) brightness(.58) contrast(1.08);
  transform: scale(1.02);
  transition: opacity .65s ease, filter .65s ease;
}

.projects .project-gallery-card:hover .project-gallery-backdrop,
.projects .project-gallery-card:focus-visible .project-gallery-backdrop,
.projects .project-gallery-card.is-photo:hover .project-gallery-photo,
.projects .project-gallery-card.is-photo:focus-visible .project-gallery-photo {
  opacity: .24;
  filter: grayscale(.7) saturate(.5) brightness(.62) contrast(1.08);
  transform: scale(1.02);
}

.project-gallery-hover-label {
  position: absolute;
  top: 34%;
  left: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
  font: 570 clamp(1rem, 1.22vw, 1.25rem)/1.2 var(--sans);
  letter-spacing: .045em;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, calc(-50% + 14px));
  transition: opacity .34s ease, transform .48s cubic-bezier(.22,.72,.22,1);
}

.project-gallery-hover-label b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 400;
}

.projects .project-gallery-card:hover .project-gallery-logo,
.projects .project-gallery-card:focus-visible .project-gallery-logo,
.projects .project-gallery-card:hover .project-gallery-news-logo,
.projects .project-gallery-card:focus-visible .project-gallery-news-logo {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 14px));
}

.projects .project-gallery-card:hover .project-gallery-hover-label,
.projects .project-gallery-card:focus-visible .project-gallery-hover-label {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.projects .project-gallery-card > .arrow {
  display: none;
}

@media (hover: none) {
  .project-gallery-hover-label { display: none; }
  .projects .project-gallery-card > .arrow {
    display: grid;
    width: 42px;
    height: 42px;
  }
}

/* Project CTA — reveal a stronger action in the logo field on hover. */
.projects .project-gallery-card > .project-gallery-center-action {
  position: absolute;
  z-index: 10;
  top: 34%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #f7f9f8;
  font-size: clamp(.92rem, 1vw, 1.05rem);
  font-weight: 650;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-50% + 18px));
  transition: opacity .28s ease, transform .48s var(--ease-lux);
}

.projects .project-gallery-card > .project-gallery-center-action::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--acid);
  box-shadow: 0 0 12px rgba(207,255,71,.28);
}

.projects .project-gallery-card > .project-gallery-center-action b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #071006;
  border: 1px solid var(--acid);
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 6px rgba(207,255,71,.075), 0 16px 38px rgba(0,0,0,.38);
  font-size: 1rem;
  font-weight: 500;
  transition: transform .5s var(--ease-lux), box-shadow .35s ease;
}

.projects .project-gallery-card:hover > .project-gallery-center-action,
.projects .project-gallery-card:focus-visible > .project-gallery-center-action {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.projects .project-gallery-card:hover > .project-gallery-center-action b,
.projects .project-gallery-card:focus-visible > .project-gallery-center-action b {
  transform: rotate(45deg);
  box-shadow: 0 0 0 8px rgba(207,255,71,.09), 0 18px 44px rgba(0,0,0,.44);
}

.projects .project-gallery-card:hover .project-gallery-fieldmark,
.projects .project-gallery-card:focus-visible .project-gallery-fieldmark {
  opacity: .06;
  transform: translate(-50%, calc(-50% - 16px)) scale(.91);
  filter: grayscale(1) brightness(1.55) blur(1px);
}

@media (hover: none), (pointer: coarse) {
  .projects .project-gallery-card > .project-gallery-center-action {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .projects .project-gallery-card > .project-gallery-center-action,
  .projects .project-gallery-card > .project-gallery-center-action b {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-gallery-hover-label { transition: none; }
}

/* Project index v8 — no imagery, unmistakably interactive editorial tiles. */
.projects .project-gallery-card,
.projects .project-gallery-card:nth-child(n) {
  cursor: pointer;
  background: #06090b;
  transition: background-color .38s ease;
}

.projects .project-gallery-backdrop,
.projects .project-gallery-photo {
  display: none !important;
}

.projects .project-gallery-visual {
  background:
    radial-gradient(90% 100% at 50% 12%, rgba(51, 66, 73, .2), transparent 66%),
    linear-gradient(135deg, #0a0e11 0%, #06090b 62%, #050709 100%);
}

.projects .project-gallery-visual::before {
  opacity: 0;
  background:
    radial-gradient(62% 54% at 50% 31%, rgba(160, 181, 188, .14), transparent 72%),
    linear-gradient(112deg, transparent 0 42%, rgba(255,255,255,.045) 50%, transparent 58%);
  transform: translateX(-5%);
  transition: opacity .48s ease, transform .7s cubic-bezier(.22,.72,.22,1);
}

.projects .project-gallery-card:hover .project-gallery-visual::before,
.projects .project-gallery-card:focus-visible .project-gallery-visual::before {
  opacity: 1;
  transform: translateX(0);
}

.projects .project-gallery-visual::after {
  inset: 18px;
  border-color: rgba(247, 249, 248, .2);
  transition: inset .42s cubic-bezier(.22,.72,.22,1), border-color .32s ease;
}

.projects .project-gallery-card:hover .project-gallery-visual::after,
.projects .project-gallery-card:focus-visible .project-gallery-visual::after {
  inset: 10px;
  border-color: rgba(247, 249, 248, .7);
}

.project-gallery-logo,
.project-gallery-news-logo {
  transition: opacity .34s ease, transform .48s cubic-bezier(.22,.72,.22,1), filter .34s ease;
}

.projects .project-gallery-card:hover .project-gallery-logo,
.projects .project-gallery-card:focus-visible .project-gallery-logo,
.projects .project-gallery-card:hover .project-gallery-news-logo,
.projects .project-gallery-card:focus-visible .project-gallery-news-logo {
  opacity: .12;
  transform: translate(-50%, calc(-50% - 12px)) scale(.96);
  filter: grayscale(1) brightness(1.35);
}

.project-gallery-hover-label {
  gap: 16px;
  padding: 9px 10px 9px 18px;
  border: 1px solid rgba(255,255,255,0);
  background: rgba(255,255,255,0);
  font-weight: 620;
  letter-spacing: .055em;
  transition: opacity .3s ease, transform .46s cubic-bezier(.22,.72,.22,1), border-color .34s ease, background .34s ease;
}

.projects .project-gallery-card:hover .project-gallery-hover-label,
.projects .project-gallery-card:focus-visible .project-gallery-hover-label {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.055);
}

.projects .project-gallery-card > .project-gallery-top {
  transition: color .32s ease, border-color .32s ease;
}

.projects .project-gallery-card:hover > .project-gallery-top,
.projects .project-gallery-card:focus-visible > .project-gallery-top {
  color: #fff;
  border-color: rgba(255,255,255,.52);
}

.projects .project-gallery-card > .project-gallery-copy {
  overflow: hidden;
  transition: border-color .32s ease, background .38s ease;
}

.projects .project-gallery-card > .project-gallery-copy::before {
  content: '';
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  width: 3px;
  background: #fff;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .42s cubic-bezier(.22,.72,.22,1);
}

.projects .project-gallery-card:hover > .project-gallery-copy,
.projects .project-gallery-card:focus-visible > .project-gallery-copy {
  border-top-color: rgba(255,255,255,.62);
  background: linear-gradient(180deg, rgba(12,17,20,.72), #080c0f 24%, #06090b 100%);
}

.projects .project-gallery-card:hover > .project-gallery-copy::before,
.projects .project-gallery-card:focus-visible > .project-gallery-copy::before {
  transform: scaleY(1);
}

.project-gallery-copy strong {
  transition: transform .42s cubic-bezier(.22,.72,.22,1), letter-spacing .32s ease;
}

.projects .project-gallery-card:hover .project-gallery-copy strong,
.projects .project-gallery-card:focus-visible .project-gallery-copy strong {
  letter-spacing: -.025em;
  transform: translateX(10px);
}

.project-gallery-copy small,
.project-gallery-copy > span {
  transition: color .32s ease, transform .42s cubic-bezier(.22,.72,.22,1);
}

.projects .project-gallery-card:hover .project-gallery-copy small,
.projects .project-gallery-card:focus-visible .project-gallery-copy small,
.projects .project-gallery-card:hover .project-gallery-copy > span,
.projects .project-gallery-card:focus-visible .project-gallery-copy > span {
  color: rgba(255,255,255,.94);
}

.projects .project-gallery-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

@media (hover: none) {
  .projects .project-gallery-card > .arrow { display: grid; }
  .projects .project-gallery-card:hover .project-gallery-logo,
  .projects .project-gallery-card:hover .project-gallery-news-logo { opacity: 1; transform: translate(-50%, -50%); }
}

/* Project index v9 — optical logo centering and a decisive clickable state. */
.project-gallery-logo.logo-field {
  left: 50%;
  width: min(49%, 455px);
  filter:
    drop-shadow(0 15px 28px rgba(0, 0, 0, .62))
    drop-shadow(0 0 21px rgba(255, 255, 255, .1));
}

.projects .project-gallery-visual::before {
  background:
    radial-gradient(65% 58% at 50% 31%, rgba(192, 211, 218, .23), transparent 70%),
    linear-gradient(112deg, transparent 0 41%, rgba(255, 255, 255, .09) 50%, transparent 59%);
}

.projects .project-gallery-card:hover .project-gallery-visual::before,
.projects .project-gallery-card:focus-visible .project-gallery-visual::before {
  opacity: 1;
}

.projects .project-gallery-card:hover .project-gallery-logo,
.projects .project-gallery-card:focus-visible .project-gallery-logo,
.projects .project-gallery-card:hover .project-gallery-news-logo,
.projects .project-gallery-card:focus-visible .project-gallery-news-logo {
  opacity: .06;
  transform: translate(-50%, calc(-50% - 16px)) scale(.91);
  filter: grayscale(1) brightness(1.55) blur(1px);
}

.project-gallery-hover-label {
  min-height: 58px;
  padding: 9px 10px 9px 22px;
  color: #070a0c;
  border-radius: 999px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translate(-50%, calc(-50% + 18px)) scale(.94);
  transition:
    opacity .25s ease,
    transform .46s cubic-bezier(.18, .82, .18, 1),
    border-color .25s ease,
    background .25s ease,
    box-shadow .38s ease;
}

.projects .project-gallery-card:hover .project-gallery-hover-label,
.projects .project-gallery-card:focus-visible .project-gallery-hover-label {
  color: #070a0c;
  border-color: #f7f8f7;
  background: #f7f8f7;
  box-shadow:
    0 22px 58px rgba(0, 0, 0, .6),
    0 0 0 7px rgba(255, 255, 255, .07);
  transform: translate(-50%, -50%) scale(1.035);
}

.projects .project-gallery-card:hover .project-gallery-hover-label b,
.projects .project-gallery-card:focus-visible .project-gallery-hover-label b {
  color: #070a0c;
  border-color: rgba(7, 10, 12, .38);
  background: rgba(7, 10, 12, .04);
  transform: rotate(45deg);
}

.project-gallery-hover-label b {
  transition:
    color .25s ease,
    border-color .25s ease,
    background .25s ease,
    transform .48s cubic-bezier(.18, .82, .18, 1);
}

.projects .project-gallery-card:hover > .project-gallery-copy::before,
.projects .project-gallery-card:focus-visible > .project-gallery-copy::before {
  box-shadow: 0 0 18px rgba(255, 255, 255, .34);
}

@media (max-width: 720px) {
  .project-gallery-logo.logo-field {
    width: min(62%, 370px);
  }

  .project-gallery-hover-label {
    min-height: 52px;
    padding-left: 18px;
  }
}

/* Project index v10 — optically centered field mark and unified copy motion. */
.project-gallery-copy small,
.project-gallery-copy strong,
.project-gallery-copy > span {
  transition:
    color .32s ease,
    transform .42s cubic-bezier(.22, .72, .22, 1),
    letter-spacing .32s ease;
}

.projects .project-gallery-card:hover .project-gallery-copy small,
.projects .project-gallery-card:focus-visible .project-gallery-copy small,
.projects .project-gallery-card:hover .project-gallery-copy strong,
.projects .project-gallery-card:focus-visible .project-gallery-copy strong,
.projects .project-gallery-card:hover .project-gallery-copy > span,
.projects .project-gallery-card:focus-visible .project-gallery-copy > span {
  transform: translateX(10px);
}

/* About v4 — lighter night detail, refined copy position, no scroll control. */
.about::before {
  background:
    linear-gradient(90deg, rgba(3, 7, 10, .78) 0%, rgba(3, 7, 10, .38) 29%, rgba(3, 7, 10, .07) 51%, rgba(3, 7, 10, .4) 72%, rgba(3, 7, 10, .78) 100%),
    linear-gradient(0deg, rgba(3, 7, 10, .62) 0%, rgba(3, 7, 10, .04) 47%, rgba(3, 7, 10, .45) 100%);
}

.about::after {
  background:
    radial-gradient(circle at 52% 56%, transparent 0%, transparent 31%, rgba(2, 5, 7, .08) 59%, rgba(2, 5, 7, .4) 100%),
    linear-gradient(180deg, rgba(2, 5, 7, .14), transparent 33%, transparent 72%, rgba(2, 5, 7, .36));
}

.about-copy {
  margin-left: clamp(28px, 2.2vw, 44px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .48);
}

@media (max-width: 820px) {
  .about-copy { margin-left: 0; }

  .about::before {
    background:
      linear-gradient(90deg, rgba(3, 7, 10, .84) 0%, rgba(3, 7, 10, .52) 58%, rgba(3, 7, 10, .65) 100%),
      linear-gradient(0deg, rgba(3, 7, 10, .78) 0%, rgba(3, 7, 10, .1) 48%, rgba(3, 7, 10, .54) 100%);
  }

  .about::after {
    background: linear-gradient(180deg, rgba(2, 5, 7, .16), transparent 34%, rgba(2, 5, 7, .46) 100%);
  }
}

/* Project detail v2 — compact editorial rhythm without dead vertical space. */
.detail-hero {
  min-height: 66vh;
  padding-top: calc(var(--header) + 3vw);
  padding-bottom: clamp(32px, 3.5vw, 54px);
}

.detail-hero h1 { margin: 16px 0 28px; }

.detail-body {
  padding-top: clamp(56px, 5vw, 78px);
  padding-bottom: clamp(64px, 6vw, 92px);
}

.detail-intro { margin-bottom: clamp(48px, 5vw, 72px); }
.duties-section { margin-bottom: clamp(56px, 5.5vw, 82px); }
.duty-block { padding-top: 28px; padding-bottom: 30px; }
.work-item { padding-top: 24px; padding-bottom: 24px; }
.detail-outcomes { margin-top: clamp(56px, 5.5vw, 82px); }
.detail-outcomes > div { padding-top: 32px; padding-bottom: 8px; }
.detail-outcomes h3 { margin: 20px 0; }

@media (max-width: 820px) {
  .detail-hero {
    min-height: 58vh;
    padding-top: calc(var(--header) + 28px);
    padding-bottom: 32px;
  }

  .detail-body { padding: 52px 24px 64px; }
  .detail-intro { margin-bottom: 46px; }
  .duties-section { margin-bottom: 52px; }
  .detail-outcomes { margin-top: 52px; }
}

/* Project detail v3 — make every expandable work row unmistakably interactive. */
.work-item {
  position: relative;
  isolation: isolate;
  grid-template-columns: 64px minmax(220px, .75fr) minmax(280px, 1fr) minmax(132px, 150px);
  width: calc(100% + 36px);
  margin-left: -18px;
  padding-right: 18px;
  padding-left: 18px;
  overflow: hidden;
  transition: background-color .32s ease, box-shadow .32s ease;
}

.work-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.075), rgba(255,255,255,.018) 68%, rgba(255,255,255,.055));
  opacity: 0;
  transform: translateX(-18px);
  transition: opacity .3s ease, transform .48s cubic-bezier(.22,.72,.22,1);
}

.work-item > span,
.work-item h3,
.work-item p {
  transition: color .28s ease, transform .45s cubic-bezier(.22,.72,.22,1);
}

.work-item > i {
  min-width: 132px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  color: rgba(245,247,246,.72);
  font-style: normal;
  transform: none;
  transition: color .28s ease, transform .4s cubic-bezier(.22,.72,.22,1);
}

.work-item > i small {
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .13em;
  white-space: nowrap;
}

.work-item > i b {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1;
  transition: color .28s ease, background-color .28s ease, border-color .28s ease, transform .45s cubic-bezier(.22,.72,.22,1), box-shadow .32s ease;
}

.collapse-label { display: none; }

.work-item:hover::before,
.work-item:focus-visible::before,
.work-entry.open .work-item::before {
  opacity: 1;
  transform: translateX(0);
}

.work-item:hover > span,
.work-item:focus-visible > span,
.work-item:hover h3,
.work-item:focus-visible h3,
.work-item:hover p,
.work-item:focus-visible p { transform: translateX(8px); }

.work-item:hover h3,
.work-item:focus-visible h3 { color: #fff; }

.work-item:hover > i,
.work-item:focus-visible > i { color: #fff; transform: translateX(-4px); }

.work-item:hover > i b,
.work-item:focus-visible > i b {
  color: #080b0d;
  border-color: #f7f8f7;
  background: #f7f8f7;
  box-shadow: 0 0 0 6px rgba(255,255,255,.07), 0 12px 30px rgba(0,0,0,.34);
}

.work-entry.open .work-item > i { color: #fff; transform: none; }
.work-entry.open .expand-label { display: none; }
.work-entry.open .collapse-label { display: inline; }
.work-entry.open .work-item > i b {
  color: #080b0d;
  border-color: #f7f8f7;
  background: #f7f8f7;
  transform: rotate(45deg);
}

@media (max-width: 820px) {
  .work-item {
    grid-template-columns: 40px minmax(0, 1fr) 46px;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .work-item > i { min-width: 42px; }
  .work-item > i small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .work-item,
  .work-item::before,
  .work-item > span,
  .work-item h3,
  .work-item p,
  .work-item > i,
  .work-item > i b { transition: none; }
}

/* Project detail v4 — the closed state must already read as a control. */
.work-item {
  grid-template-columns: 64px minmax(220px, .75fr) minmax(280px, 1fr) minmax(172px, 188px);
  background: rgba(255,255,255,.018);
  box-shadow: inset 2px 0 rgba(255,255,255,.22);
}

.work-item > i {
  min-width: 172px;
  height: 48px;
  justify-content: space-between;
  padding: 0 6px 0 18px;
  color: #080b0d;
  border: 1px solid #f7f8f7;
  border-radius: 999px;
  background: #f7f8f7;
  box-shadow: 0 8px 22px rgba(0,0,0,.24), 0 0 0 4px rgba(255,255,255,.035);
  transition: color .28s ease, background-color .28s ease, border-color .28s ease, transform .4s cubic-bezier(.22,.72,.22,1), box-shadow .32s ease;
}

.work-item > i b {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  color: #fff;
  border-color: #080b0d;
  background: #080b0d;
}

.work-item:hover > i,
.work-item:focus-visible > i,
.work-entry.open .work-item > i {
  color: #080b0d;
  border-color: #f7f8f7;
  background: #f7f8f7;
  box-shadow: 0 0 0 6px rgba(255,255,255,.065), 0 12px 30px rgba(0,0,0,.34);
}

.work-item:hover > i b,
.work-item:focus-visible > i b,
.work-entry.open .work-item > i b {
  color: #fff;
  border-color: #080b0d;
  background: #080b0d;
  box-shadow: none;
}

@media (max-width: 820px) {
  .work-item { grid-template-columns: 40px minmax(0, 1fr) 46px; }
  .work-item > i {
    min-width: 42px;
    padding: 0 4px;
    border-color: rgba(255,255,255,.55);
  }
}

/* Project detail v5 — keep the project note visible beside long media lists. */
.work-panel {
  align-items: start;
}

.work-entry.open .work-panel {
  overflow: visible;
}

.work-copy {
  align-self: start;
  position: relative;
  padding-top: 2px;
  transform: translate3d(0, var(--note-follow-y, 0px), 0);
  will-change: transform;
}

@media (max-width: 820px) {
  .work-copy {
    position: static;
    order: -1;
    padding: 2px 0 28px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    transform: none;
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-copy {
    transform: none;
    will-change: auto;
  }
}

/* Resume v2 — cinematic credits, not card blocks. */
.resume {
  overflow: hidden;
  padding-bottom: clamp(84px, 9vw, 150px);
  background:
    radial-gradient(circle at 78% 10%, rgba(95,117,126,.09), transparent 28%),
    linear-gradient(180deg, #080c0e 0%, #07090a 100%);
}

.resume .resume-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(250px, .45fr);
  gap: clamp(36px, 8vw, 150px);
  align-items: end;
  margin-top: clamp(44px, 5vw, 76px);
}

.resume .resume-head h2 {
  margin: 0;
  font-size: clamp(3.2rem, 6vw, 7rem);
  line-height: .98;
  letter-spacing: -.065em;
}

.resume .resume-head .accent-word {
  display: block;
  margin: .18em 0 0 1.55em;
  font-size: .42em;
  letter-spacing: -.035em;
  opacity: .44;
}

.resume .resume-head p {
  margin: 0 0 .35em;
  color: rgba(238,240,238,.58);
  font-size: 1rem;
  line-height: 1.75;
}

.resume .resume-head p span {
  display: block;
  margin-bottom: 10px;
  color: #eef0ee;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .16em;
}

.career-stage { margin-top: clamp(62px, 7vw, 108px); border-top: 1px solid rgba(238,240,238,.28); }
.career-stage-head,
.credit-section > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  color: rgba(238,240,238,.54);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .17em;
}

.career-timeline { position: relative; }
.career-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 154px;
  width: 1px;
  content: "";
  background: rgba(238,240,238,.18);
}

.career-entry { border-top: 1px solid rgba(238,240,238,.14); }
.career-entry:last-child { border-bottom: 1px solid rgba(238,240,238,.2); }
.career-entry summary {
  position: relative;
  display: grid;
  grid-template-columns: 130px 48px minmax(0, 1fr) 150px;
  gap: 24px;
  align-items: center;
  min-height: 176px;
  padding: 28px 0;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
}
.career-entry summary::-webkit-details-marker { display: none; }
.career-entry summary::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.055), rgba(255,255,255,.012) 66%, transparent);
  transform: translateX(-102%);
  transition: transform .55s cubic-bezier(.22,.72,.22,1);
}
.career-entry summary > * { position: relative; z-index: 1; }
.career-entry summary:hover::before,
.career-entry summary:focus-visible::before,
.career-entry[open] summary::before { transform: translateX(0); }
.career-entry summary:focus-visible { outline: 1px solid rgba(255,255,255,.5); outline-offset: 5px; }
.career-entry time { align-self: start; padding-top: 7px; color: rgba(238,240,238,.48); font-size: .76rem; line-height: 1.6; letter-spacing: .04em; }
.career-number {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(238,240,238,.28);
  border-radius: 50%;
  color: rgba(238,240,238,.62);
  font-size: .68rem;
}
.career-entry[open] .career-number { color: #080b0c; border-color: #f1f3f1; background: #f1f3f1; }
.career-main { display: flex; flex-direction: column; min-width: 0; }
.career-main small { margin-bottom: 12px; color: rgba(238,240,238,.48); font-size: .7rem; font-weight: 600; letter-spacing: .14em; }
.career-main strong { color: #f3f4f2; font-size: clamp(1.85rem, 3vw, 3.7rem); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; }
.career-main em { max-width: 54ch; margin-top: 15px; color: rgba(238,240,238,.58); font-size: .94rem; font-style: normal; line-height: 1.65; }
.career-toggle {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 17px;
  color: rgba(238,240,238,.62);
  font-size: .67rem;
  letter-spacing: .13em;
}
.career-toggle i { font-style: normal; }
.career-toggle b { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(238,240,238,.4); border-radius: 50%; color: #fff; font-size: 1.1rem; font-weight: 300; transition: .35s ease; }
.career-entry[open] .career-toggle b { color: #080b0c; border-color: #f2f3f1; background: #f2f3f1; transform: rotate(45deg); }

.career-detail {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(280px, 1fr) minmax(170px, .48fr);
  gap: clamp(28px, 5vw, 80px);
  margin-left: 202px;
  padding: 4px 0 40px;
  animation: careerReveal .5s cubic-bezier(.22,.72,.22,1) both;
}
.career-detail > p { margin: 0; color: rgba(238,240,238,.7); font-size: 1rem; line-height: 1.75; }
.career-detail ul { margin: 0; padding: 0; color: rgba(238,240,238,.55); font-size: .9rem; line-height: 1.75; list-style: none; }
.career-detail li { position: relative; padding-left: 16px; }
.career-detail li::before { position: absolute; left: 0; content: "—"; color: rgba(238,240,238,.28); }
.career-result { padding-left: 22px; border-left: 1px solid rgba(238,240,238,.2); }
.career-result small { display: block; margin-bottom: 12px; color: rgba(238,240,238,.38); font-size: .64rem; letter-spacing: .13em; }
.career-result strong { font-size: clamp(1.15rem, 1.65vw, 1.65rem); font-weight: 500; line-height: 1.35; }
@keyframes careerReveal { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

.resume-credits {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  column-gap: clamp(40px, 7vw, 120px);
  margin-top: clamp(70px, 8vw, 126px);
}
.credit-section { min-width: 0; border-top: 1px solid rgba(238,240,238,.26); }
.credit-activities { grid-column: 2; grid-row: 1 / span 2; }
.credit-awards { grid-column: 1; margin-top: 66px; }
.credit-section > header b { color: rgba(238,240,238,.32); font-weight: 500; }
.credit-row {
  display: grid;
  grid-template-columns: 125px minmax(150px, .75fr) minmax(0, 1.25fr);
  gap: 20px;
  align-items: baseline;
  min-height: 88px;
  padding: 22px 0;
  border-top: 1px solid rgba(238,240,238,.11);
  transition: padding-left .35s ease, background-color .35s ease;
}
.credit-row:hover { padding-left: 12px; background: linear-gradient(90deg, rgba(255,255,255,.035), transparent 80%); }
.credit-row time { color: rgba(238,240,238,.4); font-size: .7rem; line-height: 1.45; }
.credit-row strong { color: rgba(245,246,244,.9); font-size: 1rem; font-weight: 500; letter-spacing: -.02em; }
.credit-row p { margin: 0; color: rgba(238,240,238,.52); font-size: .84rem; line-height: 1.6; }
.license-reel { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 20px; border-top: 1px solid rgba(238,240,238,.11); }
.license-reel span { padding: 9px 13px; border: 1px solid rgba(238,240,238,.18); border-radius: 999px; color: rgba(238,240,238,.62); font-size: .72rem; }

@media (max-width: 1020px) {
  .career-entry summary { grid-template-columns: 108px 42px minmax(0, 1fr) 48px; gap: 18px; }
  .career-timeline::before { left: 128px; }
  .career-toggle i { display: none; }
  .career-detail { margin-left: 168px; grid-template-columns: 1fr 1fr; }
  .career-result { grid-column: 1 / -1; padding: 20px 0 0; border-top: 1px solid rgba(238,240,238,.14); border-left: 0; }
  .credit-row { grid-template-columns: 105px minmax(0, 1fr); }
  .credit-row p { grid-column: 2; }
}

@media (max-width: 760px) {
  .resume .resume-head { grid-template-columns: 1fr; gap: 24px; }
  .resume .resume-head h2 { font-size: clamp(3rem, 13vw, 5rem); }
  .resume .resume-head .accent-word { margin-left: .75em; }
  .career-stage { margin-top: 52px; }
  .career-timeline::before { left: 14px; }
  .career-entry summary { grid-template-columns: 30px minmax(0, 1fr) 42px; gap: 14px; min-height: 158px; padding: 24px 0; }
  .career-entry time { grid-column: 2; padding: 0; }
  .career-number { grid-column: 1; grid-row: 1 / span 2; width: 29px; height: 29px; }
  .career-main { grid-column: 2; }
  .career-main strong { font-size: clamp(1.65rem, 8vw, 2.5rem); }
  .career-main em { font-size: .86rem; }
  .career-toggle { grid-column: 3; grid-row: 1 / span 2; }
  .career-toggle b { width: 36px; height: 36px; }
  .career-detail { grid-template-columns: 1fr; gap: 22px; margin-left: 44px; padding-bottom: 34px; }
  .career-result { grid-column: auto; }
  .resume-credits { grid-template-columns: 1fr; gap: 58px; margin-top: 70px; }
  .credit-section,
  .credit-activities,
  .credit-awards { grid-column: 1; grid-row: auto; margin-top: 0; }
  .credit-row { grid-template-columns: 1fr; gap: 6px; min-height: 0; padding: 20px 0; }
  .credit-row p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .career-entry summary::before,
  .career-toggle b,
  .credit-row { transition: none; }
  .career-detail { animation: none; }
}

/* Resume v3 — always-visible editorial ledger. */
.career-ledger {
  margin-top: clamp(62px, 7vw, 108px);
  border-top: 1px solid rgba(238,240,238,.38);
  border-bottom: 1px solid rgba(238,240,238,.28);
}

.career-ledger-head,
.career-record {
  display: grid;
  grid-template-columns: 128px minmax(250px, .85fr) minmax(330px, 1.15fr) minmax(170px, .5fr);
}

.career-ledger-head {
  min-height: 56px;
  color: rgba(238,240,238,.45);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .14em;
}

.career-ledger-head span {
  display: flex;
  align-items: center;
  padding: 0 26px;
  border-left: 1px solid rgba(238,240,238,.12);
}
.career-ledger-head span:first-child { padding-left: 0; border-left: 0; }

.career-record {
  position: relative;
  min-height: 252px;
  border-top: 1px solid rgba(238,240,238,.2);
}
.career-record::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.038), rgba(255,255,255,.01) 62%, transparent);
  opacity: 0;
  transition: opacity .4s ease;
}
.career-record:hover::before { opacity: 1; }
.career-record > * { position: relative; z-index: 1; min-width: 0; padding: 34px 26px 38px; border-left: 1px solid rgba(238,240,238,.12); }
.career-record > :first-child { padding-left: 0; border-left: 0; }

.career-record time { display: flex; flex-direction: column; justify-content: space-between; color: rgba(238,240,238,.5); font-size: .74rem; font-style: normal; line-height: 1.6; }
.career-record time b { color: rgba(238,240,238,.3); font-size: .67rem; font-weight: 500; letter-spacing: .12em; }
.career-record time span { margin-bottom: 2px; }

.career-company small,
.career-scope small,
.career-highlight small { display: block; margin-bottom: 18px; color: rgba(238,240,238,.4); font-size: .65rem; font-weight: 600; letter-spacing: .13em; }
.career-company h3 { margin: 0; color: #f3f4f2; font-size: clamp(1.75rem, 2.5vw, 3.1rem); font-weight: 500; line-height: 1.1; letter-spacing: -.052em; }
.career-company p { max-width: 30ch; margin: 20px 0 0; color: rgba(238,240,238,.57); font-size: .9rem; line-height: 1.7; }

.career-scope ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin: 0; padding: 0; list-style: none; }
.career-scope li { position: relative; padding: 0 0 0 16px; color: rgba(238,240,238,.67); font-size: .88rem; line-height: 1.55; }
.career-scope li::before { position: absolute; left: 0; content: "—"; color: rgba(238,240,238,.27); }

.career-highlight { display: flex; flex-direction: column; }
.career-highlight strong { margin-top: auto; color: #f2f3f1; font-size: clamp(1.45rem, 2vw, 2.25rem); font-weight: 500; line-height: 1.15; letter-spacing: -.045em; }
.career-highlight > span { margin-top: 11px; color: rgba(238,240,238,.47); font-size: .72rem; letter-spacing: .05em; }

@media (max-width: 1120px) {
  .career-ledger-head,
  .career-record { grid-template-columns: 106px minmax(220px, .8fr) minmax(280px, 1.2fr) minmax(150px, .48fr); }
  .career-ledger-head span,
  .career-record > * { padding-right: 20px; padding-left: 20px; }
  .career-ledger-head span:first-child,
  .career-record > :first-child { padding-left: 0; }
  .career-scope ul { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 780px) {
  .career-ledger { margin-top: 54px; }
  .career-ledger-head { display: none; }
  .career-record { grid-template-columns: 78px minmax(0, 1fr); min-height: 0; }
  .career-record > * { padding: 24px 0 26px 20px; border-left-color: rgba(238,240,238,.14); }
  .career-record > time { grid-row: 1 / span 3; padding-left: 0; border-left: 0; }
  .career-record time span { margin-top: auto; }
  .career-company { grid-column: 2; }
  .career-company h3 { font-size: clamp(1.65rem, 8vw, 2.45rem); }
  .career-company p { max-width: none; margin-top: 14px; }
  .career-scope { grid-column: 2; padding-top: 22px; border-top: 1px solid rgba(238,240,238,.1); }
  .career-highlight { grid-column: 2; padding-top: 22px; border-top: 1px solid rgba(238,240,238,.1); }
  .career-highlight strong { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .career-record::before { transition: none; }
}

/* Resume v4 — vertical life chronicle. */
.resume-chronicle {
  --chronicle-axis: 184px;
  position: relative;
  margin-top: clamp(64px, 7vw, 106px);
  border-top: 1px solid rgba(238,240,238,.34);
  border-bottom: 1px solid rgba(238,240,238,.24);
}
.resume-chronicle::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--chronicle-axis);
  width: 1px;
  content: "";
  background: linear-gradient(to bottom, rgba(238,240,238,.62), rgba(238,240,238,.18) 92%, transparent);
}
.chronicle-guide {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 54px;
  color: rgba(238,240,238,.36);
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .13em;
}
.chronicle-guide i { width: 30px; height: 1px; background: rgba(238,240,238,.24); }

.chronicle-entry {
  display: grid;
  grid-template-columns: var(--chronicle-axis) 1fr;
  position: relative;
  min-height: 190px;
  border-top: 1px solid rgba(238,240,238,.14);
}
.chronicle-entry::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 14%, rgba(255,255,255,.028), transparent 74%);
  opacity: 0;
  transition: opacity .45s ease;
}
.chronicle-entry:hover::after { opacity: 1; }
.chronicle-entry > * { position: relative; z-index: 1; }
.chronicle-entry time {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 33px 34px 30px 0;
  color: rgba(238,240,238,.43);
  font-style: normal;
  text-align: right;
}
.chronicle-entry time strong {
  color: rgba(245,246,244,.9);
  font-size: clamp(1.55rem, 2.4vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.045em;
}
.chronicle-entry time span { font-size: .66rem; line-height: 1.5; letter-spacing: .05em; }
.chronicle-dot {
  position: absolute;
  top: 42px;
  left: calc(var(--chronicle-axis) - 5px);
  width: 11px;
  height: 11px;
  border: 3px solid #0a0d0e;
  border-radius: 50%;
  background: rgba(238,240,238,.84);
  box-shadow: 0 0 0 1px rgba(238,240,238,.42);
}
.chronicle-featured .chronicle-dot { background: #d49a58; box-shadow: 0 0 0 1px rgba(212,154,88,.6), 0 0 22px rgba(212,154,88,.32); }
.chronicle-story { padding: 31px 0 34px clamp(38px, 4vw, 66px); }
.chronicle-story > header small,
.chronicle-result small,
.chronicle-certificates small { display: block; color: rgba(238,240,238,.38); font-size: .64rem; font-weight: 600; letter-spacing: .14em; }
.chronicle-story > header h3 { margin: 12px 0 0; color: #f2f3f1; font-size: clamp(1.65rem, 2.75vw, 3.25rem); font-weight: 450; line-height: 1.08; letter-spacing: -.052em; }
.chronicle-story > header p { max-width: 62ch; margin: 13px 0 0; color: rgba(238,240,238,.58); font-size: .9rem; line-height: 1.65; }
.chronicle-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, .34fr);
  gap: clamp(32px, 6vw, 92px);
  margin-top: 27px;
  padding-top: 22px;
  border-top: 1px solid rgba(238,240,238,.1);
}
.chronicle-detail ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 28px; margin: 0; padding: 0; list-style: none; }
.chronicle-detail li { position: relative; padding-left: 16px; color: rgba(238,240,238,.62); font-size: .83rem; line-height: 1.55; }
.chronicle-detail li::before { position: absolute; left: 0; content: "—"; color: rgba(238,240,238,.26); }
.chronicle-result { display: flex; flex-direction: column; margin: 0; padding-left: 24px; border-left: 1px solid rgba(238,240,238,.14); }
.chronicle-result strong { margin-top: 11px; color: #f2f3f1; font-size: clamp(1.2rem, 1.8vw, 1.8rem); font-weight: 500; line-height: 1.25; letter-spacing: -.035em; }
.chronicle-result span { margin-top: 5px; color: rgba(238,240,238,.4); font-size: .67rem; }
.chronicle-list { margin-top: 25px; border-top: 1px solid rgba(238,240,238,.1); }
.chronicle-list p { display: grid; grid-template-columns: minmax(180px,.45fr) minmax(0,1fr); gap: 28px; margin: 0; padding: 14px 0; border-bottom: 1px solid rgba(238,240,238,.075); }
.chronicle-list b { color: rgba(242,243,241,.82); font-size: .83rem; font-weight: 500; }
.chronicle-list span { color: rgba(238,240,238,.5); font-size: .8rem; line-height: 1.55; }
.chronicle-certificates { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 24px; }
.chronicle-certificates small { width: 100%; margin-bottom: 3px; }
.chronicle-certificates span { padding: 7px 11px; border: 1px solid rgba(238,240,238,.15); border-radius: 999px; color: rgba(238,240,238,.52); font-size: .68rem; }
.chronicle-compact { min-height: 150px; }

@media (max-width: 840px) {
  .resume-chronicle { --chronicle-axis: 102px; }
  .chronicle-entry time { padding-right: 20px; }
  .chronicle-entry time strong { font-size: 1.55rem; }
  .chronicle-story { padding-left: 30px; }
  .chronicle-detail { grid-template-columns: 1fr; gap: 22px; }
  .chronicle-result { padding: 18px 0 0; border-top: 1px solid rgba(238,240,238,.1); border-left: 0; }
}

@media (max-width: 580px) {
  .resume-chronicle { --chronicle-axis: 76px; margin-top: 52px; }
  .chronicle-guide { height: 44px; font-size: .58rem; }
  .chronicle-entry { min-height: 0; }
  .chronicle-entry time { gap: 6px; padding: 25px 14px 24px 0; }
  .chronicle-entry time strong { font-size: 1.2rem; }
  .chronicle-entry time span { font-size: .55rem; }
  .chronicle-dot { top: 30px; left: calc(var(--chronicle-axis) - 4px); width: 9px; height: 9px; }
  .chronicle-story { padding: 25px 0 28px 22px; }
  .chronicle-story > header h3 { font-size: clamp(1.45rem, 7vw, 2.1rem); }
  .chronicle-detail ul { grid-template-columns: 1fr; gap: 7px; }
  .chronicle-list p { grid-template-columns: 1fr; gap: 5px; padding: 12px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .chronicle-entry::after { transition: none; }
}

/* Resume v5 — awards and licenses separated from the main chronology. */
.resume-accolades {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(42px, 7vw, 110px);
  margin-top: clamp(70px, 8vw, 118px);
}
.accolade-section { border-top: 1px solid rgba(238,240,238,.35); }
.accolade-section > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  color: rgba(238,240,238,.58);
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .14em;
}
.accolade-section > header b { color: rgba(238,240,238,.3); font-weight: 500; }
.accolade-row {
  display: grid;
  grid-template-columns: 102px minmax(0,1fr);
  gap: 22px;
  align-items: start;
  min-height: 92px;
  padding: 21px 0;
  border-top: 1px solid rgba(238,240,238,.11);
}
.accolade-row time,
.license-index { color: rgba(238,240,238,.38); font-size: .68rem; line-height: 1.55; letter-spacing: .04em; }
.accolade-row p { display: flex; flex-direction: column; gap: 7px; margin: 0; }
.accolade-row strong { color: rgba(244,245,243,.86); font-size: .92rem; font-weight: 500; line-height: 1.5; letter-spacing: -.018em; }
.accolade-row p span { color: rgba(238,240,238,.44); font-size: .76rem; line-height: 1.5; }

@media (max-width: 760px) {
  .resume-accolades { grid-template-columns: 1fr; gap: 52px; margin-top: 66px; }
  .accolade-row { grid-template-columns: 78px minmax(0,1fr); gap: 16px; min-height: 0; }
}

/* Keep the resume-to-project transition compact at every viewport width. */
.resume { padding-bottom: clamp(24px, 2.5vw, 44px); }

/* Project intro v4 — compact editorial opening. */
.projects-intro {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(270px, .48fr);
  grid-template-rows: auto auto auto;
  column-gap: clamp(46px, 8vw, 132px);
  row-gap: 0;
  padding-top: clamp(86px, 7vw, 108px);
  padding-bottom: 0;
  background:
    linear-gradient(90deg, rgba(3,7,10,.985) 0%, rgba(3,7,10,.86) 43%, rgba(3,7,10,.28) 72%, rgba(3,7,10,.58) 100%),
    linear-gradient(0deg, #06090b 0%, transparent 44%),
    url('./assets/project-intro-cinematic-v2.png') 68% 50% / cover no-repeat;
}
.projects-intro::before,
.projects-intro::after { display: none; }
.projects-intro .section-kicker { grid-column: 1 / -1; }
.projects-intro h2 {
  align-self: center;
  max-width: 10.5ch;
  margin: clamp(34px, 3vw, 48px) 0;
  font-size: clamp(2.75rem, 4.45vw, 5.2rem);
  line-height: 1.01;
}
.projects-intro p {
  align-self: center;
  max-width: 29ch;
  margin: 0;
  padding: 3px 0 3px 20px;
  border-left-color: rgba(239,242,241,.42);
  font-size: .9rem;
  line-height: 1.8;
}
.project-intro-index {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(239,243,242,.24);
}
.project-intro-index span {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 0 20px;
  border-left: 1px solid rgba(239,243,242,.12);
  color: rgba(242,245,244,.58);
  font-size: .64rem;
  font-weight: 600;
  letter-spacing: .12em;
}
.project-intro-index span:first-child { padding-left: 0; border-left: 0; }
.project-intro-index b { color: rgba(242,245,244,.28); font-weight: 500; }

@media (max-width: 820px) {
  .projects-intro {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    min-height: 0;
    padding-top: 82px;
    background-position: 67% center;
  }
  .projects-intro h2 { margin: 34px 0 25px; }
  .projects-intro p { margin-bottom: 34px; }
  .project-intro-index { grid-template-columns: 1fr 1fr; }
  .project-intro-index span { min-height: 50px; padding: 0 12px; border-top: 1px solid rgba(239,243,242,.1); }
  .project-intro-index span:nth-child(odd) { padding-left: 0; border-left: 0; }
}

/* Skills v6 — genuine tool marks, compact rows, no redundant footer ticker. */
.skills-layout { align-items: start; }
.skill-lines { padding: 8px 22px 10px; }
.skill-lines > div {
  min-height: 68px;
  grid-template-columns: 30px 40px minmax(0, 1fr) 44px;
  column-gap: 10px;
  transition: background-color .28s ease, transform .28s ease;
}
.skill-lines > div:hover { background: rgba(255,255,255,.035); transform: translateX(3px); }
.skill-lines > div::before,
.skill-lines > div::after { left: 80px; }
.skill-lines > div::after { width: calc((100% - 80px) * var(--level)); }
.skill-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 7px 16px rgba(0,0,0,.18);
}
.skill-icon img { width: 17px; height: 17px; filter: invert(1); opacity: .96; }
.skill-icon.icon-camera { color: #fff; background: #272d31; }
.skill-icon.icon-camera img { filter: none; }
.skill-icon.icon-premiere { background: #24065f; }
.skill-icon.icon-illustrator { background: #5a2100; }
.skill-icon.icon-office { background: #b52a16; }
.skill-icon.icon-photoshop { background: #001e36; }
.skill-icon.icon-after-effects { background: #16095c; }
.skill-icon.icon-vscode { background: #0877b9; }
.skill-icon.icon-openai { background: #2d3436; }
.skill-foot { display: none; }

@media (max-width: 820px) {
  .skill-lines { padding-inline: 13px; }
  .skill-lines > div { grid-template-columns: 25px 35px minmax(0,1fr) 40px; column-gap: 8px; }
  .skill-lines > div::before,
  .skill-lines > div::after { left: 68px; }
  .skill-lines > div::after { width: calc((100% - 68px) * var(--level)); }
  .skill-icon { width: 29px; height: 29px; border-radius: 7px; }
  .skill-icon img { width: 15px; height: 15px; }
  .skill-lines strong { font-size: .86rem; }
  .skill-lines strong small { letter-spacing: .04em; }
}

/* Accent system v1 — restrained neon-lime emphasis across every chapter. */
:root { --acid: #cfff47; }

.site-header nav a:hover,
.site-header nav a.active,
.page-count #section-number { color: var(--acid); }
.site-header nav a.active::after {
  background: var(--acid);
  box-shadow: 0 0 9px rgba(207,255,71,.78);
}

.hero-role {
  color: var(--acid);
  text-shadow: 0 0 15px rgba(207,255,71,.18), 0 2px 13px rgba(0,0,0,.7);
}
.scroll-cue b,
.hero-location > span { color: var(--acid); }

.section-watch.is-current .section-kicker span:last-child,
.accent-word,
.about .accent-word,
.resume .resume-head .accent-word,
.projects .accent-word,
.skills .accent-word { color: var(--acid) !important; }
.accent-word { text-shadow: 0 0 18px rgba(207,255,71,.13); }

/* About: meaning-first emphasis, instead of highlighting a decorative index item. */
.about-name {
  color: var(--acid);
  font-weight: 700;
  text-shadow: 0 0 15px rgba(207,255,71,.18);
}
.about-key {
  position: relative;
  color: rgba(249,251,249,.98);
  font-weight: 650;
  background: linear-gradient(180deg, transparent 72%, rgba(207,255,71,.16) 72%);
  box-shadow: inset 0 -1px 0 rgba(207,255,71,.62);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.chronicle-featured .chronicle-dot {
  background: var(--acid);
  box-shadow: 0 0 0 1px rgba(207,255,71,.65), 0 0 22px rgba(207,255,71,.34);
}
.chronicle-result small,
.project-intro-index span:hover,
.project-band:hover .arrow,
.project-band:focus-visible .arrow,
.contact-links a small,
.contact-links a:hover b { color: var(--acid); }

.skill-lines > div::after {
  background: linear-gradient(90deg, var(--acid), rgba(207,255,71,.38));
  box-shadow: 0 0 9px rgba(207,255,71,.22);
}
.skill-lines > div:hover b { color: var(--acid); }
.skill-icon.icon-camera {
  color: #05090c;
  border-color: rgba(223,255,124,.9);
  background: var(--acid);
  box-shadow: 0 0 0 1px rgba(207,255,71,.2), 0 0 18px rgba(207,255,71,.22);
}
.skill-icon.icon-camera img {
  width: 19px;
  height: 19px;
  opacity: 1;
  filter: none;
}

@media (prefers-reduced-motion: no-preference) {
  .site-header nav a.active::after,
  .chronicle-featured .chronicle-dot { animation: acid-pulse 2.8s ease-in-out infinite; }
}
@keyframes acid-pulse {
  50% { box-shadow: 0 0 13px rgba(207,255,71,.86); }
}

/* Accent system v2 — persistent semantic cues across index and project detail views. */
.chronicle-story > header small,
.accolade-section > header,
.projects .project-gallery-top b,
.projects .project-gallery-copy small,
.skill-lines > div > b {
  color: var(--acid);
}

.chronicle-result strong,
.project-intro-index b {
  color: rgba(223,255,124,.94);
  text-shadow: 0 0 14px rgba(207,255,71,.11);
}

.projects .project-gallery-card:hover .project-gallery-copy strong,
.projects .project-gallery-card:focus-visible .project-gallery-copy strong {
  color: var(--acid);
  text-shadow: 0 0 18px rgba(207,255,71,.14);
}

.detail-eyebrow,
.detail-meta small,
.duties-section .section-kicker span:first-child,
.works-index .section-kicker span:first-child,
.duty-block > span,
.work-item > span,
.work-item p b,
.work-copy > small,
.detail-outcomes small,
.project-source,
.project-source span {
  color: var(--acid);
}

.detail-intro h2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.detail-intro h2::after {
  width: 34px;
  height: 2px;
  content: "";
  background: var(--acid);
  box-shadow: 0 0 10px rgba(207,255,71,.42);
}

.detail-outcomes > div:first-child h3 {
  color: var(--acid);
  text-shadow: 0 0 20px rgba(207,255,71,.12);
}

.work-copy strong {
  color: rgba(246,249,244,.98);
  text-decoration: underline;
  text-decoration-color: rgba(207,255,71,.62);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

/* Project detail v6 — freelance scope and curated-film disclosure. */
.duty-block-wide {
  grid-column: 1 / -1;
  padding-left: 0 !important;
  border-top: 1px solid var(--line);
  border-left: 0 !important;
}

.works-caption {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 22px 0 8px;
  padding: 3px 0 3px 15px;
  border-left: 2px solid var(--acid);
  color: rgba(239,242,239,.72);
  font-size: .86rem;
  line-height: 1.6;
}
.works-caption span {
  flex: 0 0 auto;
  color: var(--acid);
  font-size: .64rem;
  font-weight: 650;
  letter-spacing: .14em;
}

@media (max-width: 820px) {
  .duty-block-wide { grid-column: auto; }
  .works-caption { align-items: flex-start; flex-direction: column; gap: 4px; margin-top: 16px; }
}

/* Premium motion system v1 — cinematic light, depth and tactile detail. */
:root {
  --ease-lux: cubic-bezier(.16, 1, .3, 1);
  --aura-x: 50vw;
  --aura-y: 50vh;
}

::selection { color: #071006; background: var(--acid); }

.page-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
  background: rgba(255,255,255,.025);
}
.page-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(207,255,71,.35), var(--acid) 62%, #f3ffd2);
  box-shadow: 0 0 14px rgba(207,255,71,.72);
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left;
  will-change: transform;
}

.pointer-aura {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  opacity: .24;
  background: radial-gradient(circle, rgba(207,255,71,.11), rgba(104,135,76,.035) 34%, transparent 69%);
  transform: translate3d(calc(var(--aura-x) - 260px), calc(var(--aura-y) - 260px), 0);
  mix-blend-mode: screen;
  transition: opacity .5s ease;
  will-change: transform;
}
body.detail-open .pointer-aura { z-index: 61; }

.site-header {
  box-shadow: 0 13px 42px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.025);
  transition: height .45s var(--ease-lux), background .45s ease, box-shadow .45s ease;
}
.site-header::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 2%, rgba(255,255,255,.05) 24%, rgba(207,255,71,.27) 50%, rgba(255,255,255,.05) 76%, transparent 98%);
}
.wordmark { transition: color .3s ease, letter-spacing .45s var(--ease-lux), text-shadow .3s ease; }
.wordmark:hover { color: var(--acid); letter-spacing: .17em; text-shadow: 0 0 20px rgba(207,255,71,.22); }
.site-header nav a { position: relative; transition: color .28s ease, text-shadow .28s ease, transform .35s var(--ease-lux); }
.site-header nav a:hover { transform: translateY(-2px); text-shadow: 0 0 16px rgba(207,255,71,.2); }
.page-count i { background: linear-gradient(90deg, rgba(255,255,255,.28), var(--acid)); box-shadow: 0 0 8px rgba(207,255,71,.18); }

.section-watch {
  overflow: clip;
  box-shadow: inset 0 1px rgba(255,255,255,.02);
}
.section-watch::after {
  z-index: 8;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.08) 18%, rgba(207,255,71,.48) 50%, rgba(255,255,255,.08) 82%, transparent 100%);
  box-shadow: 0 0 20px rgba(207,255,71,.08);
}
.section-kicker {
  position: relative;
  overflow: hidden;
}
.section-kicker::after {
  position: absolute;
  bottom: -1px;
  left: -32%;
  width: 25%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(222,255,124,.9), transparent);
  transition: left 1.1s var(--ease-lux);
}
.section-watch.is-current .section-kicker::after,
.project-view[aria-hidden="false"] .section-kicker::after { left: 108%; }

.hero-shade::after,
.contact-shade::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .55;
  background:
    linear-gradient(108deg, transparent 0 42%, rgba(255,255,255,.025) 49%, transparent 56%),
    radial-gradient(circle at 74% 34%, rgba(255,189,96,.1), transparent 21%);
  background-size: 220% 100%, 100% 100%;
  animation: cinematic-light 13s ease-in-out infinite alternate;
}
.hero-message,
.hero-role,
.hero-location,
.scroll-cue { transition: transform .65s var(--ease-lux), opacity .5s ease, text-shadow .4s ease; }
.hero-message:hover,
.hero-role:hover { transform: translateY(-4px); text-shadow: 0 12px 35px rgba(0,0,0,.75); }
.scroll-cue {
  overflow: hidden;
  isolation: isolate;
}
.scroll-cue::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, rgba(207,255,71,.1), transparent 72%);
  transform: translateX(-18%);
  transition: opacity .35s ease, transform .6s var(--ease-lux);
}
.scroll-cue:hover::after { opacity: 1; transform: translateX(0); }
.scroll-cue b { animation: cue-float 2.1s ease-in-out infinite; }

.accent-word {
  background: linear-gradient(105deg, var(--acid) 12%, #f4ffd2 43%, var(--acid) 71%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: accent-sheen 8s ease-in-out infinite alternate;
}
.about-key { transition: color .3s ease, box-shadow .3s ease, background .3s ease; }
.about-key:hover { color: #fff; background: linear-gradient(180deg, transparent 64%, rgba(207,255,71,.25) 64%); box-shadow: inset 0 -1px 0 rgba(207,255,71,.9), 0 10px 24px rgba(0,0,0,.12); }

.chronicle-entry,
.accolade-row,
.skill-lines > div,
.duty-block,
.work-item,
.contact-links a {
  transform: translateZ(0);
}
.chronicle-entry::after {
  background:
    linear-gradient(90deg, transparent 9%, rgba(207,255,71,.045) 26%, rgba(255,255,255,.032) 54%, transparent 83%);
  transform: translateX(-8%);
  transition: opacity .45s ease, transform .8s var(--ease-lux);
}
.chronicle-entry:hover::after { transform: translateX(0); }
.chronicle-entry:hover .chronicle-dot { transform: scale(1.32); border-color: rgba(207,255,71,.3); box-shadow: 0 0 0 1px rgba(207,255,71,.7), 0 0 25px rgba(207,255,71,.35); }
.chronicle-dot { transition: transform .4s var(--ease-lux), box-shadow .4s ease, border-color .4s ease; }
.chronicle-story h3 { transition: color .3s ease, transform .45s var(--ease-lux); }
.chronicle-entry:hover .chronicle-story h3 { color: #fff; transform: translateX(5px); }
.accolade-row { transition: background .35s ease, padding-left .45s var(--ease-lux); }
.accolade-row:hover { padding-left: 13px; background: linear-gradient(90deg, rgba(207,255,71,.055), transparent 76%); }
.accolade-row:hover strong { color: #fff; }

.projects .project-gallery-card {
  --card-x: 50%;
  --card-y: 50%;
  isolation: isolate;
  transition: background-color .38s ease, transform .58s var(--ease-lux), box-shadow .58s ease !important;
}
.projects .project-gallery-card::after {
  position: absolute;
  z-index: 12;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(207,255,71,.55);
  background: radial-gradient(340px circle at var(--card-x) var(--card-y), rgba(207,255,71,.105), transparent 64%);
  box-shadow: inset 0 0 55px rgba(207,255,71,.025), 0 24px 80px rgba(0,0,0,.38);
  transition: opacity .35s ease;
}
.projects .project-gallery-card:hover,
.projects .project-gallery-card:focus-visible {
  z-index: 2;
  transform: translateY(-7px) scale(1.006);
  box-shadow: 0 28px 72px rgba(0,0,0,.42);
}
.projects .project-gallery-card:hover::after,
.projects .project-gallery-card:focus-visible::after { opacity: 1; }
.projects .project-gallery-card:hover .project-gallery-hover-label,
.projects .project-gallery-card:focus-visible .project-gallery-hover-label {
  background: var(--acid);
  border-color: var(--acid);
  box-shadow: 0 22px 58px rgba(0,0,0,.6), 0 0 0 7px rgba(207,255,71,.08), 0 0 35px rgba(207,255,71,.2);
}

.skill-lines > div { position: relative; overflow: hidden; }
.skill-lines > div::after { transition: width 1s var(--ease-lux), filter .3s ease, box-shadow .3s ease; }
.skill-lines > div:hover::after { filter: brightness(1.3); box-shadow: 0 0 16px rgba(207,255,71,.36); }
.skill-icon { transition: transform .5s var(--ease-lux), border-color .3s ease, box-shadow .3s ease; }
.skill-lines > div:hover .skill-icon { transform: rotate(-5deg) scale(1.1); border-color: rgba(207,255,71,.68); box-shadow: 0 10px 24px rgba(0,0,0,.28), 0 0 18px rgba(207,255,71,.12); }

.contact-links a { position: relative; overflow: hidden; transition: color .3s ease, padding-left .5s var(--ease-lux), background .35s ease; }
.contact-links a::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(207,255,71,.09), transparent 65%);
  opacity: 0;
  transform: translateX(-12%);
  transition: opacity .35s ease, transform .55s var(--ease-lux);
}
.contact-links a:hover { padding-left: 17px; background: rgba(255,255,255,.018); }
.contact-links a:hover::before { opacity: 1; transform: translateX(0); }
.contact-links a b { transition: color .3s ease, transform .5s var(--ease-lux), text-shadow .3s ease; }
.contact-links a:hover b { transform: rotate(45deg) scale(1.18); text-shadow: 0 0 15px rgba(207,255,71,.5); }

.project-view { transition: opacity .5s ease, visibility .5s ease; }
.project-view-inner { background: radial-gradient(1100px 620px at 82% 0%, rgba(207,255,71,.035), transparent 64%), #080a0b; }
.detail-top { backdrop-filter: blur(24px) saturate(1.2); box-shadow: 0 14px 50px rgba(0,0,0,.18); }
.detail-hero-bg { transform: scale(1.02); animation: detail-breathe 13s ease-in-out infinite alternate; }
.detail-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(112deg, transparent 38%, rgba(255,255,255,.028) 49%, transparent 60%);
  background-size: 240% 100%;
  animation: detail-glint 9s ease-in-out infinite;
}
.duty-block { position: relative; transition: background .35s ease, transform .45s var(--ease-lux), border-color .35s ease; }
.duty-block:hover { z-index: 1; border-color: rgba(207,255,71,.42); background: linear-gradient(120deg, rgba(207,255,71,.055), rgba(255,255,255,.018)); transform: translateY(-3px); }
.duty-block h3 { transition: color .3s ease, transform .4s var(--ease-lux); }
.duty-block:hover h3 { color: #fff; transform: translateX(4px); }
.work-item::after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 18%;
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(207,255,71,.12), transparent);
  transform: skewX(-18deg);
  transition: left .8s var(--ease-lux), opacity .25s ease;
}
.work-item:hover::after,
.work-item:focus-visible::after { left: 112%; opacity: 1; }
.work-item:hover > i,
.work-item:focus-visible > i,
.work-entry.open .work-item > i { border-color: var(--acid); background: var(--acid); box-shadow: 0 0 0 6px rgba(207,255,71,.055), 0 12px 32px rgba(0,0,0,.34), 0 0 28px rgba(207,255,71,.14); }
.work-media { overflow: hidden; }
.work-media video { transition: transform .8s var(--ease-lux), filter .45s ease; }
.work-media:hover video { transform: scale(1.012); filter: brightness(1.06) saturate(1.04); }
.work-media::after { transition: border-color .35s ease, box-shadow .35s ease; }
.work-media:hover::after { border-color: rgba(207,255,71,.34); box-shadow: inset 0 0 42px rgba(207,255,71,.025); }
.works-caption { background: linear-gradient(90deg, rgba(207,255,71,.045), transparent 60%); }

@keyframes cinematic-light { to { background-position: -105% 0, 0 0; opacity: .82; } }
@keyframes accent-sheen { to { background-position: 100% 50%; } }
@keyframes cue-float { 50% { transform: translateY(6px); text-shadow: 0 0 14px rgba(207,255,71,.45); } }
@keyframes detail-breathe { to { transform: scale(1.055) translate3d(-.35%, -.2%, 0); } }
@keyframes detail-glint { 0%, 28% { background-position: 160% 0; } 72%, 100% { background-position: -90% 0; } }

@media (hover: none), (pointer: coarse) {
  .pointer-aura { display: none; }
  .projects .project-gallery-card:hover { transform: none; }
}

@media (max-width: 820px) {
  .site-header { box-shadow: 0 12px 34px rgba(0,0,0,.24); }
  .section-watch::after { opacity: .38; }
  .projects .project-gallery-card:hover,
  .projects .project-gallery-card:focus-visible { transform: translateY(-2px); }
  .contact-links a:hover { padding-left: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .pointer-aura { display: none; }
  .hero-shade::after,
  .contact-shade::after,
  .accent-word,
  .scroll-cue b,
  .detail-hero-bg,
  .detail-hero::after { animation: none !important; }
  .projects .project-gallery-card:hover,
  .projects .project-gallery-card:focus-visible { transform: none; }
  .section-kicker::after { display: none; }
}

/* Premium refinement v2 — remove the gallery seam and add a first-visit note. */
.projects .project-gallery-card > .project-gallery-copy::before,
.projects .project-gallery-card:hover > .project-gallery-copy::before,
.projects .project-gallery-card:focus-visible > .project-gallery-copy::before {
  display: none !important;
  content: none !important;
}

.projects .project-gallery-card::after {
  border: 0;
  box-shadow: inset 0 0 52px rgba(207,255,71,.018), 0 24px 80px rgba(0,0,0,.38);
}

body.intro-open { overflow: hidden; }
.intro-notice[hidden] { display: none; }
.intro-notice {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .55s ease;
}
.intro-notice.is-visible { opacity: 1; }
.intro-notice-backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 46%, rgba(56,70,51,.18), transparent 44%),
    rgba(3,5,6,.84);
  backdrop-filter: blur(20px) saturate(.8);
}
.intro-notice-card {
  position: relative;
  width: min(620px, 100%);
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255,255,255,.19);
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), transparent 28%),
    radial-gradient(circle at 78% 15%, rgba(207,255,71,.08), transparent 34%),
    #080b0c;
  box-shadow: 0 45px 120px rgba(0,0,0,.7), inset 0 1px rgba(255,255,255,.08);
  transform: translateY(26px) scale(.975);
  transition: transform .72s var(--ease-lux);
}
.intro-notice.is-visible .intro-notice-card { transform: translateY(0) scale(1); }
.intro-notice-card::before {
  position: absolute;
  inset: 9px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.055);
}
.intro-notice-card::after {
  position: absolute;
  right: -80px;
  bottom: -115px;
  width: 280px;
  height: 280px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(207,255,71,.1);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(207,255,71,.035);
}
.intro-notice-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(238,241,237,.48);
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: .14em;
}
.intro-notice-top i { color: var(--acid); font-style: normal; }
.intro-notice-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: clamp(34px, 5vw, 52px) 0 24px;
  border: 1px solid rgba(207,255,71,.7);
  border-radius: 50%;
  color: var(--acid);
  box-shadow: 0 0 24px rgba(207,255,71,.08), inset 0 0 18px rgba(207,255,71,.04);
}
.intro-notice-mark span { font-size: .71rem; font-weight: 750; letter-spacing: .08em; }
.intro-notice-eyebrow {
  margin: 0 0 13px;
  color: var(--acid);
  font-size: .7rem;
  font-weight: 650;
  letter-spacing: .14em;
}
.intro-notice h2 {
  margin: 0;
  font-size: clamp(2.25rem, 5.2vw, 4.5rem);
  font-weight: 520;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.intro-notice h2 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(105deg, #f5f7f2, var(--acid) 65%, #edffd0);
  -webkit-background-clip: text;
  background-clip: text;
}
.intro-notice-copy {
  margin: 24px 0 28px;
  color: rgba(238,241,237,.64);
  font-size: 1rem;
  line-height: 1.75;
}
.intro-notice-copy strong {
  display: inline-block;
  color: transparent;
  font-weight: 760;
  background: linear-gradient(105deg, var(--acid) 6%, #f4ffd4 48%, var(--acid) 92%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 9px rgba(207,255,71,.2));
  animation: intro-copy-sheen 5.5s ease-in-out infinite alternate;
}
@keyframes intro-copy-sheen { to { background-position: 100% 50%; } }
.intro-notice-button {
  position: relative;
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px 0 22px;
  cursor: pointer;
  color: #071006;
  border: 1px solid var(--acid);
  border-radius: 999px;
  background: var(--acid);
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(0,0,0,.3), 0 0 26px rgba(207,255,71,.08);
  transition: transform .4s var(--ease-lux), box-shadow .3s ease;
}
.intro-notice-button:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(0,0,0,.38), 0 0 34px rgba(207,255,71,.17); }
.intro-notice-button b {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #071006;
  font-size: 1rem;
  transition: transform .45s var(--ease-lux);
}
.intro-notice-button:hover b { transform: rotate(45deg); }
.intro-notice-card > small {
  display: block;
  margin-top: 22px;
  color: rgba(238,241,237,.28);
  font-size: .62rem;
  letter-spacing: .13em;
}

@media (max-width: 580px) {
  .intro-notice { padding: 14px; }
  .intro-notice-card { padding: 26px 24px 28px; }
  .intro-notice-copy br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .intro-notice,
  .intro-notice-card,
  .intro-notice-button,
  .intro-notice-button b { transition: none; }
  .intro-notice-copy strong { animation: none; }
}

/* Mobile pass v1 — viewport-safe controls and compact section rhythm. Desktop is unchanged. */
@media (max-width: 820px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  #site-main,
  #site-main > section,
  .section-pad,
  .about-layout,
  .resume-head,
  .resume-chronicle,
  .projects-intro,
  .project-list,
  .skills-layout,
  .contact-inner,
  .detail-body,
  .detail-intro,
  .duties-grid,
  .works-index,
  .work-panel,
  .work-gallery,
  .work-copy {
    min-width: 0;
    max-width: 100%;
  }

  .site-header {
    width: 100%;
    padding-right: max(24px, env(safe-area-inset-right));
    padding-left: max(24px, env(safe-area-inset-left));
  }

  .intro-notice {
    padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  }

  .intro-notice-card {
    width: 100%;
    max-height: calc(100dvh - 28px);
    overflow: auto;
    overscroll-behavior: contain;
  }

  .intro-notice h2,
  .intro-notice-copy,
  .intro-notice-button span {
    overflow-wrap: anywhere;
  }

  .scroll-cue {
    max-width: calc(100vw - 48px);
    overflow: visible;
    white-space: nowrap;
  }

  .scroll-cue::after { display: none; }

  .scroll-cue b {
    position: relative;
    flex: 0 0 28px;
    width: 28px;
    margin-left: 14px;
    overflow: visible;
    color: transparent;
    font-size: 0;
  }

  .scroll-cue b::before {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 1px;
    height: 15px;
    content: "";
    background: var(--acid);
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(207,255,71,.42);
  }

  .scroll-cue b::after {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 7px;
    height: 7px;
    content: "";
    border-right: 1px solid var(--acid);
    border-bottom: 1px solid var(--acid);
    transform: translateX(-50%) rotate(45deg);
  }

  .projects .project-gallery-card,
  .projects .project-gallery-card:hover,
  .projects .project-gallery-card:focus-visible {
    transform: none !important;
  }

  .projects .project-gallery-card::after { display: none; }

  .projects .project-gallery-card > .arrow {
    right: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    place-items: center;
    overflow: hidden;
    font-size: 0;
  }

  .projects .project-gallery-card > .arrow b {
    margin: 0;
    font-size: 1rem;
  }

  .project-gallery-copy,
  .project-gallery-copy strong,
  .project-gallery-copy > span { min-width: 0; }

  .project-gallery-copy strong,
  .project-gallery-copy > span,
  .contact-links a span,
  .contact-links a small,
  .detail-meta p,
  .work-item h3,
  .work-copy,
  .work-copy li {
    overflow-wrap: anywhere;
  }

  .contact-links a {
    width: 100%;
    gap: 12px;
    padding-right: 4px;
  }

  .contact-links a > span { min-width: 0; }
  .contact-links a b { flex: 0 0 32px; }

  .detail-top {
    width: 100%;
    padding-right: max(16px, env(safe-area-inset-right));
    padding-left: max(16px, env(safe-area-inset-left));
  }

  .detail-top .detail-wordmark { display: none; }

  .back-button,
  .close-button {
    max-width: calc(50vw - 22px);
    min-width: 0;
  }

  .work-item {
    grid-template-columns: 32px minmax(0, 1fr) 42px;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    box-shadow: inset 2px 0 rgba(255,255,255,.22);
  }

  .work-item > i {
    justify-self: end;
    min-width: 38px;
    width: 38px;
    height: 38px;
    padding: 0;
  }

  .work-item > i b {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .work-panel,
  .work-media,
  .work-media video,
  .work-media img {
    width: 100%;
    max-width: 100%;
  }

  .detail-hero-bg,
  .hero-media,
  .contact-media { pointer-events: none; }
}

@media (max-width: 380px) {
  .site-header { padding-right: 18px; padding-left: 18px; }
  .scroll-cue { max-width: calc(100vw - 36px); letter-spacing: .13em; }
  .scroll-cue::before { margin-right: 12px; }
  .scroll-cue b { margin-left: 9px; }
  .detail-body { padding-right: 18px; padding-left: 18px; }
  .intro-notice-card { padding-right: 20px; padding-left: 20px; }
}

/* Readability and interaction pass — calmer home motion, larger supporting type,
   and a project affordance that is visible before hover. */
.hero-media {
  animation: hero-breathe-zoom 11s ease-in-out infinite alternate;
  transform-origin: center center;
}

@keyframes hero-breathe-zoom {
  0% { transform: scale(1.026); }
  100% { transform: scale(1.085); }
}

.site-header nav a,
.page-count,
.section-kicker,
.hero-role,
.about-index span,
.chronicle-story > header small,
.accolade-section > header,
.project-gallery-top,
.project-gallery-copy small,
.detail-eyebrow,
.detail-meta small,
.duty-block > span,
.work-item > span,
.work-item p b,
.work-copy > small,
.detail-outcomes small,
.project-source,
.skill-lines span,
.skill-lines strong small,
.contact-links small {
  font-size: max(.78rem, 13px);
}

.hero-manifesto,
.hero-location,
.chronicle-guide,
.chronicle-entry time span,
.chronicle-result small,
.chronicle-result span,
.chronicle-certificates small,
.chronicle-certificates span,
.license-index,
.intro-notice-card > small {
  font-size: max(.73rem, 12px);
}

.chronicle-detail li,
.chronicle-list b,
.chronicle-list span,
.accolade-row p span,
.credit-row p,
.project-gallery-copy > span,
.works-caption,
.work-copy li {
  font-size: max(.88rem, 14px);
}

.project-gallery-hover-label {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 50%;
  min-height: 40px;
  display: flex;
  padding: 7px 8px 7px 16px;
  color: rgba(247,249,248,.94);
  border-color: rgba(255,255,255,.28);
  background: rgba(5,8,10,.78);
  box-shadow: 0 10px 34px rgba(0,0,0,.38);
  font-size: .78rem;
  opacity: 1;
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.project-gallery-hover-label b {
  width: 30px;
  height: 30px;
  color: var(--acid);
  border-color: rgba(207,255,71,.5);
}

.projects .project-gallery-card:hover .project-gallery-hover-label,
.projects .project-gallery-card:focus-visible .project-gallery-hover-label {
  color: #071006;
  border-color: var(--acid);
  background: var(--acid);
  transform: translateX(-50%) translateY(-3px) scale(1.035);
}

.projects .project-gallery-card:hover .project-gallery-hover-label b,
.projects .project-gallery-card:focus-visible .project-gallery-hover-label b {
  color: #071006;
  border-color: rgba(7,16,6,.42);
}

@media (hover: none), (pointer: coarse) {
  .project-gallery-hover-label { display: flex; }
  .projects .project-gallery-card > .arrow { display: none; }
}

@media (max-width: 820px) {
  .site-header nav a,
  .page-count,
  .section-kicker,
  .about-index span,
  .project-gallery-top,
  .project-gallery-copy small,
  .detail-eyebrow,
  .detail-meta small,
  .duty-block > span,
  .work-item > span,
  .work-item p b,
  .work-copy > small,
  .skill-lines span,
  .skill-lines strong small,
  .contact-links small {
    font-size: .76rem;
  }

  .project-gallery-hover-label {
    top: auto;
    right: auto;
    bottom: 16px;
    min-height: 38px;
    padding-left: 14px;
    font-size: .74rem;
  }

  .project-gallery-hover-label b { width: 28px; height: 28px; }
}

/* Reserve a clean footer lane for the persistent project action. */
.projects .project-gallery-card > .project-gallery-copy {
  padding-bottom: 72px;
}

.projects .project-gallery-card > .project-gallery-hover-label {
  position: absolute;
  z-index: 9;
  width: max-content;
  max-width: calc(100% - 32px);
}

@media (max-width: 700px) {
  .projects .project-gallery-card > .project-gallery-copy {
    padding-bottom: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media { animation: none; transform: scale(1.026); }
}

/* Project CTA — integrated editorial footer rail. */
.projects .project-gallery-card > .project-gallery-copy {
  padding-bottom: 68px;
}

.projects .project-gallery-card > .project-gallery-hover-label {
  position: absolute;
  z-index: 9;
  top: auto;
  right: auto;
  bottom: 19px;
  left: 50%;
  width: calc(100% - clamp(68px, 7vw, 108px));
  max-width: none;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  color: rgba(243,246,244,.72);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: .76rem;
  font-weight: 650;
  letter-spacing: .12em;
  line-height: 1;
  opacity: 1;
  transform: translateX(-50%);
  backdrop-filter: none;
  transition: color .3s ease;
}

.projects .project-gallery-card > .project-gallery-hover-label::before,
.projects .project-gallery-card > .project-gallery-hover-label::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: linear-gradient(90deg, transparent, rgba(243,246,244,.3));
  transition: background .3s ease, box-shadow .3s ease;
}

.projects .project-gallery-card > .project-gallery-hover-label::after {
  background: linear-gradient(90deg, rgba(243,246,244,.3), transparent);
}

.projects .project-gallery-card > .project-gallery-hover-label span {
  flex: 0 0 auto;
  white-space: nowrap;
}

.projects .project-gallery-card > .project-gallery-hover-label b {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  color: var(--acid);
  border: 1px solid rgba(207,255,71,.44);
  border-radius: 50%;
  background: rgba(207,255,71,.025);
  line-height: 1;
  transition: color .3s ease, background .3s ease, border-color .3s ease, transform .45s var(--ease-lux);
}

.projects .project-gallery-card:hover > .project-gallery-hover-label,
.projects .project-gallery-card:focus-visible > .project-gallery-hover-label {
  color: var(--acid);
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
}

.projects .project-gallery-card:hover > .project-gallery-hover-label::before,
.projects .project-gallery-card:focus-visible > .project-gallery-hover-label::before {
  background: linear-gradient(90deg, transparent, rgba(207,255,71,.76));
  box-shadow: 0 0 10px rgba(207,255,71,.12);
}

.projects .project-gallery-card:hover > .project-gallery-hover-label::after,
.projects .project-gallery-card:focus-visible > .project-gallery-hover-label::after {
  background: linear-gradient(90deg, rgba(207,255,71,.76), transparent);
  box-shadow: 0 0 10px rgba(207,255,71,.12);
}

.projects .project-gallery-card:hover > .project-gallery-hover-label b,
.projects .project-gallery-card:focus-visible > .project-gallery-hover-label b {
  color: #071006;
  border-color: var(--acid);
  background: var(--acid);
  transform: rotate(45deg);
}

@media (max-width: 700px) {
  .projects .project-gallery-card > .project-gallery-copy {
    padding-bottom: 60px;
  }

  .projects .project-gallery-card > .project-gallery-hover-label {
    bottom: 14px;
    width: calc(100% - 42px);
    min-height: 30px;
    gap: 9px;
    font-size: .72rem;
    letter-spacing: .1em;
  }

  .projects .project-gallery-card > .project-gallery-hover-label b {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}

/* The project title stays neutral; only explicit action cues use the accent. */
.projects .project-gallery-card:hover .project-gallery-copy strong,
.projects .project-gallery-card:focus-visible .project-gallery-copy strong {
  color: #fff;
  text-shadow: none;
}

/* Keep project-card copy monochrome; reserve acid for explicit action controls. */
.projects .project-gallery-copy small,
.projects .project-gallery-card:hover .project-gallery-copy small,
.projects .project-gallery-card:focus-visible .project-gallery-copy small {
  color: rgba(247,249,248,.78);
  text-shadow: none;
}

/* Resume hover — move the complete story as one composition, not only its title. */
.resume .chronicle-story {
  transform-origin: left center;
  transition: transform .48s var(--ease-lux);
}

.resume .chronicle-entry:hover .chronicle-story {
  transform: translateX(6px) scale(1.006);
}

.resume .chronicle-entry:hover .chronicle-story h3 {
  transform: none;
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .resume .chronicle-story,
  .resume .chronicle-entry:hover .chronicle-story {
    transform: none;
    transition: none;
  }
}

/* Keep every gallery mark optically centered beneath the hover action. */
.projects .project-gallery-logo.logo-donga {
  width: min(23%, 190px);
}

.projects .project-gallery-card:hover .project-gallery-logo,
.projects .project-gallery-card:focus-visible .project-gallery-logo,
.projects .project-gallery-card:hover .project-gallery-news-logo,
.projects .project-gallery-card:focus-visible .project-gallery-news-logo,
.projects .project-gallery-card:hover .project-gallery-fieldmark,
.projects .project-gallery-card:focus-visible .project-gallery-fieldmark {
  opacity: .15;
  transform: translate(-50%, -50%) scale(.97);
}

.projects .project-gallery-card:hover .project-gallery-logo.logo-donga,
.projects .project-gallery-card:focus-visible .project-gallery-logo.logo-donga {
  opacity: .25;
  transform: translate(-50%, -50%) scale(.98);
  filter: grayscale(.72) brightness(1.15);
}

@media (max-width: 760px) {
  .projects .project-gallery-logo.logo-donga {
    width: min(28%, 170px);
  }
}

/* Project category guide is informational, so hover does not recolor it. */
.project-intro-index span:hover {
  color: rgba(242,245,244,.58);
}

.project-intro-index span:hover b {
  color: rgba(223,255,124,.94);
}

/* Project hover action — restore the original circular visual language. */
.projects .project-gallery-card > .project-gallery-center-action {
  top: 34%;
  left: 50%;
  width: 138px;
  height: 138px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  color: #f6f8f7;
  border: 1px solid rgba(246,248,247,.62);
  border-radius: 50%;
  background: rgba(5,8,10,.72);
  box-shadow: 0 20px 54px rgba(0,0,0,.48), inset 0 0 0 1px rgba(255,255,255,.04);
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .1em;
  backdrop-filter: blur(12px);
  transform: translate(-50%, calc(-50% + 14px)) scale(.88);
}

.projects .project-gallery-card > .project-gallery-center-action::before {
  display: none;
}

.projects .project-gallery-card > .project-gallery-center-action b {
  width: 32px;
  height: 32px;
  color: var(--acid);
  border: 1px solid rgba(207,255,71,.48);
  background: rgba(207,255,71,.035);
  box-shadow: none;
  font-size: .9rem;
}

.projects .project-gallery-card:hover > .project-gallery-center-action,
.projects .project-gallery-card:focus-visible > .project-gallery-center-action {
  transform: translate(-50%, -50%) scale(1);
}

.projects .project-gallery-card:hover > .project-gallery-center-action b,
.projects .project-gallery-card:focus-visible > .project-gallery-center-action b {
  color: #071006;
  background: var(--acid);
  box-shadow: 0 0 0 6px rgba(207,255,71,.07);
}

/* Mobile pass v2 — compact rhythm, touch CTA, unbroken contact details. */
@media (max-width: 820px) {
  .about,
  .resume,
  .projects,
  .skills,
  .contact {
    min-height: 0;
  }

  .hero-statement {
    width: max-content;
    max-width: calc(100vw - 48px);
    padding: 10px 14px 11px;
    border-left: 2px solid var(--acid);
    border-radius: 0 8px 8px 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(4, 7, 8, .86), rgba(4, 7, 8, .58) 76%, rgba(4, 7, 8, .08));
    text-shadow: 0 2px 8px rgba(0, 0, 0, .96), 0 0 22px rgba(0, 0, 0, .82);
    backdrop-filter: blur(3px);
  }

  .about-layout {
    min-height: 0;
    padding-top: 76px;
    padding-bottom: 48px;
  }

  .about > .about-layout {
    position: relative;
    inset: auto;
    min-height: 0;
    padding: calc(var(--header) + 78px) 24px 48px;
  }

  .resume {
    padding-bottom: 54px;
  }

  .resume .resume-head {
    margin-top: 28px;
  }

  .projects-intro {
    min-height: 0;
    padding-top: 74px;
    padding-bottom: 38px;
  }

  .skills {
    padding-top: 74px;
    padding-bottom: 44px;
  }

  .skills-layout {
    gap: 30px;
    padding-top: 26px;
  }

  .contact,
  .contact-inner {
    min-height: 0;
  }

  .contact-inner {
    grid-template-rows: auto auto auto auto;
    padding-top: 74px;
    padding-bottom: 30px;
  }

  .contact h2 {
    margin: 34px 0 8px;
  }

  .contact-links {
    margin-top: 20px;
  }

  .contact-inner > p {
    align-self: auto;
    margin-top: 22px;
  }

  .projects .project-gallery-card:nth-child(n) {
    min-height: 430px;
  }

  .projects .project-gallery-card > .project-gallery-copy {
    min-height: 0;
  }

  .contact-links a {
    grid-template-columns: 54px minmax(0, 1fr) 28px;
    gap: 8px;
  }

  .contact-links a small,
  .contact-links a span {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }

  .contact-links a span {
    font-size: clamp(.84rem, 4vw, 1rem);
    letter-spacing: -.025em;
  }

  .detail-hero {
    min-height: 52svh;
    padding-top: calc(var(--header) + 20px);
    padding-bottom: 24px;
  }

  .detail-body {
    padding: 40px 20px 48px;
  }

  .detail-intro {
    margin-bottom: 34px;
  }

  .duties-section {
    margin-bottom: 38px;
  }

  .detail-outcomes {
    margin-top: 38px;
  }
}

@media (hover: none), (pointer: coarse) {
  .projects .project-gallery-card > .project-gallery-center-action {
    display: flex;
    width: 108px;
    height: 108px;
    padding: 14px;
    opacity: 1;
    top: 32%;
    gap: 8px;
    font-size: .72rem;
    transform: translate(-50%, -50%) scale(1);
  }

  .projects .project-gallery-card > .project-gallery-center-action b {
    width: 28px;
    height: 28px;
  }
}
