/* ============================================================
   LOIFY index2 — 体验优先首页增量样式
   继承 style.css 设计语言，仅覆盖与新增 index2 模块
   ============================================================ */

/* ---------- Hero v2：邀请式第一屏 ---------- */

.hero--v2 .hero__copy h1 {
  font-size: clamp(42px, 5.8vw, 82px);
  line-height: 1.14;
}

.hero__hint {
  width: 100%;
  margin-top: 4px;
  font-size: 12px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  line-height: 1.65;
}

.hero__hint a {
  border-bottom: 1px solid rgba(23, 20, 16, 0.22);
  transition: color 0.25s, border-color 0.25s;
}

.hero__hint a:hover {
  color: var(--amber);
  border-color: var(--amber);
}

.hero__media--duo {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.4vw, 18px);
  align-items: end;
}

.hero__media--duo img {
  aspect-ratio: 3 / 4;
}

.hero__media--duo img:last-child {
  transform: translateY(clamp(12px, 2vw, 28px));
}

.hero__media--duo figcaption {
  grid-column: 1 / -1;
}

.hero__media-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--paper);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  box-shadow: 0 8px 24px -8px rgba(23, 20, 16, 0.18);
}

/* 旅程：试戴 → 判断 → 配镜 */
.journey--v2 li:first-child .journey__no { color: var(--amber); }
.journey--v2 li:nth-child(2) .journey__no { color: var(--ink-soft); }
.journey--v2 li:last-child .journey__no { color: var(--ink-soft); }

/* ---------- AI 试戴：紧接 Hero ---------- */

.tryon--lead {
  margin-top: clamp(56px, 9vh, 100px);
}

.tryon__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.4vw, 32px);
  margin-bottom: clamp(44px, 7vh, 72px);
  border-top: 1px solid rgba(246, 241, 232, 0.16);
}

.tryon__steps li {
  padding-top: 22px;
  display: grid;
  gap: 8px;
  align-content: start;
}

.tryon__steps i {
  font-style: normal;
  font-family: var(--serif);
  font-size: 13px;
  color: var(--amber-soft);
  letter-spacing: 0.08em;
}

.tryon__steps b {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}

.tryon__steps span {
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(246, 241, 232, 0.55);
}

/* ---------- 本周货架：编辑部语境 ---------- */

.shelf--editorial {
  padding-top: clamp(64px, 10vh, 120px);
}

.product--rich .product__meta {
  gap: 6px;
}

.product__vibe {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.product__vibe span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  border: 1px solid rgba(168, 88, 28, 0.28);
  border-radius: 999px;
  padding: 3px 10px;
}

.product__editor {
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.55;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
  max-width: 28ch;
}

.product__editor em {
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  display: block;
  margin-bottom: 4px;
}

/* ---------- 编辑部判断：适合 / 不适合 ---------- */

.verdict {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(72px, 11vh, 130px) var(--pad) 0;
}

.verdict__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(40px, 6vh, 64px);
}

.verdict__head h2 {
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.22;
}

.verdict__intro {
  color: var(--ink-soft);
  font-size: 14.5px;
  border-left: 2px solid var(--amber);
  padding-left: 20px;
  max-width: 38ch;
}

.verdict__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
}

.verdict-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
  transition: border-color 0.35s ease, background 0.35s ease;
}

.verdict-card:hover {
  border-color: rgba(23, 20, 16, 0.32);
  background: rgba(255, 255, 255, 0.52);
}

.verdict-card__top {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line-soft);
}

.verdict-card__top img {
  width: 100%;
  aspect-ratio: 1.4 / 1;
  object-fit: contain;
  mix-blend-mode: multiply;
  background: var(--paper-deep);
  border-radius: var(--radius);
  padding: 8px;
}

.verdict-card__top h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 4px;
}

.verdict-card__top p {
  font-size: 12.5px;
  color: var(--ink-soft);
}

.verdict-card__top b {
  font-size: 14px;
  font-weight: 600;
}

.verdict-card__body {
  padding: 22px 24px 26px;
  display: grid;
  gap: 18px;
}

.verdict-row {
  display: grid;
  gap: 8px;
}

.verdict-row__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.verdict-row--yes .verdict-row__label { color: var(--amber); }
.verdict-row--no .verdict-row__label { color: var(--ink-soft); }

.verdict-row p {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 44ch;
}

.verdict-card__quote {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
  color: var(--ink);
}

.verdict-card__actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.verdict-card__actions a:not(.btn) {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 0.25s, border-color 0.25s;
}

.verdict-card__actions a:not(.btn):hover {
  color: var(--amber);
  border-color: var(--amber);
}

/* ---------- 喜欢之后怎么配：完成层 ---------- */

.completion {
  margin-top: clamp(80px, 12vh, 150px);
  background: var(--paper-deep);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.completion__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: clamp(64px, 10vh, 120px) var(--pad);
}

.completion__head {
  max-width: 720px;
  margin-bottom: clamp(44px, 7vh, 72px);
}

.completion__head h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.2;
  margin-bottom: 20px;
}

.completion__reassure {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding: 14px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  color: var(--ink-soft);
}

.completion__reassure strong {
  color: var(--ink);
  font-weight: 600;
}

.completion__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: start;
}

.completion__steps {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.completion__steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line-soft);
}

.completion__steps li:last-child { border-bottom: 0; }

.completion__steps i {
  font-style: normal;
  font-family: var(--serif);
  font-size: 14px;
  color: var(--amber);
  letter-spacing: 0.06em;
  padding-top: 2px;
}

.completion__steps h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.completion__steps p {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.65;
  max-width: 42ch;
}

.completion__steps a {
  display: inline-block;
  margin-top: 12px;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 0.25s, border-color 0.25s;
}

.completion__steps a:hover {
  color: var(--amber);
  border-color: var(--amber);
}

.completion__aside {
  position: sticky;
  top: 92px;
}

.completion__panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.45);
  padding: 28px 26px 30px;
}

.completion__panel h4 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}

.completion__panel > p {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.65;
  margin-bottom: 22px;
}

.completion__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line-soft);
  margin-bottom: 24px;
}

.completion__specs li {
  padding: 14px 10px 14px 0;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.completion__specs strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
}

.completion__specs span {
  font-size: 11.5px;
  color: var(--ink-soft);
}

.completion__note {
  font-size: 11px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-top: 14px;
}

/* ---------- 宣言 v2 ---------- */

.manifesto--v2 cite {
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  letter-spacing: 0.14em;
}

/* ---------- 响应式 ---------- */

@media (max-width: 1024px) {
  .verdict__grid { grid-template-columns: 1fr; }
  .tryon__steps { grid-template-columns: 1fr; gap: 0; }
  .tryon__steps li {
    padding: 18px 0;
    border-bottom: 1px solid rgba(246, 241, 232, 0.12);
  }
  .tryon__steps li:last-child { border-bottom: 0; }
  .completion__grid { grid-template-columns: 1fr; }
  .completion__aside { position: static; }
}

@media (max-width: 860px) {
  .hero--v2 .hero__copy h1 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .hero__media--duo {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hero__media--duo img:last-child {
    transform: translateY(10px);
  }

  .hero__hint { font-size: 11px; }

  .tryon--lead { margin-top: 48px; }

  .verdict { padding-top: 56px; }
  .verdict__head {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 28px;
  }
  .verdict__head h2 { font-size: clamp(26px, 8vw, 34px); }
  .verdict__intro { font-size: 13px; padding-left: 14px; }

  .verdict-card__top {
    grid-template-columns: 88px 1fr;
    gap: 14px;
    padding: 16px 16px 14px;
  }
  .verdict-card__top b {
    grid-column: 1 / -1;
    margin-top: 4px;
  }
  .verdict-card__body { padding: 16px 16px 20px; gap: 14px; }
  .verdict-card__quote { font-size: 14px; }

  .completion { margin-top: 56px; }
  .completion__inner { padding-top: 52px; padding-bottom: 56px; }
  .completion__head h2 { font-size: clamp(28px, 8.5vw, 36px); }
  .completion__reassure {
    font-size: 12px;
    padding: 12px 16px;
    border-radius: 12px;
  }
  .completion__steps li {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 20px 0;
  }
  .completion__steps h3 { font-size: 18px; }
  .completion__steps p { font-size: 13px; }
  .completion__panel { padding: 20px 18px 22px; }
  .completion__specs { grid-template-columns: 1fr 1fr; }
}
