/* ============================================================
   WINDCREST INVESTMENTS — Design System
   Palette: Front Range topography — pine, sandstone, aspen gold
   Display: Fraunces / Body: Public Sans / Data: IBM Plex Mono
   ============================================================ */

:root {
  --bg:            #FAF8F2;
  --bg-alt:        #F1ECDE;
  --surface:       #E9EFE3;
  --card:          #FFFFFF;
  --ink:           #1B2B22;
  --ink-soft:      #52604F;
  --pine:          #1F3A2E;
  --pine-light:    #2E4E3D;
  --rust:          #A6472A;
  --rust-dark:     #8A3A21;
  --gold:          #B98A2C;
  --sky:           #3F5F6E;
  --line:          #DCD8C8;
  --line-strong:   #C3BEA8;
  --white:         #FBFAF5;

  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

  --max: 1120px;
  --radius: 6px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--rust); text-decoration: none; transition: color 0.15s ease; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--pine);
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 600;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 600; }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
.lede { font-size: 1.2rem; color: var(--ink-soft); }

.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust);
  display: inline-block;
  margin-bottom: 0.6em;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.12s ease, background 0.15s ease;
}
.btn { transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--rust); color: var(--white); box-shadow: 0 2px 8px rgba(166,71,42,0.25); }
.btn-primary:hover { background: var(--rust-dark); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(166,71,42,0.32); }
.btn-outline { background: transparent; color: var(--pine); border-color: var(--pine); }
.btn-outline:hover { background: var(--pine); color: var(--white); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--pine); border-color: var(--pine); }
.btn-ghost:hover { background: var(--pine); color: var(--white); transform: translateY(-2px); }

/* ---------- Header / Nav ---------- */
.site-header {
  background: var(--white);
  color: var(--ink);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}
.brand {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--pine);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.brand .mark { color: var(--gold); flex-shrink: 0; }
.nav-links {
  display: flex;
  gap: 26px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 600;
}
.nav-links a { color: var(--ink); position: relative; padding-bottom: 3px; }
.nav-links a::after {
  content: "";
  position: absolute; left: 0; right: 100%; bottom: 0;
  height: 2px; background: var(--rust);
  transition: right 0.2s ease;
}
.nav-links a:hover { color: var(--pine); text-decoration: none; }
.nav-links a:hover::after { right: 0; }
.nav-cta { display: flex; gap: 12px; align-items: center; }
.nav-phone { font-family: var(--font-mono); color: var(--rust); font-weight: 600; font-size: 0.95rem; }
.nav-toggle { display: none; }

@media (max-width: 820px) {
  .nav-links { display: none; }
  .nav-phone { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%);
  color: var(--ink);
  position: relative;
  overflow: hidden;
  padding: 76px 0 96px;
}
.hero::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 90' preserveAspectRatio='none'%3E%3Cpath d='M-50,60 C200,20 400,80 650,50 C900,20 1050,70 1300,45' fill='none' stroke='%23C3BEA8' stroke-width='1' opacity='0.9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { color: var(--pine); }
.hero .lede { color: var(--ink-soft); }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero-trust {
  margin-top: 34px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.hero-trust strong { color: var(--rust); display: block; font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; }

/* ---------- Lead form card ---------- */
.lead-card {
  background: var(--card);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.28);
}
.lead-card h3 { margin-bottom: 4px; }
.lead-card .sub { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
.field { margin-bottom: 12px; }
.field label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 5px;
}
.field input, .field textarea, .field select {
  width: 100%;
  padding: 11px 12px;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.95rem;
  background: var(--white);
  color: var(--ink);
}
.field textarea { resize: vertical; min-height: 80px; }
.lead-card .btn { width: 100%; text-align: center; margin-top: 4px; }
.form-note { font-size: 0.78rem; color: var(--ink-soft); margin-top: 10px; }
.honeypot { position: absolute; left: -9999px; }

/* ---------- Cash offer calculator ---------- */
.calc-intro { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 16px; }
.calc-result { text-align: center; padding: 6px 0 4px; }
.calc-result .range {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--rust);
  line-height: 1.1;
  margin-bottom: 4px;
}
.calc-result .range-label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.calc-disclaimer {
  font-size: 0.8rem;
  color: var(--ink-soft);
  background: var(--bg-alt);
  border-radius: var(--radius);
  padding: 10px 12px;
  margin-bottom: 18px;
}
.field.field-error input { border-color: var(--rust); }
.field-error-msg { color: var(--rust); font-size: 0.78rem; margin-top: -8px; margin-bottom: 12px; display: none; }
.field.field-error .field-error-msg { display: block; }
.calc-back { background: none; border: none; color: var(--sky); font-family: var(--font-mono); font-size: 0.78rem; cursor: pointer; padding: 0; margin-top: 10px; }
.calc-back:hover { text-decoration: underline; }

/* ---------- Contour divider ---------- */
.contour-divider {
  height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 44' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%239AA189' stroke-width='1' opacity='0.7'%3E%3Cpath d='M0,10 C150,2 300,20 500,10 C700,0 850,18 1050,8 C1150,3 1200,10 1200,10'/%3E%3Cpath d='M0,24 C150,16 300,34 500,24 C700,14 850,32 1050,22 C1150,17 1200,24 1200,24'/%3E%3Cpath d='M0,38 C150,30 300,44 500,38 C700,32 850,42 1050,36 C1150,33 1200,38 1200,38'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
.contour-divider.on-pine {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 44' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%232E4E3D' stroke-width='1' opacity='0.9'%3E%3Cpath d='M0,10 C150,2 300,20 500,10 C700,0 850,18 1050,8 C1150,3 1200,10 1200,10'/%3E%3Cpath d='M0,24 C150,16 300,34 500,24 C700,14 850,32 1050,22 C1150,17 1200,24 1200,24'/%3E%3Cpath d='M0,38 C150,30 300,44 500,38 C700,32 850,42 1050,36 C1150,33 1200,38 1200,38'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Feature line (replaces circular stamps — sleeker) ---------- */
.feature-line {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.feature-line .item {
  flex: 1 1 200px;
  padding: 26px 24px;
  border-left: 1px solid var(--line-strong);
  text-align: center;
}
.feature-line .item:first-child { border-left: none; }
.feature-line .num {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--rust);
  margin-bottom: 4px;
}
.feature-line .label {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.figure-note { text-align: center; margin-top: 18px; color: var(--ink-soft); font-size: 0.84rem; }

/* ---------- Plain inline list (no-fee/no-repair line) ---------- */
.plain-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0; padding: 0;
  gap: 0;
}
.plain-list li {
  padding: 4px 26px 4px 0;
  margin-right: 26px;
  border-right: 1px solid rgba(251,250,245,0.25);
  font-family: var(--font-mono);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}
.plain-list li:last-child { border-right: none; margin-right: 0; }

/* ---------- Situation list (replaces heavy card grid) ---------- */
.situation-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 56px; }
@media (max-width: 700px) { .situation-list { grid-template-columns: 1fr; } }
.situation-list .item {
  padding: 24px 20px;
  margin: 0 -20px;
  border-top: 1px solid var(--line-strong);
  border-radius: var(--radius);
  transition: background 0.2s ease, transform 0.2s ease;
}
.situation-list .item:hover { background: var(--card); transform: translateX(4px); box-shadow: 0 4px 16px rgba(31,58,46,0.06); }
.situation-list h3 { font-size: 1.08rem; margin-bottom: 6px; }
.situation-list p { color: var(--ink-soft); font-size: 0.93rem; margin-bottom: 8px; }
.situation-list a { font-family: var(--font-mono); font-size: 0.8rem; font-weight: 600; display: inline-block; transition: transform 0.15s ease; }
.situation-list .item:hover a { transform: translateX(3px); }

/* ---------- Avatar circle (centered photo placeholder) ---------- */
.avatar-wrap { text-align: center; }
.avatar-circle {
  width: 168px;
  height: 168px;
  border-radius: 50%;
  margin: 0 auto 20px;
  overflow: hidden;
  background: var(--pine);
  border: 3px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
.avatar-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.avatar-circle .initial {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 600;
  color: var(--white);
}
.avatar-caption { font-family: var(--font-mono); font-size: 0.76rem; color: var(--ink-soft); margin-bottom: 36px; }
.center-copy { max-width: 620px; margin: 0 auto; text-align: center; }

/* ---------- Photo frame (real photo goes here) ---------- */
.photo-frame {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(155deg, var(--bg-alt), var(--line));
  border: 1px dashed var(--line-strong);
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-frame .ph-label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--ink-soft);
  text-align: center;
  padding: 0 28px;
  line-height: 1.5;
}

/* ---------- Project showcase (before/after) ---------- */
.project-card { border-top: 1px solid var(--line-strong); padding: 48px 0; }
.project-card:first-of-type { border-top: none; }
.project-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
@media (max-width: 640px) { .project-photos { grid-template-columns: 1fr; } }
.project-photos .photo-frame { aspect-ratio: 4 / 3; }
.project-photos .photo-tag {
  position: absolute; margin-top: 10px; margin-left: 10px;
  font-family: var(--font-mono); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.05em;
  background: var(--pine); color: var(--white); padding: 4px 10px; border-radius: 2px;
}
.project-photos .ph-wrap { position: relative; }
.project-meta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 10px; }
.project-meta span {
  font-family: var(--font-mono); font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--rust); border: 1px solid var(--line-strong); padding: 4px 10px; border-radius: 2px;
}
.project-card h3 { margin-bottom: 8px; }
.project-card p { color: var(--ink-soft); }

/* ---------- Section basics ---------- */
section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }
.section-pine { background: var(--pine); color: var(--white); }
.section-pine h2, .section-pine h3 { color: var(--white); }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ---------- Process steps (real sequence) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  counter-reset: step;
}
@media (max-width: 900px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step { position: relative; padding-top: 8px; }
.step::before {
  counter-increment: step;
  content: counter(step);
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--white);
  background: var(--rust);
  width: 30px; height: 30px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.step h3 { margin-bottom: 6px; }
.step p { color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Situation / card grid ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .card-grid { grid-template-columns: 1fr; } }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(31,58,46,0.09);
  border-color: var(--line-strong);
}
.card h3 { font-size: 1.05rem; margin-bottom: 6px; }
.card p { font-size: 0.92rem; color: var(--ink-soft); margin-bottom: 0; }
.card a.card-link { font-family: var(--font-mono); font-size: 0.82rem; font-weight: 600; }

/* ---------- Stamp / badge ---------- */
.stamp-row { display: flex; gap: 26px; flex-wrap: wrap; }
.stamp {
  width: 118px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: var(--pine);
}
.stamp .ring {
  width: 92px; height: 92px;
  border: 2px solid var(--rust);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 8px;
  position: relative;
}
.stamp .ring::before {
  content: "";
  position: absolute; inset: 6px;
  border: 1px dashed var(--rust);
  border-radius: 50%;
  opacity: 0.6;
}
.stamp .ring span { font-family: var(--font-display); color: var(--rust); font-size: 1rem; font-weight: 600; padding: 0 6px; }

/* ---------- Testimonials ---------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px) { .testi-grid { grid-template-columns: 1fr; } }
.testi {
  background: var(--white);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 22px 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.testi:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(31,58,46,0.08); }
.testi p.quote { font-family: var(--font-display); font-size: 1.05rem; color: var(--ink); font-style: italic; }
.testi .who { font-family: var(--font-mono); font-size: 0.8rem; color: var(--ink-soft); }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--line-strong); padding: 20px 0; transition: padding-left 0.2s ease; }
.faq-item summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--pine);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.15s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.4rem;
  color: var(--rust);
  transition: transform 0.25s ease;
  display: inline-block;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item:hover summary { color: var(--rust); }
.faq-item .a {
  padding-top: 12px;
  color: var(--ink-soft);
  animation: faq-open 0.25s ease;
}
@keyframes faq-open {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Compare table ---------- */
.compare { width: 100%; border-collapse: collapse; background: var(--card); }
.compare th, .compare td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; font-size: 0.94rem; }
.compare th { font-family: var(--font-mono); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; background: var(--bg-alt); }
.compare td.yes { color: var(--pine); font-weight: 700; }
.compare td.no { color: var(--rust); }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--rust);
  color: var(--white);
  padding: 56px 0;
  text-align: center;
}
.cta-band h2 { color: var(--white); }
.cta-band .btn-primary { background: var(--pine); }
.cta-band .btn-primary:hover { background: var(--pine-light); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--surface);
  color: var(--ink-soft);
  padding: 56px 0 28px;
  font-size: 0.92rem;
  border-top: 1px solid var(--line);
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.site-footer h4 { color: var(--pine); font-family: var(--font-mono); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: var(--ink-soft); }
.site-footer a:hover { color: var(--rust); }
.footer-bottom {
  border-top: 1px solid var(--line-strong);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.82rem;
  font-family: var(--font-mono);
  color: var(--ink-soft);
  opacity: 0.75;
}

/* ---------- Page hero (interior pages) ---------- */
.page-hero { background: linear-gradient(180deg, var(--surface) 0%, var(--bg) 100%); color: var(--ink); padding: 56px 0 64px; position: relative; overflow: hidden; }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { color: var(--pine); max-width: 760px; }
.breadcrumb { font-family: var(--font-mono); font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 16px; }
.breadcrumb a { color: var(--rust); }

.placeholder-note {
  background: #FCEFE7;
  border: 1px dashed var(--rust);
  color: var(--rust-dark);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  padding: 10px 14px;
  border-radius: var(--radius);
  margin-bottom: 18px;
}

.two-col { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }

ul.check-list { list-style: none; padding: 0; margin: 0; }
ul.check-list li { padding-left: 28px; position: relative; margin-bottom: 10px; }
ul.check-list li::before { content: "✓"; color: var(--rust); font-weight: 700; position: absolute; left: 0; }

/* ---------- Scroll reveal (fail-safe: only hides content once JS confirms it can reveal it) ---------- */
.reveal { opacity: 1; transform: none; }
.js-reveal .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-reveal .reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .js-reveal .reveal { opacity: 1; transform: none; transition: none; }
}
