/* Extra CSS editable desde Theme Editor. */

:root {
  --dino-coral: #fb6b47;
  --dino-green: #abcd52;
  --dino-yellow: #ffcc00;
  --dino-sky: #5bc4db;
  --dino-purple: #8e67b6;
  --dino-blue: #0064a3;
  --dino-ink: #434a54;
  --dino-muted: #7f8a8e;
  --dino-mist: #edf6f8;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 8px 8px, rgba(91, 196, 219, 0.12) 0 2px, transparent 3px) 0 0 / 30px 30px,
    linear-gradient(180deg, #ffffff 0%, var(--dino-mist) 58%, #ffffff 100%);
}

.page-shell,
.layout-madre {
  overflow-x: clip;
}

.site-header {
  border-bottom: 1px solid rgba(91, 196, 219, 0.28);
  box-shadow: 0 6px 0 rgba(255, 204, 0, 0.22);
}

.nav,
.header-shell {
  min-height: 86px;
}

.brand,
.brand-lockup {
  gap: 12px;
  color: var(--dino-ink);
  font-family: var(--theme-font-heading);
  font-size: 34px;
  font-weight: 400;
  text-decoration: none;
}

.brand-logo,
.footer-logo,
[data-logo] {
  max-height: 64px;
  width: auto;
}

.brand-logo[src=""],
.footer-logo[src=""],
[data-logo][src=""] {
  display: none;
}

.brand-text,
[data-brand-name] {
  display: inline-flex;
  align-items: center;
  color: var(--dino-coral);
  line-height: 1;
}

.brand-text::before,
.brand-lockup [data-brand-name]::before {
  content: "";
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 58%, #ffffff 59% 64%, transparent 65%),
    var(--dino-green);
  box-shadow: inset 0 -6px rgba(0, 0, 0, 0.08), 0 0 0 4px rgba(171, 205, 82, 0.22);
}

.nav-links,
.desktop-nav,
.footer-links,
.footer-nav {
  gap: 10px;
}

.nav-links a,
.desktop-nav a,
.mobile-menu a,
.footer-links a,
.footer-nav a {
  border-radius: 8px;
  color: var(--dino-ink);
  font-family: var(--theme-font-heading);
  font-size: 20px;
  line-height: 1;
  padding: 12px 14px;
  text-decoration: none;
}

.nav-links a:nth-child(6n + 1),
.desktop-nav a:nth-child(6n + 1) {
  color: var(--dino-coral);
}

.nav-links a:nth-child(6n + 2),
.desktop-nav a:nth-child(6n + 2) {
  color: var(--dino-green);
}

.nav-links a:nth-child(6n + 3),
.desktop-nav a:nth-child(6n + 3) {
  color: var(--dino-sky);
}

.nav-links a:nth-child(6n + 4),
.desktop-nav a:nth-child(6n + 4) {
  color: var(--dino-purple);
}

.nav-links a:hover,
.desktop-nav a:hover,
.mobile-menu a:hover {
  background: currentColor;
  color: #ffffff;
}

.cart-status,
.cart-button,
.menu-toggle,
.icon-button,
.icon-btn {
  border-radius: 8px;
}

.cart-status,
.cart-button {
  border: 2px solid var(--dino-sky);
  background: #ffffff;
  color: var(--dino-blue);
}

.cart-status-count,
.cart-button span {
  background: var(--dino-coral);
  color: #ffffff;
}

.btn,
button,
input,
select,
textarea {
  border-radius: 8px;
}

.btn-primary,
.btn-buy {
  border-color: var(--dino-coral);
  background: var(--dino-coral);
  color: #ffffff;
}

.btn-primary:hover,
.btn-buy:hover {
  border-color: var(--dino-green);
  background: var(--dino-green);
  color: #ffffff;
}

.btn-secondary,
.btn-soft {
  border-color: rgba(91, 196, 219, 0.36);
  background: #ffffff;
  color: var(--dino-blue);
}

.demo-ribbon {
  display: none;
}

.hero-slot {
  padding: 34px 0 0;
}

.promo-slot[hidden],
.banner-section:has(.promo-slot[hidden]) {
  display: none;
}

.trust-strip {
  padding: 42px 0;
  background:
    linear-gradient(135deg, rgba(255, 204, 0, 0.20) 25%, transparent 25%) 0 0 / 18px 18px,
    #ffffff;
}

.trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-grid article {
  min-height: 132px;
  padding: 22px 18px;
  border: 1px solid rgba(91, 196, 219, 0.28);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--theme-shadow-soft);
  text-align: center;
}

.trust-grid article::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--dino-card-color, var(--dino-coral));
  box-shadow: inset 0 -8px rgba(0, 0, 0, 0.08);
}

.trust-grid article:nth-child(1) {
  --dino-card-color: var(--dino-coral);
}

.trust-grid article:nth-child(2) {
  --dino-card-color: var(--dino-yellow);
}

.trust-grid article:nth-child(3) {
  --dino-card-color: var(--dino-sky);
}

.trust-grid article:nth-child(4) {
  --dino-card-color: var(--dino-green);
}

.trust-grid strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--theme-font-heading);
  font-size: 26px;
  line-height: 1.05;
}

.trust-grid span,
.section-lead,
.footer-small,
.faq-answer,
.empty-state p {
  color: var(--dino-muted);
}

.section {
  padding: 74px 0;
}

.eyebrow,
.gift-finder-kicker {
  color: var(--dino-coral);
  font-family: var(--theme-font-heading);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.section-title,
.catalog-head h1,
.theme-page h1,
.checkout-title {
  color: var(--dino-ink);
  font-family: var(--theme-font-heading);
  font-size: 46px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.catalog-head {
  align-items: end;
}

.catalog-head .section-lead {
  max-width: 760px;
  font-size: 18px;
}

.gift-finder,
.filters-panel {
  border: 1px solid rgba(91, 196, 219, 0.28);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--theme-shadow-soft);
}

.gift-intents button.active,
.gift-intents button:hover {
  border-color: var(--dino-green);
  background: var(--dino-green);
  color: #ffffff;
}

.has-empty-catalog .gift-finder,
.has-empty-catalog .filters-panel,
.has-empty-catalog .catalog-head .filters-title,
.has-empty-catalog .reviews-shell {
  display: none;
}

.empty-state {
  max-width: 760px;
  margin: 24px auto;
  padding: 42px 28px;
  border: 1px solid rgba(91, 196, 219, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 24px 24px, rgba(255, 204, 0, 0.25) 0 10px, transparent 11px),
    radial-gradient(circle at calc(100% - 32px) 32px, rgba(171, 205, 82, 0.22) 0 14px, transparent 15px),
    #ffffff;
  box-shadow: var(--theme-shadow-soft);
  text-align: center;
}

.empty-state h2 {
  margin: 0 0 10px;
  color: var(--dino-coral);
  font-family: var(--theme-font-heading);
  font-size: 42px;
  line-height: 1.08;
}

.about-grid,
.process-grid,
.legal-grid,
.footer-grid {
  gap: 34px;
}

.about-media {
  display: grid;
  min-height: 280px;
  place-items: center;
  border: 1px solid rgba(91, 196, 219, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(251, 107, 71, 0.12) 25%, transparent 25%) 0 0 / 22px 22px,
    #ffffff;
  overflow: hidden;
}

.about-media:empty::before,
.about-media img[src=""]::before {
  content: "";
}

.about-media img[src=""] {
  display: none;
}

.about-media::after {
  content: "Dino Crea";
  color: var(--dino-green);
  font-family: var(--theme-font-heading);
  font-size: 54px;
  line-height: 1;
}

.about-list li::marker {
  color: var(--dino-coral);
}

.process-section {
  background: var(--dino-green);
  color: #ffffff;
}

.process-section .section-title,
.process-section .eyebrow,
.process-section p,
.process-section strong {
  color: #ffffff;
}

.process-steps article {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.process-steps span {
  background: #ffffff;
  color: var(--dino-coral);
}

.faq-item {
  border-radius: 8px;
  border-color: rgba(91, 196, 219, 0.24);
}

.faq-question {
  font-family: var(--theme-font-heading);
  font-size: 24px;
  letter-spacing: 0;
}

.legal-summary {
  display: none;
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%) 0 0 / 20px 20px,
    var(--dino-ink);
}

.site-footer a,
.site-footer p,
.site-footer [data-brand-name] {
  color: #ffffff;
}

.site-footer [data-brand-name]::before {
  background: var(--dino-yellow);
  box-shadow: inset 0 -6px rgba(0, 0, 0, 0.10);
}

.cart-drawer,
.modal-backdrop {
  color: var(--dino-ink);
}

.modal-panel,
.cart-drawer-inner,
.cart-panel,
.checkout-panel {
  border-radius: 8px;
}

[data-addons-row],
#checkoutDedicationsSection,
#dedicationOffer {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--dino-yellow);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-title,
  .catalog-head h1,
  .theme-page h1,
  .checkout-title {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .brand,
  .brand-lockup {
    font-size: 28px;
  }

  .brand-text::before,
  .brand-lockup [data-brand-name]::before {
    width: 34px;
    height: 34px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }

  .section-title,
  .catalog-head h1,
  .theme-page h1,
  .checkout-title {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Dino Crea visual fix pass: contrast, spacing and stale demo sections. */
:root {
  --dino-coral-dark: #d94e2f;
  --dino-green-dark: #5f7f24;
  --dino-blue-dark: #004d7d;
  --dino-text-strong: #27313a;
  --dino-text-soft: #5f6c72;
}

body {
  background:
    radial-gradient(circle at 12px 12px, rgba(91, 196, 219, 0.10) 0 2px, transparent 3px) 0 0 / 34px 34px,
    linear-gradient(180deg, #ffffff 0%, #f4fbfd 48%, #ffffff 100%);
  color: var(--dino-text-strong);
}

.site-header {
  background: #ffffff !important;
  color: var(--dino-text-strong) !important;
  border-bottom: 1px solid rgba(91, 196, 219, 0.28);
  box-shadow: 0 6px 0 rgba(255, 204, 0, 0.20);
}

.nav-links a,
.desktop-nav a,
.mobile-menu a {
  color: var(--dino-text-strong);
}

.nav-links a:hover,
.desktop-nav a:hover,
.mobile-menu a:hover {
  background: var(--dino-blue);
  color: #ffffff !important;
}

.trust-strip {
  display: none !important;
}

.hero-slot:has(.promo-slot[hidden]) {
  display: none;
}

.section {
  padding-block: 64px;
}

.section-title,
.catalog-head h1,
.theme-page h1,
.checkout-title,
.product-copy h1,
.product-body h2,
.product-name {
  color: var(--dino-text-strong);
  text-shadow: none;
}

.section-lead,
.product-body p,
.product-copy p,
.faq-answer,
.empty-state p,
.footer-small {
  color: var(--dino-text-soft);
}

.btn-primary,
.btn-buy,
.theme-btn-primary {
  background: var(--dino-coral);
  border-color: var(--dino-coral);
  color: #ffffff;
}

.btn-primary:hover,
.btn-buy:hover,
.theme-btn-primary:hover {
  background: var(--dino-blue);
  border-color: var(--dino-blue);
  color: #ffffff;
}

.btn-secondary,
.btn-soft,
.theme-btn-secondary,
.gift-intents button {
  background: #ffffff;
  border-color: rgba(0, 100, 163, 0.22);
  color: var(--dino-blue);
}

.btn-secondary:hover,
.btn-soft:hover,
.theme-btn-secondary:hover,
.gift-intents button.active,
.gift-intents button:hover {
  background: var(--dino-blue);
  border-color: var(--dino-blue);
  color: #ffffff;
}

.catalog-head,
.gift-finder,
.filters-panel,
.product-card,
.catalog-product-card,
.theme-product-card,
.faq-item,
.legal-card,
.empty-state,
.cart-drawer-inner,
.modal-panel,
.checkout-panel {
  background: #ffffff;
  color: var(--dino-text-strong);
  border-color: rgba(91, 196, 219, 0.28);
}

.product-card,
.catalog-product-card {
  box-shadow: 0 12px 28px rgba(67, 74, 84, 0.10);
}

.product-sku,
.product-stock,
.catalog-meta,
.form-help,
.muted {
  color: var(--dino-text-soft);
}

.price,
.catalog-meta span:first-child {
  color: var(--dino-blue);
  font-weight: 800;
}

.product-age-line {
  margin: 8px 0 10px;
  color: var(--dino-text-strong);
  font-size: 0.96rem;
  line-height: 1.35;
}

.product-age-line strong {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-left: 4px;
  padding: 4px 9px;
  border: 1px solid rgba(255, 204, 0, 0.56);
  border-radius: 8px;
  background: #fff6d8;
  color: #604b00;
  font-weight: 800;
}

.product-meta-row .product-age,
.catalog-meta .product-age {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 204, 0, 0.56);
  border-radius: 8px;
  border-color: rgba(255, 204, 0, 0.56);
  background: #fff6d8;
  color: #604b00;
  font-weight: 800;
}

.badge,
.product-badges .badge {
  background: #edf6f8;
  border: 1px solid rgba(0, 100, 163, 0.18);
  color: var(--dino-blue);
}

.product-badges .badge:first-child {
  background: var(--dino-coral);
  border-color: var(--dino-coral);
  color: #ffffff;
}

.form-input,
.form-select,
.form-textarea,
.input,
input,
select,
textarea {
  background: #ffffff;
  color: var(--dino-text-strong);
  border-color: rgba(0, 100, 163, 0.24);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus,
.input:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--dino-blue);
  box-shadow: 0 0 0 3px rgba(91, 196, 219, 0.24);
}

.about-media[hidden] {
  display: none !important;
}

.about-grid:has(.about-media[hidden]) {
  grid-template-columns: minmax(0, 1fr);
}

.about-grid:has(.about-media[hidden]) .about-copy {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.process-section {
  background:
    linear-gradient(135deg, rgba(255, 204, 0, 0.13) 25%, transparent 25%) 0 0 / 22px 22px,
    var(--dino-blue);
  color: #ffffff;
}

.process-section .section-title,
.process-section > .container > div > p,
.process-section .eyebrow {
  color: #ffffff;
}

.process-section .eyebrow {
  color: var(--dino-yellow);
}

.process-steps article {
  background: #ffffff;
  color: var(--dino-text-strong);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.process-section .process-steps article strong,
.process-section .process-steps article p {
  color: var(--dino-text-strong);
}

.process-steps span {
  background: var(--dino-yellow);
  color: var(--dino-text-strong);
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%) 0 0 / 20px 20px,
    #27313a;
}

.site-footer a,
.site-footer p,
.site-footer span,
.site-footer strong,
.site-footer [data-brand-name] {
  color: #ffffff;
}

@media (max-width: 640px) {
  .section {
    padding-block: 46px;
  }

  .catalog-head,
  .gift-finder,
  .filters-panel,
  .empty-state {
    padding-inline: 18px;
  }
}

/* ============================================================
   Pro UI pass 2026-05-21 — header, nav, cards, footer, badges
   ============================================================ */

/* --- Header: white surface, readable cart status ---------- */
.site-header {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 100, 163, 0.12);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04), 0 6px 24px rgba(15, 23, 42, 0.06);
}

.site-header .nav {
  min-height: 76px;
  gap: 24px;
}

.site-header .brand,
.site-header .brand-text,
.site-header [data-brand-name] {
  color: var(--dino-text-strong);
}

/* Cart status — pro chip with strong contrast on white header */
.cart-status,
.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  max-width: none;
  padding: 6px 14px 6px 6px;
  border: 1px solid rgba(0, 100, 163, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: var(--dino-text-strong);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cart-status::after { display: none; }

.cart-status:hover,
.cart-status:focus-visible,
.cart-status.has-items {
  border-color: var(--dino-blue);
  background: #f5fbfd;
  box-shadow: 0 4px 14px rgba(0, 100, 163, 0.14);
  transform: none;
}

.cart-status-count {
  width: 30px;
  height: 30px;
  background: var(--dino-coral);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.84rem;
  border-radius: 999px;
}

.cart-status-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1.1;
}

.cart-status-main {
  color: var(--dino-text-strong);
  font-family: var(--theme-font-heading, inherit);
  font-size: 0.92rem;
  font-weight: 800;
}

.cart-status-sub {
  max-width: 200px;
  color: var(--dino-text-soft);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 100, 163, 0.22);
  background: #ffffff;
  color: var(--dino-text-strong);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--dino-blue);
  background: #f5fbfd;
}

/* --- Navigation: one consistent professional style -------- */
.nav-links,
.desktop-nav {
  display: none;
  align-items: center;
  gap: 4px;
}

@media (min-width: 960px) {
  .nav-links,
  .desktop-nav {
    display: inline-flex;
  }
}

.nav-links a,
.desktop-nav a {
  color: var(--dino-text-strong) !important;
  font-family: var(--theme-font-heading, inherit);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: transparent;
  text-decoration: none;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.nav-links a:hover,
.desktop-nav a:hover,
.nav-links a:focus-visible,
.desktop-nav a:focus-visible {
  background: #f0f8fb;
  color: var(--dino-blue) !important;
  border-color: rgba(0, 100, 163, 0.18);
}

.nav-links a[aria-current="page"],
.desktop-nav a[aria-current="page"] {
  background: var(--dino-blue);
  color: #ffffff !important;
  border-color: var(--dino-blue);
}

/* Mobile menu */
.mobile-menu {
  background: #ffffff;
  border-top: 1px solid rgba(0, 100, 163, 0.12);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.10);
}

.mobile-menu a {
  display: block;
  padding: 14px 18px;
  color: var(--dino-text-strong);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-weight: 700;
  text-decoration: none;
}

.mobile-menu a:hover,
.mobile-menu a:focus-visible {
  background: #f0f8fb;
  color: var(--dino-blue);
}

/* --- Product card: show full image (don't crop dino logo) - */
.product-media {
  aspect-ratio: 1 / 1;
  background: #ffffff;
  padding: 14px;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.04);
}

.product-card {
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03), 0 8px 20px rgba(15, 23, 42, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.product-card:hover {
  border-color: rgba(0, 100, 163, 0.24);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.10);
  transform: translateY(-3px);
}

/* Badges in the image overlay — single age chip */
.product-badges {
  top: 10px;
  left: 10px;
  right: 10px;
  gap: 6px;
  max-width: calc(100% - 20px);
}

.product-badges .badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--dino-coral);
  border: 1px solid var(--dino-coral);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.product-badges .badge:not(:first-child) {
  background: #ffffff;
  border-color: rgba(0, 100, 163, 0.22);
  color: var(--dino-blue);
}

.product-badges .badge-age {
  background: #fff6d8 !important;
  border-color: rgba(255, 204, 0, 0.7) !important;
  color: #604b00 !important;
}

/* Hide legacy duplicate age chip inside meta row, just in case */
.product-meta-row .product-age,
.catalog-meta .product-age,
.product-age-line {
  display: none !important;
}

.product-body {
  padding: 16px;
  gap: 8px;
}

.product-name {
  color: var(--dino-text-strong);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 4px 0 6px;
}

.product-sku {
  color: var(--dino-text-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: var(--dino-text-soft);
  font-size: 0.82rem;
}

.product-card .price {
  color: var(--dino-blue);
  font-size: 1.25rem;
  font-weight: 900;
  margin-top: 4px;
}

/* --- Footer: solid, readable, no busy pattern ------------- */
.site-footer {
  position: relative;
  margin-top: 48px;
  padding: 48px 0 120px;
  background: #1f2937 !important;
  color: #e5e7eb;
  border-top: 4px solid var(--dino-yellow);
}

.site-footer .footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items: start;
}

@media (max-width: 820px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer [data-brand-name] {
  color: #ffffff !important;
  font-size: 1.6rem;
}

.site-footer [data-brand-name]::before {
  background: var(--dino-yellow);
  box-shadow: inset 0 -4px rgba(0, 0, 0, 0.10);
}

.site-footer a,
.site-footer p,
.site-footer span,
.site-footer strong {
  color: #e5e7eb !important;
}

.site-footer .footer-small {
  color: #cbd5e1 !important;
  font-size: 0.86rem;
  line-height: 1.55;
}

.site-footer .footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer .footer-links a {
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.18s ease, color 0.18s ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
  color: var(--dino-yellow) !important;
  border-bottom-color: var(--dino-yellow);
}

.site-footer .social-links a {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff !important;
}

.site-footer .social-links a:hover {
  background: var(--dino-yellow);
  color: var(--dino-text-strong) !important;
  border-color: var(--dino-yellow);
}

/* --- Filters panel: cleaner heading row ------------------- */
.filters-panel .filters-title strong {
  color: var(--dino-blue);
  font-weight: 800;
}

/* --- Visible focus across header/footer ------------------- */
.site-header :focus-visible,
.site-footer :focus-visible {
  outline: 3px solid var(--dino-yellow);
  outline-offset: 3px;
  border-radius: 8px;
}
