/* ==========================================================================
   Livingston Youth Leaders — site styles
   One stylesheet for every page. Edit colors in :root to re-theme the site.
   ========================================================================== */

:root {
  /* Brand palette — Blue & Coral */
  --teal-900: #1B4E85;
  --teal-700: #2670B8;
  --teal-500: #4E9AE0;
  --teal-100: #E4F1FC;
  --coral-600: #C85B45;
  --coral-500: #E27055;
  --coral-100: #FFE3DC;
  --sand: #F4F9FD;

  --ink: #1F3348;
  --ink-soft: #5A7089;
  --line: #DDE7F0;
  --white: #ffffff;

  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 4px 18px rgba(27, 78, 133, 0.09);
  --shadow-lg: 0 14px 40px rgba(27, 78, 133, 0.16);
  --maxw: 1180px;

  --font-head: "Poppins", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--teal-700); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.2; margin: 0 0 .6em; color: var(--teal-900); }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 700; letter-spacing: -0.5px; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 600; }
p { margin: 0 0 1.1em; }
ul { margin: 0 0 1.1em; padding-left: 1.2em; }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.section--sand { background: var(--sand); }
.section--teal { background: var(--teal-900); color: #CFE4F7; }
.section--teal h2, .section--teal h3 { color: var(--white); }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head p { color: var(--ink-soft); font-size: 1.06rem; margin: 0; }
.section--teal .section-head p { color: #A6C8E6; }
.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 600;
  font-size: .78rem; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--coral-600); margin-bottom: 10px;
}
.section--teal .eyebrow { color: #FFC2B2; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; font-family: var(--font-head); font-weight: 600;
  font-size: .97rem; padding: 14px 30px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer; transition: .2s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn--primary { background: var(--coral-500); color: var(--white); box-shadow: 0 6px 18px rgba(226,112,85,.32); }
.btn--primary:hover { background: var(--coral-600); color: var(--white); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.65); }
.btn--ghost:hover { background: rgba(255,255,255,.14); color: var(--white); }
.btn--outline { background: transparent; color: var(--teal-700); border-color: var(--teal-500); }
.btn--outline:hover { background: var(--teal-500); color: var(--white); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-row--center { justify-content: center; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--teal-900); color: #B9D5EF;
  font-size: .86rem; padding: 8px 0;
}
.topbar .wrap { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.topbar a { color: #B9D5EF; }
.topbar a:hover { color: var(--white); }
.topbar span { display: inline-flex; align-items: center; gap: 7px; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand-logo { width: 52px; height: 52px; flex: 0 0 auto; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 12px; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--teal-500), var(--teal-900));
  color: var(--white); display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem; letter-spacing: .5px;
}
.brand-text strong { display: block; font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; color: var(--teal-900); line-height: 1.2; }
.brand-text small { color: var(--ink-soft); font-size: .76rem; letter-spacing: .4px; }

.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--font-head); font-weight: 500; font-size: .95rem;
  color: var(--ink); text-decoration: none; padding: 6px 0; position: relative;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--coral-500); transition: width .22s ease;
}
.nav-links a:hover::after, .nav-links a.is-active::after { width: 100%; }
.nav-links a.is-active { color: var(--teal-700); font-weight: 600; }
.nav-cta { margin-left: 6px; }
.nav-cta .btn { padding: 11px 24px; font-size: .9rem; }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 8px;
  width: 44px; height: 44px;
}
.nav-toggle span {
  display: block; height: 2px; width: 24px; background: var(--teal-900);
  margin: 5px auto; border-radius: 2px; transition: .25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; color: var(--white);
  background: linear-gradient(135deg, var(--teal-900) 0%, var(--teal-700) 55%, #3E8FD0 100%);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; right: -160px; top: -140px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,195,178,.45), transparent 68%);
}
.hero .wrap { position: relative; z-index: 2; padding-top: 96px; padding-bottom: 96px; }
.hero h1 { color: var(--white); max-width: 15ch; }
.hero-lead { font-size: 1.16rem; color: #CBE2F7; max-width: 56ch; margin-bottom: 30px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero-figure {
  border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg);
  aspect-ratio: 4 / 3; background: rgba(255,255,255,.08);
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }

/* Compact hero for interior pages */
.page-hero {
  background: linear-gradient(135deg, var(--teal-900), var(--teal-700));
  color: var(--white); padding: 72px 0 64px; text-align: center;
}
.page-hero h1 { color: var(--white); margin-bottom: 14px; max-width: none; }
.page-hero p { color: #CBE2F7; max-width: 62ch; margin: 0 auto; font-size: 1.06rem; }


/* Full-width hero photo band (for wide group shots) */
.hero--stack .wrap { text-align: center; padding-bottom: 150px; }
.hero--stack h1 { max-width: 20ch; margin-left: auto; margin-right: auto; }
.hero--stack .hero-lead { margin-left: auto; margin-right: auto; }
.hero--stack .btn-row { justify-content: center; }
.hero-photo {
  max-width: var(--maxw); margin: -108px auto 0; padding: 0 24px;
  position: relative; z-index: 5;
}
.hero-photo img {
  width: 100%; border-radius: 20px; box-shadow: var(--shadow-lg); display: block;
}
.hero-photo figcaption {
  text-align: center; font-size: .88rem; color: var(--ink-soft); margin-top: 16px;
}
@media (max-width: 620px) {
  .hero--stack .wrap { padding-bottom: 110px; }
  .hero-photo { margin-top: -76px; }
  .hero-photo img { border-radius: 14px; }
}

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 24px; text-align: center; box-shadow: var(--shadow);
}
.stat b {
  display: block; font-family: var(--font-head); font-weight: 700;
  font-size: clamp(1.9rem, 3.6vw, 2.6rem); color: var(--coral-600); line-height: 1.1;
}
.stat span { font-size: .93rem; color: var(--ink-soft); }

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

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow); transition: .25s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card-media { aspect-ratio: 3 / 2; background: var(--teal-100); position: relative; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { margin-bottom: 8px; }
.card-body p { color: var(--ink-soft); font-size: .96rem; margin-bottom: 16px; }
.card-body .card-foot { margin-top: auto; }

/* Photo placeholder — shows until a real image is dropped in */
.ph {
  width: 100%; height: 100%; display: grid; place-items: center; text-align: center;
  background: repeating-linear-gradient(45deg, var(--teal-100), var(--teal-100) 12px, #D6E8F8 12px, #D6E8F8 24px);
  color: var(--teal-700); font-family: var(--font-head); font-size: .82rem;
  font-weight: 600; letter-spacing: .4px; padding: 14px;
}

.tag {
  display: inline-block; background: var(--coral-100); color: var(--coral-600);
  font-family: var(--font-head); font-weight: 600; font-size: .74rem;
  letter-spacing: .8px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px; margin-bottom: 12px;
}
.tag--teal { background: var(--teal-100); color: var(--teal-700); }

.raised {
  font-family: var(--font-head); font-weight: 700; color: var(--teal-900);
  font-size: 1.02rem; display: block; margin-bottom: 10px;
}

/* ---------- Value / icon blocks ---------- */
.value { text-align: left; padding: 30px 26px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.value .ico {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--coral-100); font-size: 1.5rem; margin-bottom: 16px;
}
.value h3 { margin-bottom: 8px; }
.value p { color: var(--ink-soft); font-size: .96rem; margin: 0; }

/* ---------- Timeline ---------- */
.timeline { position: relative; max-width: 860px; margin: 0 auto; padding-left: 34px; }
.timeline::before {
  content: ""; position: absolute; left: 9px; top: 8px; bottom: 8px;
  width: 2px; background: linear-gradient(var(--teal-500), var(--coral-500));
}
.tl-item { position: relative; padding-bottom: 38px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: -32px; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--white); border: 3px solid var(--coral-500);
}
.tl-year {
  font-family: var(--font-head); font-weight: 700; font-size: 1.35rem;
  color: var(--teal-900); margin-bottom: 6px;
}
.tl-item ul { margin: 0; padding-left: 18px; color: var(--ink-soft); }
.tl-item li { margin-bottom: 8px; }
.tl-item li strong { color: var(--ink); }

/* ---------- Board bios ---------- */
.bio { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.bio-photo { aspect-ratio: 1 / 1; background: var(--teal-100); }
.bio-photo img { width: 100%; height: 100%; object-fit: cover; }
.bio-body { padding: 22px; }
.bio-body h3 { margin-bottom: 2px; }
.bio-role { color: var(--coral-600); font-family: var(--font-head); font-weight: 600; font-size: .84rem; letter-spacing: .4px; margin-bottom: 12px; }
.bio-body p { font-size: .93rem; color: var(--ink-soft); margin: 0; }


/* Role title + duty description inside a bio card */
.bio-duty {
  font-size: .91rem; color: var(--ink); margin: 0 0 14px;
  padding-bottom: 14px; border-bottom: 1px solid var(--line);
}
.group-head {
  text-align: center; font-family: var(--font-head); font-weight: 700;
  font-size: 1.5rem; color: var(--teal-900); margin: 0 0 30px;
}
.group-head + .grid { margin-bottom: 56px; }
.alumni {
  background: var(--sand); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 34px; text-align: center; max-width: 900px; margin: 0 auto;
}
.alumni p { color: var(--ink-soft); margin: 0 auto 18px; max-width: 68ch; }
.alumni-names {
  font-family: var(--font-head); font-weight: 600; color: var(--teal-900);
  font-size: 1.05rem; margin: 0; line-height: 1.9;
}

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-media { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Quote ---------- */
.quote { max-width: 800px; margin: 0 auto; text-align: center; }
.quote p {
  font-family: var(--font-head); font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  font-weight: 600; line-height: 1.45; color: var(--white); margin-bottom: 16px;
}
.quote cite { font-style: normal; color: #A6C8E6; font-size: .95rem; }

/* ---------- Filters ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.filter {
  font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  padding: 9px 20px; border-radius: 999px; cursor: pointer;
  background: var(--white); color: var(--teal-700); border: 1.5px solid var(--line);
  transition: .18s ease;
}
.filter:hover { border-color: var(--teal-500); }
.filter.is-active { background: var(--teal-700); color: var(--white); border-color: var(--teal-700); }

/* ---------- FAQ accordion ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq details {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm);
  margin-bottom: 14px; overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 20px 24px; list-style: none;
  font-family: var(--font-head); font-weight: 600; color: var(--teal-900);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--coral-500); line-height: 1; flex: 0 0 auto; }
.faq details[open] summary::after { content: "–"; }
.faq .faq-a { padding: 0 24px 20px; color: var(--ink-soft); font-size: .97rem; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 16px; }
.field label {
  display: block; font-family: var(--font-head); font-weight: 600;
  font-size: .88rem; margin-bottom: 6px; color: var(--teal-900);
}
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 15px; font-family: var(--font-body); font-size: .97rem;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--white); color: var(--ink);
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--teal-500); box-shadow: 0 0 0 3px var(--teal-100);
}
.field textarea { min-height: 140px; resize: vertical; }
.form-note { font-size: .85rem; color: var(--ink-soft); }

/* ---------- Contact list ---------- */
.contact-list { list-style: none; padding: 0; margin: 0; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-list .ico {
  width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto;
  background: var(--teal-100); display: grid; place-items: center; font-size: 1.2rem;
}
.contact-list strong { display: block; font-family: var(--font-head); color: var(--teal-900); font-size: .95rem; }
.contact-list a, .contact-list span { color: var(--ink-soft); font-size: .95rem; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--coral-500), var(--coral-600));
  color: var(--white); text-align: center; padding: 72px 0;
}
.cta-band h2 { color: var(--white); }
.cta-band p { max-width: 60ch; margin: 0 auto 26px; color: #FFE7E0; font-size: 1.06rem; }
.cta-band .btn--primary { background: var(--white); color: var(--coral-600); box-shadow: none; }
.cta-band .btn--primary:hover { background: var(--sand); color: var(--coral-600); }

/* ---------- Footer ---------- */
.footer { background: var(--teal-900); color: #A8C4DE; padding: 60px 0 26px; font-size: .93rem; }
.footer h4 { color: var(--white); font-family: var(--font-head); font-size: .95rem; letter-spacing: .6px; text-transform: uppercase; margin-bottom: 16px; }
.footer a { color: #A8C4DE; }
.footer a:hover { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 9px; }
.footer .brand-text strong { color: var(--white); }
.footer .brand-text small { color: #A8C4DE; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 20px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .86rem;
}


.card-media { position: relative; }


/* ---------- Gallery grid ---------- */
.g-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.g-item {
  margin: 0; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  cursor: pointer; transition: .22s ease;
}
.g-item:hover, .g-item:focus { transform: translateY(-4px); box-shadow: var(--shadow-lg); outline: none; }
.g-item:focus { border-color: var(--teal-500); }
.g-item img { width: 100%; aspect-ratio: 7 / 5; object-fit: cover; display: block; background: var(--teal-100); }
.g-item figcaption { padding: 16px 18px; }
.g-item figcaption strong {
  display: block; font-family: var(--font-head); font-weight: 600;
  font-size: .97rem; color: var(--teal-900); line-height: 1.3;
}
.g-item figcaption span { font-size: .85rem; color: var(--ink-soft); }
.g-filter {
  font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  padding: 9px 20px; border-radius: 999px; cursor: pointer;
  background: var(--white); color: var(--teal-700); border: 1.5px solid var(--line);
  transition: .18s ease;
}
.g-filter:hover { border-color: var(--teal-500); }
.g-filter.is-active { background: var(--teal-700); color: var(--white); border-color: var(--teal-700); }
@media (max-width: 900px) { .g-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 560px) { .g-grid { grid-template-columns: 1fr; } }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(20,38,58,.96); display: none; }
.lightbox.is-open { display: flex; flex-direction: column; }
.lb-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 22px; color: #fff; font-family: var(--font-head);
}
.lb-title { font-weight: 600; font-size: 1rem; }
.lb-count { color: #B9D5EF; font-size: .88rem; }
.lb-x { background: none; border: 0; color: #fff; font-size: 1.9rem; line-height: 1; cursor: pointer; padding: 4px 10px; }
.lb-x:hover { color: var(--coral-500); }
.lb-stage {
  flex: 1 1 auto; display: flex; align-items: center; justify-content: center;
  padding: 0 70px 12px; position: relative; min-height: 0; overflow: hidden;
}
.lb-stage img {
  max-width: 100%; max-height: 100%; width: auto; height: auto;
  border-radius: 10px; object-fit: contain;
}
.lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.14); border: 0; color: #fff; cursor: pointer;
  width: 52px; height: 52px; border-radius: 50%; font-size: 1.6rem; line-height: 1;
}
.lb-nav:hover { background: var(--coral-500); }
.lb-prev { left: 12px; } .lb-next { right: 12px; }
.lb-caption { color: #D8DFFB; text-align: center; font-size: .9rem; padding: 0 24px 22px; }
@media (max-width: 620px) {
  .lb-stage { padding: 0 10px 10px; }
  .lb-nav { width: 42px; height: 42px; bottom: 10px; top: auto; transform: none; }
  .lb-prev { left: 16px; } .lb-next { right: 16px; }
}

/* ---------- Sponsors ---------- */
.sponsors { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 900px; margin: 0 auto; }
.sponsors span {
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 11px 22px; font-family: var(--font-head); font-weight: 600;
  font-size: .93rem; color: var(--teal-900);
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 36px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav-menu {
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--white); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); padding: 18px 24px 26px;
    display: none; flex-direction: column; align-items: stretch; gap: 6px;
  }
  .nav-menu.is-open { display: flex; }
  .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links li { border-bottom: 1px solid var(--line); }
  .nav-links a { display: block; padding: 14px 2px; }
  .nav-links a::after { display: none; }
  .nav-cta { margin: 16px 0 0; }
  .nav-cta .btn { display: block; text-align: center; }
  .topbar .wrap { justify-content: center; gap: 14px; font-size: .8rem; }
}

@media (max-width: 620px) {
  .section { padding: 60px 0; }
  .hero .wrap { padding-top: 64px; padding-bottom: 64px; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; text-align: center; }
  .btn-row { flex-direction: column; }
  .nav-cta .btn, .filters .filter { width: auto; }
}

/* ---------- Print / motion ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .card:hover, .btn:hover { transform: none; }
}
