  :root {
    --bg: #f5f4fb;
    --surface: #ffffff;
    --surface-soft: #f1eff9;
    --ink: #17131f;
    --muted: #6a6480;
    --line: #e8e4f2;
    --brand: #ff2e83;
    --brand-2: #8b5cf6;
    --brand-dark: #e01271;
    --accent: #12d3d3;
    --dark: #140f22;
    --dark-2: #221a3a;
    --ok: #12a150;
    --star: #ffb23e;
    --radius: 18px;
    --shadow: 0 20px 48px rgba(23, 19, 31, 0.14);
    --shadow-sm: 0 8px 22px rgba(23, 19, 31, 0.08);
    --display: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
    --body: "Inter", "Segoe UI", system-ui, sans-serif;
  }

  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body { background: var(--bg); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
  a { color: inherit; text-decoration: none; }
  h1, h2, h3, .display { font-family: var(--display); }

  .wrap { max-width: 1260px; margin: 0 auto; padding: 0 22px; }
  .icon { width: 1em; height: 1em; fill: currentColor; vertical-align: -0.125em; }
  .grad-text { background: linear-gradient(100deg, var(--brand), var(--brand-2) 70%); -webkit-background-clip: text; background-clip: text; color: transparent; }

  /* Announcement + demo ribbon */
  .announce { background: linear-gradient(90deg, var(--brand), var(--brand-2)); color: #fff; font-size: 13px; font-weight: 600; text-align: center; padding: 9px 20px; letter-spacing: 0.01em; }
  .demo-ribbon { background: var(--dark); color: rgba(255,255,255,0.72); font-size: 12.5px; text-align: center; padding: 6px 20px; }
  .demo-ribbon a { color: #ff9dc4; font-weight: 700; text-decoration: underline; }

  /* Header */
  .header { background: var(--surface); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
  .header .wrap { display: flex; align-items: center; gap: 20px; padding: 15px 22px; }
  .brand { display: inline-flex; align-items: baseline; gap: 2px; flex-shrink: 0; font-family: var(--display); font-weight: 700; font-size: 26px; letter-spacing: -0.02em; }
  .brand__dot { color: var(--brand); }

  #seekdown-assistant-root { flex: 1 1 auto; min-width: 0; }
  .header-spacer { flex: 1 1 auto; }

  .header-actions { display: flex; align-items: center; gap: 4px; margin-left: auto; flex-shrink: 0; }
  .header-sc-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: 999px; color: #fff; background: linear-gradient(100deg, var(--brand), var(--brand-2)); font-size: 13px; font-weight: 700; margin-right: 6px; white-space: nowrap; box-shadow: 0 8px 18px -8px rgba(255,46,131,0.7); transition: transform 0.15s ease, box-shadow 0.15s ease; }
  .header-sc-btn:hover { transform: translateY(-1px); box-shadow: 0 12px 22px -8px rgba(255,46,131,0.8); }
  .header-sc-btn .icon { width: 16px; height: 16px; }
  .header-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 6px 11px; border-radius: 12px; color: var(--ink); font-size: 11.5px; font-weight: 600; transition: background 0.15s ease; }
  .header-btn:hover { background: var(--surface-soft); }
  .header-btn .icon { width: 21px; height: 21px; }
  .header-btn__iconwrap { position: relative; display: inline-flex; }
  .header-btn__count { position: absolute; top: -6px; right: -8px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 999px; background: var(--brand); color: #fff; font-size: 10px; font-weight: 700; line-height: 16px; text-align: center; box-shadow: 0 0 0 2px var(--surface); }

  /* Category nav */
  .catnav { background: var(--surface); border-bottom: 1px solid var(--line); }
  .catnav .wrap { display: flex; gap: 4px; overflow-x: auto; }
  .catnav a { display: inline-flex; align-items: center; gap: 7px; padding: 12px 14px; white-space: nowrap; color: var(--muted); font-size: 14px; font-weight: 600; border-bottom: 2px solid transparent; }
  .catnav a:hover { color: var(--ink); }
  .catnav a.is-active { color: var(--ink); border-bottom-color: var(--brand); }
  .catnav .icon { width: 17px; height: 17px; }

  .crumbs { padding: 18px 0 0; font-size: 13px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
  .crumbs a:hover { color: var(--brand-dark); }
  .crumbs strong { color: var(--ink); font-weight: 700; }

  /* Buttons */
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 22px; border-radius: 999px; border: 0; cursor: pointer; font-size: 1rem; font-weight: 700; font-family: var(--body); transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
  .btn--primary { background: linear-gradient(100deg, var(--brand), var(--brand-2)); color: #fff; box-shadow: 0 14px 30px -12px rgba(255,46,131,0.75); }
  .btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -12px rgba(255,46,131,0.85); }
  .btn--light { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
  .btn--light:hover { transform: translateY(-2px); }
  .btn--ghost { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.3); }
  .btn--ghost:hover { background: rgba(255,255,255,0.2); }
  .btn--dark { background: var(--ink); color: #fff; }
  .btn--dark:hover { transform: translateY(-2px); }
  .btn--sm { padding: 9px 15px; font-size: 0.86rem; }
  .btn--wide { width: 100%; }

  .section { padding: 40px 0; }
  .section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
  .section__head h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; letter-spacing: -0.02em; }
  .section__head p { margin: 6px 0 0; color: var(--muted); }
  .section__link { color: var(--brand-dark); font-weight: 700; font-size: 0.92rem; white-space: nowrap; }
  .section__link:hover { text-decoration: underline; }

  /* Product tile — colourful HSL gradient "photo" */
  .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .card { background: var(--surface); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform 0.18s ease, box-shadow 0.18s ease; }
  .card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
  .card__media { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; background: linear-gradient(150deg, hsl(var(--hue), 90%, 66%), hsl(calc(var(--hue) + 42), 82%, 52%)); }
  .card__media img { width: 100%; height: 100%; object-fit: cover; }
  .card__media .icon { width: 46%; height: 46%; color: rgba(255,255,255,0.92); filter: drop-shadow(0 8px 16px rgba(0,0,0,0.18)); }
  .card__badge { position: absolute; top: 12px; left: 12px; padding: 4px 10px; border-radius: 999px; background: rgba(20,15,34,0.82); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
  .card__badge--sale { background: #fff; color: var(--brand-dark); }
  .card__wish { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,0.9); color: var(--ink); }
  .card__wish .icon { width: 17px; height: 17px; }
  .card__body { padding: 15px 16px 17px; display: flex; flex-direction: column; flex: 1 1 auto; }
  .card__brand { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
  .card__name { margin: 3px 0 0; font-weight: 600; font-size: 1rem; line-height: 1.3; }
  .card__rating { display: flex; align-items: center; gap: 5px; margin-top: 7px; font-size: 12.5px; color: var(--muted); }
  .card__rating .icon { width: 14px; height: 14px; color: var(--star); }
  .card__foot { margin-top: auto; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
  .price { display: flex; align-items: baseline; gap: 8px; }
  .price__now { font-family: var(--display); font-size: 1.2rem; font-weight: 700; }
  .price__old { font-size: 0.9rem; color: var(--muted); text-decoration: line-through; }
  .price__now--sale { color: var(--brand-dark); }
  .card__add { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; flex-shrink: 0; transition: transform 0.15s ease, background 0.15s ease; }
  .card:hover .card__add { background: var(--brand); }
  .card__add .icon { width: 18px; height: 18px; }

  /* Hero */
  .hero { padding-top: 28px; }
  .hero__panel { position: relative; overflow: hidden; border-radius: 28px; padding: clamp(34px, 6vw, 72px); color: #fff; background: linear-gradient(90deg, rgba(20,15,34,0.2) 0%, rgba(20,15,34,0.06) 55%, transparent 100%), url("/assets/demos/retail/luma-new-season-hero.png") center / cover; box-shadow: var(--shadow); }
  .hero__tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.22); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
  .hero__title { margin: 20px 0 0; font-size: clamp(2.4rem, 6.4vw, 4.6rem); font-weight: 700; line-height: 1.02; letter-spacing: -0.03em; max-width: 15ch; }
  .hero__title .hero__accent { background: linear-gradient(100deg, #ff6aa8, #b993ff 60%, #63e6e6); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .hero__sub { margin: 20px 0 0; max-width: 46ch; font-size: 1.1rem; line-height: 1.6; color: rgba(255,255,255,0.82); }
  .hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
  .hero__stats { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
  .hero__stat strong { font-family: var(--display); display: block; font-size: 1.7rem; font-weight: 700; }
  .hero__stat span { font-size: 0.86rem; color: rgba(255,255,255,0.72); }

  /* Category tiles — colourful */
  .cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .cat { position: relative; overflow: hidden; border-radius: var(--radius); min-height: 116px; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; color: #fff; background: linear-gradient(150deg, hsl(var(--hue), 88%, 62%), hsl(calc(var(--hue) + 40), 80%, 48%)); transition: transform 0.18s ease, box-shadow 0.18s ease; }
  .cat:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
  .cat__icon { position: absolute; top: 12px; right: 12px; opacity: 0.85; }
  .cat__icon .icon { width: 34px; height: 34px; color: rgba(255,255,255,0.9); }
  .cat__name { font-family: var(--display); font-weight: 700; font-size: 1.12rem; }
  .cat__count { font-size: 12px; color: rgba(255,255,255,0.82); }

  /* Perks strip */
  .perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .perk { display: flex; align-items: center; gap: 12px; background: var(--surface); border-radius: 14px; padding: 16px; box-shadow: var(--shadow-sm); }
  .perk__icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--surface-soft); color: var(--brand); flex-shrink: 0; }
  .perk__icon .icon { width: 22px; height: 22px; }
  .perk strong { display: block; font-size: 0.95rem; }
  .perk span { font-size: 0.82rem; color: var(--muted); }

  /* Assistant capability band */
  .aband { position: relative; overflow: hidden; border-radius: 24px; padding: clamp(26px, 4vw, 40px); color: #fff; background: radial-gradient(100% 130% at 0% 0%, rgba(139,92,246,0.5), transparent 50%), linear-gradient(135deg, #1c1533, #140f22); box-shadow: var(--shadow); }
  .aband__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 30px; align-items: center; }
  .aband__tag { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: #ff9dc4; }
  .aband h2 { margin: 12px 0 0; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; line-height: 1.12; }
  .aband p { margin: 12px 0 0; color: rgba(255,255,255,0.82); max-width: 40ch; line-height: 1.6; }
  .caps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .cap { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; padding: 16px; }
  .cap__icon { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,46,131,0.22); color: #ff9dc4; margin-bottom: 10px; }
  .cap__icon .icon { width: 20px; height: 20px; }
  .cap strong { display: block; font-size: 0.96rem; }
  .cap span { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.72); margin-top: 4px; line-height: 1.45; }

  /* Product detail */
  .pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; margin-top: 10px; align-items: start; }
  .pdp__media { position: relative; aspect-ratio: 1 / 1; border-radius: 24px; display: grid; place-items: center; background: linear-gradient(150deg, hsl(var(--hue), 90%, 66%), hsl(calc(var(--hue) + 42), 82%, 52%)); box-shadow: var(--shadow); }
  .pdp__media img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
  .pdp__media .icon { width: 44%; height: 44%; color: rgba(255,255,255,0.94); filter: drop-shadow(0 12px 22px rgba(0,0,0,0.2)); }
  .pdp__badge { position: absolute; top: 16px; left: 16px; padding: 5px 12px; border-radius: 999px; background: rgba(20,15,34,0.82); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
  .pdp__brand { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand-dark); }
  .pdp h1 { margin: 8px 0 0; font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
  .pdp__rating { display: flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 0.9rem; color: var(--muted); }
  .pdp__rating .icon { width: 16px; height: 16px; color: var(--star); }
  .pdp__price { display: flex; align-items: baseline; gap: 12px; margin: 16px 0 0; }
  .pdp__price .price__now { font-size: 2rem; }
  .pdp__summary { margin: 14px 0 0; font-size: 1.06rem; line-height: 1.6; color: #3b3350; }
  .opt { margin-top: 20px; }
  .opt__label { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted); }
  .opt__row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
  .chip { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease; }
  .chip:hover { border-color: var(--brand); }
  .chip--on { background: var(--ink); color: #fff; border-color: var(--ink); }
  .pdp__buy { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
  .pdp__note { margin-top: 16px; display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--muted); }
  .pdp__note .icon { width: 16px; height: 16px; color: var(--ok); }

  .panel { background: var(--surface); border-radius: 18px; padding: 24px 26px; box-shadow: var(--shadow-sm); }
  .panel + .panel { margin-top: 18px; }
  .panel h2 { margin: 0 0 14px; font-size: 1.2rem; font-weight: 700; }
  .panel p { margin: 0 0 12px; line-height: 1.75; color: #3b3350; }
  .list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
  .list li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.96rem; }
  .list li .icon { width: 18px; height: 18px; color: var(--brand); flex-shrink: 0; margin-top: 2px; }
  .spec-table { width: 100%; border-collapse: collapse; }
  .spec-table td { padding: 11px 4px; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
  .spec-table td:first-child { color: var(--muted); width: 44%; }
  .spec-table td:last-child { font-weight: 600; }

  /* Embedded assistant dock (product) */
  .assistant-dock { display: flex; flex-direction: column; height: 560px; max-height: 76vh; background: var(--surface); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
  .assistant-dock__head { display: flex; align-items: center; gap: 12px; padding: 15px 18px; color: #fff; background: linear-gradient(100deg, var(--brand), var(--brand-2)); }
  .assistant-dock__avatar { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,255,255,0.2); color: #fff; flex-shrink: 0; }
  .assistant-dock__avatar .icon { width: 22px; height: 22px; }
  .assistant-dock__title { font-family: var(--display); font-weight: 700; font-size: 1rem; }
  .assistant-dock__sub { font-size: 12px; color: rgba(255,255,255,0.85); }
  .assistant-dock__status { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; }
  .assistant-dock__status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #6ee7a8; box-shadow: 0 0 0 4px rgba(110,231,168,0.25); }
  .assistant-dock__body { position: relative; flex: 1 1 auto; min-height: 0; display: flex; flex-direction: column; }
  /* Absolutely fill the (relatively-positioned) dock body so the host has a DEFINITE height — a
     flex-derived height doesn't reliably bound the assistant's inner fullscreen container across the
     shadow boundary, so the inner messages area wouldn't scroll. */
  .assistant-dock #seekdown-assistant-root,
  .assistant-dock #secondary-assistant-root { position: absolute; inset: 0; max-width: none; display: flex; flex-direction: column; overflow: hidden; }
  .assistant-dock__loading { position: absolute; inset: 0; z-index: 2; background: var(--surface); display: grid; place-content: center; justify-items: center; color: var(--muted); font-size: 0.92rem; gap: 12px; }
  .spin { width: 30px; height: 30px; border-radius: 50%; border: 3px solid var(--line); border-top-color: var(--brand); animation: lspin 0.8s linear infinite; }
  .assistant-dock__loading.is-hidden { display: none; }
  @keyframes lspin { to { transform: rotate(360deg); } }

  /* Search Center page */
  .sc-hero { text-align: center; padding: clamp(1.6rem, 3vw, 2.6rem) 0 0; }
  .sc-hero__eyebrow { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.34rem 0.9rem; border-radius: 999px; color: #fff; background: linear-gradient(100deg, var(--brand), var(--brand-2)); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; font-weight: 800; }
  .sc-hero h1 { margin: 0.9rem auto 0; max-width: 20ch; font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.08; }
  .sc-hero p { margin: 0.8rem auto 0; max-width: 44rem; color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
  .sc-mount { min-height: 60vh; background: transparent; margin-top: clamp(1.2rem, 3vw, 2rem); display: flex; flex-direction: column; align-items: center; }
  .sc-mount #seekdown-assistant-root { width: 100%; max-width: 1100px; margin: 0 auto; }
  .sc-loader { display: grid; place-items: center; gap: 14px; padding: clamp(2rem, 8vw, 4rem) 0; color: var(--muted); font-size: 0.95rem; text-align: center; }
  .sc-loader.is-hidden { display: none; }

  /* Footer */
  .footer { background: var(--dark); color: rgba(255,255,255,0.72); margin-top: 44px; }
  .footer__cols { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 28px; padding: 48px 0 28px; }
  .footer .brand { color: #fff; }
  .footer h4 { color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin: 0 0 14px; }
  .footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 0.9rem; }
  .footer ul a:hover { color: #fff; }
  .footer__brandcol p { font-size: 0.9rem; line-height: 1.6; max-width: 32ch; margin: 14px 0 0; }
  .footer__bar { border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 0; font-size: 0.82rem; display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: space-between; }

  @media (max-width: 991px) {
    .grid { grid-template-columns: repeat(2, 1fr); }
    .cats { grid-template-columns: repeat(2, 1fr); }
    .perks { grid-template-columns: repeat(2, 1fr); }
    .aband__grid { grid-template-columns: 1fr; }
    .pdp { grid-template-columns: 1fr; }
    .footer__cols { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 640px) {
    .announce { font-size: 11.5px; padding: 7px 14px; }
    .demo-ribbon { font-size: 11px; padding: 5px 14px; }

    /* Compact single-row header: brand + icon actions, assistant search on its own row */
    .header .wrap { flex-wrap: wrap; gap: 10px; padding: 11px 16px; }
    .brand { font-size: 22px; }
    .header-spacer { display: none; }
    .header-actions { margin-left: auto; gap: 2px; }
    .header-sc-btn { padding: 9px; margin-right: 2px; gap: 0; font-size: 0; box-shadow: 0 6px 14px -8px rgba(255,46,131,0.7); }
    .header-sc-btn .icon { width: 18px; height: 18px; }
    .header-btn { padding: 7px 8px; gap: 0; font-size: 0; }
    .header-btn .icon { width: 23px; height: 23px; }
    #seekdown-assistant-root { order: 3; flex-basis: 100%; max-width: none; }

    /* Hero: keep the models in frame (they sit on the right of the source image)
       and darken the text side for legibility once they overlap the copy */
    .hero__panel {
      background:
        linear-gradient(90deg, rgba(20,15,34,0.90) 0%, rgba(20,15,34,0.62) 42%, rgba(20,15,34,0.28) 100%),
        linear-gradient(0deg, rgba(20,15,34,0.55) 0%, rgba(20,15,34,0) 32%),
        url("/assets/demos/retail/luma-new-season-hero.png") 80% center / cover;
    }
    .hero__title, .hero__sub, .hero__tag { text-shadow: 0 2px 14px rgba(20,15,34,0.55); }

    .catnav .wrap { padding-left: 16px; padding-right: 16px; }
    .grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .cats { grid-template-columns: 1fr 1fr; }
    .perks { grid-template-columns: 1fr; }
    .caps { grid-template-columns: 1fr; }
    .footer__cols { grid-template-columns: 1fr; }
  }
