/* =========================================================
   ANIMO — brand site
   1 tokens · 2 reset · 3 type · 4 header · 5 hero
   6 statement · 7 index · 8 object · 9 campaign
   10 status · 11 contact · 12 sub pages · 13 footer
   14 motion · 15 responsive
   ========================================================= */

/* ---------- 1 tokens ---------- */

:root {
  color-scheme: light;

  /* 따뜻한 중성색 — 크림 더스트백·오렌지 가죽과 같은 계열로 묶는다 */
  --ink: #0e1116;
  --ink-2: #171c23;
  --paper: #ffffff;
  --surface: #f6f5f2;
  --line: #e3e0d9;
  --line-soft: #efedE8;
  --muted: #565c63;
  --faint: #6b7076; /* 흰 배경 4.9:1 */
  --white: #ffffff;
  --orange: #c04a10;
  --gold: #9c7838;
  --gold-dark-bg: #c9a26a;

  --maxw: 1240px;
  --pad-x: clamp(20px, 5vw, 72px);
  --pad-y: clamp(64px, 8vw, 132px);

  /* 라틴은 Bodoni Moda, 한글은 고운바탕(명조). 한글 글리프가 없는 Bodoni를
     앞에 두면 글자별로 자동 폴백된다. */
  --display: "Bodoni Moda", "Gowun Batang", "Iowan Old Style", "Palatino Linotype", Palatino,
    Georgia, serif;
  --sans: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic",
    -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  /* 반달 마크 — 마스크용. 헤더·푸터의 인라인 SVG와 같은 패스 */
  --crescent: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path fill='%23000' d='M16 3 A13 13 0 1 0 16 29 A17 17 0 0 1 16 3 Z' transform='rotate(-18 16 16)'/></svg>");

  /* 필름 그레인 — AI 렌더의 균질한 매끈함을 눌러 준다 */
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='3' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='0.5'/></svg>");
}

/* ---------- 2 reset ---------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15.5px;
  line-height: 1.78;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.is-locked {
  overflow: hidden;
}

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

/* width/height 속성은 프레젠테이션 힌트로 남아 aspect-ratio를 덮는다.
   CLS 예방용으로 속성은 유지하고, 높이는 CSS가 계산하게 풀어 준다. */
img {
  height: auto;
}

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

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

button {
  cursor: pointer;
}

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

:where(a, button, input, [tabindex]):focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
  border-radius: 1px;
}

.on-dark :where(a, button, input):focus-visible,
.hero :where(a, button):focus-visible {
  outline-color: var(--white);
}

:target,
section[id] {
  scroll-margin-top: 92px;
}

#main:focus {
  outline: none;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 60;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  transition: top 140ms var(--ease);
}

.skip-link:focus-visible {
  top: 12px;
  outline-color: var(--white);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.wrap {
  max-width: var(--maxw);
  margin-inline: auto;
}

/* ---------- 3 type ---------- */

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  word-break: keep-all;
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: -0.018em;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(36px, 5.4vw, 78px);
  line-height: 1.14;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3.1vw, 46px);
  line-height: 1.22;
}

h3 {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(19px, 1.6vw, 24px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.012em;
}

p {
  text-wrap: pretty;
}

.label {
  margin: 0 0 18px;
  color: var(--faint);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lede {
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.82;
}

.rule {
  width: 54px;
  height: 1px;
  margin: 0 0 26px;
  background: var(--gold);
  border: 0;
}

/* ---------- buttons ---------- */

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--ink);
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 180ms var(--ease), color 180ms var(--ease),
    border-color 180ms var(--ease), transform 180ms var(--ease);
}

.button:active {
  transform: translateY(1px);
}

.button-primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.button-primary:hover {
  background: var(--orange);
  border-color: var(--orange);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
}

.button-ghost:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 180ms var(--ease), gap 180ms var(--ease), color 180ms var(--ease);
}

.text-link::after {
  content: "→";
  font-size: 12px;
}

.text-link:hover {
  border-color: var(--ink);
  gap: 14px;
}

/* ---------- media (그레인 + 그레이딩) ---------- */

.media {
  position: relative;
  overflow: hidden;
  background: var(--surface);
  isolation: isolate;
}

.media img {
  filter: saturate(0.93) contrast(1.05);
}

.media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: var(--grain);
  background-size: 160px 160px;
  opacity: 0.16;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.caption {
  margin: 12px 0 0;
  color: var(--faint);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---------- 4 header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px var(--pad-x);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease),
    padding 220ms var(--ease);
}

.site-header.is-scrolled {
  padding-block: 11px;
  border-bottom-color: var(--line);
  box-shadow: 0 1px 22px rgba(14, 17, 22, 0.05);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-block: 4px; /* 링크 목표 크기 24px 확보 */
}

.brand svg {
  width: 19px;
  height: 19px;
  flex: none;
  color: var(--ink);
}

.brand b {
  display: block;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
}

.nav-links {
  display: flex;
  gap: clamp(20px, 2.6vw, 38px);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links a {
  position: relative;
  padding-block: 5px;
  transition: color 180ms var(--ease);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms var(--ease);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-right: -12px;
  padding: 0;
  border: 0;
  background: transparent;
  place-items: center;
}

.nav-toggle-bars,
.nav-toggle-bars::before,
.nav-toggle-bars::after {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 240ms var(--ease), opacity 160ms var(--ease);
}

.nav-toggle-bars::before,
.nav-toggle-bars::after {
  content: "";
  position: absolute;
}

.nav-toggle-bars::before {
  transform: translateY(-7px);
}

.nav-toggle-bars::after {
  transform: translateY(7px);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before {
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 39;
  display: grid;
  align-content: center;
  padding: 92px var(--pad-x) var(--pad-y);
  background: var(--paper);
  animation: menu-in 240ms var(--ease);
}

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

.mobile-menu a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
  font-family: var(--display);
  font-size: 30px;
  letter-spacing: -0.015em;
}

.mobile-menu a[aria-current="page"] {
  color: var(--orange);
}

.mobile-menu-note {
  margin: 30px 0 0;
  color: var(--faint);
  font-size: 12px;
  letter-spacing: 0.06em;
}

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

/* ---------- 5 hero ---------- */

/* 히어로는 사진이 아니라 활자가 든다. 제품 사진은 액자에 끼운 판(plate)으로
   작게 들어가므로, 렌더 시안이 첫 화면 전체를 책임지지 않는다. */
.hero {
  position: relative;
  display: grid;
  align-content: center;
  min-height: min(88svh, 820px);
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: var(--grain);
  background-size: 160px 160px;
  opacity: 0.2;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* 브랜드 마크를 배경 워터마크로 한 번 크게 */
.hero-mark {
  position: absolute;
  z-index: 0;
  right: -8vw;
  bottom: -14vh;
  width: min(62vh, 560px);
  height: auto;
  color: var(--white);
  opacity: 0.055;
  pointer-events: none;
}

/* 아래 섹션들의 .wrap 과 왼쪽 정렬을 맞춘다 (maxw + 좌우 패딩) */
.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  width: 100%;
  max-width: calc(var(--maxw) + 2 * var(--pad-x));
  margin-inline: auto;
  padding: clamp(84px, 11vw, 132px) var(--pad-x) clamp(40px, 5vw, 56px);
}

/* 활동 카드 — 다음 현장 활동의 상태를 적는 정보 카드.
   제품 사진 대신 여기가 히어로의 오른쪽을 든다. */
.hero-card {
  width: clamp(260px, 30vw, 380px);
  padding: clamp(22px, 2.4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.hero-card > p {
  margin: 0 0 18px;
  color: var(--gold-dark-bg);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-card .when {
  display: block;
  margin: 0 0 20px;
  font-family: var(--display);
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.1;
  color: var(--white);
}

.hero-card dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13.5px;
}

.hero-card dt {
  color: rgba(255, 255, 255, 0.58);
}

.hero-card dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  text-align: right;
}

.hero-figure {
  margin: 0;
  width: clamp(240px, 27vw, 366px);
}

.hero-figure .media {
  background: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-figure .media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-figure figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: min(100%, 34rem);
}

/* 잉크 배경 위에서는 채움/외곽선을 뒤집는다 */
.hero .button-primary {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.hero .button-primary:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.hero-copy .label {
  color: rgba(255, 255, 255, 0.72);
}

.hero-copy h1 {
  max-width: 17ch;
  margin-bottom: 22px;
  text-shadow: 0 1px 40px rgba(0, 0, 0, 0.4);
}

.hero-sub {
  max-width: 44ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15.5px, 1.25vw, 17px);
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-meta {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  width: 100%;
  max-width: calc(var(--maxw) + 2 * var(--pad-x));
  margin: 0 auto;
  padding: 0 var(--pad-x) 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-meta span + span::before {
  content: "·";
  margin-right: 20px;
}

/* ---------- 6 statement ---------- */

.band {
  padding: var(--pad-y) var(--pad-x);
}

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

.statement .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
}

.statement h2 {
  max-width: 20ch;
  margin-bottom: 0;
}

.statement-support {
  display: grid;
  gap: 18px;
  padding-top: 8px;
  color: var(--muted);
  font-size: clamp(15.5px, 1.25vw, 17px);
  line-height: 1.85;
}

.statement-support p {
  margin: 0;
}

/* ---------- 7 season index ---------- */

.season {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 20px 48px;
  margin-bottom: clamp(34px, 4.6vw, 64px);
}

.section-head h2 {
  max-width: 24ch;
  margin-bottom: 0;
}

.index-list {
  border-top: 1px solid var(--line);
}

.index-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(16px, 3vw, 48px);
  align-items: baseline;
  padding: clamp(26px, 3vw, 40px) 0;
  border-bottom: 1px solid var(--line);
}

.index-row > span {
  font-family: var(--display);
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--orange);
}

.index-row h3 {
  margin: 0;
}

.index-row p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.8;
}

/* ---------- 8 object ---------- */

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

.object .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: center;
}

/* 홈에서는 제품이 주인공이 아니라 활동의 재원이다. 판(plate)을 작게 쓴다. */
.object .wrap:has(.object-plate) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 340px);
  align-items: end;
}

.object-plate {
  margin: 0;
}

.object-plate .media img {
  aspect-ratio: 4 / 5;
}

.object .media {
  border: 1px solid var(--line);
}

.object .media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 900ms var(--ease);
}

.object .media:hover img {
  transform: scale(1.025);
}

.spec {
  display: grid;
  margin: 30px 0 26px;
  border-top: 1px solid var(--line);
}

.spec div {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.spec dt {
  color: var(--faint);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 2;
}

.spec dd {
  margin: 0;
  font-size: 15px;
}

.object-note {
  max-width: 42ch;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.82;
}

/* ---------- 9 campaign ---------- */

.campaign {
  background: var(--ink);
  color: var(--white);
}

.campaign .wrap {
  display: grid;
  grid-template-columns: minmax(0, 445px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
}

.campaign .media {
  background: var(--ink-2);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.campaign .media img {
  width: 100%;
  aspect-ratio: 890 / 1334;
  object-fit: cover;
}

.campaign .label {
  color: var(--gold-dark-bg);
}

.campaign h2 {
  max-width: 18ch;
}

.campaign-copy p {
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15.5px, 1.25vw, 17px);
  line-height: 1.85;
}

.campaign .caption {
  color: rgba(255, 255, 255, 0.55);
}

.disclosure {
  display: flex;
  gap: 12px;
  max-width: 44ch;
  margin: 34px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 12.5px !important;
  line-height: 1.72 !important;
}

.disclosure::before {
  content: "AI";
  flex: none;
  align-self: start;
  padding: 2px 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* ---------- 9.5 pledge (잉크 배경 위 인덱스 리스트) ---------- */

.pledge {
  background: var(--ink);
  color: var(--white);
}

.pledge .label {
  color: var(--gold-dark-bg);
}

.pledge .index-list {
  border-top-color: rgba(255, 255, 255, 0.18);
}

.pledge .index-row {
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.pledge .index-row > span {
  color: var(--gold-dark-bg);
}

.pledge .index-row p {
  color: rgba(255, 255, 255, 0.8);
}

/* ---------- 10 status ---------- */

.status {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

/* 분기 활동 그리드 — 언제 무엇을 하러 가는지 */
.quarter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(28px, 3.4vw, 44px);
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quarter {
  padding: clamp(22px, 2.4vw, 30px) clamp(18px, 2vw, 26px);
  background: var(--paper);
}

.quarter h3 {
  margin-bottom: 14px;
  font-family: var(--display);
  font-size: clamp(19px, 1.7vw, 24px);
}

.quarter-state {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--faint);
}

.quarter-state::before {
  content: "";
  flex: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1.4px solid currentColor;
}

.quarter[data-state="wip"] .quarter-state {
  color: var(--orange);
}

.quarter[data-state="wip"] .quarter-state::before {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 0;
  background: currentColor;
  -webkit-mask-image: var(--crescent);
  mask-image: var(--crescent);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.quarter dl {
  margin: 0;
  border-top: 1px solid var(--line-soft);
}

.quarter dl > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 13px;
}

.quarter dt {
  color: var(--faint);
}

.quarter dd {
  margin: 0;
  text-align: right;
  color: var(--ink);
}

/* 활동 기록이 비어 있는 상태 — 준비 현황 그리드보다 먼저 온다 */
.status .archive-empty {
  margin-bottom: clamp(30px, 4vw, 46px);
  border-top: 0;
  padding-top: 0;
}

.status .archive-empty p {
  max-width: 58ch;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.82;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.status-col {
  padding: clamp(24px, 2.6vw, 34px) clamp(20px, 2.2vw, 30px);
  background: var(--paper);
}

.status-col h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--faint);
}

/* 상태를 달의 위상으로 읽는다 — 확정=보름, 진행 중=반달, 미정=빈 달 */
.status-col h3::before {
  content: "";
  flex: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}

.status-col[data-state="wip"] h3::before {
  width: 11px;
  height: 11px;
  border-radius: 0;
  -webkit-mask-image: var(--crescent);
  mask-image: var(--crescent);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.status-col[data-state="todo"] h3::before {
  background: transparent;
  border: 1.4px solid currentColor;
}

.status-col[data-state="done"] h3 {
  color: var(--ink);
}

.status-col[data-state="wip"] h3 {
  color: var(--orange);
}

.status-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
  font-size: 15px;
  color: var(--muted);
}

.status-note {
  max-width: 52ch;
  margin: clamp(26px, 3vw, 38px) 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.6;
}

/* ---------- 11 contact ---------- */

.contact .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
}

.contact h2 {
  max-width: 16ch;
}

.contact-copy p {
  max-width: 40ch;
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.82;
}

.contact-form {
  display: grid;
  gap: 14px;
  max-width: 470px;
  padding-top: 6px;
}

.field-row {
  display: flex;
  gap: 10px;
}

.contact-form input {
  flex: 1 1 auto;
  min-width: 0;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--paper);
  font-size: 15.5px;
  outline: none;
  transition: border-color 180ms var(--ease);
}

.contact-form input::placeholder {
  color: #9aa0a6;
}

.contact-form input:hover {
  border-color: #c8c4bb;
}

.contact-form input:focus-visible {
  border-color: var(--ink);
  outline: 1px solid var(--ink);
  outline-offset: 0;
}

.contact-form input[aria-invalid="true"] {
  border-color: var(--orange);
}

.contact-form .button {
  flex: none;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--faint);
  font-size: 13px;
  line-height: 1.7;
}

.form-note a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-note.is-active {
  padding-left: 13px;
  border-left: 2px solid var(--orange);
  color: var(--muted);
}

/* ---------- 12 sub pages ---------- */

.page-hero {
  padding: clamp(64px, 7.5vw, 116px) var(--pad-x) clamp(48px, 6vw, 84px);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.page-hero h1 {
  max-width: 17ch;
  font-size: clamp(34px, 4.6vw, 66px);
}

.page-hero-sub {
  max-width: 52ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.82;
}

.season-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 32px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.season-status strong {
  color: var(--orange);
  font-weight: 700;
}

.criteria {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.criteria article {
  padding: clamp(24px, 2.6vw, 34px) clamp(20px, 2.2vw, 28px);
  background: var(--paper);
}

.criteria span {
  display: block;
  margin-bottom: 16px;
  color: var(--orange);
  font-family: var(--display);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.criteria p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.78;
}

.subscription {
  background: var(--ink);
  color: var(--white);
}

.subscription .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: start;
}

.subscription .label {
  color: var(--gold-dark-bg);
}

.subscription p {
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15.5px, 1.25vw, 17px);
  line-height: 1.85;
}

.detail-list {
  display: grid;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.detail-list li {
  position: relative;
  padding: 14px 0 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 15px;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 9px;
  height: 1px;
  background: var(--gold-dark-bg);
}

.subscription-note {
  margin: 24px 0 26px !important;
  color: var(--gold-dark-bg) !important;
  font-size: 13.5px !important;
}

.subscription .button-primary {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.subscription .button-primary:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.archive-empty {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15.5px;
}

.archive-empty p {
  margin: 0;
}

.notfound {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 60svh;
  padding: var(--pad-y) var(--pad-x);
}

.notfound p {
  max-width: 42ch;
  color: var(--muted);
}

.notfound-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

/* ---------- 13 footer ---------- */

.site-footer {
  padding: clamp(48px, 6vw, 76px) var(--pad-x) 32px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px 48px;
}

.footer-brand {
  max-width: 46ch;
}

.footer-brand .brand {
  margin-bottom: 16px;
}

.footer-gloss {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.footer-gloss em {
  font-family: var(--display);
  font-style: normal;
  letter-spacing: 0.1em;
}

.footer-contact {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.4;
  transition: border-color 180ms var(--ease);
}

.footer-contact:hover {
  border-color: var(--ink);
}

.footer-nav {
  display: grid;
  gap: 11px;
  align-content: start;
  font-size: 13px;
}

.footer-nav strong {
  color: var(--faint);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-nav a {
  padding-block: 3px;
  color: var(--muted);
  transition: color 180ms var(--ease);
}

.footer-nav a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: grid;
  gap: 8px;
  margin-top: clamp(36px, 4.5vw, 56px);
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
  color: var(--faint);
  font-size: 12px;
  line-height: 1.72;
}

/* ---------- 14 motion ---------- */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ---------- 15 responsive ---------- */

@media (max-width: 1080px) {
  .criteria,
  .quarter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .index-row {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .index-row p {
    grid-column: 2;
  }

  .campaign .wrap {
    grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  }
}

@media (max-width: 860px) {
  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: grid;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-figure {
    width: min(76vw, 330px);
  }

  .hero-card {
    width: 100%;
    max-width: 420px;
  }

  .quarter-grid {
    grid-template-columns: 1fr;
  }

  .hero-mark {
    right: -18vw;
    bottom: -8vh;
    width: min(70vw, 380px);
    opacity: 0.05;
  }

  .hero-copy {
    max-width: none;
  }

  .statement .wrap,
  .object .wrap,
  .campaign .wrap,
  .contact .wrap,
  .subscription .wrap {
    grid-template-columns: 1fr;
  }

  .campaign .media {
    max-width: 445px;
  }

  .status-grid {
    grid-template-columns: 1fr;
  }

  .criteria {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .notfound-actions .button {
    flex: 1 1 auto;
  }
}

@media (max-width: 560px) {
  .index-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .index-row > span {
    font-size: 13px;
  }

  .spec div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .spec dt {
    line-height: 1.6;
  }

  .field-row {
    flex-direction: column;
  }

  .contact-form .button {
    width: 100%;
  }

  .mobile-menu a {
    font-size: 26px;
  }
}

@media print {
  .site-header,
  .mobile-menu,
  .hero-actions,
  .contact-form,
  .skip-link {
    display: none !important;
  }

  body {
    color: #000;
  }
}
