/* 营销站共享布局 — 复用 Warm Paper Studio 令牌，禁止金色铺底 CTA */
@import url('/design-tokens.css');
@import url('/buttons.css');
@import url('/shared/site-nav.css?v=3');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html { scroll-behavior: smooth; }

body.marketing-page {
  --serif: 'Noto Serif SC', 'PingFang SC', 'Microsoft YaHei', serif;
  --en: 'Playfair Display', 'Noto Serif SC', serif;
  --sans: 'Source Sans 3', system-ui, sans-serif;
  --mono: 'Noto Serif SC', 'PingFang SC', monospace;
  font-family: var(--serif);
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.6;
  min-height: 100vh;
}

body.marketing-page--intl {
  --serif: var(--sans);
  font-family: var(--sans);
  font-size: 16px;
  letter-spacing: 0.01em;
}

a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--gold-hover); }

/* 子页顶栏下缘：面包屑 / 页头带 */
.mkt-page-head {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px clamp(16px, 4vw, 32px) 0;
}

.mkt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
}

.mkt-breadcrumb a {
  color: var(--ink2);
  text-decoration: none;
}

.mkt-breadcrumb a:hover {
  color: var(--gold-hover);
  text-decoration: none;
}

.mkt-breadcrumb-sep {
  color: var(--outline-variant);
  user-select: none;
}

.mkt-breadcrumb-current {
  color: var(--ink);
  font-weight: 600;
}

.site-banner {
  background: var(--brand-soft);
  border-bottom: 1px solid var(--gold-border, rgba(184, 146, 74, 0.28));
  padding: 8px 16px;
  text-align: center;
  font-size: 13px;
  color: var(--ink2);
}

.site-banner a { font-weight: 600; margin-left: 6px; }

.site-banner.hidden { display: none; }

/* ── 页脚 ── */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 48px clamp(16px, 4vw, 40px) 32px;
  background: var(--bg2);
  margin-top: auto;
}

.site-footer-inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 64px);
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 32px;
}

.site-footer-brand p {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 10px;
  max-width: 280px;
}

.site-footer-col h5 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.site-footer-col ul { list-style: none; }

.site-footer-col li { margin-bottom: 8px; }

.site-footer-col a {
  font-size: 13px;
  color: var(--ink2);
  text-decoration: none;
}

.site-footer-col a:hover { color: var(--gold-hover); }

.site-footer-bottom {
  margin: 32px clamp(24px, 5vw, 64px) 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--text-muted);
  text-align: center;
}

/* ── 区块通用（首页全宽拉通） ── */
.mkt-section {
  padding: 72px clamp(24px, 5vw, 64px);
  max-width: none;
  margin: 0;
  width: 100%;
}

.mkt-section--border { border-top: 1px solid var(--line); }

.section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink2);
  margin-bottom: 10px;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.section-lead {
  font-size: 15px;
  color: var(--ink2);
  max-width: 520px;
}

/* ── Hero：左文案+CTA（40%）/ 右实穿+纸样叠层（60%） ── */
.mkt-hero-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f5f2ed;
  border-bottom: 1px solid rgba(228, 226, 221, 0.85);
}

.mkt-hero-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.028'/%3E%3C/svg%3E");
  background-size: 180px;
  pointer-events: none;
}

.mkt-hero-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: clamp(24px, 5vw, 64px);
  right: clamp(24px, 5vw, 64px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 146, 74, 0.45) 30%, rgba(184, 146, 74, 0.45) 70%, transparent);
  opacity: 0.28;
  pointer-events: none;
}

.mkt-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 2fr) minmax(360px, 3fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(32px, 4vw, 52px) clamp(24px, 5vw, 64px) clamp(40px, 5vw, 56px);
  max-width: 1440px;
  margin: 0 auto;
  min-height: auto;
  box-sizing: border-box;
}

.mkt-hero-copy {
  display: flex;
  flex-direction: column;
  max-width: none;
  width: 100%;
  padding-top: 0;
  align-self: center;
}

.mkt-hero-copy .bb-eyebrow {
  margin-bottom: 10px;
  margin-top: 2px;
}

.mkt-hero-copy .mkt-hero-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4.2vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.14;
  margin: 0 0 16px;
  text-wrap: balance;
}

.mkt-stat-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.mkt-stat-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(184, 146, 74, 0.55);
  background: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 500;
  color: var(--ink2);
  white-space: nowrap;
}

.mkt-stat-badge strong {
  font-weight: 700;
  color: var(--gold-hover);
  font-size: 12px;
}

.mkt-hero-copy .mkt-hero-lead {
  font-size: 15px;
  color: var(--ink2);
  line-height: 1.6;
  margin: 0 0 14px;
}

.mkt-pet-example {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(253, 252, 250, 0.92);
  border: 1px solid rgba(184, 146, 74, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.mkt-pet-avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(184, 146, 74, 0.22);
  background: #f5f0e8;
}

.mkt-pet-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
}

.mkt-pet-copy {
  min-width: 0;
}

.mkt-pet-stats {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.35;
}

.mkt-pet-hint {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
  line-height: 1.4;
}

.mkt-hero-steps-inline {
  margin-bottom: 20px;
}

.mkt-hero-steps-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  background: #e8e2d8;
  border: 1px solid rgba(184, 146, 74, 0.28);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 1px 3px rgba(80, 60, 30, 0.06);
}

.mkt-step-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mkt-step-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold-hover);
}

.mkt-step-lbl {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}

.mkt-step-arrow {
  font-size: 12px;
  color: rgba(184, 146, 74, 0.45);
  user-select: none;
}

.mkt-hero-cta-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.mkt-hero-cta-stack .mkt-cta-primary.btn-generate {
  width: 100%;
}

.mkt-hero-pro-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink2);
  text-decoration: none;
  padding: 4px 2px;
  line-height: 1.4;
  transition: color 0.18s ease;
}

.mkt-hero-pro-link:hover {
  color: var(--gold-hover);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Hero 双入口：与 App mode-segment 同权，复用 buttons.css 白底主按钮 */
.mkt-hero-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  width: 100%;
  padding: 4px;
  border-radius: var(--btn-radius-pill);
  background: var(--btn-track-bg);
}

.mkt-hero-path-btn.btn-generate {
  width: 100%;
  min-height: 46px;
  font-size: 14px;
}

.mkt-hero-paths-wrap {
  width: 100%;
}

.mkt-hero-path-hints {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin-top: 8px;
  padding: 0 4px;
}

.mkt-hero-path-hint {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: var(--text-muted);
  text-align: center;
}

.mkt-hero-cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.mkt-hero-copy .hero-cta.mkt-hero-cta-row .btn-generate {
  width: 100%;
  min-width: 0;
  flex: none;
  box-sizing: border-box;
}

.mkt-hero-copy .mkt-cta-primary.btn-generate {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold-hover);
  box-shadow: var(--btn-shadow);
  font-size: 14px;
  font-weight: 700;
  min-height: 46px;
  padding-left: 12px;
  padding-right: 12px;
}

.mkt-hero-copy .mkt-cta-primary.btn-generate:hover:not(:disabled) {
  background: var(--gold-hover);
  border-color: #96703a;
  color: #fff;
  box-shadow: var(--btn-shadow-hover);
}

.mkt-hero-copy .mkt-cta-secondary.btn-generate.secondary {
  background: var(--white);
  color: var(--ink2);
  border: 1px solid var(--btn-surface-border);
  box-shadow: var(--btn-surface-shadow);
  font-size: 14px;
  font-weight: 600;
  min-height: 46px;
  padding-left: 12px;
  padding-right: 12px;
}

.mkt-hero-copy .mkt-cta-secondary.btn-generate.secondary:hover:not(:disabled) {
  border-color: rgba(184, 146, 74, 0.4);
  color: var(--ink);
}

.mkt-hero-note {
  margin-top: 16px;
  font-size: 11px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.mkt-hero-visual {
  position: relative;
  min-width: 0;
  align-self: stretch;
  min-height: clamp(440px, 48vw, 580px);
  padding-top: 0;
}

.mkt-hero-lifestyle {
  position: absolute;
  inset: 0 0 0 clamp(-12px, -1.5vw, 0px);
  margin: 0;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}

.mkt-hero-lifestyle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 100% 42%;
  animation: mkt-hero-photo-in 1.1s var(--ease-out) both;
}

.mkt-hero-lifestyle-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #f5f2ed 0%, rgba(245, 242, 237, 0.94) 10%, rgba(245, 242, 237, 0.55) 34%, rgba(245, 242, 237, 0.12) 58%, transparent 72%),
    linear-gradient(180deg, transparent 0%, transparent 82%, rgba(245, 242, 237, 0.28) 100%);
  pointer-events: none;
}

@keyframes mkt-hero-photo-in {
  from { opacity: 0; transform: scale(1.03); }
  to { opacity: 1; transform: scale(1); }
}

.mkt-hero-visual-stack {
  position: relative;
  z-index: 2;
  width: min(100%, 400px);
  margin: clamp(28px, 5vw, 48px) auto clamp(24px, 4vw, 40px) clamp(0px, 1vw, 12px);
  padding: 0;
  overflow: visible;
  animation: mkt-hero-card-in 0.9s var(--ease-out) 0.12s both;
}

@keyframes mkt-hero-card-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.mkt-hero-paper-shadow {
  position: absolute;
  top: 24px;
  right: -6px;
  bottom: 10px;
  left: 8px;
  border-radius: 14px;
  background: #f0ebe2;
  border: 1px solid rgba(184, 146, 74, 0.12);
  transform: rotate(-4deg);
  z-index: 0;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(80, 60, 30, 0.06);
}

.mkt-hero-paper-shadow::after {
  content: '';
  position: absolute;
  inset: 12px 14px;
  border: 1px dashed rgba(184, 146, 74, 0.18);
  border-radius: 8px;
  opacity: 0.7;
}

.mkt-hero-paper-shadow--2 {
  top: 14px;
  right: 2px;
  bottom: 14px;
  left: 20px;
  background: #f5f0e8;
  transform: rotate(2.5deg);
  opacity: 0.85;
}

.mkt-hero-paper-shadow--2::after { display: none; }

.mkt-hero-visual-stack .mkt-hero-card {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.mkt-hero-card {
  max-width: none;
  width: 100%;
}

/* brand-bar 遗留（其他页可复用） */
.brand-bar {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(105deg, #f0ebe2 0%, #ede8df 40%, #f2ede4 100%);
  border-bottom: 1px solid var(--line);
}

.brand-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 180px;
  pointer-events: none;
}

.brand-bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
  opacity: 0.35;
}

.mkt-brand-bar {
  height: auto;
  min-height: 88px;
  flex-wrap: wrap;
  padding: 14px 0 12px;
  gap: 8px 0;
}

.bb-left {
  position: relative;
  z-index: 1;
  padding: 0 clamp(20px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}

.bb-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--gold-hover);
  text-transform: uppercase;
}

.bb-title {
  font-family: var(--serif);
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.mkt-hero-title { margin: 0; }

.bb-sub {
  font-family: var(--en);
  font-style: italic;
  font-size: clamp(11px, 1.2vw, 13px);
  color: var(--ink2);
  letter-spacing: 0.2px;
  max-width: 420px;
  line-height: 1.35;
}

.bb-div {
  width: 1px;
  height: 44px;
  flex-shrink: 0;
  margin: 0 4px;
  background: linear-gradient(180deg, transparent, rgba(184, 146, 74, 0.22) 30%, rgba(184, 146, 74, 0.22) 70%, transparent);
}

.bb-right {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 0 clamp(16px, 3vw, 36px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.bb-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 10px;
  background: rgba(253, 252, 250, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 2px 8px -2px rgba(80, 60, 30, 0.08), 0 1px 2px rgba(80, 60, 30, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

.bb-card-ico { font-size: 15px; line-height: 1; }

.bb-card-lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--ink2);
  text-transform: uppercase;
  white-space: nowrap;
}

.bb-tagline {
  position: relative;
  z-index: 1;
  padding: 0 clamp(20px, 4vw, 48px) 0 20px;
  text-align: right;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 901px) {
  .bb-tagline {
    width: auto;
    padding: 0 48px 0 28px;
  }
}

.bb-tagline-main {
  font-family: var(--en);
  font-style: italic;
  font-size: clamp(12px, 1.3vw, 15px);
  color: var(--ink);
  letter-spacing: 0.2px;
  line-height: 1.45;
}

.bb-tagline-sub {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 4px;
}

.mkt-hero-inner {
  /* 首页 Hero 双栏见文件顶部定义 */
}

.mkt-hero-card {
  max-width: none;
  width: 100%;
  margin: 0;
}

.hero-card-label {
  color: var(--ink2);
  font-weight: 600;
}

.mkt-hero-card.hero-card {
  padding: 18px 18px 14px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 16px 40px rgba(60, 45, 25, 0.1);
  border: 1px solid rgba(184, 146, 74, 0.16);
}

.mkt-pattern-panel {
  border: 1px solid rgba(184, 146, 74, 0.22);
  border-radius: 10px;
  overflow: hidden;
  background: #faf8f3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.mkt-pattern-spec-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 14px;
  flex-wrap: nowrap;
  padding: 9px 12px;
  background: #efe9df;
  border-bottom: 1px solid rgba(184, 146, 74, 0.26);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.03em;
  color: var(--ink2);
  line-height: 1.45;
  position: relative;
  z-index: 2;
}

.mkt-pattern-spec-label {
  font-weight: 700;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.mkt-pattern-spec-meta {
  color: var(--text-muted);
  text-align: right;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mkt-hero-card .mkt-pattern-canvas.pattern-preview-box.mkt-pattern-preview {
  height: 340px;
  min-height: 340px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  isolation: isolate;
}

.mkt-pattern-preview {
  overflow: hidden;
}

.mkt-pattern-panel .mkt-piece-thumbs {
  border-left: none;
  border-right: none;
  border-top: 1px solid rgba(184, 146, 74, 0.18);
  padding-bottom: 8px;
}

.mkt-piece-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 8px 10px 0;
  background: #f5f1ea;
}

.mkt-piece-thumb {
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #faf8f3;
}

.hero-thumb-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.mkt-hero-card-actions {
  display: flex;
  justify-content: flex-end;
  padding: 8px 2px 0;
}

.mkt-hero-card-actions:not(:has(.mkt-piece-toggle:not(.hidden))) {
  display: none;
}

.mkt-piece-toggle {
  appearance: none;
  border: 1px solid rgba(184, 146, 74, 0.28);
  background: rgba(253, 252, 250, 0.9);
  color: var(--gold-hover);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.mkt-piece-toggle:hover {
  background: var(--brand-soft);
  border-color: rgba(184, 146, 74, 0.42);
}

.hero-preview-svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: none;
}

.mkt-pattern-blueprint {
  position: relative;
  overflow: hidden;
  background-color: #faf8f3;
  background-image:
    linear-gradient(rgba(184, 146, 74, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184, 146, 74, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
}

.hero-preview-svg .hero-dim-text {
  fill: #6b5a45;
  font-weight: 600;
}

.hero-preview-svg .hero-piece-label {
  fill: #4e4638;
}

.hero-preview-svg .hero-dim-anchor {
  fill: #b8924a;
  stroke: none;
}

.mkt-hero-card .pattern-preview-box {
  margin-bottom: 0;
}

.hero-card-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.mkt-hero-card-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(184, 146, 74, 0.12);
}

.mkt-hero-card-tag {
  font-family: var(--en);
  font-style: italic;
  font-size: 11px;
  color: var(--gold);
  white-space: nowrap;
}

.mkt-hero-cta {
  padding: 0;
  max-width: none;
}

.mkt-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-soft);
  border: 1px solid rgba(184, 146, 74, 0.28);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold-hover);
  margin-bottom: 16px;
}

.mkt-hero-lead {
  font-size: 16px;
  color: var(--ink2);
  line-height: 1.65;
  margin-bottom: 24px;
}

.mkt-cta-primary,
.mkt-cta-secondary { min-height: 44px; padding: 0 22px; font-size: 14px; }

.mkt-cta-compact { min-height: 38px; font-size: 13px; padding: 0 16px; }

.mkt-cta-block {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  min-height: 42px;
  font-size: 14px;
}

.hidden { display: none !important; }

/* ── 旧 Hero（其他页可复用） ── */
.hero {
  padding: 72px clamp(16px, 4vw, 40px) 64px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-soft);
  border: 1px solid rgba(184, 146, 74, 0.28);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold-hover);
  margin-bottom: 20px;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.hero h1 {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.hero h1 em { font-style: normal; color: var(--gold); }

.hero-sub {
  font-size: 17px;
  color: var(--ink2);
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 420px;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.hero-note { font-size: 12px; color: var(--text-muted); margin-top: 14px; }

.hero-card {
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--sh);
  position: relative;
}

.hero-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink2);
}

.pattern-preview-box:not(.mkt-pattern-preview) {
  background: var(--canvas-bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  height: 210px;
  overflow: hidden;
  margin-bottom: 14px;
}

.pattern-preview-box svg { width: 100%; height: 100%; }

/* ── Lookbook：编辑式大图横滑 ── */
.mkt-section--lookbook {
  padding-top: clamp(56px, 8vw, 88px);
  padding-bottom: clamp(80px, 11vw, 120px);
  border-bottom: none;
}

/* 叙事过渡：Lookbook → 精选 → 品种引用 */
.mkt-section--featured {
  padding-top: clamp(44px, 6.5vw, 68px);
  padding-bottom: clamp(44px, 6.5vw, 68px);
}

.mkt-section--lookbook + .mkt-section--featured {
  border-top: 1px solid var(--line);
}

.mkt-section--featured + .mkt-breed-stories {
  margin-top: clamp(28px, 5vw, 52px);
}

.lookbook-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
  flex-wrap: wrap;
}

.mkt-section--lookbook .section-title {
  font-size: clamp(26px, 4.5vw, 36px);
  margin-bottom: 0;
}

.lookbook-viewport { overflow: hidden; width: 100%; }

.lookbook-track {
  display: flex;
  gap: clamp(16px, 2.5vw, 28px);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.lk-card {
  flex: 0 0 calc((100% - 56px) / 2.5);
  min-width: 0;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
  overflow: visible;
  border: none;
  background: transparent;
  box-shadow: none;
  transition: opacity 0.25s ease-out;
}

.lk-card:hover {
  transform: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  opacity: 0.92;
}

.lk-photo {
  aspect-ratio: 4 / 5;
  width: 100%;
  background: var(--bg2);
  overflow: hidden;
  border-radius: 2px;
}

.lk-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  background: var(--bg2);
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.lk-card:hover .lk-photo img {
  transform: scale(1.02);
}

.lk-info { padding: 14px 0 6px; }

.lk-info h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.lk-info p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

.lk-controls {
  display: flex;
  gap: 6px;
  align-items: center;
}

.lk-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  color: var(--ink2);
  box-shadow: none;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}

.lk-arrow:focus-visible {
  outline: none;
  box-shadow: var(--btn-ring);
}

.lk-arrow:hover { border-color: var(--gold); color: var(--gold-hover); }

.lk-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .lk-card { flex: 0 0 calc((100% - 28px) / 2); }
}

@media (max-width: 768px) {
  .lk-card { flex: 0 0 calc((100% - 16px) / 1.35); }
}

/* ── 流程步骤 ── */
.steps-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step-card {
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
}

.step-card-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  color: var(--gold-hover);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.step-card h3 { font-size: 15px; margin-bottom: 6px; }

.step-card p { font-size: 12px; color: var(--text-muted); }

/* ── 版型横滑 ── */
.pattern-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}

.pattern-scroll-card {
  flex: 0 0 200px;
  scroll-snap-align: start;
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s;
}

.pattern-scroll-card:hover {
  box-shadow: var(--sh2);
  text-decoration: none;
  color: inherit;
}

.pattern-scroll-cover {
  height: 148px;
  background: var(--pattern-card-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.pattern-scroll-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pattern-scroll-body { padding: 12px 14px; }

.pattern-scroll-body h4 { font-size: 14px; font-weight: 700; }

.pattern-scroll-body p { font-size: 11px; color: var(--text-muted); margin-top: 4px; }

.pattern-price { font-size: 13px; font-weight: 600; color: var(--gold-hover); margin-top: 6px; }

/* ── 品种故事 ── */
.mkt-breed-stories {
  position: relative;
  padding-top: clamp(80px, 12vw, 132px);
  padding-bottom: clamp(72px, 10vw, 108px);
  border-top: none;
}

.mkt-breed-stories::before {
  content: '';
  position: absolute;
  top: clamp(24px, 4.5vw, 40px);
  left: clamp(24px, 5vw, 64px);
  right: clamp(24px, 5vw, 64px);
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--line) 28%, var(--line) 72%, transparent 100%);
  pointer-events: none;
}

.mkt-breed-stories .section-title { margin-bottom: 0; }

.mkt-breed-headline {
  margin-bottom: clamp(24px, 4vw, 40px);
  max-width: 14ch;
}

.breed-stories-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.breed-stories-copy {
  min-width: 0;
}

.breed-stories-visual {
  min-width: 0;
  position: sticky;
  top: clamp(72px, 10vh, 108px);
}

.breed-visual-frame {
  margin: 0;
  max-width: 400px;
  margin-left: auto;
}

.breed-visual-stack {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #ede8df;
  border-radius: 2px;
  overflow: hidden;
}

.breed-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.breed-visual-img.is-active {
  opacity: 1;
}

.breed-quotes {
  display: flex;
  flex-direction: column;
  max-width: none;
}

.breed-quote {
  margin: 0;
  padding: clamp(22px, 3vw, 32px) 0;
  border: none;
  cursor: default;
  outline: none;
  transition: opacity 0.25s ease-out;
}

.breed-quote + .breed-quote {
  border-top: 1px solid var(--line);
}

.breed-quote:not(.is-active) {
  opacity: 0.55;
}

.breed-quote.is-active {
  opacity: 1;
}

.breed-quote:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 2px;
}

.breed-quote-cite {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 600;
  color: var(--ink2);
  font-style: normal;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: color 0.25s ease-out;
}

.breed-quote.is-active .breed-quote-cite {
  color: var(--ink);
}

.breed-quote-text {
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 1.62;
  color: var(--ink2);
  font-style: italic;
  text-wrap: pretty;
  margin: 0;
}

/* legacy breed cards */
.breed-feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.breed-feat {
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 14px;
  padding: 28px 24px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.breed-feat:hover {
  box-shadow: var(--sh2);
  transform: translateY(-2px);
}

.breed-feat-n {
  display: block;
  font-family: var(--en);
  font-style: italic;
  font-size: 28px;
  color: var(--gold-muted);
  line-height: 1;
  margin-bottom: 14px;
}

.breed-feat-t {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.breed-feat-d {
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.65;
}

/* ── 定价 teaser ── */
.pricing-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pricing-teaser-card {
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 14px;
  padding: 28px 24px;
}

.pricing-teaser-card h3 { font-size: 18px; margin-bottom: 8px; }

.pricing-teaser-card ul {
  list-style: none;
  margin: 16px 0 20px;
  font-size: 13px;
  color: var(--ink2);
}

.pricing-teaser-card li { padding: 4px 0; }

.pricing-teaser-card li::before { content: '· '; color: var(--gold); }

/* ── Explore 页 ── */
.explore-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px clamp(16px, 4vw, 40px) 64px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: start;
}

.explore-sidebar {
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 14px;
  padding: 18px;
  position: sticky;
  top: calc(var(--nav-h) + 16px);
}

.explore-sidebar h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  margin-bottom: 10px;
}

.filter-chip {
  display: block;
  width: 100%;
  text-align: left;
  min-height: 44px;
  padding: 10px 14px;
  border: none;
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
  color: var(--ink2);
  cursor: pointer;
  margin-bottom: 4px;
}

.filter-chip:focus-visible {
  outline: none;
  box-shadow: var(--btn-ring);
}

.filter-chip:hover { background: var(--bg2); }

.filter-chip.active {
  background: var(--brand-soft);
  color: var(--gold-hover);
  font-weight: 600;
}

.explore-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}

.explore-card {
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
}

.explore-card:hover { box-shadow: var(--sh2); transform: translateY(-2px); }

.explore-card-cover {
  aspect-ratio: 16 / 10;
  background: var(--pattern-card-bg);
  position: relative;
  overflow: hidden;
}

.explore-card-cover img { width: 100%; height: 100%; object-fit: cover; }

.explore-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  color: var(--gold-hover);
}

.explore-card-body { padding: 14px 16px 16px; }

.explore-card-body h3 { font-size: 15px; font-weight: 700; }

.explore-card-body p { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

.explore-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

/* ── Modal ── */
.mkt-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(27, 28, 25, 0.45);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.mkt-modal-backdrop.hidden { display: none; }

.mkt-modal {
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 16px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px;
  box-shadow: var(--sh2);
}

.mkt-modal h2 { font-size: 20px; margin-bottom: 8px; }

.mkt-modal-actions { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }

/* ── Lookbook 详情 ── */
.lookbook-detail {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px clamp(16px, 4vw, 32px) 64px;
}

.lb-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.lb-breadcrumb a {
  color: var(--ink2);
  text-decoration: none;
}

.lb-breadcrumb a:hover {
  color: var(--gold-hover);
  text-decoration: none;
}

.lb-breadcrumb-current {
  color: var(--ink);
  font-weight: 600;
}

.lb-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.lb-main-img {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--outline-variant);
  background: #ede8df;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb-main-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.lb-meta-card {
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: 12px;
  padding: 16px;
  margin-top: 16px;
  font-size: 13px;
}

.lb-gallery-section {
  margin-top: 40px;
}

.lb-gallery-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
  margin-bottom: 20px;
}

.lb-gallery-intro .section-title {
  margin-bottom: 0;
}

.lb-gallery-hint {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.lb-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1125px;
  margin: 0 auto;
}

.lb-gallery-item {
  margin: 0;
  width: 100%;
  max-width: var(--lb-img-w, 1125px);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(184, 146, 74, 0.14);
  background: #ede8df;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 8px 28px rgba(60, 45, 25, 0.06);
  cursor: zoom-in;
  transition: box-shadow 0.22s var(--ease-out), transform 0.22s var(--ease-out);
}

.lb-gallery-item:hover {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 12px 36px rgba(60, 45, 25, 0.1);
  transform: translateY(-1px);
}

.lb-gallery-item img {
  display: block;
  width: var(--lb-img-w, auto);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 版型详情 · 全屏查看 */
.lb-lightbox {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 28px);
  background: rgba(27, 28, 25, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: zoom-out;
}

.lb-lightbox.hidden { display: none; }

.lb-lightbox-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1125px, 100%);
  margin-bottom: 12px;
  gap: 12px;
  flex-shrink: 0;
}

.lb-lightbox-caption {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.4;
}

.lb-lightbox-close {
  flex-shrink: 0;
  min-width: 40px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.lb-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.lb-lightbox-stage {
  flex: 1;
  min-height: 0;
  width: min(1125px, 100%);
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  cursor: default;
  -webkit-overflow-scrolling: touch;
}

.lb-lightbox-stage img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
  image-rendering: auto;
}

/* ── Pricing ── */
.pricing-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6vw, 72px) clamp(16px, 4vw, 40px) clamp(36px, 5vw, 52px);
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.pricing-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(128deg, #ebe4d8 0%, #f5f0e8 28%, #faf7f2 52%, #f3ece3 100%);
  pointer-events: none;
}

.pricing-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 180px;
}

.pricing-hero-bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 25%, var(--gold-soft) 50%, var(--gold) 75%, transparent);
  opacity: 0.45;
}

.pricing-hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.pricing-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-hover);
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(184, 146, 74, 0.12);
  border: 1px solid rgba(184, 146, 74, 0.28);
}

.pricing-hero-title {
  font-family: var(--serif);
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 14px;
}

.pricing-hero-title em {
  font-style: normal;
  color: var(--gold);
  position: relative;
}

.pricing-hero-title em::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 8px;
  background: rgba(184, 146, 74, 0.18);
  border-radius: 2px;
  z-index: -1;
}

.pricing-hero-lead {
  font-size: clamp(14px, 2vw, 16px);
  color: var(--ink2);
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 24px;
}

.pricing-hero-accent {
  color: var(--gold-hover);
  font-weight: 600;
  white-space: nowrap;
}

.pricing-sync-strip {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink2);
  max-width: 640px;
  margin: 0 auto;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(139, 105, 20, 0.08);
  border: 1px solid rgba(139, 105, 20, 0.18);
}

.pricing-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px clamp(16px, 4vw, 40px) 64px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
}

.pricing-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--outline-variant);
  border-radius: var(--r-xl);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform 0.28s var(--ease-spring),
    box-shadow 0.28s var(--ease-out),
    border-color 0.22s ease;
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-muted), var(--gold), var(--gold-muted));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.pricing-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(184, 146, 74, 0.08), transparent 70%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 146, 74, 0.5);
  box-shadow: var(--sh2);
}

.pricing-card:hover::before,
.pricing-card:hover::after {
  opacity: 1;
}

.pricing-card.featured {
  border-color: var(--gold);
  box-shadow: 0 4px 24px rgba(184, 146, 74, 0.14);
}

.pricing-card.featured::before {
  opacity: 1;
  height: 4px;
}

.pricing-card.featured:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(184, 146, 74, 0.22), var(--sh2);
}

.pricing-card h3 {
  font-size: 18px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.pricing-card .price {
  font-size: 32px;
  font-weight: 700;
  color: var(--ink);
  margin: 12px 0;
  position: relative;
  z-index: 1;
  transition: color 0.22s ease;
}

.pricing-card:hover .price,
.pricing-card.featured .price {
  color: var(--gold-hover);
}

.pricing-card .price small {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.22s ease;
}

.pricing-card:hover .price small {
  color: var(--ink2);
}

.pricing-card ul {
  list-style: none;
  flex: 1;
  margin: 16px 0 20px;
  font-size: 13px;
  color: var(--ink2);
  position: relative;
  z-index: 1;
}

.pricing-card li {
  padding: 6px 0 6px 14px;
  border-bottom: 1px solid var(--line);
  position: relative;
}

.pricing-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 50%;
  background: var(--gold-muted);
  transition: background 0.22s ease, transform 0.22s ease;
}

.pricing-card:hover li::before {
  background: var(--gold);
  transform: scale(1.15);
}

.pricing-card-cta {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.pricing-card-cta .btn-generate {
  width: 100%;
  justify-content: center;
}

.pricing-period-toggle {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  border: 1px solid rgba(184, 146, 74, 0.28);
  box-shadow: 0 2px 12px rgba(27, 28, 25, 0.05);
  backdrop-filter: blur(8px);
}

.pricing-period-btn {
  border: 1px solid transparent;
  background: transparent;
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
  color: var(--ink2);
  font-family: inherit;
  transition:
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    transform 0.2s var(--ease-spring);
}

.pricing-period-btn:hover:not(.active) {
  color: var(--gold-hover);
  background: rgba(184, 146, 74, 0.08);
}

.pricing-period-btn.active {
  background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
  box-shadow: var(--sh);
  color: var(--gold-hover);
  font-weight: 600;
  border-color: rgba(184, 146, 74, 0.35);
}

.pricing-card-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-hover) 100%);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
  box-shadow: 0 2px 8px rgba(184, 146, 74, 0.35);
  position: relative;
  z-index: 1;
}

.pricing-equiv {
  font-size: 12px;
  color: var(--text-muted);
  margin: -4px 0 8px;
}

.pricing-exclude {
  color: var(--text-muted);
  font-size: 12px;
}

.pricing-subtitle { font-size: clamp(20px, 3vw, 24px); margin-bottom: 16px; }

.pricing-enterprise-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding: 22px 26px;
  background: linear-gradient(135deg, rgba(184, 146, 74, 0.1) 0%, rgba(184, 146, 74, 0.04) 100%);
  border: 1px solid rgba(184, 146, 74, 0.28);
  border-radius: var(--r-xl);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.pricing-enterprise-strip:hover {
  border-color: rgba(184, 146, 74, 0.45);
  box-shadow: 0 4px 20px rgba(184, 146, 74, 0.1);
}

.pricing-enterprise-strip strong {
  color: var(--ink);
  font-size: 15px;
}

.pricing-compare-wrap { margin-top: 48px; }

.pricing-compare-scroll { overflow-x: auto; }

.pricing-compare-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 13px;
}

.pricing-compare-table th,
.pricing-compare-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  transition: background 0.18s ease;
}

.pricing-compare-table tbody tr:hover td {
  background: rgba(184, 146, 74, 0.05);
}

.pricing-compare-table th:first-child,
.pricing-compare-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.pricing-faq { margin-top: 48px; }

.pricing-faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 10px;
  background: var(--white);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.pricing-faq-item:hover {
  border-color: rgba(184, 146, 74, 0.35);
}

.pricing-faq-item[open] {
  border-color: rgba(184, 146, 74, 0.4);
  box-shadow: 0 4px 16px rgba(184, 146, 74, 0.08);
}

.pricing-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
  transition: color 0.18s ease;
}

.pricing-faq-item summary:hover {
  color: var(--gold-hover);
}

.pricing-faq-item p {
  margin-top: 10px;
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.55;
}

.help-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px clamp(16px, 4vw, 40px) 64px;
}

.help-section {
  margin-top: 32px;
  padding-top: 8px;
}

.help-section h2 {
  font-size: 18px;
  margin-bottom: 12px;
}

.help-list {
  margin-left: 1.2em;
  font-size: 14px;
  color: var(--ink2);
  line-height: 1.65;
}

.help-list li { margin-bottom: 8px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .pricing-card,
  .pricing-card::before,
  .pricing-card::after,
  .pricing-period-btn,
  .pricing-faq-item,
  .lookbook-track,
  .breed-feat,
  .explore-card,
  .breed-visual-img,
  .breed-quote,
  .lk-photo img,
  .mkt-hero-lifestyle img,
  .mkt-hero-visual-stack,
  .lb-gallery-item,
  .lb-lightbox-stage img {
    transition: none !important;
    animation: none !important;
  }

  .pricing-card:hover,
  .pricing-card.featured:hover,
  .breed-feat:hover,
  .explore-card:hover,
  .lk-card:hover .lk-photo img {
    transform: none;
  }

  .lookbook-track {
    will-change: auto;
  }
}

@media (max-width: 900px) {
  .hero,
  .mkt-hero-inner,
  .lb-hero,
  .pricing-hero,
  .explore-layout,
  .site-footer-inner,
  .pricing-teaser,
  .steps-row { grid-template-columns: 1fr; }
  .mkt-hero-inner {
    gap: 28px;
    padding-bottom: 32px;
    min-height: 0;
    align-items: start;
  }
  .mkt-hero-copy { max-width: none; align-self: auto; }
  .mkt-hero-visual {
    align-self: auto;
    min-height: clamp(360px, 78vw, 480px);
  }
  .mkt-hero-lifestyle {
    inset: 0;
  }
  .mkt-hero-lifestyle img {
    object-fit: contain;
    object-position: 92% 40%;
  }
  .mkt-hero-visual-stack {
    width: min(100%, 440px);
    margin: 20px auto 24px;
    padding: 0;
  }
  .mkt-hero-paper-shadow { left: 8px; }
  .mkt-piece-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mkt-brand-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 0 20px;
  }
  .bb-div { display: none; }
  .bb-right { justify-content: flex-start; padding: 0 clamp(20px, 4vw, 48px); }
  .bb-tagline { text-align: left; padding: 8px clamp(20px, 4vw, 48px) 0; }
  .mkt-hero-card { max-width: none; }
  .breed-stories-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .breed-stories-visual {
    position: static;
    order: -1;
  }
  .breed-visual-frame {
    margin-left: 0;
    max-width: min(360px, 100%);
  }
  .breed-quote:not(.is-active) {
    opacity: 1;
  }
}

@media (max-width: 520px) {
  .lk-card { flex: 0 0 86%; }
  .mkt-hero-path-hints { grid-template-columns: 1fr; }
  .mkt-hero-path-hint { text-align: left; padding-left: 2px; }
}

/* SEO: crawlable pattern links on /explore (also helps no-JS users) */
.seo-crawl-fallback {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line, #e8e0d5);
  font-size: 13px;
  color: var(--muted, #6b6560);
}
.seo-crawl-fallback h2 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--ink, #2a2520);
}
.seo-crawl-fallback ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.seo-crawl-fallback a {
  color: var(--accent, #c45c3e);
  text-decoration: none;
}
.seo-crawl-fallback a:hover {
  text-decoration: underline;
}

/* GEO: blog & comparison tables */
.blog-list { display: flex; flex-direction: column; gap: 28px; margin-top: 28px; }
.blog-card {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line, #e8e0d5);
}
.blog-card time {
  font-size: 12px;
  color: var(--muted, #6b6560);
  letter-spacing: 0.04em;
}
.blog-card h2 {
  font-size: 22px;
  margin: 8px 0 10px;
  line-height: 1.3;
}
.blog-card h2 a {
  color: var(--ink, #2a2520);
  text-decoration: none;
}
.blog-card h2 a:hover { color: var(--accent, #c45c3e); }
.blog-read-more {
  font-size: 14px;
  font-weight: 600;
  color: var(--accent, #c45c3e);
  text-decoration: none;
}
.blog-read-more:hover { text-decoration: underline; }
.blog-article time {
  font-size: 12px;
  color: var(--muted, #6b6560);
}
.blog-article-body {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink, #2a2520);
}
.blog-article-body h2 {
  font-size: 20px;
  margin: 32px 0 12px;
  line-height: 1.35;
}
.blog-article-body p { margin: 0 0 16px; }
.blog-article-body a { color: var(--accent, #c45c3e); }
.geo-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 14px;
}
.geo-compare-table th,
.geo-compare-table td {
  border: 1px solid var(--line, #e8e0d5);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.geo-compare-table th {
  background: var(--paper-2, #f7f3ed);
  font-weight: 600;
}
.geo-faq-list { margin-top: 8px; }
.geo-faq-item summary { cursor: pointer; }

/* ── INTL：海外站排版（配色仍走 Warm Paper token） ── */
body.marketing-page--intl .mkt-hero-copy .bb-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
}

body.marketing-page--intl .mkt-hero-title {
  font-family: var(--en);
  font-size: clamp(34px, 5.2vw, 54px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.06;
  text-wrap: balance;
  margin-bottom: 18px;
}

body.marketing-page--intl .mkt-hero-lead {
  font-size: 17px;
  line-height: 1.58;
  max-width: 38ch;
  color: var(--ink2);
}

body.marketing-page--intl .section-title {
  font-family: var(--en);
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.marketing-page--intl .section-label {
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ink2);
}

body.marketing-page--intl .mkt-hero-card .hero-card-dot {
  display: none;
}

body.marketing-page--intl .mkt-hero-card .hero-card-header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  margin-bottom: 0;
}

body.marketing-page--intl .breed-quote-text {
  font-family: var(--en);
  font-size: clamp(17px, 2.4vw, 21px);
}

body.marketing-page--intl .breed-quote-cite {
  font-family: var(--en);
  font-weight: 600;
}
