/* ============================================================
   Cash for Disney Pins — Premium Collector Design System
   ============================================================ */

:root {
  /* Color system — museum midnight + antique gold */
  --navy: #0f2236;
  --navy-deep: #0a1722;
  --navy-soft: #1c3a55;
  --navy-ink: #07111c;
  --gold: #b8862f;
  --gold-light: #d4a84a;
  --gold-soft: #e8d3a1;
  --gold-leaf: linear-gradient(135deg, #e8c878 0%, #c79a3c 42%, #9a6f22 100%);
  --gold-leaf-soft: linear-gradient(135deg, #f0dca0 0%, #d4a84a 50%, #b8862f 100%);
  --cream: #fbf8f3;
  --cream-warm: #f6f1e7;
  --cream-deep: #efe7d6;
  --parchment: #f3ecd9;
  --ivory: #fffdf9;
  --emerald: #1f4d3a;
  --emerald-soft: #2f6e54;
  --charcoal: #2a2a2a;
  --slate: #56616c;
  --slate-light: #8a939e;
  --line: #e4ddcd;
  --line-soft: #efe9dc;
  --success: #2f7d52;
  --error: #b23a3a;

  /* Typography */
  --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;

  /* Type scale */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.75rem;
  --text-3xl: 2.25rem;
  --text-4xl: 3rem;
  --text-hero: 3.75rem;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;

  /* Layout */
  --container: 1200px;
  --container-narrow: 820px;
  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(13,31,45,0.06), 0 1px 2px rgba(13,31,45,0.04);
  --shadow: 0 4px 16px rgba(13,31,45,0.08), 0 1px 4px rgba(13,31,45,0.04);
  --shadow-lg: 0 18px 48px rgba(13,31,45,0.14), 0 4px 12px rgba(13,31,45,0.06);
  --header-h: 72px;
  --transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  line-height: 1.65;
  color: var(--charcoal);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  font-optical-sizing: auto;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; color: var(--navy); letter-spacing: -0.015em; }
h1 { font-size: var(--text-4xl); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-xl); }
p { color: var(--slate); }
.eyebrow {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
}
.eyebrow::before, .eyebrow.center::after {
  content: ""; height: 1px; width: 28px;
  background: linear-gradient(90deg, transparent, var(--gold) 60%);
  display: inline-block;
}
.eyebrow.center::before { background: linear-gradient(90deg, var(--gold) 40%, transparent); }
.eyebrow:not(.center)::before { display: none; }
.bg-navy .eyebrow, .bg-navy-deep .eyebrow { color: var(--gold-light); }
.serif { font-family: var(--font-serif); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--space-5); }
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 var(--space-5); }
section { padding: clamp(2.25rem, 5vw, 3.5rem) 0; }
.section-tight { padding: var(--space-7) 0; }
.bg-cream { background: var(--cream); }
.bg-cream-warm { background: var(--cream-warm); }
.bg-ivory { background: var(--ivory); }
.bg-navy { background: linear-gradient(180deg, #0f2236 0%, #0a1722 100%); color: var(--cream); position: relative; }
.bg-navy::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: radial-gradient(1px 1px at 12% 22%, rgba(212,168,74,0.5) 50%, transparent 51%),
    radial-gradient(1px 1px at 78% 14%, rgba(232,211,161,0.4) 50%, transparent 51%),
    radial-gradient(1px 1px at 42% 78%, rgba(212,168,74,0.35) 50%, transparent 51%),
    radial-gradient(1px 1px at 88% 62%, rgba(232,211,161,0.3) 50%, transparent 51%),
    radial-gradient(1px 1px at 26% 52%, rgba(212,168,74,0.25) 50%, transparent 51%);
}
.bg-navy-deep { background: linear-gradient(180deg, #0a1722 0%, #07111c 100%); color: var(--cream); position: relative; }
.bg-navy-deep::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.45;
  background-image: radial-gradient(1px 1px at 20% 30%, rgba(212,168,74,0.4) 50%, transparent 51%),
    radial-gradient(1px 1px at 70% 60%, rgba(232,211,161,0.3) 50%, transparent 51%),
    radial-gradient(1px 1px at 45% 85%, rgba(212,168,74,0.25) 50%, transparent 51%);
}
.bg-navy h2, .bg-navy-deep h2, .bg-navy h3, .bg-navy-deep h3 { color: var(--ivory); }
.bg-navy p, .bg-navy-deep p { color: rgba(251,248,243,0.78); }
.text-center { text-align: center; }
.section-head { max-width: 720px; margin-bottom: var(--space-7); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { margin-top: var(--space-4); font-size: var(--text-lg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: 600;
  line-height: 1;
  padding: 0 var(--space-5);
  height: 52px;
  border-radius: var(--radius);
  transition: all var(--transition);
  white-space: nowrap;
  border: 2px solid transparent;
  text-align: center;
}
.btn-primary {
  background: var(--gold-leaf);
  color: var(--navy-deep);
  box-shadow: 0 2px 8px rgba(184,134,47,0.28), inset 0 1px 0 rgba(255,255,255,0.32);
  border-color: rgba(184,134,47,0.5);
}
.btn-primary:hover { filter: brightness(1.06); color: var(--navy-deep); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(184,134,47,0.36), inset 0 1px 0 rgba(255,255,255,0.4); }
.btn-navy { background: var(--navy); color: var(--ivory); }
.btn-navy:hover { background: var(--navy-soft); color: var(--ivory); transform: translateY(-1px); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--line);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-ghost-gold { background: transparent; color: var(--gold); border-color: transparent; padding-left: 0; padding-right: 0; }
.btn-ghost-gold:hover { color: var(--gold-light); }
.btn-lg { height: 58px; font-size: var(--text-lg); padding: 0 var(--space-6); }
.btn-block { display: flex; width: 100%; }
.btn-sm { height: 42px; font-size: var(--text-sm); padding: 0 var(--space-4); }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 2px;
}

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--navy-deep);
  color: var(--gold-soft);
  font-size: var(--text-sm);
  text-align: center;
  padding: 9px var(--space-4);
  letter-spacing: 0.02em;
}
.announce strong { color: var(--ivory); font-weight: 600; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251,248,243,0.92);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line-soft);
  transition: box-shadow var(--transition), background var(--transition);
}
.site-header.scrolled { box-shadow: var(--shadow-sm); background: rgba(251,248,243,0.97); }
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--space-5);
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: var(--space-6);
}
.brand { display: flex; align-items: center; gap: var(--space-3); flex-shrink: 0; }
.brand img { height: 42px; width: auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text .name { font-family: var(--font-serif); font-weight: 600; font-size: 1.15rem; color: var(--navy); letter-spacing: -0.01em; }
.brand-text .tag { font-size: var(--text-xs); letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-top: 2px; }

.nav { display: flex; align-items: center; gap: var(--space-5); margin-left: auto; }
.nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--navy);
  padding: var(--space-2) 0;
  position: relative;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--transition);
}
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav a.active { color: var(--gold); }
.nav .btn { margin-left: var(--space-3); }

.menu-toggle { display: none; }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 200;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-head {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h); padding: 0 var(--space-5);
  border-bottom: 1px solid var(--line-soft);
}
.mobile-menu-head .brand img { height: 38px; }
.mobile-menu-close { font-size: 1.5rem; color: var(--navy); padding: var(--space-2); }
.mobile-menu nav { display: flex; flex-direction: column; padding: var(--space-5); gap: var(--space-1); }
.mobile-menu nav a {
  font-family: var(--font-serif);
  font-size: var(--text-xl);
  color: var(--navy);
  padding: var(--space-4) 0;
  border-bottom: 1px solid var(--line-soft);
}
.mobile-menu nav a:hover { color: var(--gold); }
.mobile-menu .btn { margin: var(--space-5); height: 56px; font-size: var(--text-lg); }

/* ---------- Cards ---------- */
.card {
  background: var(--ivory);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-body { padding: var(--space-5); }
.card-body h3 { margin-bottom: var(--space-3); }
.card-body p { font-size: 0.95rem; }

/* ---------- Grid ---------- */
.grid { display: grid; gap: var(--space-5); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--navy); }
.trust-strip .grid-4 { gap: var(--space-3); }
.trust-item { text-align: center; padding: var(--space-5) var(--space-3); }
.trust-item .ic { color: var(--gold-light); margin-bottom: var(--space-3); display: inline-flex; }
.trust-item .ic svg { width: 30px; height: 30px; }
.trust-item span { display: block; color: var(--ivory); font-size: 0.95rem; font-weight: 500; }

/* ---------- Hero ---------- */
.hero { padding: var(--space-8) 0 var(--space-9); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--space-8); align-items: center; }
.hero h1 { font-size: var(--text-hero); margin: var(--space-4) 0 var(--space-5); }
.hero .lead { font-size: var(--text-lg); color: var(--slate); margin-bottom: var(--space-6); max-width: 540px; }
.hero-actions { display: flex; gap: var(--space-4); align-items: center; flex-wrap: wrap; }
.hero-trust { margin-top: var(--space-5); font-size: var(--text-sm); color: var(--slate-light); }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; }
.hero-card {
  position: absolute;
  bottom: -22px; left: -22px;
  background: var(--ivory);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: var(--space-5);
  max-width: 280px;
  border: 1px solid var(--line-soft);
}
.hero-card h4 { font-size: var(--text-base); margin-bottom: var(--space-2); }
.hero-card p { font-size: var(--text-sm); }

/* ---------- Steps ---------- */
.step-card { position: relative; padding: var(--space-6) var(--space-5); }
.step-num {
  font-family: var(--font-serif);
  font-size: var(--text-2xl);
  font-weight: 600;
  color: var(--gold);
  margin-bottom: var(--space-3);
  display: block;
}
.step-card h3 { margin-bottom: var(--space-3); }
.step-card p { font-size: 0.95rem; margin-bottom: var(--space-5); }
.step-card .btn { margin-top: auto; }

/* ---------- Category cards ---------- */
.cat-card { position: relative; }
.cat-card .cat-img { aspect-ratio: 4/3; overflow: hidden; }
.cat-card .cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.cat-card:hover .cat-img img { transform: scale(1.05); }
.cat-card h3 { font-size: var(--text-lg); margin-bottom: var(--space-2); }
.cat-card p { font-size: 0.9rem; }

/* ---------- Callout panel ---------- */
.callout {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--space-7);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.callout h2 { color: var(--ivory); }
.callout p { color: rgba(251,248,243,0.8); margin: var(--space-4) 0 var(--space-6); }
.callout .links { margin-top: var(--space-4); }

/* ---------- Benefit blocks ---------- */
.benefit { padding: var(--space-5); }
.benefit .ic {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--cream-warm);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  margin-bottom: var(--space-4);
}
.benefit .ic svg { width: 24px; height: 24px; }
.benefit h3 { margin-bottom: var(--space-3); }
.benefit p { font-size: 0.95rem; }

/* ---------- Accordion ---------- */
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-5) 0;
  text-align: left;
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--navy);
}
.accordion-trigger:hover { color: var(--gold); }
.accordion-icon { flex-shrink: 0; width: 22px; height: 22px; color: var(--gold); transition: transform var(--transition); }
.accordion-trigger[aria-expanded="true"] .accordion-icon { transform: rotate(45deg); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.accordion-panel-inner { padding: 0 0 var(--space-5) 0; color: var(--slate); }

/* ---------- Condition labels ---------- */
.cond-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: var(--space-3); }
.cond-label {
  background: var(--ivory);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: var(--space-4) var(--space-3);
  text-align: center;
}
.cond-label .dot { width: 10px; height: 10px; border-radius: 50%; margin: 0 auto var(--space-3); }
.cond-label span { font-weight: 600; color: var(--navy); font-size: 0.9rem; }

/* ---------- Final CTA ---------- */
.final-cta { text-align: center; }
.final-cta h2 { font-size: var(--text-3xl); margin-bottom: var(--space-4); }
.final-cta p { font-size: var(--text-lg); max-width: 560px; margin: 0 auto var(--space-6); }
.final-cta .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(251,248,243,0.7); padding: var(--space-8) 0 var(--space-6); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: var(--space-7); margin-bottom: var(--space-7); }
.footer-brand .brand { margin-bottom: var(--space-4); }
.footer-brand p { font-size: 0.9rem; color: rgba(251,248,243,0.6); max-width: 320px; }
.footer-col h4 { color: var(--gold-light); font-family: var(--font-sans); font-size: var(--text-sm); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: var(--space-4); }
.footer-col a { display: block; color: rgba(251,248,243,0.72); font-size: 0.92rem; padding: var(--space-2) 0; }
.footer-col a:hover { color: var(--gold-light); }
.footer-contact { margin: var(--space-5) 0; font-size: 0.92rem; }
.footer-contact a { color: var(--gold-light); text-decoration: underline; }
.footer-contact a:hover { color: var(--gold); }
.footer-contact div { padding: var(--space-2) 0; }
.footer-disclaimer { border-top: 1px solid rgba(251,248,243,0.12); padding-top: var(--space-5); font-size: 0.82rem; color: rgba(251,248,243,0.5); }
.footer-disclaimer p { margin-bottom: var(--space-2); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--navy-deep);
  padding: var(--space-3) var(--space-4);
  padding-bottom: calc(var(--space-3) + env(safe-area-inset-bottom, 0px));
  z-index: 90;
  box-shadow: 0 -4px 20px rgba(13,31,45,0.18);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .btn { width: 100%; height: 52px; }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--navy); color: var(--ivory); padding: clamp(2.25rem, 5vw, 3.5rem) 0 clamp(1.25rem, 2.5vw, 1.75rem); }
.page-hero h1 { color: var(--ivory); font-size: var(--text-4xl); }
.page-hero p { color: rgba(251,248,243,0.82); font-size: var(--text-lg); margin-top: var(--space-4); max-width: 640px; }
.breadcrumb { font-size: var(--text-sm); color: var(--gold-soft); margin-bottom: var(--space-4); }
.breadcrumb a { color: var(--gold-soft); }
.breadcrumb a:hover { color: var(--ivory); }
.page-hero + section { padding-top: clamp(1.25rem, 3vw, 2rem); }
.page-hero + section h2:first-of-type { margin-top: 0; }

@media (max-width: 768px) {
  section { padding: clamp(1.75rem, 5vw, 2.5rem) 0; }
  .page-hero { padding-top: clamp(2rem, 6vw, 2.75rem); padding-bottom: clamp(1rem, 2.5vw, 1.25rem); }
  .page-hero + section { padding-top: 1rem; }
}

/* ---------- Prose ---------- */
.prose { max-width: var(--container-narrow); }
.prose h2 { margin: var(--space-7) 0 var(--space-4); }
.prose h3 { margin: var(--space-6) 0 var(--space-3); }
.prose p { margin-bottom: var(--space-4); color: var(--slate); }
.prose ul { margin: var(--space-3) 0 var(--space-5); }
.prose ul li { position: relative; padding-left: var(--space-5); margin-bottom: var(--space-2); color: var(--slate); }
.prose ul li::before { content: ""; position: absolute; left: 0; top: 0.7em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.prose .lead { font-size: var(--text-lg); color: var(--slate); }

/* ---------- Comparison table ---------- */
.compare { width: 100%; border-collapse: collapse; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.compare th, .compare td { padding: var(--space-4) var(--space-5); text-align: left; border-bottom: 1px solid var(--line-soft); font-size: 0.95rem; }
.compare thead th { background: var(--navy); color: var(--ivory); font-weight: 600; }
.compare thead th:nth-child(2) { background: var(--gold); color: var(--navy-deep); }
.compare tbody tr:nth-child(even) { background: var(--cream-warm); }
.compare td:first-child { font-weight: 600; color: var(--navy); }
.compare .yes { color: var(--success); font-weight: 600; }
.compare .no { color: var(--error); font-weight: 600; }

/* ---------- Form ---------- */
.form-wrap { max-width: 760px; margin: 0 auto; }
#offerForm {
  background: var(--ivory);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 1px 2px rgba(13,31,45,0.04), 0 18px 50px -20px rgba(13,31,45,0.16);
}
#offerForm h2 { margin-bottom: var(--space-2); }
#offerForm .step-intro { margin-bottom: var(--space-6); padding-bottom: var(--space-5); border-bottom: 1px solid var(--line-soft); }
.form-progress { display: flex; align-items: center; gap: var(--space-2); margin-bottom: var(--space-7); }
.form-progress .step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: var(--space-2); position: relative; }
.form-progress .step .dot { width: 36px; height: 36px; border-radius: 50%; background: var(--cream-deep); color: var(--slate-light); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: var(--text-sm); border: 2px solid var(--line); transition: all var(--transition); position: relative; z-index: 2; }
.form-progress .step.active .dot { background: var(--gold); color: var(--navy-deep); border-color: var(--gold); }
.form-progress .step.done .dot { background: var(--navy); color: var(--ivory); border-color: var(--navy); }
.form-progress .step .label { font-size: var(--text-xs); font-weight: 600; color: var(--slate-light); text-align: center; letter-spacing: 0.04em; }
.form-progress .step.active .label { color: var(--navy); }
.form-progress .step::before { content: ""; position: absolute; top: 18px; left: -50%; width: 100%; height: 2px; background: var(--line); z-index: 1; }
.form-progress .step:first-child::before { display: none; }
.form-progress .step.done::before { background: var(--navy); }

.form-step { display: none; animation: fadeIn 0.3s ease; }
.form-step.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.form-step h2 { margin-bottom: var(--space-2); }
.form-step .step-intro { color: var(--slate); margin-bottom: var(--space-6); }

.field { margin-bottom: var(--space-5); }
.field label { display: block; font-weight: 600; color: var(--navy); margin-bottom: var(--space-2); font-size: 0.95rem; letter-spacing: 0.01em; }
.field .req { color: var(--error); }
.field .helper { font-size: var(--text-sm); color: var(--slate-light); margin-top: var(--space-2); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field select, .field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  font-family: var(--font-sans);
  font-size: var(--text-base);
  color: var(--charcoal);
  background: #ffffff;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.field input::placeholder, .field textarea::placeholder { color: #9aa3ab; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(184,134,47,0.12); outline: none; }
.field textarea { min-height: 120px; resize: vertical; }
.field.error input, .field.error select, .field.error textarea { border-color: var(--error); }
.field .err-msg { color: var(--error); font-size: var(--text-sm); margin-top: var(--space-2); display: none; }
.field.error .err-msg { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }

.checkbox-group { display: grid; grid-template-columns: repeat(2,1fr); gap: var(--space-3); }
.check { display: flex; align-items: flex-start; gap: var(--space-3); padding: var(--space-3) var(--space-4); border: 1.5px solid var(--line); border-radius: var(--radius); cursor: pointer; transition: all var(--transition); background: var(--ivory); }
.check:hover { border-color: var(--gold-soft); }
.check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--gold); flex-shrink: 0; }
.check.checked { border-color: var(--gold); background: var(--cream-warm); }
.check span { font-size: 0.92rem; color: var(--charcoal); }

.radio-group { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.radio { display: inline-flex; align-items: center; gap: var(--space-2); padding: 10px var(--space-4); border: 1.5px solid var(--line); border-radius: var(--radius); cursor: pointer; font-size: 0.92rem; transition: all var(--transition); background: var(--ivory); }
.radio:hover { border-color: var(--gold-soft); }
.radio input { accent-color: var(--gold); }
.radio.checked { border-color: var(--gold); background: var(--cream-warm); }

/* Upload */
.upload-zone {
  border: 2px dashed var(--line);
  border-radius: var(--radius-lg);
  padding: var(--space-8) var(--space-5);
  text-align: center;
  background: var(--ivory);
  transition: all var(--transition);
  cursor: pointer;
}
.upload-zone:hover, .upload-zone.dragover { border-color: var(--gold); background: var(--cream-warm); }
.upload-zone .ic { color: var(--gold); margin-bottom: var(--space-4); display: inline-flex; width: 64px; height: 64px; align-items: center; justify-content: center; background: rgba(192,138,46,0.10); border-radius: 50%; }
.upload-zone .ic svg { width: 30px; height: 30px; }
.upload-zone h3 { margin-bottom: var(--space-2); }
.upload-zone p { font-size: var(--text-sm); color: var(--slate-light); }
.upload-meta { font-size: var(--text-sm); color: var(--slate-light); margin-top: var(--space-4); text-align: center; }
.file-previews { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px,1fr)); gap: var(--space-3); margin-top: var(--space-5); }
.file-preview { position: relative; aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--cream-deep); }
.file-preview img { width: 100%; height: 100%; object-fit: cover; }
.file-preview .remove { position: absolute; top: 4px; right: 4px; background: rgba(13,31,45,0.8); color: #fff; border-radius: 50%; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.file-preview .remove:hover { background: var(--error); }
.file-preview .fname { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(13,31,45,0.75); color: #fff; font-size: 9px; padding: 3px 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.form-nav { display: flex; justify-content: center; gap: var(--space-4); margin-top: var(--space-7); }
.form-nav .btn { width: 100%; max-width: 460px; }
.form-summary { background: var(--cream-warm); border-radius: var(--radius-lg); padding: var(--space-6); margin-bottom: var(--space-6); }
.form-summary h3 { margin-bottom: var(--space-4); }
.form-summary .row { display: flex; justify-content: space-between; padding: var(--space-2) 0; border-bottom: 1px solid var(--line-soft); font-size: 0.95rem; }
.form-summary .row .k { color: var(--slate); }
.form-summary .row .v { color: var(--navy); font-weight: 600; text-align: right; max-width: 60%; }

.consent { display: flex; align-items: flex-start; gap: var(--space-3); padding: var(--space-4); margin-bottom: var(--space-4); border: 1.5px solid var(--line); border-radius: var(--radius); }
.consent input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--gold); flex-shrink: 0; }
.consent span, .consent label { font-size: 0.92rem; color: var(--charcoal); }
.consent a { color: var(--gold); text-decoration: underline; }


/* ---------- Photo guide ---------- */
.photo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--space-4); }
.photo-tip { background: var(--ivory); border: 1px solid var(--line-soft); border-radius: var(--radius); padding: var(--space-5); }
.photo-tip .num { font-family: var(--font-serif); font-size: var(--text-xl); color: var(--gold); font-weight: 600; margin-bottom: var(--space-2); }
.photo-tip h4 { font-size: var(--text-base); margin-bottom: var(--space-2); }
.photo-tip p { font-size: 0.9rem; }

/* ---------- Trust alt (what to expect) ---------- */
.expect-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--space-4); }
.expect-item { text-align: center; }
.expect-item .ic { color: var(--gold); margin-bottom: var(--space-3); }
.expect-item .ic svg { width: 32px; height: 32px; }
.expect-item h4 { font-size: var(--text-base); margin-bottom: var(--space-2); }
.expect-item p { font-size: 0.9rem; }

/* ---------- Utility ---------- */
.mt-4 { margin-top: var(--space-4); } .mt-5 { margin-top: var(--space-5); } .mt-6 { margin-top: var(--space-6); } .mt-7 { margin-top: var(--space-7); }
.mb-4 { margin-bottom: var(--space-4); } .mb-5 { margin-bottom: var(--space-5); } .mb-6 { margin-bottom: var(--space-6); }
.text-gold { color: var(--gold); } .text-navy { color: var(--navy); }
.note { background: var(--cream-warm); border-left: 3px solid var(--gold); padding: var(--space-4) var(--space-5); border-radius: 0 var(--radius) var(--radius) 0; font-size: 0.95rem; color: var(--slate); margin: var(--space-5) 0; }

/* ---------- Perks list (clean bullets) ---------- */
.perks { list-style: none; padding: 0; margin: 0; max-width: 680px; }
.perks li { display: grid; grid-template-columns: 26px 1fr; gap: var(--space-3); align-items: start; padding: var(--space-4) 0; border-bottom: 1px solid var(--line-soft); }
.perks li:last-child { border-bottom: none; padding-bottom: 0; }
.perks .perk-mark { color: var(--gold); font-size: 1.05rem; line-height: 1.5; text-shadow: 0 0 10px rgba(192,138,46,0.4); }
.perks .perk-body strong { display: block; color: var(--navy); font-weight: 600; font-size: 1.02rem; margin-bottom: 3px; }
.perks .perk-desc { display: block; color: var(--slate); font-size: 0.92rem; line-height: 1.55; }

/* ---------- Value grid (About) ---------- */
.prose .value-grid { list-style: none; padding: 0; margin: var(--space-4) 0 var(--space-5); display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-3) var(--space-6); }
.prose .value-grid li { position: static; padding-left: 0; margin-bottom: 0; color: var(--charcoal); font-size: 0.96rem; line-height: 1.5; display: flex; align-items: baseline; gap: var(--space-3); }
.prose .value-grid li::before { content: "✦"; position: static; width: auto; height: auto; border-radius: 0; background: none; color: var(--gold); font-size: 0.9rem; text-shadow: 0 0 10px rgba(192,138,46,0.4); flex-shrink: 0; }
@media (max-width: 640px) { .prose .value-grid { grid-template-columns: 1fr; } }
.hidden { display: none !important; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  :root { --text-hero: 2.75rem; --text-4xl: 2.5rem; }
  .hero-grid { grid-template-columns: 1fr; gap: var(--space-7); }
  .hero-card { left: 0; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .callout { grid-template-columns: 1fr; padding: var(--space-6); }
  .photo-grid { grid-template-columns: repeat(2,1fr); }
  .expect-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--space-6); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  :root { --text-hero: 2.25rem; --text-4xl: 2rem; --text-3xl: 1.75rem; --header-h: 64px; }
  section { padding: var(--space-7) 0; }
  .nav { display: none; }
  .menu-toggle {
    display: flex; align-items: center; justify-content: center;
    margin-left: auto; width: 44px; height: 44px;
    border-radius: var(--radius); color: var(--navy);
  }
  .menu-toggle svg { width: 26px; height: 26px; }
  .header-inner .btn { display: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .cond-grid { grid-template-columns: repeat(2,1fr); }
  .photo-grid { grid-template-columns: 1fr; }
  .expect-grid { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .checkbox-group { grid-template-columns: 1fr; }
  .form-progress .step .label { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .callout { padding: var(--space-5); }
  .hero-card { position: static; max-width: none; margin-top: var(--space-4); }
  body { padding-bottom: 76px; }
  .compare { font-size: 0.85rem; }
  .compare th, .compare td { padding: var(--space-3); }
}
@media (max-width: 420px) {
  :root { --text-hero: 1.9rem; }
  .container { padding: 0 var(--space-4); }
  .btn { width: 100%; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}


/* ============================================================
   MUSEUM ENHANCEMENT LAYER — collector · magic · gallery
   ============================================================ */

/* Body parchment warmth */
body { background: var(--cream); background-image: radial-gradient(circle at 50% 0%, rgba(243,236,217,0.6), transparent 40%); }

/* Sparkle ornament divider */
.ornament {
  display: flex; align-items: center; justify-content: center; gap: var(--space-4);
  color: var(--gold); margin: var(--space-6) 0; opacity: 0.85;
}
.ornament::before, .ornament::after {
  content: ""; height: 1px; width: 80px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
}
.ornament .star {
  width: 14px; height: 14px; flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0 L14 10 L24 12 L14 14 L12 24 L10 14 L0 12 L10 10 Z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 0 L14 10 L24 12 L14 14 L12 24 L10 14 L0 12 L10 10 Z'/></svg>") center/contain no-repeat;
}
.bg-navy .ornament, .bg-navy-deep .ornament { color: var(--gold-light); }

/* Gallery image frame — mat + inner bevel */
.gallery-frame {
  position: relative; padding: 10px; background: var(--ivory);
  border: 1px solid var(--line); border-radius: 4px;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,0.6);
}
.gallery-frame img { border-radius: 2px; }
.gallery-frame::after {
  content: ""; position: absolute; inset: 4px; border: 1px solid rgba(184,134,47,0.18);
  border-radius: 2px; pointer-events: none;
}

/* Plaque caption under images */
.plaque {
  font-family: var(--font-sans); font-size: var(--text-xs); font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--slate-light);
  text-align: center; margin-top: var(--space-4); padding-top: var(--space-3);
  border-top: 1px solid var(--line);
}

/* Hero — enchanted midnight */
.hero {
  background:
    radial-gradient(120% 80% at 80% 10%, rgba(31,77,58,0.10), transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-warm) 100%);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.6;
  background-image:
    radial-gradient(1.5px 1.5px at 15% 18%, rgba(212,168,74,0.5), transparent 60%),
    radial-gradient(1px 1px at 85% 30%, rgba(212,168,74,0.35), transparent 60%),
    radial-gradient(1.5px 1.5px at 60% 8%, rgba(232,211,161,0.4), transparent 60%),
    radial-gradient(1px 1px at 30% 75%, rgba(212,168,74,0.25), transparent 60%);
}
.hero-grid { position: relative; z-index: 1; }
.hero h1 { font-weight: 500; letter-spacing: -0.02em; }
.hero h1 em { font-family: var(--font-serif); font-style: normal; color: var(--gold); font-weight: 700; }

/* Centered hero (image-free) */
.hero-center { text-align: center; }
.hero-center .container { position: relative; z-index: 1; }
.hero-center .lead { margin-left: auto; margin-right: auto; }
.hero-center h1 { margin-top: var(--space-4); }
.hero-seal {
  display: flex; justify-content: center; margin-bottom: var(--space-2);
  filter: drop-shadow(0 6px 24px rgba(184,134,47,0.18));
}
.hero-seal svg { animation: sealFloat 6s ease-in-out infinite; }
@keyframes sealFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@media (prefers-reduced-motion: reduce) { .hero-seal svg { animation: none; } }

/* Refined section headings on cream */
.section-head h2 { font-weight: 500; }

/* Category cards — gallery hover */
.cat-card { transition: transform var(--transition), box-shadow var(--transition); }
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cat-card .cat-img { background: var(--ivory); }
.cat-card .cat-img img { transition: transform 0.5s cubic-bezier(0.2,0,0.2,1); }
.cat-card:hover .cat-img img { transform: scale(1.04); }

/* Trust strip — museum label row */
.trust-item { font-family: var(--font-sans); font-size: var(--text-sm); font-weight: 500; letter-spacing: 0.04em; }

/* Step number medallions */
.step .num, .form-progress .step .dot {
  background: var(--gold-leaf); color: var(--navy-deep);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

/* Footer — midnight with top gold rule */
.site-footer { border-top: 1px solid rgba(212,168,74,0.25); }
.site-footer .brand img { filter: none; }

/* Form — museum field treatment */
.form-wrap { max-width: 760px; margin: 0 auto; }
.field input, .field select, .field textarea {
  background: var(--ivory); border-color: var(--line);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,134,47,0.12); outline: none;
}

/* Subtle reveal animation */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0,0.2,1); }
  .reveal.in { opacity: 1; transform: none; }
}

/* Page hero — midnight with star dust */
.page-hero {
  background: linear-gradient(180deg, #0f2236 0%, #0a1722 100%);
  color: var(--ivory); position: relative; overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image:
    radial-gradient(1.5px 1.5px at 18% 30%, rgba(212,168,74,0.45), transparent 60%),
    radial-gradient(1px 1px at 75% 20%, rgba(232,211,161,0.35), transparent 60%),
    radial-gradient(1.5px 1.5px at 50% 80%, rgba(212,168,74,0.3), transparent 60%),
    radial-gradient(1px 1px at 88% 65%, rgba(232,211,161,0.3), transparent 60%);
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { color: var(--ivory); font-weight: 500; }
.page-hero p { color: rgba(232,211,161,0.85); }
.page-hero .breadcrumb a { color: var(--gold-light); }
.page-hero .breadcrumb { color: rgba(232,211,161,0.6); }

/* Announcement bar — midnight ink */
.announce { background: var(--navy-ink); color: var(--gold-soft); }

/* Card body refinements */
.card-body h3 { font-weight: 500; }

/* Headline italic accent class */
.accent-italic { font-style: italic; color: var(--gold); font-weight: 400; }


/* ============================================================
   MAGIC & COLOR — Paris museum collector Disney magic
   ============================================================ */

/* New accent: deep emerald + royal aubergine for section variety */
:root {
  --emerald-deep: #143829;
  --aubergine: #3a1f2e;
  --gold-glow: rgba(212,168,74,0.18);
}

/* ---------- Hero star-dust glow ---------- */
.hero.hero-center {
  position: relative;
  overflow: hidden;
}
.hero.hero-center::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 760px; height: 760px;
  max-width: 130vw; max-height: 130vw;
  background:
    radial-gradient(circle at 50% 50%, var(--gold-glow) 0%, transparent 62%);
  pointer-events: none;
  z-index: 0;
}
.hero.hero-center > .container { position: relative; z-index: 1; }
/* floating sparkle dots */
.hero.hero-center::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 28%, var(--gold-light), transparent),
    radial-gradient(1.5px 1.5px at 84% 22%, var(--gold-light), transparent),
    radial-gradient(2px 2px at 78% 72%, var(--gold-soft), transparent),
    radial-gradient(1.5px 1.5px at 22% 78%, var(--gold-light), transparent),
    radial-gradient(1.5px 1.5px at 92% 52%, var(--gold-soft), transparent),
    radial-gradient(1.5px 1.5px at 8% 54%, var(--gold-soft), transparent);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .hero.hero-center::after { animation: twinkle 5s ease-in-out infinite; }
}
@keyframes twinkle {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.8; }
}

/* ---------- Gilded ornament divider (richer) ---------- */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  margin: var(--space-7) auto;
  max-width: 360px;
}
.ornament::before, .ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft) 30%, var(--gold) 50%, var(--gold-soft) 70%, transparent);
}
.ornament .star {
  width: 14px; height: 14px;
  background: var(--gold-leaf);
  -webkit-mask: radial-gradient(circle, transparent 26%, #000 28%) 0 0/8px 8px,
    conic-gradient(#000 0 25%, transparent 0 50%, #000 0 75%, transparent 0) 0 0/100% 100%;
  mask: radial-gradient(circle, transparent 26%, #000 28%) 0 0/8px 8px,
    conic-gradient(#000 0 25%, transparent 0 50%, #000 0 75%, transparent 0) 0 0/100% 100%;
  display: block;
  flex: none;
  filter: drop-shadow(0 1px 3px rgba(184,134,47,0.4));
}
/* simpler reliable sparkle between lines */
.ornament .star {
  background: none;
  -webkit-mask: none;
  mask: none;
  position: relative;
}
.ornament .star::before {
  content: "✦";
  font-size: 1.15rem;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 10px rgba(212,168,74,0.5);
}

/* ---------- Gilded step numbers ---------- */
.step-num {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  background: var(--gold-leaf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-2);
}
.step-card {
  position: relative;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, transparent, var(--gold-soft), transparent) 1;
  text-align: left;
}
.step-card::after {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 48px; height: 2px;
  background: var(--gold-leaf);
  border-radius: 2px;
}

/* ---------- Benefit icon gilding ---------- */
.benefit .ic {
  background: linear-gradient(160deg, var(--ivory), var(--cream-warm));
  border: 1px solid var(--gold-soft);
  box-shadow: 0 2px 10px rgba(184,134,47,0.12), inset 0 1px 0 rgba(255,255,255,0.6);
}
.benefit .ic svg { color: var(--gold); }

/* ---------- Emerald accent section ---------- */
.bg-emerald {
  background:
    radial-gradient(circle at 85% 20%, rgba(47,110,84,0.25), transparent 55%),
    linear-gradient(180deg, var(--emerald-deep), var(--emerald));
  color: var(--ivory);
}
.bg-emerald h2, .bg-emerald h3 { color: var(--ivory); }
.bg-emerald p { color: rgba(251,248,243,0.82); }
.bg-emerald .eyebrow { color: var(--gold-light); }

/* ---------- Gilded eyebrow ---------- */
.eyebrow {
  background: var(--gold-leaf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Card gold corner flourish ---------- */
.card-body.gilt {
  position: relative;
}
.card-body.gilt::before, .card-body.gilt::after {
  content: "";
  position: absolute;
  width: 22px; height: 22px;
  border: 1.5px solid var(--gold);
  opacity: 0.55;
}
.card-body.gilt::before {
  top: 10px; left: 10px;
  border-right: none; border-bottom: none;
}
.card-body.gilt::after {
  bottom: 10px; right: 10px;
  border-left: none; border-top: none;
}

/* ---------- Page hero warmth ---------- */
.page-hero {
  background:
    radial-gradient(circle at 50% 120%, rgba(212,168,74,0.18), transparent 60%),
    linear-gradient(180deg, var(--navy), var(--navy-deep));
  border-bottom: 1px solid var(--gold-soft);
}
.page-hero::after {
  content: "";
  position: absolute;
  bottom: -1px; left: 50%;
  transform: translateX(-50%);
  width: 120px; height: 3px;
  background: var(--gold-leaf);
  border-radius: 3px;
}
.page-hero { position: relative; overflow: hidden; }

/* ---------- Final CTA gilded frame ---------- */
.final-cta {
  position: relative;
}
.final-cta h2 {
  /* solid gold-light — no gradient clip (reliability + consistency with "Disney") */
  color: var(--gold-light);
  background: none;
  -webkit-text-fill-color: currentColor;
}

/* ---------- Buttons: gold-leaf primary ---------- */
.btn-primary {
  background: var(--gold-leaf);
  box-shadow: 0 4px 14px rgba(184,134,47,0.32), inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(184,134,47,0.42), inset 0 1px 0 rgba(255,255,255,0.3);
}

/* ---------- Section divider sparkle band ---------- */
.divider-band {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft) 20%, var(--gold) 50%, var(--gold-soft) 80%, transparent);
  margin: 0;
  position: relative;
}
.divider-band::after {
  content: "✦";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  background: var(--cream);
  padding: 0 var(--space-3);
  color: var(--gold);
  font-size: 0.9rem;
}

/* ---------- Mobile enhancements ---------- */
@media (max-width: 768px) {
  .hero.hero-center::before { width: 460px; height: 460px; }
  .ornament { margin: var(--space-6) auto; max-width: 280px; }
  .step-num { font-size: 1.7rem; }
  .divider-band::after { background: var(--cream-warm); }
}

/* Readable card text — dark slate for white backgrounds */
.readable { color: #3a4148 !important; line-height: 1.85; }
.readable strong { color: var(--navy); }


/* ---------- Magical texture backgrounds ---------- */
.bg-navy, .bg-emerald {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-navy {
  background-image: url('../img/bg-magic-navy.jpg');
  background-color: var(--navy-deep);
  background-blend-mode: soft-light;
}
.bg-emerald {
  background-image: url('../img/bg-magic-navy.jpg');
  background-color: var(--emerald-deep);
  background-blend-mode: overlay;
}
.bg-cream-warm {
  background-image: url('../img/bg-magic-cream.jpg');
  background-color: var(--cream-warm);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}
.bg-cream {
  background-color: var(--cream);
}

/* ============================================
   HOMEPAGE REDESIGN v2 — compact, dramatic, magical
   ============================================ */

/* Tighter, balanced section padding for a no-scroll feel */
.sec-tight { padding: clamp(1.75rem, 4vw, 2.75rem) 0; }
.sec-tight .section-head { margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem); }

/* Stronger section headings — never blend into background */
.section-head h2 {
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--navy);
}
.bg-cream-warm .section-head h2,
.bg-cream .section-head h2 { color: var(--navy); }

/* ---- Dramatic navy hero ---- */
.hero-stage {
  position: relative;
  background:
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--ivory);
  overflow: hidden;
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}
.hero-stage::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url('../img/bg-magic-navy.jpg');
  background-size: cover; background-position: center;
  opacity: 0.22;
  mix-blend-mode: soft-light;
  pointer-events: none;
}
/* twinkle sparkles */
.hero-stage-grid { position: relative; z-index: 1; }
.hero-stage .sparkle {
  position: absolute; width: 3px; height: 3px; border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 6px 1px rgba(232,211,161,0.7);
  animation: twinkle 4s ease-in-out infinite;
  pointer-events: none; z-index: 1;
}
.sparkle.s1 { top: 18%; left: 14%; animation-delay: 0s; }
.sparkle.s2 { top: 30%; right: 18%; animation-delay: 1.2s; width: 2px; height: 2px; }
.sparkle.s3 { top: 62%; left: 8%; animation-delay: 2.1s; }
.sparkle.s4 { top: 72%; right: 12%; animation-delay: 0.6s; width: 4px; height: 4px; }
.sparkle.s5 { top: 12%; left: 68%; animation-delay: 3s; width: 2px; height: 2px; }
@keyframes twinkle { 0%,100% { opacity: 0.15; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.25); } }
@media (prefers-reduced-motion: reduce) { .hero-stage .sparkle { animation: none; opacity: 0.5; } }

.hero-stage h1 {
  color: var(--ivory);
  font-weight: 500;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: var(--space-3) 0 var(--space-4);
}
.hero-stage .lead {
  color: rgba(251,248,243,0.82);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  max-width: 620px;
  margin-left: auto; margin-right: auto;
  margin-bottom: var(--space-5);
}

/* ---- Gold-leaf gradient text for "Disney" — NO italic, bulletproof ---- */
.gold-leaf-text {
  font-style: normal;
  color: var(--gold);
  font-weight: 700;
  display: inline-block;
}

/* sparkly eyebrow */
.eyebrow-spark { color: var(--gold-light); letter-spacing: 0.18em; }
.eyebrow-spark::before, .eyebrow-spark::after {
  content: "✦"; margin: 0 0.5em; opacity: 0.7; font-size: 0.7em;
}

/* ghost button for dark hero */
.btn-ghost-ivory {
  color: var(--ivory);
  background: transparent;
  border: 1px solid rgba(251,248,243,0.35);
}
.btn-ghost-ivory:hover { background: rgba(251,248,243,0.08); border-color: rgba(251,248,243,0.6); }

/* trust chips */
.trust-chips { display: flex; gap: 0.6rem; justify-content: center; flex-wrap: wrap; margin-top: var(--space-5); }
.trust-chip {
  font-size: 0.82rem; letter-spacing: 0.02em;
  color: rgba(232,211,161,0.9);
  padding: 0.3rem 0.85rem;
  border: 1px solid rgba(212,168,74,0.3);
  border-radius: 999px;
  background: rgba(212,168,74,0.06);
}

/* ---- Pin-type chips ---- */
.chips {
  display: flex; flex-wrap: wrap; gap: 0.55rem; justify-content: center;
  max-width: 880px; margin: 0 auto var(--space-4);
}
.chip {
  font-family: var(--font-sans);
  font-size: 0.92rem; font-weight: 500;
  color: var(--navy);
  padding: 0.5rem 1.05rem;
  background: var(--ivory);
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(184,134,47,0.18);
  border-color: var(--gold);
}
.also-buy {
  text-align: center; max-width: 760px; margin: 0 auto var(--space-2);
  color: #3a4148; line-height: 1.7;
}
.also-buy strong { color: var(--navy); }

/* ---- Compact steps ---- */
.steps-tight { gap: 1.2rem; }
.step-mini {
  position: relative;
  background: var(--ivory);
  border: 1px solid var(--gold-soft);
  border-radius: 14px;
  padding: 1.6rem 1.4rem 1.5rem;
  text-align: left;
}
.step-mini .step-num {
  font-family: var(--font-serif);
  font-size: 1.6rem; font-weight: 700;
  color: var(--gold);
  display: block; margin-bottom: 0.4rem;
}
.step-mini h3 { font-size: 1.12rem; margin-bottom: 0.35rem; color: var(--navy); }
.step-mini p { font-size: 0.95rem; color: #3a4148; line-height: 1.6; margin: 0; }

/* ---- Emerald finale CTA ---- */
.bg-cta-finale {
  position: relative;
  background:
    linear-gradient(180deg, var(--emerald), var(--emerald-deep));
  color: var(--ivory);
  overflow: hidden;
  padding: clamp(2.8rem, 6vw, 4rem) 0;
}
.bg-cta-finale::before {
  content: ""; position: absolute; inset: 0;
  background-image: url('../img/bg-magic-navy.jpg');
  background-size: cover; background-position: center;
  opacity: 0.14; mix-blend-mode: soft-light; pointer-events: none;
}
.bg-cta-finale .container { position: relative; z-index: 1; }
.bg-cta-finale h2 {
  color: var(--gold-light);
  font-weight: 700;
}
.bg-cta-finale p { color: rgba(251,248,243,0.85); }
.link-gold { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.link-gold:hover { color: var(--ivory); }

/* keep finale CTA centered and tight */
.bg-cta-finale .final-cta { text-align: center; max-width: 640px; margin: 0 auto; }
.bg-cta-finale .final-cta h2 { margin-bottom: var(--space-3); }


/* (sticky CTA removed — no bottom padding needed) */

/* ============================================
   WHAT WE BUY — clean museum list + color dial-in
   ============================================ */

/* What We Buy section: clean ivory (no busy texture) so heading pops */
.wwb {
  background: var(--ivory);
  border-top: 1px solid var(--gold-soft);
  position: relative;
}
.wwb::before {
  content: ""; position: absolute; inset: 0;
  background-image: url('../img/bg-magic-cream.jpg');
  background-size: cover; background-position: center;
  opacity: 0.06; pointer-events: none;
}
.wwb .container { position: relative; z-index: 1; }

/* Contrast eyebrow — gold text on a small navy rule band */
.eyebrow-rule {
  position: relative;
  display: inline-block;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.22em;
  padding-bottom: 0.6rem;
}
.eyebrow-rule::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 42px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 2px;
}

/* Elegant pin list — two columns, gold markers, no bubbles */
.pin-list {
  list-style: none;
  margin: var(--space-5) auto var(--space-4);
  padding: 0;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem 2rem;
}
.pin-list li {
  position: relative;
  padding-left: 1.5rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: #2c333a;
  line-height: 1.5;
  font-weight: 500;
}
.pin-list li::before {
  content: "✦";
  position: absolute;
  left: 0; top: 0;
  color: var(--gold);
  font-size: 0.8rem;
  line-height: 1.7;
}
@media (max-width: 640px) {
  .pin-list { grid-template-columns: 1fr; gap: 0.6rem; max-width: 420px; }
}

/* Color dial-in — richer, more saturated accent gold */
:root {
  --gold: #c08a2e;
  --gold-light: #e8c878;
}

/* ============================================
   LIVE QA FIXES
   ============================================ */

/* 1. Sticky bottom CTA removed entirely — redundant with hero, finale & mobile-menu CTAs,
      and fixed bars overlap content mid-scroll. Page is short enough not to need it. */
.sticky-cta { display: none !important; }

/* 2. Mobile menu: remove stray focus ring on logo, add bottom safe-area */
.mobile-menu-head .brand,
.mobile-menu-head .brand:focus,
.mobile-menu-head .brand:focus-visible { outline: none; box-shadow: none; }
.mobile-menu {
  padding-bottom: calc(var(--space-5) + env(safe-area-inset-bottom, 0px));
}
.mobile-menu .btn { margin-top: var(--space-3); }

/* 3. What We Buy: a touch more top breathing room after the hero */
.wwb.sec-tight { padding-top: clamp(1.75rem, 4vw, 2.75rem); padding-bottom: clamp(1.75rem, 4vw, 2.75rem); }

/* 4. Footer email spacing */
.footer-contact { margin-top: var(--space-5); padding-top: var(--space-4); }
.footer-contact > div { margin-bottom: var(--space-1); }

/* 5. Why Sell: darken body text for contrast over parchment */
.bg-cream-warm .benefit p,
.bg-cream .benefit p { color: #333b42; }

/* 6. Desktop sticky header CTA inherits the gold button cleanly (no fix needed) */

/* ============================================
   FINAL BOSS COMPRESSION — pin-flow + why-quick
   ============================================ */

/* Compressed "What We Buy" — inline sparkle-separated flow (not a grid) */
.pin-flow {
  text-align: center;
  max-width: 820px;
  margin: var(--space-3) auto var(--space-2);
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.95;
  color: #28313a;
  font-weight: 600;
  letter-spacing: 0.015em;
}
.pin-flow .sep {
  color: var(--gold);
  margin: 0 0.55em;
  font-size: 0.82em;
  opacity: 1;
  text-shadow: 0 0 10px rgba(192,138,46,0.45);
}
@media (max-width: 640px) {
  .pin-flow { font-size: 0.95rem; line-height: 1.75; }
}

/* "Official Disney pins only" callout — centered, blends with the pin-flow */
.wwb-note {
  max-width: 680px;
  margin: var(--space-5) auto 0;
  padding: var(--space-4) 0 0;
  text-align: center;
  border-top: 1px solid rgba(192, 138, 46, 0.28);
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--slate);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.wwb-note .nx { color: var(--gold); margin-right: 0.5em; font-size: 0.82em; }
.wwb-note strong { color: var(--navy); font-weight: 600; }
@media (max-width: 640px) {
  .wwb-note { font-size: 0.84rem; }
  .sec-tight { padding: clamp(1.5rem, 6vw, 2.25rem) 0; }
  .sec-tight .section-head { margin-bottom: 1.25rem; }
  .steps-tight { gap: 0.9rem; }
  .step-mini { padding: 1.35rem 1.15rem 1.3rem; }
  .why-elite { margin-top: var(--space-4); }
}

/* ============================================
   Modern pin-category chips — homepage + What We Buy
   ============================================ */
.pin-chips { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.55rem; max-width: 880px; margin: var(--space-4) auto var(--space-2); padding: 0; }
.pin-chips li {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--navy);
  padding: 0.55rem 1rem;
  background: var(--ivory);
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.pin-chips li:hover {
  transform: translateY(-2px);
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
  box-shadow: 0 6px 16px rgba(184,134,47,0.22);
}
@media (max-width: 640px) {
  .pin-chips { gap: 0.5rem; }
  .pin-chips li { font-size: 0.85rem; padding: 0.5rem 0.85rem; }
}

/* "We're especially interested in" — modern card (What We Buy) */
.interest-card {
  position: relative;
  background: var(--ivory);
  border: 1px solid var(--gold-soft);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: var(--space-7);
}
.interest-card .interest-head {
  text-align: center;
  margin-bottom: var(--space-2);
}
.interest-card .interest-head .eyebrow { color: var(--gold); }
.interest-card .interest-also {
  max-width: 760px;
  margin: var(--space-4) auto 0;
  padding-top: var(--space-4);
  border-top: 1px solid rgba(192,138,46,0.22);
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #4a525a;
}
.interest-card .interest-also strong { color: var(--navy); font-weight: 600; }

/* What We Buy — category card grid */
.wwb-cards { gap: var(--space-4); margin-bottom: var(--space-7); }
.wwb-cards .card-body { padding: var(--space-5); }
.wwb-cards h3 { font-family: var(--font-serif); font-size: 1.08rem; color: var(--navy); margin-bottom: var(--space-3); }
.wwb-cards ul { list-style: none; padding: 0; margin: 0; }
.wwb-cards li { position: relative; padding: 0.3rem 0 0.3rem 1.15rem; font-size: 0.9rem; color: #3a4148; line-height: 1.45; }
.wwb-cards li::before { content: "\2726"; position: absolute; left: 0; top: 0.45rem; color: var(--gold); font-size: 0.68rem; }
@media (max-width: 768px) {
  .wwb-cards { gap: var(--space-3); }
}

/* Compressed "Why Sell" — 3 quick one-line bullets */
.why-quick {
  list-style: none;
  max-width: 640px;
  margin: var(--space-4) auto 0;
  padding: 0;
  text-align: center;
}
.why-quick li {
  position: relative;
  padding: 0.7rem 0 0.7rem 1.8rem;
  font-size: 1.02rem;
  color: #2c333a;
  line-height: 1.5;
  border-bottom: 1px solid var(--gold-soft);
}
.why-quick li:last-child { border-bottom: none; }
.why-quick li::before {
  content: "\2726";
  position: absolute;
  left: 0.2rem; top: 0.85rem;
  color: var(--gold);
  font-size: 0.85rem;
}
.why-quick strong { color: var(--navy); font-weight: 700; }
@media (max-width: 640px) {
  .why-quick { text-align: left; max-width: 460px; }
}

/* ============================================
   ULTIMATE FINAL BOSS — unified gallery + elite why-row + finale starfield
   ============================================ */

/* Unified hairline rule between ivory sections */
.sec-rule { border-top: 1px solid var(--gold-soft); }

/* WHY SELL — elite 3-column row with gold sparkle marks + elegant dividers */
.why-elite {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 940px;
  margin: var(--space-5) auto 0;
}
.why-elite-item {
  padding: 0 var(--space-5);
  text-align: center;
  border-right: 1px solid var(--gold-soft);
}
.why-elite-item:last-child { border-right: none; }
.why-mark {
  display: block;
  color: var(--gold);
  font-size: 1.15rem;
  line-height: 1;
  margin-bottom: var(--space-3);
  opacity: 0.9;
}
.why-elite-item h3 {
  font-family: var(--font-serif);
  color: var(--navy);
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: var(--space-2);
  letter-spacing: 0.01em;
}
.why-elite-item p {
  color: #4a525a;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .why-elite { grid-template-columns: 1fr; gap: 0; max-width: 460px; }
  .why-elite-item {
    border-right: none;
    border-bottom: 1px solid var(--gold-soft);
    padding: var(--space-4) 0;
  }
  .why-elite-item:last-child { border-bottom: none; }
  .why-elite-item p { max-width: 320px; }
}

/* FINALE — emerald with twinkling gold starfield (echoes the hero) */
.finale-stage { position: relative; }
.bg-cta-finale .sparkle {
  position: absolute;
  background: var(--gold-light);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(232,200,120,0.7);
}
.bg-cta-finale .sparkle.fs1 { width:3px; height:3px; top:20%; left:13%; animation: twinkle 4.2s ease-in-out infinite; }
.bg-cta-finale .sparkle.fs2 { width:2px; height:2px; top:30%; left:84%; animation: twinkle 5s ease-in-out 0.6s infinite; }
.bg-cta-finale .sparkle.fs3 { width:3px; height:3px; top:68%; left:18%; animation: twinkle 4.6s ease-in-out 1.2s infinite; }
.bg-cta-finale .sparkle.fs4 { width:2px; height:2px; top:74%; left:78%; animation: twinkle 5.4s ease-in-out 0.3s infinite; }
.bg-cta-finale .sparkle.fs5 { width:2px; height:2px; top:48%; left:50%; animation: twinkle 4.8s ease-in-out 1.8s infinite; }

/* Finale eyebrow — gold-light with centered gold rule (matches section eyebrows) */
.eyebrow-finale {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  display: inline-block;
  position: relative;
  padding-bottom: 0.6rem;
}
.eyebrow-finale::after {
  content: "";
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  height: 1px; width: 38px;
  background: linear-gradient(90deg, transparent, var(--gold-light) 50%, transparent);
}
