/* ===========================================================
   UNDP BiH Digital Strategy 2026–2030 — web presentation
   Bold & modern, official UNDP styling
   =========================================================== */

:root {
  --undp-blue: #0468B1;
  --undp-blue-dark: #02406e;
  --undp-navy: #0a1b3d;
  --accent: #18c2b8;       /* bright teal */
  --accent-2: #ffd23f;     /* warm highlight */
  --ink: #15233b;
  --ink-soft: #4a5872;
  --line: #e2e8f2;
  --bg: #ffffff;
  --bg-alt: #f3f7fc;
  --bg-deep: #07142e;
  --white: #ffffff;

  /* pillar colors */
  --p1: #0468B1;
  --p2: #6c4ad6;
  --p3: #1fa36b;
  --p4: #e8743b;
  --p5: #d6457f;
  --p6: #0fa3b1;

  --radius: 16px;
  --radius-lg: 26px;
  --shadow: 0 14px 40px rgba(10, 27, 61, 0.10);
  --shadow-lg: 0 28px 70px rgba(10, 27, 61, 0.18);
  --maxw: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; }

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

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--undp-blue);
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--accent); border-radius: 2px;
}
.eyebrow.on-dark { color: var(--accent); }

h1, h2, h3 { line-height: 1.12; letter-spacing: -0.02em; font-weight: 800; }

.section { padding: 96px 0; position: relative; }
.section--alt { background: var(--bg-alt); }
.section-head { max-width: 760px; margin-bottom: 54px; }
.section-head h2 { font-size: clamp(2rem, 4.4vw, 3rem); margin: 16px 0 14px; }
.section-head p { font-size: 1.12rem; color: var(--ink-soft); }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.86);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease;
}
.nav.scrolled { box-shadow: 0 6px 24px rgba(10,27,61,.08); }
.nav__inner { display: flex; align-items: center; gap: 18px; height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.brand__logo {
  height: 50px; width: auto; flex: none; display: block;
}
.brand__text { font-size: 0.95rem; line-height: 1.15; }
.brand__text small { display: block; font-weight: 600; color: var(--ink-soft); font-size: 0.74rem; letter-spacing: 0.02em; }
.nav__links { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.nav__links a {
  font-size: 0.86rem; font-weight: 600; color: var(--ink-soft);
  padding: 9px 13px; border-radius: 9px; transition: all .18s ease; white-space: nowrap;
}
.nav__links a:hover { color: var(--undp-blue); background: var(--bg-alt); }
.nav__cta {
  background: var(--undp-blue) !important; color: #fff !important;
  padding: 10px 18px !important;
}
.nav__cta:hover { background: var(--undp-blue-dark) !important; }
.nav__toggle { display: none; margin-left: auto; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 24px; height: 2.4px; background: var(--ink); border-radius: 2px; margin: 5px 0; transition: .25s; }

/* ============ HERO ============ */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: radial-gradient(1200px 600px at 80% -10%, rgba(24,194,184,.35), transparent 55%),
              radial-gradient(900px 500px at 10% 110%, rgba(4,104,177,.55), transparent 60%),
              linear-gradient(135deg, #07142e 0%, #0a2a55 55%, #0468B1 130%);
  padding: 92px 0 104px;
}
.hero__grid-bg {
  position: absolute; inset: 0; opacity: .35; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(1000px 600px at 70% 20%, #000 30%, transparent 80%);
}
.hero__inner { position: relative; max-width: 880px; }
.hero__logo { height: 76px; width: auto; margin-bottom: 26px; display: block; }
.hero .eyebrow { color: var(--accent); }
.hero h1 {
  font-size: clamp(2.5rem, 6.4vw, 4.6rem); margin: 20px 0 22px; letter-spacing: -0.03em;
}
.hero h1 .grad {
  background: linear-gradient(100deg, #fff 10%, var(--accent) 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__lede { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: rgba(255,255,255,.86); max-width: 720px; }
.hero__lede a, .lede-link { color: #fff; font-weight: 600; text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 3px; text-decoration-thickness: 2px; transition: color .2s; }
.hero__lede a:hover, .lede-link:hover { color: var(--accent); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 52px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.16); }
.hero__meta div { min-width: 110px; }
.hero__meta b { display: block; font-size: 1.7rem; font-weight: 800; }
.hero__meta span { font-size: 0.84rem; color: rgba(255,255,255,.7); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 700; font-size: 0.95rem; padding: 14px 24px;
  border-radius: 12px; cursor: pointer; border: 0; transition: all .2s ease; line-height: 1;
}
.btn--primary { background: var(--accent); color: #06303a; }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(24,194,184,.4); }
.btn--ghost { background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn--ghost:hover { background: rgba(255,255,255,.2); }
.btn--blue { background: var(--undp-blue); color: #fff; }
.btn--blue:hover { background: var(--undp-blue-dark); transform: translateY(-2px); }
.btn--outline { background: #fff; color: var(--undp-blue); border: 1.5px solid var(--line); }
.btn--outline:hover { border-color: var(--undp-blue); }

/* ============ VISION (twofold) ============ */
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.vision-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 38px; position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.vision-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: linear-gradient(90deg, var(--undp-blue), var(--accent));
}
.vision-card__num {
  font-size: 0.8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--undp-blue);
}
.vision-card h3 { font-size: 1.45rem; margin: 12px 0 14px; }
.vision-card p { color: var(--ink-soft); }
.quote-band {
  margin-top: 34px; background: var(--bg-deep); color: #fff; border-radius: var(--radius-lg);
  padding: 40px 44px; position: relative;
}
.quote-band .mark { font-size: 3.4rem; line-height: 0; color: var(--accent); font-weight: 800; }
.quote-band p { font-size: 1.25rem; font-weight: 600; margin: 14px 0 12px; max-width: 820px; }
.quote-band cite { color: rgba(255,255,255,.65); font-style: normal; font-size: 0.9rem; }
.quote-band cite a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.quote-band cite a:hover { color: #fff; }
.quote-band + .quote-band { margin-top: 18px; }

/* ============ INFLUENCES ============ */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.influence-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }
.influence-card h3 { font-size: 1.2rem; display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.influence-card h3 .dot { width: 12px; height: 12px; border-radius: 50%; background: var(--undp-blue); flex: none; }
.influence-card.alt h3 .dot { background: var(--accent); }
.chip-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.chip { font-size: 0.82rem; font-weight: 600; background: var(--bg-alt); color: var(--ink-soft); padding: 7px 13px; border-radius: 30px; border: 1px solid var(--line); }

/* ============ PRINCIPLES ============ */
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.principle {
  background: linear-gradient(180deg, #fff, #fbfdff); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 34px 30px; transition: transform .25s ease, box-shadow .25s ease;
}
.principle:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.principle__icon {
  width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--undp-blue), var(--accent)); color: #fff; margin-bottom: 18px;
}
.principle__icon svg { width: 28px; height: 28px; }
.principle h3 { font-size: 1.18rem; margin-bottom: 10px; }
.principle p { color: var(--ink-soft); font-size: 0.97rem; }

/* ============ PILLARS ============ */
.pillars { display: grid; gap: 20px; }
.pillar {
  --c: var(--undp-blue);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow); transition: box-shadow .25s ease;
}
.pillar:hover { box-shadow: var(--shadow-lg); }
.pillar__head {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px;
  padding: 28px 32px; cursor: pointer; width: 100%; text-align: left; background: none; border: 0; font-family: inherit;
}
.pillar__num {
  width: 60px; height: 60px; border-radius: 16px; flex: none;
  background: color-mix(in srgb, var(--c) 14%, #fff); color: var(--c);
  display: grid; place-items: center; font-size: 1.5rem; font-weight: 800;
  border: 1.5px solid color-mix(in srgb, var(--c) 30%, #fff);
}
.pillar__titles { min-width: 0; }
.pillar__titles h3 { font-size: 1.35rem; margin-bottom: 4px; color: var(--ink); }
.pillar__titles p { color: var(--ink-soft); font-size: 0.96rem; }
.pillar__toggle {
  width: 44px; height: 44px; border-radius: 50%; flex: none; border: 1.5px solid var(--line);
  display: grid; place-items: center; color: var(--c); transition: all .25s ease; background: #fff;
}
.pillar__toggle svg { width: 20px; height: 20px; transition: transform .3s ease; }
.pillar.open .pillar__toggle { background: var(--c); color: #fff; border-color: var(--c); }
.pillar.open .pillar__toggle svg { transform: rotate(45deg); }
.pillar__bar { height: 4px; background: var(--c); width: 100%; transform-origin: left; }

.pillar__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.pillar.open .pillar__body { grid-template-rows: 1fr; }
.pillar__body-inner { overflow: hidden; }
.pillar__content { padding: 8px 32px 36px; }
.pillar__split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.pillar__col h4 {
  font-size: 0.82rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800;
  margin-bottom: 16px; color: var(--c); display: flex; align-items: center; gap: 8px;
}
.reality-item { margin-bottom: 16px; }
.reality-item b { display: block; font-size: 0.98rem; margin-bottom: 3px; }
.reality-item span { color: var(--ink-soft); font-size: 0.92rem; }
.action-list { list-style: none; counter-reset: act; }
.action-list li {
  position: relative; padding: 0 0 14px 40px; counter-increment: act;
}
.action-list li::before {
  content: counter(act); position: absolute; left: 0; top: 0;
  width: 27px; height: 27px; border-radius: 8px; background: color-mix(in srgb, var(--c) 13%, #fff);
  color: var(--c); font-weight: 800; font-size: 0.8rem; display: grid; place-items: center;
}
.action-list li b { display: block; font-size: 0.96rem; margin-bottom: 2px; }
.action-list li span { color: var(--ink-soft); font-size: 0.9rem; }
.trends { margin-top: 26px; padding-top: 22px; border-top: 1px dashed var(--line); }
.trends h4 { font-size: 0.82rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; margin-bottom: 14px; color: var(--ink-soft); }
.trends-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.trend { background: var(--bg-alt); border-radius: 12px; padding: 16px 18px; border-left: 3px solid var(--c); }
.trend b { font-size: 0.92rem; display: block; margin-bottom: 4px; }
.trend span { font-size: 0.86rem; color: var(--ink-soft); }

/* ============ CPD CONNECTION ============ */
.cpd { background: var(--bg-deep); color: #fff; }
.cpd .section-head h2 { color: #fff; }
.cpd .section-head p { color: rgba(255,255,255,.72); }
.cpd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.outcome {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 30px; transition: background .25s;
}
.outcome:hover { background: rgba(255,255,255,.09); }
.outcome__tag { font-size: 0.78rem; font-weight: 800; letter-spacing: .1em; color: var(--accent); text-transform: uppercase; }
.outcome h3 { font-size: 1.12rem; margin: 12px 0 16px; }
.outcome p { color: rgba(255,255,255,.74); font-size: 0.93rem; margin-bottom: 18px; }
.outcome__links { display: flex; flex-wrap: wrap; gap: 8px; }
.outcome__links span { font-size: 0.78rem; font-weight: 600; background: rgba(24,194,184,.16); color: var(--accent); padding: 6px 12px; border-radius: 30px; }
.cpd-note { margin-top: 30px; font-size: 0.92rem; color: rgba(255,255,255,.6); text-align: center; }

/* ============ ENABLING ============ */
.enable-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.enable {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  border-top: 4px solid var(--undp-blue);
}
.enable h3 { font-size: 1.08rem; margin-bottom: 10px; }
.enable p { color: var(--ink-soft); font-size: 0.93rem; }

/* ============ DOWNLOADS ============ */
.dl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.dl-card {
  display: flex; align-items: center; gap: 20px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 28px; transition: all .2s ease;
}
.dl-card:hover { border-color: var(--undp-blue); transform: translateY(-3px); box-shadow: var(--shadow); }
.dl-card__icon {
  width: 56px; height: 66px; flex: none; border-radius: 8px; background: linear-gradient(160deg,#e94235,#b5271c);
  color: #fff; display: grid; place-items: center; font-size: 0.72rem; font-weight: 800; position: relative;
}
.dl-card__icon::after { content: ""; position: absolute; top: 0; right: 0; border-width: 0 14px 14px 0; border-style: solid; border-color: rgba(255,255,255,.4) #fff; }
.dl-card__txt b { display: block; font-size: 1.05rem; }
.dl-card__txt span { font-size: 0.86rem; color: var(--ink-soft); }
.dl-card__arrow { margin-left: auto; color: var(--undp-blue); }

/* ============ CONTACT / CTA ============ */
.cta {
  color: #fff; text-align: center;
  background: radial-gradient(900px 500px at 50% -20%, rgba(24,194,184,.3), transparent 60%),
              linear-gradient(135deg, #07142e, #0a2a55);
  padding: 96px 0;
}
.cta h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); max-width: 760px; margin: 16px auto 18px; }
.cta p { color: rgba(255,255,255,.8); max-width: 620px; margin: 0 auto 32px; font-size: 1.1rem; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta__contacts { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; margin-top: 50px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.16); }
.cta__contacts div { text-align: left; }
.cta__contacts small { display: block; color: var(--accent); font-weight: 700; font-size: 0.74rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.cta__contacts a, .cta__contacts span { color: rgba(255,255,255,.9); font-size: 0.96rem; }

/* ============ FOOTER ============ */
.footer { background: #050e22; color: rgba(255,255,255,.6); padding: 40px 0; font-size: 0.86rem; }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer a:hover { color: #fff; }

/* ============ RESULTS ACHIEVED ============ */
.results-groups { display: grid; gap: 50px; }
.result-group__label { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.result-group__label .eyebrow { white-space: nowrap; }
.result-group__label::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.result-stack { display: grid; gap: 22px; }
.result-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 34px 38px 32px; box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.result-card::before {
  content: ""; position: absolute; top: 0; left: 0; bottom: 0; width: 5px;
  background: linear-gradient(180deg, var(--undp-blue), var(--accent));
}
.result-card__top { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.result-year {
  font-size: 0.76rem; font-weight: 800; letter-spacing: .06em; color: var(--undp-blue);
  background: color-mix(in srgb, var(--undp-blue) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--undp-blue) 22%, #fff);
  padding: 5px 12px; border-radius: 30px;
}
.result-card__top h3 { font-size: 1.3rem; }
.result-card__desc { color: var(--ink-soft); font-size: 1rem; }
.result-card__desc a {
  color: var(--undp-blue); font-weight: 600; text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--undp-blue) 45%, transparent);
  text-underline-offset: 2px; transition: color .2s, text-decoration-color .2s;
}
.result-card__desc a:hover { color: var(--undp-blue-dark); text-decoration-color: var(--undp-blue); }
.result-metrics {
  display: flex; flex-wrap: wrap; gap: 26px 32px; margin: 24px 0; padding: 22px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.metric { display: flex; flex-direction: column; gap: 3px; min-width: 120px; max-width: 230px; font-size: 0.84rem; color: var(--ink-soft); }
.metric b { font-size: 1.3rem; font-weight: 800; color: var(--ink); line-height: 1.12; }
.result-meta { display: flex; flex-direction: column; gap: 14px; }
.result-meta__row { font-size: 0.92rem; color: var(--ink); }
.result-meta__row small, .result-partners small {
  font-size: 0.7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: var(--undp-blue); margin-right: 8px;
}
.result-partners { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.result-empty { color: var(--ink-soft); font-size: 0.95rem; font-style: italic; opacity: .85; }

/* ============ PILLAR "DELIVERED SO FAR" NOTE (subordinate) ============ */
.delivered {
  margin-top: 24px; padding: 14px 18px; border-radius: 12px;
  background: color-mix(in srgb, var(--c) 7%, #fff);
  border-left: 3px solid var(--c);
}
.delivered__label {
  display: inline-block; font-size: 0.7rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: var(--c); margin-bottom: 4px;
}
.delivered p { font-size: 0.9rem; color: var(--ink-soft); }
.delivered a { color: var(--c); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* ============ COLLABORATION CTA ============ */
.collab-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.collab-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px;
  border-top: 4px solid var(--accent); display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.collab-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.collab-card h3 { font-size: 1.12rem; margin-bottom: 12px; }
.collab-card__value { color: var(--ink-soft); font-size: 0.94rem; margin-bottom: 14px; }
.collab-card__invite { color: var(--ink); font-size: 0.92rem; font-weight: 600; margin-top: auto; }
.collab-cta { text-align: center; margin-top: 42px; }
.collab-cta p { color: var(--ink-soft); margin-bottom: 16px; }

/* ============ REVEAL ANIM ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .nav__links { position: fixed; inset: 70px 0 auto 0; flex-direction: column; background: #fff;
    padding: 14px 24px 26px; border-bottom: 1px solid var(--line); gap: 2px; align-items: stretch;
    transform: translateY(-130%); transition: transform .3s ease; box-shadow: 0 20px 40px rgba(10,27,61,.12); }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { padding: 13px 12px; font-size: 0.98rem; }
  .nav__toggle { display: block; }
  .vision-grid, .two-col, .principles-grid, .cpd-grid, .enable-grid, .dl-grid, .pillar__split, .trends-grid { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .quote-band { padding: 30px 26px; }
  .pillar__head { padding: 22px 20px; gap: 14px; grid-template-columns: auto 1fr auto; }
  .pillar__num { width: 50px; height: 50px; font-size: 1.25rem; }
  .pillar__titles h3 { font-size: 1.12rem; }
  .pillar__content { padding: 4px 20px 28px; }
  .hero { padding: 64px 0 76px; }
  .hero__meta { gap: 20px; }
  .cta__contacts { gap: 26px; }
  .collab-grid { grid-template-columns: 1fr 1fr; }
  .result-card { padding: 26px 22px; }
  .result-metrics { gap: 18px 24px; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .hero__meta b { font-size: 1.4rem; }
  .brand__text { font-size: 0.85rem; }
  .collab-grid { grid-template-columns: 1fr; }
}
