:root {
  font-synthesis: none;
  --bg: #0d0d0f;
  --bg-deep: #080808;
  --surface: #141313;
  --surface-2: #1c1b1b;
  --text: #f6f2ea;
  --muted: #b8b3aa;
  --muted-soft: rgba(184, 179, 170, 0.64);
  --line: rgba(246, 242, 234, 0.08);
  --line-strong: rgba(246, 242, 234, 0.16);
  --peach: #d69b7d;
  --copper: #c48161;
  --paper: #e9e4de;
  --ink: #0d0d0f;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --page: clamp(24px, 5.2vw, 80px);
  --stack-sm: clamp(48px, 6vw, 80px);
  --stack-md: clamp(88px, 10vw, 140px);
  --stack-lg: clamp(104px, 11vw, 150px);
  --max: 1380px;
}

/* BGC: NOTES — an editorial surface that shares the studio's visual grammar. */
body.notes-page {
  color: var(--ink);
  background: var(--paper);
}

body.notes-page::before {
  opacity: 0.44;
  background-image:
    linear-gradient(rgba(13, 13, 15, 0.054) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 13, 15, 0.042) 1px, transparent 1px);
}

body.notes-page::after {
  opacity: 0.22;
  background-image:
    linear-gradient(115deg, transparent 0 42%, rgba(196, 129, 97, 0.16) 48%, transparent 56%),
    linear-gradient(180deg, rgba(13, 13, 15, 0.04), transparent 30%);
}

.notes-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  min-height: 76px;
  padding: 14px var(--page);
  color: var(--text);
  border-bottom: 1px solid rgba(246, 242, 234, 0.12);
  background: rgba(13, 13, 15, 0.93);
  backdrop-filter: blur(16px);
}

.notes-header__mark,
.notes-footer__mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
}

.notes-header__mark img,
.notes-footer__mark img {
  width: 66px;
  height: auto;
}

.notes-header__mark span,
.notes-footer__mark span {
  color: var(--peach);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.notes-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  color: rgba(246, 242, 234, 0.56);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.notes-header__nav a,
.notes-header__home,
.notes-footer a {
  transition: color 180ms ease, opacity 180ms ease;
}

.notes-header__nav a:hover,
.notes-header__nav .is-active,
.notes-header__home:hover,
.notes-footer a:hover {
  color: var(--peach);
}

.notes-header__home {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 10px;
  color: rgba(246, 242, 234, 0.72);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.notes-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.notes-language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(246, 242, 234, 0.34);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.notes-language__link {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.notes-language__link:hover,
.notes-language__link.is-active {
  color: var(--peach);
}

.notes-header__home i,
.notes-link i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--peach);
}

.notes-shell {
  width: min(var(--max), calc(100% - (var(--page) * 2)));
  margin: 0 auto;
}

.notes-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  min-height: min(620px, calc(100svh - 76px));
  padding: clamp(84px, 13vw, 172px) 0 clamp(48px, 6vw, 82px);
  border-bottom: 1px solid rgba(13, 13, 15, 0.18);
}

.notes-eyebrow,
.notes-kicker,
.notes-section-heading > p,
.notes-categories > article > p,
.notes-next > p,
.notes-take > p {
  margin: 0;
  color: #7d4735;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.notes-intro h1 {
  grid-column: 1 / -1;
  align-self: center;
  margin: 0;
  font-size: clamp(72px, 15vw, 238px);
  font-weight: 500;
  line-height: 0.73;
  letter-spacing: -0.095em;
}

.notes-intro h1 em {
  padding-left: clamp(38px, 8.5vw, 154px);
  color: #c48161;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 0.81em;
  font-weight: 400;
  letter-spacing: -0.08em;
}

.notes-intro__bottom {
  display: flex;
  grid-column: 1 / -1;
  align-self: end;
  justify-content: space-between;
  gap: 36px;
  padding-left: min(26vw, 350px);
}

.notes-intro__bottom p {
  max-width: 390px;
  margin: 0;
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.48;
}

.notes-intro__bottom span {
  align-self: flex-end;
  color: rgba(13, 13, 15, 0.54);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.notes-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(210px, 0.48fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: stretch;
  padding: clamp(66px, 9vw, 128px) 0;
  border-bottom: 1px solid rgba(13, 13, 15, 0.18);
}

.notes-feature__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.notes-feature__body .notes-kicker {
  margin-bottom: 30px;
}

.notes-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(13, 13, 15, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.085em;
}

.notes-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--copper);
}

.notes-feature h2 {
  max-width: 780px;
  margin: 22px 0 24px;
  font-size: clamp(36px, 4.45vw, 78px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.065em;
}

.notes-feature h2 a:hover,
.notes-next a:hover strong {
  color: #7d4735;
}

.notes-feature__deck {
  max-width: 580px;
  margin: 0;
  color: rgba(13, 13, 15, 0.72);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.58;
}

.notes-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  padding-top: 44px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.notes-link:hover {
  color: #7d4735;
}

.notes-feature__aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 18px 0 2px 22px;
  border-left: 1px solid rgba(13, 13, 15, 0.2);
}

.notes-feature__aside p {
  margin: 0;
  color: rgba(13, 13, 15, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.notes-feature__aside span {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  line-height: 1.38;
}

.notes-archive {
  padding: clamp(66px, 9vw, 128px) 0 0;
}

.notes-section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  padding-bottom: 28px;
}

.notes-section-heading h2 {
  grid-column: 1 / 2;
  margin: 10px 0 0;
  font-size: clamp(32px, 4vw, 62px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.07em;
}

.notes-section-heading > span {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  color: rgba(13, 13, 15, 0.5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.notes-archive__list {
  border-top: 1px solid rgba(13, 13, 15, 0.44);
}

.notes-row {
  border-bottom: 1px solid rgba(13, 13, 15, 0.18);
}

.notes-row a {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(172px, 0.28fr);
  gap: 26px;
  align-items: center;
  min-height: 158px;
  padding: 21px 0;
  transition: padding 220ms ease, background 220ms ease;
}

.notes-row a:hover {
  padding-right: 18px;
  padding-left: 18px;
  background: rgba(196, 129, 97, 0.14);
}

.notes-row__number {
  align-self: start;
  padding-top: 6px;
  color: #7d4735;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.notes-row__copy p {
  margin: 0 0 8px;
  color: rgba(13, 13, 15, 0.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.notes-row__copy h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(22px, 2.35vw, 38px);
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: -0.055em;
}

.notes-row__copy > span {
  display: block;
  max-width: 660px;
  margin-top: 12px;
  color: rgba(13, 13, 15, 0.62);
  font-size: 14px;
  line-height: 1.52;
}

.notes-row__right {
  display: grid;
  gap: 9px;
  align-self: stretch;
  align-content: center;
  justify-items: start;
  padding-left: 18px;
  border-left: 1px solid rgba(13, 13, 15, 0.16);
  color: rgba(13, 13, 15, 0.54);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.notes-row__right b {
  margin-top: 7px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 400;
}

.notes-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: clamp(66px, 10vw, 150px) calc(var(--page) * -1) 0;
  color: var(--text);
  background: rgba(246, 242, 234, 0.14);
}

.notes-categories > article {
  min-height: 440px;
  padding: clamp(30px, 5vw, 72px) var(--page);
  background: var(--bg-deep);
}

.notes-categories > article > p { color: var(--peach); }

.notes-categories h2 {
  max-width: 500px;
  margin: 52px 0 52px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(29px, 3.1vw, 48px);
  font-weight: 400;
  line-height: 1.17;
  letter-spacing: -0.055em;
}

.notes-categories article > div {
  display: grid;
  border-top: 1px solid rgba(246, 242, 234, 0.18);
}

.notes-categories a {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(246, 242, 234, 0.14);
  font-size: 15px;
  line-height: 1.3;
}

.notes-categories a:hover { color: var(--peach); }
.notes-categories a span { color: rgba(246, 242, 234, 0.46); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; }
.notes-categories a b { font-weight: 400; }

.notes-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 38px;
  align-items: end;
  padding: 50px var(--page) 28px;
  color: var(--text);
  background: var(--bg);
}

.notes-footer__mark { align-self: start; }
.notes-footer > p { margin: 0; color: rgba(246, 242, 234, 0.62); font-size: 13px; line-height: 1.58; }
.notes-footer nav { display: flex; gap: 20px; justify-content: flex-end; color: rgba(246, 242, 234, 0.66); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.notes-footer__legal { grid-column: 1 / -1; margin-top: 30px !important; color: rgba(246, 242, 234, 0.34) !important; font-size: 10px !important; }

.notes-article-shell { padding-top: clamp(72px, 10vw, 148px); }

.notes-article__header {
  max-width: 1000px;
  margin-left: min(12vw, 172px);
}

.notes-article__header .notes-meta { margin-top: 26px; }

.notes-article__header h1 {
  max-width: 920px;
  margin: 26px 0 30px;
  font-size: clamp(47px, 7.25vw, 114px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.087em;
}

.notes-article__deck {
  max-width: 720px;
  margin: 0;
  color: rgba(13, 13, 15, 0.7);
  font-size: clamp(19px, 2vw, 28px);
  line-height: 1.48;
}

.notes-article__byline {
  display: flex;
  gap: 20px;
  margin-top: 42px;
  color: rgba(13, 13, 15, 0.52);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.085em;
}

.notes-article__answer {
  display: grid;
  grid-template-columns: minmax(108px, 0.18fr) minmax(0, 1fr);
  gap: 18px;
  max-width: 720px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(13, 13, 15, 0.2);
}

.notes-article__answer > span {
  color: #7d4735;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.notes-article__answer p {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.46;
}

.notes-article__layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 160px);
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: clamp(72px, 12vw, 180px);
}

.notes-article__rail {
  align-self: start;
  padding-top: 10px;
}

.notes-article__rail > span {
  display: block;
  padding-bottom: 15px;
  color: #7d4735;
  border-bottom: 1px solid rgba(13, 13, 15, 0.26);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.notes-article__rail ol { display: grid; gap: 20px; margin: 20px 0 0; padding: 0; list-style: none; }
.notes-article__rail li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 9px; }
.notes-article__rail b { color: var(--copper); font-size: 10px; letter-spacing: 0.06em; }
.notes-article__rail p { margin: 0; font-size: 13px; line-height: 1.5; }

.notes-article__body { max-width: 680px; }
.notes-article__body section + section { margin-top: clamp(50px, 6vw, 82px); }
.notes-article__body h2 { margin: 0 0 24px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 3.25vw, 47px); font-weight: 400; line-height: 1.12; letter-spacing: -0.06em; }
.notes-article__body p { margin: 0; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.75; }
.notes-article__body p + p { margin-top: 21px; }

.notes-chart { margin: 0 0 clamp(54px, 7vw, 92px); border-top: 2px solid var(--ink); }
.notes-chart header { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 18px 0 20px; border-bottom: 1px solid rgba(13, 13, 15, 0.2); }
.notes-chart header p { margin: 0; color: #7d4735; font-size: 10px; font-weight: 700; letter-spacing: 0.12em; }
.notes-chart header h2 { margin: 7px 0 0; font-size: 16px; font-weight: 500; letter-spacing: -0.04em; }
.notes-chart header a,
.notes-chart header > span { color: rgba(13, 13, 15, 0.64); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; }
.notes-chart header a:hover { color: #7d4735; }
.notes-chart ol { margin: 0; padding: 0; list-style: none; }
.notes-chart li { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 64px; border-bottom: 1px solid rgba(13, 13, 15, 0.14); }
.notes-chart li > b { color: #7d4735; font-size: 11px; letter-spacing: 0.05em; }
.notes-chart li span { display: grid; gap: 3px; }
.notes-chart li strong { font-size: 15px; font-weight: 600; line-height: 1.2; letter-spacing: -0.035em; }
.notes-chart li small { color: rgba(13, 13, 15, 0.6); font-size: 12px; line-height: 1.2; }
.notes-chart li em { color: #7d4735; font-size: 11px; font-style: normal; font-weight: 700; white-space: nowrap; }

.notes-take {
  margin-top: clamp(60px, 8vw, 112px);
  padding: clamp(28px, 4vw, 48px);
  color: var(--text);
  background: var(--ink);
}

.notes-take > p { color: var(--peach); }
.notes-take strong { display: block; margin-top: 34px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(21px, 2vw, 28px); font-weight: 400; line-height: 1.45; letter-spacing: -0.045em; }

.notes-next {
  display: grid;
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: clamp(52px, 7vw, 96px) 0;
  border-top: 1px solid rgba(13, 13, 15, 0.2);
}

.notes-next > p { padding-top: 11px; }
.notes-next a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 11px 22px; }
.notes-next a span { color: rgba(13, 13, 15, 0.54); font-size: 10px; font-weight: 700; letter-spacing: 0.09em; }
.notes-next a strong { grid-column: 1; font-size: clamp(30px, 4vw, 60px); font-weight: 500; line-height: 1.04; letter-spacing: -0.07em; transition: color 180ms ease; }
.notes-next a i { grid-column: 2; grid-row: 1 / 3; align-self: end; font-size: 22px; font-style: normal; }

@media (max-width: 860px) {
  .notes-header { grid-template-columns: 1fr auto; min-height: 64px; padding-top: 12px; padding-bottom: 12px; }
  .notes-header__nav { display: none; }
  .notes-header__mark img { width: 58px; }
  .notes-header__actions { gap: 12px; }
  .notes-header__home { font-size: 10px; }
  .notes-intro { min-height: 530px; padding-top: 92px; }
  .notes-intro h1 { font-size: clamp(68px, 18vw, 132px); }
  .notes-intro__bottom { flex-direction: column; gap: 18px; padding-left: 0; }
  .notes-intro__bottom span { align-self: start; }
  .notes-feature { grid-template-columns: 1fr; gap: 30px; }
  .notes-feature__aside { min-height: 0; gap: 18px; padding: 18px 0 0; border-top: 1px solid rgba(13, 13, 15, 0.18); border-left: 0; }
  .notes-feature__aside span { max-width: 470px; }
  .notes-row a { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; min-height: 0; }
  .notes-row__right { display: none; }
  .notes-row__copy > span { font-size: 13px; }
  .notes-categories { grid-template-columns: 1fr; }
  .notes-categories > article { min-height: 0; }
  .notes-footer { grid-template-columns: 1fr; gap: 24px; }
  .notes-footer nav { justify-content: flex-start; }
  .notes-article__header { margin-left: 0; }
  .notes-article__answer { grid-template-columns: 120px minmax(0, 1fr); }
  .notes-article__layout { grid-template-columns: 1fr; gap: 50px; }
  .notes-article__rail { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 20px; }
  .notes-article__rail > span { padding-bottom: 0; border: 0; }
  .notes-article__rail ol { grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 0; }
  .notes-article__rail li { grid-template-columns: 20px minmax(0, 1fr); }
  .notes-chart { margin-bottom: 50px; }
  .notes-next { grid-template-columns: 1fr; gap: 18px; }
  .notes-next > p { padding-top: 0; }
}

@media (max-width: 540px) {
  .notes-language { gap: 4px; font-size: 9px; }
  .notes-header__home span { display: none; }
  .notes-intro { min-height: 470px; }
  .notes-intro h1 { font-size: 22vw; }
  .notes-intro h1 em { padding-left: 24px; }
  .notes-feature h2 { font-size: 36px; }
  .notes-row a { padding-top: 19px; padding-bottom: 19px; }
  .notes-row a:hover { padding-right: 0; padding-left: 0; background: transparent; }
  .notes-row__copy h3 { font-size: 25px; }
  .notes-categories a { grid-template-columns: 76px minmax(0, 1fr) auto; font-size: 14px; }
  .notes-article__header h1 { font-size: clamp(43px, 12vw, 64px); }
  .notes-article__answer { grid-template-columns: 1fr; gap: 9px; }
  .notes-article__rail { display: block; }
  .notes-article__rail ol { grid-template-columns: 1fr; margin-top: 18px; }
  .notes-chart header { align-items: start; flex-direction: column; gap: 12px; }
  .notes-chart li { grid-template-columns: 32px minmax(0, 1fr) auto; gap: 10px; }
  .notes-article__body p { font-size: 17px; line-height: 1.72; }
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-padding-top: 92px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

html:lang(ko),
html:lang(ja) {
  word-break: keep-all;
  line-break: strict;
}

html:lang(ko) body {
  font-family: "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html:lang(ja) body {
  font-family: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

html:lang(ko) p,
html:lang(ko) li,
html:lang(ko) dd,
html:lang(ko) span,
html:lang(ko) input,
html:lang(ko) textarea,
html:lang(ko) select,
html:lang(ja) p,
html:lang(ja) li,
html:lang(ja) dd,
html:lang(ja) span,
html:lang(ja) input,
html:lang(ja) textarea,
html:lang(ja) select {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(246, 242, 234, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(246, 242, 234, 0.014) 1px, transparent 1px);
  background-size: 80px 80px;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.13;
  background-image:
    linear-gradient(115deg, transparent 0 42%, rgba(214, 155, 125, 0.08) 48%, transparent 56%),
    linear-gradient(180deg, rgba(246, 242, 234, 0.03), transparent 34%);
}

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

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  color: var(--ink);
  background: var(--peach);
}

:focus-visible {
  outline: 2px solid var(--peach);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 32px;
  align-items: center;
  width: 100%;
  padding: 28px var(--page);
  border-bottom: 1px solid rgba(246, 242, 234, 0.04);
  background: linear-gradient(180deg, rgba(13, 13, 15, 0.68), rgba(13, 13, 15, 0.22));
  backdrop-filter: blur(14px);
  transition:
    background 220ms ease,
    padding 220ms ease,
    border-color 220ms ease;
}

.site-header.is-scrolled {
  padding-top: 18px;
  padding-bottom: 18px;
  border-color: rgba(246, 242, 234, 0.09);
  background: rgba(13, 13, 15, 0.86);
}

.brand-mark {
  display: block;
  width: 92px;
}

.brand-mark img,
.site-footer__brand img,
.mobile-menu__top img {
  width: 100%;
  height: auto;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 4vw, 56px);
  color: var(--muted-soft);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.primary-nav a,
.site-footer nav a,
.language-switcher__link,
.mobile-menu__nav a {
  transition:
    color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.primary-nav a:hover,
.site-footer nav a:hover,
.language-switcher__link:hover,
.mobile-menu__nav a:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(184, 179, 170, 0.54);
  font-size: 12px;
  font-weight: 500;
}

.language-switcher__link.is-active {
  color: var(--peach);
}

.language-switcher__divider {
  color: rgba(184, 179, 170, 0.22);
}

.text-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

.text-cta--small {
  min-height: 32px;
  font-size: 12px;
  text-transform: uppercase;
}

.text-cta--muted {
  color: var(--muted);
}

.text-cta i,
.submit-button i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--peach);
  transition: transform 180ms ease;
}

.text-cta:hover i,
.submit-button:hover i {
  transform: scale(1.45);
}

.menu-toggle,
.mobile-menu,
.mobile-menu__close {
  display: none;
}

.section {
  padding: var(--stack-lg) var(--page);
}

.section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  max-width: var(--max);
  margin: 0 auto 64px;
}

.section-kicker,
.eyebrow,
.hero__meta,
.work-card__topline,
.work-card dt,
.metadata-list,
.service-card__index {
  color: var(--peach);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.section h2,
.hero h1,
.site-footer h2 {
  margin: 0;
  color: var(--text);
  font-weight: 400;
  line-height: 0.98;
}

.section__header h2 {
  font-size: clamp(38px, 3.8vw, 58px);
}

.section__header p:last-child {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 18px);
}

html:lang(ko) .section__header p:last-child,
html:lang(ja) .section__header p:last-child {
  max-width: 660px;
  line-height: 1.7;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  padding: 160px var(--page) 108px;
  background: var(--bg-deep);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__media img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.16) saturate(0.78) brightness(0.52) contrast(1.12);
  transform: translateY(-4%);
}

.hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(0deg, rgba(13, 13, 15, 0.98) 0%, rgba(13, 13, 15, 0.64) 34%, rgba(13, 13, 15, 0.32) 62%, rgba(13, 13, 15, 0.7) 100%),
    linear-gradient(90deg, rgba(13, 13, 15, 0.86) 0%, rgba(13, 13, 15, 0.28) 58%, rgba(13, 13, 15, 0.54) 100%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
  color: var(--muted);
}

.hero__meta i {
  width: 32px;
  height: 1px;
  background: rgba(184, 179, 170, 0.36);
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(54px, 7.2vw, 104px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-top: 42px;
}

.hero__subtitle {
  max-width: 560px;
  margin: 0;
  color: rgba(246, 242, 234, 0.86);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
}

html:lang(ko) .hero__subtitle,
html:lang(ja) .hero__subtitle {
  max-width: 680px;
  line-height: 1.62;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  white-space: nowrap;
}

.section--surface {
  background:
    linear-gradient(180deg, rgba(246, 242, 234, 0.02), transparent 240px),
    var(--surface);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  max-width: var(--max);
  margin: 0 auto;
}

.service-card {
  position: relative;
  padding: 48px 0 64px;
  border-top: 1px solid var(--line);
  transition: border-color 220ms ease;
}

.service-card::after {
  position: absolute;
  right: -16px;
  top: 48px;
  bottom: 64px;
  width: 1px;
  content: "";
  background: rgba(246, 242, 234, 0.045);
}

.service-card:last-child::after {
  display: none;
}

.service-card:hover {
  border-color: rgba(214, 155, 125, 0.44);
}

.service-card h3 {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--text);
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  line-height: 1;
}

.service-card h3::after {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  content: "";
  background: var(--peach);
}

.service-card__index {
  display: block;
  float: right;
  color: rgba(184, 179, 170, 0.5);
}

.service-card__subtitle {
  margin: 0 0 16px;
  color: var(--text);
  font-size: 15px;
}

.service-card p:not(.service-card__subtitle) {
  max-width: 350px;
  min-height: 96px;
  margin: 0 0 32px;
  color: var(--muted);
}

html:lang(ko) .service-card p:not(.service-card__subtitle),
html:lang(ja) .service-card p:not(.service-card__subtitle) {
  max-width: 100%;
  min-height: 0;
  line-height: 1.72;
}

.service-card span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(184, 179, 170, 0.72);
  font-size: 13px;
}

.service-card span::before {
  width: 22px;
  height: 1px;
  content: "";
  background: rgba(214, 155, 125, 0.48);
}

.section--works {
  overflow: hidden;
  overflow-anchor: none;
}

.section--works .section__header {
  display: grid;
  max-width: min(1040px, var(--max));
  gap: 20px;
  margin-bottom: clamp(40px, 5vw, 70px);
}

.section--works .section__header p:last-child {
  max-width: 720px;
}

.works-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  max-width: min(1040px, var(--max));
  margin: 0 auto;
}

.works-rail:has(.work-card:nth-child(7)) {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  max-width: min(1180px, var(--max));
}

.work-card {
  min-width: 0;
  cursor: default;
}

.work-card:focus-visible {
  outline: 1px solid rgba(214, 155, 125, 0.72);
  outline-offset: 8px;
}

.work-card__visual {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(246, 242, 234, 0.07);
  background: #0a0a0a;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  transition:
    transform 280ms ease,
    border-color 280ms ease,
    filter 280ms ease;
}

.work-card__visual::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.94)),
    radial-gradient(circle at 18% 12%, rgba(246, 242, 234, 0.12), transparent 30%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.work-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) brightness(0.94) contrast(1.03);
  transform: scale(1.01);
  transition:
    filter 280ms ease,
    transform 420ms ease;
}

.work-card__fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18%;
  background:
    linear-gradient(135deg, rgba(246, 242, 234, 0.055), transparent 42%),
    radial-gradient(circle at 76% 24%, rgba(214, 155, 125, 0.18), transparent 24%),
    #0a0a0a;
}

.work-card__fallback img {
  width: min(72%, 168px);
  height: auto;
  opacity: 0.92;
  transition:
    opacity 240ms ease,
    transform 320ms ease;
}

.work-card__fallback span {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: rgba(246, 242, 234, 0.34);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.work-card__body {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  align-content: end;
  gap: 10px;
  padding: clamp(16px, 1.8vw, 22px);
  background: linear-gradient(180deg, transparent 4%, rgba(0, 0, 0, 0.28) 34%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 240ms ease,
    transform 240ms ease;
}

.work-card:hover .work-card__visual,
.work-card:active .work-card__visual,
.work-card:focus .work-card__visual,
.work-card:focus-visible .work-card__visual {
  transform: translateY(-4px);
  border-color: rgba(214, 155, 125, 0.36);
  filter: saturate(1.05);
}

.work-card:hover .work-card__visual::before,
.work-card:active .work-card__visual::before,
.work-card:focus .work-card__visual::before,
.work-card:focus-visible .work-card__visual::before,
.work-card:hover .work-card__body,
.work-card:active .work-card__body,
.work-card:focus .work-card__body,
.work-card:focus-visible .work-card__body {
  opacity: 1;
  transform: translateY(0);
}

.work-card:hover .work-card__image,
.work-card:active .work-card__image,
.work-card:focus .work-card__image,
.work-card:focus-visible .work-card__image {
  filter: saturate(0.9) brightness(0.72) contrast(1.06);
  transform: scale(1.045);
}

.work-card:hover .work-card__fallback img,
.work-card:active .work-card__fallback img,
.work-card:focus .work-card__fallback img,
.work-card:focus-visible .work-card__fallback img {
  opacity: 0.16;
  transform: scale(0.96);
}

.work-card__body > span {
  color: var(--peach);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.72);
}

.work-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.02;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.86);
}

html:lang(ko) .work-card h3,
html:lang(ja) .work-card h3 {
  line-height: 1.12;
}

.work-card dl {
  display: grid;
  gap: 7px;
  margin: 2px 0 0;
}

.work-card dl div {
  display: grid;
  gap: 1px;
}

.work-card dt {
  color: rgba(246, 242, 234, 0.46);
  font-size: 10px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.72);
}

.work-card dd {
  margin: 0;
  color: rgba(246, 242, 234, 0.82);
  font-size: 12px;
  line-height: 1.28;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.72);
}

.works-rail:has(.work-card:nth-child(7)) .work-card__body {
  gap: 7px;
  padding: clamp(12px, 1.15vw, 16px);
}

.works-rail:has(.work-card:nth-child(7)) .work-card__body > span {
  font-size: 10px;
}

.works-rail:has(.work-card:nth-child(7)) .work-card h3 {
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.05;
}

.works-rail:has(.work-card:nth-child(7)) .work-card dl {
  gap: 5px;
}

.works-rail:has(.work-card:nth-child(7)) .work-card dd {
  font-size: 11px;
}

.section--studio {
  overflow-anchor: none;
  background: var(--surface);
}

.studio-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}

.studio-portrait {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 20%, rgba(214, 155, 125, 0.14), transparent 20%),
    linear-gradient(145deg, rgba(246, 242, 234, 0.07), transparent 38%),
    linear-gradient(0deg, rgba(214, 155, 125, 0.08), transparent 48%),
    #080808;
}

.studio-portrait::before {
  position: absolute;
  inset: 28px;
  z-index: 2;
  content: "";
  border: 1px solid rgba(246, 242, 234, 0.09);
}

.studio-portrait__logo {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 3;
  width: min(280px, 60%);
  opacity: 0.72;
}

.studio-portrait__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) brightness(0.9) contrast(1.04);
}

.studio-portrait--image::after {
  content: "";
  display: none;
}

.studio-portrait--image::before {
  display: none;
}

.timecode {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 3;
  color: var(--text);
  font-size: clamp(54px, 7vw, 104px);
  font-weight: 300;
  line-height: 1;
}

.portrait-lines {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 3;
  display: grid;
  width: 120px;
  gap: 10px;
}

.portrait-lines span {
  height: 1px;
  background: rgba(246, 242, 234, 0.22);
}

.colon-stack {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 3;
  display: grid;
  gap: 10px;
}

.colon-stack i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--peach);
}

.studio-copy h2,
.about-copy h2,
.contact-intro h2 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 0.98;
}

.studio-copy__subheading {
  margin: 20px 0 32px;
  color: var(--peach);
  font-size: 14px;
  text-transform: uppercase;
}

.studio-copy p:not(.section-kicker, .studio-copy__subheading),
.about-copy p,
.contact-intro p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
}

html:lang(ko) .studio-copy p:not(.section-kicker, .studio-copy__subheading),
html:lang(ko) .about-copy p,
html:lang(ko) .contact-intro p,
html:lang(ja) .studio-copy p:not(.section-kicker, .studio-copy__subheading),
html:lang(ja) .about-copy p,
html:lang(ja) .contact-intro p {
  max-width: 720px;
  line-height: 1.72;
}

.studio-copy strong {
  display: block;
  margin-top: 42px;
  color: var(--text);
  font-size: clamp(26px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.metadata-list {
  display: grid;
  gap: 14px;
  padding: 42px 0 0;
  margin: 44px 0 0;
  color: var(--muted-soft);
  list-style: none;
  border-top: 1px solid var(--line);
}

.metadata-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.metadata-list li::before {
  width: 20px;
  height: 1px;
  content: "";
  background: rgba(214, 155, 125, 0.5);
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2.3vw, 32px);
  max-width: var(--max);
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.process-step {
  min-width: 0;
  text-align: center;
}

.process-step span {
  display: grid;
  width: clamp(54px, 5vw, 64px);
  height: clamp(54px, 5vw, 64px);
  margin: 0 auto 24px;
  place-items: center;
  color: var(--muted-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.34);
}

.process-step:last-child span {
  color: var(--peach);
  border-color: var(--peach);
}

.process-step h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.process-step p {
  max-width: 210px;
  margin: 0;
  margin-inline: auto;
  color: rgba(184, 179, 170, 0.55);
  font-size: 13px;
  line-height: 1.5;
}

html:lang(ko) .process-timeline,
html:lang(ja) .process-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 48px;
}

html:lang(ko) .process-step,
html:lang(ja) .process-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px 20px;
  padding: 24px 0 0;
  text-align: left;
  border-top: 1px solid var(--line);
}

html:lang(ko) .process-step span,
html:lang(ja) .process-step span {
  grid-row: span 2;
  margin: 0;
}

html:lang(ko) .process-step p,
html:lang(ja) .process-step p {
  max-width: 360px;
  line-height: 1.65;
}

.section--about {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  color: var(--ink);
  background: var(--paper);
}

.about-lockup {
  display: grid;
  min-height: 300px;
  padding: clamp(18px, 2vw, 28px);
  place-items: center;
  border: 1px solid rgba(13, 13, 15, 0.14);
  background: rgba(246, 242, 234, 0.52);
}

.about-lockup img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.section--about .section-kicker,
.section--contact .section-kicker {
  color: var(--copper);
}

.about-copy h2 {
  color: var(--ink);
}

.about-copy p {
  color: rgba(13, 13, 15, 0.72);
}

.about-copy p + p {
  margin-top: 24px;
}

.section--answers {
  background:
    linear-gradient(180deg, rgba(246, 242, 234, 0.018), transparent 240px),
    var(--bg);
}

.section--answers .section__header {
  display: grid;
  max-width: min(1020px, var(--max));
  gap: 20px;
  margin-bottom: clamp(40px, 5vw, 68px);
}

.answer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(36px, 6vw, 84px);
  max-width: min(1180px, var(--max));
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.answer-item {
  min-width: 0;
  padding: clamp(28px, 4vw, 42px) 0;
  border-bottom: 1px solid var(--line);
}

.answer-item h3 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 400;
  line-height: 1.18;
}

.answer-item p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

html:lang(ko) .answer-item p,
html:lang(ja) .answer-item p {
  max-width: 100%;
  line-height: 1.76;
}

.section--contact {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 96px);
  background:
    linear-gradient(180deg, rgba(246, 242, 234, 0.018), transparent 260px),
    var(--surface);
}

.contact-intro h2 {
  color: var(--text);
}

.inquiry-form {
  align-self: start;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px 36px;
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.inquiry-form label {
  display: grid;
  gap: 14px;
  color: rgba(184, 179, 170, 0.52);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.inquiry-form label small {
  margin-left: 8px;
  color: rgba(184, 179, 170, 0.36);
  font-size: 10px;
  font-weight: 500;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 0 18px;
  color: var(--text);
  border: 0;
  border-bottom: 1px solid rgba(246, 242, 234, 0.1);
  border-radius: 0;
  background: transparent;
}

.inquiry-form textarea {
  min-height: 110px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--peach);
  outline: 0;
}

.form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
}

.submit-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 34px;
  color: var(--ink);
  border: 0;
  background: var(--paper);
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: var(--muted-soft);
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 0.65fr 0.65fr;
  gap: 40px;
  padding: 88px var(--page) 34px;
  border-top: 1px solid var(--line);
  background: #0a0a0a;
}

.site-footer__brand {
  width: 96px;
}

.site-footer h2 {
  font-size: 24px;
}

.site-footer p {
  max-width: 360px;
  margin: 12px 0 0;
  color: var(--muted-soft);
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 14px;
  color: var(--muted-soft);
  font-size: 13px;
  text-transform: uppercase;
}

.site-footer__legal {
  grid-column: 1 / -1;
  padding-top: 28px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  color: rgba(184, 179, 170, 0.34);
  font-size: 12px;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: none;
}

.redirect-page {
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  place-items: center;
  background: var(--bg);
}

.redirect-page main {
  width: min(420px, calc(100% - 48px));
  text-align: center;
}

.redirect-page p {
  color: var(--muted);
}

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

@media (max-width: 1180px) {
  .works-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .works-rail:has(.work-card:nth-child(7)) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .primary-nav,
  .header-actions {
    display: none;
  }

  .brand-mark {
    width: 82px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    color: var(--text);
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }

  .menu-toggle i {
    display: block;
    width: 24px;
    height: 10px;
    border-top: 1px solid var(--text);
    border-bottom: 1px solid var(--text);
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    background: rgba(8, 8, 8, 0.9);
    backdrop-filter: blur(18px);
  }

  .mobile-menu[hidden] {
    display: none;
  }

  .mobile-menu__inner {
    display: grid;
    align-content: start;
    gap: 44px;
    min-height: 100%;
    padding: 24px var(--page) 40px;
    background: var(--surface);
  }

  .mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu__top img {
    width: 82px;
  }

  .mobile-menu__close {
    display: inline-flex;
    padding: 0;
    color: var(--muted);
    border: 0;
    background: transparent;
  }

  .mobile-menu__nav {
    display: grid;
    gap: 16px;
  }

  .mobile-menu__nav a {
    color: var(--text);
    font-size: clamp(44px, 14vw, 72px);
    line-height: 1;
  }

  .language-switcher--mobile {
    font-size: 15px;
  }

  .hero {
    min-height: 92vh;
    min-height: 92svh;
    padding-top: 128px;
    padding-bottom: 76px;
  }

  .hero__bottom,
  .section__header,
  .studio-layout,
  .section--about,
  .section--contact,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero__bottom {
    display: grid;
    gap: 28px;
  }

  .service-grid,
  .answer-grid,
  .process-timeline,
  .form-grid {
    grid-template-columns: 1fr;
  }

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

  .works-rail:has(.work-card:nth-child(7)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-card::after {
    display: none;
  }

  .service-card p:not(.service-card__subtitle) {
    min-height: 0;
  }

  .process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .process-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    min-height: 172px;
    padding: 24px;
    text-align: left;
    border: 1px solid var(--line);
    background:
      linear-gradient(135deg, rgba(246, 242, 234, 0.035), transparent 46%),
      rgba(246, 242, 234, 0.012);
  }

  .process-step span {
    width: 52px;
    height: 52px;
    margin: 0;
    font-size: 12px;
  }

  .process-step h3 {
    margin-top: 2px;
    font-size: 15px;
  }

  .process-step p {
    grid-column: 2;
    max-width: none;
    margin-inline: 0;
    color: rgba(184, 179, 170, 0.68);
    font-size: 14px;
    line-height: 1.55;
  }

  .form-grid__wide,
  .site-footer__legal {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  :root {
    --page: 24px;
  }

  .site-header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .hero h1 {
    font-size: clamp(46px, 13vw, 66px);
  }

  .hero__meta {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .hero__actions {
    display: grid;
    gap: 6px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section__header {
    display: grid;
    gap: 18px;
    margin-bottom: 44px;
  }

  .service-card {
    padding: 34px 0 46px;
  }

  .section--works {
    padding-right: 0;
  }

  .section--works .section__header {
    padding-right: var(--page);
  }

  .works-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 76vw);
    grid-template-columns: none;
    gap: 16px;
    max-width: none;
    margin: 0;
    padding: 0 var(--page) 18px 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    scroll-padding-left: 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .works-rail:has(.work-card:nth-child(7)) {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-columns: minmax(152px, 42vw);
    gap: 14px;
  }

  .works-rail::-webkit-scrollbar {
    display: none;
  }

  .work-card {
    scroll-snap-align: start;
  }

  .work-card__visual {
    aspect-ratio: 1 / 1;
  }

  .work-card__body {
    padding: 16px;
  }

  .works-rail:has(.work-card:nth-child(7)) .work-card__body {
    padding: 13px;
  }

  .work-card h3 {
    font-size: 21px;
  }

  .works-rail:has(.work-card:nth-child(7)) .work-card h3 {
    font-size: clamp(16px, 4.8vw, 20px);
  }

  .work-card dl {
    display: none;
  }

  .reveal {
    transform: none;
    transition: opacity 260ms ease;
  }

  .studio-layout,
  .studio-portrait,
  .process-timeline,
  .section--about,
  .section--contact {
    overflow-anchor: none;
  }

  .process-timeline {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--line);
  }

  html:lang(ko) .process-timeline,
  html:lang(ja) .process-timeline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .process-timeline::before {
    display: none;
  }

  .process-step {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px 16px;
    min-height: 0;
    padding: 18px 0 20px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
  }

  html:lang(ko) .process-step,
  html:lang(ja) .process-step {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px 16px;
    min-height: 0;
    padding: 18px 0 20px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  html:lang(ko) .process-step:last-child,
  html:lang(ja) .process-step:last-child {
    border-bottom: 0;
  }

  .process-step span {
    width: auto;
    height: auto;
    margin-top: 2px;
    place-items: start;
    color: var(--peach);
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1.2;
  }

  html:lang(ko) .process-step span,
  html:lang(ja) .process-step span {
    grid-row: auto;
    width: auto;
    height: auto;
    margin: 2px 0 0;
    place-items: start;
    color: var(--peach);
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1.2;
  }

  .process-step:last-child span {
    color: var(--peach);
    background: transparent;
  }

  .process-step h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.1;
  }

  html:lang(ko) .process-step h3,
  html:lang(ja) .process-step h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.18;
  }

  .process-step p {
    grid-column: 2;
    max-width: none;
    margin: 0;
    color: rgba(184, 179, 170, 0.72);
    font-size: 14px;
    line-height: 1.55;
  }

  html:lang(ko) .process-step p,
  html:lang(ja) .process-step p {
    grid-column: 2;
    max-width: none;
    margin: 0;
    color: rgba(184, 179, 170, 0.72);
    font-size: 14px;
    line-height: 1.62;
  }

  .studio-portrait {
    aspect-ratio: 4 / 5;
  }

  .about-lockup {
    min-height: 180px;
  }

  .submit-button {
    width: 100%;
    justify-content: center;
  }
}
