/* ==========================================================
   MONARQUE — Premium high-ticket promotion network
   Obsidian + champagne · Glassmorphic · Editorial
========================================================== */
:root {
  --bg: #0A0806;
  --bg-2: #100C09;
  --bg-3: #14100C;
  --surface: rgba(255, 245, 228, 0.045);
  --surface-2: rgba(255, 245, 228, 0.07);
  --line: rgba(255, 238, 210, 0.12);
  --line-strong: rgba(255, 238, 210, 0.2);

  --ink: #FBF5E7;
  --ink-mute: #C8BEA9;
  --ink-dim: #8A7E66;

  --gold: #E4BC7E;
  --gold-2: #F5D9A6;
  --gold-3: #C89959;
  --gold-soft: rgba(228, 188, 126, 0.14);
  --bronze: #C08A4F;

  --danger: #E07B5A;

  --serif: 'Fraunces', 'Cormorant Garamond', 'Times New Roman', serif;
  --serif-display: 'Fraunces', 'Instrument Serif', serif;
  --serif-italic: 'Cormorant Garamond', 'Instrument Serif', 'Fraunces', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', monospace;

  --container: 1280px;
  --ease: cubic-bezier(.22, .8, .2, 1);
}

/* ==========================================================
   Base
========================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  background:
    radial-gradient(1100px 550px at 12% -8%, rgba(228, 188, 126, 0.035) 0%, transparent 55%),
    radial-gradient(900px 480px at 95% 25%, rgba(192, 138, 79, 0.028) 0%, transparent 60%),
    var(--bg);
  background-attachment: fixed;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  cursor: none;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: none; border: 0; background: none; color: inherit; }
img, svg { display: block; max-width: 100%; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

em {
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: -0.005em;
}

.gold { color: var(--gold); }

/* Selection */
::selection { background: var(--gold); color: var(--bg); }

/* ==========================================================
   Ambient background
========================================================== */
.ambient {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.ambient__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  transition: transform .3s ease-out;
}
.ambient__orb--a {
  width: 620px; height: 620px;
  top: -200px; left: -100px;
  background: radial-gradient(circle, rgba(228, 188, 126, 0.32) 0%, transparent 65%);
  opacity: 0.22;
}
.ambient__orb--b {
  width: 540px; height: 540px;
  top: 35%; right: -140px;
  background: radial-gradient(circle, rgba(192, 138, 79, 0.3) 0%, transparent 65%);
  opacity: 0.18;
}
.ambient__orb--c {
  width: 660px; height: 660px;
  bottom: -200px; left: 30%;
  background: radial-gradient(circle, rgba(228, 188, 126, 0.2) 0%, transparent 65%);
  opacity: 0.15;
}
.ambient__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='0.22'/></svg>");
  opacity: 0.08;
  mix-blend-mode: overlay;
}

/* ==========================================================
   Custom cursor
========================================================== */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 1px; height: 1px;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
}
.cursor__dot {
  position: absolute;
  top: -3px; left: -3px;
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  transition: transform .18s var(--ease);
}
.cursor__ring {
  position: absolute;
  top: -18px; left: -18px;
  width: 36px; height: 36px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  transition: transform .28s var(--ease), width .28s var(--ease), height .28s var(--ease), top .28s var(--ease), left .28s var(--ease), border-color .2s, background .2s;
}
.cursor.is-hover .cursor__ring {
  top: -34px; left: -34px;
  width: 68px; height: 68px;
  background: rgba(212, 175, 122, 0.15);
  border-color: var(--gold-2);
}
.cursor.is-hover .cursor__dot {
  transform: scale(0.25);
}
.cursor__label {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -8px);
  padding: 4px 10px;
  background: var(--gold);
  color: var(--bg);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 2px;
  opacity: 0;
  white-space: nowrap;
  transition: opacity .2s, transform .2s;
  pointer-events: none;
}
.cursor.is-label .cursor__label {
  opacity: 1;
  transform: translate(-50%, 0);
}
@media (hover: none) {
  body, button { cursor: auto; }
  .cursor { display: none; }
}

/* ==========================================================
   Page load
========================================================== */
.page-load {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px 500px at 50% 50%, rgba(228, 188, 126, 0.06) 0%, transparent 70%),
    var(--bg);
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pageOut 1.2s .8s var(--ease) forwards;
}
.page-load__word {
  display: flex;
  gap: 0.04em;
}
.page-load__word span {
  display: inline-block;
  font-family: var(--serif-italic);
  font-style: italic;
  font-size: clamp(24px, 4.6vw, 80px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
  opacity: 0;
  transform: translateY(26px);
  animation: loadLetter .6s var(--ease) forwards;
  padding: 0.1em 0;
}
.page-load__word span:nth-child(1)  { animation-delay: .050s; color: var(--gold); }
.page-load__word span:nth-child(2)  { animation-delay: .085s; color: var(--gold); }
.page-load__word span:nth-child(3)  { animation-delay: .120s; color: var(--gold); }
.page-load__word span:nth-child(4)  { animation-delay: .155s; color: var(--gold); }
.page-load__word span:nth-child(5)  { animation-delay: .190s; color: var(--gold); }
.page-load__word span:nth-child(6)  { animation-delay: .225s; color: var(--gold); }
.page-load__word span:nth-child(7)  { animation-delay: .260s; color: var(--gold); }
.page-load__word span:nth-child(8)  { animation-delay: .295s; color: var(--gold); }
.page-load__word span:nth-child(9)  { animation-delay: .330s; color: var(--gold); }
.page-load__word span:nth-child(10) { animation-delay: .365s; color: var(--gold); }
.page-load__word span:nth-child(11) { animation-delay: .400s; }
.page-load__word span:nth-child(12) { animation-delay: .435s; }
.page-load__word span:nth-child(13) { animation-delay: .470s; }
.page-load__word span:nth-child(14) { animation-delay: .505s; }
.page-load__word span:nth-child(15) { animation-delay: .540s; }
.page-load__word span:nth-child(16) { animation-delay: .575s; }
.page-load__word span:nth-child(17) { animation-delay: .610s; }
@keyframes loadLetter {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pageOut {
  to { opacity: 0; visibility: hidden; }
}

/* ==========================================================
   Scroll progress
========================================================== */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  z-index: 200;
  box-shadow: 0 0 20px rgba(212, 175, 122, 0.6);
  transition: width .08s linear;
}

/* ==========================================================
   Glass card
========================================================== */
.glass-card {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255, 242, 220, 0.045) 0%, rgba(255, 242, 220, 0.015) 100%);
  border: 1px solid var(--line);
  border-radius: 18px;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
  overflow: hidden;
  transition: border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);
}
.glass-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(228, 188, 126, 0.22) 0%, transparent 30%, transparent 70%, rgba(228, 188, 126, 0.14) 100%);
  opacity: 0.7;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.glass-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(245, 217, 166, 0.5) 0%, rgba(255, 242, 220, 0.1) 40%, transparent 80%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.8;
}
.glass-card:hover {
  border-color: var(--line-strong);
}

/* ==========================================================
   Buttons
========================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform .22s var(--ease), background .22s var(--ease), color .22s var(--ease), box-shadow .22s var(--ease), border-color .22s;
  cursor: none;
  white-space: nowrap;
  position: relative;
}
.btn--gold {
  background: linear-gradient(180deg, var(--gold-2) 0%, var(--gold) 55%, var(--gold-3) 100%);
  color: #1a1108;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.4),
    0 12px 30px -10px rgba(212, 175, 122, 0.45);
}
.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.4),
    0 20px 50px -12px rgba(212, 175, 122, 0.7);
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  border: 1px solid var(--line-strong);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--gold);
  color: var(--gold-2);
}
.btn--xl { padding: 18px 30px; font-size: 13px; }
.btn--sm { padding: 10px 16px; font-size: 10px; }
.btn--block { display: flex; width: 100%; }

/* ==========================================================
   Chips
========================================================== */
.chip {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  font-family: var(--mono);
}
.chip--gold {
  background: var(--gold-soft);
  color: var(--gold);
  border: 1px solid rgba(212, 175, 122, 0.3);
}
.chip--soft {
  background: rgba(255,255,255,0.05);
  color: var(--ink-mute);
  border: 1px solid var(--line);
}

/* ==========================================================
   Nav
========================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(22, 17, 12, 0.55);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.nav.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(28, 23, 18, 0.82);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.brand--lg { font-size: 32px; }
.brand__mark { color: var(--gold); display: inline-flex; }
.brand__text { color: var(--ink); }

.nav__links {
  display: flex;
  gap: 40px;
}
.nav__links a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  position: relative;
  transition: color .2s;
}
.nav__links a::after {
  content: "";
  position: absolute;
  bottom: -6px; left: 0;
  height: 1px;
  width: 0;
  background: var(--gold);
  transition: width .3s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.nav__toggle span { width: 22px; height: 1.5px; background: var(--ink); }

/* ==========================================================
   HERO
========================================================== */
.hero {
  position: relative;
  padding: 100px 0 120px;
  overflow: hidden;
}
.hero__inner {
  position: relative;
  max-width: 1080px;
}
.hero__eye {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(212, 175, 122, 0.1);
  border: 1px solid rgba(212, 175, 122, 0.3);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 36px;
}
.hero__eye-dot {
  width: 7px; height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(212, 175, 122, 0.5);
  animation: pulseGold 2s infinite;
}
@keyframes pulseGold {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 122, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(212, 175, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 122, 0); }
}

.hero__title {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(44px, 6.6vw, 104px);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 36px;
  color: var(--ink);
  padding-bottom: 0.1em;
}
.hero__title .line {
  display: block;
  padding: 0.08em 0 0.18em;
}
.hero__title em {
  font-family: var(--serif-italic);
  font-size: 0.94em;
  line-height: 1.12;
  font-weight: 500;
}
.hero__title-strike {
  position: relative;
  display: inline-block;
  color: var(--ink-mute);
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
}
.hero__title-strike::after {
  content: "";
  position: absolute;
  left: -3%; right: -3%;
  top: 55%;
  height: 3px;
  background: var(--gold);
  transform: rotate(-3deg);
  border-radius: 2px;
}

.hero__deck {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-mute);
  margin-bottom: 44px;
}
.hero__deck strong {
  color: var(--ink);
  font-weight: 600;
}
.hero__cta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.hero__panel {
  max-width: 980px;
  position: relative;
}
.hero__panel-card {
  padding: 32px;
}
.hero__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.hero__panel-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 8px;
}
.hero__panel-title {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -0.015em;
  color: var(--ink);
  line-height: 1.2;
}
.hero__panel-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  background: rgba(212, 175, 122, 0.1);
  border: 1px solid rgba(212, 175, 122, 0.3);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold);
  white-space: nowrap;
}
.hero__panel-dot {
  width: 7px; height: 7px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulseGold 2s infinite;
}

.hero__panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
.hero__panel-item {
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: background .25s, border-color .25s;
}
.hero__panel-item:hover {
  background: rgba(212, 175, 122, 0.04);
  border-color: rgba(212, 175, 122, 0.25);
}
.hero__panel-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  gap: 10px;
}
.hero__panel-item-dom {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.hero__panel-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.hero__panel-item-meta > span:first-child {
  font-size: 12px;
  color: var(--ink-mute);
}
.hero__panel-foot {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.hero__panel-foot-label { color: var(--gold); }

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 40px;
  font-size: 13px;
  color: var(--ink-mute);
}
.hero__badges span { color: var(--gold); margin-right: 8px; }

/* ==========================================================
   Trust logos
========================================================== */
.trust {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 8, 5, 0.35);
  backdrop-filter: blur(10px);
}
.trust__label {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 26px;
}
.trust__label::before { content: ""; }
.trust__row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  opacity: 0.7;
}
.trust__row span {
  font-family: var(--serif-display);
  font-size: 20px;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  white-space: nowrap;
}
.trust__row span em {
  font-family: var(--serif-italic);
  font-size: 1em;
  color: var(--gold);
  font-style: italic;
  letter-spacing: 0;
  font-weight: 500;
}

/* ==========================================================
   Section heads
========================================================== */
.eyebrow {
  display: inline-block;
  font-family: var(--serif-italic);
  font-style: italic;
  font-size: 20px;
  color: var(--gold);
  margin-bottom: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
.section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 72px;
}
.section-head--left {
  text-align: left;
  margin-left: 0;
  max-width: 640px;
}
.section-head__title {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(36px, 4.8vw, 72px);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 24px;
  color: var(--ink);
  padding-bottom: 0.1em;
}
.section-head__title .line {
  display: block;
  padding: 0.06em 0 0.16em;
}
.section-head__sub {
  font-size: 18px;
  color: var(--ink-mute);
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.55;
}
.section-head--left .section-head__sub { margin: 0; }

/* ==========================================================
   TRUTH / competitor hook
========================================================== */
.truth {
  padding: 140px 0;
  position: relative;
}
.truth__head {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 84px;
}
.truth__title {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(40px, 5.4vw, 84px);
  letter-spacing: -0.025em;
  line-height: 1.1;
  padding-bottom: 0.1em;
}
.truth__title .line {
  display: block;
  padding: 0.06em 0 0.16em;
}

.truth__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.truth-stat {
  padding: 44px 36px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.truth-stat__num {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 96px;
  line-height: 0.85;
  letter-spacing: -0.04em;
  color: var(--gold);
  flex-shrink: 0;
}
.truth-stat__suffix {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 48px;
  color: var(--gold-2);
  align-self: flex-start;
  margin-top: 6px;
}
.truth-stat__body { flex: 1; }
.truth-stat__body h3 {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--ink);
}
.truth-stat__body p {
  font-size: 14px;
  color: var(--ink-mute);
  line-height: 1.5;
}

.truth__note {
  margin-top: 80px;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.truth__note-quote {
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.4;
  color: var(--ink);
  margin-bottom: 18px;
  padding-bottom: 0.1em;
}
.truth__note-sig {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ==========================================================
   Marquee
========================================================== */
.marquee {
  padding: 36px 0;
  background: rgba(11, 8, 5, 0.45);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.marquee__track {
  display: flex;
  gap: 48px;
  width: max-content;
  white-space: nowrap;
  animation: marqueeScroll 50s linear infinite;
  align-items: center;
  font-family: var(--serif-italic);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--ink);
  will-change: transform;
  padding: 0.15em 0;
}
.marquee__track span { font-style: italic; }
.marquee__track em {
  color: var(--gold);
  font-size: 24px;
  font-style: normal;
  font-family: var(--sans);
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marqueeScroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* ==========================================================
   HOW
========================================================== */
.how {
  padding: 140px 0;
}
.how__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.how-step {
  padding: 44px 36px;
  transition: transform .3s var(--ease), border-color .3s;
}
.how-step:hover {
  transform: translateY(-6px);
}
.how-step__num {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 64px;
  line-height: 1;
  color: var(--gold);
  margin-bottom: 24px;
}
.how-step h3 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin-bottom: 14px;
  color: var(--ink);
  padding-bottom: 0.05em;
}
.how-step p {
  font-size: 15px;
  color: var(--ink-mute);
  line-height: 1.55;
}

/* ==========================================================
   SERVICES
========================================================== */
.services {
  padding: 140px 0;
  position: relative;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.service-card {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform .35s var(--ease), border-color .3s;
}
.service-card:hover {
  transform: translateY(-6px);
}
.service-card--featured {
  background:
    linear-gradient(135deg, rgba(212, 175, 122, 0.12) 0%, rgba(212, 175, 122, 0.04) 60%, rgba(255,255,255,0.03) 100%);
  border-color: rgba(212, 175, 122, 0.35);
}
.service-card--featured::before {
  background: linear-gradient(135deg, rgba(212,175,122,0.4) 0%, transparent 40%, transparent 70%, rgba(212,175,122,0.25) 100%);
  opacity: 0.8;
}
.service-card__badge {
  position: absolute;
  top: 20px; right: 20px;
  padding: 5px 12px;
  background: var(--gold);
  color: #1a1108;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 2px;
}
.service-card__badge--comp {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}
.service-card__label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--ink-dim);
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-right: 110px;
}
.service-card__title {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 16px;
  color: var(--ink);
  padding-bottom: 0.06em;
}
.service-card__lead {
  font-size: 15px;
  color: var(--ink-mute);
  line-height: 1.55;
  margin-bottom: 24px;
}
.service-card__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
  flex: 1;
}
.service-card__list li {
  font-size: 13px;
  color: var(--ink);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.service-card__list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: 10px;
  top: 3px;
}
.service-card__foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  margin-bottom: 18px;
}
.service-card__from {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.service-card__price {
  font-family: var(--serif-display);
  font-size: 22px;
  color: var(--gold);
  font-weight: 400;
}
.service-card__price--free {
  font-style: italic;
  font-size: 20px;
}

/* ==========================================================
   NETWORK / portfolio
========================================================== */
.network {
  padding: 140px 0;
}
.network__inner { position: relative; }
.network__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
}
.network-card {
  padding: 28px 26px;
  transition: transform .3s var(--ease);
}
.network-card:hover { transform: translateY(-4px); }
.network-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.network-card__vertical {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.network-card__domain {
  font-family: var(--mono);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 22px;
  letter-spacing: -0.01em;
  word-break: break-all;
}
.network-card__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.network-card__stats > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.network-card__stats span {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.network-card__stats strong {
  font-family: var(--serif-display);
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.network-card--more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(212, 175, 122, 0.1) 0%, rgba(212, 175, 122, 0.03) 100%);
  border-color: rgba(212, 175, 122, 0.3);
  gap: 16px;
}
.network-card__more-num {
  font-family: var(--serif-display);
  font-size: 52px;
  line-height: 0.95;
  color: var(--gold);
  letter-spacing: -0.03em;
}
.network-card__more-text {
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.5;
}

/* ==========================================================
   PROOF
========================================================== */
.proof {
  padding: 140px 0;
}
.proof__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.proof-card {
  padding: 44px 36px;
}
.proof-card__industry {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}
.proof-card__head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.proof-card__big {
  font-family: var(--serif-display);
  font-size: 52px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 6px;
}
.proof-card__lbl {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.proof-card blockquote {
  margin: 0 0 18px;
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink);
  padding-bottom: 0.1em;
}
.proof-card__by {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.proof__strip {
  margin-top: 60px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.proof__strip-stat strong {
  display: block;
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 34px;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.proof__strip-stat span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* ==========================================================
   FAQ
========================================================== */
.faq {
  padding: 140px 0;
}
.faq__inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: start;
}
.faq__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.faq__item {
  border-bottom: 1px solid var(--line);
  transition: border-color .2s;
}
.faq__item[open] { border-color: var(--gold-soft); }
.faq__item summary {
  list-style: none;
  padding: 26px 0;
  cursor: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--ink);
  transition: color .15s;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__plus {
  font-family: var(--sans);
  font-size: 22px;
  color: var(--gold);
  font-weight: 300;
  flex-shrink: 0;
  transition: transform .3s var(--ease);
}
.faq__item[open] .faq__plus { transform: rotate(45deg); }
.faq__item summary:hover { color: var(--gold-2); }
.faq__item p {
  padding: 0 0 26px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-mute);
  max-width: 680px;
}

/* ==========================================================
   CONTACT
========================================================== */
.contact {
  padding: 80px 0 140px;
}
.contact__card {
  padding: 80px 60px;
  position: relative;
}
.contact__card::after {
  display: none;
}
.contact__eye {
  font-family: var(--serif-display);
  font-style: italic;
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 20px;
  text-align: center;
}
.contact__title {
  text-align: center;
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: clamp(36px, 4.8vw, 72px);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 22px;
  padding-bottom: 0.1em;
}
.contact__title .line {
  display: block;
  padding: 0.06em 0 0.16em;
}
.contact__sub {
  text-align: center;
  font-size: 17px;
  color: var(--ink-mute);
  max-width: 560px;
  margin: 0 auto 48px;
  line-height: 1.55;
}
.contact__form {
  max-width: 640px;
  margin: 0 auto;
}
.contact__fields { display: flex; flex-direction: column; gap: 18px; }
.contact__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.contact__form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__form span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.contact__form input,
.contact__form select,
.contact__form textarea {
  padding: 14px 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  transition: border-color .2s, background .2s;
  cursor: none;
}
.contact__form input:focus,
.contact__form select:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(212, 175, 122, 0.04);
}
.contact__form textarea { resize: vertical; min-height: 120px; font-family: inherit; }
.contact__meta {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-top: 14px;
}
.contact__success {
  text-align: center;
  padding: 40px 0;
}
.contact__success-mark {
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 16px;
}
.contact__success h3 {
  font-family: var(--serif-display);
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 12px;
  color: var(--ink);
}
.contact__success p {
  color: var(--ink-mute);
  font-size: 15px;
  line-height: 1.55;
  max-width: 440px;
  margin: 0 auto;
}

/* ==========================================================
   Footer
========================================================== */
.footer {
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
  border-top: 1px solid var(--line);
  padding: 80px 0 0;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line);
}
.footer__brand p {
  margin-top: 20px;
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  color: var(--ink-mute);
  max-width: 340px;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 0.1em;
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer__cols h4 {
  font-family: var(--serif-italic);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer__cols a {
  display: block;
  font-size: 14px;
  color: var(--ink-mute);
  padding: 7px 0;
  transition: color .15s;
}
.footer__cols a:hover { color: var(--ink); }

.footer__word {
  font-family: var(--serif-italic);
  font-weight: 500;
  font-size: clamp(100px, 22vw, 320px);
  text-align: center;
  letter-spacing: -0.04em;
  line-height: 1;
  padding: 50px 0 40px;
  background: linear-gradient(180deg, rgba(228, 188, 126, 0.3) 0%, rgba(228, 188, 126, 0) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  user-select: none;
  font-style: italic;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 26px 0;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

/* ==========================================================
   Reveal
========================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}
[data-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}

[data-split-word] .word-wrap {
  display: inline-block;
  vertical-align: baseline;
  padding: 0.12em 0.02em 0.22em;
  margin: -0.12em -0.02em -0.22em;
  overflow: hidden;
}
[data-split-word] .word-wrap > span,
[data-split-word] .word-wrap > em,
[data-split-word] .word-wrap > .hero__title-strike,
[data-split-word] .word-wrap > .gold {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 1s var(--ease), opacity .8s var(--ease);
}
[data-split-word].is-in .word-wrap > span,
[data-split-word].is-in .word-wrap > em,
[data-split-word].is-in .word-wrap > .hero__title-strike,
[data-split-word].is-in .word-wrap > .gold {
  transform: translateY(0);
  opacity: 1;
}

/* ==========================================================
   Responsive
========================================================== */
@media (max-width: 1100px) {
  .nav__links { display: none; }
  .hero__panel-grid { grid-template-columns: 1fr; }
  .truth__grid { grid-template-columns: 1fr; }
  .how__steps { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .service-card--featured { order: -1; }
  .network__grid { grid-template-columns: repeat(2, 1fr); }
  .proof__grid { grid-template-columns: 1fr; }
  .proof__strip { grid-template-columns: repeat(2, 1fr); }
  .faq__inner { grid-template-columns: 1fr; gap: 40px; }
  .footer__top { grid-template-columns: 1fr; gap: 40px; }
  .footer__cols { grid-template-columns: repeat(3, 1fr); }
  .truth-stat { flex-direction: column; gap: 12px; }
  .truth-stat__num { font-size: 72px; }
}

@media (max-width: 700px) {
  .container { padding: 0 20px; }
  .hero { padding: 60px 0 80px; }
  .hero__title { font-size: clamp(36px, 10vw, 64px); }
  .hero__panel-card { padding: 22px; }
  .hero__panel-title { font-size: 20px; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }
  .hero__badges { flex-direction: column; gap: 10px; }
  .truth, .how, .services, .network, .proof, .faq, .contact { padding: 80px 0; }
  .truth-stat { padding: 32px 24px; }
  .service-card { padding: 32px 24px; }
  .section-head { margin-bottom: 48px; }
  .section-head__title { font-size: clamp(34px, 8vw, 56px); }
  .network__grid { grid-template-columns: 1fr; }
  .proof-card__head { grid-template-columns: 1fr; gap: 20px; }
  .proof__strip { grid-template-columns: 1fr; gap: 20px; padding: 24px 0; }
  .contact__card { padding: 48px 24px; }
  .contact__row { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; gap: 24px; }
  .footer__bottom { font-size: 10px; }
  .marquee__track { font-size: 24px; gap: 32px; }
  .marquee__track em { font-size: 18px; }
  .trust__row { gap: 24px; }
  .trust__row span { font-size: 14px; }
}

/* ==========================================================
   MARQUEE ONBOARDING MODAL
========================================================== */
.mq-modal {
  position: fixed; inset: 0; z-index: 9000;
  display: flex; align-items: center; justify-content: center;
  padding: 32px;
  opacity: 0; visibility: hidden;
  transition: opacity .35s var(--ease), visibility .35s;
}
.mq-modal.is-open { opacity: 1; visibility: visible; }
.mq-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(5,4,3,0.85);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.mq-modal__panel {
  position: relative; z-index: 1;
  width: 100%; max-width: 680px; max-height: 90vh;
  overflow-y: auto;
  background:
    linear-gradient(135deg, rgba(255,242,220,0.045) 0%, rgba(255,242,220,0.015) 100%);
  border: 1px solid var(--line);
  border-radius: 22px;
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  padding: 48px 44px;
  transform: translateY(20px) scale(0.97);
  transition: transform .4s var(--ease);
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
.mq-modal.is-open .mq-modal__panel { transform: translateY(0) scale(1); }
.mq-modal__close {
  position: absolute; top: 20px; right: 20px;
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line);
  color: var(--ink-mute); font-size: 16px; cursor: pointer;
  transition: all .2s;
}
.mq-modal__close:hover { border-color: var(--gold); color: var(--gold); }

.mq-modal__head { margin-bottom: 36px; }
.mq-modal__eye {
  font-family: var(--serif-italic); font-style: italic;
  font-size: 16px; color: var(--gold); margin-bottom: 16px;
}
.mq-modal__title {
  font-family: var(--serif-display); font-weight: 400;
  font-size: clamp(28px, 4vw, 40px); letter-spacing: -0.02em;
  line-height: 1.15; margin-bottom: 12px;
}
.mq-modal__title em { font-family: var(--serif-italic); color: var(--gold); font-style: italic; }
.mq-modal__sub {
  font-size: 15px; color: var(--ink-mute); line-height: 1.55; max-width: 520px;
}
.mq-modal__sub em { font-size: 1em; }
.mq-modal__steps {
  display: flex; align-items: center; gap: 12px; margin-top: 24px;
  font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-dim);
}
.mq-modal__step.is-active { color: var(--gold); }
.mq-modal__step-sep {
  width: 24px; height: 1px; background: var(--line);
}

/* ── Form ── */
.mq-form { display: flex; flex-direction: column; gap: 16px; }
.mq-form__heading {
  display: flex; align-items: center; gap: 14px;
  margin-top: 8px; margin-bottom: 4px;
}
.mq-form__heading > span:first-child {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold); white-space: nowrap;
}
.mq-form__heading-line { flex: 1; height: 1px; background: var(--line); }
.mq-field { display: flex; flex-direction: column; gap: 6px; }
.mq-field--wide { grid-column: 1 / -1; }
.mq-field__label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-mute);
}
.mq-form input[type="text"],
.mq-form input[type="email"],
.mq-form input[type="tel"],
.mq-form textarea {
  padding: 14px 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line); border-radius: 10px;
  color: var(--ink); font-family: var(--sans); font-size: 15px;
  transition: border-color .2s, background .2s;
  cursor: text;
}
.mq-form input[type="text"]:focus,
.mq-form input[type="email"]:focus,
.mq-form input[type="tel"]:focus,
.mq-form textarea:focus {
  outline: none; border-color: var(--gold);
  background: rgba(212,175,122,0.04);
}

/* Checkbox field */
.mq-field--checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.mq-field--checkbox:hover {
  border-color: rgba(228,188,126,0.4);
  background: rgba(228,188,126,0.04);
}
.mq-field--checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0; width: 0; height: 0;
}
.mq-field__checkbox-box {
  flex-shrink: 0;
  margin-top: 2px;
  width: 20px; height: 20px;
  border-radius: 6px;
  border: 1.5px solid var(--line-strong);
  background: rgba(255,255,255,0.03);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s, background .2s;
}
.mq-field--checkbox input[type="checkbox"]:checked ~ .mq-field__checkbox-box {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  border-color: var(--gold);
}
.mq-field__checkbox-box::after {
  content: '';
  display: none;
  width: 5px; height: 9px;
  border: 2px solid #1a1108;
  border-top: none; border-left: none;
  transform: rotate(45deg) translateY(-1px);
}
.mq-field--checkbox input[type="checkbox"]:checked ~ .mq-field__checkbox-box::after {
  display: block;
}
.mq-field__checkbox-label {
  display: flex; flex-direction: column; gap: 4px;
}
.mq-field__checkbox-label strong {
  font-size: 13px; font-weight: 600; color: var(--ink);
  letter-spacing: 0;
}
.mq-field__checkbox-label span {
  font-size: 12px; color: var(--ink-dim); line-height: 1.5;
  letter-spacing: 0; text-transform: none; font-weight: 400;
}
.mq-form textarea { resize: vertical; min-height: 100px; font-family: inherit; }
.mq-form input[type="file"] {
  position: absolute; opacity: 0; pointer-events: none;
  width: 0; height: 0;
}

/* File upload */
.mq-form__file-wrap {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.mq-form__file-preview {
  width: 56px; height: 56px; border-radius: 10px;
  background-size: cover; background-position: center;
  border: 1px solid var(--line); flex-shrink: 0;
}
.mq-form__file-btn {
  padding: 10px 18px; border-radius: 999px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--line);
  color: var(--ink-mute); font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: all .2s; font-family: var(--sans);
}
.mq-form__file-btn:hover { border-color: var(--gold); color: var(--gold); }
.mq-form__file-name {
  font-size: 12px; color: var(--ink-dim); font-family: var(--mono);
}

/* Submit row */
.mq-form__submit {
  display: flex; align-items: center; gap: 14px;
  margin-top: 12px; padding-top: 20px;
  border-top: 1px solid var(--line); flex-wrap: wrap;
}
.mq-form__cancel {
  padding: 10px 18px; border-radius: 999px;
  background: transparent; border: 1px solid var(--line);
  color: var(--ink-mute); font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  cursor: pointer; transition: all .2s; font-family: var(--sans);
}
.mq-form__cancel:hover { border-color: var(--gold); color: var(--gold); }

/* Scrollbar in modal */
.mq-modal__panel::-webkit-scrollbar { width: 6px; }
.mq-modal__panel::-webkit-scrollbar-track { background: transparent; }
.mq-modal__panel::-webkit-scrollbar-thumb {
  background: rgba(228,188,126,0.2); border-radius: 3px;
}

@media (max-width: 700px) {
  .mq-modal { padding: 16px; }
  .mq-modal__panel { padding: 32px 24px; }
}
