/* ============================================================
   School Aid MTÜ — Design System v2 · "Alpine Green & Gold"
   Research-grounded (Jul 2026): light warm canvas, deep forest
   green structure, gold reserved exclusively for Donate CTAs.
   ============================================================ */

:root {
  --canvas:      #FAF7F0;
  --card:        #FFFFFF;
  --green:       #0E4B34;
  --green-deep:  #0A3826;
  --green-ink:   #123B2A;
  --green-tint:  #E9F0EA;
  --gold:        #F0B424;
  --gold-hover:  #DFA411;
  --ink:         #1A1A1A;
  --muted:       #454B44;
  --line:        #E7E1D3;
  --white:       #FFFFFF;
  --black:       #111111;

  --maxw: 1160px;
  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 4px rgba(10,56,38,.07);
  --shadow:    0 8px 28px rgba(10,56,38,.10);

  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.6;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--green); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--green-deep); text-decoration: underline; text-underline-offset: 3px; }

h1, h2, h3, h4 { font-weight: 700; line-height: 1.08; color: var(--ink); margin: 0 0 .5em; letter-spacing: -.022em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); font-weight: 750; }
h3 { font-size: 1.32rem; letter-spacing: -.01em; }
h4 { font-size: 1rem; font-weight: 700; color: var(--green); }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.3rem); color: var(--muted); line-height: 1.55; }
strong { font-weight: 700; }
ul { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .5em; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 840px; }
section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.bg-white { background: var(--card); }
.bg-green { background: var(--green); color: #E7EFE9; }
.bg-green h1, .bg-green h2, .bg-green h3 { color: var(--white); }
.bg-green p { color: #D9E4DC; }
.bg-green a:not(.btn) { color: #CFE3D6; text-decoration: underline; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6em;
  font-weight: 700; font-size: .74rem; letter-spacing: .17em;
  text-transform: uppercase; color: var(--green); margin-bottom: 1.2em;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.bg-green .eyebrow { color: #B9D2C1; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--sans); font-weight: 700; font-size: 1rem;
  padding: 15px 30px; border-radius: 10px; border: 2px solid transparent;
  cursor: pointer; text-decoration: none !important; line-height: 1;
  transition: transform .15s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:active { transform: scale(.98); }
.btn--gold { background: var(--gold); color: var(--black) !important; }
.btn--gold:hover { background: var(--gold-hover); }
.btn--outline { background: transparent; color: var(--green) !important; border-color: var(--green); }
.btn--outline:hover { background: var(--green); color: var(--white) !important; }
.btn--outline-light { background: transparent; color: var(--white) !important; border-color: rgba(255,255,255,.75); }
.btn--outline-light:hover { background: var(--white); color: var(--green-deep) !important; }
.btn--lg { padding: 18px 38px; font-size: 1.08rem; }
.btn--sm { padding: 10px 20px; font-size: .9rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(250,247,240,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 14px 24px; max-width: var(--maxw); margin: 0 auto;
}
.nav__logo { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.nav__badge {
  height: 58px; width: 58px; border-radius: 50%; background: #000;
  object-fit: cover; border: 2px solid rgba(240,180,36,.6);
  box-shadow: 0 3px 12px rgba(10,56,38,.18);
}
.nav__word {
  font-weight: 800; font-size: 1.24rem; letter-spacing: -.02em;
  color: var(--green); white-space: nowrap;
}
@media (max-width: 420px) { .nav__word { display: none; } }
.nav__links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav__links a { font-weight: 600; font-size: .95rem; color: var(--ink); text-decoration: none; }
.nav__links a:hover { color: var(--green); }
.nav__links a.is-active { color: var(--green); }
.nav__cta { margin-left: 4px; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: flex-end;
  color: var(--white); overflow: hidden; padding: 0;
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,30,20,.18) 0%, rgba(10,30,20,.06) 40%, rgba(8,26,17,.78) 100%);
}
.hero__content { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px 72px; }
.hero__kicker {
  display: block; position: absolute; top: 44px; left: 50%; transform: translateX(-50%);
  width: 100%; max-width: var(--maxw); padding: 0 24px; z-index: 3;
  font-weight: 700; font-size: .78rem; letter-spacing: .16em;
  text-transform: uppercase; color: #FFDD86; text-shadow: 0 1px 10px rgba(0,0,0,.55);
}
.img-credit { font-size: .78rem; color: var(--muted); margin: 10px 0 0; }
.hero h1 { color: var(--white); max-width: 14ch; margin-bottom: .35em; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.hero__sub { font-size: clamp(1.05rem, 1.9vw, 1.3rem); max-width: 52ch; color: rgba(255,255,255,.94); margin-bottom: 1.6em; text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__caption { position: absolute; right: 18px; bottom: 12px; z-index: 2; font-size: .72rem; color: rgba(255,255,255,.75); }

/* ---------- Counters ---------- */
.counters { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.counter { text-align: left; padding: 28px 26px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); }
.counter__num { font-size: clamp(2.2rem, 4vw, 3rem); font-weight: 800; color: var(--green); letter-spacing: -.03em; line-height: 1; }
.counter__label { font-size: 1.02rem; color: var(--muted); margin-top: 10px; line-height: 1.45; }

/* ---------- Cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px; align-items: center; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.card h3 { margin-top: .4em; }
.card p { color: var(--muted); font-size: 1.03rem; line-height:1.6; }
.card .card__cta { margin-top: auto; font-weight: 700; }
.card__actions { margin-top: auto; padding-top: 16px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.card__actions .card__cta { margin-top: 0; }
.card__icon {
  width: 52px; height: 52px; border-radius: 14px; background: var(--green-tint);
  display: flex; align-items: center; justify-content: center; color: var(--green);
}
.card__icon svg { width: 26px; height: 26px; }
.card--photo { padding: 0; overflow: hidden; }
.card--photo img { height: 230px; width: 100%; object-fit: cover; }
.card--photo .card__body { padding: 32px 30px 34px; display: flex; flex-direction: column; flex: 1; }

.tag { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); background: var(--green-tint); border-radius: 999px; padding: 5px 13px; margin-bottom: 12px; }

/* ---------- Media split ---------- */
.figure { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.figure img { width: 100%; height: 100%; object-fit: cover; }
.figure figcaption { font-size: .9rem; color: var(--muted); padding: 18px 6px 0; line-height:1.55; }

/* ---------- Trust strip ---------- */
.trust {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px;
}
.trust__item { display: flex; gap: 14px; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.trust__item svg { width: 24px; height: 24px; color: var(--green); flex-shrink: 0; margin-top: 2px; }
.trust__item p { margin: 0; font-size: .97rem; color: var(--muted); line-height:1.55; }
.trust__item strong { display: block; color: var(--ink); font-size: .95rem; margin-bottom: 2px; }

/* ---------- Donate page ---------- */
.donate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.donate-form-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px; box-shadow: var(--shadow); position: relative;
}
.donate-form-card iframe { display: block; width: 100%; border: 0; }
.fund-prompt {
  background: var(--green-tint); border-left: 4px solid var(--green); border-radius: 8px;
  padding: 12px 14px; margin: 0 0 16px; font-size: .88rem; color: var(--green-ink); line-height: 1.5;
}
.fund-prompt strong { color: var(--green); }
.fund-picker { margin-bottom: 18px; }
.fund-picker label { font-weight: 700; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase; color: var(--green); margin-bottom: 7px; }
.fund-picker select { font-weight: 600; }
.fund-note { font-size: .88rem; color: var(--muted); margin: 8px 0 0; line-height: 1.45; }

.freq-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: var(--canvas); padding: 6px; border-radius: 12px; margin-bottom: 22px; }
.freq-tab {
  text-align: center; font-weight: 700; padding: 12px; border-radius: 9px; cursor: pointer;
  border: 0; background: transparent; font-size: 1rem; font-family: var(--sans); color: var(--muted);
}
.freq-tab.is-active { background: var(--green); color: var(--white); }
.freq-tab .freq-note { display: block; font-size: .7rem; font-weight: 600; opacity: .85; }
.amounts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 14px; }
.amounts[hidden] { display: none; }
.amount {
  border: 2px solid var(--line); background: var(--card); border-radius: 10px;
  padding: 16px 12px; text-align: center; cursor: pointer; font-family: var(--sans);
  transition: border-color .15s ease, background .15s ease;
}
.amount:hover { border-color: var(--green); }
.amount.is-selected { border-color: var(--green); background: var(--green-tint); }
.amount__value { font-weight: 800; font-size: 1.25rem; color: var(--ink); display: block; }
.amount__impact { font-size: .84rem; color: var(--muted); display: block; margin-top: 4px; line-height: 1.35; }
.amount--custom input {
  width: 100%; border: 0; text-align: center; font-weight: 700; font-size: 1.05rem;
  font-family: var(--sans); outline: none; background: transparent; color: var(--ink);
}
.donate-note { font-size: .92rem; color: var(--muted); margin-top: 14px; }
.pay-icons { display: flex; gap: 10px; align-items: center; margin-top: 16px; flex-wrap: wrap; }
.pay-icons span { font-size: .78rem; font-weight: 600; color: var(--muted); border: 1px solid var(--line); border-radius: 6px; padding: 5px 10px; }

.ways { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }

/* ---------- Forms ---------- */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%; font-family: var(--sans); font-size: 1rem; color: var(--ink);
  background: var(--card); border: 1.5px solid var(--line); border-radius: 10px;
  padding: 13px 15px; outline: none; transition: border-color .15s ease;
}
input:focus, textarea:focus, select:focus { border-color: var(--green); }
label { font-weight: 600; font-size: .88rem; display: block; margin: 0 0 6px; }
.form-field { margin-bottom: 16px; }
.form-consent { font-size: .9rem; color: var(--muted); }

/* ---------- Country sections ---------- */
.country { border-left: 4px solid var(--gold); padding-left: 28px; margin-bottom: 56px; }
.country h3 { font-size: 1.6rem; }
.country .meta { font-size: .9rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin-bottom: 8px; }

/* ---------- Table ---------- */
.table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.table th { text-align: left; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border-bottom: 2px solid var(--line); padding: 10px 12px; }
.table td { border-bottom: 1px solid var(--line); padding: 12px; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 24px; }
.team-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; text-align: center; }
.team-card img { width: 100%; height: 240px; object-fit: cover; object-position: center 20%; }
.team-card .team__body { padding: 20px 18px 24px; }
.team-card h3 { font-size: 1.05rem; margin-bottom: 2px; }
.team-card p { font-size: .85rem; color: var(--muted); margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: #10231A; color: #DCE5DD; padding: 72px 0 36px; font-size: .92rem; }
.site-footer a { color: #DFE8E0; }
.site-footer a:hover { color: var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 48px; }
.site-footer h4 { color: var(--white); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.footer-logo img { height: 54px; width: auto; margin-bottom: 18px; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.14); padding-top: 28px; font-size: .8rem; color: #93A296; }
.footer-legal p { margin-bottom: .6em; }

/* ---------- Utility ---------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.mb-2 { margin-bottom: 2rem; }
.measure { max-width: 62ch; }
.center .measure { margin-left: auto; margin-right: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--gold); color: var(--black); padding: 10px 18px; border-radius: 0 0 8px 0; z-index: 100; font-weight: 700; }
.skip-link:focus { left: 0; }

/* ---------- Alert bar (campaign slot, hidden by default) ---------- */
.alert-bar { display: none; background: var(--green-deep); color: var(--white); text-align: center; padding: 10px 16px; font-size: .9rem; }
.alert-bar.is-live { display: block; }
.alert-bar a { color: var(--gold); font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  section { padding: 64px 0; }
  .donate-grid { grid-template-columns: 1fr; }
  .donate-form-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .hero { min-height: 78vh; }
}
@media (max-width: 760px) {
  .nav__links {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--canvas); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 18px 24px 26px; gap: 18px; align-items: flex-start;
  }
  .nav__links.is-open { display: flex; }
  .nav__toggle { display: block; }
  .form-row { grid-template-columns: 1fr; }
  .hero__content { padding-bottom: 56px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}


/* ---------- Page header band (interior pages) ---------- */
.page-head {
  background: var(--green);
  border-bottom: 6px solid var(--gold);
  padding: 60px 0 64px;
}
.page-head .container { display: flex; align-items: flex-start; gap: 34px; }
.page-head__emblem {
  width: 118px; height: 118px; flex: 0 0 118px;
  border-radius: 50%; background: #000;
  padding: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.35);
  border: 2px solid rgba(240,180,36,.55);
}
.page-head__emblem img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.page-head__text { flex: 1; min-width: 0; }
.page-head .eyebrow { color: #F3D48D; margin-bottom: .9em; }
.page-head .eyebrow::before { background: var(--gold); }
.page-head h1 {
  color: var(--white); font-size: clamp(2.1rem, 4.2vw, 3.3rem);
  margin-bottom: .3em; max-width: 20ch;
}
.page-head .lead { color: rgba(255,255,255,.93); max-width: 68ch; margin-bottom: 0; }
@media (max-width: 760px) {
  .page-head { padding: 40px 0 44px; }
  .page-head .container { flex-direction: column; gap: 22px; align-items: center; text-align: center; }
  .page-head__emblem { width: 92px; height: 92px; flex-basis: 92px; }
  .page-head h1, .page-head .lead { max-width: none; }
  .page-head .eyebrow { justify-content: center; }
}

/* ---------- Full-bleed photographic band ---------- */
.band {
  position: relative; min-height: 460px; display: flex; align-items: center;
  padding: 0; overflow: hidden; background: var(--green-deep);
}
.band__media { position: absolute; inset: 0; }
.band__media img { width: 100%; height: 100%; object-fit: cover; }
.band__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,26,17,.86) 0%, rgba(8,26,17,.62) 45%, rgba(8,26,17,.28) 100%);
}
.band__inner { position: relative; z-index: 2; width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 72px 24px; }
.band h2 { color: var(--white); max-width: 18ch; margin-bottom: .35em; }
.band p { color: rgba(255,255,255,.92); max-width: 54ch; font-size: 1.12rem; margin-bottom: 0; }
.band .eyebrow { color: #F3D48D; }
.band .eyebrow::before { background: var(--gold); }
.band__credit {
  position: absolute; right: 16px; bottom: 12px; z-index: 3;
  font-size: .72rem; color: rgba(255,255,255,.6);
}

/* ---------- Photo grid ---------- */
.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.photo-grid figure { margin: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--card);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.photo-grid img { width: 100%; height: 260px; object-fit: cover; display: block;
  transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.photo-grid figure:hover img { transform: scale(1.045); }
.photo-grid figcaption { padding: 16px 18px 20px; font-size: .95rem; color: var(--muted); line-height: 1.5; }
.photo-grid--tall img { height: 340px; }

/* ---------- Restrained reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1); }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal.is-in { opacity: 1; transform: none; transition: none; }
  .photo-grid figure:hover img { transform: none; }
}

@media (max-width: 760px) {
  .band { min-height: 380px; }
  .band__media::after { background: linear-gradient(180deg, rgba(8,26,17,.55) 0%, rgba(8,26,17,.85) 100%); }
  .band__inner { padding: 52px 24px; }
  .photo-grid img { height: 220px; }
}

/* ---------- Emblem watermark (corner, very faint) ---------- */
.wm { position: relative; overflow: hidden; }
.wm > * { position: relative; z-index: 1; }
.wm::before {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  width: 460px; height: 460px;
  background: url("../assets/logo/emblem_512.png") center/contain no-repeat;
  opacity: .055;
}
.wm--tr::before { top: -110px; right: -110px; }
.wm--bl::before { bottom: -120px; left: -120px; }
.wm--br::before { bottom: -120px; right: -110px; }
.bg-green.wm::before, .band.wm::before { opacity: .10; }
.site-footer.wm::before { opacity: .07; width: 380px; height: 380px; }
@media (max-width: 760px) { .wm::before { width: 280px; height: 280px; } }

/* ---------- Hero: slow drift (Ken Burns) ---------- */
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.085); } }
.hero__media img { animation: kenburns 26s ease-out forwards; }

/* ---------- Staggered reveal for grids ---------- */
.photo-grid.reveal > figure, .grid-3.reveal > .card, .ways.reveal > .card, .counters.reveal > .counter {
  opacity: 0; transform: translateY(16px);
}
.photo-grid.reveal.is-in > figure, .grid-3.reveal.is-in > .card,
.ways.reveal.is-in > .card, .counters.reveal.is-in > .counter {
  opacity: 1; transform: none;
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.3,1);
}
.reveal.is-in > *:nth-child(2) { transition-delay: .08s; }
.reveal.is-in > *:nth-child(3) { transition-delay: .16s; }
.reveal.is-in > *:nth-child(4) { transition-delay: .24s; }
.reveal.is-in > *:nth-child(5) { transition-delay: .32s; }
.reveal.is-in > *:nth-child(6) { transition-delay: .40s; }

/* ---------- Band image: gentle scale as it settles ---------- */
.band__media img { transform: scale(1.06); transition: transform 1.6s cubic-bezier(.2,.7,.3,1); }
.band.is-seen .band__media img { transform: scale(1); }

@media (prefers-reduced-motion: reduce) {
  .hero__media img { animation: none; }
  .band__media img, .band.is-seen .band__media img { transform: none; transition: none; }
  .photo-grid.reveal > figure, .grid-3.reveal > .card, .ways.reveal > .card, .counters.reveal > .counter {
    opacity: 1; transform: none;
  }
}

/* team portraits: show more of the face, render crisply */
.team-card img { height: 300px; object-position: center 32%; }
@media (max-width: 760px) { .team-card img { height: 260px; } }
