@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Serif+SC:wght@400;500;600;700&display=swap");

:root {
  --ink: #262523;
  --muted: #76716a;
  --paper: #faf8f5;
  --line: #ded6ca;
  --red: #c82020;
  --deep: #1a1714;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Serif SC", "Songti SC", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.wrap { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(222, 214, 202, .9);
  background: rgba(250, 248, 245, .94);
  backdrop-filter: blur(14px);
}

.topbar-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.back {
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.back:hover { color: var(--red); }

.hero {
  position: relative;
  min-height: 68vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: attr(data-mark);
  position: absolute;
  right: -3vw;
  bottom: -14vw;
  color: rgba(200, 32, 32, .055);
  font-size: clamp(300px, 50vw, 760px);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: 72px;
  padding: clamp(110px, 15vw, 190px) 0 58px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(72px, 12vw, 156px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .96;
}

.name-en {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.intro {
  align-self: end;
  border-top: 2px solid var(--ink);
  padding-top: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}

.works {
  padding: clamp(74px, 10vw, 132px) 0;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

h2 {
  margin: 0;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  line-height: 1;
}

.section-en {
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

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

.work-row {
  display: grid;
  grid-template-columns: minmax(120px, .32fr) minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.year {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: .12em;
}

.work-row h3 {
  margin: 0;
  font-size: clamp(26px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.25;
}

.meta {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.note {
  max-width: 700px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.9;
}

.footer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-inner { display: flex; justify-content: space-between; gap: 24px; }

@media (max-width: 760px) {
  .wrap { width: calc(100% - 36px); }
  .topbar-inner { min-height: 62px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 100px 0 42px; }
  h1 { font-size: clamp(68px, 22vw, 104px); }
  .work-row { grid-template-columns: 62px 1fr; gap: 12px; }
  .meta { grid-column: 2; white-space: normal; }
  .footer-inner { flex-direction: column; }
}
