/* V2 — 갤러리스트의 노트 (대표 메인) · 비대칭, Curator Note spine, 편지 톤 */

.v2 .section { padding-block: clamp(78px, 9vw, 104px); }

/* 편지 톤 — 섹션 헤드 좌측 정렬 */
.block-head { display: flex; flex-direction: column; gap: 14px; max-width: 600px; }
.block-title { font-size: clamp(26px, 4vw, 40px); }
.block-sub { margin-top: 2px; }

/* ── Curator Note 카드 (spine 컴포넌트) ───────────── */
.note-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,.05);
}
.note-band { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--primary); }
.note-inner { padding: 30px 30px 32px; }
.note-label {
  font-family: var(--ff-display);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--primary);
}
.note-lines { margin-top: 18px; display: flex; flex-direction: column; gap: 13px; }
.note-lines > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; }
.note-lines dt {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 14px;
  color: var(--primary);
  padding-top: 1px;
}
.note-lines dd { font-size: 14px; color: var(--fg); line-height: 1.62; }
.note-lines dd em { font-style: normal; font-weight: 700; }
.note-ai {
  display: block; margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12px; color: var(--muted-fg);
}
.note-foot {
  display: block; margin-top: 16px; padding-top: 15px;
  border-top: 1px solid var(--line);
  font-size: 13px; color: var(--muted-fg); line-height: 1.6;
}

/* ── 1 · HERO ─────────────────────────────────────── */
.hero { border-bottom: 1px solid var(--line); }
.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
  padding-block: clamp(64px, 8vw, 104px);
}
.hero-tagline {
  margin-top: 20px;
  font-size: clamp(40px, 6vw, 62px);
  font-weight: 500;
}
.hero-body {
  margin-top: 22px;
  font-size: 16px;
  color: var(--muted-fg);
  line-height: 1.78;
  max-width: 40ch;
}
.hero-act { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-hint {
  margin-top: 26px; padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 13px; color: var(--muted-fg); line-height: 1.7;
  max-width: 42ch;
}

/* hero note card */
.hero-note { transform: translateY(8px); }
.note-scene { margin-top: 16px; position: relative; }
.note-scene img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.note-scene figcaption {
  position: absolute; left: 10px; bottom: 10px;
  background: rgba(255,255,255,.92);
  font-size: 11px; color: var(--fg);
  padding: 3px 9px; border-radius: 9999px;
}
.note-piece { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; gap: 16px; align-items: center; }
.note-piece .framed { width: 96px; flex-shrink: 0; padding: 6px; }
.note-piece-cap { font-size: 13px; color: var(--muted-fg); }
.note-piece-cap em { font-style: normal; font-weight: 700; color: var(--fg); }

/* hero reveal stagger */
.hero-text .reveal:nth-child(1) { transition-delay: .05s; }
.hero-text .reveal:nth-child(2) { transition-delay: .13s; }
.hero-text .reveal:nth-child(3) { transition-delay: .22s; }
.hero-text .reveal:nth-child(4) { transition-delay: .31s; }
.hero-text .reveal:nth-child(5) { transition-delay: .4s; }
.hero-note { transition-delay: .26s; }

/* ── 2 · 약속 ─────────────────────────────────────── */
.promise-list { margin-top: 44px; display: flex; flex-direction: column; }
.promise-item {
  display: grid; grid-template-columns: 64px 1fr; gap: 24px;
  padding: 28px 0;
  border-top: 1px solid var(--border);
}
.promise-item:last-child { border-bottom: 1px solid var(--border); }
.promise-no { font-size: 30px; color: var(--primary); font-style: italic; }
.promise-item h3 { font-size: 20px; font-weight: 700; }
.promise-item p { margin-top: 8px; font-size: 15px; color: var(--muted-fg); line-height: 1.72; max-width: 46ch; }

/* ── 3 · 장면 ─────────────────────────────────────── */
.scene-row {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1.06fr 1fr;
  gap: 22px;
  align-items: center;
}
.scene-step { display: flex; flex-direction: column; }
.scene-tag {
  align-self: flex-start;
  font-family: var(--ff-display);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted-fg);
  margin-bottom: 10px;
}
.scene-step img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--border); }
.scene-step figcaption { margin-top: 12px; font-size: 13px; color: var(--muted-fg); line-height: 1.66; }
.scene-note { align-self: stretch; display: flex; }
.scene-note .note-inner { display: flex; flex-direction: column; justify-content: center; }

/* ── 4 · 무드 ─────────────────────────────────────── */
.moods-note { margin-top: 40px; max-width: 620px; }
.mood-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 32px;
}
.mood { display: grid; grid-template-columns: 132px 1fr; gap: 22px; align-items: center; }
.mood .framed { padding: 8px; }
.mood-text h3 { font-size: 18px; font-weight: 700; }
.mood-text p { margin-top: 7px; font-size: 14px; color: var(--muted-fg); line-height: 1.66; }

/* ── 5 · 세 걸음 ─────────────────────────────────── */
.step-rows { margin-top: 40px; display: flex; flex-direction: column; }
.step-row {
  display: grid; grid-template-columns: 230px 1fr; gap: 32px;
  padding: 26px 0;
  border-top: 1px solid var(--border);
}
.step-row:last-child { border-bottom: 1px solid var(--border); }
.step-en { font-size: 22px; font-style: italic; color: var(--fg); font-weight: 400; }
.step-row h3 { font-size: 18px; font-weight: 700; }
.step-row p { margin-top: 7px; font-size: 14px; color: var(--muted-fg); line-height: 1.7; max-width: 44ch; }

/* ── 6 · 실물 기준 ───────────────────────────────── */
.standards-inner {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 56px;
  align-items: center;
}
.standards-list { margin-top: 28px; display: flex; flex-direction: column; }
.standards-list li {
  padding: 18px 0;
  border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 4px;
}
.standards-list li:last-child { border-bottom: 1px solid var(--border); }
.standards-list strong { font-size: 16px; font-weight: 700; }
.standards-list span { font-size: 14px; color: var(--muted-fg); line-height: 1.66; }
.standards-note { margin-top: 22px; font-size: 14px; color: var(--muted-fg); line-height: 1.7; }
.standards-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border: 1px solid var(--border); }

/* ── 7 · Final ───────────────────────────────────── */
.final { padding-block: clamp(80px, 11vw, 128px); }
.final-note { max-width: 560px; margin-inline: auto; }
.final-note .note-inner { padding: 44px 40px 46px; text-align: center; }
.final-line {
  margin-top: 16px;
  font-family: var(--ff-display);
  font-size: clamp(26px, 4.4vw, 38px);
  font-weight: 500; line-height: 1.28;
}
.final-sub { margin-top: 18px; font-size: 14px; color: var(--muted-fg); line-height: 1.74; }
.final-note .btn-xl { margin-top: 26px; }

/* ── 반응형 ──────────────────────────────────────── */
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-note { transform: none; max-width: 460px; }
  .scene-row { grid-template-columns: 1fr; gap: 26px; max-width: 440px; margin-inline: auto; }
  .mood-grid { grid-template-columns: 1fr; gap: 22px; max-width: 460px; }
  .standards-inner { grid-template-columns: 1fr; gap: 36px; }
  .standards-photo { order: -1; }
  .standards-photo img { aspect-ratio: 16/10; }
}
@media (max-width: 480px) {
  .promise-item { grid-template-columns: 1fr; gap: 8px; }
  .promise-no { font-size: 24px; }
  .step-row { grid-template-columns: 1fr; gap: 8px; }
  .mood { grid-template-columns: 104px 1fr; gap: 16px; }
  .note-inner { padding: 24px 22px 26px; }
  .final-note .note-inner { padding: 36px 24px 38px; }
}
