/* ============================================================================
   uki-home-v2.css — Phase 10 homepage (template page-templates/uki-home-v2.php).
   Source of truth: mockups/ukraineinfo-home-v3.html (approved 2026-08-01).
   Scoped under .uki-home2 (sections) + .uki-foot2 (template-only footer);
   enqueued by functions.php ONLY when the template is active, dep uki-tokens.

   Baked-in lessons:
   R2 — every grid track is minmax(0,1fr) and flex/grid children carry
        min-width:0 wherever a long word could inflate min-content;
   R2b (620px) — .section-head is flex-wrap (nowrap children never shrink);
   8.5-hotfix — every .x.y override that exists at desktop is REPEATED WITH
        THE FULL SELECTOR inside media queries (specificity, not shorthand).
   ========================================================================== */

.uki-home2,.uki-foot2{
  /* bridge: mockup var names → uki-tokens (mockup fallbacks) */
  --paper:var(--uki-paper,#f2ecde); --paper-2:var(--uki-paper-2,#fbf7ec);
  --ink:var(--uki-ink,#242c46); --ink-2:var(--uki-ink-2,#1a2138);
  --gold:var(--uki-gold,#bf922c); --gold-soft:var(--uki-gold-soft,#ead8ad);
  --graphite:var(--uki-graphite,#2a2a2c); --muted:var(--uki-muted,#6f6a5d);
  --clay:var(--uki-clay,#9a4636); --line:var(--uki-line,#dbcfb4);
  --line-d:rgba(255,255,255,.16);
  --serif:var(--uki-serif,"Lora",Georgia,serif);
  --sans:var(--uki-sans,"Inter",system-ui,sans-serif);
  --maxw:1180px;

  color:var(--graphite);font-family:var(--sans);font-size:17px;line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
.uki-home2 *,.uki-foot2 *{box-sizing:border-box}
.uki-home2 a,.uki-foot2 a{color:inherit;text-decoration:none;box-shadow:none}
.uki-home2 a:hover,.uki-foot2 a:hover{text-decoration:none}
.uki-home2 :focus-visible,.uki-foot2 :focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}
.uki-home2 img{display:block;max-width:100%}
.uki-home2 .wrap,.uki-foot2 .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.uki-home2 .kicker{font-weight:600;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);display:block}

/* ── відступ під шапкою ──────────────────────────────────────────────────────
   Soledad hard-codes `body{--pchd-mg:60px}` in its main.css and feeds it to
   `.pc-wrapbuilder-header{margin-bottom:var(--pchd-mg)}` — there is NO Customizer
   setting for it (the Customizer only re-declares the variable for single-post
   styles 5/6/10). Under the 40px vytynanka ornament that left 60px of dead air
   before the first block (measured live: bar bottom 133 → content top 233).
   Overriding the VARIABLE, not the margin, keeps the theme's own cascade intact.
   Scoped to this template twice over: the body class AND the fact that this
   stylesheet is only enqueued for it — every other page keeps its 60px.
   ────────────────────────────────────────────────────────────────────────── */
body.page-template-uki-home-v2 .pc-wrapbuilder-header{--pchd-mg:28px}

/* ── ПЕРШИЙ ЕКРАН: «Сьогодні» ── */
.uki-home2 .today{background:var(--ink-2);color:#f3efe4}
.uki-home2 .today>.wrap{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:48px;padding:38px 28px 34px;align-items:start}
.uki-home2 .today.today--nolead>.wrap{grid-template-columns:minmax(0,1fr)}
.uki-home2 .lead{min-width:0}
.uki-home2 .lead .cover{aspect-ratio:16/9;border-radius:4px;overflow:hidden;background:linear-gradient(150deg,#2b3350,#1c2238);position:relative;margin-bottom:18px}
.uki-home2 .lead .cover img{width:100%;height:100%;object-fit:cover}
.uki-home2 .lead .cover .frame{position:absolute;inset:8px;border:1px solid rgba(243,228,189,.3);border-radius:2px;pointer-events:none}
/* Lead headline is an h2 (the page h1 describes the portal); the h1/h2 pair is
   kept in the selector so the visual result is identical either way. */
.uki-home2 .lead h1,.uki-home2 .lead h2{font-family:var(--serif);font-weight:600;font-size:clamp(26px,2.6vw,36px);line-height:1.15;margin:10px 0 12px;padding:0}
.uki-home2 .lead h1 a,.uki-home2 .lead h2 a{color:#fff}
.uki-home2 .lead h1 a:hover,.uki-home2 .lead h2 a:hover{color:var(--gold-soft)}

/* Screen-reader-only: readable by assistive tech and crawlers, invisible on screen.
   Not display:none — that would hide it from both. */
.uki-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.uki-home2 .lead .dek{font-size:16px;line-height:1.6;color:#d7d2c4;max-width:58ch;margin:0 0 14px}
.uki-home2 .lead .meta{font-size:12.5px;color:#a9a394;letter-spacing:.03em}
.uki-home2 .lead .read{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:14.5px;color:#f3e4bd;border-bottom:1px solid rgba(243,228,189,.4);padding-bottom:3px;margin-top:12px}
.uki-home2 .lead .read:hover{color:#fff;border-color:#fff}

/* колонка подій */
.uki-home2 .today-events{min-width:0}
.uki-home2 .today-events .head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;border-bottom:2px solid var(--gold);padding-bottom:9px;margin-bottom:6px}
.uki-home2 .today-events .head h2{font-family:var(--serif);font-weight:600;font-size:20px;color:#fff;margin:0;padding:0}
.uki-home2 .today-events .head a{font-size:13px;font-weight:600;color:#f3e4bd;white-space:nowrap}
.uki-home2 .today-events .head a:hover{color:#fff}
.uki-home2 .evrow{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;padding:13px 0;border-bottom:1px solid var(--line-d);align-items:start}
.uki-home2 .evrow:last-of-type{border-bottom:0}
.uki-home2 .evrow .dtb{background:var(--gold-soft);color:#5a4716;border-radius:5px;text-align:center;padding:7px 4px 8px;line-height:1}
.uki-home2 .evrow .dtb .d{display:block;font-family:var(--serif);font-weight:700;font-size:20px}
.uki-home2 .evrow .dtb .m{display:block;font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-top:3px}
.uki-home2 .evrow .evtx{min-width:0}
.uki-home2 .evrow .evt{display:block;font-family:var(--serif);font-weight:600;font-size:16px;line-height:1.3;color:#ece7da;margin:0 0 4px}
.uki-home2 .evrow:hover .evt{color:#fff}
.uki-home2 .evrow .wp{display:block;font-size:12.5px;color:#a9a394}

/* «Триває зараз» — одна компактна лінія під рядками подій */
.uki-home2 .ongoing-line{display:block;margin-top:12px;font-size:13px;line-height:1.45;color:#d7d2c4;border-top:1px solid var(--line-d);padding-top:11px}
.uki-home2 .ongoing-line .olk{font-weight:600;color:var(--gold-soft);letter-spacing:.02em}
.uki-home2 .ongoing-line:hover{color:#fff}

/* тізер вихідних */
.uki-home2 .wknd{display:flex;align-items:center;gap:12px;margin-top:16px;background:rgba(234,216,173,.08);border:1px solid rgba(234,216,173,.3);border-radius:7px;padding:13px 16px}
.uki-home2 .wknd .ic{flex:0 0 auto;color:var(--gold-soft)}
.uki-home2 .wknd .tx{font-size:13.5px;color:#d7d2c4;line-height:1.45;min-width:0}
.uki-home2 .wknd .tx b{color:#fff;font-family:var(--serif);font-size:14.5px}
.uki-home2 .wknd .go{flex:0 0 auto;font-size:13px;font-weight:600;color:#f3e4bd}
.uki-home2 .wknd:hover .go{color:#fff}

/* сервісна полоса */
.uki-home2 .services{background:var(--ink-2);border-top:1px solid var(--line-d)}
.uki-home2 .services>.wrap{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-top:0;padding-bottom:0}
.uki-home2 .svc{display:flex;gap:14px;align-items:center;padding:18px 26px;border-left:1px solid var(--line-d);transition:.15s;min-width:0}
.uki-home2 .svc:first-child{border-left:0;padding-left:0}
.uki-home2 .svc:hover{background:rgba(255,255,255,.03)}
.uki-home2 .svc .ic{flex:0 0 auto;width:40px;height:40px;border:1px solid rgba(243,228,189,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold-soft)}
.uki-home2 .svc .svctx{min-width:0}
.uki-home2 .svc .tt{display:block;font-family:var(--serif);font-weight:600;font-size:16.5px;color:#fff;line-height:1.2}
.uki-home2 .svc .dd{display:block;font-size:12.5px;color:#a9a394;margin-top:3px}

/* ── секції на папері ── */
.uki-home2 .section{padding:46px 0}
.uki-home2 .section-head{display:flex;align-items:baseline;gap:16px;margin-bottom:24px}
.uki-home2 .section-head h2{font-family:var(--serif);font-weight:600;color:var(--ink);font-size:26px;margin:0;padding:0;white-space:nowrap}
.uki-home2 .section-head .rule{flex:1;height:1px;background:var(--line)}
.uki-home2 .section-head .all{font-size:13.5px;font-weight:600;color:var(--gold);white-space:nowrap}
.uki-home2 .section-head .all:hover{text-decoration:underline}

/* життя громади */
.uki-home2 .life{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 320px;gap:26px;align-items:start}
.uki-home2 .life.life--n1{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.uki-home2 .life.life--n0{grid-template-columns:minmax(0,1fr)}
.uki-home2 .lcard{display:flex;flex-direction:column;min-width:0}
.uki-home2 .lcard .cov{display:block;aspect-ratio:16/10;border-radius:5px;overflow:hidden;background:linear-gradient(150deg,#2b3350,#1c2238);margin-bottom:13px}
.uki-home2 .lcard .cov img{width:100%;height:100%;object-fit:cover}
.uki-home2 .lcard .lct{display:block;font-family:var(--serif);font-weight:600;font-size:21px;line-height:1.25;color:var(--ink);margin:8px 0}
.uki-home2 .lcard:hover .lct{color:var(--gold)}
.uki-home2 .lcard .dek{display:block;font-size:14.5px;color:#4a4740;line-height:1.55;margin:0 0 10px}
.uki-home2 .lcard .dt{display:block;font-size:12px;color:var(--muted)}
.uki-home2 .community{background:var(--paper-2);border:1px solid var(--line);border-radius:6px;padding:24px;min-width:0}
.uki-home2 .community h3{font-family:var(--serif);font-size:21px;color:var(--ink);margin:0 0 4px;padding:0}
.uki-home2 .community .em{font-size:14.5px;color:var(--muted);line-height:1.6;margin:0 0 16px}
.uki-home2 .community .empty{border:1px dashed var(--line);border-radius:5px;padding:16px;font-size:14px;color:var(--muted);line-height:1.55;background:#fff}
.uki-home2 .community .empty a{color:var(--gold);font-weight:600}

/* ── каталог громади ── */
.uki-home2 .catalog{background:linear-gradient(180deg,#f6eed7,var(--paper-2));border-top:2px solid var(--gold);border-bottom:1px solid var(--line)}
.uki-home2 .catalog .inner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px;padding:44px 0;align-items:center}
.uki-home2 .catalog .cintro{min-width:0}
.uki-home2 .catalog h2{font-family:var(--serif);font-weight:600;font-size:30px;color:var(--ink);margin:8px 0 10px;padding:0;line-height:1.15}
.uki-home2 .catalog p{font-size:15.5px;color:#4a4740;line-height:1.6;max-width:46ch;margin:0 0 18px}
.uki-home2 .catalog .csearch{display:flex;gap:8px;max-width:420px}
.uki-home2 .catalog .csearch input[type=search]{flex:1 1 auto;min-width:0;border:1px solid var(--line);border-radius:6px;padding:11px 14px;font-size:14.5px;font-family:var(--sans);background:#fff;color:var(--graphite)}
.uki-home2 .catalog .csearch button{flex:0 0 auto;border:0;background:var(--gold);color:#23201a;border-radius:6px;padding:0 18px;font-weight:600;font-size:14.5px;cursor:pointer;font-family:var(--sans)}
.uki-home2 .catalog .csearch button:hover{background:#d3a43a}
.uki-home2 .catalog .note{font-size:12.5px;color:var(--muted);margin-top:12px}
.uki-home2 .catalog .note a{color:var(--gold);font-weight:600}
.uki-home2 .cats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.uki-home2 .cat{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--paper);border:1px solid var(--line);border-radius:7px;padding:14px 18px;min-width:0;transition:.15s}
.uki-home2 .cat:hover{border-color:var(--gold)}
.uki-home2 .cat .t{font-family:var(--serif);font-weight:600;font-size:16px;color:var(--ink);min-width:0}
.uki-home2 .cat:hover .t{color:var(--gold)}
.uki-home2 .cat .n{flex:0 0 auto;font-size:12px;font-weight:600;color:#5e4a12;background:var(--gold-soft);border-radius:999px;padding:3px 10px}
.uki-home2 .cat.more{background:transparent;border-style:dashed;justify-content:center}
.uki-home2 .cat.more .t{color:var(--gold);font-family:var(--sans);font-size:14px}

/* ── статуси + останні публікації ── */
.uki-home2 .band{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:0 46px;align-items:start}
.uki-home2 .band.band--solo{grid-template-columns:minmax(0,1fr)}
.uki-home2 .guides{min-width:0}
.uki-home2 .guide{display:grid;grid-template-columns:44px minmax(0,1fr);gap:16px;padding:16px 0;border-top:1px solid var(--line);align-items:start}
.uki-home2 .guide:first-of-type{border-top:0}
.uki-home2 .guide .gic{width:44px;height:44px;border:1px solid var(--line);border-radius:9px;background:var(--paper-2);display:flex;align-items:center;justify-content:center;color:var(--gold)}
.uki-home2 .guide .gtx{min-width:0}
.uki-home2 .guide .gt{display:block;font-family:var(--serif);font-weight:600;font-size:18.5px;line-height:1.25;color:var(--ink);margin:2px 0 5px}
.uki-home2 .guide:hover .gt{color:var(--gold)}
.uki-home2 .guide .gd{display:block;font-size:14px;color:#4a4740;line-height:1.5}
.uki-home2 .guide .upd{display:block;font-size:12px;color:var(--muted);margin-top:5px}
.uki-home2 .guide .upd b{color:#3f6b3f;font-weight:600}
.uki-home2 .pubs{border-left:1px solid var(--line);padding-left:34px;min-width:0}
.uki-home2 .band.band--solo .pubs{border-left:0;padding-left:0}
.uki-home2 .pubs h3{font-family:var(--serif);font-weight:600;font-size:20px;color:var(--ink);margin:0 0 6px;padding:0}
.uki-home2 .pubs .sub{font-size:12.5px;color:var(--muted);margin:0 0 12px}
.uki-home2 .pub{display:block;padding:11px 0;border-top:1px solid var(--line)}
.uki-home2 .pub:first-of-type{border-top:0}
.uki-home2 .pub .k{display:block;font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
.uki-home2 .pub .pt{display:block;font-family:var(--serif);font-weight:600;font-size:15.5px;line-height:1.3;color:var(--ink);margin:4px 0 3px}
.uki-home2 .pub:hover .pt{color:var(--gold)}
.uki-home2 .pub .dt{display:block;font-size:11.5px;color:var(--muted)}
.uki-home2 .pubs .allnews{display:inline-block;margin-top:12px;font-size:13.5px;font-weight:600;color:var(--gold)}
.uki-home2 .pubs .allnews:hover{text-decoration:underline}

/* ── розсилка ── */
.uki-home2 .newsletter{background:var(--ink-2);color:#f3efe4}
.uki-home2 .newsletter>.wrap{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:48px;align-items:center;padding-top:40px;padding-bottom:40px}
.uki-home2 .newsletter .nlhead{min-width:0}
.uki-home2 .newsletter h2{font-family:var(--serif);font-weight:600;font-size:27px;color:#fff;margin:8px 0 10px;padding:0;line-height:1.2}
.uki-home2 .newsletter p{font-size:15px;color:#d7d2c4;line-height:1.6;max-width:52ch;margin:0}
.uki-home2 .newsletter .nlside{min-width:0}
.uki-home2 .nlform{display:flex;gap:10px}
.uki-home2 .nlform input[type=email]{flex:1 1 auto;min-width:0;border:1px solid rgba(243,228,189,.35);border-radius:6px;padding:13px 16px;font-size:15px;font-family:var(--sans);background:rgba(255,255,255,.06);color:#fff}
.uki-home2 .nlform input::placeholder{color:#a9a394}
.uki-home2 .nlform button{flex:0 0 auto;border:0;background:var(--gold);color:#23201a;border-radius:6px;padding:0 22px;font-weight:600;font-size:15px;cursor:pointer;font-family:var(--sans)}
.uki-home2 .nlform button:hover{background:#d3a43a}
.uki-home2 .newsletter .fine{font-size:12px;color:#8b8478;margin-top:10px}

/* embedded WPForms (form 1797, same as /newsletter/) restyled for the dark band */
.uki-home2 .nlembed .wpforms-container{margin:0}
.uki-home2 .nlembed .wpforms-form{display:block}
.uki-home2 .nlembed .wpforms-field{padding:0 0 12px}
.uki-home2 .nlembed .wpforms-field-label{display:block;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#a9a394;margin:0 0 6px}
.uki-home2 .nlembed .wpforms-required-label{color:var(--gold-soft)}
.uki-home2 .nlembed input[type=text],
.uki-home2 .nlembed input[type=email]{width:100%;max-width:100%;border:1px solid rgba(243,228,189,.35);border-radius:6px;padding:12px 16px;font-size:15px;font-family:var(--sans);background:rgba(255,255,255,.06);color:#fff}
.uki-home2 .nlembed input[type=text]:focus,
.uki-home2 .nlembed input[type=email]:focus{border-color:var(--gold-soft);outline:none}
.uki-home2 .nlembed input::placeholder{color:#a9a394}
.uki-home2 .nlembed .wpforms-submit-container{padding:2px 0 0}
.uki-home2 .nlembed button[type=submit]{border:0;background:var(--gold);color:#23201a;border-radius:6px;padding:12px 22px;font-weight:600;font-size:15px;cursor:pointer;font-family:var(--sans)}
.uki-home2 .nlembed button[type=submit]:hover{background:#d3a43a}
.uki-home2 .nlembed .wpforms-error{color:#f0b9a8;font-size:12.5px}
.uki-home2 .nlembed .wpforms-confirmation-container-full{background:rgba(234,216,173,.1);border:1px solid rgba(234,216,173,.4);border-radius:6px;padding:14px 16px;color:#f3efe4}

/* ── підтримай Україну: полоса ── */
.uki-home2 .support{background:var(--gold-soft);border-bottom:1px solid var(--line)}
.uki-home2 .support>.wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:16px;padding-bottom:16px;flex-wrap:wrap}
.uki-home2 .support .txt{display:flex;align-items:center;gap:14px;font-size:14.5px;color:#3d3315;min-width:0}
.uki-home2 .support .txt svg{color:var(--gold);flex:0 0 auto}
.uki-home2 .support .txt b{color:var(--ink);font-family:var(--serif);font-size:16px}
.uki-home2 .support .btn{flex:0 0 auto;background:var(--ink);color:#f3e4bd;border-radius:5px;padding:9px 18px;font-weight:600;font-size:14px}
.uki-home2 .support .btn:hover{background:var(--ink-2);color:#fff}

/* ── футер (лише цей шаблон, footer-uki.php) ── */
.uki-foot2{background:var(--ink-2);color:#cdc8ba}
.uki-foot2 .top{padding:44px 0 30px}
.uki-foot2 .cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px}
.uki-foot2 .colbrand{min-width:0}
.uki-foot2 .col{min-width:0}
.uki-foot2 .wordmark{font-family:var(--serif);font-weight:700;font-size:26px;color:#fff;line-height:1}
.uki-foot2 .wordmark b{color:var(--gold)}
.uki-foot2 .ft-tag{font-size:13.5px;color:#a9a294;margin:10px 0 0;max-width:30ch;line-height:1.5}
.uki-foot2 h5{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin:0 0 14px;padding:0;font-weight:600;font-family:var(--sans)}
.uki-foot2 ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.uki-foot2 ul a{font-size:14px}
.uki-foot2 ul a:hover{color:#fff}
.uki-foot2 .bottom{border-top:1px solid var(--line-d);padding:16px 0}
.uki-foot2 .bottom .wrap{display:flex;justify-content:space-between;font-size:12.5px;color:#8b8478;gap:16px;flex-wrap:wrap}

/* ── breakpoints (full selectors repeated — the 8.5-hotfix specificity rule) ── */
@media (max-width:980px){
  .uki-home2 .today>.wrap{grid-template-columns:minmax(0,1fr);gap:30px;padding:30px 28px}
  .uki-home2 .today.today--nolead>.wrap{grid-template-columns:minmax(0,1fr)}
  .uki-home2 .services>.wrap{grid-template-columns:minmax(0,1fr)}
  .uki-home2 .svc{border-left:0;border-top:1px solid var(--line-d);padding:14px 0}
  .uki-home2 .svc:first-child{border-top:0;padding-left:0}
  .uki-home2 .life{grid-template-columns:repeat(2,minmax(0,1fr))}
  .uki-home2 .life.life--n1{grid-template-columns:repeat(2,minmax(0,1fr))}
  .uki-home2 .life.life--n0{grid-template-columns:minmax(0,1fr)}
  .uki-home2 .life .community{grid-column:1/-1}
  .uki-home2 .catalog .inner{grid-template-columns:minmax(0,1fr);gap:28px}
  .uki-home2 .band{grid-template-columns:minmax(0,1fr);gap:34px}
  .uki-home2 .band.band--solo{grid-template-columns:minmax(0,1fr)}
  .uki-home2 .pubs{border-left:0;padding-left:0}
  .uki-home2 .band.band--solo .pubs{border-left:0;padding-left:0}
  .uki-home2 .newsletter>.wrap{grid-template-columns:minmax(0,1fr);gap:22px}
}
@media (max-width:620px){
  .uki-home2,.uki-foot2{font-size:16px}
  /* full selector repeated inside the query — the 8.5-hotfix specificity lesson */
  body.page-template-uki-home-v2 .pc-wrapbuilder-header{--pchd-mg:20px}
  /* R2-урок: nowrap-елементи у flex не стискаються нижче min-content */
  .uki-home2 .section-head{flex-wrap:wrap;row-gap:4px}
  .uki-home2 .section-head h2{white-space:normal}
  .uki-home2 .life{grid-template-columns:minmax(0,1fr)}
  .uki-home2 .life.life--n1{grid-template-columns:minmax(0,1fr)}
  .uki-home2 .life.life--n0{grid-template-columns:minmax(0,1fr)}
  .uki-home2 .cats{grid-template-columns:minmax(0,1fr)}
  .uki-home2 .nlform{flex-direction:column}
  .uki-home2 .nlform button{padding:13px}
  .uki-foot2 .cols{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (prefers-reduced-motion:reduce){
  .uki-home2 *,.uki-foot2 *{transition:none!important}
}
