/* MIYO 日式美睫嫁接基礎實戰 — Landing Page styles */
@import url('assets/colors_and_type.css');

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--cream-50); overflow-x: hidden; }
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { text-decoration: none; }

/* gentle orb floating */
@keyframes orb-float {
  0%, 100% { transform: translateY(0) translateX(0); }
  25%      { transform: translateY(-22px) translateX(4px); }
  50%      { transform: translateY(-30px) translateX(-2px); }
  75%      { transform: translateY(-14px) translateX(-5px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-orb, .instr-orb { animation: none; }
}

/* ========== shared utilities ========== */
.paper-grid {
  background-image:
    linear-gradient(to right, rgba(154,114,83,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(154,114,83,0.06) 1px, transparent 1px);
  background-size: 18px 18px;
}
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container { padding: 0 32px; } }

.eyebrow-row {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--bronze-600); font-weight: 500;
}
.eyebrow-row::before, .eyebrow-row::after {
  content: none;
}

.section-title {
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: clamp(26px, 5vw, 36px); line-height: 1.35;
  letter-spacing: 0.08em; color: var(--ink-900);
  margin: 12px 0 12px;
}
.section-title em { font-style: normal; color: var(--bronze-700); }
.section-sub {
  font-size: 14.5px; line-height: 1.85; color: var(--ink-500);
  letter-spacing: 0.04em; margin: 0 auto; max-width: 38ch;
}

.brush-rule {
  display: none;
}

.section-head { text-align: center; margin-bottom: 40px; }
@media (min-width: 768px) { .section-head { margin-bottom: 56px; } }

section { padding: 64px 0; position: relative; }
@media (min-width: 768px) { section { padding: 96px 0; } }

/* ========== buttons ========== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px; border-radius: var(--radius-pill);
  font-size: 14px; letter-spacing: 0.16em; font-weight: 500;
  border: 1px solid transparent;
  transition: background var(--duration-base) var(--ease-out-soft),
              color var(--duration-base) var(--ease-out-soft),
              box-shadow var(--duration-base) var(--ease-out-soft),
              border-color var(--duration-base) var(--ease-out-soft);
}
.btn .arrow { display: inline-block; transition: transform var(--duration-base) var(--ease-out-soft); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary {
  background: var(--bronze-800); color: var(--milk-white);
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { background: var(--bronze-900); box-shadow: var(--shadow-lg); }
.btn-ghost {
  background: rgba(255,252,246,0.5); color: var(--bronze-800);
  border-color: var(--bronze-400);
}
.btn-ghost:hover { background: var(--milk-white); border-color: var(--bronze-700); }

/* ========== NAV ========== */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 245, 236, 0.85);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 12px 20px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px;
}
.nav-brand { display: flex; align-items: center; gap: 10px; }
.nav-brand img { height: 34px; width: auto; }
.nav-brand .text { display: flex; flex-direction: column; line-height: 1; }
.nav-brand .text .word {
  font-family: var(--font-display); font-weight: 600;
  font-size: 17px; letter-spacing: 0.16em; color: var(--bronze-700);
}
.nav-brand .text .sub {
  font-family: var(--font-display); font-size: 9px;
  letter-spacing: 0.32em; color: var(--bronze-500);
  margin-top: 3px; text-transform: uppercase;
}
.nav-links { display: none; gap: 26px; }
.nav-links a {
  font-size: 14px; color: var(--ink-700);
  letter-spacing: 0.08em;
}
.nav-links a:hover { color: var(--bronze-700); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px; border-radius: var(--radius-pill);
  background: var(--bronze-800); color: var(--milk-white);
  font-size: 13px; letter-spacing: 0.14em;
  box-shadow: var(--shadow-sm);
}
.nav-cta:hover { background: var(--bronze-900); }
@media (min-width: 900px) { .nav-links { display: flex; } .nav-inner { padding: 14px 32px; } }

/* ========== HERO ========== */
.hero { padding: 24px 0 56px; overflow: hidden; }
@media (min-width: 768px) { .hero { padding: 40px 0 96px; } }

.hero-frame {
  position: relative;
  margin: 0 auto; max-width: 1080px;
  border-radius: 160px 160px 28px 28px;
  background: linear-gradient(180deg, #F4E5CC 0%, #EAD3B0 100%);
  padding: 36px 24px 32px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.hero-frame::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.22) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.22) 1px, transparent 1px);
  background-size: 14px 14px;
  pointer-events: none; z-index: 0;
}
@media (min-width: 768px) {
  .hero-frame {
    border-radius: 240px 240px 36px 36px;
    padding: 64px 56px 48px;
  }
}

.hero-orb {
  position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); z-index: 0;
  animation: orb-float 7s ease-in-out infinite;
}
.hero-orb.gold {
  width: 200px; height: 200px; right: -50px; top: 25%;
  background: radial-gradient(circle at 35% 35%, #F4D998 0%, #E8C886 50%, rgba(232,200,134,0) 80%);
  animation-duration: 8s;
}
.hero-orb.cream {
  width: 90px; height: 90px; left: 8%; top: 14%;
  background: radial-gradient(circle at 35% 35%, #FFFCF6, #F0E2C9 70%, rgba(240,226,201,0) 100%);
  animation-duration: 6s;
  animation-delay: -2s;
}
@media (min-width: 768px) {
  .hero-orb.gold { width: 280px; height: 280px; right: -80px; }
  .hero-orb.cream { width: 130px; height: 130px; }
}

.hero-brush {
  display: none;
}

.hero-stack {
  position: relative; z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  padding: 12px 0 4px;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--bronze-700); margin-bottom: 22px;
}
.hero-eyebrow::before, .hero-eyebrow::after {
  content: ""; width: 28px; height: 1px; background: var(--bronze-500);
}

.hero-title {
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: clamp(40px, 9vw, 76px); line-height: 1.16;
  letter-spacing: 0.08em; color: #5E3F25;
  margin: 0 0 20px;
}
.hero-title .row { display: block; }
.hero-title .accent {
  color: var(--bronze-700);
  position: relative;
  display: inline-block;
  padding: 0 0.06em;
}
.hero-title .accent::after {
  content: ""; position: absolute;
  left: 0; right: 0; bottom: 0.04em; height: 0.18em;
  background: rgba(244,217,152,0.6);
  z-index: -1; border-radius: 2px;
}

.hero-divider {
  display: block; width: 56px; height: 1px;
  background: var(--bronze-500);
  margin: 8px auto 18px;
  position: relative;
}
.hero-divider::before, .hero-divider::after {
  content: ""; position: absolute; top: 50%;
  width: 4px; height: 4px; border-radius: 50%;
  background: var(--bronze-600);
  transform: translateY(-50%);
}
.hero-divider::before { left: -10px; }
.hero-divider::after  { right: -10px; }

.hero-tagline-line {
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: clamp(15px, 2vw, 18px);
  letter-spacing: 0.32em;
  color: var(--bronze-800);
  margin: 0 0 18px;
}

.hero-lede {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 460px;
  margin: 0 auto 32px;
}
.hero-lede .lede-flow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
  font-family: var(--font-serif-tc);
  font-size: 15px;
  letter-spacing: 0.22em;
  color: var(--bronze-800);
  position: relative;
  padding: 10px 22px;
}
.hero-lede .lede-flow::before,
.hero-lede .lede-flow::after {
  content: "";
  position: absolute; top: 50%;
  width: 18px; height: 1px;
  background: var(--bronze-400);
}
.hero-lede .lede-flow::before { left: -4px; transform: translateX(-100%); }
.hero-lede .lede-flow::after  { right: -4px; transform: translateX(100%); }
.hero-lede .lede-step {
  position: relative;
  padding: 2px 2px;
  white-space: nowrap;
}
.hero-lede .lede-arrow {
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--bronze-500);
  letter-spacing: 0;
  font-weight: 400;
}
.hero-lede .lede-line {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--ink-700);
  text-align: center;
}
.hero-lede .lede-line b {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  color: var(--bronze-800);
  letter-spacing: 0.04em;
  margin: 0 2px;
  font-feature-settings: "lnum", "tnum";
}
@media (max-width: 480px) {
  .hero-lede .lede-flow {
    font-size: 13px;
    letter-spacing: 0.1em;
    gap: 2px 6px;
    padding: 8px 14px;
    flex-wrap: nowrap;
  }
  .hero-lede .lede-flow::before,
  .hero-lede .lede-flow::after { display: none; }
  .hero-lede .lede-arrow {
    font-size: 12px;
  }
  .hero-lede .lede-step {
    padding: 0;
  }
}
@media (max-width: 360px) {
  .hero-lede .lede-flow {
    font-size: 12px;
    letter-spacing: 0.06em;
    gap: 2px 4px;
    padding: 7px 10px;
  }
}

.hero-pillars {
  display: flex; flex-wrap: wrap; gap: 14px 28px;
  justify-content: center;
  margin-bottom: 32px;
  padding: 16px 22px;
  background: rgba(255,252,246,0.42);
  border: 1px solid rgba(154,114,83,0.18);
  border-radius: var(--radius-pill);
  backdrop-filter: blur(4px);
}
.hero-pillar {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--bronze-800);
  letter-spacing: 0.1em;
}
.hero-pillar .icon {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--milk-white); border: 1px solid var(--bronze-400);
  display: grid; place-items: center; color: var(--bronze-700);
}
.hero-pillar .icon svg { width: 13px; height: 13px; }

.hero-cta-row {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center;
  margin-bottom: 14px;
}
.hero-cta-note {
  font-family: var(--font-serif-tc);
  font-size: 13.5px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: var(--ink-500);
  margin: 0 auto 12px;
  max-width: 38ch;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-cta-note { font-size: 14px; }
}

.hero-cta-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-serif-tc);
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--bronze-800);
  padding: 10px 22px;
  margin: 0 auto 20px;
  background: rgba(255,252,246,0.7);
  border: 1px solid var(--bronze-500);
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 0 rgba(184,145,103,0.18);
  transition: background var(--duration-base) var(--ease-out-soft),
              color var(--duration-base) var(--ease-out-soft),
              border-color var(--duration-base) var(--ease-out-soft),
              box-shadow var(--duration-base) var(--ease-out-soft),
              transform var(--duration-base) var(--ease-out-soft);
}
.hero-cta-link:hover {
  background: var(--milk-white);
  border-color: var(--bronze-800);
  color: var(--bronze-900);
  box-shadow: 0 4px 0 rgba(184,145,103,0.22);
  transform: translateY(-1px);
}
.hero-cta-link svg {
  width: 14px; height: 14px;
  transition: transform var(--duration-base) var(--ease-out-soft);
}
.hero-cta-link:hover svg { transform: translateX(4px); }

.hero-meta {
  display: inline-flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: 10px 14px;
  font-size: 12.5px; letter-spacing: 0.16em;
  color: var(--bronze-800);
  font-family: var(--font-display);
}
.hero-meta b {
  font-family: var(--font-display); font-weight: 600;
  color: var(--bronze-900); margin-right: 4px;
  letter-spacing: 0.2em; text-transform: uppercase; font-size: 10.5px;
}
.hero-meta .dot {
  width: 3px; height: 3px; border-radius: 50%;
  background: var(--bronze-500);
}

@media (min-width: 768px) {
  .hero-stack { padding: 20px 0 12px; }
  .hero-pillars { gap: 14px 36px; padding: 18px 32px; }
}

/* ========== quote band ========== */
.quote-band { padding: 36px 0 36px; text-align: center; }
.quote-handwriting {
  font-family: var(--font-brush);
  font-size: clamp(22px, 5vw, 32px);
  line-height: 1.6; color: var(--bronze-700);
  letter-spacing: 0.04em;
  max-width: 24ch; margin: 0 auto;
}
.quote-handwriting em { font-style: normal; position: relative; display: inline-block; }
.quote-handwriting em::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 3px;
  background: var(--bronze-500); border-radius: 2px;
}

/* ========== ADVANTAGES ========== */
.advantages {
  background: linear-gradient(180deg, var(--cream-50) 0%, var(--cream-100) 100%);
}
.adv-grid {
  display: grid; grid-template-columns: 1fr; gap: 18px;
}
@media (min-width: 720px) { .adv-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }

.adv-card {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, #FBEFD8 0%, #F4E0BE 100%);
  border-radius: var(--radius-xl);
  padding: 28px 26px 30px;
  border: 1px solid rgba(255,252,246,0.6);
  transition: transform var(--duration-base) var(--ease-out-soft),
              box-shadow var(--duration-base) var(--ease-out-soft);
}
.adv-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(154,114,83,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(154,114,83,0.06) 1px, transparent 1px);
  background-size: 12px 12px;
}
.adv-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.adv-card > * { position: relative; z-index: 1; }
.adv-num {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: 56px; line-height: 1; color: var(--bronze-500);
  margin-bottom: 8px; opacity: 0.75;
}
.adv-icon {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--milk-white); border: 1px solid var(--bronze-300);
  display: grid; place-items: center; color: var(--bronze-700);
  margin-bottom: 16px; box-shadow: var(--shadow-sm);
}
.adv-icon svg { width: 28px; height: 28px; }
.adv-title {
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: 20px; letter-spacing: 0.1em;
  color: var(--bronze-800); margin: 0 0 6px;
}
.adv-sub {
  font-family: var(--font-display); font-size: 11px;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--bronze-600); margin-bottom: 14px;
}
.adv-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.adv-list li {
  font-size: 14px; line-height: 1.7; color: var(--ink-800);
  display: flex; gap: 10px;
}
.adv-list li::before {
  content: ""; flex-shrink: 0; width: 5px; height: 5px;
  border-radius: 50%; background: var(--bronze-600);
  margin-top: 10px;
}
.adv-list strong { color: var(--bronze-700); font-weight: 500; }

/* ========== AUDIENCE ========== */
.audience { background: var(--cream-50); }
.aud-grid {
  display: grid; grid-template-columns: 1fr; gap: 14px;
}
@media (min-width: 600px) { .aud-grid { grid-template-columns: 1fr 1fr; gap: 16px; } }
@media (min-width: 1000px) { .aud-grid { grid-template-columns: repeat(4, 1fr); } }

.aud-card {
  background: var(--milk-white);
  border: 1px solid var(--bronze-200);
  border-radius: var(--radius-xl);
  padding: 22px 20px;
  display: flex; gap: 16px; align-items: center;
  box-shadow: var(--shadow-sm);
  transition: transform var(--duration-base) var(--ease-out-soft),
              box-shadow var(--duration-base) var(--ease-out-soft);
}
.aud-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
@media (min-width: 1000px) {
  .aud-card { flex-direction: column; text-align: center; padding: 28px 22px; gap: 14px; }
}

.aud-circle {
  flex-shrink: 0;
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg, #FBF0DA 0%, #F2DEBE 100%);
  border: 1px solid var(--bronze-300);
  display: grid; place-items: center; color: var(--bronze-700);
}
.aud-circle svg { width: 32px; height: 32px; }
@media (min-width: 1000px) {
  .aud-circle { width: 84px; height: 84px; }
  .aud-circle svg { width: 42px; height: 42px; }
}
.aud-card h4 {
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: 17px; letter-spacing: 0.1em;
  color: var(--bronze-800); margin: 0 0 4px;
}
.aud-card p {
  font-size: 13px; line-height: 1.7; color: var(--ink-700); margin: 0;
}

/* ---- editorial namecard (per reference) ---- */
.instr-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 500;
  font-size: 11px; letter-spacing: 0.42em; text-transform: uppercase;
  color: var(--bronze-600);
  margin-bottom: 26px;
}
.instr-eyebrow .sep { color: var(--bronze-400); }

.instr-namelockup {
  display: flex; align-items: baseline; gap: 18px;
  margin: 0 0 6px;
  font-family: var(--font-serif-tc);
  line-height: 1;
  color: var(--bronze-900);
}
.instr-namelockup .ch {
  font-size: clamp(54px, 8vw, 84px);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.instr-namelockup .title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  color: var(--bronze-600);
  letter-spacing: 0.08em;
}

.instr-subtitle {
  font-family: var(--font-display);
  font-size: 12.5px; letter-spacing: 0.28em;
  color: var(--bronze-500);
  margin-top: 4px;
}
.instr-subtitle b {
  font-weight: 600;
  color: var(--bronze-800);
  margin-right: 6px;
  letter-spacing: 0.24em;
}

.instr-hairline {
  border: 0;
  border-top: 1px solid var(--bronze-300);
  margin: 28px 0 26px;
}

/* ---- STAT STRIP — credibility numbers ---- */
.instr-stats {
  display: flex; align-items: center;
  gap: 18px;
  padding: 22px 24px;
  margin: 0 0 28px;
  background:
    radial-gradient(ellipse 80% 100% at 50% 0%, rgba(255,238,200,0.5), rgba(255,238,200,0) 70%),
    linear-gradient(180deg, #FBEFD8 0%, #F4E0BE 100%);
  border: 1px solid rgba(154,114,83,0.18);
  border-radius: var(--radius-md);
  box-shadow: inset 0 1px 0 rgba(255,252,246,0.6);
}
.instr-stats .stat {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.instr-stats .num {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1;
  color: var(--bronze-800);
  letter-spacing: 0.02em;
  font-feature-settings: "lnum";
}
.instr-stats .num sup {
  font-size: 0.45em;
  vertical-align: super;
  color: var(--bronze-600);
  margin-left: 2px;
}
.instr-stats .lbl {
  font-family: var(--font-display);
  font-size: 11px; letter-spacing: 0.22em;
  color: var(--bronze-600);
  font-weight: 500;
}
.instr-stats .stat-sep {
  width: 1px; height: 38px;
  background: var(--bronze-400);
  opacity: 0.5;
}

/* ---- MANTRA — featured pull statement ---- */
.instr-mantra {
  position: relative;
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.65;
  letter-spacing: 0.08em;
  color: var(--bronze-900);
  margin: 0 0 26px;
  padding-left: 18px;
}
.instr-mantra::before {
  content: "";
  position: absolute;
  left: 0; top: 0.36em; bottom: 0.36em;
  width: 3px;
  background: linear-gradient(180deg, var(--bronze-600), var(--bronze-400));
  border-radius: 2px;
}
.instr-mantra em {
  font-style: normal;
  position: relative;
  display: inline-block;
  color: #8C5A30;
  font-weight: 600;
}
.instr-mantra em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0.04em; height: 0.18em;
  background: rgba(244,217,152,0.7);
  z-index: -1;
  border-radius: 2px;
}

/* ---- BIO — refined paragraphs ---- */
.instr-bio {
  display: flex; flex-direction: column; gap: 14px;
  margin: 0 0 32px;
}
.instr-bio p {
  font-size: 14.5px; line-height: 1.95;
  color: var(--ink-700); letter-spacing: 0.04em;
  margin: 0;
}
.instr-bio mark {
  background: linear-gradient(transparent 60%, rgba(244,217,152,0.55) 60%);
  color: var(--bronze-900);
  font-weight: 500;
  padding: 0 2px;
}

.instr-quote {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 0 44px;
  font-family: var(--font-serif-tc);
  font-size: clamp(15.5px, 1.5vw, 18px);
  line-height: 2;
  letter-spacing: 0.06em;
  color: var(--ink-700);
}
.instr-quote .qmark {
  position: absolute;
  left: 0; top: -10px;
  font-family: var(--font-display); font-style: italic;
  font-size: 64px; line-height: 1;
  color: var(--bronze-400);
}
.instr-quote p { margin: 0; }

.instr-resume {
  margin-top: 28px;
}
.instr-resume .resume-label {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 16px;
  font-family: var(--font-display); font-weight: 500;
  font-size: 11px; letter-spacing: 0.46em; text-transform: uppercase;
  color: var(--bronze-600);
}
.instr-resume .resume-label .line {
  flex: 1; height: 1px;
  background: var(--bronze-300);
}
.instr-resume ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.instr-resume li {
  display: flex; align-items: center; gap: 14px;
}
.instr-resume .tag {
  flex-shrink: 0;
  display: inline-grid; place-items: center;
  min-width: 50px; padding: 4px 8px;
  font-family: var(--font-display); font-weight: 500;
  font-size: 10px; letter-spacing: 0.22em;
  border-radius: var(--radius-pill);
  background: var(--bronze-100);
  color: var(--bronze-700);
  border: 1px solid rgba(154,114,83,0.18);
}
.instr-resume .tag.exp { background: rgba(244,217,152,0.35); color: var(--bronze-800); }
.instr-resume .txt {
  font-size: 14.5px; color: var(--ink-800); letter-spacing: 0.04em;
}

/* ========== INSTRUCTOR ========== */
.instructor {
  background: linear-gradient(180deg, var(--cream-100) 0%, var(--bronze-100) 100%);
  position: relative; overflow: hidden;
}
.instructor::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(154,114,83,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(154,114,83,0.05) 1px, transparent 1px);
  background-size: 18px 18px;
}
.instr-inner {
  position: relative;
  display: grid; grid-template-columns: 1fr; gap: 28px;
  align-items: center;
  max-width: 1040px; margin: 0 auto; padding: 0 20px;
}
@media (min-width: 900px) {
  .instr-inner { grid-template-columns: 1.25fr 1fr; gap: 64px; padding: 0 32px; }
}
.instr-photo-wrap {
  position: relative;
  max-width: 640px; margin: 0 auto; width: 100%;
}
.instr-orb {
  position: absolute; border-radius: 50%; pointer-events: none;
  filter: blur(2px); z-index: 0;
  animation: orb-float 7s ease-in-out infinite;
}
.instr-orb.gold {
  width: 90px; height: 90px;
  right: -4%; top: 8%;
  background: radial-gradient(circle at 35% 35%, #F4D998 0%, #E8C886 55%, rgba(232,200,134,0) 80%);
  animation-duration: 7.5s;
  animation-delay: -1s;
}
.instr-orb.cream {
  width: 50px; height: 50px;
  left: -2%; bottom: 24%;
  background: radial-gradient(circle at 35% 35%, #FFFCF6 0%, #F0E2C9 70%, rgba(240,226,201,0) 100%);
  animation-duration: 5.5s;
  animation-delay: -3s;
}
@media (min-width: 768px) {
  .instr-orb.gold { width: 130px; height: 130px; right: -8%; }
  .instr-orb.cream { width: 70px; height: 70px; left: -6%; }
}
.instr-photo {
  position: relative;
  aspect-ratio: 4/5;
}
/* warm cream + gold radial wash — no hard edge */
.instr-photo::before {
  content: ""; position: absolute;
  left: -4%; right: -4%; top: 2%; bottom: -4%;
  background:
    radial-gradient(ellipse 60% 50% at 50% 38%, rgba(255,238,200,0.85) 0%, rgba(244,217,152,0.45) 35%, rgba(244,217,152,0) 70%),
    radial-gradient(ellipse 75% 65% at 50% 55%, rgba(255,252,246,0.55) 0%, rgba(255,252,246,0) 70%);
  filter: blur(8px);
  z-index: 0;
}
/* tighter inner luminous halo around face */
.instr-photo::after {
  content: ""; position: absolute;
  left: 50%; top: 16%;
  width: 58%; aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.25) 40%, rgba(255,255,255,0) 72%);
  filter: blur(5px);
  z-index: 1;
}
.instr-photo img {
  position: relative; z-index: 2;
  width: 108%; height: 108%;
  margin-left: -4%; margin-top: -4%;
  object-fit: contain; object-position: center bottom;
  filter:
    drop-shadow(0 4px 8px rgba(255, 248, 224, 0.55))
    drop-shadow(0 18px 28px rgba(94, 63, 37, 0.18));
  -webkit-mask-image:
    linear-gradient(180deg, #000 0%, #000 64%, rgba(0,0,0,0.85) 80%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse 78% 90% at 50% 48%, #000 56%, rgba(0,0,0,0.55) 80%, rgba(0,0,0,0) 98%);
  -webkit-mask-composite: source-in;
          mask-image:
    linear-gradient(180deg, #000 0%, #000 64%, rgba(0,0,0,0.85) 80%, rgba(0,0,0,0) 100%),
    radial-gradient(ellipse 78% 90% at 50% 48%, #000 56%, rgba(0,0,0,0.55) 80%, rgba(0,0,0,0) 98%);
          mask-composite: intersect;
}
.instr-badge {
  position: absolute; right: -8px; bottom: 24px;
  padding: 10px 18px;
  background: var(--milk-white);
  border: 1px solid var(--bronze-400);
  border-radius: var(--radius-pill);
  text-align: center;
  box-shadow: var(--shadow-md);
}
.instr-badge .role {
  font-family: var(--font-display); font-size: 9px;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--bronze-600);
}
.instr-badge .name {
  font-family: var(--font-brush); font-size: 22px;
  color: var(--bronze-800); margin-top: 3px; line-height: 1;
}

.instr-handwriting {
  font-family: var(--font-brush);
  font-size: clamp(22px, 4vw, 30px);
  color: var(--bronze-700); line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0 0 22px;
}
.instr-handwriting em {
  font-style: normal; position: relative; display: inline-block;
  background: linear-gradient(transparent 75%, var(--bronze-300) 75%);
}
.instr-bio {
  font-size: 15px; line-height: 1.95; color: var(--ink-800);
  margin-bottom: 24px;
}
.instr-cred {
  background: var(--milk-white);
  border: 1px solid var(--bronze-300);
  border-radius: var(--radius-md);
  padding: 18px 22px;
}
.instr-cred .label {
  display: inline-block;
  font-family: var(--font-display); font-size: 10px;
  letter-spacing: 0.32em; text-transform: uppercase;
  background: var(--bronze-100); color: var(--bronze-800);
  padding: 4px 12px; border-radius: var(--radius-pill);
  margin-bottom: 12px;
}
.instr-cred ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.instr-cred li {
  font-size: 13.5px; line-height: 1.6; color: var(--ink-700);
  padding-left: 16px; position: relative;
}
.instr-cred li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--bronze-500);
}

/* ========== TESTIMONIALS ========== */
.testimonials {
  background: linear-gradient(180deg, var(--bronze-100) 0%, var(--cream-100) 100%);
  position: relative; overflow: hidden;
}
.test-track-wrap { position: relative; }
.test-track {
  display: flex; gap: 18px;
  overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 8px 20px 24px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.test-track::-webkit-scrollbar { display: none; }
.test-card {
  flex: 0 0 84%;
  scroll-snap-align: center;
  background: var(--milk-white);
  border: 1px solid var(--bronze-200);
  border-radius: var(--radius-xl);
  padding: 26px 24px;
  box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
@media (min-width: 700px) { .test-card { flex-basis: 46%; } }
@media (min-width: 1000px) { .test-card { flex-basis: 31%; } }

.test-quote-mark {
  font-family: var(--font-display); font-style: italic;
  font-size: 60px; line-height: 0.6;
  color: var(--bronze-300);
  margin-top: 6px;
}
.test-stars { display: inline-flex; gap: 2px; color: var(--gold-glow); }
.test-stars svg { width: 16px; height: 16px; fill: #DEA948; }
.test-text {
  font-size: 14.5px; line-height: 1.85; color: var(--ink-800);
}
.test-meta {
  display: flex; align-items: center; gap: 12px;
  margin-top: auto;
  padding-top: 16px; border-top: 1px solid var(--hairline);
}
.test-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--bronze-100); border: 1px solid var(--bronze-300);
  display: grid; place-items: center;
  font-family: var(--font-serif-tc); color: var(--bronze-800);
  font-size: 16px; font-weight: 500;
}
.test-meta .who {
  font-family: var(--font-serif-tc); font-size: 14px;
  color: var(--ink-900); letter-spacing: 0.08em;
}
.test-meta .what {
  font-size: 12px; color: var(--bronze-700);
  letter-spacing: 0.12em; margin-top: 2px;
}

.test-controls {
  display: flex; gap: 10px; justify-content: center;
  margin-top: 8px;
}
.test-controls button {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--bronze-400);
  background: var(--milk-white); color: var(--bronze-700);
  display: grid; place-items: center;
  transition: background var(--duration-base) var(--ease-out-soft),
              color var(--duration-base) var(--ease-out-soft);
}
.test-controls button:hover { background: var(--bronze-800); color: var(--milk-white); }
.test-controls button svg { width: 16px; height: 16px; }

/* ========== POST-COURSE SUPPORT ========== */
.support {
  background:
    radial-gradient(ellipse at 50% 0%, #C9A57C 0%, #B0875F 55%, #9A7253 100%);
  position: relative; overflow: hidden;
  color: var(--cream-100);
}
/* subtle paper-grain texture so the dark area is not flat */
.support::after {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(244,217,152,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(244,217,152,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0%, transparent 75%);
}
/* warm golden glow behind diagram */
.support::before {
  content: "";
  position: absolute;
  left: 50%; top: 55%;
  transform: translate(-50%, -50%);
  width: 760px; height: 760px;
  background: radial-gradient(circle, rgba(255,232,180,0.30) 0%, rgba(255,232,180,0) 62%);
  filter: blur(24px);
  pointer-events: none;
  z-index: 0;
}
/* soft hairline edges to separate from neighbouring sections */
.support {
  box-shadow:
    inset 0 1px 0 rgba(244,217,152,0.10),
    inset 0 -1px 0 rgba(244,217,152,0.10);
}
.support .container { position: relative; z-index: 1; }

/* re-tone section head for dark background */
.support .eyebrow-row { color: #FBEFD2; }
.support .section-title { color: #FFFCF6; }
.support .section-title em { color: #FFE9B8; font-style: normal; }
.support .section-sub { color: rgba(255,252,246,0.92); }
/* tighten the gap between section head and the diagram */
.support .section-head { margin-bottom: 12px; }
@media (min-width: 768px) {
  .support .section-head { margin-bottom: 20px; }
}
.support .support-diagram { margin-top: -8px; }
@media (min-width: 768px) {
  .support .support-diagram { margin-top: -24px; }
}
/* trim the dead space below the diagram */
.support { padding-bottom: 36px; }
@media (min-width: 768px) {
  .support { padding-bottom: 48px; }
  .support .support-diagram { margin-bottom: -60px; }
}

.support-diagram {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

/* ---- Corner cards ---- */
.sup-card {
  position: relative;
  z-index: 3;
  width: 250px;
  background: var(--milk-white);
  border: 1px solid rgba(244,217,152,0.35);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 16px 36px rgba(50,30,15,0.35),
    0 2px 6px rgba(50,30,15,0.18),
    inset 0 1px 0 rgba(255,255,255,0.6);
  transition: transform 0.3s var(--ease-out-soft), box-shadow 0.3s var(--ease-out-soft);
  align-self: start; justify-self: start;
}
.sup-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 44px rgba(50,30,15,0.45),
    0 4px 10px rgba(50,30,15,0.22),
    inset 0 1px 0 rgba(255,255,255,0.7);
}
.sup-card-icon {
  display: grid; place-items: center;
  margin: 18px auto 6px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FBEFD8 0%, #F2DEBE 100%);
  border: 1px solid var(--bronze-300);
  color: var(--bronze-700);
}
.sup-card-icon svg { width: 22px; height: 22px; }
.sup-card h4 {
  margin: 0;
  padding: 0 18px 4px;
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: 16px; letter-spacing: 0.14em;
  text-align: center;
  color: var(--bronze-900);
}
.sup-card p {
  margin: 0;
  padding: 8px 18px 18px;
  font-family: var(--font-serif-tc);
  font-size: 13px; line-height: 1.85;
  letter-spacing: 0.06em;
  color: var(--ink-700);
  text-align: center;
}
/* corner placement — pulled toward center so cards overlap the wheel */
.sup-card--tl { grid-column: 1; grid-row: 1; justify-self: start; align-self: start;
  transform: translate(32%, 62%); }
.sup-card--tr { grid-column: 2; grid-row: 1; justify-self: end;   align-self: start;
  transform: translate(-32%, 62%); }
.sup-card--bl { grid-column: 1; grid-row: 2; justify-self: start; align-self: end;
  transform: translate(32%, -62%); }
.sup-card--br { grid-column: 2; grid-row: 2; justify-self: end;   align-self: end;
  transform: translate(-32%, -62%); }
.sup-card:hover { transform: translate(var(--shift-x, 0), var(--shift-y, 0)) translateY(-3px); }
.sup-card--tl { --shift-x: 32%; --shift-y: 62%; }
.sup-card--tr { --shift-x: -32%; --shift-y: 62%; }
.sup-card--bl { --shift-x: 32%; --shift-y: -62%; }
.sup-card--br { --shift-x: -32%; --shift-y: -62%; }

/* ---- Central wheel ---- */
.sup-wheel {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 60%; aspect-ratio: 1;
  z-index: 2;
}
.sup-wheel-bg {
  position: absolute; inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 32%, #FBF0DA 0%, #F4E0BE 38%, #DDB987 75%, #B5854F 100%);
  box-shadow:
    inset 0 2px 10px rgba(255,252,246,0.6),
    inset 0 -8px 30px rgba(140,90,48,0.18),
    0 18px 50px rgba(94,63,37,0.18);
}
/* thin gold rim */
.sup-wheel-bg::before {
  content: ""; position: absolute; inset: 4%;
  border-radius: 50%;
  border: 1px solid rgba(255,252,246,0.55);
}
.sup-wheel-bg::after {
  content: ""; position: absolute; inset: 8%;
  border-radius: 50%;
  border: 1px dashed rgba(255,252,246,0.35);
}

.sup-quadrant {
  position: absolute;
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: clamp(17px, 1.9vw, 22px);
  letter-spacing: 0.24em;
  color: #5E3F25;
  text-shadow: 0 1px 2px rgba(255,252,246,0.5);
  z-index: 4;
  white-space: nowrap;
  cursor: default;
  pointer-events: auto;
  transition: color var(--duration-base) var(--ease-out-soft),
              text-shadow var(--duration-base) var(--ease-out-soft),
              transform var(--duration-base) var(--ease-out-soft);
}
.sup-quadrant--tl { top: 26%; left: 25%; transform: translate(-50%, -50%); }
.sup-quadrant--tr { top: 26%; right: 25%; transform: translate(50%, -50%); }
.sup-quadrant--bl { bottom: 26%; left: 25%; transform: translate(-50%, 50%); }
.sup-quadrant--br { bottom: 26%; right: 25%; transform: translate(50%, 50%); }
.sup-quadrant--tl:hover { transform: translate(-50%, -50%) scale(1.18); color: var(--bronze-700); text-shadow: 0 2px 6px rgba(184,145,103,0.35); }
.sup-quadrant--tr:hover { transform: translate(50%, -50%)  scale(1.18); color: var(--bronze-700); text-shadow: 0 2px 6px rgba(184,145,103,0.35); }
.sup-quadrant--bl:hover { transform: translate(-50%, 50%)  scale(1.18); color: var(--bronze-700); text-shadow: 0 2px 6px rgba(184,145,103,0.35); }
.sup-quadrant--br:hover { transform: translate(50%, 50%)   scale(1.18); color: var(--bronze-700); text-shadow: 0 2px 6px rgba(184,145,103,0.35); }

.sup-divider {
  position: absolute;
  background: rgba(255,252,246,0.5);
  z-index: 3;
}
.sup-divider--v { left: 50%; top: 14%; bottom: 14%; width: 1px; transform: translateX(-50%); }
.sup-divider--h { top: 50%; left: 14%; right: 14%; height: 1px; transform: translateY(-50%); }

.sup-center {
  position: absolute;
  left: 50%; top: 50%;
  width: 42%; aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 35% 30%, #FFFFFF 0%, #FFF8E6 100%);
  border-radius: 50%;
  border: 1px solid var(--bronze-300);
  box-shadow:
    0 8px 22px rgba(94,63,37,0.16),
    inset 0 0 24px rgba(255,238,200,0.5);
  display: grid; place-items: center;
  z-index: 5;
  pointer-events: auto;
  cursor: default;
  transition: transform var(--duration-base) var(--ease-out-soft),
              box-shadow var(--duration-base) var(--ease-out-soft),
              border-color var(--duration-base) var(--ease-out-soft);
}
.sup-center:hover {
  transform: translate(-50%, -50%) scale(1.08);
  border-color: var(--bronze-500);
  box-shadow:
    0 14px 32px rgba(94,63,37,0.22),
    inset 0 0 28px rgba(255,228,178,0.65),
    0 0 0 6px rgba(184,145,103,0.10);
}
.sup-center .sup-center-top,
.sup-center .sup-center-bot {
  transition: color var(--duration-base) var(--ease-out-soft);
}
.sup-center:hover .sup-center-top,
.sup-center:hover .sup-center-bot {
  color: var(--bronze-700);
}
.sup-center::before {
  content: ""; position: absolute; inset: 9%;
  border-radius: 50%;
  border: 1px dashed rgba(154,114,83,0.45);
}
.sup-center-inner {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px;
  font-family: var(--font-serif-tc); font-weight: 500;
  color: var(--bronze-800);
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-align: center;
}
.sup-center-top {
  font-size: clamp(11px, 1.1vw, 13px);
  letter-spacing: 0.32em;
  color: var(--bronze-600);
  text-transform: uppercase;
  font-family: var(--font-display);
  position: relative;
  padding-bottom: 6px;
}
.sup-center-top::after {
  content: "";
  position: absolute; left: 50%; bottom: 0;
  width: 18px; height: 1px;
  background: var(--bronze-400);
  transform: translateX(-50%);
}
.sup-center-bot {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--bronze-900);
  margin-top: 4px;
}

/* ---- Responsive ---- */
@media (max-width: 760px) {
  .support::before { width: 420px; height: 420px; }
  .support-diagram {
    aspect-ratio: auto;
    display: flex; flex-direction: column;
    gap: 16px;
    max-width: 460px;
  }
  .sup-wheel {
    position: relative;
    left: auto; top: auto; transform: none;
    width: 88%; max-width: 360px;
    align-self: center;
    margin: 8px auto 16px;
    pointer-events: auto;
  }
  .sup-card {
    width: 100%;
    align-self: stretch; justify-self: stretch;
  }
  .sup-card--tl, .sup-card--tr, .sup-card--bl, .sup-card--br {
    transform: none;
    --shift-x: 0; --shift-y: 0;
    align-self: stretch; justify-self: stretch;
  }
  .sup-wheel { order: 1; }
  .sup-card--tl { order: 2; }
  .sup-card--tr { order: 3; }
  .sup-card--bl { order: 4; }
  .sup-card--br { order: 5; }
}

/* ========== Q&A ========== */
.faq {
  background: linear-gradient(180deg, var(--cream-100) 0%, var(--cream-50) 100%);
}
.faq-list {
  max-width: 820px; margin: 0 auto;
  display: flex; flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: var(--milk-white);
  border: 1px solid var(--bronze-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item[open] {
  border-color: var(--bronze-400);
  box-shadow: var(--shadow-md);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .q-mark {
  flex-shrink: 0;
  display: inline-flex; align-items: baseline; gap: 1px;
  font-family: var(--font-display); font-style: italic;
  font-size: 26px; font-weight: 500;
  color: var(--bronze-600);
  line-height: 1;
  min-width: 36px;
}
.faq-item .q-mark .q-num {
  font-size: 18px; font-style: normal;
  color: var(--bronze-800);
  margin-left: 1px;
}
.faq-item .q-text {
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: clamp(15px, 1.6vw, 17.5px);
  letter-spacing: 0.06em; line-height: 1.6;
  color: var(--ink-900);
}
.faq-item .q-toggle {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--bronze-400);
  position: relative;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.3s ease;
}
.faq-item .q-toggle::before,
.faq-item .q-toggle::after {
  content: ""; position: absolute; left: 50%; top: 50%;
  background: var(--bronze-700);
  border-radius: 1px;
  transition: transform 0.3s ease, background 0.25s ease;
}
.faq-item .q-toggle::before { width: 11px; height: 1.5px; transform: translate(-50%, -50%); }
.faq-item .q-toggle::after  { width: 1.5px; height: 11px; transform: translate(-50%, -50%); }
.faq-item[open] .q-toggle {
  background: var(--bronze-800); border-color: var(--bronze-800);
  transform: rotate(180deg);
}
.faq-item[open] .q-toggle::before,
.faq-item[open] .q-toggle::after { background: var(--milk-white); }
.faq-item[open] .q-toggle::after { transform: translate(-50%, -50%) scaleY(0); }

.faq-answer {
  padding: 0 26px 24px 80px;
  border-top: 1px dashed var(--bronze-200);
  margin-top: -1px;
  padding-top: 18px;
}
.faq-answer p {
  font-size: 14.5px; line-height: 1.95;
  color: var(--ink-700); letter-spacing: 0.04em;
  margin: 0 0 10px;
}
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer mark {
  background: linear-gradient(transparent 65%, rgba(244,217,152,0.55) 65%);
  color: var(--bronze-900);
  font-weight: 500;
  padding: 0 2px;
}

@media (max-width: 600px) {
  .faq-item summary { padding: 18px 18px; gap: 12px; }
  .faq-answer { padding: 14px 18px 20px 60px; }
}

/* ========== ENROLLMENT / FOOTER CTA ========== */
.enroll {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--cream-100) 0%, var(--cream-50) 100%);
}
.enroll-card {
  position: relative;
  max-width: 980px; margin: 0 auto;
  border-radius: 200px 200px 32px 32px;
  background: linear-gradient(180deg, #F4E5CC 0%, #DDB987 100%);
  padding: 56px 28px 48px; text-align: center;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.enroll-card::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.18) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.18) 1px, transparent 1px);
  background-size: 14px 14px;
}
@media (min-width: 768px) {
  .enroll-card { padding: 80px 56px 64px; border-radius: 280px 280px 36px 36px; }
}
.enroll-card > * { position: relative; z-index: 2; }
.enroll-headline {
  font-family: var(--font-serif-tc); font-weight: 500;
  font-size: clamp(28px, 5vw, 40px); letter-spacing: 0.1em;
  color: #5E3F25; line-height: 1.3;
  margin: 14px 0 8px;
}
.enroll-sub {
  font-size: 15px; color: var(--bronze-800); line-height: 1.85;
  letter-spacing: 0.06em; max-width: 32ch; margin: 0 auto 28px;
}
.enroll-meta {
  display: flex; flex-wrap: wrap; gap: 12px;
  justify-content: center; margin-bottom: 28px;
}
.enroll-pill {
  background: rgba(255,252,246,0.7);
  border: 1px solid var(--bronze-500);
  border-radius: var(--radius-pill);
  padding: 8px 16px;
  font-size: 12.5px; letter-spacing: 0.14em;
  color: var(--bronze-800);
}
.enroll-pill b { color: var(--bronze-900); font-weight: 600; }

.enroll-actions {
  display: flex; flex-wrap: wrap; gap: 14px;
  justify-content: center;
}
.enroll-fineprint {
  margin-top: 24px; font-size: 12px; color: var(--bronze-800);
  letter-spacing: 0.16em;
}

/* ========== Sticky bottom CTA bar (mobile) ========== */
.sticky-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  background: var(--bronze-900);
  color: var(--milk-white);
  border-radius: var(--radius-pill);
  padding: 10px 12px 10px 22px;
  box-shadow: 0 12px 36px rgba(46, 36, 27, 0.32);
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.sticky-cta .left {
  display: flex; flex-direction: column; line-height: 1.2;
}
.sticky-cta .left b {
  font-family: var(--font-serif-tc); font-size: 14px;
  letter-spacing: 0.12em; font-weight: 500;
}
.sticky-cta .left small {
  font-size: 11px; color: rgba(255,252,246,0.7);
  letter-spacing: 0.16em; margin-top: 2px;
}
.sticky-cta .go {
  background: var(--milk-white); color: var(--bronze-900);
  padding: 10px 18px; border-radius: var(--radius-pill);
  font-size: 13px; letter-spacing: 0.16em; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
  flex-shrink: 0;
}
@media (min-width: 900px) { .sticky-cta { display: none; } body { padding-bottom: 0; } }

/* ========== FOOTER ========== */
.foot {
  background: #2E241B; color: #C7B9A6;
  padding: 40px 20px 28px;
}
.foot-inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 18px;
  align-items: center; text-align: center;
}
.foot-brand { display: flex; align-items: center; gap: 12px; }
.foot-brand img { height: 32px; filter: brightness(2.2) saturate(0.8); }
.foot-brand .word {
  font-family: var(--font-display); letter-spacing: 0.18em; font-size: 16px;
  color: #E2C9AE;
}
.foot p { font-size: 12px; letter-spacing: 0.12em; color: #A89683; margin: 0; }
.foot-links { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.foot-links a { color: #C7B9A6; font-size: 12px; letter-spacing: 0.12em; }
.foot-links a:hover { color: #EFDBC5; }
