/* V3 — 결과를 먼저 보여주는 페이지 (전환형) · 밀도 높되 갤러리 톤 */

.v3 .section { padding-block: clamp(66px, 7.5vw, 92px); }
.v3 .sec-title { font-size: clamp(25px, 3.8vw, 38px); }
.v3 .sec-sub { max-width: 560px; margin-top: 4px; }

/* ── 1 · HERO + flow ─────────────────────────────── */
.hero { border-bottom: 1px solid var(--line); padding-block: clamp(56px, 7vw, 88px); }
.hero-head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.hero-tagline { font-size: clamp(40px, 6.4vw, 66px); font-weight: 500; }
.hero-def { font-size: 16px; color: var(--muted-fg); line-height: 1.72; max-width: 44ch; }
.hero-act { margin-top: 8px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; }
.hero-act-sub { font-size: 13px; color: var(--muted-fg); }

.flow {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: start;
}
.flow-step { text-align: center; }
.flow-tag {
  font-family: var(--ff-display);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; color: var(--primary);
}
.flow-img { margin-top: 12px; border: 1px solid var(--border); }
.flow-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.flow-img.framed-mini { padding: 16px; background: #fff; }
.flow-img.framed-mini img { aspect-ratio: 1/1; }
.flow-cap { margin-top: 12px; font-size: 13px; color: var(--muted-fg); line-height: 1.6; }
.flow-arrow {
  align-self: center;
  font-size: 20px; color: var(--border);
  padding-top: 60px;
}

/* ── 2 · Result Card ─────────────────────────────── */
.result-card {
  margin-top: 44px;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
}
.rc-gallery {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 40px;
  padding: 40px 40px 34px;
}
.rc-eyebrow {
  font-family: var(--ff-display);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--primary);
}
.rc-place { margin-top: 14px; font-size: 24px; font-weight: 700; }
.rc-role { margin-top: 8px; font-size: 14px; color: var(--muted-fg); }
.rc-reason {
  margin-top: 18px;
  font-family: var(--ff-display);
  font-size: 19px; font-style: italic;
  line-height: 1.5; color: var(--fg);
}
.rc-ailabel {
  display: block; margin-top: 20px;
  font-size: 12px; color: var(--muted-fg);
}
.rc-piece figcaption { margin-top: 12px; font-size: 13px; color: var(--muted-fg); text-align: center; }
.rc-piece figcaption em { font-style: normal; font-weight: 700; color: var(--fg); }
.rc-spec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}
.rc-spec li {
  padding: 18px 24px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 5px;
}
.rc-spec li:last-child { border-right: none; }
.rc-k { font-size: 11px; letter-spacing: 0.06em; color: var(--muted-fg); text-transform: uppercase; }
.rc-v { font-size: 14px; font-weight: 500; }
.rc-price { font-family: var(--ff-display); font-size: 17px; font-weight: 700; color: var(--primary); }

/* ── 3 · One-Line Reason ─────────────────────────── */
.reason-box {
  margin-top: 40px;
  border: 1px solid var(--border);
  background: #fbfdfc;
  padding: 40px;
}
.reason-line {
  font-family: var(--ff-display);
  font-size: clamp(20px, 3vw, 27px);
  font-style: italic; line-height: 1.5;
  max-width: 30ch;
}
.reason-tags {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.reason-tags li {
  background: #fff;
  padding: 14px 16px;
  font-size: 14px; color: var(--fg);
}
.reason-tags span {
  display: block;
  font-size: 11px; color: var(--muted-fg);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 4px;
}

/* ── 4 · How it works ────────────────────────────── */
.step-cards {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 30px 26px 32px;
}
.step-card .step-no { font-size: 30px; color: var(--border); font-weight: 400; }
.step-card h3 { margin-top: 8px; font-size: 18px; font-weight: 700; }
.step-card p { margin-top: 10px; font-size: 14px; color: var(--muted-fg); line-height: 1.7; }

/* ── 5 · Style Range ─────────────────────────────── */
.mood-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 28px;
}
.mood .framed { padding: 9px; }
.mood h3 { margin-top: 16px; font-size: 17px; font-weight: 700; }
.mood p { margin-top: 5px; font-size: 13px; color: var(--muted-fg); }

/* ── 6 · 실물 제작 ───────────────────────────────── */
.craft-inner {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 52px;
  align-items: center;
}
.craft-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border: 1px solid var(--border); }
.craft-list { margin-top: 24px; display: flex; flex-direction: column; }
.craft-list li {
  padding: 16px 0;
  border-top: 1px solid var(--border);
  font-size: 14px; color: var(--muted-fg); line-height: 1.66;
}
.craft-list li:last-child { border-bottom: 1px solid var(--border); }
.craft-list strong { display: block; font-size: 15px; color: var(--fg); margin-bottom: 3px; }

/* ── 7 · Pricing ─────────────────────────────────── */
.price-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 24px;
  align-items: stretch;
}
.price-trial {
  background: var(--primary);
  color: var(--primary-fg);
  border-radius: 14px;
  padding: 34px 30px;
  display: flex; flex-direction: column;
}
.pt-tag { font-family: var(--ff-display); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; opacity: .85; }
.pt-amount { margin-top: 10px; font-size: 44px; font-weight: 700; }
.pt-desc { margin-top: 8px; font-size: 14px; opacity: .9; line-height: 1.6; flex: 1; }
.price-trial .btn-outline {
  margin-top: 22px;
  background: transparent; color: var(--primary-fg);
  border-color: rgba(234,247,241,.4);
}
.price-trial .btn-outline:hover { background: rgba(255,255,255,.1); border-color: var(--primary-fg); }
.price-sizes {
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex; flex-direction: column;
  padding: 8px 28px;
}
.price-sizes li {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 16px; align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.price-sizes li:last-child { border-bottom: none; }
.ps-name { font-family: var(--ff-display); font-size: 18px; font-weight: 700; }
.ps-size { font-size: 13px; color: var(--muted-fg); }
.ps-price { font-family: var(--ff-display); font-size: 16px; font-weight: 700; }

/* ── 8 · FAQ ─────────────────────────────────────── */
.faq-list { margin-top: 36px; border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary {
  padding: 20px 36px 20px 4px;
  font-size: 16px; font-weight: 500;
  cursor: pointer; position: relative;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 6px; top: 18px;
  font-size: 20px; color: var(--primary); font-weight: 400;
  transition: transform .25s var(--ease);
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p {
  padding: 0 36px 22px 4px;
  font-size: 14px; color: var(--muted-fg); line-height: 1.74;
  max-width: 60ch;
}

/* ── 9 · Final CTA ───────────────────────────────── */
.final-cta { padding-block: clamp(86px, 12vw, 132px); text-align: center; }
.final-title { font-size: clamp(38px, 6.6vw, 64px); font-weight: 500; }
.final-sub { margin-top: 20px; font-size: 16px; color: var(--muted-fg); max-width: 40ch; margin-inline: auto; line-height: 1.7; }
.final-cta .btn-xl { margin-top: 30px; }

/* ── 반응형 ──────────────────────────────────────── */
@media (max-width: 880px) {
  .flow { grid-template-columns: 1fr; gap: 28px; max-width: 360px; margin-inline: auto; }
  .flow-arrow { display: none; }
  .rc-gallery { grid-template-columns: 1fr; gap: 28px; padding: 30px 26px 26px; }
  .rc-piece { max-width: 280px; margin-inline: auto; }
  .rc-spec { grid-template-columns: 1fr 1fr; }
  .rc-spec li:nth-child(2) { border-right: none; }
  .rc-spec li:nth-child(1), .rc-spec li:nth-child(2) { border-bottom: 1px solid var(--line); }
  .step-cards { grid-template-columns: 1fr; gap: 18px; max-width: 420px; margin-inline: auto; }
  .mood-grid { grid-template-columns: repeat(2, 1fr); }
  .craft-inner { grid-template-columns: 1fr; gap: 32px; }
  .craft-photo { order: 2; }
  .price-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .reason-box { padding: 28px 22px; }
  .reason-tags { grid-template-columns: 1fr 1fr; }
  .mood-grid { grid-template-columns: 1fr; max-width: 320px; margin-inline: auto; }
  .rc-spec { grid-template-columns: 1fr; }
  .rc-spec li { border-right: none; border-bottom: 1px solid var(--line); }
  .rc-spec li:last-child { border-bottom: none; }
}
