/* ============================================================
   Squadd — homepage layout (index.html only)

   The shared theme (tokens, nav, cookie banner, sticky bar, reveal,
   fonts) lives in style.css and is used by every page. Everything in
   here is scoped to classes that only the homepage uses, so the other
   pages are untouched.

   Principles: two typefaces, one type scale, one accent colour, real
   screenshots as the imagery, hairlines instead of cards, motion only
   where it explains something. No emoji as icons.
   ============================================================ */

:root {
  --muted-2: #8A99B3;                 /* small text on navy: 5.1:1 (the old --text-faint was 3.75:1) */
  --line: rgba(148, 163, 184, 0.16);  /* hairline rules */
  --tint: #121A2E;                    /* alternate section ground, one step off navy */
  --pitch: #0b1220;                   /* phone bezel */
}

/* Fixed 64px nav: keep in-page anchors clear of it */
[id] { scroll-margin-top: 84px; }

/* Keyboard skip link (visible only on focus) */
.skip-link {
  position: absolute; left: -9999px; top: 10px; z-index: 300;
  background: var(--green); color: var(--dark);
  padding: 10px 14px; border-radius: 8px; font-weight: 700; text-decoration: none;
}
.skip-link:focus { left: 10px; outline: 2px solid var(--text); outline-offset: 2px; }

/* ---------- Type scale ---------- */
.h-display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(46px, 6.4vw, 78px);
  line-height: 0.96;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--text);
}
.h-section {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;
  letter-spacing: 0.008em;
  margin: 0;
  color: var(--text);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 12.5px; font-weight: 700; line-height: 1;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green);
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--green); flex: 0 0 auto; }
.eyebrow-b { display: inline-flex; align-items: center; gap: 10px; margin-left: 10px; }
.eyebrow-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--green); opacity: 0.7; }

.story-lead {
  margin: 20px 0 0;
  font-size: 17.5px; line-height: 1.6;
  color: var(--text-muted);
  max-width: 56ch;
}
.story-lead strong { color: var(--text); font-weight: 600; }
.story-note {
  margin: 22px 0 0;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--green);
}
.text-link { font-weight: 700; color: var(--green); text-decoration: none; }
.text-link::after { content: '\00a0\2192'; }
.text-link:hover { text-decoration: underline; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-body); font-size: 15px; font-weight: 700; line-height: 1;
  padding: 14px 22px; border-radius: 10px;
  text-decoration: none; white-space: nowrap; cursor: pointer;
  border: 1px solid transparent;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.btn-lg { font-size: 16px; padding: 17px 26px; }
.btn-block { width: 100%; }
.btn-solid { background: var(--green); color: var(--dark); }
.btn-solid:hover { background: var(--green-dark); color: var(--dark); }
.btn-ghost { background: transparent; color: var(--text); border-color: rgba(148, 163, 184, 0.35); }
.btn-ghost:hover { border-color: var(--text-muted); background: rgba(255, 255, 255, 0.04); color: var(--text); }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #1b2740; color: #fff; }
.btn-dark:focus-visible { outline-color: var(--dark); }

/* ---------- Sections ---------- */
.sec { padding: clamp(72px, 9vw, 120px) 0; }
.sec--tint { background: var(--tint); }

/* ============================================================
   HERO
   ============================================================ */
.home-hero { padding: 132px 0 64px; }
.hero-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}
.hero-copy { max-width: 560px; }
.hero-lead {
  margin: 24px 0 32px;
  font-size: 18px; line-height: 1.55;
  color: var(--text-muted);
  max-width: 33em;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-assure {
  margin: 18px 0 0;
  font-size: 14px; font-weight: 600; line-height: 1.5;
  color: var(--muted-2);
}
.hero-assure > span { white-space: nowrap; }
.hero-assure .sep { margin: 0 4px; color: var(--green); }

/* Real screens, framed. Main phone in front, two behind at reduced scale. */
.phone {
  background: var(--pitch);
  border-radius: 40px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.65);
  flex: 0 0 auto;
}
.phone img, .phone video { display: block; width: 100%; height: auto; border-radius: 32px; background: #0F172A; }

.hero-visual {
  position: relative;
  height: min(640px, 76vh);
  display: flex; justify-content: center; align-items: center;
}
.phone--main { width: min(300px, 36vh); position: relative; z-index: 2; }
.phone--back {
  position: absolute; top: 50%;
  width: min(212px, 26vh);
  z-index: 1;
  filter: brightness(0.8);
  box-shadow: 0 24px 50px -22px rgba(0, 0, 0, 0.6);
}
.phone--left  { left: -2%;  translate: 0 -46%; }
.phone--right { right: -2%; translate: 0 -40%; }

@media (prefers-reduced-motion: no-preference) {
  .phone--main { animation: hero-rise 0.6s ease-out both; }
  .phone--back { animation: hero-fade 0.7s 0.1s ease-out both; }
  @keyframes hero-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  @keyframes hero-fade { from { opacity: 0; } to { opacity: 1; } }
}

/* ============================================================
   PROOF BAND
   ============================================================ */
.proof {
  padding: 40px 0 46px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-line {
  margin: 0 0 30px;
  text-align: center;
  font-size: 13.5px; font-weight: 700; letter-spacing: 0.02em;
  color: var(--text-muted);
}
.stars { color: var(--amber); letter-spacing: 2px; margin-right: 8px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quote { margin: 0; padding: 0 32px; border-left: 1px solid var(--line); }
.quote:first-child { padding-left: 0; border-left: 0; }
.quote:last-child { padding-right: 0; }
.quote blockquote {
  margin: 0 0 14px;
  font-size: 16.5px; line-height: 1.5; font-weight: 500;
  color: var(--text);
}
.quote figcaption { font-size: 13px; line-height: 1.45; color: var(--muted-2); }
.quote figcaption strong { display: block; color: var(--text); font-weight: 700; }

/* ============================================================
   STORY SECTIONS
   ============================================================ */
.story-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}
.story-copy { grid-column: 1 / span 5; }
.story-visual { grid-column: 7 / span 6; }
.story--flip .story-copy { grid-column: 8 / span 5; }
.story--flip .story-visual { grid-column: 1 / span 6; grid-row: 1; }

.story-visual--pair { display: flex; justify-content: center; align-items: center; gap: 22px; }
.story-visual .phone { width: min(280px, 100%); }
.story-visual .phone--sm { width: min(214px, 100%); }
.story-visual--video .phone video { aspect-ratio: 720 / 1462; }

.points { list-style: none; margin: 24px 0 0; padding: 0; }
.points li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15px; line-height: 1.55;
  color: var(--text-muted);
}
.points li:last-child { border-bottom: 1px solid var(--line); }
.points strong { color: var(--text); font-weight: 700; }

/* ============================================================
   THE REST — typographic list
   ============================================================ */
.more-head { max-width: 640px; }
.more-list {
  list-style: none; margin: 44px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 56px;
}
.more-list li {
  display: grid; grid-template-columns: 172px minmax(0, 1fr); gap: 16px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  font-size: 15px; line-height: 1.5;
  color: var(--text-muted);
}
.more-list li:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
.more-list li strong { color: var(--text); font-weight: 700; }
.more-foot { margin-top: 36px; max-width: 760px; }
.more-foot p { margin: 0 0 16px; font-size: 15px; line-height: 1.6; color: var(--text-muted); }
.more-foot p strong { color: var(--text); }
.more-foot p a { color: var(--green); font-weight: 600; }

/* ============================================================
   COMPARE — six-row summary
   ============================================================ */
.compare-head { max-width: 640px; margin-bottom: 40px; }
.cmp-wrap { border-top: 1px solid var(--line); overflow-x: auto; }
.cmp { width: 100%; border-collapse: collapse; font-size: 15px; }
.cmp th, .cmp td { padding: 15px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.cmp thead th {
  padding-top: 14px; padding-bottom: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted-2);
}
.cmp thead th.cmp-us { color: var(--green); }
.cmp tbody th { font-weight: 600; color: var(--text); width: 50%; }
.cmp td { color: var(--text-muted); }
.cmp td.cmp-us { background: rgba(34, 197, 94, 0.06); }
.cmp th:first-child, .cmp td:first-child { padding-left: 0; }
.tick { font-weight: 800; color: var(--green); }
.tick--dim { color: var(--muted-2); }
.dash { color: var(--muted-2); }
.cmp-foot { margin: 22px 0 0; display: flex; gap: 8px 20px; flex-wrap: wrap; align-items: baseline; font-size: 15px; }
.cmp-foot .compare-note { font-size: 13px; color: var(--muted-2); }

/* ============================================================
   TRIAL + PRICING
   ============================================================ */
.trial {
  background: var(--green);
  color: var(--dark);
  border-radius: 18px;
  padding: clamp(28px, 4vw, 44px) clamp(24px, 4vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 28px 48px;
  align-items: center;
}
.trial-title { color: var(--dark); font-size: clamp(30px, 3.6vw, 44px); }
.trial-sub { margin: 14px 0 0; font-size: 16px; line-height: 1.55; color: rgba(15, 23, 42, 0.82); max-width: 44ch; }
.trial-ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.trial-ticks li { position: relative; padding-left: 30px; font-size: 16px; font-weight: 700; line-height: 1.35; }
.trial-ticks li::before {
  content: '\2713';
  position: absolute; left: 0; top: 0;
  width: 21px; height: 21px; border-radius: 50%;
  background: var(--dark); color: var(--green);
  font-size: 12px; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
}
.trial-cta {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(15, 23, 42, 0.18);
}
.trial-cta p { margin: 0; font-size: 14px; font-weight: 600; color: rgba(15, 23, 42, 0.82); }

.plans {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px;
  margin-top: 56px; align-items: start;
}
.plan {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 30px 26px 26px;
}
.plan--pro { border-color: rgba(34, 197, 94, 0.55); background: rgba(34, 197, 94, 0.05); }
.plan-tag {
  position: absolute; top: -11px; left: 24px; margin: 0;
  background: var(--green); color: var(--dark);
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 6px;
}
.plan-name {
  margin: 0 0 14px;
  font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted);
}
.plan-price { margin: 0 0 22px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.plan-amount { font-family: var(--font-display); font-size: 46px; line-height: 1; letter-spacing: 0.01em; color: var(--text); }
.plan--pro .plan-amount { color: var(--green); }
.plan-amount--text { font-size: 34px; }
.plan-per { font-size: 13.5px; color: var(--muted-2); }
.plan-list { list-style: none; margin: 0 0 24px; padding: 0; }
.plan-list li { position: relative; padding: 7px 0 7px 22px; font-size: 14.5px; line-height: 1.45; color: var(--text-muted); }
.plan-list li::before { content: '\2713'; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.plan-list strong { color: var(--text); }
.plan-annual { margin: 12px 0 0; text-align: center; font-size: 13px; color: var(--text-muted); }
.save {
  display: inline-block; margin-left: 4px; padding: 2px 8px; border-radius: 6px;
  background: rgba(34, 197, 94, 0.14); color: var(--green);
  font-size: 11.5px; font-weight: 800;
}
.plans-foot { margin: 28px auto 0; max-width: 720px; text-align: center; font-size: 14px; line-height: 1.6; color: var(--muted-2); }

/* ============================================================
   FAQ
   ============================================================ */
.faq-wrap { max-width: 800px; }
.faq-list { margin-top: 32px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  position: relative; cursor: pointer; list-style: none;
  padding: 18px 44px 18px 0;
  font-size: 16.5px; font-weight: 700; line-height: 1.4;
  color: var(--text);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+';
  position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-size: 24px; font-weight: 300; line-height: 1;
  color: var(--green);
}
.faq-list details[open] summary::after { content: '\2212'; }
.faq-list summary:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; border-radius: 4px; }
.faq-list details p { margin: 0 0 20px; max-width: 720px; font-size: 15px; line-height: 1.65; color: var(--text-muted); }
.faq-list details p a { color: var(--green); }
.faq-more { margin: 22px 0 0; font-size: 14px; color: var(--muted-2); }
.faq-more a { color: var(--text-muted); text-decoration: underline; }

/* ============================================================
   DOWNLOAD / FINAL CTA
   ============================================================ */
.download-wrap {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 48px; align-items: center;
}
.steps-line { list-style: none; margin: 28px 0 0; padding: 0; }
.steps-line li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 9px 0;
  font-size: 15.5px; line-height: 1.5; color: var(--text-muted);
}
.steps-line li span {
  flex: 0 0 26px; height: 26px; margin-top: 1px;
  border-radius: 50%; border: 1px solid rgba(34, 197, 94, 0.6);
  color: var(--green); font-size: 12px; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
}
.download-actions { width: 100%; max-width: 440px; justify-self: end; }
.download-actions .store-badges { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.download-actions .store-badges a { display: inline-flex; }
.download-actions .store-badges img { height: 54px; width: auto; display: block; }
.download-qr {
  display: flex; align-items: center; gap: 14px;
  margin-top: 22px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 12px;
}
.download-qr img { width: 76px; height: 76px; border-radius: 6px; background: #fff; padding: 4px; flex: 0 0 auto; }
.download-qr p { margin: 0; font-size: 13.5px; line-height: 1.45; color: var(--text-muted); }
.download-qr strong { display: block; color: var(--text); }
.download-small { margin: 18px 0 0; font-size: 13.5px; line-height: 1.55; color: var(--muted-2); }

/* Sticky mobile bar: slides in once the hero CTA has scrolled past (site.js) */
.mobile-dl-bar { transform: translateY(120%); transition: transform 0.28s ease; }
.mobile-dl-bar.is-visible { transform: none; }
@media (prefers-reduced-motion: reduce) { .mobile-dl-bar { transition: none; } }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { padding: 56px 0 28px; border-top: 1px solid var(--line); }
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 32px 40px;
  align-items: start;
}
.footer-brand {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 18px; font-weight: 800; color: var(--text); text-decoration: none;
}
.footer-brand img { width: 28px; height: 28px; border-radius: 6px; }
.footer-blurb { margin: 14px 0 16px; max-width: 340px; font-size: 13.5px; line-height: 1.6; color: var(--muted-2); }
.footer-h {
  margin: 6px 0 14px;
  font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted);
}
.footer-h a { color: inherit; text-decoration: none; }
.footer-col a { display: block; padding: 5px 0; font-size: 14px; color: var(--muted-2); text-decoration: none; }
.footer-col a:hover { color: var(--text); text-decoration: none; }
/* Blog cards are injected by build-blog.js; here they render as plain links. */
.from-blog-card { display: block; padding: 5px 0; text-decoration: none; }
.from-blog-card-emoji, .from-blog-card-desc, .from-blog-card-meta { display: none; }
.from-blog-card-title { margin: 0; font-family: var(--font-body); font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--muted-2); }
.from-blog-card:hover .from-blog-card-title { color: var(--text); }
.from-blog-all { margin-top: 6px; color: var(--green) !important; font-weight: 700; }
.site-footer .footer-bottom {
  display: flex; justify-content: space-between; gap: 12px 24px; flex-wrap: wrap;
  margin-top: 40px; padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 12.5px; line-height: 1.5; color: var(--muted-2);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .story-copy { grid-column: 1 / span 6; }
  .story-visual { grid-column: 7 / span 6; }
  .story--flip .story-copy { grid-column: 7 / span 6; }
  .story--flip .story-visual { grid-column: 1 / span 6; }
  .story-visual .phone { width: min(240px, 100%); }
  .story-visual .phone--sm { width: min(180px, 100%); }
}

@media (max-width: 900px) {
  .home-hero { padding: 108px 0 40px; }
  .hero-wrap { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .hero-copy { max-width: 620px; }
  .hero-visual { height: auto; }
  .phone--back { display: none; }
  .phone--main { width: min(280px, 100%); }
  /* Quotes become a horizontal snap strip: one card plus a peek of the next,
     instead of three stacked paragraphs before the product story. */
  .proof { padding-bottom: 36px; }
  .proof-grid {
    display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
    padding: 2px 24px 8px; margin: 0 -24px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
  }
  .proof-grid::-webkit-scrollbar { display: none; }
  .quote {
    flex: 0 0 82%; scroll-snap-align: start;
    padding: 18px 18px 16px; border: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 12px;
    display: flex; flex-direction: column; justify-content: space-between;
  }
  .quote:first-child { padding-left: 18px; }
  .quote:last-child { padding-right: 18px; }
  .quote blockquote { font-size: 15.5px; }
  .story-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .story-copy, .story--flip .story-copy { grid-column: 1 / -1; }
  .story-visual, .story--flip .story-visual { grid-column: 1 / -1; grid-row: auto; }
  .story--flip .story-copy { order: 0; }
  .story--flip .story-visual { order: 1; }
  .story-visual--pair { gap: 16px; }
  .story-visual .phone { width: min(250px, 56%); }
  .story-visual .phone--sm { width: min(190px, 38%); }
  .more-list { grid-template-columns: 1fr; }
  .more-list li:nth-last-child(-n+2) { border-bottom: 0; }
  .more-list li:last-child { border-bottom: 1px solid var(--line); }
  .trial { grid-template-columns: 1fr; gap: 24px; }
  .plans { grid-template-columns: 1fr; max-width: 520px; margin-left: auto; margin-right: auto; margin-top: 40px; gap: 16px; }
  .plan { padding: 26px 22px 22px; }
  .plan-list li { padding: 5px 0 5px 22px; }
  .plan--pro { order: -1; }
  .download-wrap { grid-template-columns: 1fr; gap: 32px; }
  .download-actions { justify-self: start; max-width: none; }
  .download-qr { display: none; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .site-footer .footer-brand-col { grid-column: 1 / -1; }
  .site-footer .footer-col--blog { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .sec { padding: 64px 0; }
  .home-hero { padding: 100px 0 32px; }
  .h-display { font-size: clamp(40px, 12vw, 52px); }
  .eyebrow { display: block; white-space: normal; font-size: 11.5px; letter-spacing: 0.1em; line-height: 1.6; margin-bottom: 14px; }
  .eyebrow::before { display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; }
  .eyebrow-b { display: block; margin-left: 30px; }
  .eyebrow-dot { display: none; }
  .hero-assure > span { display: block; padding: 1px 0; }
  .hero-assure .sep { display: none; }
  .h-section { font-size: clamp(30px, 8.6vw, 38px); }
  .hero-lead { font-size: 17px; margin: 18px 0 26px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-assure { font-size: 13.5px; }
  .hero-assure .sep { margin: 0 6px; }
  .phone--main { width: min(250px, 78%); }
  .story-lead { font-size: 16.5px; }
  .more-list { margin-top: 32px; }
  .more-list li { grid-template-columns: 1fr; gap: 3px; padding: 12px 0; font-size: 14.5px; }
  .cmp { font-size: 14px; }
  .cmp th, .cmp td { padding: 13px 10px; }
  .cmp tbody th { width: 46%; }
  .trial { border-radius: 14px; }
  .trial-ticks li { font-size: 15px; }
  .trial-cta { align-items: flex-start; flex-direction: column; gap: 14px; }
  .trial-cta .btn { width: 100%; }
  .site-footer .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .site-footer .container { text-align: left; }
  .site-footer .footer-bottom { flex-direction: column; }
}
