/* ==========================================================================
   Gujarat PG Org — Documentary / editorial civic-movement design system
   ========================================================================== */

:root {
  /* Paper & ink */
  --paper: #f6f1e9;
  --paper-2: #efe7d9;
  --card: #fffdf8;
  --ink: #211b17;
  --ink-2: #4a413a;
  --muted: #8a7f70;
  --line: #e2d8c7;

  /* Accents */
  --terra: #c64b22;        /* urgency + hope */
  --terra-dark: #a63c18;
  --green: #234b3b;        /* home, stability */
  --green-2: #2f6350;
  --gold: #e0a63c;

  /* Type */
  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans: 'Mukta', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --text-hero: clamp(2.6rem, 1.2rem + 5.4vw, 5.6rem);
  --text-h2: clamp(1.9rem, 1.2rem + 2.4vw, 3.2rem);
  --text-h3: clamp(1.15rem, 1rem + 0.6vw, 1.4rem);
  --text-body: clamp(1rem, 0.96rem + 0.25vw, 1.14rem);

  --space-section: clamp(4rem, 3rem + 5vw, 8.5rem);
  --wrap: 1180px;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(33, 27, 23, 0.06), 0 4px 14px rgba(33, 27, 23, 0.05);
  --shadow-md: 0 10px 30px rgba(33, 27, 23, 0.10), 0 2px 6px rgba(33, 27, 23, 0.06);
  --shadow-lg: 0 30px 70px rgba(33, 27, 23, 0.18);

  --dur: 320ms;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: var(--text-body);
  line-height: 1.62;
  color: var(--ink);
  background: var(--paper);
  background-image:
    radial-gradient(1200px 600px at 85% -8%, rgba(224, 166, 60, 0.10), transparent 60%),
    radial-gradient(900px 500px at -5% 5%, rgba(35, 75, 59, 0.06), transparent 55%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { max-width: 100%; display: block; }

.wrap { width: min(var(--wrap), 92vw); margin-inline: auto; }

.section { padding-block: var(--space-section); }

a { color: inherit; }

/* Paper-grain overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
}
main, .site-header, .site-footer { position: relative; z-index: 2; }

/* --------------------------------------------------------------------------
   Skip link
   -------------------------------------------------------------------------- */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--paper); padding: 0.7rem 1rem;
  border-radius: 0 0 10px 0; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.btn {
  --btn-bg: var(--ink);
  --btn-fg: var(--paper);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-family: var(--sans); font-weight: 700; font-size: 1rem;
  padding: 0.85rem 1.5rem; border-radius: 999px;
  background: var(--btn-bg); color: var(--btn-fg);
  border: 1.5px solid var(--btn-bg); cursor: pointer; text-decoration: none;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease),
    background var(--dur) var(--ease), color var(--dur) var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:active { transform: translateY(0); }
.btn:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.btn-primary { --btn-bg: var(--terra); --btn-fg: #fff; border-color: var(--terra); }
.btn-primary:hover { --btn-bg: var(--terra-dark); border-color: var(--terra-dark); }

.btn-ghost {
  --btn-bg: transparent; --btn-fg: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover { --btn-bg: var(--ink); --btn-fg: var(--paper); }

.btn-sm { padding: 0.55rem 1.05rem; font-size: 0.92rem; }
.btn-lg { padding: 1.05rem 2.2rem; font-size: 1.1rem; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 241, 233, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding-block: 0.75rem; }

.brand { display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none; margin-right: auto; }
.brand-mark { width: 30px; height: 30px; fill: var(--terra); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-hi { font-family: var(--sans); font-weight: 800; font-size: 1.15rem; color: var(--ink); letter-spacing: 0.01em; }
.brand-en { font-family: var(--sans); font-weight: 600; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }

.site-nav { display: flex; gap: 1.6rem; }
.site-nav a {
  text-decoration: none; font-weight: 600; color: var(--ink-2); font-size: 0.98rem;
  position: relative; padding-block: 0.2rem;
}
.site-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--terra); transition: width var(--dur) var(--ease);
}
.site-nav a:hover { color: var(--ink); }
.site-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 0.9rem; }
.lang-toggle { display: inline-flex; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--card); }
.lang-toggle button {
  border: 0; background: transparent; padding: 0.35rem 0.7rem; cursor: pointer;
  font-family: var(--sans); font-weight: 700; font-size: 0.82rem; color: var(--muted);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.lang-toggle button.is-active { background: var(--ink); color: var(--paper); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; padding-block: clamp(3rem, 2rem + 6vw, 7rem) clamp(3rem, 2rem + 4vw, 5rem); }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: center; }

.eyebrow, .section-eyebrow {
  font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  font-size: 0.8rem; color: var(--terra); margin: 0 0 1rem;
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.eyebrow::before, .section-eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--terra); display: inline-block;
}

.hero-title {
  font-family: var(--serif); font-weight: 900; font-optical-sizing: auto;
  font-size: var(--text-hero); line-height: 0.98; letter-spacing: -0.02em;
  margin: 0 0 1.4rem; color: var(--ink); text-wrap: balance; overflow-wrap: break-word;
}
.hero-sub { font-size: clamp(1.05rem, 1rem + 0.4vw, 1.28rem); color: var(--ink-2); margin: 0 0 2rem; max-width: 40ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 2.6rem; }

.impact-strip { display: flex; gap: clamp(1.2rem, 0.5rem + 2vw, 2.6rem); margin: 0; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.impact-item dt { margin: 0; }
.impact-item dd { margin: 0.1rem 0 0; font-size: 0.9rem; color: var(--muted); font-weight: 600; }
.impact-num {
  font-family: var(--serif); font-weight: 900; font-size: clamp(1.9rem, 1.4rem + 1.6vw, 2.8rem);
  line-height: 1; color: var(--green);
}

/* Testimony cards */
.hero-cards { position: relative; min-height: 380px; }
.tcard {
  position: absolute; margin: 0; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.3rem 1.4rem; box-shadow: var(--shadow-md);
  max-width: 300px;
}
.tcard blockquote { margin: 0 0 0.7rem; font-family: var(--serif); font-size: 1.12rem; font-weight: 500; line-height: 1.35; color: var(--ink); }
.tcard figcaption { font-size: 0.85rem; color: var(--muted); font-weight: 600; }
.tcard::before {
  content: "”"; position: absolute; top: -0.4rem; right: 0.9rem;
  font-family: var(--serif); font-size: 3rem; color: var(--terra); opacity: 0.28; line-height: 1;
}
.tcard-1 { top: 0; right: 4%; transform: rotate(2.2deg); border-top: 3px solid var(--terra); }
.tcard-2 { top: 34%; left: 0; transform: rotate(-2.6deg); border-top: 3px solid var(--green); z-index: 2; }
.tcard-3 { bottom: 0; right: 8%; transform: rotate(1.6deg); border-top: 3px solid var(--gold); }
.tcard { transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.tcard:hover { transform: rotate(0) translateY(-4px) scale(1.02); box-shadow: var(--shadow-lg); z-index: 5; }

/* --------------------------------------------------------------------------
   Section headings
   -------------------------------------------------------------------------- */
.section-title {
  font-family: var(--serif); font-weight: 900; font-size: var(--text-h2);
  line-height: 1.04; letter-spacing: -0.018em; margin: 0 0 1.6rem; max-width: 20ch; text-wrap: balance;
}

/* Issue */
.issue { background: var(--paper-2); border-block: 1px solid var(--line); }
.issue-lead-grid { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: clamp(1.5rem, 1rem + 3vw, 4rem); align-items: start; }
.issue-lead { font-size: clamp(1.08rem, 1rem + 0.5vw, 1.3rem); color: var(--ink-2); margin: 0; }
.issue-lead::first-letter {
  font-family: var(--serif); font-weight: 900; font-size: 3.6em; float: left;
  line-height: 0.72; padding: 0.06em 0.12em 0 0; color: var(--terra);
}
.issue-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.9rem; }
.issue-points li {
  background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--terra);
  padding: 0.9rem 1.1rem; border-radius: 0 10px 10px 0; box-shadow: var(--shadow-sm);
}
.issue-points strong { color: var(--ink); }

/* How it works */
.steps { list-style: none; margin: 2.4rem 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; counter-reset: step; }
.step {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 2rem 1.6rem 1.8rem; position: relative; box-shadow: var(--shadow-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step-num {
  font-family: var(--serif); font-weight: 900; font-size: 2.6rem; color: var(--terra);
  display: block; line-height: 1; margin-bottom: 0.7rem; opacity: 0.9;
}
.step h3 { font-family: var(--serif); font-size: var(--text-h3); margin: 0 0 0.5rem; }
.step p { margin: 0; color: var(--ink-2); font-size: 0.98rem; }

/* --------------------------------------------------------------------------
   Form
   -------------------------------------------------------------------------- */
.form-section { background: var(--green); color: var(--paper); }
.form-section .section-eyebrow { color: var(--gold); }
.form-section .section-eyebrow::before { background: var(--gold); }
.form-wrap { display: grid; gap: 2.4rem; }
.form-intro { max-width: 60ch; }
.form-section .section-title { color: #fff; }
.form-note, .form-privacy { color: rgba(246, 241, 233, 0.82); }
.form-note { font-size: 1.08rem; max-width: 58ch; }

.story-form { background: var(--card); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(1.4rem, 1rem + 2vw, 2.8rem); box-shadow: var(--shadow-lg); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.fs { border: 0; padding: 0; margin: 0 0 2rem; }
.fs legend {
  font-family: var(--serif); font-weight: 700; font-size: 1.35rem; color: var(--ink);
  padding: 0; margin-bottom: 1.1rem; width: 100%; border-bottom: 1px solid var(--line); padding-bottom: 0.5rem;
}
.fs-hint { margin: -0.5rem 0 1rem; color: var(--muted); font-size: 0.95rem; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.3rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.label { font-weight: 700; font-size: 0.95rem; color: var(--ink); }
.label em { color: var(--terra); font-style: normal; }
.opt { font-weight: 500; color: var(--muted); font-size: 0.85rem; }
.hint { font-size: 0.82rem; color: var(--muted); display: flex; justify-content: space-between; gap: 0.5rem; }
.counter { font-variant-numeric: tabular-nums; }

input, select, textarea {
  font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: 10px;
  padding: 0.75rem 0.9rem; width: 100%; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
}
textarea { resize: vertical; min-height: 3.2rem; line-height: 1.55; }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--green-2); background: #fff;
  box-shadow: 0 0 0 4px rgba(47, 99, 80, 0.14);
}
input:invalid:not(:placeholder-shown) { border-color: #cf6b4a; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238a7f70' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.4rem; }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip span {
  display: inline-block; padding: 0.5rem 1rem; border-radius: 999px;
  border: 1.5px solid var(--line); background: var(--paper); color: var(--ink-2);
  font-weight: 600; font-size: 0.92rem; cursor: pointer; user-select: none;
  transition: all var(--dur) var(--ease);
}
.chip input:hover + span { border-color: var(--green-2); }
.chip input:checked + span { background: var(--green); border-color: var(--green); color: #fff; }
.chip input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }

/* Video dropzone */
.video-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.3rem; align-items: center; }
.video-field { gap: 0.5rem; }
.dropzone {
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  gap: 0.4rem; padding: 1.6rem 1rem; border: 2px dashed var(--line); border-radius: var(--radius);
  background: var(--paper); cursor: pointer; transition: all var(--dur) var(--ease); min-height: 148px;
}
.dropzone:hover, .dropzone.dragover { border-color: var(--green-2); background: #fff; }
.dropzone input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; }
.dz-icon { width: 34px; height: 34px; stroke: var(--green-2); fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dz-text { font-weight: 700; color: var(--ink); }
.dz-sub { font-size: 0.82rem; color: var(--muted); }
.dz-file { font-size: 0.9rem; color: var(--green); font-weight: 600; background: rgba(47,99,80,0.08); padding: 0.5rem 0.8rem; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; gap: 0.6rem; }
.dz-file button { border: 0; background: none; color: var(--terra); font-weight: 700; cursor: pointer; font-size: 1.1rem; }
.video-or { color: var(--muted); font-weight: 700; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.1em; }

/* Consent */
.consent-fs { display: grid; gap: 0.9rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem 1.3rem; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 0.7rem; align-items: start; cursor: pointer; font-size: 0.95rem; color: var(--ink-2); }
.consent input { width: 1.25rem; height: 1.25rem; margin-top: 0.15rem; accent-color: var(--green); }
.consent em { color: var(--terra); font-style: normal; }

.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }
.form-privacy { margin: 0; font-size: 0.9rem; color: var(--ink-2); }
.form-status { margin-top: 1rem; font-weight: 600; }
.form-status.err { color: var(--terra-dark); }
.form-status.ok { color: var(--green-2); }
.btn[aria-busy="true"] { opacity: 0.7; pointer-events: none; }

/* Success */
.form-success { background: var(--card); border-radius: var(--radius-lg); padding: clamp(2rem, 1rem + 4vw, 4rem); text-align: center; box-shadow: var(--shadow-lg); color: var(--ink); }
.success-mark { width: 72px; height: 72px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 2.2rem; box-shadow: 0 0 0 8px rgba(35,75,59,0.12); }
.form-success h3 { font-family: var(--serif); font-size: 1.9rem; margin: 0 0 0.7rem; }
.form-success p { color: var(--ink-2); max-width: 46ch; margin: 0 auto 1.6rem; }
.success-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }

/* --------------------------------------------------------------------------
   Stories wall
   -------------------------------------------------------------------------- */
.stories-grid { columns: 3 260px; column-gap: 1.3rem; margin-top: 2.2rem; }
.story-card {
  break-inside: avoid; margin-bottom: 1.3rem; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.4rem 1.2rem;
  box-shadow: var(--shadow-sm); transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.story-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.story-card .sc-quote { font-family: var(--serif); font-size: 1.06rem; line-height: 1.4; color: var(--ink); margin: 0 0 1rem; }
.story-card video { border-radius: 10px; margin-bottom: 1rem; width: 100%; background: #000; }
.sc-tags { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-bottom: 0.9rem; }
.sc-tag { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--terra-dark); background: rgba(198,75,34,0.10); padding: 0.2rem 0.55rem; border-radius: 6px; }
.sc-meta { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--muted); border-top: 1px solid var(--line); padding-top: 0.8rem; }
.sc-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 0.85rem; flex: none; }
.sc-name { font-weight: 700; color: var(--ink); }
.sc-videolink { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; color: var(--terra); text-decoration: none; margin-bottom: 1rem; font-size: 0.92rem; }
.sc-videolink:hover { text-decoration: underline; }
.stories-empty { text-align: center; color: var(--muted); max-width: 46ch; margin: 2rem auto 0; font-size: 1.05rem; }

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */
.faq-wrap { max-width: 780px; }
.faq-list { display: grid; gap: 0.8rem; margin-top: 1.5rem; }
.faq-item { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 0.4rem 1.2rem; box-shadow: var(--shadow-sm); }
.faq-item summary { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; padding: 0.9rem 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 1.5rem; color: var(--terra); transition: transform var(--dur) var(--ease); flex: none; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0 0 1rem; color: var(--ink-2); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.site-footer { background: var(--ink); color: var(--paper); padding-block: 3rem; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; align-items: center; }
.footer-brand { display: flex; flex-direction: column; gap: 0.3rem; }
.footer-brand .brand-hi { color: #fff; font-size: 1.4rem; }
.footer-tag { color: rgba(246,241,233,0.7); font-size: 0.95rem; max-width: 40ch; }
.footer-legal { color: rgba(246,241,233,0.5); font-size: 0.85rem; margin: 0; max-width: 34ch; }

/* --------------------------------------------------------------------------
   Reveal-on-scroll
   -------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-cards { min-height: 300px; margin-top: 1rem; order: 2; }
  .issue-lead-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .site-nav { display: none; }
}

@media (max-width: 640px) {
  .hero-title { font-size: clamp(2.1rem, 1.4rem + 4vw, 3.3rem); }
  .grid-2 { grid-template-columns: 1fr; }
  .video-row { grid-template-columns: 1fr; }
  .video-or { justify-self: center; }
  .stories-grid { columns: 1; }
  .impact-strip { flex-wrap: wrap; gap: 1.2rem 1.8rem; }
  .header-actions .btn { display: none; }
  .brand-en { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
