:root {
  --ink: #000000;
  --paper: #ffffff;
  --muted: #76766d;
  --line: rgba(28, 29, 26, 0.18);
  --lime: #d9f06d;
  --blue: #a9d7e4;
  --coral: #e78a6c;
  --serif: "Neue Haas Grotesk", Arial, sans-serif;
  --sans: "Inter", Helvetica, sans-serif;
  --mono: "Inter", Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body { margin: 0; background: #ffffff; color: #000000; font-family: var(--sans); font-size: 15px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
.site-shell { height: 100vh; min-height: 100vh; overflow-y: visible; padding: 0; position: relative; width: 100%; }
.header { align-items: flex-start; background-color: #FFFFFF; display: flex; justify-content: space-between; left: 0; padding: 7px 20px 0; position: fixed; right: auto; top: 0; width: 100%; z-index: 1000; }
.logo { font-family: var(--serif); font-size: 45px; font-weight: 400; line-height: 41px; }
.logo { flex-shrink: 0; }
.nav { display: flex; gap: 28px; margin-left: auto; padding-top: 7px; }
.nav a, .footer { font-family: var(--sans); font-size: 15px; font-weight: 400; letter-spacing: -0.7px; line-height: 18px; }
.nav a { white-space: nowrap; }
.nav a:hover, .footer a:hover { text-decoration: underline; }
.hero { min-height: 100vh; padding: 0; position: relative; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; margin: 0; }
h1 { font-size: 58px; line-height: 56px; position: absolute; left: 20px; top: 182px; }
h1 span { display: block; }
h1 em, h2 em { font-style: italic; }
.home-hero-title { left: clamp(20px, 6vw, 96px); max-width: none; top: clamp(28vh, 36vh, 42vh); }
.home-hero-title span { display: block; }
.home-hero-support { font-size: 18px; left: auto; line-height: 1.35; margin: 0; max-width: min(32vw, 30rem); position: absolute; right: clamp(20px, 8vw, 12vw); top: 48vh; }
.home-scroll-cue { align-items: center; bottom: clamp(20px, 4vh, 48px); display: flex; flex-direction: column; gap: 8px; left: 50%; position: absolute; transform: translateX(-50%); }
.home-scroll-cue span:first-child { font-size: 10px; letter-spacing: -0.5px; white-space: nowrap; }
.home-scroll-cue span:last-child { font-size: 18px; line-height: 1; }
section { border-top: 1px solid var(--line); }
.eyebrow { margin: 4px 0; }
.footer { bottom: 27px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; left: 20px; padding: 0; position: absolute; right: 20px; z-index: 5; }
.footer a:nth-child(2), .footer a:nth-child(3) { text-align: center; }
.footer a:last-child { text-align: right; }
@media (max-width: 700px) {
  .site-shell { height: 100vh; min-height: 100vh; overflow: visible; padding: 0; }
  .header { align-items: flex-start; flex-direction: row; left: 0; padding: 24px 16px 0; right: auto; top: 0; width: 100%; }
  .logo { font-size: 26px; line-height: 25px; }
  .nav { background: transparent; color: #000000; display: flex; flex-direction: row; gap: 3px; justify-content: flex-end; margin-left: auto; opacity: 1; padding: 5px 0 0 6px; pointer-events: auto; position: static; transform: none; width: auto; }
  .nav a { font-family: var(--sans); font-size: 8px; letter-spacing: -0.6px; line-height: 15px; text-transform: none; }
  .hero { min-height: 100vh; padding-top: 8vh; }
  h1 { font-size: 42px; left: 16px; line-height: 41px; margin: 0; top: 145px; }
  .home-hero-title { left: 16px; top: 25vh; }
  .home-hero-support { font-size: 16px; left: 16px; max-width: 21rem; right: auto; top: 51vh; }
  .home-scroll-cue { bottom: 20px; }
  .footer { bottom: 20px; display: grid; font-size: 9px; grid-template-columns: 1fr 1fr; left: 16px; right: 16px; row-gap: 8px; }
  .footer a { text-align: left !important; }
  .footer a:nth-child(2), .footer a:nth-child(4) { text-align: right !important; }
}

.inner-page .site-shell {
  height: auto;
  min-height: 100vh;
  overflow-y: visible;
}
.inner-page .footer {
  bottom: auto;
  left: auto;
  margin: 0 20px;
  padding: 0 0 27px;
  position: relative;
  right: auto;
}

@media (max-width: 700px) {
  .inner-page .footer { margin: 0 16px; padding-bottom: 20px; }
}

.information-main {
  min-height: calc(100vh - 100px);
  padding: 150px 20px 140px;
}
.information-introduction, .information-contact {
  display: grid;
  grid-template-columns: 25% 1fr;
}
.information-intro-copy { max-width: 760px; }
.information-intro-copy h1 {
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 110px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .86;
  margin: 0;
  position: static;
}
.information-intro-copy h2 {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 28px 0 0;
}
.information-image-placeholder {
  aspect-ratio: 4 / 3;
  border: 1px dashed var(--line);
  margin: 42px 0 0;
  max-width: 32rem;
}
.information-image { margin: 42px 0 0; max-width: 32rem; }
.information-image img { display: block; height: auto; width: 100%; }
.information-intro-copy > p {
  font-size: 18px;
  line-height: 1.4;
  margin: 36px 0 0;
  max-width: 650px;
}
.korean-introduction {
  font-size: 16px;
  line-height: 1.65;
  margin-top: 52px;
  max-width: 700px;
}
.korean-introduction p { margin: 0 0 24px; }
.information-contact {
  margin-top: 11vw;
}
.information-contact-list {
  border-top: 1px solid var(--line);
  display: grid;
  max-width: 760px;
}
.information-contact-list a {
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  padding: 18px 0;
}
.information-columns {
  display: grid;
  gap: 5vw;
  grid-template-columns: 1.4fr .8fr;
  margin-top: 11vw;
}
.information-experience, .information-education { display: grid; grid-template-columns: 25% 1fr; }
.information-entry-list { border-top: 1px solid var(--line); }
.information-entry {
  border-bottom: 1px solid var(--line);
  padding: 24px 0 28px;
}
.information-entry h2 {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}
.information-meta {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  margin: 7px 0 0;
}
.information-entry ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.information-entry li {
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
  padding-left: 17px;
  position: relative;
}
.information-entry li::before { content: "—"; left: 0; position: absolute; }
.information-entry > p:not(.information-meta) { font-size: 13px; line-height: 1.45; margin: 8px 0 0; }
.information-entry .coursework { color: var(--muted); margin-top: 22px; }

.project-page-main {
  min-height: calc(100vh - 100px);
  padding: 150px 20px 140px;
}
.project-page-main .eyebrow { margin-left: 25%; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 700px) {
  .information-main { min-height: 0; padding: 120px 16px 100px; }
  .information-introduction, .information-contact, .information-experience, .information-education { display: block; }
  .information-intro-copy { margin-top: 18vw; }
  .information-intro-copy h1 { font-size: 54px; }
  .information-intro-copy h2 { margin-top: 24px; }
  .information-image-placeholder, .information-image { margin-top: 34px; max-width: none; }
  .information-intro-copy > p { font-size: 16px; margin-top: 34px; }
  .korean-introduction { font-size: 15px; margin-top: 38px; }
  .information-contact { margin-top: 18vw; }
  .information-contact-list { margin-top: 18vw; }
  .information-columns { display: block; margin-top: 18vw; }
  .information-education { margin-top: 18vw; }
  .information-experience .information-label, .information-education .information-label { margin-bottom: 18vw; }
  .project-page-main { min-height: 0; padding: 120px 16px 100px; }
  .project-page-main .eyebrow { margin-left: 0; }
}

/* Contact page content only */
.contact-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: clamp(120px, 14vh, 180px) clamp(20px, 2vw, 32px) clamp(20px, 3vh, 32px);
  position: relative;
}
.contact-content { border-top: 0; flex: 1; min-height: 68vh; }
.contact-label { margin: 0; }
.contact-intro { margin-top: clamp(12vh, 20vw, 28vh); }
.contact-intro h1 { margin: 0; position: static; }
.contact-email {
  display: inline-block;
  margin-top: clamp(8vh, 12vw, 18vh);
  transition: opacity .3s ease, transform .3s ease;
}
.contact-description {
  line-height: 1.45;
  margin: clamp(4vh, 7vw, 10vh) 0 0 clamp(18vw, 24vw, 30vw);
  max-width: 30rem;
}
.contact-footer {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-left: calc(50% - 50vw);
  padding: 1.5rem clamp(20px, 2vw, 32px) 0;
  width: 100vw;
}
.contact-footer-link { min-width: 0; overflow-wrap: anywhere; transition: opacity .3s ease; }
.contact-footer-link:nth-child(2), .contact-footer-link:nth-child(3) { text-align: center; }
.contact-footer-link:last-child { text-align: right; }
.contact-footer-link:hover, .contact-footer-link:focus-visible, .contact-email:hover, .contact-email:focus-visible {
  opacity: .62;
}
.contact-footer-link:focus-visible, .contact-email:focus-visible { outline: 1px solid var(--ink); outline-offset: 5px; }

@media (max-width: 700px) {
  .contact-main { min-height: 100vh; padding: 100px 20px 20px; }
  .contact-content { min-height: 0; }
  .contact-intro { margin-top: 22vh; }
  .contact-description { margin: 10vh 0 0; max-width: 21rem; }
  .contact-footer { gap: 1.25rem 1rem; grid-template-columns: 1fr 1fr; padding-top: 1.25rem; }
  .contact-footer-link:first-child { grid-column: 1 / -1; }
  .contact-footer-link:nth-child(2) { text-align: left; }
  .contact-footer-link:nth-child(3) { text-align: right; }
  .contact-footer-link:last-child { text-align: right; }
  .contact-footer-link:active { opacity: .62; }
}

/* Home page layout */
@media (min-width: 701px) {
  body:not(.inner-page):not(.work-page) .home-hero-title {
    font-size: clamp(48px, 4.6vw, 96px);
    left: 2vw;
    line-height: 1.05;
    max-width: calc(100% - 4vw);
    top: 34vh;
  }

  body:not(.inner-page):not(.work-page) .home-hero-support {
    max-width: min(28vw, 28rem);
    right: 2vw;
    top: 62vh;
  }

  body:not(.inner-page):not(.work-page) .home-footer {
    bottom: clamp(32px, 3vw, 56px);
    left: 2vw;
    right: 2vw;
  }
}

@media (max-width: 700px) {
  body:not(.inner-page):not(.work-page) .home-hero-title {
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.05;
    max-width: calc(100% - 32px);
  }

  body:not(.inner-page):not(.work-page) .home-footer {
    bottom: 24px;
  }
}

/* Shared page framing */
@media (min-width: 701px) {
  .header {
    padding: clamp(32px, 3vw, 56px) 2vw 0;
  }

  .logo {
    font-size: clamp(36px, 3vw, 64px);
    line-height: .9;
  }

  .nav {
    gap: clamp(28px, 4.4vw, 90px);
    padding-top: 4px;
  }

  .nav a {
    font-size: clamp(13px, 1.1vw, 20px);
    line-height: 1;
  }

  .information-main,
  .project-page-main {
    padding-top: clamp(160px, 18vh, 220px);
  }

  .contact-main {
    padding-bottom: clamp(32px, 3vw, 56px);
    padding-top: clamp(160px, 18vh, 220px);
  }

  .inner-page .footer {
    padding-bottom: clamp(32px, 3vw, 56px);
  }
}

@media (max-width: 700px) {
  .information-main,
  .project-page-main {
    padding-top: 136px;
  }

  .contact-main {
    padding-bottom: 24px;
    padding-top: 124px;
  }

  .inner-page .footer {
    padding-bottom: 24px;
  }
}
