/* ============================================================
   紫微神算・我的紅線結婚緣 — Landing Page Styles
   品牌系統：科技紫微網（logo紫 #C029FF）
   主題版型：浪漫粉系＋克制留白＋輕命理元素
   ============================================================ */

/* -- design tokens ----------------------------------------- */
:root {
  /* paper / ground */
  --bg-paper:   #FAF4EF;
  --bg-blush:   #F5E5DD;
  --bg-rose:    #F9DDDB;
  --bg-card:    #FFFFFF;
  --bg-deep:    #2A1116;

  /* ink */
  --ink:        #2B1A1F;
  --ink-2:      #5B454C;
  --ink-3:      #8E7880;
  --ink-line:   #E7D7D2;
  --ink-line-2: #F1E4DE;

  /* brand-extended (this product) */
  --rose:       #B83A4A;
  --rose-deep:  #8B2738;
  --rose-soft:  #E8A6AE;
  --rose-mist:  #FBE3E5;
  --gold:       #A88555;
  --gold-soft:  #D8B98C;
  --gold-light: #EFE0C6;

  /* logo brand colours (sparing use) */
  --brand-purple: #C029FF;
  --brand-orange: #FFAC44;
  --brand-green:  #45D48A;

  /* type */
  --f-serif:  "Noto Serif TC", "Source Han Serif TC", "PingFang TC", serif;
  --f-sans:   "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  --f-num:    "Cormorant Garamond", "Noto Serif TC", serif;

  /* layout */
  --maxw:     1240px;
  --maxw-narrow: 960px;
  --pad-x:    clamp(20px, 4vw, 64px);
  --pad-y:    clamp(80px, 9vw, 140px);
  --radius:   14px;
  --radius-s: 8px;

  /* shadow */
  --sh-1: 0 1px 2px rgba(43,26,31,.05), 0 4px 12px rgba(43,26,31,.04);
  --sh-2: 0 4px 14px rgba(43,26,31,.06), 0 24px 60px rgba(184,58,74,.08);
  --sh-3: 0 30px 80px rgba(43,26,31,.16);
}

/* -- reset ------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg-paper);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .02em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; padding: 0; }
a { color: inherit; text-decoration: none; }

/* -- header / nav ------------------------------------------ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,244,239,.86);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(43,26,31,.06);
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px var(--pad-x);
  display: flex; align-items: center; gap: 28px;
}
.nav__logo {
  display: flex; align-items: center; gap: 10px;
  height: 30px;
}
.nav__logo img { height: 30px; width: auto; }
.nav__brand {
  font-family: var(--f-serif);
  font-size: 15px;
  letter-spacing: .25em;
  padding-left: 14px;
  margin-left: 4px;
  border-left: 1px solid var(--ink-line);
  color: var(--ink-2);
}
.nav__brand b { color: var(--rose); font-weight: 600; }
.nav__links {
  display: flex; align-items: center; gap: 28px;
  margin-left: auto;
  font-size: 14px;
  color: var(--ink-2);
}
.nav__links a { position: relative; padding: 6px 0; }
.nav__links a:hover { color: var(--rose); }
.nav__links a.has-caret::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transform: translateY(-2px);
}
.nav__member { display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--ink-2); }
.nav__member .pill {
  border: 1px solid var(--ink-line);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  letter-spacing: .18em;
  transition: .2s;
}
.nav__member .pill:hover { border-color: var(--rose); color: var(--rose); }

/* -- generic ----------------------------------------------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad-x); }
.wrap-narrow { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 var(--pad-x); }

.kicker {
  font-size: 13.5px; letter-spacing: .42em;
  color: var(--rose);
  font-weight: 500;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 14px;
  margin-right: -.42em;
}
.kicker::before, .kicker::after {
  content: ""; height: 1px; width: 28px; background: currentColor; opacity: .5;
}
.kicker.one::before { display: none; }
.kicker.one::after { display: none; }

h1, h2, h3, h4 { font-family: var(--f-serif); font-weight: 500; letter-spacing: .04em; margin: 0; }
.h-display {
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.18;
  letter-spacing: .03em;
}
.h-section {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.3;
  letter-spacing: .06em;
}
.h-sub {
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.5;
  letter-spacing: .08em;
  color: var(--ink-2);
}

.lead {
  font-size: 18px; line-height: 1.95; color: var(--ink-2);
  text-wrap: pretty;
}

.center { text-align: center; }
.muted { color: var(--ink-3); }
.rose  { color: var(--rose); }
.gold  { color: var(--gold); }

/* horizontal hairline divider with diamond */
.divider {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin: 20px auto; color: var(--gold);
}
.divider::before, .divider::after {
  content: "";
  height: 1px; width: 56px;
  background: currentColor; opacity: .55;
}
.divider .dot {
  width: 6px; height: 6px; background: currentColor;
  transform: rotate(45deg);
}

/* -- buttons ----------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px;
  font-size: 15.5px;
  letter-spacing: .22em;
  font-weight: 500;
  border-radius: 999px;
  transition: all .25s ease;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.btn--primary {
  background: linear-gradient(120deg, #C24A5A 0%, #8B2738 100%);
  color: #fff;
  box-shadow: 0 8px 24px -8px rgba(139,39,56,.55), inset 0 1px 0 rgba(255,255,255,.18);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -8px rgba(139,39,56,.6), inset 0 1px 0 rgba(255,255,255,.22);
}
.btn--primary .sub {
  font-size: 11.5px; letter-spacing: .14em; opacity: .85; margin-left: 4px;
  font-weight: 400;
}
.btn--ghost {
  background: #faf4f0;
  color: var(--rose-deep);
  border: 1px solid rgba(139,39,56,.35);
}
.btn--ghost:hover {
  background: #f4eae7;
  border-color: var(--rose-deep);
}
.btn--ghost .sub { font-size: 11.5px; opacity: .65; letter-spacing: .14em; margin-left: 4px; font-weight: 400;}

.btn--lg { padding: 20px 38px; font-size: 16.5px; }

/* -- hero -------------------------------------------------- */
.hero {
  position: relative;
  padding: clamp(60px, 8vw, 90px) 0 clamp(80px, 9vw, 140px);
  overflow: hidden;
  margin-top: 50px;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(60% 50% at 80% 20%, var(--rose-mist) 0%, transparent 70%),
    radial-gradient(70% 60% at 10% 90%, #F5E5DD 0%, transparent 70%),
    var(--bg-paper);
  background-size: 100% auto;
  background-image: url(../image/bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.hero__bg img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero__inner {
  position: relative; z-index: 2;
  max-width: var(--maxw);
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: flex;
  flex-direction: row;
  gap: clamp(24px, 4vw, 80px);
  align-items: center;
}
.hero__copy { width: 100%; margin: 0 auto;}
.hero__kicker { margin-bottom: 22px; }
.hero__title {
  font-size: clamp(56px, 7vw, 104px);
  line-height: 1.05;
  letter-spacing: .04em;
  font-weight: 500;
  font-family: var(--f-serif);
  color: var(--ink);
  margin-bottom: 14px;
  text-shadow: 0px 5px 10px rgba(255, 255, 255, 1);
}
.hero__title .em {
  color: var(--rose);
  position: relative;
  display: inline-block;
}
.hero__title .em::after {
  content: "";
  position: absolute;
  left: 6%; right: 6%; bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--rose) 40%, var(--rose) 60%, transparent);
  opacity: .55;
}
/* tagline between title & subtitle */
.hero__product {
  display: inline-flex; align-items: center; 
  font-family: var(--f-serif);
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .25em;
  color: var(--gold);
  margin: 18px 0 4px;
}
.hero__product .product_de{
  display: block;
}
.hero__product::before,
.hero__product::after {
  content: "";
  width: 22px; height: 1px;
  background: var(--gold-soft);
}
.hero__product::before{ margin-right: 14px; }
.hero__product::after {margin-left: 14px;}

.hero__subtitle {
  font-family: var(--f-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: .14em;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 18px 0 30px;
}
.hero__subtitle .slash { color: var(--gold); margin: 0 16px; }

/* hero price: flat info row, NOT a button. */
.hero__price {
  display: flex; align-items: baseline; gap: 14px;
  margin-bottom: 26px;
  font-size: 1.2rem;
  color: var(--ink-2);
  letter-spacing: .08em;
}
.hero__price .tag {
  display: inline-block;
  font-size: 1rem;
  padding: 4px 0;
  letter-spacing: .25em;
  color: var(--rose-deep);
  border-top: 1px solid var(--rose-deep);
  border-bottom: 1px solid var(--rose-deep);
  padding-left: 10px; padding-right: 10px;
  background: transparent;
  border-radius: 0;
}
.hero__price .now {
  font-family: var(--f-num);
  font-size: 2.6rem;
  color: var(--rose-deep);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1;
}
.hero__price .now small { font-size: 15px; margin-right: 3px; font-weight: 500; opacity: .85; }
.hero__price .old {
  font-family: var(--f-num);
  font-size: 18px;
  color: var(--ink-3);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  letter-spacing: .02em;
}

.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__trust {
  display:block;
  margin-top: 20px;
  display: flex; gap: clamp(20px, 3vw, 36px);
  color: var(--ink-3);
  font-size:1.2rm;
  letter-spacing: .12em;
}
 .hero__trust_de{
    display: none;

  }
.hero__trust b, .hero__trust_de b { color: var(--ink); font-family: var(--f-num); font-size: clamp(1.375rem, 1.2087rem + 0.3469vw, 1.625rem); font-weight: 600; display: block; }

.hero__art {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 480px;
}
.hero__photo {
  position: absolute; inset: 0;
  display: flex; align-items: flex-start; justify-content: center;
  z-index: 2;
  border-radius:50% 50% 30px 30px;

}
.hero__photo img {
  height:auto;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 40px rgba(43,26,31,.12));
  border-radius:50% 50% 30px 30px;
}
.hero__circle {
  position: absolute;
  left: 50%; top: 50%;
  width: 78%; aspect-ratio: 1;
  transform: translate(-50%, -52%);
  border-radius: 50%;
  background: radial-gradient(closest-side, #fff 30%, var(--rose-mist) 60%, transparent 100%);
  z-index: 1;
}
.hero__ring {
  position: absolute;
  left: 55%; top: 35%;
  width: 100%; aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid var(--gold-soft);
  opacity: .5;
  z-index: 1;
  border-radius:50% 50% 30px 30px;
}
.hero__seal {
  position: absolute;
  right: -2%; top: 6%;
  width: 96px; height: 96px;
  background: var(--rose-deep);
  color: #fff;
  border-radius: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--f-serif);
  font-size:1rem;
  line-height: 1.4;
  letter-spacing: .14em;
  transform: rotate(-8deg);
  box-shadow: 0 10px 30px -10px rgba(139,39,56,.55);
  padding: 8px;
}
.hero__seal b {
  display: block;
  font-size: 1.4rem;
  letter-spacing: .18em;
  margin-top: 0px;
  font-weight: 600;
}

/* the animated red thread - SVG now lives INSIDE .hero__art */
.hero__thread {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 88%;
  z-index: 2;
  pointer-events: none;
}
.hero__thread svg { width: 100%; height: 100%; overflow: visible; }
.hero__thread .thread-path {
  fill: none;
  stroke: #B83A4A;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: thread-draw 3.2s .4s ease-out forwards;
}
.hero__thread .thread-glow {
  fill: none;
  stroke: rgba(184,58,74,.25);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  filter: blur(4px);
  animation: thread-draw 3.2s .4s ease-out forwards;
}
@keyframes thread-draw { to { stroke-dashoffset: 0; } }

/* floating petals (decorative) */
.petals { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.petals svg {
  position: absolute;
  opacity: .55;
  animation: drift 18s linear infinite;
}
.petals svg:nth-child(1) { top: 12%; left: 8%; width: 28px; animation-duration: 22s; }
.petals svg:nth-child(2) { top: 30%; left: 4%; width: 18px; animation-duration: 28s; animation-delay: -8s; opacity:.35;}
.petals svg:nth-child(3) { top: 70%; left: 14%; width: 22px; animation-duration: 24s; animation-delay: -4s;}
.petals svg:nth-child(4) { top: 10%; right: 22%; width: 16px; animation-duration: 30s; animation-delay: -12s; opacity:.4;}
.petals svg:nth-child(5) { top: 50%; right: 6%; width: 24px; animation-duration: 26s; animation-delay: -16s;}
.petals svg:nth-child(6) { top: 82%; right: 18%; width: 20px; animation-duration: 32s; animation-delay: -20s; opacity:.45;}
@keyframes drift {
  0%   { transform: translateY(0) translateX(0) rotate(0deg); }
  50%  { transform: translateY(-30px) translateX(20px) rotate(180deg); }
  100% { transform: translateY(0) translateX(0) rotate(360deg); }
}

/* -- sections (generic) ------------------------------------ */
section { position: relative; }
.sec {
  padding: var(--pad-y) 0;
  position: relative;
}
.sec--blush { background: var(--bg-blush); }
.sec--rose  { background: linear-gradient(180deg, var(--bg-blush) 0%, var(--bg-rose) 100%); }
.sec--card  { background: var(--bg-card); }
.sec--deep {
  background: var(--bg-deep);
  color: #F2E0DC;
}
.sec--deep .h-section { color: #FBE3E5; }
.sec--deep .lead { color: #DEC6CC; }
.sec--deep .muted { color: #8E7880; }

.sec__head {
  text-align: center;
  margin-bottom: clamp(50px, 6vw, 80px);
}
.sec__head .kicker { margin-bottom: 18px; }
.sec__head .h-section { margin-bottom: 14px; }

/* -- pull-quote (情感共感) ---------------------------------- */
.pull {
  padding: clamp(80px, 9vw, 140px) 0;
  text-align: center;
  background: var(--bg-paper);
}
.pull__q {
  font-family: var(--f-serif);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.75;
  letter-spacing: .12em;
  color: var(--ink);
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.pull__q::before {
  content: "「";
  position: absolute;
  left: -.6em; top: -.2em;
  color: var(--gold-soft);
  font-size: 1.3em;
}
.pull__q::after {
  content: "」";
  position: absolute;
  right: -.6em; bottom: -.4em;
  color: var(--gold-soft);
  font-size: 1.3em;
}
.pull__by {
  margin-top: 36px;
  letter-spacing: .35em;
  font-size: 14px;
  color: var(--ink-3);
}

/* -- chapter map (12 件事) --------------------------------- */
.chapters { display: grid; gap: 28px; }
.chapter {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius);
  padding: 40px clamp(28px, 4vw, 56px);
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: clamp(20px, 4vw, 56px);
  align-items: stretch;
  box-shadow: var(--sh-1);
  transition: all .35s ease;
}
.chapter:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh-2);
  border-color: var(--rose-soft);
}
.chapter__no {
  font-family: var(--f-num);
  color: var(--rose);
  display: flex; flex-direction: column; align-items: flex-start;
  justify-content: flex-start;
  padding-top: 4px;
}
.chapter__no .ch {
  font-size: 11px; letter-spacing: .4em; color: var(--ink-3);
  margin-bottom: 6px;
}
.chapter__no .num {
  font-size: 84px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--rose);
  font-variant-numeric: oldstyle-nums;
}
.chapter__body { display: flex; flex-direction: column; gap: 20px; }
.chapter__title {
  font-family: var(--f-serif);
  font-size: clamp(24px, 2.2vw, 30px);
  letter-spacing: .14em;
  color: var(--ink);
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink-line);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
.chapter__items {
  display: grid; gap: 14px;
  margin: 0; padding: 0;
}
.chapter__items li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px dashed var(--ink-line);
  font-size: 16px;
  color: var(--ink-2);
  letter-spacing: .06em;
  line-height: 1.7;
}
.chapter__items li:first-child { border-top: 0; padding-top: 0; }
.chapter__items .ico {
  flex-shrink: 0;
  width: 22px; height: 22px;
  display: grid; place-items: center;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  color: var(--gold);
  font-size: 11px;
  margin-top: 2px;
}
.chapter__items b { color: var(--ink); font-weight: 600; }

/* -- preview cards ---------------------------------------- */
.preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.preview__card {
  background: var(--bg-card);
  border-radius: var(--radius);
  border: 1px solid var(--ink-line);
  padding: 28px 26px 30px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  transition: all .3s;
}
.preview__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
}
.preview__no {
  font-family: var(--f-num);
  font-size: 13px;
  letter-spacing: .3em;
  color: var(--gold);
}
.preview__title {
  font-family: var(--f-serif);
  font-size: 21px;
  letter-spacing: .12em;
  color: var(--ink);
  line-height: 1.5;
}
.preview__art {
  margin-top: auto;
  height: 130px;
  border-top: 1px dashed var(--ink-line);
  padding-top: 18px;
  display: flex; align-items: center; justify-content: center;
}

/* the mini命盤 chart */
.mini-chart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  width: 100%; height: 100%;
  gap: 1px;
  background: var(--ink-line);
  border: 1px solid var(--ink-line);
}
.mini-chart .cell {
  background: var(--bg-card);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-serif);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: .12em;
}
.mini-chart .cell.lit { background: var(--rose-mist); color: var(--rose-deep); }
.mini-chart .cell.gold { background: #FBF1DF; color: var(--gold); }
.mini-chart .cell.core {
  grid-column: 2 / 4; grid-row: 2 / 4;
  background: var(--bg-paper);
  font-size: 14px; color: var(--ink);
  letter-spacing: .3em;
}

/* mini traits */
.mini-traits {
  display: flex; flex-direction: column; gap: 8px;
  width: 100%;
}
.mini-traits .row {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--ink-3);
  letter-spacing: .14em;
}
.mini-traits .row .k { width: 64px; color: var(--ink-2); }
.mini-traits .row .v { color: var(--rose-deep); font-weight: 600; }
.mini-traits .row .bar {
  flex: 1;
  height: 4px; border-radius: 999px;
  background: var(--ink-line);
  overflow: hidden;
}
.mini-traits .row .bar i {
  display: block; height: 100%;
  background: linear-gradient(90deg, var(--rose-soft), var(--rose));
}

/* mini timeline */
.mini-timeline {
  width: 100%;
  display: flex; flex-direction: column; gap: 16px;
}
.mini-timeline .axis {
  position: relative; height: 2px;
  background: var(--ink-line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  margin-top: 18px;
}
.mini-timeline .pin {
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--rose-soft);
  justify-self: center;
  position: relative;
}
.mini-timeline .pin.peak {
  background: var(--rose);
  border-color: var(--rose);
  box-shadow: 0 0 0 6px rgba(184,58,74,.12);
}
.mini-timeline .pin.peak::after {
  content: "★";
  position: absolute;
  top: -22px; left: 50%; transform: translateX(-50%);
  color: var(--gold);
  font-size: 11px;
}
.mini-timeline .scale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-family: var(--f-num);
  font-size: 12.5px;
  color: var(--ink-3);
  text-align: center;
}
.mini-timeline .scale span.peak { color: var(--rose-deep); font-weight: 600; }

/* mini ribbon */
.mini-ribbon {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
}
.mini-ribbon .seal {
  width: 64px; height: 64px;
  border: 1px solid var(--gold);
  display: grid; place-items: center;
  font-family: var(--f-serif);
  font-size: 22px;
  color: var(--rose-deep);
  letter-spacing: 0;
  position: relative;
  background: var(--bg-paper);
}
.mini-ribbon .seal::before {
  content: "";
  position: absolute; inset: 4px;
  border: 1px solid var(--gold-soft);
}
.mini-ribbon .note {
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--ink-3);
}

/* -- why 紫微 / unit help (two-col) ------------------------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.two-col h3 {
  font-size: 26px;
  letter-spacing: .12em;
  margin-bottom: 24px;
  color: var(--ink);
}
.two-col .small-kicker {
  font-size: 12px; letter-spacing: .35em;
  color: var(--rose);
  margin-bottom: 14px;
}
.bullet-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 22px; }
.bullet-list li {
  display: grid; grid-template-columns: 40px 1fr; gap: 18px; align-items: start;
}
.bullet-list .b-no {
  font-family: var(--f-num);
  color: var(--rose);
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 6px;
  text-align: center;
}
.bullet-list .b-t {
  font-family: var(--f-serif);
  font-size: 18px;
  letter-spacing: .1em;
  color: var(--ink);
  margin-bottom: 6px;
}
.bullet-list .b-d {
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.85;
}

/* -- testimonials ----------------------------------------- */
.testi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.testi__card {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 44px clamp(28px, 4vw, 48px);
  position: relative;
  border: 1px solid var(--ink-line);
  box-shadow: var(--sh-1);
}
.testi__card::before {
  content: "”";
  position: absolute;
  top: 14px; right: 26px;
  font-family: var(--f-serif);
  font-size: 80px;
  color: var(--rose-mist);
  line-height: 1;
}
.testi__quote {
  font-family: var(--f-serif);
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: .03em;
  color: var(--ink);
  text-wrap: pretty;
  margin-right: -.03em;
}
/* 每個段落之間留呼吸空間（搭配 <p> 使用） */
.testi__quote p {
  margin: 0 0 1.05em;
}
.testi__quote p:last-child { margin-bottom: 0; }
/* 若仍使用 <br>，至少讓行距更鬆 */
.testi__quote br { line-height: 2.4; }
.testi__meta {
  margin-top: 28px;
  display: flex; align-items: center; gap: 14px;
  padding-top: 22px;
  border-top: 1px solid var(--ink-line);
}
.testi__ava {
  width: 50px; height: 50px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--f-serif);
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  flex-shrink: 0;
}
.testi__ava.rose { background: linear-gradient(135deg, #E8A6AE, #B83A4A); }
.testi__ava.gold { background: linear-gradient(135deg, #D8B98C, #A88555); }
.testi__who { display: flex; flex-direction: column; }
.testi__who .name { font-weight: 600; letter-spacing: .12em; color: var(--ink);}
.testi__who .who  { font-size: 12.5px; color: var(--ink-3); letter-spacing: .15em; margin-top: 2px; }
.testi__tag {
  display: inline-block;
  margin-top: 4px;
  font-size: 11.5px;
  letter-spacing: .2em;
  color: var(--rose);
  border: 1px solid currentColor;
  padding: 3px 10px;
  border-radius: 999px;
}

/* -- master (founder) -------------------------------------- */
.master {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.master__photo {
  position: relative;
  aspect-ratio:  / 4;
  background: var(--bg-blush);
  border-radius:999px 999px 80px 80px;
  overflow: hidden;
}
.master__photo img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center top;
  border-radius:999px 999px 80px 80px;
}
.master__photo::after {
  content: "";
  position: absolute; inset: 0;
  border-radius:999px 999px 80px 80px;
  border: 1px solid var(--gold-soft);
  pointer-events: none;
}
.master__stamp {
  position: absolute;
  bottom: 18px; right: 18px;
  width: 84px; height: 84px;
  border-radius: 50%;
  background: #fff;
   place-items: center;
  text-align: center;
  font-family: var(--f-serif);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .15em;
  padding-top: 18px;
  color: var(--rose-deep);
  border: 1px solid var(--gold-soft);
  box-shadow: var(--sh-1);
}
.master__stamp b { display: block; font-size: 18px; color: var(--rose-deep); }
.master__copy .kicker { margin-bottom: 24px; }
.master__name {
  font-family: var(--f-serif);
  font-size: 44px;
  letter-spacing: .12em;
  margin-bottom: 10px;
}
.master__title {
  font-family: var(--f-serif);
  font-size: 18px;
  color: var(--gold);
  letter-spacing: .25em;
  margin-bottom: 26px;
}
.master__quote {
  font-family: var(--f-serif);
  font-size: 22px;
  line-height: 1.85;
  letter-spacing: .12em;
  color: var(--ink);
  padding-left: 18px;
  border-left: 2px solid var(--rose);
  margin: 26px 0 30px;
}
.master__bullets {
  display: grid; gap: 14px;
  font-size: 15px;
  color: var(--ink-2);
}
.master__bullets li {
  list-style: none;
  display: flex; gap: 14px; align-items: flex-start;
}
.master__bullets li::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--gold);
  transform: rotate(45deg);
  margin-top: 10px; flex-shrink: 0;
}

/* -- CTA form section ------------------------------------- */
.cta {
  position: relative;
  background:
    radial-gradient(40% 40% at 30% 0%, rgba(184,58,74,.18), transparent 60%),
    radial-gradient(40% 40% at 80% 100%, rgba(168,133,85,.18), transparent 60%),
    var(--bg-deep);
  color: #F2E0DC;
  padding: clamp(80px, 9vw, 140px) 0;
  overflow: hidden;
}
.cta__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  box-sizing: border-box;
}
.cta__inner > * {
  min-width: 0; 
}
.cta .kicker { color: #E8A6AE; }
.cta .kicker::before, .cta .kicker::after { background: #E8A6AE; }
.cta__title {
  font-family: var(--f-serif);
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.45;
  letter-spacing: .04em;
  color: #FBE3E5;
  margin: 18px 0 24px;
}
.cta__title em { color: #E8A6AE; font-style: normal; }
.cta__lead { color: #C9AEB4; font-size: 16px; line-height: 1.95; max-width: 460px; }

.cta__price {
  margin: 30px 0 0;
  display: flex; align-items: baseline; gap: 20px;
  font-family: var(--f-serif);
}
.cta__price .tag {
  display: inline-block;
  font-size: 0.9rem;
  letter-spacing: .25em;
  color: #2A1116;
  background: var(--gold-soft);
  padding: 5px 12px;
  border-radius: 999px;
  letter-spacing: .25em;
}
.cta__price .now {
  font-family: var(--f-num);
  font-size: 56px;
  color: #FBE3E5;
  font-weight: 600;
  letter-spacing: .02em;
}
.cta__price .now small { font-size: 30px; vertical-align: baseline; margin-right: 6px; }
.cta__price .old {
  font-family: var(--f-num);
  font-size: 22px;
  color: #8E7880;
  text-decoration: line-through;
}
.cta__hint { margin-top: 6px; font-size: 12px; letter-spacing: .25em; color: #8E7880; }

/* form */
.form {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: clamp(28px, 3vw, 40px);
  box-sizing: border-box;
}
.form__title {
  font-family: var(--f-serif);
  font-size: 18px;
  letter-spacing: .25em;
  color: #FBE3E5;
  margin: 0 0 22px;
  display: flex; align-items: center; gap: 14px;
}
.form__title::after {
  content: ""; flex: 1; height: 1px; background: rgba(232,166,174,.3);
}
.field {
  display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 18px;
}
.field label {
  font-size: 12.5px; letter-spacing: .25em; color: #C9AEB4;
}
.field input, .field select {
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(232,166,174,.22);
  border-radius: 8px;
  padding: 13px 14px;
  color: #fff;
  outline: none;
  transition: border .2s;
  font-size: 14.5px;
  letter-spacing: .08em;
  -webkit-appearance: none; appearance: none;
}
.field input::placeholder { color: #8E7880; }
.field input:focus, .field select:focus { border-color: var(--rose-soft); }
.field select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%23E8A6AE' stroke-width='1.5' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 11px;
  padding-right: 36px;
}
.field-row {
  display: grid; gap: 10px;
}
.field-row.cols-2 { grid-template-columns: 1fr 1fr; }
.field-row.cols-4 { grid-template-columns: repeat(4, 1fr); }
.gender-toggle {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.gender-toggle label {
  cursor: pointer;
  padding: 13px 0;
  text-align: center;
  border: 1px solid rgba(232,166,174,.22);
  border-radius: 8px;
  color: #C9AEB4;
  transition: all .2s;
  letter-spacing: .25em;
  font-size: 14px;
}
.gender-toggle input { display: none; }
.gender-toggle input:checked + label,
.gender-toggle label.is-active {
  background: var(--rose);
  border-color: var(--rose);
  color: #fff;
}
.form__actions {
  margin-top: 26px;
  
}
.form__actions .btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.form__actions .btn--ghost {
  background: transparent;
  border-color: rgba(232,166,174,.35);
  color: #FBE3E5;
}
.form__actions .btn--ghost:hover { background: rgba(255,255,255,.06); border-color: #FBE3E5; }
.form__note {
  margin-top: 14px;
  font-size: 11.5px;
  letter-spacing: .2em;
  color: #8E7880;
  text-align: center;
}

/* -- footer ----------------------------------------------- */
.foot {
  background: #1B0B0F;
  color: #8E7880;
  padding: 70px 0 90px;
  font-size: 14px;
}
.foot__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.foot__brand img { height: 36px; }
.foot__brand .slogan {
  margin-top: 16px;
  font-family: var(--f-serif);
  font-size: 14px;
  letter-spacing: .25em;
  color: #C9AEB4;
}
.foot__brand .slogan b { color: var(--rose-soft); font-weight: 500; }
.foot h5 {
  font-family: var(--f-serif);
  color: #DEC6CC;
  font-size: 14px;
  letter-spacing: .25em;
  margin: 0 0 18px;
  font-weight: 500;
}
.foot ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; font-size: 13.5px; }
.foot a:hover { color: #FBE3E5; }
.foot__bot {
  display: flex; flex-wrap: wrap; gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 12.5px;
  color: #6E5A60;
  letter-spacing: .08em;
}
.foot__bot a { color: #8E7880; }
.foot__bot a:hover { color: #DEC6CC; }

/* -- sticky bottom CTA ------------------------------------ */
.sticky-cta {
  position: fixed;
  bottom: 16px; left: 50%;
  transform: translateX(-50%);
  z-index: 60;
  background: #2A1116;
  border: 1px solid rgba(232,166,174,.2);
  border-radius: 999px;
  padding: 10px 12px 10px 22px;
  display: flex; align-items: center; gap: 18px;
  box-shadow: 0 20px 50px rgba(43,17,22,.4);
  transition: opacity .35s, transform .35s;
  opacity: 0;
  pointer-events: none;
  max-width: calc(100vw - 32px);
}
.sticky-cta.is-visible { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.sticky-cta__l {
  color: #DEC6CC;
  font-family: var(--f-serif);
  font-size: 1.1rem;
  letter-spacing: .15em;
  display: flex; align-items: baseline; gap: 8px;
  white-space: nowrap;
}
.sticky-cta__l .now {
  font-family: var(--f-num);
  font-size: 1.5rem;
  color: #FBE3E5;
  font-weight: 600;
}
.sticky-cta__l .now small { font-size: 1rem; opacity: 1; }
.sticky-cta__l .old {
  font-family: var(--f-num);
  font-size: 1rem; color: #6E5A60; text-decoration: line-through;
}
.sticky-cta .btn--primary { padding: 5px 22px; font-size: 1.1rem; letter-spacing: .2em; }

/* -- why-grid (single-column, centered, 4 reasons in 2x2) ----- */
.why-grid {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.why-grid__head { margin-bottom: clamp(40px, 5vw, 60px); }
.why-grid h3 {
  font-size: clamp(24px, 2.6vw, 30px);
  letter-spacing: .12em;
  color: var(--ink);
  line-height: 1.55;
  font-weight: 500;
  margin: 0;
}
.why-grid .small-kicker {
  font-size: 13.5px; letter-spacing: .35em;
  color: var(--rose);
  margin-bottom: 14px;
}
.why-list {
  list-style: none; padding: 0; margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px clamp(36px, 5vw, 64px);
  text-align: left;
}
.why-list > li {
  display: grid; grid-template-columns: 56px 1fr; gap: 22px; align-items: start;
}
.why-list .b-no {
  font-family: var(--f-num);
  color: var(--rose);
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid var(--gold-soft);
  padding-bottom: 8px;
  text-align: center;
}
.why-list .b-t {
  font-family: var(--f-serif);
  font-size: 19px;
  letter-spacing: .12em;
  color: var(--ink);
  margin-bottom: 6px;
}
.why-list .b-d {
  font-size: 15px;
  color: var(--ink-2);
  line-height: 1.9;
  letter-spacing: .04em;
}

/* -- FAQ accordion (SEO 常見問題) ------------------------- */
.faq {
  max-width: 760px;
  margin: 0 auto;
  display: grid; gap: 14px;
}
.faq__item {
  background: var(--bg-card);
  border: 1px solid var(--ink-line);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .25s;
}
.faq__item[open] { border-color: var(--rose-soft); }
.faq__q {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-family: var(--f-serif);
  font-size: 17px;
  letter-spacing: .08em;
  color: var(--ink);
  display: flex; align-items: center; gap: 16px;
  font-weight: 500;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: "";
  margin-left: auto;
  flex-shrink: 0;
  width: 14px; height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M2 4l4 4 4-4' stroke='%23B83A4A' stroke-width='1.6' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .25s;
}
.faq__item[open] .faq__q::after { transform: rotate(180deg); }
.faq__a {
  padding: 0 26px 24px;
  font-size: 15px;
  line-height: 1.95;
  color: var(--ink-2);
  letter-spacing: .04em;
  margin: 0;
  text-wrap: pretty;
}

/* -- reveal animations ------------------------------------ */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .9s ease, transform .9s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }

/* -- responsive --------------------------------------------------------- */
@media (max-width: 1100px) {
  .hero__inner { flex-direction: row;}
  .hero__art   { min-height: 420px; }
}

@media (max-width: 980px) {
  :root { --pad-x: 22px; --pad-y: clamp(64px, 10vw, 100px); }

  /* nav */
  .nav__inner { gap: 14px; padding: 12px var(--pad-x); }
  .nav__logo img { height: 26px; }
  .nav__brand { display: none; }
  .nav__links { display: none; }
  .nav__member .pill { font-size: 13px; padding: 7px 14px; }

  /* hero */
  .hero { padding-top: 24px; padding-bottom: 56px; }
  .hero__inner {
    display: flex;
    flex-direction: row;
    
  }
  .hero__art  {
    aspect-ratio: 1 / 1;
    min-height: 0;
    height: auto;
    max-width: 320px;
    max-height: none;
    margin: 0px auto 0;
    width: 100%;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-content:center;
    margin-top: -30%;
   
   

  }
  .hero__copy  { padding-right: none; text-align: left; width: 95%; margin: 0 auto;}
  .hero__title { font-size: clamp(58px, 14.5vw, 76px); letter-spacing: .02em; line-height: 1.08;  }
  .hero__product {
    font-size: 1.1rem;
    letter-spacing: .18em;
    margin: 5px auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .hero__product::before, .hero__product::after { width: 12px; }
  .hero__product .product_de{
    display: none;
  }
  .hero__subtitle {
    font-size: 1.12rem;
    letter-spacing: .08em;
    line-height: 1.75;
    text-align: left;
    margin: 5px auto 10px;
  }
  .hero__price { flex-wrap: wrap; gap: 8px 14px; margin-bottom: 22px; }
  .hero__price .tag { font-size: 0.9rem; }
  .hero__price .now { font-size: 1.7rem; }
  .hero__price .old { font-size: 1rem; }
  .hero__ctas { gap: 10px; }
  .hero__ctas .btn {
    width: 100%;
    padding: 12px 22px;
    font-size: 1.1rem;
    letter-spacing: .12em;
    flex-wrap: wrap;
    text-align: center;
  }
  /* stack sub-text under main label on mobile */
  .hero__ctas .btn .sub {
    margin-left: 0;
    margin-top: 4px;
    font-size: 0.8rem;
    letter-spacing: .14em;
  }
  .hero__trust {
    display:block;
    margin-top: 20px;
    display: flex; gap: clamp(20px, 3vw, 36px);
    color: var(--ink-3);
    font-size:1rem;
    letter-spacing: .12em;
  }
   .hero__trust_de{
    display:none;
    }
  .hero__trust b , .hero__trust_de b{ font-size: clamp(1.375rem, 1.2087rem + 0.3469vw, 1.625rem); }
  /* photo block on mobile: circular framed portrait, tightly placed under trust row */

  .hero__circle {
    width: 100%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    background: radial-gradient(closest-side, var(--bg-blush) 35%, var(--rose-mist) 70%, transparent 100%);
  }
  .hero__ring {
    width: 100%;
    aspect-ratio: 1;
    left: 55%; top:45%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--gold-soft);
    opacity: .55;
  }
  .hero__photo {
    position: absolute;
    inset: 0;
    align-items: center;
    overflow: hidden;
    border-radius:50% 50% 30px 30px;
  }
  .hero__photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 18%;
    filter: none;
    border-radius:50% 50% 30px 30px;
  }
  .hero__thread { height: 100%; inset: 0; top: 0; }
  .hero__seal {
    width: 70px; height: 70px;
    font-size: .7rem;
    letter-spacing: .1em;
    top: 6%; right: -2%;
    transform: rotate(-6deg);
    padding: 4px;
  }
  .hero__seal b { font-size: 1rem; letter-spacing: .15em;  }

  /* sections */
  .sec__head { margin-bottom: 40px; }
  .h-section { font-size: clamp(28px, 6vw, 36px); letter-spacing: .04em; }
  .sec__head .lead { font-size: 15.5px; line-height: 1.95; text-align: left; }

  /* pull quote */
  .pull { padding: 70px 0; }
  .pull__q { font-size: clamp(22px, 5vw, 30px); line-height: 1.85; letter-spacing: .06em; }
  .pull__q::before, .pull__q::after { font-size: 1.2em; }
  .pull__by { font-size: 11.5px; letter-spacing: .25em; margin-top: 28px; }

  /* chapters */
  .chapter {
    grid-template-columns: 1fr; gap: 20px;
    padding: 28px 22px;
  }
  .chapter__no { flex-direction: row; align-items: baseline; gap: 18px; padding-top: 0; }
  .chapter__no .ch { font-size: 10px; letter-spacing: .35em; margin-bottom: 0; }
  .chapter__no .num { font-size: 48px; }
  .chapter__body { gap: 14px; }
  .chapter__title {
    font-size: 22px;
    letter-spacing: .1em;
    white-space: normal;
    padding-bottom: 14px;
  }
  .chapter__items li {
    font-size: 15.5px;
    line-height: 1.85;
    padding: 14px 0;
    gap: 12px;
  }
  .chapter__items .ico { width: 22px; height: 22px; font-size: 11px; }

  /* preview cards */
  .preview { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .preview__card { padding: 24px 22px 26px; min-height: 280px; gap: 14px; }
  .preview__title { font-size: 30px; line-height: 1.45; letter-spacing: .08em; }
  .preview__no { font-size: 12.5px; }
  .preview__card p { font-size: 14.5px !important; line-height: 1.85 !important; }

  /* why */
  .why-grid { text-align: left; }
  .why-grid h3 { font-size: 22px; line-height: 1.6; }
  .why-grid h3 br { display: none; }
  .why-grid .small-kicker { font-size: 11.5px; }
  .why-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .why-list > li { grid-template-columns: 48px 1fr; gap: 16px; }
  .why-list .b-no { font-size: 26px; }
  .why-list .b-t { font-size: 17px; }
  .why-list .b-d { font-size: 15px; line-height: 1.9; }

  /* testimonials */
  .testi { grid-template-columns: 1fr; gap: 18px; }
  .testi__card { padding: 32px 24px; }
  .testi__quote { font-size: 16px; line-height: 1.95; letter-spacing: .02em; }
  .testi__card::before { font-size: 60px; top: 8px; right: 18px; }
  .testi__who .who { font-size: 12.5px; }
  .testi__tag { font-size: 11.5px; }

  /* master */
  .master { grid-template-columns: 1fr; gap: 40px; }
  .master__photo { aspect-ratio: 4 / 4; max-width: 300px; margin: 0 auto; border-radius:999px 999px 80px 80px; }
  .master__photo::after { border-radius: 999px 999px 80px 80px; }
  .master__stamp { width: 70px; height: 70px; font-size: 10.5px; bottom: 12px; right: 12px; }
  .master__stamp b { font-size: 15px; }
  .master__name { font-size: 34px; }
  .master__title { font-size: 15px; letter-spacing: .2em; margin-bottom: 20px; }
  .master__quote { font-size: 18px; letter-spacing: .08em; line-height: 1.8; }
  .master__bullets { font-size: 15px; line-height: 1.85; }

  /* cta */
  .cta__inner { grid-template-columns: 1fr; gap: 32px; }
  .cta__title { font-size: clamp(26px, 6vw, 34px); line-height: 1.45; letter-spacing: .04em; text-align: left; }
  .cta__lead  { font-size: 15px; line-height: 1.95; text-align: left; }
  .cta__price .now { font-size: 44px; }
  .cta__price .now small { font-size: 20px; }
  .cta__price .old { font-size: 18px; }
  .cta__hint { font-size: 11.5px; letter-spacing: .18em; }
  .form { padding: 24px 12px 28px; }
  .form__title { font-size: 16px; letter-spacing: .2em; margin-bottom: 18px; }
  .field input, .field select { font-size: 16px; padding: 14px; }
  .field label { font-size: 13px; }
  .gender-toggle label { padding: 14px 0; font-size: 15px; }
  .form__actions .btn { padding: 18px 22px; font-size: 15px; letter-spacing: .18em; }
  .form__note { font-size: 12px; letter-spacing: .15em; }

  /* footer */
  .foot { padding: 50px 0 110px; font-size: 13.5px; }
  .foot__top { grid-template-columns: 1fr 1fr; gap: 28px; padding-bottom: 36px; }
  .foot__brand { grid-column: 1 / -1; }
  .foot__brand img { height: 30px; }
  .foot h5 { font-size: 13px; margin-bottom: 14px; }
  .foot ul { gap: 10px; font-size: 13.5px; }
  .foot__bot { font-size: 12px; line-height: 1.9; gap: 14px; margin-top: 28px; }

  /* sticky CTA on mobile - full width */
  .sticky-cta {
    bottom: 12px; left: 12px; right: 12px;
    width: auto; max-width: none;
    transform: none;
    border-radius: 999px;
    padding: 8px 8px 8px 18px;
    gap: 12px;
  }
  .sticky-cta.is-visible { transform: none; }
  .sticky-cta__l { font-size: 1rem; letter-spacing: .08em; }
  .sticky-cta__l .now { font-size: 1.2rem; }
  .sticky-cta__l .now small { font-size: 1rem; }
  .sticky-cta .btn--primary { padding: 5px 18px; font-size: 1.1rem; letter-spacing: .15em; flex-shrink: 0; }

  .field-row.cols-4 { grid-template-columns: 1fr 1fr; }

  /* FAQ mobile */
  .faq__q { padding: 18px 20px; font-size: 16px; letter-spacing: .04em; line-height: 1.55; }
  .faq__a { padding: 0 20px 20px; font-size: 14.5px; line-height: 1.95; }
}

@media (max-width: 560px) {
  .preview { grid-template-columns: 1fr; gap: 14px; }
  .preview__card { min-height: 0; }
  .foot__top { grid-template-columns: 1fr; }
  .foot__brand { grid-column: auto; }
  .sticky-cta__l .old { display: none; }
  .hero__seal { width: 64px; height: 64px; font-size: .7rem; }
  .hero__seal b { font-size: 1rem; }
  .chapter__no .num { font-size: 42px; }
  .hero__title { font-size: clamp(3.25rem, 2.079vw + 2.712rem, 4.375rem);
line-height: clamp(3.9rem, 3.303vw + 3.045rem, 5.688rem); }
  .cta__title { font-size: clamp(24px, 7vw, 30px); }


  .hero__copy  { padding-right:none; text-align: left;  width: 100%; margin: 0 auto;}

  .hero__bg {
    position: absolute; inset: 0; z-index: 1;
    background:
      radial-gradient(60% 50% at 80% 20%, var(--rose-mist) 0%, transparent 70%),
      radial-gradient(70% 60% at 10% 90%, #F5E5DD 0%, transparent 70%),
      var(--bg-paper);
    background-size: 100% auto;
    background-image: url(../image/bg_mb.jpg);
    background-position: top center;
    background-repeat: no-repeat;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;

  }

    .hero__art  {
    aspect-ratio: 1 / 1;
    min-height: 0;
    height: auto;
    max-width: 320px;
    max-height: none;
    margin: 18px auto 0;
    width: 100%;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    position: relative;
    display: flex;
    flex-wrap: top;
  }

  .hero__trust {
    display: none;
  }
   .hero__trust_de{
    display:block;
      margin-top: 0px;
      display: flex; gap: clamp(20px, 3vw, 36px);
      color: var(--ink-3);
      font-size:1rem;
      letter-spacing: .12em;
    }
  .hero__trust b , .hero__trust_de b{ font-size: clamp(1.375rem, 1.2087rem + 0.3469vw, 1.625rem); }
    
  

}
