/* Threadline V2.2 — archival luxury, dark: ink black, gold foil, cauldron of newsprint */

:root {
  --bg: #121009;
  --bg-2: #171310;
  --card: #1c1814;
  --paper: #e9ddc2;
  --paper-ink: #382f22;
  --cream: #ede4d1;
  --cream-dim: #b3a691;
  --muted: #8d8070;
  --gold: #c9a25e;
  --gold-bright: #e8c684;
  --gold-deep: #8a6a35;
  --gold-line: rgba(201, 162, 94, 0.28);
  --gold-line-soft: rgba(201, 162, 94, 0.14);
  --glass: rgba(237, 228, 209, 0.035);
  --error: #d98a6a;
  --display: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --body: "Newsreader", "Palatino Linotype", Georgia, serif;
  --gold-foil: linear-gradient(105deg, #8a6a35 0%, #caa460 30%, #f0dca8 50%, #caa460 70%, #8a6a35 100%);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(201, 162, 94, 0.35); color: #fff; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 0 28px; }

/* film grain over everything */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Header ---------- */

header.site {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  transition: background 0.35s, border-color 0.35s, backdrop-filter 0.35s;
  border-bottom: 1px solid transparent;
}

header.site.scrolled {
  background: rgba(18, 16, 9, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--gold-line-soft);
}

header.site .wrap {
  max-width: 1240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand {
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  text-decoration: none;
  color: var(--cream);
}

.brand .mark {
  background: var(--gold-foil);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Buttons ---------- */

.btn-gold {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  color: #1c150a;
  background: var(--gold-foil);
  background-size: 200% 100%;
  border: none;
  border-radius: 2px;
  padding: 16px 42px;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(201, 162, 94, 0.28), inset 0 1px 0 rgba(255, 245, 220, 0.55);
  transition: background-position 0.6s var(--ease-out), box-shadow 0.3s, transform 0.15s;
}

.btn-gold:hover {
  background-position: 100% 0;
  box-shadow: 0 6px 34px rgba(201, 162, 94, 0.42), inset 0 1px 0 rgba(255, 245, 220, 0.55);
}

.btn-gold:active { transform: translateY(1px); }

.btn-gold::after {
  content: "";
  position: absolute;
  top: -20%; bottom: -20%;
  left: -80%;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255, 252, 240, 0.55), transparent);
  transform: skewX(-22deg);
  transition: left 0.7s var(--ease-out);
}

.btn-gold:hover::after { left: 130%; }

.btn-ghost {
  display: inline-block;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--gold-bright);
  border: 1px solid var(--gold-line);
  border-radius: 2px;
  padding: 15px 34px;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s, color 0.25s;
}

.btn-ghost:hover {
  border-color: var(--gold);
  background: rgba(201, 162, 94, 0.08);
}

.header-cta { padding: 10px 24px; font-size: 0.9rem; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 90px;
  overflow: hidden;
  isolation: isolate;
}

.clippings {
  position: absolute;
  inset: -6%;
  z-index: -3;
  pointer-events: none;
}

.clip-layer {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 62% 55% at 50% 46%, rgba(18, 16, 9, 0.88) 0%, rgba(18, 16, 9, 0.55) 55%, rgba(18, 16, 9, 0.1) 100%),
    linear-gradient(to bottom, rgba(18, 16, 9, 0.75), transparent 22%, transparent 72%, var(--bg) 98%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 34px;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 56px;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.hero h1 {
  font-family: var(--display);
  font-size: clamp(2.6rem, 6.4vw, 5rem);
  font-weight: 380;
  line-height: 1.08;
  letter-spacing: -0.01em;
  max-width: 900px;
  margin-bottom: 30px;
  text-wrap: balance;
}

.hero h1 em {
  font-style: italic;
  font-weight: 420;
}

.gold-text {
  background: var(--gold-foil);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: foil-sheen 7s ease-in-out infinite;
}

@keyframes foil-sheen {
  0%, 100% { background-position: 0% 0; }
  50% { background-position: 100% 0; }
}

.hero .sub {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-style: italic;
  color: var(--cream-dim);
  max-width: 640px;
  margin: 0 auto 44px;
}

.hero-ctas {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.hero .note {
  font-size: 0.88rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.scroll-cue {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--gold);
  font-size: 1.1rem;
  opacity: 0.7;
  animation: cue-bob 2.4s ease-in-out infinite;
}

@keyframes cue-bob {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.7; }
  50% { transform: translate(-50%, 9px); opacity: 0.3; }
}

/* ---------- Newspaper clippings — Ken Burns cauldron ---------- */

/* Outer clip = torn frame with a full fade-in/out lifecycle. It slowly
   drifts, tilts, and scales while visible, then dies and is respawned
   elsewhere by fx.js. */
.clip {
  position: absolute;
  overflow: hidden;
  background-color: var(--paper);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  opacity: 0;
  animation: cauldron var(--life, 30s) linear var(--life-delay, 0s) 1 both;
}

@keyframes cauldron {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--rot, 0deg)) scale(var(--s0, 1));
  }
  16% { opacity: var(--peak, 0.4); }
  84% { opacity: var(--peak, 0.4); }
  100% {
    opacity: 0;
    transform: translate3d(var(--dx, 0px), var(--dy, -40px), 0) rotate(calc(var(--rot, 0deg) + var(--drot, 2deg))) scale(var(--s1, 1.06));
  }
}

/* Inner scan = the newsprint itself, oversized and slowly panning/zooming
   inside the torn frame — the documentary-camera move. */
.clip-scan {
  position: absolute;
  inset: -38%;
  background-repeat: no-repeat;
  background-size: cover;
  animation: scan-pan var(--scan-dur, 46s) ease-in-out var(--scan-delay, 0s) infinite alternate;
}

@keyframes scan-pan {
  from { transform: translate3d(var(--px0, 0px), var(--py0, 0px), 0) scale(var(--pz0, 1)); }
  to { transform: translate3d(var(--px1, 0px), var(--py1, 0px), 0) scale(var(--pz1, 1.12)); }
}

/* ---------- Marquee ---------- */

.marquee {
  border-top: 1px solid var(--gold-line-soft);
  border-bottom: 1px solid var(--gold-line-soft);
  background: var(--bg-2);
  overflow: hidden;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 46s linear infinite;
}

.marquee:hover .marquee-track { animation-play-state: paused; }

.marquee-track span {
  font-family: var(--display);
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0 26px;
}

.marquee-track span::after {
  content: "✦";
  color: var(--gold);
  margin-left: 52px;
  font-size: 0.6rem;
  vertical-align: 1px;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Sections ---------- */

section.band { padding: 110px 0; position: relative; }

.section-head { text-align: center; margin-bottom: 64px; }

.kicker {
  font-family: var(--display);
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}

section.band h2 {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.6vw, 2.9rem);
  font-weight: 380;
  line-height: 1.15;
  text-wrap: balance;
}

.section-head .lede {
  font-style: italic;
  color: var(--cream-dim);
  max-width: 640px;
  margin: 18px auto 0;
  font-size: 1.08rem;
}

/* cards */
.cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

@media (max-width: 800px) { .cols { grid-template-columns: 1fr; } }

.panel {
  position: relative;
  background: linear-gradient(165deg, rgba(237, 228, 209, 0.05), rgba(237, 228, 209, 0.015));
  border: 1px solid var(--gold-line-soft);
  border-radius: 3px;
  padding: 40px 34px 36px;
  transition: transform 0.45s var(--ease-out), border-color 0.35s, box-shadow 0.45s;
}

.panel:hover {
  transform: translateY(-6px);
  border-color: var(--gold-line);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(201, 162, 94, 0.08);
}

.panel .numeral {
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: 0.28em;
  color: var(--gold);
  display: block;
  margin-bottom: 22px;
}

.panel .numeral::after {
  content: "";
  display: block;
  width: 34px;
  height: 1px;
  background: var(--gold);
  margin-top: 14px;
  opacity: 0.6;
}

.panel h3 {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 460;
  margin-bottom: 12px;
}

.panel p { color: var(--cream-dim); font-size: 1rem; }

/* ---------- Dossier (example discovery) ---------- */

.dossier-band {
  background: var(--bg-2);
  border-top: 1px solid var(--gold-line-soft);
  border-bottom: 1px solid var(--gold-line-soft);
}

.dossier {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

.dossier .paper-behind {
  position: absolute;
  inset: 18px -14px -18px 20px;
  background: #d9cba8;
  transform: rotate(2.1deg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.dossier .paper {
  position: relative;
  background:
    linear-gradient(155deg, rgba(255, 252, 242, 0.55), rgba(160, 135, 90, 0.18)),
    var(--paper);
  color: var(--paper-ink);
  padding: 52px 58px 46px;
  transform: rotate(-1.2deg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  transition: transform 0.6s var(--ease-out);
}

.dossier:hover .paper { transform: rotate(-0.2deg) translateY(-4px); }

@media (max-width: 640px) { .dossier .paper { padding: 34px 26px 30px; } }

.dossier .label {
  font-family: var(--display);
  font-size: 0.7rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #8a6a35;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.dossier .label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(56, 47, 34, 0.4);
}

.dossier blockquote {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
}

.dossier .source {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px dashed rgba(56, 47, 34, 0.4);
  font-size: 0.88rem;
  color: rgba(56, 47, 34, 0.8);
}

.dossier .stamp {
  position: absolute;
  top: 26px;
  right: 30px;
  font-family: var(--display);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(138, 60, 47, 0.55);
  border: 2px solid rgba(138, 60, 47, 0.45);
  border-radius: 3px;
  padding: 5px 10px;
  transform: rotate(7deg);
}

/* ---------- Final CTA ---------- */

.cta-final {
  text-align: center;
  padding: 130px 24px 120px;
  position: relative;
  overflow: hidden;
}

.cta-final h2 {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.6vw, 3.6rem);
  font-weight: 380;
  margin-bottom: 16px;
}

.cta-final p {
  font-style: italic;
  color: var(--cream-dim);
  margin-bottom: 40px;
  font-size: 1.1rem;
}

.divider {
  text-align: center;
  color: var(--gold);
  letter-spacing: 0.9em;
  padding: 6px 0;
  font-size: 0.85rem;
  opacity: 0.75;
}

/* ---------- Footer ---------- */

footer.site {
  border-top: 1px solid var(--gold-line-soft);
  padding: 34px 0;
  text-align: center;
  font-size: 0.85rem;
  color: var(--muted);
  position: relative;
  z-index: 2;
}

footer.site a { color: var(--gold); text-decoration: none; }
footer.site a:hover { text-decoration: underline; text-underline-offset: 3px; }

a { color: var(--gold-bright); }

/* ---------- Scroll reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
  transition-delay: var(--reveal-delay, 0s);
}

.reveal.in { opacity: 1; transform: none; }

/* ---------- Funnel ---------- */

.funnel-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.funnel-bg {
  position: fixed;
  inset: -6%;
  z-index: 0;
  pointer-events: none;
}

.funnel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 50% 45%, rgba(18, 16, 9, 0.92), rgba(18, 16, 9, 0.55) 70%, rgba(18, 16, 9, 0.35));
}

.funnel-main {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 140px 24px 80px;
  position: relative;
  z-index: 1;
}

.funnel-card {
  background: rgba(24, 20, 15, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--gold-line-soft);
  border-radius: 4px;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(237, 228, 209, 0.06);
  width: 100%;
  max-width: 640px;
  padding: 46px 52px 50px;
}

@media (max-width: 560px) { .funnel-card { padding: 32px 24px 36px; } }

/* progress */
.progress {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 240px;
  margin: 0 auto 40px;
}

.progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px; right: 5px;
  height: 1px;
  background: var(--gold-line-soft);
}

.progress .progress-fill {
  position: absolute;
  top: 50%;
  left: 5px;
  height: 1px;
  width: 0%;
  max-width: calc(100% - 10px);
  background: var(--gold);
  box-shadow: 0 0 8px rgba(201, 162, 94, 0.8);
  transition: width 0.6s var(--ease-out);
}

.progress .dot {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--bg);
  transition: background 0.35s, box-shadow 0.35s;
}

.progress .dot.active {
  background: var(--gold);
  box-shadow: 0 0 12px rgba(201, 162, 94, 0.8);
}

.funnel-card h2 {
  font-family: var(--display);
  font-size: 1.75rem;
  font-weight: 420;
  text-align: center;
  margin-bottom: 10px;
  text-wrap: balance;
}

.funnel-card .hint {
  text-align: center;
  color: var(--cream-dim);
  font-size: 0.97rem;
  font-style: italic;
  margin-bottom: 32px;
}

.step { display: none; }
.step.active { display: block; animation: step-in 0.5s var(--ease-out); }

@keyframes step-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

/* goal choices */
.choices { display: grid; gap: 13px; }

.choice {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-family: var(--body);
  color: var(--cream);
  background: var(--glass);
  border: 1px solid var(--gold-line-soft);
  border-left: 2px solid transparent;
  border-radius: 3px;
  padding: 17px 46px 17px 20px;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s, transform 0.25s var(--ease-out);
}

.choice::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  opacity: 0;
  transition: opacity 0.25s, right 0.25s;
}

.choice:hover {
  border-color: var(--gold-line);
  border-left-color: var(--gold);
  background: rgba(201, 162, 94, 0.07);
  transform: translateX(3px);
}

.choice:hover::after { opacity: 1; right: 14px; }

.choice.selected {
  border-color: var(--gold);
  border-left-color: var(--gold);
  background: rgba(201, 162, 94, 0.12);
}

.choice .choice-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.05rem;
  display: block;
}

.choice .choice-sub { font-size: 0.88rem; color: var(--cream-dim); }

/* ancestor rows */
.ancestor-row {
  display: grid;
  grid-template-columns: 150px 1fr 140px;
  gap: 10px;
  margin-bottom: 12px;
  align-items: start;
  animation: step-in 0.4s var(--ease-out);
}

@media (max-width: 560px) { .ancestor-row { grid-template-columns: 1fr; gap: 8px; margin-bottom: 20px; } }

.ancestor-row .relation {
  font-family: var(--display);
  font-size: 0.68rem;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  padding-top: 14px;
}

label.field { display: block; margin-bottom: 20px; }

label.field .caption,
.field-caption {
  display: block;
  font-family: var(--display);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  font-family: var(--body);
  font-size: 1rem;
  color: var(--cream);
  background: rgba(237, 228, 209, 0.045);
  border: 1px solid var(--gold-line-soft);
  border-radius: 3px;
  padding: 13px 14px;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
}

input::placeholder { color: var(--muted); font-style: italic; }

input:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(237, 228, 209, 0.07);
  box-shadow: 0 0 0 3px rgba(201, 162, 94, 0.14);
}

.add-row {
  background: none;
  border: none;
  font-family: var(--body);
  color: var(--gold-bright);
  font-size: 0.95rem;
  cursor: pointer;
  padding: 6px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--gold-line);
  transition: text-decoration-color 0.2s;
}

.add-row:hover { text-decoration-color: var(--gold); }

/* radio group */
.radio-group { display: flex; gap: 22px; flex-wrap: wrap; margin-bottom: 18px; }

.radio-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: var(--cream-dim);
  cursor: pointer;
}

.radio-group input { accent-color: var(--gold); }

/* nav buttons */
.step-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}

.btn-back {
  background: none;
  border: none;
  font-family: var(--body);
  font-size: 0.95rem;
  color: var(--muted);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s;
}

.btn-back:hover { color: var(--cream-dim); }

.form-error {
  color: var(--error);
  font-size: 0.9rem;
  margin-top: 14px;
  text-align: center;
  min-height: 1.3em;
}

/* thank-you */
.thanks { text-align: center; padding: 14px 0 6px; }

.thanks .seal {
  width: 74px;
  height: 74px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: var(--gold-bright);
  border: 1px solid var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(201, 162, 94, 0.35), inset 0 0 18px rgba(201, 162, 94, 0.15);
  animation: seal-pop 0.8s var(--ease-out);
}

@keyframes seal-pop {
  0% { transform: scale(0.4); opacity: 0; }
  60% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}

.thanks h2 { margin-bottom: 14px; }
.thanks p { color: var(--cream-dim); max-width: 440px; margin: 0 auto 12px; }

/* ---------- Privacy / plain pages ---------- */

.plain-page main.band { padding-top: 150px; }
.plain-page p { color: var(--cream-dim); }
.plain-page strong { color: var(--cream); }

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gold-text, .scroll-cue, .marquee-track, .clip-scan { animation: none !important; }
  .clip { animation: none !important; opacity: var(--peak, 0.4); }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn-gold::after { display: none; }
}
