/* ============================================================
   simona-marinescu.ro — stiluri proprii
   Paleta: rosu caramiziu de ie, auriu de grau, albastru de Voronet,
   pe hartie calda. Motiv de semnatura: banda de cusatura populara.
   ============================================================ */

:root {
  --brand: #8E2C28;
  --branddeep: #5E1A18;
  --brandsoft: #A8433D;
  --gold: #C79A3A;
  --golddeep: #9C7526;
  --voronet: #1F5C8C;
  --voronetsoft: #3B7CAD;
  --ink: #241F1B;
  --paper: #FDFAF4;
  --paper2: #F7F1E6;
  --paper3: #EFE6D6;
  --paper4: #E5D8C2;
  --line: rgba(142, 44, 40, 0.15);
}

html { scroll-behavior: smooth; scroll-padding-top: 100px; }
html, body { background: var(--paper); color: var(--ink); }
body {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.font-display { font-family: 'Playfair Display', Georgia, ui-serif, serif; font-weight: 700; }
.display-tight { letter-spacing: -0.015em; line-height: 1.08; }
.small-caps { font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.nlabel { font-variant-numeric: tabular-nums; }

/* ===== Banda de cusatura populara (element de semnatura) ===== */
.folk-band {
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='14' viewBox='0 0 32 14'%3E%3Cg fill='none' stroke='%238E2C28' stroke-width='1.4' stroke-linejoin='round'%3E%3Cpath d='M8 2 L13 7 L8 12 L3 7 Z'/%3E%3Cpath d='M24 2 L29 7 L24 12 L19 7 Z'/%3E%3C/g%3E%3Cpath d='M16 4.4 L18.6 7 L16 9.6 L13.4 7 Z' fill='%23C79A3A'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
  opacity: .85;
}
.folk-band.is-light {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='14' viewBox='0 0 32 14'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.42)' stroke-width='1.4' stroke-linejoin='round'%3E%3Cpath d='M8 2 L13 7 L8 12 L3 7 Z'/%3E%3Cpath d='M24 2 L29 7 L24 12 L19 7 Z'/%3E%3C/g%3E%3Cpath d='M16 4.4 L18.6 7 L16 9.6 L13.4 7 Z' fill='%23C79A3A'/%3E%3C/svg%3E");
  opacity: 1;
}

/* ===== Fundaluri ===== */
.hero-bg {
  background:
    radial-gradient(1000px 420px at 12% -8%, rgba(199, 154, 58, .16), transparent 62%),
    radial-gradient(820px 380px at 92% 0%, rgba(142, 44, 40, .10), transparent 60%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper2) 100%);
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%238E2C28' stroke-width='1'%3E%3Cpath d='M30 12 L48 30 L30 48 L12 30 Z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: .045;
  pointer-events: none;
}
.bg-deep {
  background: linear-gradient(155deg, #6B1F1C 0%, var(--branddeep) 58%, #3F100F 100%);
}
.grain-dark { position: relative; }
.grain-dark::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-width='1'%3E%3Cpath d='M30 12 L48 30 L30 48 L12 30 Z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: .05;
  pointer-events: none;
}

/* ===== Elemente de titlu ===== */
.eyebrow-live {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--brand);
  background: rgba(142, 44, 40, .07);
  border: 1px solid rgba(142, 44, 40, .2);
  padding: 7px 15px; border-radius: 999px;
}
.eyebrow-live .pulse {
  width: 7px; height: 7px; border-radius: 999px; background: var(--gold);
  animation: dotBlink 1.6s ease-in-out infinite;
}
@keyframes dotBlink {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(199, 154, 58, .55); }
  50% { opacity: .55; box-shadow: 0 0 0 5px rgba(199, 154, 58, 0); }
}
.brand-flow {
  background: linear-gradient(100deg, var(--brand) 0%, var(--golddeep) 55%, var(--brand) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.rule-gold {
  width: 62px; height: 3px; border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(199, 154, 58, 0));
}

/* ===== Butoane ===== */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--brand); color: #FFF7EA; border: 1px solid var(--brand);
  transition: background .25s ease, border-color .25s ease, transform .2s cubic-bezier(.22,.61,.36,1), box-shadow .25s ease;
}
.btn-primary:hover { background: var(--branddeep); border-color: var(--branddeep); transform: translateY(-1px); box-shadow: 0 14px 36px -12px rgba(94, 26, 24, .55); }
.btn-primary:active { transform: translateY(0); }
.btn-primary:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.btn-gold {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold); color: #2C1F06; border: 1px solid var(--gold);
  transition: background .25s ease, border-color .25s ease, transform .2s cubic-bezier(.22,.61,.36,1), box-shadow .25s ease;
}
.btn-gold:hover { background: var(--golddeep); border-color: var(--golddeep); color: #1F1604; transform: translateY(-1px); box-shadow: 0 14px 36px -12px rgba(156, 117, 38, .6); }
.btn-gold:active { transform: translateY(0); }
.btn-gold:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }

.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: var(--ink); border: 1px solid rgba(142, 44, 40, .28);
  transition: background .25s ease, border-color .25s ease, transform .2s ease;
}
.btn-ghost:hover { background: rgba(142, 44, 40, .06); border-color: rgba(142, 44, 40, .45); }
.btn-ghost:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; }

.btn-ghost-inv {
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: #FFF7EA; border: 1px solid rgba(255, 255, 255, .32);
  transition: background .25s ease, border-color .25s ease, transform .2s ease;
}
.btn-ghost-inv:hover { background: rgba(255, 255, 255, .09); border-color: rgba(255, 255, 255, .5); }
.btn-ghost-inv:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ===== Navigare ===== */
.nav-link { position: relative; padding-top: 6px; padding-bottom: 6px; transition: color .2s ease; }
.nav-link::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 0; height: 2px;
  background: var(--brand); border-radius: 999px;
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
}
.nav-link:hover { color: var(--brand); }
.nav-link:hover::after, .nav-link[aria-current="page"]::after { transform: scaleX(1); }
.nav-link:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 6px; }

.nav-hamburger {
  position: relative; width: 42px; height: 42px; border-radius: 12px;
  border: 1px solid var(--line); background: var(--paper);
  transition: background .2s ease, transform .15s ease;
}
.nav-hamburger:hover { background: var(--paper3); }
.nav-hamburger:active { transform: scale(.94); }
.nav-hamburger:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.nav-hamburger .bar {
  position: absolute; left: 11px; width: 18px; height: 2px; border-radius: 2px;
  background: var(--ink);
  transition: transform .28s cubic-bezier(.22,.61,.36,1), top .28s cubic-bezier(.22,.61,.36,1), opacity .2s ease;
}
.nav-hamburger .bar:nth-child(1) { top: 14px; }
.nav-hamburger .bar:nth-child(2) { top: 20px; }
.nav-hamburger .bar:nth-child(3) { top: 26px; }
.nav-hamburger[aria-expanded="true"] .bar:nth-child(1) { top: 20px; transform: rotate(45deg); }
.nav-hamburger[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.nav-hamburger[aria-expanded="true"] .bar:nth-child(3) { top: 20px; transform: rotate(-45deg); }
@media (min-width: 1024px) { .nav-hamburger { display: none; } }

/* ===== Meniu mobil (drawer) ===== */
.mnav-overlay {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(36, 31, 27, .5); backdrop-filter: blur(2px);
  opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.mnav-overlay.is-open { opacity: 1; pointer-events: auto; }
.mnav-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 70;
  width: min(86vw, 360px); display: flex; flex-direction: column;
  background: var(--paper); border-left: 1px solid var(--line);
  box-shadow: -24px 0 60px -30px rgba(94, 26, 24, .5);
  transform: translateX(100%);
  transition: transform .34s cubic-bezier(.22, 1, .36, 1);
}
.mnav-drawer.is-open { transform: translateX(0); }
.mnav-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 18px 16px; border-bottom: 1px solid var(--line);
}
.mnav-close {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  transition: background .2s ease, transform .15s ease;
}
.mnav-close:hover { background: var(--paper3); }
.mnav-close:active { transform: scale(.94); }
.mnav-close:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.mnav-body { flex: 1 1 auto; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 10px 10px 22px; }
.mnav-item { border-bottom: 1px solid var(--line); }
.mnav-item:last-child { border-bottom: none; }
.mnav-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 15px 12px; font-size: 15.5px; font-weight: 600; color: var(--ink);
  border-radius: 10px; transition: background .2s ease, color .2s ease;
}
.mnav-row:hover, .mnav-row:focus-visible { background: var(--paper2); color: var(--brand); }
.mnav-foot { padding: 16px 16px 22px; border-top: 1px solid var(--line); background: var(--paper2); }
.mnav-foot .mnav-cta {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%; padding: 14px 18px; border-radius: 999px;
  background: var(--brand); color: #FFF7EA; font-size: 14px; font-weight: 700;
  transition: background .25s ease, transform .15s ease;
}
.mnav-foot .mnav-cta:hover { background: var(--branddeep); }
.mnav-foot .mnav-cta:active { transform: scale(.98); }
.mnav-foot .mnav-trust { margin-top: 12px; font-size: 11.5px; color: rgba(36, 31, 27, .55); text-align: center; line-height: 1.5; }
body.mnav-locked { overflow: hidden; }

/* ===== Carduri ===== */
.card-warm {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 1px 0 rgba(142, 44, 40, .05), 0 18px 40px -30px rgba(94, 26, 24, .3);
  transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease, border-color .3s ease;
}
.card-warm:hover {
  transform: translateY(-3px);
  border-color: rgba(142, 44, 40, .3);
  box-shadow: 0 1px 0 rgba(142, 44, 40, .07), 0 30px 60px -32px rgba(94, 26, 24, .42);
}

/* Cardul de articol */
.art-card {
  display: flex; flex-direction: column; height: 100%;
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease, border-color .3s ease;
}
.art-card:hover {
  transform: translateY(-3px);
  border-color: rgba(142, 44, 40, .32);
  box-shadow: 0 1px 0 rgba(142, 44, 40, .07), 0 30px 60px -32px rgba(94, 26, 24, .42);
}
.art-card:focus-within { outline: 2px solid var(--brand); outline-offset: 3px; }
.art-top { height: 6px; background: linear-gradient(90deg, var(--brand), var(--gold)); }
.art-cat {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase;
  color: var(--brand); background: rgba(142, 44, 40, .08);
  border: 1px solid rgba(142, 44, 40, .18);
  padding: 5px 11px; border-radius: 999px;
}
.art-cat.is-bani { color: var(--voronet); background: rgba(31, 92, 140, .08); border-color: rgba(31, 92, 140, .2); }
.art-cat.is-personal { color: var(--golddeep); background: rgba(199, 154, 58, .12); border-color: rgba(199, 154, 58, .3); }
.art-card .art-title { transition: color .2s ease; }
.art-card:hover .art-title { color: var(--brand); }

/* Cadru de portret cu rama populara */
.portret {
  position: relative; border-radius: 22px; overflow: hidden;
  border: 1px solid rgba(142, 44, 40, .22);
  background: linear-gradient(150deg, var(--paper3), var(--paper4));
  box-shadow: 0 1px 0 rgba(142, 44, 40, .08), 0 40px 80px -40px rgba(94, 26, 24, .5);
}
.portret img { display: block; width: 100%; height: 100%; object-fit: cover; }
.portret-gol {
  display: grid; place-items: center; text-align: center;
  color: rgba(36, 31, 27, .42); font-size: 12.5px; line-height: 1.6; padding: 26px;
}

/* Citat scos in evidenta */
.pull-quote {
  border-left: 3px solid var(--gold);
  padding: 4px 0 4px 22px;
  font-family: 'Playfair Display', Georgia, ui-serif, serif;
  font-size: 20px; font-style: italic; line-height: 1.55; color: var(--branddeep);
}

/* ===== Tipografie articol ===== */
.prose-ro { font-size: 17px; line-height: 1.78; color: rgba(36, 31, 27, .86); }
.prose-ro > * + * { margin-top: 1.15em; }
.prose-ro h2 {
  font-family: 'Playfair Display', Georgia, ui-serif, serif;
  font-size: 26px; font-weight: 700; line-height: 1.25; color: var(--ink);
  margin-top: 2em; letter-spacing: -0.01em;
}
.prose-ro h3 {
  font-family: 'Playfair Display', Georgia, ui-serif, serif;
  font-size: 20px; font-weight: 700; color: var(--ink); margin-top: 1.7em;
}
.prose-ro strong { color: var(--ink); font-weight: 700; }
.prose-ro a { color: var(--voronet); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; transition: color .2s ease; }
.prose-ro a:hover { color: var(--brand); }
.prose-ro ul, .prose-ro ol { padding-left: 1.35em; }
.prose-ro ul { list-style: disc; }
.prose-ro ol { list-style: decimal; }
.prose-ro li + li { margin-top: .5em; }
.prose-ro blockquote {
  border-left: 3px solid var(--gold); padding: 2px 0 2px 20px;
  font-family: 'Playfair Display', Georgia, ui-serif, serif;
  font-style: italic; font-size: 19px; color: var(--branddeep);
}
.prose-ro hr { border: none; height: 1px; background: var(--line); margin: 2.4em 0; }

/* ===== Sondaj ===== */
.poll-option {
  display: flex; align-items: center; gap: 13px;
  padding: 15px 17px; border-radius: 14px;
  border: 1px solid var(--line); background: var(--paper);
  cursor: pointer; text-align: left; width: 100%;
  font-size: 15px; font-weight: 600; color: var(--ink);
  transition: border-color .22s ease, background .22s ease, transform .18s ease;
}
.poll-option:hover { border-color: rgba(142, 44, 40, .42); background: var(--paper2); }
.poll-option:active { transform: scale(.995); }
.poll-option:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.poll-option .dot {
  flex-shrink: 0; width: 20px; height: 20px; border-radius: 999px;
  border: 2px solid rgba(142, 44, 40, .32); background: var(--paper);
  display: grid; place-items: center;
  transition: border-color .2s ease, background .2s ease;
}
.poll-option .dot::after {
  content: ""; width: 9px; height: 9px; border-radius: 999px; background: var(--brand);
  transform: scale(0); transition: transform .22s cubic-bezier(.34,1.56,.64,1);
}
.poll-option[aria-pressed="true"] { border-color: var(--brand); background: rgba(142, 44, 40, .05); }
.poll-option[aria-pressed="true"] .dot { border-color: var(--brand); }
.poll-option[aria-pressed="true"] .dot::after { transform: scale(1); }

/* ===== Formulare ===== */
.field-label { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(36, 31, 27, .58); margin-bottom: 8px; }
.field-input {
  width: 100%; padding: 13px 16px; border-radius: 13px;
  border: 1px solid var(--line); background: var(--paper); color: var(--ink);
  font-size: 15px; font-family: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field-input::placeholder { color: rgba(36, 31, 27, .35); }
.field-input:hover { border-color: rgba(142, 44, 40, .34); }
.field-input:focus-visible { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(142, 44, 40, .13); }
textarea.field-input { resize: vertical; min-height: 130px; line-height: 1.65; }

.gdpr-check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.gdpr-check input {
  appearance: none; flex-shrink: 0; width: 20px; height: 20px; margin-top: 2px;
  border-radius: 6px; border: 1.5px solid rgba(142, 44, 40, .35); background: var(--paper);
  position: relative; cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.gdpr-check input:checked { background: var(--brand); border-color: var(--brand); }
.gdpr-check input:checked::after {
  content: ""; position: absolute; left: 6px; top: 2px;
  width: 5px; height: 10px; border: solid #FFF7EA; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.gdpr-check input:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

.form-note { font-size: 13px; line-height: 1.6; border-radius: 12px; padding: 12px 15px; }
.form-note.is-ok { background: rgba(31, 92, 140, .08); border: 1px solid rgba(31, 92, 140, .22); color: #17456A; }
.form-note.is-warn { background: rgba(199, 154, 58, .12); border: 1px solid rgba(199, 154, 58, .32); color: #6E5217; }
.form-note.is-err { background: rgba(142, 44, 40, .08); border: 1px solid rgba(142, 44, 40, .26); color: var(--branddeep); }

/* ===== FAQ ===== */
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: var(--paper); overflow: hidden; transition: border-color .25s ease, box-shadow .25s ease; }
.faq-item:hover { border-color: rgba(142, 44, 40, .3); }
.faq-item[data-open="true"] { border-color: rgba(142, 44, 40, .36); box-shadow: 0 1px 0 rgba(142, 44, 40, .06), 0 18px 40px -28px rgba(94, 26, 24, .34); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; text-align: left; font-size: 15.5px; font-weight: 600; color: var(--ink);
}
.faq-q:focus-visible { outline: 2px solid var(--brand); outline-offset: -2px; border-radius: 16px; }
.faq-q .faq-chevron { flex-shrink: 0; color: var(--brand); transition: transform .3s cubic-bezier(.22,.61,.36,1); }
.faq-item[data-open="true"] .faq-chevron { transform: rotate(180deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s cubic-bezier(.22,1,.36,1); }
.faq-a-inner { overflow: hidden; min-height: 0; }
.faq-item[data-open="true"] .faq-a { grid-template-rows: 1fr; }
.faq-a-inner p { padding: 0 22px 20px; font-size: 14.5px; line-height: 1.72; color: rgba(36, 31, 27, .74); }

/* ===== Aparitie la scroll ===== */
.drop-line { opacity: 0; transform: translateY(16px); transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1); }
.drop-line.is-in { opacity: 1; transform: none; }
.drop-line.delay-1 { transition-delay: .08s; }
.drop-line.delay-2 { transition-delay: .18s; }
.drop-line.delay-3 { transition-delay: .28s; }
.drop-line.delay-4 { transition-delay: .40s; }
.drop-line.delay-5 { transition-delay: .52s; }

/* ===== Banner final ===== */
.final-cta {
  position: relative; overflow: hidden;
  padding: 40px 26px; border-radius: 24px;
  background: linear-gradient(155deg, #6B1F1C 0%, var(--branddeep) 60%, #3F100F 100%);
  border: 1px solid rgba(199, 154, 58, .26);
  box-shadow: 0 40px 80px -40px rgba(94, 26, 24, .7);
}
@media (min-width: 768px)  { .final-cta { padding: 56px 46px; border-radius: 28px; } }
@media (min-width: 1024px) { .final-cta { padding: 68px 60px; border-radius: 32px; } }
.final-cta::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-width='1'%3E%3Cpath d='M30 12 L48 30 L30 48 L12 30 Z'/%3E%3C/g%3E%3C/svg%3E");
  opacity: .06; pointer-events: none;
}
.final-cta > * { position: relative; z-index: 1; }

/* ===== Numar de pas ===== */
.step-circle {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  font-family: 'Playfair Display', Georgia, ui-serif, serif; font-size: 22px; font-weight: 700;
  color: var(--brand); background: rgba(142, 44, 40, .07);
  border: 1px solid rgba(142, 44, 40, .2);
}

/* ===== Accesibilitate ===== */
.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 100;
  background: var(--brand); color: #FFF7EA; padding: 10px 18px; border-radius: 10px;
  font-size: 14px; font-weight: 700;
}
.skip-link:focus { left: 8px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .drop-line { opacity: 1; transform: none; transition: none; }
  .eyebrow-live .pulse { animation: none; }
  .card-warm, .art-card, .btn-primary, .btn-gold, .poll-option { transition: none; }
  .card-warm:hover, .art-card:hover, .btn-primary:hover, .btn-gold:hover { transform: none; }
  .mnav-drawer, .mnav-overlay, .faq-a { transition: none; }
}
