:root {
  --color-bg: #ffffff;
  --color-text: #111111;
  --color-muted: #565959;
  --color-border: #e5e5e5;
  --color-surface: #f7f7f7;
  --color-accent: #ff7a18;
  --color-accent-dark: #e06810;
  --color-link: #007185;
  --shadow-card: 0 8px 24px rgba(15, 17, 17, 0.08);
  --shadow-card-hover: 0 14px 30px rgba(15, 17, 17, 0.14);
  --container: 1240px;
  --radius: 8px;
  --transition: 0.2s ease;
}

/* Home redesign 2026: a warmer, editorial sneaker storefront. */
html body.home-editorial {
  --home-ink: #17211b;
  --home-cream: #f4efe5;
  --home-paper: #fffdf8;
  --home-orange: #ff612e;
  --home-lime: #d9f45f;
  --home-line: rgba(23, 33, 27, 0.15);
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: "Manrope", sans-serif;
}

html body.home-editorial .container {
  width: min(100% - 40px, 1280px);
}

html body.home-editorial .hero-home {
  isolation: isolate;
  min-height: 720px;
  padding: 132px 0 72px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 48px 48px,
    var(--home-ink);
  color: #fffdf8;
  border-bottom: 8px solid var(--home-orange);
}

html body.home-editorial .hero-home::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(48vw, 650px);
  aspect-ratio: 1;
  right: -7vw;
  top: 5%;
  border-radius: 50%;
  background: var(--home-orange);
  box-shadow: -42px 40px 0 var(--home-lime);
}

html body.home-editorial .hero-home::after {
  content: "TOP / CALZADOS / 2026";
  position: absolute;
  z-index: -1;
  left: -22px;
  bottom: 8px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(4rem, 10vw, 10rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

html body.home-editorial .hero-header {
  height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(23, 33, 27, 0.88), rgba(23, 33, 27, 0));
}

html body.home-editorial .hero-header .logo img {
  height: 76px;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

html body.home-editorial .hero-nav {
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

html body.home-editorial .hero-nav a {
  padding: 9px 13px;
  color: #fffdf8 !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

html body.home-editorial .hero-nav a:hover,
html body.home-editorial .hero-nav a:focus-visible {
  background: var(--home-lime);
  color: var(--home-ink) !important;
  text-shadow: none;
}

html body.home-editorial .hero-grid.hero-content {
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.72fr);
  gap: clamp(40px, 7vw, 100px);
}

html body.home-editorial .hero-copy {
  max-width: 720px;
}

html body.home-editorial .hero-copy .eyebrow {
  margin-bottom: 18px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: var(--home-lime);
  font-size: 0.7rem;
}

html body.home-editorial .hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 22px;
  color: #fffdf8;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.8rem, 6.4vw, 6.7rem);
  font-weight: 700;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

html body.home-editorial .hero-text {
  max-width: 58ch;
  color: rgba(255, 253, 248, 0.76) !important;
  font-size: 1rem;
  line-height: 1.7;
}

html body.home-editorial .editorial-meta {
  gap: 7px;
}

html body.home-editorial .editorial-meta span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: rgba(255, 253, 248, 0.72);
  box-shadow: none;
}

html body.home-editorial .hero-value-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

html body.home-editorial .hero-value-list li {
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 253, 248, 0.84);
  font-size: 0.78rem;
  box-shadow: none;
}

html body.home-editorial .hero-value-list li::before {
  color: var(--home-lime);
}

html body.home-editorial .hero .button {
  border-radius: 4px;
  background: var(--home-orange);
  box-shadow: 7px 7px 0 var(--home-lime);
  color: #fff;
}

html body.home-editorial .hero .button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  background: transparent;
  color: #fffdf8;
  box-shadow: none;
}

html body.home-editorial .hero-proof {
  color: rgba(255, 253, 248, 0.58) !important;
}

html body.home-editorial .home-hero-card {
  transform: rotate(2deg);
  padding: 12px;
  border: 1px solid rgba(23, 33, 27, 0.22);
  border-radius: 8px;
  background: var(--home-paper);
  box-shadow: 18px 22px 0 rgba(23, 33, 27, 0.34);
  color: var(--home-ink);
}

html body.home-editorial .home-hero-card .offer-img {
  margin-bottom: 16px;
  border-radius: 3px;
  filter: saturate(0.82) contrast(1.08);
}

html body.home-editorial .home-hero-card .hero-offer-card__title,
html body.home-editorial .home-hero-card .hero-offer-card__text {
  color: var(--home-ink);
}

html body.home-editorial .home-hero-card .hero-offer-card__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
}

html body.home-editorial .home-hero-tags span {
  border-radius: 3px;
  background: var(--home-cream);
  color: var(--home-ink);
}

html body.home-editorial .home-hero-card .cta-button {
  border-radius: 4px;
  background: var(--home-ink);
  box-shadow: none;
}

html body.home-editorial .section {
  padding: 86px 0;
}

html body.home-editorial .section-alt,
html body.home-editorial .home-guide-section,
html body.home-editorial .home-story-grid,
html body.home-editorial .home-quick-nav,
html body.home-editorial .seo-band,
html body.home-editorial .editorial-method {
  background: var(--home-cream);
}

html body.home-editorial .section-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--home-line);
}

html body.home-editorial .section-heading h2,
html body.home-editorial .seo-copy h2 {
  max-width: 17ch;
  color: var(--home-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.35rem, 4vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

html body.home-editorial .home-section-kicker {
  color: var(--home-orange);
  font-size: 0.68rem;
}

html body.home-editorial .section-link,
html body.home-editorial .category-link {
  color: var(--home-ink);
  text-decoration: underline;
  text-decoration-color: var(--home-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

html body.home-editorial .featured-picks-grid--top {
  grid-template-columns: 1.28fr 0.86fr 0.86fr;
  gap: 18px;
  align-items: stretch;
}

html body.home-editorial .featured-pick-card,
html body.home-editorial .product-card,
html body.home-editorial .blog-card,
html body.home-editorial .guide-card,
html body.home-editorial .home-rail-card,
html body.home-editorial .brand-box {
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: var(--home-paper);
  box-shadow: none;
}

html body.home-editorial .featured-pick-card:hover,
html body.home-editorial .product-card:hover,
html body.home-editorial .blog-card:hover,
html body.home-editorial .guide-card:hover,
html body.home-editorial .home-rail-card:hover,
html body.home-editorial .brand-box:hover {
  transform: translateY(-5px);
  border-color: var(--home-ink);
  box-shadow: 8px 8px 0 var(--home-orange);
}

html body.home-editorial .featured-picks-grid--top .featured-pick-card:first-child {
  grid-row: span 2;
}

html body.home-editorial .featured-picks-grid--top .featured-pick-card:first-child img {
  height: 350px;
}

html body.home-editorial .featured-picks-grid--top .featured-pick-card img {
  height: 190px;
  border-radius: 0;
  filter: saturate(0.82) contrast(1.06);
}

html body.home-editorial .featured-pick-copy h3,
html body.home-editorial .guide-card h3,
html body.home-editorial .blog-card h3,
html body.home-editorial .home-rail-card h3 {
  color: var(--home-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.08;
}

html body.home-editorial .pick-badge,
html body.home-editorial .product-badge {
  border-radius: 3px;
  background: var(--home-lime);
  color: var(--home-ink);
}

html body.home-editorial .product-grid {
  gap: 14px;
}

html body.home-editorial .product-card {
  padding: 12px;
  border-radius: 6px;
}

html body.home-editorial .product-card .product-media {
  border-radius: 3px;
  background: var(--home-cream);
}

html body.home-editorial .product-card .cta-button,
html body.home-editorial .quick-amazon-link {
  border-radius: 3px;
  background: var(--home-orange);
  box-shadow: none;
}

html body.home-editorial .brand-logo-box {
  border-radius: 6px;
  filter: grayscale(1);
}

html body.home-editorial .brand-logo-box:hover {
  filter: grayscale(0);
}

html body.home-editorial .guide-grid-five {
  gap: 10px;
}

html body.home-editorial .guide-card-link {
  min-height: 265px;
  border-top: 5px solid var(--home-orange);
}

html body.home-editorial .guide-card-link:nth-child(even) {
  border-top-color: var(--home-lime);
}

html body.home-editorial .footer {
  margin-top: 0;
  background: var(--home-ink);
}

@media (prefers-reduced-motion: no-preference) {
  html body.home-editorial .hero-copy > * {
    animation: home-rise 0.65s both;
  }

  html body.home-editorial .hero-copy > *:nth-child(2) { animation-delay: 0.08s; }
  html body.home-editorial .hero-copy > *:nth-child(3) { animation-delay: 0.14s; }
  html body.home-editorial .hero-copy > *:nth-child(4) { animation-delay: 0.2s; }
  html body.home-editorial .home-hero-card { animation: home-card-in 0.72s 0.12s both; }
}

@keyframes home-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes home-card-in {
  from { opacity: 0; transform: translate(24px, 18px) rotate(5deg); }
  to { opacity: 1; transform: translate(0, 0) rotate(2deg); }
}

@media (max-width: 920px) {
  html body.home-editorial .hero-home {
    min-height: auto;
    padding: 170px 0 64px;
  }

  html body.home-editorial .hero-header .container {
    align-items: center;
  }

  html body.home-editorial .hero-nav {
    display: flex;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    border-radius: 4px;
  }

  html body.home-editorial .hero-nav a {
    width: auto;
    white-space: nowrap;
  }

  html body.home-editorial .hero-grid.hero-content,
  html body.home-editorial .featured-picks-grid--top {
    grid-template-columns: 1fr;
  }

  html body.home-editorial .hero-value-list {
    grid-template-columns: 1fr;
  }

  html body.home-editorial .home-hero-card {
    transform: none;
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  html body.home-editorial .container {
    width: min(100% - 24px, 1280px);
  }

  html body.home-editorial .hero-home {
    padding: 118px 0 38px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 32px 32px,
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 32px 32px,
      var(--home-ink);
  }

  html body.home-editorial .hero-home::before {
    width: 230px;
    right: -115px;
    top: 120px;
    opacity: 0.65;
  }

  html body.home-editorial .hero-home::after,
  html body.home-editorial .editorial-meta,
  html body.home-editorial .hero-proof {
    display: none;
  }

  html body.home-editorial .hero-header {
    height: auto;
    padding: 10px 0;
    background: var(--home-ink);
  }

  html body.home-editorial .hero-header .container {
    gap: 8px;
  }

  html body.home-editorial .hero-header .logo img {
    height: 48px;
  }

  html body.home-editorial .hero-nav {
    padding: 3px;
  }

  html body.home-editorial .hero-nav a {
    padding: 7px 9px;
    font-size: 0.68rem;
  }

  html body.home-editorial .hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.65rem, 13vw, 4rem);
    letter-spacing: -0.055em;
  }

  html body.home-editorial .hero-text {
    display: block;
    max-width: 31ch;
    font-size: 0.86rem;
  }

  html body.home-editorial .hero-value-list {
    display: none;
  }

  html body.home-editorial .hero-actions {
    grid-template-columns: 1fr 1fr;
  }

  html body.home-editorial .hero .button,
  html body.home-editorial .hero .button-secondary {
    min-width: 0;
    font-size: 0.72rem;
  }

  html body.home-editorial .hero-side {
    display: none;
  }

  html body.home-editorial .section {
    padding: 46px 0;
  }

  html body.home-editorial .section-heading h2,
  html body.home-editorial .seo-copy h2 {
    font-size: 2.25rem;
  }

  html body.home-editorial .featured-picks-grid--top .featured-pick-card,
  html body.home-editorial .featured-picks-grid--top .featured-pick-card:first-child {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 150px;
  }

  html body.home-editorial .featured-picks-grid--top .featured-pick-card img,
  html body.home-editorial .featured-picks-grid--top .featured-pick-card:first-child img {
    width: 108px;
    height: 100%;
    min-height: 150px;
  }

  html body.home-editorial .featured-pick-copy {
    padding: 14px;
  }

  html body.home-editorial .featured-pick-copy h3 {
    font-size: 1.04rem;
  }

  html body.home-editorial .guide-card-link {
    min-height: auto;
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--color-text); background: var(--color-bg); line-height: 1.6; overflow-x: hidden; }
a { color: var(--color-link); text-decoration: none; transition: color var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition), opacity var(--transition); }
a:hover { text-decoration: none; }
img { max-width: 100%; display: block; }
body > header { position: sticky; top: 0; z-index: 1000; background: #ffffff; border-bottom: 1px solid #e5e5e5; box-shadow: 0 2px 10px rgba(0,0,0,0.05); overflow: visible !important; }
header { overflow: visible !important; }
header * { background-image: none; }
.mega-bg,
.mega-overlay,
.dropdown-mega,
.menu-full { display: none !important; }
.topbar { display: none; }
.container { width: min(100% - 24px, var(--container)); margin: 0 auto; overflow: visible; }
.main-nav { background: #ffffff; padding: 10px 0; }
.main-nav .container, .hero-layout { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo img { height: 85px; width: auto; display: block; transition: transform 0.2s ease; }
.logo img:hover { transform: scale(1.05); }
.main-nav nav { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.main-nav a, .menu-trigger { color: #111111; font-weight: 700; }
.main-nav a, .menu-trigger { padding: 10px 14px; border-radius: 999px; cursor: pointer; }
.menu-trigger { border: 0; background: transparent; font: inherit; }
.main-nav a:hover, .main-nav a:focus-visible, .menu-trigger:hover, .menu-trigger:focus-visible { color: #ff7a18; background: #f8f9fb; }
.nav-item,
.nav-dropdown,
.mega-parent { position: relative; pointer-events: auto; overflow: visible !important; transition: all 0.2s ease; }
.mega-menu,
  .dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; width: 640px; max-width: calc(100vw - 20px); transform: translateY(10px) scale(0.98); background: rgba(255, 255, 255, 0.95); padding: 24px 28px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.12), 0 20px 60px rgba(0,0,0,0.15); border: 1px solid rgba(0,0,0,0.05); opacity: 0; visibility: hidden; transition: all 0.18s ease; display: block; min-width: 220px; z-index: 9999; pointer-events: auto; overflow: visible; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.mega-menu { background: rgba(255, 255, 255, 0.95) !important; }
.mega-menu { background-image: none !important; }
.mega-menu::before,
.mega-menu::after { display: none !important; content: none !important; }
.nav-dropdown:hover .mega-menu,
.nav-dropdown.is-open .mega-menu,
.nav-item:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.mega-parent:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.mega-menu:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.18), 0 30px 80px rgba(0,0,0,0.2); }
.mega-parent:last-child .mega-menu,
.mega-parent:nth-last-child(2) .mega-menu { left: auto; right: 0; }
.mega-parent:not(:first-child):not(:last-child) .mega-menu { left: 50%; right: auto; transform: translateX(-50%) translateY(10px) scale(0.98); }
.mega-parent:not(:first-child):not(:last-child):hover .mega-menu,
.mega-parent:not(:first-child):not(:last-child).is-open .mega-menu { transform: translateX(-50%) translateY(0) scale(1); }
.mega-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 100%; background: transparent !important; }
.mega-col { min-height: 150px; display: flex; flex-direction: column; gap: 6px; border-right: 1px solid #f1f1f1; padding: 10px 20px 10px 10px; background: transparent !important; border-radius: 12px; transition: all 0.2s ease; }
.mega-col:hover { background: rgba(0,0,0,0.02) !important; }
.mega-col:last-child { border-right: none; padding-right: 0; }
.mega-menu * { color: #1f2937 !important; }
.mega-col h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin: 0 0 12px; color: #888888 !important; border-bottom: 1px solid rgba(0,0,0,0.06); padding-bottom: 6px; }
.mega-col a,
  .dropdown-menu a { display: block; font-size: 15px; color: #222222 !important; text-decoration: none; padding: 10px 12px; margin-bottom: 0; line-height: 1.4; font-weight: 500; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; background: transparent; border: 0; border-radius: 8px; box-shadow: none; cursor: pointer; }
.mega-col a:first-of-type { font-weight: 600; color: #111111 !important; }
.mega-col a::after { content: "›"; float: right; opacity: 0; transition: all 0.2s ease; }
.mega-menu a:hover,
.mega-menu a:focus-visible,
.dropdown-menu a:hover,
.dropdown-menu a:focus-visible { color: #ff6600 !important; background: rgba(255, 102, 0, 0.08); padding-left: 12px; transform: translateX(6px); text-shadow: none; }
.mega-col a:hover::after,
.mega-col a:focus-visible::after { opacity: 1; transform: translateX(4px); }
.mega-image { display: none; }
.mega-image img { width: 100%; border-radius: 12px; object-fit: cover; aspect-ratio: 0.95 / 1; }
.mega-cta { display: inline-flex; align-items: center; justify-content: center; margin-top: 10px; background: #f97316; color: #ffffff; padding: 10px 16px; border-radius: 999px; text-align: center; font-weight: 600; cursor: pointer; min-height: 42px; width: 100%; }
.mega-cta:hover,
.mega-cta:focus-visible { background: #ea580c; color: #ffffff; }
.hero { position: relative; min-height: 460px; padding: 60px 0; display: flex; align-items: center; background: linear-gradient(135deg, #1e1b4b, #4c1d95, #ea580c); color: #ffffff; overflow: hidden; }
.hero-header { position: absolute; top: 0; left: 0; width: 100%; height: 88px; display: flex; align-items: center; background: transparent; z-index: 10; overflow: visible !important; }
.hero-header .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; overflow: visible !important; }
.hero-header .logo img { height: 70px; }
.hero-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.hero-nav a,
.hero-header .menu-trigger { color: #ffffff; font-weight: 600; padding: 10px 12px; border-radius: 999px; text-decoration: none; }
.hero-header .menu-trigger { border: 0; background: transparent; font: inherit; cursor: pointer; }
.hero-header .hero-nav a:hover,
.hero-header .hero-nav a:focus-visible,
.hero-header .menu-trigger:hover,
.hero-header .menu-trigger:focus-visible { color: #ffffff; background: transparent; text-shadow: 0 0 14px rgba(255,255,255,0.65); box-shadow: none; }
.mega-parent:hover .menu-trigger { color: #ff6600; }
.hero-header .mega-menu { top: calc(100% + 8px); left: 0; transform: translateY(10px) scale(0.98); background: rgba(255, 255, 255, 0.95); }
.hero-header .mega-parent:last-child .mega-menu,
.hero-header .mega-parent:nth-last-child(2) .mega-menu { left: auto; right: 0; }
.hero-header .mega-parent:not(:first-child):not(:last-child) .mega-menu { left: 50%; right: auto; transform: translateX(-50%) translateY(10px) scale(0.98); }
.hero-header .nav-dropdown:hover .mega-menu,
.hero-header .nav-dropdown.is-open .mega-menu { transform: translateY(0) scale(1); }
.hero-header .mega-parent:not(:first-child):not(:last-child):hover .mega-menu,
.hero-header .mega-parent:not(:first-child):not(:last-child).is-open .mega-menu { transform: translateX(-50%) translateY(0) scale(1); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 360px); align-items: center; gap: 2rem; width: 100%; }
.hero-content { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.hero-copy { max-width: 760px; color: #ffffff; }
.hero-copy h1, .hero-copy p { color: #ffffff; }
.hero-text { max-width: 760px; margin: 0; font-size: 1.02rem; opacity: 0.96; }
.hero-card { width: 100%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 20px; box-shadow: 0 14px 26px rgba(91,18,133,0.18); padding: 25px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.hero-side { display: grid; grid-template-columns: minmax(290px, 360px); align-items: center; justify-content: end; gap: 0.85rem; }
.hero-offer-card { max-width: 360px; text-align: left; }
.offer-img { width: 100%; border-radius: 14px; margin-bottom: 15px; object-fit: cover; aspect-ratio: 1.35 / 1; transition: opacity 0.5s ease; }
.hero-offer-card { margin-top: 40px; }
.hero-offer-card__title { margin: 0 0 0.2rem; color: #ffffff; font-size: 0.98rem; font-weight: 900; line-height: 1.2; }
.model-hero-meta { margin: 0 0 0.7rem; display: grid; gap: 2px; }
.model-hero-name { margin: 0; color: #ffffff; font-size: 1rem; font-weight: 800; line-height: 1.25; }
.model-hero-price { margin: 0; color: #ffd814; font-size: 1.2rem; font-weight: 900; line-height: 1.1; }
.hero-offer-card__text { margin: 0 0 0.68rem; color: rgba(255,255,255,0.92); font-size: 0.9rem; line-height: 1.35; }
.offer-tag, .eyebrow { display: inline-flex; align-items: center; background: #ffd814; color: #111111; padding: 7px 12px; border-radius: 999px; font-weight: 700; font-size: 0.82rem; margin-bottom: 14px; }
.eyebrow { background: transparent; color: rgba(255,255,255,0.92); padding: 0; border-radius: 0; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; margin-bottom: 0.75rem; }
.hero-points { margin: 0 0 0.9rem; padding-left: 1rem; color: rgba(255,255,255,0.92); }
.hero-points li { margin-bottom: 0.45rem; font-size: 0.9rem; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 1.15rem; }
.hero-proof { margin: 0.95rem 0 0; color: rgba(255,255,255,0.9); font-size: 0.93rem; font-weight: 700; line-height: 1.45; }
h1, h2, h3 { line-height: 1.15; margin-top: 0; color: #111111; }
.hero h1 { font-size: clamp(2.8rem, 5vw, 64px); line-height: 1.1; max-width: 650px; font-weight: 800; margin-bottom: 16px; }
h1 { font-size: clamp(2rem, 4.3vw, 3.3rem); margin-bottom: 16px; max-width: 12ch; }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 18px; }
h3 { font-size: 1.12rem; margin-bottom: 10px; }
p { margin: 0 0 16px; }
.button, .cta-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; background: var(--color-accent); color: #111111; border: 1px solid #f08804; border-radius: 999px; padding: 12px 20px; font-weight: 700; text-align: center; box-shadow: 0 2px 0 rgba(0,0,0,0.08); }
.button { min-width: 220px; }
.button-secondary { background: transparent; color: #ffffff; border: 1px solid rgba(255,255,255,0.55); }
.cta-button { width: 100%; min-height: 42px; background: #f97316; color: #ffffff; padding: 14px 24px; border-radius: 999px; font-weight: 600; border-color: #f97316; }
.button:hover, .cta-button:hover, .button:focus-visible, .cta-button:focus-visible { background: var(--color-accent-dark); color: #111111; transform: translateY(-1px); box-shadow: 0 10px 18px rgba(230,104,16,0.22); }
.button-secondary:hover, .button-secondary:focus-visible { background: rgba(255,255,255,0.08); color: #ffffff; }
.hero .cta-button:hover, .hero .cta-button:focus-visible { background: #ea580c; color: #ffffff; }
@media (min-width: 1024px) {
  .hero-offer-card { margin-top: 60px; }
}
.section { width: 100%; padding: 64px 0; }
.section-alt { background: #f3f4f6; }
body:not(.has-model-page) main > .section:not(.hero):not(.section-alt):nth-of-type(odd) { background: #ffffff; }
body:not(.has-model-page) main > .section:not(.hero):not(.section-alt):nth-of-type(even) { background: #f7f7f7; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-heading p { max-width: 760px; color: var(--color-muted); }
.brand-box, .category-box, .blog-card, .faq-item, .comparison-table, .product-card, .guide-card, .cta-panel, .cta-banner, .info-card { background: #ffffff; border: 1px solid var(--color-border); border-radius: 14px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.brand-box, .category-box, .blog-card, .faq-item, .guide-card { padding: 22px; }
.info-card { padding: 22px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.brand-box:hover, .category-box:hover, .blog-card:hover, .faq-item:hover, .guide-card:hover, .info-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.brand-logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.brand-logo-box { display: flex; align-items: center; justify-content: center; min-height: 110px; padding: 18px; border-radius: 14px; }
.brand-logo-box img { width: 100%; max-width: 168px; height: 48px; object-fit: contain; filter: saturate(0.98) contrast(1.02); }
.product-grid, .guide-grid, .blog-home-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.guide-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.guide-card-link { display: flex; flex-direction: column; justify-content: space-between; gap: 12px; min-height: 100%; background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%); }
.guide-card-link .guide-kicker { margin-bottom: 0; color: #7c2d12; letter-spacing: 0.08em; }
.guide-card-link h3 { margin-bottom: 0; }
.guide-card-link p { margin: 0; color: var(--color-muted); }
.guide-card-link .category-link { margin-top: auto; color: var(--color-accent-dark); font-weight: 800; }
.guide-card-link:hover .category-link,
.guide-card-link:focus-visible .category-link { transform: translateX(4px); }
.category-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.category-showcase-seven { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-band { background: linear-gradient(135deg, #3a0ca3, #ff7a18); }
.category-band .section-heading h2, .category-band .section-heading p, .category-band .category-link, .category-band .category-content h3, .category-band .category-content p { color: #ffffff; }
.category-card { overflow: hidden; padding: 0; background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); }
.category-card img { width: 100%; height: 240px; object-fit: cover; }
.category-content { padding: 20px; }
.category-link { display: inline-flex; align-items: center; font-weight: 700; color: #111111; }
.product-card { position: relative; overflow: hidden; border: 1px solid #ddd; border-radius: 14px; padding: 15px 15px 12px; display: flex; flex-direction: column; gap: 12px; min-height: 100%; background: #fff; cursor: pointer; transition: all 0.25s ease; box-shadow: 0 5px 15px rgba(0,0,0,0.06); }
.product-card.recommended { border: 2px solid #ff9900; }
.product-badge { display: inline-flex; align-items: center; align-self: flex-start; background: #cc0c39; color: #ffffff; font-size: 0.78rem; font-weight: 700; border-radius: 999px; padding: 6px 10px; }
.product-badge-top { background: #cc0c39; color: #ffffff; }
.product-badge-rated { background: #0f766e; color: #ffffff; }
.product-badge-run { background: #1d4ed8; color: #ffffff; }
.product-badge-daily { background: #7c3aed; color: #ffffff; }
.product-badge-walk { background: #059669; color: #ffffff; }
.product-badge-train { background: #ea580c; color: #ffffff; }
.product-badge-kids { background: #d97706; color: #ffffff; }
.product-badge-value { background: #374151; color: #ffffff; }
.product-badge-new { background: #2563eb; color: #ffffff; }
.product-media,
.producto-img { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 12px; background: #ffffff; border-radius: 8px; }
.product-media img,
.producto-img img,
.product-card img { width: 100%; height: 100%; object-fit: contain; background: #ffffff; transition: transform 0.3s ease; }
.product-card h3 { margin: 0; font-size: 1rem; line-height: 1.35; min-height: 2.7em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.stars { display: flex; align-items: center; gap: 8px; color: #f3a847; font-size: 1rem; margin: 0; }
.meta-note, .update-note, .shipping-note, .product-price, .product-category { color: var(--color-muted); font-size: 0.92rem; }
.product-card .rating { color: #f5a623; font-size: 14px; }
.product-category { font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; }
.product-fit { margin: -4px 0 0; color: #4b5563; font-size: 0.93rem; line-height: 1.5; min-height: 3em; }
.product-price, .product-card .price { font-size: 18px; font-weight: 700; color: #111111; }
.product-demand-note { margin: -2px 0 0; color: #6b7280; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.01em; }
.update-note { margin: -8px 0 0; color: #8b95a7; font-size: 0.82rem; font-weight: 700; }
.product-actions { display: grid; gap: 10px; }
.product-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; width: 100%; background: #fff4d5; color: #111111; border: 1px solid #f1cd72; border-radius: 999px; padding: 12px 18px; font-weight: 700; }
.product-secondary:hover, .product-secondary:focus-visible { background: #ffe7ad; color: #111111; }
.product-card .button { background: #ff9900; color: #111; border-radius: 8px; font-weight: 600; transition: all 0.2s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.15); }
.product-card:hover img { transform: scale(1.02); }
.product-card .button:hover,
.product-card .button:focus-visible { background: #ff7a00; transform: scale(1.05); }
.product-card:hover .button { box-shadow: 0 5px 15px rgba(255,153,0,0.4); }
.cta-banner, .cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px; }
.cta-banner { background: linear-gradient(135deg, #ff7a18, #ffb347); border-color: #f1b060; }
.cta-banner-button { background: #111111; border-color: #111111; color: #ffffff; }
.cta-banner-button:hover, .cta-banner-button:focus-visible { background: #2a2a2a; color: #ffffff; }
.model-cta-banner { align-items: stretch; }
.model-cta-media { width: 132px; min-width: 132px; border-radius: 14px; overflow: hidden; background: rgba(255,255,255,0.18); box-shadow: 0 10px 24px rgba(0,0,0,0.12); }
.model-cta-media img { width: 100%; height: 100%; min-height: 132px; object-fit: cover; }
.model-cta-banner > div:first-of-type { display: flex; flex-direction: column; justify-content: center; }
.model-cta-meta { margin-top: 14px; display: grid; gap: 4px; }
.model-cta-kicker { margin: 0; font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(17,17,17,0.72); }
.model-cta-name { margin: 0; font-size: 1.08rem; font-weight: 800; color: #111111; }
.model-cta-price { margin: 0; font-size: 1.45rem; font-weight: 800; color: #111111; }
.seo-band { background: linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%); }
.footer { background: #1a1f36; color: #ffffff; border-top: 1px solid #262d4f; padding: 36px 0; margin-top: 40px; }
.footer-columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.footer a, .footer h3, .footer p { color: #ffffff; }
.breadcrumbs { font-size: 0.95rem; color: var(--color-muted); margin-bottom: 16px; }
.breadcrumbs a { color: var(--color-link); }
.seo-copy, .faq-list, .article-content { display: grid; gap: 18px; }
.notice { background: #fff8e1; border: 1px solid #f0d48a; padding: 14px 18px; border-radius: 12px; color: #5f4400; }
@media (min-width: 720px) { .container { width: min(100% - 32px, var(--container)); } .product-grid, .blog-home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 920px) {
  .main-nav .container, .hero-layout, .content-columns, .cta-banner, .cta-panel { display: flex; flex-direction: column; align-items: flex-start; }
  .main-nav nav { width: 100%; display: grid; gap: 6px; }
  .main-nav nav > a, .menu-trigger { width: 100%; text-align: left; }
  .nav-dropdown { width: 100%; }
  .mega-menu { position: static; width: 100%; max-width: 100%; min-width: 100%; left: 0; right: auto; border-radius: 0; box-shadow: none; border: 1px solid #ececec; margin-top: 8px; opacity: 1; visibility: visible; transform: none; display: none; pointer-events: auto; padding: 18px; }
  .nav-dropdown.is-open .mega-menu { display: block; }
  .mega-container { grid-template-columns: 1fr; gap: 18px; }
  .mega-col { border-right: 0; padding-right: 0; }
  .mega-col a { padding: 10px 0; margin-bottom: 0; border-top: 1px solid #f1f1f1; transform: none !important; }
  .mega-col a:first-of-type { border-top: 0; }
  .hero { min-height: 400px; padding: 118px 0 40px; }
  .hero-header { height: auto; padding-top: 18px; }
  .hero-header .container { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
  .hero-nav { width: 100%; display: grid; gap: 6px; justify-content: stretch; }
  .hero-nav > a, .hero-header .menu-trigger { width: 100%; text-align: left; }
  .hero-header .mega-menu { border-color: #ececec; background: #ffffff; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
  .hero-header .mega-menu a,
  .hero-header .mega-col h4 { color: #111827; }
  .hero-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .hero-content { padding: 0 20px; }
  .hero-side { grid-template-columns: 1fr; justify-content: flex-start; }
  .hero-offer-card { width: min(100%, 360px); max-width: none; text-align: center; margin-top: 24px; }
  .hero-card, .hero-copy { width: 100%; }
  .model-cta-banner { flex-wrap: wrap; }
  .model-cta-media { width: 100px; min-width: 100px; }
  .guide-grid, .guide-grid-five, .category-showcase, .category-showcase-seven, .blog-home-grid, .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  body { line-height: 1.55; }
  h1 { max-width: none; font-size: clamp(1.8rem, 7vw, 2.4rem); }
  .button, .cta-button, .product-secondary { width: 100%; }
  .section { padding: 40px 0; }
  .section-heading { display: block; }
  .hero { min-height: 350px; padding: 132px 0 32px; }
  .hero-header .container,
  .hero-content { padding-left: 0; padding-right: 0; }
  .hero h1 { font-size: clamp(1.75rem, 8.8vw, 2.2rem); max-width: none; }
  .hero-text { font-size: 0.95rem; line-height: 1.62; }
  .hero-proof { font-size: 0.84rem; }
  .hero-side { grid-template-columns: 1fr; }
  .hero-offer-card { width: 100%; margin-top: 20px; }
  .model-cta-banner { align-items: flex-start; }
  .model-cta-media { width: 88px; min-width: 88px; }
  .model-cta-name { font-size: 1rem; }
  .model-cta-price { font-size: 1.2rem; }
  .guide-grid, .guide-grid-five, .category-showcase, .category-showcase-seven, .blog-home-grid, .footer-columns { grid-template-columns: 1fr; }
  .brand-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card img { height: 220px; }
  .product-media, .producto-img { padding: 10px; }
}
@media (max-width: 768px) {
  .hero-nav { display: none; }
  .hero-header .container { display: flex; justify-content: space-between; align-items: center; }
  .hero-content { margin-top: 40px; }
  .logo { max-width: 140px; }
  .hero-copy h1 { font-size: 32px; line-height: 1.2; }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .logo img { height: 45px; }
  .hero-header .logo img { height: 52px; }
}

.editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 14px 0 18px;
  color: #5b6473;
  font-size: 14px;
}

.editorial-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(0,0,0,0.06);
}

.editorial-method {
  margin-top: 10px;
}

.editorial-method .seo-copy {
  max-width: 980px;
}

/* Home redesign inspired by editorial commerce */
body.home-editorial {
  background: #f4efe7;
  color: #1d2433;
}

body.home-editorial .hero-home {
  min-height: auto;
  padding: 112px 0 76px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.92), transparent 30%),
    radial-gradient(circle at bottom right, rgba(241, 193, 124, 0.26), transparent 30%),
    linear-gradient(180deg, #f8f3eb 0%, #f2ece2 100%);
  color: #182132;
}

body.home-editorial .hero-header .hero-nav a,
body.home-editorial .hero-header .menu-trigger {
  color: #253047;
  font-weight: 700;
}

body.home-editorial .hero-header .hero-nav a:hover,
body.home-editorial .hero-header .hero-nav a:focus-visible,
body.home-editorial .hero-header .menu-trigger:hover,
body.home-editorial .hero-header .menu-trigger:focus-visible {
  color: #182132;
  background: rgba(24, 33, 50, 0.06);
  text-shadow: none;
}

body.home-editorial .hero-grid.hero-content {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 420px);
  gap: clamp(30px, 5vw, 74px);
  align-items: start;
}

body.home-editorial .hero-copy {
  max-width: 720px;
  color: #182132;
}

body.home-editorial .hero-copy h1,
body.home-editorial .hero-copy p {
  color: #182132;
}

body.home-editorial .hero-copy h1 {
  max-width: 11ch;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 6vw, 5.4rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

body.home-editorial .eyebrow {
  color: #7a5c33;
  letter-spacing: 0.18em;
}

body.home-editorial .editorial-meta {
  margin: 0 0 20px;
}

body.home-editorial .editorial-meta span {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(29, 36, 51, 0.08);
  color: #4d596e;
}

body.home-editorial .hero-text {
  max-width: 62ch;
  font-size: 1.08rem;
  line-height: 1.78;
  color: #39455a;
}

body.home-editorial .hero-value-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

body.home-editorial .hero-value-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(36, 46, 66, 0.08);
  color: #2c3649;
  font-size: 0.98rem;
  line-height: 1.6;
  box-shadow: 0 14px 30px rgba(25, 33, 47, 0.05);
}

body.home-editorial .hero-value-list li::before {
  content: "•";
  color: #d07216;
  font-size: 1.2rem;
  line-height: 1;
}

body.home-editorial .hero-actions {
  margin-top: 26px;
}

body.home-editorial .hero .button,
body.home-editorial .cta-banner--editorial .button {
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 16px;
  border: 0;
  background: #1f2838;
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(20, 29, 43, 0.16);
}

body.home-editorial .hero .button:hover,
body.home-editorial .hero .button:focus-visible,
body.home-editorial .cta-banner--editorial .button:hover,
body.home-editorial .cta-banner--editorial .button:focus-visible {
  background: #111827;
  color: #ffffff;
}

body.home-editorial .hero .button-secondary {
  background: transparent;
  color: #253047;
  border: 1px solid rgba(37, 48, 71, 0.18);
  box-shadow: none;
}

body.home-editorial .hero .button-secondary:hover,
body.home-editorial .hero .button-secondary:focus-visible {
  background: rgba(31, 40, 56, 0.05);
  color: #182132;
}

body.home-editorial .hero-proof {
  margin-top: 18px;
  color: #6a7488;
  font-size: 0.93rem;
}

body.home-editorial .home-hero-card {
  margin-top: 0;
  padding: 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 33, 50, 0.08);
  box-shadow: 0 24px 48px rgba(25, 33, 47, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.home-editorial .home-hero-card .offer-img {
  margin-bottom: 18px;
  border-radius: 22px;
  aspect-ratio: 1.08 / 1;
  box-shadow: 0 18px 34px rgba(25, 33, 47, 0.1);
}

body.home-editorial .home-hero-card .hero-offer-card__title,
body.home-editorial .home-hero-card .hero-offer-card__text,
body.home-editorial .home-hero-card .hero-points {
  color: #1f2838;
}

body.home-editorial .home-hero-card .hero-offer-card__title {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a5c33;
}

body.home-editorial .home-hero-card .hero-offer-card__text {
  font-size: 1rem;
  line-height: 1.68;
}

body.home-editorial .home-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

body.home-editorial .home-hero-tags span {
  padding: 9px 13px;
  border-radius: 999px;
  background: #f7f1e7;
  border: 1px solid rgba(122, 92, 51, 0.14);
  color: #7a5c33;
  font-size: 0.82rem;
  font-weight: 800;
}

body.home-editorial .home-hero-card .cta-button {
  background: linear-gradient(135deg, #ea8b2d 0%, #d96e12 100%);
  border-color: #d96e12;
  color: #ffffff;
}

body.home-editorial .home-hero-card .cta-button:hover,
body.home-editorial .home-hero-card .cta-button:focus-visible {
  background: linear-gradient(135deg, #f0993f 0%, #de7818 100%);
  color: #ffffff;
}

body.home-editorial .section {
  padding: 74px 0;
}

body.home-editorial .section-alt {
  background: #eee6da;
}

body.home-editorial .home-editorial-band,
body.home-editorial .home-brand-section,
body.home-editorial .section-alt .seo-copy,
body.home-editorial .section-alt.editorial-method .seo-copy {
  background: transparent;
}

body.home-editorial .section-heading--split {
  align-items: flex-end;
}

body.home-editorial .section-heading--compact {
  margin-bottom: 18px;
}

body.home-editorial .home-section-kicker {
  margin-bottom: 10px;
  color: #8b6741;
}

body.home-editorial .section-heading h2,
body.home-editorial .seo-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #182132;
}

body.home-editorial .section-heading p,
body.home-editorial .seo-copy p {
  color: #4d596e;
}

body.home-editorial .section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7a5c33;
  font-weight: 800;
}

body.home-editorial .section-link:hover,
body.home-editorial .section-link:focus-visible {
  color: #d07216;
}

body.home-editorial .home-quick-nav,
body.home-editorial .home-guide-section,
body.home-editorial .home-story-grid {
  background: #f8f3eb;
}

body.home-editorial .home-rail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.home-editorial .home-rail-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(24, 33, 50, 0.08);
  box-shadow: 0 14px 30px rgba(25, 33, 47, 0.06);
  color: #1d2433;
}

body.home-editorial .home-rail-card:hover,
body.home-editorial .home-rail-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(25, 33, 47, 0.1);
}

body.home-editorial .home-rail-card__label {
  color: #8b6741;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home-editorial .home-rail-card h3,
body.home-editorial .featured-pick-card h3,
body.home-editorial .guide-card-link h3,
body.home-editorial .blog-card h3 {
  color: #182132;
}

body.home-editorial .product-card,
body.home-editorial .brand-box,
body.home-editorial .guide-card,
body.home-editorial .blog-card,
body.home-editorial .featured-pick-card,
body.home-editorial .cta-banner,
body.home-editorial .cta-panel {
  border-radius: 22px;
  border: 1px solid rgba(24, 33, 50, 0.08);
  box-shadow: 0 18px 38px rgba(25, 33, 47, 0.07);
}

body.home-editorial .featured-products .product-grid,
body.home-editorial .home-story-grid .blog-home-grid,
body.home-editorial .home-brand-links {
  gap: 24px;
}

body.home-editorial .product-card {
  padding: 18px 18px 20px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.92);
}

body.home-editorial .product-card .product-media {
  padding: 16px;
  border-radius: 18px;
  background: #f7f2ea;
}

body.home-editorial .product-card .product-media img,
body.home-editorial .product-card img {
  object-fit: contain;
}

body.home-editorial .product-card h3 {
  font-size: 1.02rem;
  line-height: 1.32;
}

body.home-editorial .product-card .product-category {
  color: #8b6741;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
}

body.home-editorial .product-card .product-fit {
  min-height: auto;
  color: #4d596e;
  font-size: 0.92rem;
}

body.home-editorial .product-card .stars {
  font-size: 0.92rem;
}

body.home-editorial .product-card .product-price {
  font-size: 1.25rem;
  color: #182132;
}

body.home-editorial .product-card .product-demand-note {
  color: #8b6741;
  font-size: 0.82rem;
}

body.home-editorial .product-card .update-note,
body.home-editorial .product-card .product-secondary {
  display: none;
}

body.home-editorial .product-card .product-actions {
  gap: 0;
}

body.home-editorial .product-card .cta-button {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  background: #1f2838;
  border-color: #1f2838;
  color: #ffffff;
}

body.home-editorial .product-card .cta-button:hover,
body.home-editorial .product-card .cta-button:focus-visible {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
}

body.home-editorial .featured-pick-card {
  background: rgba(255, 255, 255, 0.88);
}

body.home-editorial .featured-pick-card img {
  height: 260px;
  object-fit: cover;
}

body.home-editorial .pick-badge {
  background: #f6ecdc;
  color: #8b6741;
}

body.home-editorial .guide-card-link,
body.home-editorial .blog-card {
  background: rgba(255, 255, 255, 0.88);
}

body.home-editorial .guide-card-link .guide-kicker,
body.home-editorial .category-link {
  color: #c36b17;
}

body.home-editorial .home-brand-grid {
  margin-bottom: 28px;
}

body.home-editorial .brand-logo-box {
  min-height: 132px;
  background: rgba(255, 255, 255, 0.84);
}

body.home-editorial .cta-banner--editorial {
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.25), transparent 22%),
    linear-gradient(135deg, #222a39 0%, #1b2230 100%);
  border-color: rgba(255, 255, 255, 0.06);
}

body.home-editorial .cta-banner--editorial h2,
body.home-editorial .cta-banner--editorial p,
body.home-editorial .cta-banner--editorial .eyebrow {
  color: #f6f0e8;
}

body.home-editorial .seo-band {
  background: #f8f3eb;
}

body.home-editorial .seo-copy {
  max-width: 920px;
}

body.home-editorial .footer {
  background: #191f2a;
}

@media (max-width: 920px) {
  body.home-editorial .hero-grid.hero-content,
  body.home-editorial .home-rail-grid {
    grid-template-columns: 1fr;
  }

  body.home-editorial .hero-home {
    padding: 126px 0 54px;
  }

  body.home-editorial .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  body.home-editorial .section {
    padding: 48px 0;
  }

  body.home-editorial .hero-home {
    padding: 132px 0 42px;
  }

  body.home-editorial .hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }

  body.home-editorial .home-hero-card,
  body.home-editorial .home-rail-card,
  body.home-editorial .cta-banner--editorial {
    padding: 22px;
  }
}

/* Fichas individuales de modelo */
.article-content {
  max-width: 1080px;
  margin: 0 auto;
  gap: 24px;
}

.article-content > h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #edf1f5;
}

.article-content > p,
.article-content .seo-copy p,
.article-content .faq-item p,
.article-content .guide-card p {
  max-width: 78ch;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #273142;
}

.article-content .breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e8edf3;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.article-content .notice {
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid #f0d48a;
  background: linear-gradient(135deg, #fff8e1 0%, #fff2c7 100%);
  box-shadow: 0 10px 24px rgba(240, 180, 60, 0.12);
  color: #5f4400;
}

.article-content .guide-grid {
  gap: 16px;
}

.article-content .guide-card,
.article-content .faq-item {
  border-radius: 16px;
  border: 1px solid #ebeff5;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfd 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.article-content .guide-card h3,
.article-content .faq-item h3 {
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.article-content .section.section-alt {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid #e8edf3;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.article-content .section-heading {
  margin-bottom: 18px;
}

.article-content .section-heading p {
  max-width: 72ch;
}

.model-hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 22px 48px rgba(17, 24, 39, 0.22);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.08) 100%);
}

.model-hero-card .offer-img {
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.2);
}

.model-hero-card .cta-button {
  background: linear-gradient(135deg, #ff9900, #ff7a00);
  border-color: #ff9900;
  color: #111111;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(255, 153, 0, 0.28);
}

.model-hero-card .cta-button:hover,
.model-hero-card .cta-button:focus-visible {
  background: linear-gradient(135deg, #ffb11a, #ff8800);
  color: #111111;
  box-shadow: 0 16px 28px rgba(255, 153, 0, 0.32);
}

.model-hero-name {
  font-size: 1.08rem;
}

.model-hero-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 216, 20, 0.14);
  border: 1px solid rgba(255, 216, 20, 0.35);
}

.model-cta-banner {
  position: relative;
  overflow: hidden;
  gap: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.28);
  box-shadow: 0 22px 38px rgba(224, 104, 16, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 35%),
    linear-gradient(135deg, #ff8b1f 0%, #ffb347 100%);
}

.model-cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.08) 45%, transparent 100%);
  pointer-events: none;
}

.model-cta-banner h2 {
  margin-bottom: 10px;
}

.model-cta-banner p {
  color: rgba(17, 17, 17, 0.86);
}

.model-cta-banner .button {
  min-width: 240px;
}

.model-cta-media {
  border: 1px solid rgba(255,255,255,0.28);
}

.model-cta-meta {
  gap: 6px;
}

.model-cta-kicker {
  color: rgba(17,17,17,0.64);
}

.model-cta-name {
  font-size: 1.1rem;
}

.model-cta-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.38);
  border: 1px solid rgba(255,255,255,0.52);
}

.article-content .cta-banner:not(.model-cta-banner) {
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(224, 104, 16, 0.16);
}

@media (max-width: 768px) {
  .editorial-meta {
    font-size: 13px;
    gap: 8px;
  }

  .editorial-meta span {
    width: 100%;
    justify-content: center;
  }

  .article-content > h2 {
    padding-top: 14px;
    font-size: 1.45rem;
  }

  .article-content > p,
  .article-content .seo-copy p,
  .article-content .faq-item p,
  .article-content .guide-card p {
    font-size: 0.97rem;
    line-height: 1.68;
  }

  .article-content .section.section-alt {
    padding: 20px;
  }

  .model-cta-banner .button {
    min-width: 100%;
  }
}

/* Conversion tuning for product/detail layouts */
.section {
  margin-bottom: 60px;
}

.article-content > p,
.article-content .seo-copy p,
.article-content .faq-item p,
.article-content .guide-card p,
.article-content .notice,
.article-content .section-heading p {
  max-width: 700px;
}

.product-card {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  min-height: 100%;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.product-card .cta-button,
.product-card .product-secondary {
  min-height: 48px;
  border-radius: 10px;
  font-weight: 800;
}

.product-card .product-secondary {
  display: none;
}

.product-card .cta-button {
  background: linear-gradient(135deg, #ffb000, #ff8a00);
  border-color: #ff9900;
  color: transparent;
  font-size: 0;
  box-shadow: 0 10px 20px rgba(255, 153, 0, 0.28);
}

.product-card .cta-button::after {
  content: "Ver oferta en Amazon";
  color: #111111;
  font-size: 15px;
  line-height: 1;
}

.product-card .cta-button:hover,
.product-card .cta-button:focus-visible {
  background: linear-gradient(135deg, #ffbe2e, #ff9305);
  box-shadow: 0 14px 24px rgba(255, 153, 0, 0.36);
}

.button:hover,
.button:focus-visible,
.cta-button:hover,
.cta-button:focus-visible {
  transform: scale(1.05);
}

.product-badge {
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
}

.product-badge-top::after {
  content: "";
}

.product-badge-rated::after {
  content: "";
}

.product-badge-value::after {
  content: "";
}

.product-price,
.product-card .price,
.model-cta-price,
.model-hero-price {
  font-size: 20px;
  font-weight: 700;
}

.article-content .cta-banner .button,
.article-content .cta-banner .cta-banner-button {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 12px;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.18);
}

.article-content .cta-banner .button::after,
.article-content .cta-banner .cta-banner-button::after {
  content: " →";
}

.featured-picks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

.featured-pick-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
  border: 1px solid rgba(255, 145, 0, 0.14);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.featured-pick-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.featured-pick-card img {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0,0,0,0.14);
}

.featured-pick-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.featured-pick-copy h3 {
  margin: 0;
}

.featured-pick-copy p {
  margin: 0;
  color: var(--color-muted);
}

.pick-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff0db;
  color: #b45309;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.featured-picks-grid--compact .featured-pick-card {
  grid-template-columns: 1fr;
}

.featured-picks-grid--top .featured-pick-card {
  background: linear-gradient(180deg, #fffdf9 0%, #fff6eb 100%);
}

.featured-picks-grid--top .featured-pick-card:first-child {
  border-color: rgba(255, 145, 0, 0.28);
  box-shadow: 0 18px 42px rgba(255, 145, 0, 0.14);
}

.featured-picks-grid--top .featured-pick-card img {
  width: 136px;
  height: 136px;
}

.featured-pick-card--info {
  background: #ffffff;
}

@media (min-width: 720px) {
  .featured-picks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .featured-picks-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-picks-grid--top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-picks-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-picks-grid--compact .featured-pick-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 719px) {
  .featured-pick-card {
    grid-template-columns: 1fr;
  }

  .featured-pick-card img {
    width: 100%;
    height: 220px;
  }
}

.section {
  margin-bottom: 80px;
}

.hero-proof--amazon {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  max-width: 700px;
}

.hero-proof--amazon span {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  color: #222222;
  font-weight: 700;
}

.model-hero-card .hero-offer-card__title {
  font-size: 1.2rem;
  line-height: 1.3;
}

.model-hero-card .hero-offer-card__text {
  color: rgba(255, 255, 255, 0.88);
}

.model-hero-card .cta-button {
  min-height: 54px;
  width: 100%;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 0;
  color: transparent !important;
}

.model-hero-card .cta-button::after {
  content: "👉 Ver oferta ahora en Amazon →";
  font-size: 1rem;
  color: #111111;
}

.model-cta-banner {
  align-items: center;
}

.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  min-width: 280px;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  box-shadow: 0 16px 28px rgba(255, 143, 31, 0.32);
  color: transparent !important;
  font-size: 0;
}

.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after {
  content: "👉 Ver oferta en Amazon →";
  font-size: 1rem;
  font-weight: 800;
  color: #111111;
}

body.has-model-page .hero-actions .button-secondary {
  display: none !important;
}

body.has-model-page .hero-actions .button:first-child {
  display: none !important;
}

body.has-model-page .hero-actions {
  display: flex;
}

body.has-model-page .hero-actions .button:last-child {
  min-height: 56px;
  padding: 16px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  box-shadow: 0 16px 28px rgba(255, 143, 31, 0.32);
  font-weight: 800;
}

.model-hero-urgency,
.model-cta-urgency {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.model-hero-urgency span,
.model-cta-urgency span {
  color: #475569;
  font-size: 0.93rem;
  font-weight: 700;
}

.hero-card-trust {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.hero-card-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 600;
}

.model-cta-banner .button:hover,
.model-cta-banner .button:focus-visible,
.model-cta-banner .cta-banner-button:hover,
.model-cta-banner .cta-banner-button:focus-visible {
  background: linear-gradient(135deg, #ffc543 0%, #ff8d08 100%);
  box-shadow: 0 20px 32px rgba(255, 143, 31, 0.38);
}

.trust-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin: -48px 0 40px;
  max-width: 700px;
}

.trust-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6edf5;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 0.95rem;
  font-weight: 600;
}

.product-card {
  padding-bottom: 14px;
}

.product-card .product-badge {
  top: 12px;
  left: 12px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.product-card .stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #f59e0b;
  font-size: 0.96rem;
  font-weight: 800;
}

.product-card .stars .meta-note {
  color: #475569;
  font-size: 0.84rem;
  font-weight: 700;
}

.product-price,
.product-card .price,
.model-cta-price,
.model-hero-price {
  font-size: 22px;
  font-weight: 800;
}

.article-content .cta-banner#veredicto .button,
.article-content .cta-banner#veredicto .cta-banner-button {
  min-height: 58px;
  padding-inline: 30px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  box-shadow: 0 18px 30px rgba(255, 143, 31, 0.34);
  color: transparent !important;
  font-size: 0;
}

.article-content .cta-banner#veredicto .button::after,
.article-content .cta-banner#veredicto .cta-banner-button::after {
  content: "👉 🔥 Ver la mejor oferta disponible ahora en Amazon →";
  font-size: 1rem;
  font-weight: 800;
  color: #111111;
}

@media (max-width: 768px) {
  .hero-proof--amazon span,
  .trust-notes span {
    width: 100%;
    justify-content: center;
  }

  .trust-notes {
    margin: -56px 0 34px;
  }

  .model-cta-banner .button,
  .model-cta-banner .cta-banner-button,
  .article-content .cta-banner#veredicto .button,
  .article-content .cta-banner#veredicto .cta-banner-button {
    min-width: 100%;
    width: 100%;
  }
}

/* Premium landing consistency */
.section {
  width: 100%;
  margin-bottom: 80px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-content,
.article-content,
.seo-copy,
.faq-list {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.product-card,
.info-card,
.guide-card,
.faq-item,
.brand-box,
.category-box,
.blog-card,
.cta-panel,
.cta-banner {
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.product-card:hover,
.info-card:hover,
.guide-card:hover,
.faq-item:hover,
.brand-box:hover,
.category-box:hover,
.blog-card:hover {
  transform: translateY(-6px);
}

.info-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #e8edf3;
}

.button,
.cta-button {
  padding: 16px 28px;
  font-size: 16px;
}

.product-highlight,
.model-cta-banner {
  display: grid;
  grid-template-columns: 120px 1fr 220px;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.product-highlight img,
.model-cta-media img {
  width: 120px;
  height: auto;
}

.model-cta-media {
  width: 120px;
  min-width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-cta-banner > div:first-of-type {
  max-width: none;
}

.product-highlight .button,
.product-highlight .cta-banner-button,
.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  width: 220px;
  min-width: 220px;
  align-self: center;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-highlight .button::after,
.product-highlight .cta-banner-button::after,
.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after {
  content: "👉 Ver oferta en Amazon →";
}

@media (max-width: 920px) {
  .product-highlight,
  .model-cta-banner {
    grid-template-columns: 100px 1fr;
  }

  .product-highlight .button,
  .product-highlight .cta-banner-button,
  .model-cta-banner .button,
  .model-cta-banner .cta-banner-button {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .product-highlight img,
  .model-cta-media img {
    width: 100px;
  }

  .model-cta-media {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
}

main,
.section {
  width: 100%;
}

.container,
.section > .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section > .container,
.hero .container,
.main-nav .container,
.hero-header .container,
.footer .container,
.resumen-box,
.product-highlight,
.model-cta-banner,
.article-content > .notice {
  margin-left: auto;
  margin-right: auto;
}

.text-content,
.article-content,
.seo-copy,
.faq-list {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.resumen-box,
.article-content > .notice {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  border-radius: 14px;
  border-left: 1px solid #f0d48a;
  border-right: 1px solid #f0d48a;
  box-shadow: 0 10px 24px rgba(95, 68, 0, 0.08);
}

.resumen-box .inner,
.article-content > .notice {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.product-highlight,
.model-cta-banner {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: 200px 1fr 260px;
  align-items: center;
  gap: 30px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.product-highlight img,
.model-cta-media img {
  width: 200px;
  height: auto;
  border-radius: 12px;
}

.model-cta-media {
  width: 200px;
  min-width: 200px;
  height: 200px;
  border-radius: 16px;
}

.product-highlight h2,
.model-cta-banner h2 {
  font-size: 28px;
  line-height: 1.2;
}

.product-highlight .button,
.product-highlight .cta-banner-button,
.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  min-width: 220px;
  font-size: 16px;
  padding: 16px 24px;
}

.product-highlight .button::after,
.product-highlight .cta-banner-button::after,
.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after {
  content: "Ver oferta en Amazon →";
}

@media (max-width: 768px) {
  .resumen-box .inner,
  .article-content > .notice {
    padding: 16px 20px;
  }

  .product-highlight,
  .model-cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px;
  }

  .product-highlight img,
  .model-cta-media img {
    width: 160px;
    margin: 0 auto;
  }

  .model-cta-media {
    width: 160px;
    min-width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .product-highlight .button,
  .product-highlight .cta-banner-button,
  .model-cta-banner .button,
  .model-cta-banner .cta-banner-button {
    width: 100%;
  }
}

/* Home CTR tuning */
.hero-value-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 620px;
}

.hero-value-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.94);
  font-weight: 700;
}

.hero-value-list li::before {
  content: "✔";
  color: #ffd814;
  font-weight: 900;
}

.section-trust-note {
  margin-top: 10px;
  margin-bottom: 0;
  color: #7c2d12;
  font-weight: 700;
}

.product-demand-note {
  margin: -4px 0 0;
  color: #b45309;
  font-size: 0.86rem;
  font-weight: 800;
}

.guide-card-link .category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 122, 24, 0.12);
  color: #c2410c;
  font-weight: 800;
}

.guide-card-link:hover .category-link,
.guide-card-link:focus-visible .category-link {
  background: rgba(255, 122, 24, 0.18);
}

.cta-banner--final {
  background: linear-gradient(135deg, #111827, #1f2937);
  border-color: #1f2937;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.22);
}

.cta-banner--final h2,
.cta-banner--final p {
  color: #ffffff;
}

.cta-banner--final .cta-banner-button {
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  color: #111111;
  box-shadow: 0 16px 28px rgba(255, 143, 31, 0.34);
}

.cta-banner--final .cta-banner-button:hover,
.cta-banner--final .cta-banner-button:focus-visible {
  background: linear-gradient(135deg, #ffc543 0%, #ff8d08 100%);
  color: #111111;
}

/* Product detail cleanup and premium conversion layout */
.container,
.section > .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-fit,
.product-demand-note,
.update-note,
.trust-notes {
  margin: 0;
}

.article-content {
  max-width: 1100px;
  gap: 28px;
}

.article-content .section {
  margin-bottom: 48px;
  padding: 24px 0;
}

.article-content .section-heading {
  margin-bottom: 16px;
}

.article-content .guide-grid {
  gap: 16px;
}

.article-content .guide-card,
.article-content .info-card,
.article-content .faq-item {
  border-radius: 16px;
}

.model-cta-banner,
.product-highlight,
.cta-box {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 220px;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-radius: 18px;
}

.model-cta-banner {
  overflow: visible;
  box-shadow: 0 22px 40px rgba(224, 104, 16, 0.18);
}

.model-cta-banner::after {
  display: none;
}

.model-cta-media {
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin: 0;
}

.model-cta-media img,
.product-highlight img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 14px;
}

.cta-box-content {
  min-width: 0;
}

.cta-box-content p {
  margin-bottom: 12px;
}

.cta-box-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.cta-box-actions .button,
.cta-box-actions .cta-banner-button,
.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  position: static;
  width: 100%;
  min-width: 0;
  max-width: none;
  justify-self: auto;
  align-self: stretch;
}

.cta-box-actions .trust-notes,
.model-cta-banner .trust-notes {
  display: grid;
  gap: 10px;
  max-width: none;
  margin-top: 4px;
}

.cta-box-actions .trust-notes span,
.model-cta-banner .trust-notes span {
  width: 100%;
  justify-content: flex-start;
}

.product-feel-section {
  padding: 28px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff8e8 0%, #fff3d6 100%);
  border: 1px solid #f2d49a;
  box-shadow: 0 16px 32px rgba(180, 120, 20, 0.10);
}

.product-feel-section .info-card {
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  border: 1px solid rgba(240, 180, 60, 0.18);
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pros-cons-section .info-card h3 {
  margin-bottom: 12px;
}

.pros-cons-section .info-card ul {
  margin: 0;
  padding-left: 18px;
}

.cta-panel-final {
  align-items: center;
  gap: 24px;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff1cf 0%, #ffe3ad 100%);
  border: 1px solid #f4c36f;
  box-shadow: 0 18px 36px rgba(255, 153, 0, 0.16);
}

.cta-panel-final .button {
  min-height: 58px;
  min-width: 280px;
  padding: 16px 30px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffb21c 0%, #ff7f00 100%);
  border-color: #ff9900;
  box-shadow: 0 18px 30px rgba(255, 143, 31, 0.28);
}

.cta-panel-final .button:hover,
.cta-panel-final .button:focus-visible {
  background: linear-gradient(135deg, #ffc543 0%, #ff8d08 100%);
}

.btn-primary {
  background: #ff7a00;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 920px) {
  .model-cta-banner,
  .product-highlight,
  .cta-box,
  .pros-cons-grid,
  .cta-panel-final {
    grid-template-columns: 1fr;
  }

  .model-cta-media {
    margin: 0 auto;
  }

  .cta-box-actions .trust-notes span,
  .model-cta-banner .trust-notes span {
    justify-content: center;
  }

  .cta-panel-final .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .hero-value-list {
    max-width: none;
  }
}

/* Premium visual refinement for product pages */
.section {
  margin: 60px 0;
}

.section-alt,
.product-feel-section,
.article-content .section.section-alt {
  background: #f5f7fa;
}

.section-white,
.article-content .section:not(.section-alt):not(.hero) {
  background: #ffffff;
}

h2,
.article-content > h2,
.section-heading h2,
.product-highlight h2,
.model-cta-banner h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.brand-box,
.category-box,
.blog-card,
.faq-item,
.comparison-table,
.product-card,
.guide-card,
.cta-panel,
.cta-banner,
.info-card,
.model-cta-banner,
.product-highlight,
.product-feel-section,
.methodology-box,
.editorial-note,
.trust-box,
.persona-fit-grid .info-card,
.use-case-grid .info-card,
.article-content .faq-item {
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.brand-box:hover,
.category-box:hover,
.blog-card:hover,
.faq-item:hover,
.product-card:hover,
.guide-card:hover,
.info-card:hover,
.model-cta-banner:hover,
.product-highlight:hover,
.methodology-box:hover,
.editorial-note:hover,
.trust-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.model-cta-banner,
.product-highlight,
.cta-box {
  background: linear-gradient(135deg, #fff7ea 0%, #fff1d7 100%);
  border: 1px solid rgba(255, 145, 32, 0.22);
}

.btn-amazon,
.model-cta-banner .button,
.model-cta-banner .cta-banner-button,
.product-highlight .button,
.product-highlight .cta-banner-button,
.cta-box-actions .button,
.cta-box-actions .cta-banner-button {
  background: linear-gradient(135deg, #ff7a00, #ff9a2f);
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ef7a00;
  color: #111111;
  min-height: 52px;
  box-shadow: 0 10px 24px rgba(255, 122, 0, 0.24);
}

.btn-amazon:hover,
.btn-amazon:focus-visible,
.model-cta-banner .button:hover,
.model-cta-banner .button:focus-visible,
.model-cta-banner .cta-banner-button:hover,
.model-cta-banner .cta-banner-button:focus-visible,
.product-highlight .button:hover,
.product-highlight .button:focus-visible,
.product-highlight .cta-banner-button:hover,
.product-highlight .cta-banner-button:focus-visible,
.cta-box-actions .button:hover,
.cta-box-actions .button:focus-visible,
.cta-box-actions .cta-banner-button:hover,
.cta-box-actions .cta-banner-button:focus-visible {
  background: linear-gradient(135deg, #ff8a12, #ffab45);
  box-shadow: 0 15px 40px rgba(255, 122, 0, 0.28);
}

.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after,
.product-highlight .button::after,
.product-highlight .cta-banner-button::after,
.cta-box-actions .button::after,
.cta-box-actions .cta-banner-button::after,
.btn-amazon::after {
  content: "Ver precio en Amazon";
}

.product-feel-section,
.article-content .section.section-alt {
  border: 1px solid rgba(160, 174, 192, 0.18);
}

.product-feel-section .section-heading,
.article-content .section.section-alt .section-heading {
  margin-bottom: 18px;
}

.pros-cons-grid .info-card,
.faq-item,
.methodology-box,
.trust-box,
.editorial-note {
  background: #ffffff;
}

/* Final premium polish for affiliate purchase block */
.model-cta-banner,
.product-highlight {
  background: #f5e6d3;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.model-cta-media {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
  background: #ffffff;
}

.model-cta-media img,
.product-highlight img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
}

.model-cta-price {
  display: inline-flex;
  align-items: center;
  margin: 10px 0 0;
  padding: 10px 18px;
  background: #ffffff;
  border-radius: 999px;
  font-weight: 700;
  color: #111827;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.cta-box-content p,
.cta-box-actions p {
  color: #374151;
}

.cta-action-intro {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.55;
  color: #374151;
}

.model-cta-banner .button,
.model-cta-banner .cta-banner-button,
.product-highlight .button,
.product-highlight .cta-banner-button,
.cta-box-actions .button,
.cta-box-actions .cta-banner-button {
  background: linear-gradient(135deg, #ff8a00, #ff6a00);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  padding: 16px 24px;
  border-radius: 12px;
  border: 0;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.25);
  min-height: 56px;
  text-shadow: none;
}

.model-cta-banner .button:hover,
.model-cta-banner .button:focus-visible,
.model-cta-banner .cta-banner-button:hover,
.model-cta-banner .cta-banner-button:focus-visible,
.product-highlight .button:hover,
.product-highlight .button:focus-visible,
.product-highlight .cta-banner-button:hover,
.product-highlight .cta-banner-button:focus-visible,
.cta-box-actions .button:hover,
.cta-box-actions .button:focus-visible,
.cta-box-actions .cta-banner-button:hover,
.cta-box-actions .cta-banner-button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ff981f, #ff7312);
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.32);
  color: #ffffff !important;
}

.model-cta-banner .button::after,
.model-cta-banner .cta-banner-button::after,
.product-highlight .button::after,
.product-highlight .cta-banner-button::after,
.cta-box-actions .button::after,
.cta-box-actions .cta-banner-button::after {
  content: none !important;
  display: none !important;
}

.model-cta-banner .button,
.model-cta-banner .cta-banner-button {
  min-width: 220px;
}

.cta-box-actions .trust-notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}

.cta-box-actions .trust-notes span,
.model-cta-banner .trust-notes span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: none;
  border: 1px solid rgba(17,24,39,0.06);
}

.trust-notes-secondary {
  margin-top: 2px;
}

@media (max-width: 920px) {
  .model-cta-banner,
  .product-highlight {
    padding: 24px;
  }

  .model-cta-media,
  .model-cta-media img,
  .product-highlight img {
    width: 100px;
    height: 100px;
  }

  .model-cta-banner .button,
  .model-cta-banner .cta-banner-button {
    min-width: 0;
    width: 100%;
  }
}

/* Closer visual match to premium reference for product purchase block */
.model-cta-banner.product-highlight {
  grid-template-columns: 132px minmax(0, 1fr) 272px;
  gap: 24px;
  align-items: start;
  padding: 28px 30px;
  background: linear-gradient(180deg, #fbefdf 0%, #f7e7d1 100%);
  border: 1px solid rgba(231, 186, 111, 0.55);
  box-shadow: 0 18px 42px rgba(74, 46, 18, 0.10);
}

.model-cta-banner .model-cta-media {
  width: 124px;
  min-width: 124px;
  height: 148px;
  margin-top: 86px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(100, 62, 15, 0.18);
}

.model-cta-banner .model-cta-media img {
  width: 124px;
  height: 148px;
  border-radius: 16px;
}

.model-cta-banner .cta-box-content {
  padding-right: 4px;
}

.model-cta-banner .cta-box-content h2 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #222222;
}

.model-cta-banner .cta-box-lead {
  max-width: 690px;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.65;
  color: #343434;
}

.model-cta-banner .model-cta-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2f3c56;
}

.model-cta-banner .model-cta-name {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #2f3c56;
}

.model-cta-banner .model-cta-price {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ffffff;
  font-size: 18px;
  font-weight: 800;
  color: #2f3c56;
  box-shadow: 0 8px 18px rgba(0,0,0,0.06);
}

.model-cta-banner .model-cta-urgency {
  display: grid;
  gap: 8px;
  margin: 0 0 4px;
}

.model-cta-banner .model-cta-urgency span {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #2f3c56;
  font-size: 13px;
  font-weight: 700;
}

.model-cta-banner .cta-compare-copy,
.model-cta-banner .cta-final-copy {
  max-width: 700px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.55;
  color: #374151;
}

.model-cta-banner .hero-points {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.model-cta-banner .hero-points li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.4;
  color: #b87721;
}

.model-cta-banner .hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #eba91f;
  font-weight: 800;
}

.model-cta-banner .cta-box-actions {
  gap: 12px;
  padding-top: 34px;
}

.model-cta-banner .cta-action-intro {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
}

.model-cta-banner .cta-banner-button {
  min-width: 250px;
  min-height: 86px;
  padding: 16px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff8a00, #ff6a00);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 12px 28px rgba(255, 106, 0, 0.24);
}

.model-cta-banner .cta-box-actions .trust-notes,
.model-cta-banner .cta-box-actions .trust-notes-secondary {
  display: grid;
  gap: 10px;
}

.model-cta-banner .trust-notes span,
.model-cta-banner .trust-notes-secondary span {
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f1f3f7;
  border: 1px solid rgba(176, 185, 199, 0.22);
  color: #374151;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 8px 18px rgba(40, 47, 58, 0.05);
}

.model-cta-banner .trust-notes span::before,
.model-cta-banner .trust-notes-secondary span::before {
  content: "✔";
  margin-right: 10px;
  color: #93c83f;
  font-weight: 900;
}

@media (max-width: 1100px) {
  .model-cta-banner.product-highlight {
    grid-template-columns: 116px minmax(0, 1fr) 248px;
    gap: 20px;
    padding: 24px;
  }

  .model-cta-banner .cta-box-actions {
    padding-top: 20px;
  }

  .model-cta-banner .cta-banner-button {
    min-width: 0;
  }
}

@media (max-width: 920px) {
  .model-cta-banner.product-highlight {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .model-cta-banner .model-cta-media {
    margin: 0 auto;
    width: 112px;
    min-width: 112px;
    height: 136px;
  }

  .model-cta-banner .model-cta-media img {
    width: 112px;
    height: 136px;
  }

  .model-cta-banner .cta-box-content h2 {
    font-size: 23px;
  }

  .model-cta-banner .cta-box-actions {
    padding-top: 0;
  }

  .model-cta-banner .cta-banner-button {
    width: 100%;
    min-height: 72px;
  }
}

/* Elite product page refinement */
body.has-model-page .hero {
  padding: 72px 0 64px;
  background:
    radial-gradient(circle at top right, rgba(255, 186, 91, 0.28), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 122, 24, 0.22), transparent 26%),
    linear-gradient(135deg, #161433 0%, #2a205c 42%, #f07d1a 100%);
}

body.has-model-page .hero-grid.hero-content {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 390px);
  align-items: start;
  gap: clamp(28px, 4vw, 52px);
}

body.has-model-page .hero-copy {
  max-width: 690px;
}

body.has-model-page .hero-copy h1 {
  max-width: 13ch;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

body.has-model-page .editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

body.has-model-page .editorial-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
}

body.has-model-page .hero-proof {
  font-size: 1.04rem;
  line-height: 1.65;
}

body.has-model-page .hero-decision-note {
  margin: 10px 0 0;
  max-width: 58ch;
  color: rgba(255, 245, 220, 0.9);
  font-size: 0.96rem;
  line-height: 1.65;
  font-weight: 700;
}

body.has-model-page .hero-text {
  font-size: 1.04rem;
  line-height: 1.72;
}

body.has-model-page .hero-copy > .hero-points {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
}

body.has-model-page .hero-copy > .hero-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.97rem;
  font-weight: 700;
}

body.has-model-page .hero-copy > .hero-points li::before {
  content: "✓";
  flex: 0 0 auto;
  color: #ffd88d;
  font-weight: 900;
}

body.has-model-page .hero-actions {
  margin-top: 20px;
}

body.has-model-page .hero .button,
body.has-model-page .hero .cta-button,
body.has-model-page .model-cta-banner .button,
body.has-model-page .model-cta-banner .cta-banner-button,
body.has-model-page .cta-box-actions .button,
body.has-model-page .cta-box-actions .cta-banner-button,
body.has-model-page .cta-panel-final .button {
  min-height: 58px;
  padding: 16px 26px;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(135deg, #ff8a00 0%, #ff6a00 100%);
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 28px rgba(255, 106, 0, 0.28);
}

body.has-model-page .hero .button:hover,
body.has-model-page .hero .button:focus-visible,
body.has-model-page .hero .cta-button:hover,
body.has-model-page .hero .cta-button:focus-visible,
body.has-model-page .model-cta-banner .button:hover,
body.has-model-page .model-cta-banner .button:focus-visible,
body.has-model-page .model-cta-banner .cta-banner-button:hover,
body.has-model-page .model-cta-banner .cta-banner-button:focus-visible,
body.has-model-page .cta-box-actions .button:hover,
body.has-model-page .cta-box-actions .button:focus-visible,
body.has-model-page .cta-box-actions .cta-banner-button:hover,
body.has-model-page .cta-box-actions .cta-banner-button:focus-visible,
body.has-model-page .cta-panel-final .button:hover,
body.has-model-page .cta-panel-final .button:focus-visible {
  background: linear-gradient(135deg, #ff981d 0%, #ff7512 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(255, 106, 0, 0.34);
}

body.has-model-page .model-cta-banner .button::after,
body.has-model-page .model-cta-banner .cta-banner-button::after,
body.has-model-page .cta-box-actions .button::after,
body.has-model-page .cta-box-actions .cta-banner-button::after,
body.has-model-page .cta-panel-final .button::after {
  content: none !important;
}

body.has-model-page .hero-offer-card {
  margin-top: 0;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 46px rgba(11, 12, 32, 0.24);
}

body.has-model-page .offer-img {
  margin-bottom: 18px;
  aspect-ratio: 1.08 / 1;
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(6, 8, 22, 0.24);
}

body.has-model-page .hero-offer-card__title {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.has-model-page .model-hero-stats,
body.has-model-page .model-cta-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

body.has-model-page .model-hero-stats span,
body.has-model-page .model-cta-signals span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.has-model-page .model-hero-stats span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.94);
}

body.has-model-page .model-hero-name {
  font-size: 1.5rem;
  line-height: 1.2;
}

body.has-model-page .model-hero-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #24324a;
  box-shadow: 0 12px 24px rgba(6, 8, 22, 0.16);
}

body.has-model-page .hero-offer-card__text {
  margin: 12px 0 16px;
  font-size: 0.96rem;
  line-height: 1.6;
}

body.has-model-page .hero-offer-card__microcopy {
  margin: -4px 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.55;
}

body.has-model-page .hero-offer-card .hero-points {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

body.has-model-page .hero-offer-card .hero-points li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.93rem;
  font-weight: 600;
}

body.has-model-page .hero-offer-card .hero-points li::before {
  content: "•";
  position: absolute;
  left: 7px;
  color: #ffd88d;
}

body.has-model-page .hero-card-trust {
  gap: 10px;
  margin-top: 16px;
}

body.has-model-page .hero-card-trust span {
  padding: 11px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
}

body.has-model-page .product-highlight,
body.has-model-page .model-cta-banner,
body.has-model-page .cta-box {
  grid-template-columns: 152px minmax(0, 1fr) minmax(240px, 300px);
  gap: 26px;
  align-items: center;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff8ee 0%, #fff1da 100%);
  border: 1px solid rgba(255, 170, 76, 0.36);
  box-shadow: 0 24px 48px rgba(226, 134, 31, 0.18);
}

body.has-model-page .model-cta-media {
  width: 152px;
  min-width: 152px;
  height: 152px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(31, 41, 55, 0.14);
}

body.has-model-page .model-cta-media img,
body.has-model-page .product-highlight img {
  width: 100%;
  height: 100%;
  min-height: 152px;
  object-fit: cover;
  border-radius: 24px;
}

body.has-model-page .cta-box-content h2,
body.has-model-page .product-highlight h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

body.has-model-page .cta-box-lead {
  margin-bottom: 18px;
  max-width: 58ch;
  color: #39465a;
  font-size: 1.03rem;
  line-height: 1.7;
}

body.has-model-page .cta-box-bridge {
  margin: 14px 0 16px;
  max-width: 56ch;
  color: #7c4a12;
  font-size: 0.95rem;
  line-height: 1.65;
  font-weight: 700;
}

body.has-model-page .model-cta-kicker {
  margin-bottom: 6px;
  color: #8a4b00;
  letter-spacing: 0.18em;
}

body.has-model-page .model-cta-name {
  font-size: 1.85rem;
  line-height: 1.14;
}

body.has-model-page .model-cta-price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(34, 51, 84, 0.10);
  color: #24324a;
}

body.has-model-page .model-cta-signals {
  margin: 14px 0 2px;
}

body.has-model-page .model-cta-signals span {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 213, 153, 0.95);
  color: #7a4a00;
}

body.has-model-page .model-cta-urgency {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

body.has-model-page .model-cta-urgency span {
  color: #4b5563;
  font-size: 0.94rem;
  font-weight: 700;
}

body.has-model-page .cta-compare-copy,
body.has-model-page .cta-final-copy {
  max-width: 60ch;
  color: #475569;
}

body.has-model-page .model-cta-banner .hero-points {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: #9a5b00;
}

body.has-model-page .model-cta-banner .hero-points li {
  position: relative;
  margin: 0;
  padding-left: 28px;
  color: #9a5b00;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}

body.has-model-page .model-cta-banner .hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f59e0b;
  font-weight: 900;
}

body.has-model-page .cta-box-actions {
  gap: 14px;
}

body.has-model-page .cta-action-intro {
  margin: 0;
  color: #334155;
  font-size: 0.99rem;
  line-height: 1.65;
}

body.has-model-page .trust-notes,
body.has-model-page .trust-notes-secondary,
body.has-model-page .cta-box-actions .trust-notes,
body.has-model-page .cta-box-actions .trust-notes-secondary {
  display: grid;
  gap: 12px;
  margin: 0;
  max-width: none;
}

body.has-model-page .trust-notes span,
body.has-model-page .trust-notes-secondary span {
  width: 100%;
  justify-content: flex-start;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  color: #334155;
  font-size: 0.94rem;
}

body.has-model-page .trust-notes-secondary span {
  background: rgba(255, 255, 255, 0.62);
}

body.has-model-page .pros-cons-grid .info-card,
body.has-model-page .guide-card,
body.has-model-page .faq-item,
body.has-model-page .product-feel-section .info-card {
  border-radius: 20px;
}

body.has-model-page .cta-panel-final {
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff3d5 0%, #ffe7b6 100%);
  border-color: rgba(244, 179, 70, 0.48);
}

body.has-model-page .cta-panel-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: #8a4b00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  body.has-model-page .hero-grid.hero-content,
  body.has-model-page .product-highlight,
  body.has-model-page .model-cta-banner,
  body.has-model-page .cta-box {
    grid-template-columns: 1fr;
  }

  body.has-model-page .hero-side {
    justify-content: stretch;
    grid-template-columns: 1fr;
  }

  body.has-model-page .hero-offer-card {
    max-width: none;
  }

  body.has-model-page .model-cta-media {
    margin: 0 auto;
  }

  body.has-model-page .cta-box-actions .button,
  body.has-model-page .cta-box-actions .cta-banner-button,
  body.has-model-page .hero .button,
  body.has-model-page .hero .cta-button,
  body.has-model-page .cta-panel-final .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  body.has-model-page .hero {
    padding: 58px 0 48px;
  }

  body.has-model-page .hero-copy h1 {
    max-width: none;
  }

  body.has-model-page .model-hero-stats,
  body.has-model-page .model-cta-signals {
    justify-content: center;
  }

  body.has-model-page .hero-offer-card,
  body.has-model-page .product-highlight,
  body.has-model-page .model-cta-banner,
  body.has-model-page .cta-box,
  body.has-model-page .cta-panel-final {
    padding: 22px;
    border-radius: 22px;
  }

  body.has-model-page .offer-img {
    aspect-ratio: 1.16 / 1;
  }

  body.has-model-page .model-cta-media {
    width: 176px;
    min-width: 176px;
    height: 176px;
  }

  body.has-model-page .model-cta-media img {
    min-height: 176px;
  }
}

/* Elite refinement: home and fichas */
body.home-editorial .hero-home {
  padding: 88px 0 40px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.98), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 188, 112, 0.18), transparent 28%),
    linear-gradient(180deg, #fbf8f3 0%, #f5efe7 100%);
}

body.home-editorial .hero-grid.hero-content {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 340px);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
}

body.home-editorial .hero-copy {
  max-width: 680px;
}

body.home-editorial .hero-copy h1 {
  max-width: 15ch;
  margin-bottom: 12px;
  font-family: inherit;
  font-size: clamp(2.05rem, 3.8vw, 3.15rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

body.home-editorial .editorial-meta {
  margin: 0 0 14px;
}

body.home-editorial .editorial-meta span {
  padding: 7px 11px;
  font-size: 0.76rem;
}

body.home-editorial .hero-text {
  max-width: 58ch;
  font-size: 0.98rem;
  line-height: 1.66;
}

body.home-editorial .hero-value-list {
  gap: 8px;
  margin-top: 16px;
}

body.home-editorial .hero-value-list li {
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  box-shadow: 0 10px 22px rgba(25, 33, 47, 0.04);
}

body.home-editorial .hero-actions {
  gap: 12px;
  margin-top: 18px;
}

body.home-editorial .hero .button,
body.home-editorial .home-hero-card .cta-button,
body.home-editorial .product-card .cta-button,
body.home-editorial .cta-banner--editorial .button {
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 14px;
  border: 0;
  background: linear-gradient(135deg, #ffb21c 0%, #ff8400 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 132, 0, 0.22);
}

body.home-editorial .hero .button:hover,
body.home-editorial .hero .button:focus-visible,
body.home-editorial .home-hero-card .cta-button:hover,
body.home-editorial .home-hero-card .cta-button:focus-visible,
body.home-editorial .product-card .cta-button:hover,
body.home-editorial .product-card .cta-button:focus-visible,
body.home-editorial .cta-banner--editorial .button:hover,
body.home-editorial .cta-banner--editorial .button:focus-visible {
  background: linear-gradient(135deg, #ffbe33 0%, #ff8f12 100%);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(255, 132, 0, 0.28);
}

body.home-editorial .hero .button-secondary {
  background: rgba(255, 255, 255, 0.82);
  color: #253047;
  border: 1px solid rgba(37, 48, 71, 0.12);
  box-shadow: none;
}

body.home-editorial .hero-proof {
  margin-top: 14px;
  font-size: 0.87rem;
}

body.home-editorial .home-hero-card {
  padding: 16px;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(25, 33, 47, 0.10);
}

body.home-editorial .home-hero-card .offer-img {
  margin-bottom: 14px;
  border-radius: 18px;
  aspect-ratio: 1.04 / 1;
}

body.home-editorial .home-hero-card .hero-offer-card__text {
  font-size: 0.94rem;
  line-height: 1.58;
}

body.home-editorial .home-hero-tags {
  gap: 8px;
  margin: 12px 0 14px;
}

body.home-editorial .home-hero-tags span {
  padding: 8px 11px;
  font-size: 0.76rem;
}

body.home-editorial .section {
  padding: 64px 0;
}

body.home-editorial .product-card {
  padding: 16px;
  gap: 8px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.07);
}

body.home-editorial .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(17, 24, 39, 0.10);
}

body.home-editorial .product-card .product-media {
  padding: 12px;
  border-radius: 20px;
  background: #f7f4ef;
}

body.home-editorial .product-card h3 {
  font-size: 0.98rem;
  line-height: 1.28;
}

body.home-editorial .product-card .product-fit {
  font-size: 0.88rem;
  line-height: 1.52;
}

body.home-editorial .product-card .product-price {
  font-size: 1.14rem;
}

body.home-editorial .product-card .product-demand-note {
  font-size: 0.78rem;
}

body.home-editorial .featured-pick-card {
  border-radius: 26px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.08);
}

body.home-editorial .featured-pick-card img {
  height: 280px;
}

body.home-editorial .featured-pick-copy {
  padding: 20px 20px 22px;
}

body.home-editorial .featured-picks-grid--top {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.home-editorial .featured-picks-grid--top .featured-pick-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

body.home-editorial .featured-picks-grid--top .featured-pick-card img {
  width: 100%;
  height: 220px;
}

body.home-editorial .featured-picks-grid--top .featured-pick-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

body.home-editorial .featured-picks-grid--top .featured-pick-copy p {
  margin-bottom: 0;
}

body.home-editorial .featured-picks-grid--top .featured-pick-actions {
  margin-top: auto;
  padding-top: 14px;
}

body.home-editorial .cta-banner--editorial {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #252f3f 0%, #1e2634 100%);
}

body.has-model-page .hero {
  padding: 58px 0 48px;
  background:
    radial-gradient(circle at top right, rgba(255, 186, 91, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 140, 51, 0.08), transparent 22%),
    linear-gradient(180deg, #fbf8f3 0%, #f5efe6 100%);
}

body.has-model-page .hero-grid.hero-content {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 392px);
  gap: clamp(24px, 3vw, 36px);
}

body.has-model-page .hero-copy {
  max-width: 640px;
  color: #182132;
}

body.has-model-page .hero-copy h1,
body.has-model-page .hero-proof,
body.has-model-page .hero-decision-note,
body.has-model-page .hero-text {
  color: #182132;
}

body.has-model-page .hero-copy h1 {
  max-width: 14ch;
  margin-bottom: 14px;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: 0.98;
}

body.has-model-page .editorial-meta span {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(37, 48, 71, 0.08);
  color: #4d596e;
}

body.has-model-page .hero-proof {
  font-size: 1.06rem;
  line-height: 1.58;
  font-weight: 700;
}

body.has-model-page .hero-decision-note {
  margin-top: 8px;
  color: #8b6741;
  font-size: 0.92rem;
  line-height: 1.58;
}

body.has-model-page .hero-text {
  font-size: 1rem;
  line-height: 1.68;
}

body.has-model-page .hero-copy > .hero-points {
  gap: 8px;
  margin-top: 16px;
}

body.has-model-page .hero-copy > .hero-points li {
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(37, 48, 71, 0.08);
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.04);
  color: #253047;
  font-size: 0.92rem;
}

body.has-model-page .hero-copy > .hero-points li::before {
  color: #ff8a00;
}

body.has-model-page .hero-actions {
  margin-top: 18px;
}

body.has-model-page .hero-offer-card {
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(37, 48, 71, 0.08);
  box-shadow: 0 22px 42px rgba(17, 24, 39, 0.10);
}

body.has-model-page .offer-img {
  margin-bottom: 16px;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.12);
}

body.has-model-page .hero-offer-card__title {
  color: #8b6741;
}

body.has-model-page .model-hero-stats span {
  background: #f7f4ef;
  border: 1px solid rgba(139, 103, 65, 0.12);
  color: #6f4f2b;
}

body.has-model-page .model-hero-name,
body.has-model-page .hero-offer-card__text,
body.has-model-page .hero-offer-card .hero-points li {
  color: #182132;
}

body.has-model-page .hero-offer-card__microcopy {
  color: #667085;
}

body.has-model-page .hero-card-trust span {
  background: #f8f6f2;
  border: 1px solid rgba(37, 48, 71, 0.08);
  color: #334155;
  font-size: 0.85rem;
}

body.has-model-page .product-highlight,
body.has-model-page .model-cta-banner,
body.has-model-page .cta-box {
  grid-template-columns: 168px minmax(0, 1fr) minmax(230px, 280px);
  gap: 24px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fffdfa 0%, #f7f2ea 100%);
  border: 1px solid rgba(37, 48, 71, 0.08);
  box-shadow: 0 22px 42px rgba(17, 24, 39, 0.08);
}

body.has-model-page .model-cta-media {
  width: 168px;
  min-width: 168px;
  height: 168px;
  border-radius: 22px;
  background: #ffffff;
}

body.has-model-page .model-cta-media img,
body.has-model-page .product-highlight img {
  min-height: 168px;
  border-radius: 22px;
}

body.has-model-page .cta-box-content h2,
body.has-model-page .product-highlight h2 {
  margin-bottom: 10px;
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  line-height: 1.02;
}

body.has-model-page .cta-box-lead {
  margin-bottom: 14px;
  font-size: 0.98rem;
  line-height: 1.62;
}

body.has-model-page .model-cta-name {
  font-size: 1.58rem;
}

body.has-model-page .model-cta-signals span {
  background: #fff8ee;
  border: 1px solid rgba(255, 184, 77, 0.45);
  color: #8a4b00;
}

body.has-model-page .model-cta-urgency span,
body.has-model-page .cta-action-intro,
body.has-model-page .cta-compare-copy,
body.has-model-page .cta-final-copy {
  font-size: 0.93rem;
  line-height: 1.58;
}

body.has-model-page .trust-notes span,
body.has-model-page .trust-notes-secondary span {
  padding: 11px 14px;
  border-radius: 16px;
  font-size: 0.88rem;
}

.product-card-link {
  color: inherit;
  text-decoration: none;
}

.product-title-link:hover,
.product-title-link:focus-visible {
  color: #c76a15;
}

.cta-helper {
  margin: 6px 0 0;
  color: #667085;
  font-size: 0.82rem;
  line-height: 1.45;
}

.featured-pick-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.featured-pick-copy h3 a:hover,
.featured-pick-copy h3 a:focus-visible {
  color: #c76a15;
}

.featured-pick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 14px;
}

.quick-amazon-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff4df;
  border: 1px solid rgba(255, 166, 54, 0.38);
  color: #9a5600;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.quick-amazon-link:hover,
.quick-amazon-link:focus-visible {
  background: #ffe8bd;
  color: #7b4400;
}

.product-actions .cta-helper {
  text-align: left;
}

body.home-editorial .product-actions .cta-helper,
body.has-model-page .cta-helper {
  color: #5b6473;
}

body.has-model-page .hero-actions + .cta-helper {
  max-width: 56ch;
}

body.has-model-page .hero-offer-card .cta-helper {
  margin-top: 10px;
  color: #667085;
}

body.has-model-page .cta-box-actions .cta-helper {
  margin: -2px 0 4px;
  color: #475569;
}

body.has-model-page .cta-panel-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.sticky-buy-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  padding: 12px 0;
  background: rgba(248, 244, 237, 0.92);
  border-top: 1px solid rgba(37, 48, 71, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sticky-buy-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sticky-buy-bar__copy {
  display: grid;
  gap: 3px;
}

.sticky-buy-bar__copy strong {
  color: #182132;
  font-size: 0.94rem;
}

.sticky-buy-bar__copy span {
  color: #667085;
  font-size: 0.84rem;
}

body.has-model-page {
  padding-bottom: 94px;
}

body.home-editorial .product-card .cta-button::after {
  content: "Comprobar precio y tallas en Amazon";
  color: #111111;
  font-size: 15px;
}

body.home-editorial .product-card .cta-button {
  color: transparent !important;
  font-size: 0 !important;
}

body.home-editorial .product-card .product-actions {
  gap: 8px;
}

@media (max-width: 640px) {
  body.home-editorial .featured-picks-grid--top {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-card {
    border-radius: 22px;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-card img {
    height: 180px;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-copy {
    padding: 16px 16px 18px;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-copy h3 {
    font-size: 1rem;
    line-height: 1.24;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-copy p {
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .featured-pick-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .quick-amazon-link {
    justify-content: center;
  }

  .sticky-buy-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .sticky-buy-bar__copy {
    text-align: center;
  }

  .product-actions .cta-helper,
  body.has-model-page .cta-panel-actions .cta-helper {
    text-align: center;
  }

  body.has-model-page .cta-panel-actions {
    justify-items: stretch;
  }
}

body.has-model-page .cta-panel-final {
  background: linear-gradient(180deg, #fffaf2 0%, #f7efdf 100%);
  border: 1px solid rgba(37, 48, 71, 0.08);
  box-shadow: 0 20px 40px rgba(17, 24, 39, 0.07);
}

@media (max-width: 920px) {
  body.home-editorial .hero-home {
    padding: 108px 0 36px;
  }

  body.home-editorial .hero-grid.hero-content,
  body.has-model-page .hero-grid.hero-content,
  body.has-model-page .product-highlight,
  body.has-model-page .model-cta-banner,
  body.has-model-page .cta-box {
    grid-template-columns: 1fr;
  }

  body.home-editorial .hero-copy h1,
  body.has-model-page .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  body.home-editorial .hero-home {
    padding: 116px 0 28px;
  }

  body.home-editorial .hero-copy h1 {
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  body.home-editorial .hero-value-list li,
  body.has-model-page .hero-copy > .hero-points li {
    font-size: 0.88rem;
  }

  body.home-editorial .section,
  body.has-model-page .section {
    padding: 48px 0;
  }

  body.has-model-page .hero {
    padding: 52px 0 40px;
  }

  body.has-model-page .hero-offer-card,
  body.has-model-page .product-highlight,
  body.has-model-page .model-cta-banner,
  body.has-model-page .cta-box,
  body.has-model-page .cta-panel-final {
    padding: 20px;
  }

  body.has-model-page .model-cta-media {
    width: 180px;
    min-width: 180px;
    height: 180px;
  }

  body.has-model-page .model-cta-media img,
  body.has-model-page .product-highlight img {
    min-height: 180px;
  }
}

/* Mobile commerce pass: prioritize tappable product choices and Amazon-style CTAs. */
body.home-editorial .product-card .cta-button::after {
  content: "Ver disponibilidad en Amazon";
}

body.home-editorial .quick-amazon-link {
  background: linear-gradient(135deg, #ffb21c 0%, #ff8400 100%);
  border: 0;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(255, 132, 0, 0.18);
}

body.home-editorial .quick-amazon-link:hover,
body.home-editorial .quick-amazon-link:focus-visible {
  background: linear-gradient(135deg, #ffbe33 0%, #ff8f12 100%);
  color: #ffffff;
}

body.has-model-page .sticky-buy-bar .button,
body.has-model-page .cta-banner-button,
body.has-model-page .hero-offer-card .cta-button {
  background: linear-gradient(135deg, #ffb21c 0%, #ff8400 100%);
  border: 0;
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(255, 132, 0, 0.22);
}

@media (max-width: 640px) {
  body.home-editorial .hero-header .container {
    min-height: 58px;
  }

  body.home-editorial .hero-home {
    min-height: auto;
    padding: 82px 0 8px;
  }

  body.home-editorial .hero-grid.hero-content {
    gap: 14px;
    align-items: start;
  }

  body.home-editorial .hero-side {
    display: none;
  }

  body.home-editorial .hero-copy .eyebrow,
  body.home-editorial .editorial-meta,
  body.home-editorial .hero-proof {
    display: none;
  }

  body.home-editorial .hero-copy h1 {
    max-width: 12ch;
    margin-bottom: 8px;
    font-size: 1.72rem;
    line-height: 1.02;
  }

  body.home-editorial .hero-text {
    display: -webkit-box;
    max-width: 34ch;
    margin-bottom: 12px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  body.home-editorial .hero-value-list {
    display: none;
  }

  body.home-editorial .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
  }

  body.home-editorial .hero .button {
    min-height: 46px;
    border-radius: 12px;
    font-size: 0.94rem;
  }

  body.home-editorial .hero .button-secondary {
    min-height: 40px;
    background: #ffffff;
  }

  body.home-editorial .section {
    padding: 28px 0;
  }

  body.home-editorial .section-heading {
    margin-bottom: 14px;
  }

  body.home-editorial .section-heading h2 {
    font-size: 1.45rem;
    line-height: 1.08;
  }

  body.home-editorial .section-heading p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  body.home-editorial .featured-picks-grid--top {
    gap: 12px;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-card img {
    width: 116px;
    height: 100%;
    min-height: 176px;
    object-fit: cover;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-copy {
    padding: 12px;
  }

  body.home-editorial .featured-picks-grid--top .pick-badge {
    margin-bottom: 7px;
    font-size: 0.66rem;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-copy h3 {
    margin-bottom: 6px;
    font-size: 0.98rem;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-copy p {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-actions {
    gap: 8px;
    padding-top: 10px;
  }

  body.home-editorial .featured-picks-grid--top .category-link {
    font-size: 0.8rem;
  }

  body.home-editorial .quick-amazon-link {
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.82rem;
  }

  body.home-editorial .featured-products .product-grid,
  body.home-editorial #marcas .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home-editorial .product-card {
    gap: 6px;
    padding: 9px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
  }

  body.home-editorial .product-card .product-badge {
    top: 8px;
    left: 8px;
    padding: 5px 7px;
    font-size: 0.64rem;
  }

  body.home-editorial .product-card .product-media {
    padding: 6px;
    border-radius: 12px;
  }

  body.home-editorial .product-card .product-media img,
  body.home-editorial .product-card img {
    aspect-ratio: 1 / 1;
  }

  body.home-editorial .product-card h3 {
    min-height: 2.55em;
    font-size: 0.82rem;
    line-height: 1.25;
  }

  body.home-editorial .product-card .product-category,
  body.home-editorial .product-card .product-fit,
  body.home-editorial .product-card .update-note,
  body.home-editorial .product-card .product-secondary,
  body.home-editorial .product-actions .cta-helper {
    display: none;
  }

  body.home-editorial .product-card .stars {
    font-size: 0.72rem;
  }

  body.home-editorial .product-card .product-price {
    font-size: 0.93rem;
    line-height: 1.15;
  }

  body.home-editorial .product-card .product-demand-note {
    min-height: 2.4em;
    font-size: 0.69rem;
    line-height: 1.2;
  }

  body.home-editorial .product-card .product-actions {
    margin-top: 2px;
  }

  body.home-editorial .product-card .cta-button {
    min-height: 40px;
    padding: 9px 8px;
    border-radius: 10px;
  }

  body.home-editorial .product-card .cta-button::after {
    font-size: 0.76rem;
    line-height: 1.1;
  }

  body.has-model-page .sticky-buy-bar {
    padding: 8px 0;
  }

  body.has-model-page .sticky-buy-bar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  body.has-model-page .sticky-buy-bar__copy {
    min-width: 0;
    text-align: left;
  }

  body.has-model-page .sticky-buy-bar__copy strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.82rem;
  }

  body.has-model-page .sticky-buy-bar__copy span {
    font-size: 0.76rem;
  }

  body.has-model-page .sticky-buy-bar .button {
    width: auto;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.84rem;
    white-space: nowrap;
  }
}

.cta-button--amazon-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.amazon-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 4px 8px 7px;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: lowercase;
  box-shadow: inset 0 -2px 0 rgba(255, 153, 0, 0.35);
}

.amazon-mark::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 10px;
  bottom: 3px;
  height: 5px;
  border-bottom: 2px solid #ff9900;
  border-radius: 0 0 999px 999px;
}

.cta-price {
  color: inherit;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

body.home-editorial .product-card .cta-button {
  color: #ffffff !important;
  font-size: 0.9rem !important;
}

body.home-editorial .product-card .cta-button::after {
  content: none !important;
}

body.home-editorial .product-card .cta-button .amazon-mark {
  min-width: 54px;
  font-size: 0.74rem;
}

body.home-editorial .product-card .cta-button .cta-price {
  font-size: 0.94rem;
}

body.has-model-page .cta-button--amazon-price .cta-price,
body.has-model-page .sticky-buy-bar .cta-price {
  font-size: 1rem;
}

body.has-model-page .cta-banner-button .cta-price {
  font-size: 1.08rem;
}

@media (max-width: 640px) {
  body.home-editorial .quick-amazon-link.cta-button--amazon-price {
    gap: 8px;
  }

  body.home-editorial .quick-amazon-link .amazon-mark {
    min-width: 52px;
    padding: 4px 7px 7px;
    font-size: 0.72rem;
  }

  body.home-editorial .quick-amazon-link .cta-price {
    font-size: 0.86rem;
  }

  body.home-editorial .product-card .cta-button {
    gap: 5px;
  }

  body.home-editorial .product-card .cta-button .amazon-mark {
    display: none;
  }

  body.home-editorial .product-card .cta-button .cta-price {
    font-size: 0.82rem;
  }

  body.has-model-page .sticky-buy-bar .amazon-mark {
    display: none;
  }

  body.has-model-page .sticky-buy-bar .cta-price {
    font-size: 0.88rem;
  }
}

/* Storefront simplification inspired by modern mobile commerce: product first, text later. */
body.home-editorial {
  background: #ffffff;
}

body.home-editorial .home-editorial-band,
body.home-editorial .featured-products {
  background: #ffffff;
}

body.home-editorial .seo-band,
body.home-editorial .editorial-method,
body.home-editorial .seo-copy {
  scroll-margin-top: 88px;
}

body.home-editorial .featured-pick-card,
body.home-editorial .product-card,
body.home-editorial .blog-card,
body.home-editorial .guide-card,
body.home-editorial .home-rail-card,
body.home-editorial .brand-box {
  border-radius: 12px;
}

body.home-editorial .featured-pick-card,
body.home-editorial .product-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.07);
}

body.home-editorial .home-guide-section,
body.home-editorial .home-story-grid,
body.home-editorial .home-quick-nav,
body.home-editorial .seo-band,
body.home-editorial .editorial-method {
  background: #fbfbfc;
}

body.home-editorial .home-brand-section,
body.home-editorial .featured-products,
body.home-editorial .home-editorial-band {
  background: #ffffff;
}

body.home-editorial .home-brand-grid,
body.home-editorial .guide-grid-five {
  gap: 14px;
}

body.home-editorial .home-brand-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home-editorial .home-brand-grid .brand-logo-box {
  min-height: 126px;
  padding: 22px;
}

body.home-editorial .home-brand-grid .brand-logo-box img {
  max-width: 178px;
  height: 54px;
}

body.has-model-page .hero-side {
  align-self: start;
}

@media (max-width: 640px) {
  body.home-editorial .hero-home {
    background: #ffffff;
    border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  }

  body.home-editorial .hero-copy h1 {
    max-width: 14ch;
    font-size: 1.48rem;
    letter-spacing: 0;
  }

  body.home-editorial .hero-text {
    max-width: 38ch;
    -webkit-line-clamp: 2;
    font-size: 0.88rem;
  }

  body.home-editorial .hero .button,
  body.home-editorial .hero .button-secondary {
    min-height: 42px;
    padding: 10px 14px;
  }

  body.home-editorial .home-editorial-band {
    padding-top: 6px;
  }

  body.home-editorial .home-brand-section {
    padding-top: 22px;
  }

  body.home-editorial .section-heading--split {
    gap: 8px;
  }

  body.home-editorial .section-heading .eyebrow,
  body.home-editorial .home-section-kicker {
    margin-bottom: 6px;
    font-size: 0.68rem;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-card {
    grid-template-columns: 106px minmax(0, 1fr);
    min-height: 154px;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-card img {
    width: 106px;
    min-height: 154px;
  }

  body.home-editorial .featured-picks-grid--top .featured-pick-copy p {
    display: none;
  }

  body.home-editorial .featured-pick-actions {
    align-items: stretch;
  }

  body.home-editorial .featured-picks-grid--top .category-link {
    display: none;
  }

  body.home-editorial .featured-products .section-heading p,
  body.home-editorial .home-brand-section .section-heading p,
  body.home-editorial .home-guide-section .section-heading p,
  body.home-editorial .home-story-grid .section-heading p,
  body.home-editorial .home-quick-nav .section-heading p {
    max-width: 32ch;
  }

  body.home-editorial .quick-amazon-link.cta-button--amazon-price {
    min-height: 44px;
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  body.home-editorial .quick-amazon-link .amazon-mark {
    min-width: 40px;
    padding: 3px 6px 5px;
    font-size: 0.58rem;
  }

  body.home-editorial .quick-amazon-link .cta-price {
    font-size: 0.76rem;
    white-space: nowrap;
  }

  body.home-editorial .featured-products .product-grid {
    gap: 10px;
  }

  body.home-editorial .featured-products {
    padding-top: 14px;
  }

  body.home-editorial .featured-products .section-heading p {
    display: none;
  }

  body.home-editorial .featured-products .section-heading {
    margin-bottom: 14px;
  }

  body.home-editorial .featured-products .product-card {
    padding: 10px;
    gap: 6px;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
  }

  body.home-editorial .featured-products .product-card .product-media {
    padding: 8px;
    border-radius: 14px;
  }

  body.home-editorial .featured-products .product-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  body.home-editorial .featured-products .product-card h3 {
    font-size: 0.9rem;
    line-height: 1.22;
  }

  body.home-editorial .featured-products .product-card .product-category,
  body.home-editorial .featured-products .product-card .product-fit,
  body.home-editorial .featured-products .product-card .update-note,
  body.home-editorial .featured-products .product-card .cta-helper {
    display: none;
  }

  body.home-editorial .featured-products .product-card .stars {
    margin: 0;
    font-size: 0.74rem;
  }

  body.home-editorial .featured-products .product-card .meta-note,
  body.home-editorial .featured-products .product-card .product-demand-note {
    font-size: 0.72rem;
  }

  body.home-editorial .featured-products .product-card .product-price {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  body.home-editorial .featured-products .product-card .product-actions {
    gap: 0;
  }

  body.home-editorial .featured-products .product-card .cta-button {
    min-height: 40px;
    border-radius: 12px;
    padding: 10px 10px;
  }

  body.home-editorial .featured-products .product-card .cta-button .amazon-mark {
    min-width: 38px;
    padding: 3px 5px 5px;
    font-size: 0.56rem;
  }

body.home-editorial .featured-products .product-card .cta-button .cta-price {
  font-size: 0.74rem;
  white-space: nowrap;
}

  body.brand-editorial .hero {
    min-height: auto;
    padding: 18px 0 20px;
    background: #ffffff;
  }

  body.brand-editorial .hero-copy {
    max-width: 100%;
    color: #182132;
  }

  body.brand-editorial .hero-copy h1,
  body.brand-editorial .hero-copy p,
  body.brand-editorial .hero-copy li {
    color: #182132;
  }

  body.brand-editorial .main-nav {
    padding: 10px 0 8px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  body.brand-editorial .main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body.brand-editorial .main-nav nav {
    display: none;
  }

  body.brand-editorial .main-nav .logo img {
    height: 40px;
  }

  body.brand-editorial .hero-grid.hero-content {
    gap: 14px;
  }

  body.brand-editorial .hero-side {
    display: none;
  }

  body.brand-editorial .hero-copy .eyebrow,
  body.brand-editorial .editorial-meta {
    display: none;
  }

  body.brand-editorial .hero-copy h1 {
    margin-bottom: 8px;
    font-size: 1.74rem;
    line-height: 1.04;
  }

  body.brand-editorial .hero-text {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  body.brand-editorial .hero-points {
    display: none;
  }

  body.brand-editorial .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.brand-editorial .hero-actions .button,
  body.brand-editorial .hero-actions .button-secondary {
    width: 100%;
  }

  body.brand-editorial .hero-actions .button-secondary.cta-button--amazon-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #253047;
    background: #fff8ef;
    border: 1px solid rgba(255, 166, 54, 0.26);
    box-shadow: none;
  }

  body.brand-editorial .hero-actions .button-secondary.cta-button--amazon-price .amazon-mark {
    min-width: 52px;
    padding: 4px 7px 7px;
    font-size: 0.72rem;
  }

  body.brand-editorial .hero-actions .button-secondary.cta-button--amazon-price .cta-price {
    font-size: 0.88rem;
  }

  body.brand-editorial .article-content {
    gap: 8px;
  }

  body.brand-editorial .breadcrumbs,
  body.brand-editorial .article-content .section:nth-of-type(n+4) {
    display: none;
  }

  body.brand-editorial .section {
    padding: 22px 0;
    margin-bottom: 0;
  }

  body.brand-editorial .section-heading {
    margin-bottom: 12px;
  }

  body.brand-editorial .section-heading p {
    display: none;
  }

  body.brand-editorial .blog-home-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.brand-editorial .blog-card {
    padding: 14px;
    border-radius: 16px;
  }

  body.brand-editorial .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.brand-editorial .product-card {
    padding: 10px;
    gap: 6px;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
  }

  body.brand-editorial .product-card .product-media {
    padding: 8px;
    border-radius: 14px;
  }

  body.brand-editorial .product-card h3 {
    font-size: 0.9rem;
    line-height: 1.22;
  }

  body.brand-editorial .product-card .product-category,
  body.brand-editorial .product-card .product-fit,
  body.brand-editorial .product-card .update-note,
  body.brand-editorial .product-card .cta-helper {
    display: none;
  }

  body.brand-editorial .product-card .stars {
    margin: 0;
    font-size: 0.74rem;
  }

  body.brand-editorial .product-card .meta-note,
  body.brand-editorial .product-card .product-demand-note {
    font-size: 0.72rem;
  }

  body.brand-editorial .product-card .product-price {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  body.brand-editorial .product-card .cta-button {
    min-height: 40px;
    border-radius: 12px;
    padding: 10px 10px;
  }

  body.brand-editorial .product-card .cta-button .amazon-mark {
    min-width: 38px;
    padding: 3px 5px 5px;
    font-size: 0.56rem;
  }

  body.brand-editorial .product-card .cta-button .cta-price {
    font-size: 0.74rem;
    white-space: nowrap;
  }

  body.home-editorial .product-card .cta-button .amazon-mark,
  body.has-model-page .sticky-buy-bar .amazon-mark {
    display: inline-flex;
    min-width: 44px;
    padding: 3px 6px 6px;
    font-size: 0.62rem;
  }

  body.home-editorial .product-card .cta-button .amazon-mark::after,
  body.has-model-page .sticky-buy-bar .amazon-mark::after {
    left: 11px;
    right: 8px;
    bottom: 2px;
  }

  body.home-editorial .product-card .cta-button {
    min-height: 42px;
    gap: 5px;
  }

  body.home-editorial .product-card .cta-button .cta-price {
    font-size: 0.78rem;
  }

  body.home-editorial .home-quick-nav,
  body.home-editorial .home-story-grid {
    padding-top: 20px;
  }

  body.home-editorial .home-story-grid {
    display: none;
  }

  body.home-editorial .home-quick-nav {
    display: none;
  }

  body.home-editorial .home-guide-section .guide-grid-five {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home-editorial .home-guide-section .guide-card {
    padding: 12px;
    border-radius: 12px;
  }

  body.home-editorial .home-guide-section .guide-card p {
    display: none;
  }

  body.home-editorial .home-guide-section .guide-card h3 {
    font-size: 0.88rem;
    line-height: 1.28;
  }

  body.home-editorial .home-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.home-editorial .home-brand-grid .brand-logo-box {
    min-height: 74px;
    padding: 14px 12px;
  }

  body.home-editorial .home-brand-links {
    display: none;
  }

  body.home-editorial .seo-copy {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  body.has-model-page .hero {
    padding: 18px 0 26px;
    background: #ffffff;
  }

  body.has-model-page .hero-side {
    order: -1;
  }

  body.has-model-page .hero-offer-card {
    padding: 14px;
    border-radius: 16px;
  }

  body.has-model-page .offer-img {
    max-height: 260px;
    object-fit: cover;
  }

  body.has-model-page .hero-copy h1 {
    margin-top: 8px;
    font-size: 1.72rem;
    line-height: 1.05;
  }

  body.has-model-page .hero-copy .editorial-meta,
  body.has-model-page .hero-copy > .hero-points,
  body.has-model-page .hero-proof--amazon,
  body.has-model-page .hero-copy > .trust-notes {
    display: none;
  }

  body.has-model-page .resumen-box,
  body.has-model-page #veredicto,
  body.has-model-page .methodology-box,
  body.has-model-page .section-heading + .blog-home-grid {
    margin-top: 0;
  }

  body.has-model-page .breadcrumbs,
  body.has-model-page .resumen-box {
    display: none;
  }

  body.has-model-page .main-nav {
    padding: 10px 0 8px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  body.has-model-page .main-nav .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body.has-model-page .main-nav nav {
    width: auto;
    display: flex;
    gap: 8px;
    align-items: center;
  }

  body.has-model-page .main-nav nav a {
    width: auto;
    padding: 8px 12px;
    font-size: 0.78rem;
    line-height: 1;
    text-align: center;
    background: #fff8ef;
    border: 1px solid rgba(255, 166, 54, 0.22);
  }

  body.has-model-page .main-nav nav a:nth-child(n+2) {
    display: none;
  }

  body.has-model-page .main-nav .logo img {
    height: 40px;
  }

  body.has-model-page .hero-text,
  body.has-model-page .hero-proof,
  body.has-model-page .hero-decision-note {
    font-size: 0.94rem;
    line-height: 1.5;
  }

  body.has-model-page .model-hero-price,
  body.has-model-page .model-cta-price {
    font-size: 1.08rem;
  }

  body.has-model-page .product-highlight,
  body.has-model-page .model-cta-banner,
  body.has-model-page .cta-box {
    border-radius: 16px;
    gap: 14px;
  }

  body.has-model-page .model-cta-media {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }

  body.has-model-page .model-cta-media img,
  body.has-model-page .product-highlight img {
    min-height: 150px;
  }

  body.has-model-page .sticky-buy-bar__inner {
    grid-template-columns: minmax(0, 1fr) minmax(126px, auto);
  }

  body.category-editorial .topbar {
    display: none;
  }

  body.category-editorial .main-nav {
    padding: 10px 0 8px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
  }

  body.category-editorial .main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body.category-editorial .main-nav nav {
    display: none;
  }

  body.category-editorial .main-nav .logo img {
    height: 40px;
  }

  body.category-editorial .breadcrumbs,
  body.category-editorial .editorial-meta,
  body.category-editorial .hero-side,
  body.category-editorial .hero-copy .eyebrow,
  body.category-editorial .comparison-table,
  body.category-editorial .editorial-method {
    display: none;
  }

  body.category-editorial .hero {
    min-height: auto;
    padding: 18px 0 20px;
    background: #ffffff;
  }

  body.category-editorial .hero-copy {
    max-width: 100%;
    color: #182132;
  }

  body.category-editorial .hero-copy h1,
  body.category-editorial .hero-copy p,
  body.category-editorial .hero-copy li {
    color: #182132;
  }

  body.category-editorial .hero-grid.hero-content {
    gap: 14px;
  }

  body.category-editorial .hero-copy h1,
  body.category-editorial main > .container > h1 {
    margin-bottom: 8px;
    font-size: 1.78rem;
    line-height: 1.04;
  }

  body.category-editorial .hero-text,
  body.category-editorial main > .container > p {
    font-size: 0.95rem;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.category-editorial .hero-points {
    display: none;
  }

  body.category-editorial .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.category-editorial .hero-actions .button,
  body.category-editorial .hero-actions .button-secondary {
    width: 100%;
  }

  body.category-editorial .hero-actions .button-secondary {
    background: #fff8ef;
    color: #253047;
    border: 1px solid rgba(255, 166, 54, 0.26);
    box-shadow: none;
  }

  body.category-editorial main.section {
    padding-top: 18px;
  }

  body.category-editorial .section {
    padding: 22px 0;
    margin-bottom: 0;
  }

  body.category-editorial .section-heading {
    margin-bottom: 12px;
  }

  body.category-editorial .section-heading p,
  body.category-editorial .seo-copy p:nth-of-type(n+3) {
    display: none;
  }

  body.category-editorial .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.category-editorial .product-card {
    padding: 10px;
    gap: 6px;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
  }

  body.category-editorial .product-card .product-media {
    padding: 8px;
    border-radius: 14px;
  }

  body.category-editorial .product-card img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  body.category-editorial .product-card h3 {
    font-size: 0.9rem;
    line-height: 1.22;
  }

  body.category-editorial .product-card .product-category,
  body.category-editorial .product-card .product-fit,
  body.category-editorial .product-card .update-note,
  body.category-editorial .product-card .cta-helper,
  body.category-editorial .product-secondary {
    display: none;
  }

  body.category-editorial .product-card .stars {
    margin: 0;
    font-size: 0.74rem;
  }

  body.category-editorial .product-card .meta-note,
  body.category-editorial .product-card .product-demand-note {
    font-size: 0.72rem;
  }

  body.category-editorial .product-card .product-price {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.2;
  }

  body.category-editorial .product-card .product-actions {
    gap: 0;
  }

  body.category-editorial .product-card .cta-button {
    min-height: 40px;
    border-radius: 12px;
    padding: 10px 10px;
  }

  body.category-editorial .product-card .cta-button .amazon-mark {
    min-width: 38px;
    padding: 3px 5px 5px;
    font-size: 0.56rem;
  }

  body.category-editorial .product-card .cta-button .cta-price {
    font-size: 0.74rem;
    white-space: nowrap;
  }

  body.category-editorial .blog-home-grid,
  body.category-editorial .guide-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.category-editorial .blog-card,
  body.category-editorial .guide-card,
  body.category-editorial .faq-item {
    padding: 14px;
    border-radius: 16px;
  }

  body.category-editorial .cta-banner {
    padding: 18px;
    gap: 14px;
  }

  body.category-editorial .cta-banner .button,
  body.category-editorial .cta-banner .cta-banner-button {
    width: 100%;
  }

  body.blog-editorial .topbar {
    display: none !important;
  }

  body.blog-editorial .main-nav {
    padding: 10px 0 8px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
  }

  body.blog-editorial .main-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  body.blog-editorial .main-nav nav {
    display: none !important;
  }

  body.blog-editorial .main-nav .logo img {
    height: 40px;
  }

  body.blog-editorial .breadcrumbs {
    display: none !important;
  }

  body.blog-editorial main.section {
    padding-top: 18px;
  }

  body.blog-editorial .article-content {
    gap: 14px;
  }

  body.blog-editorial .article-content > h1 {
    font-size: 1.78rem;
    line-height: 1.04;
    margin-bottom: 2px;
  }

  body.blog-editorial .editorial-meta {
    display: none !important;
  }

  body.blog-editorial .article-content > p {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  body.blog-editorial .featured-picks-grid {
    gap: 12px;
    margin-top: 8px;
  }

  body.blog-editorial .featured-pick-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: 18px;
  }

  body.blog-editorial .featured-pick-card img {
    width: 96px;
    height: 96px;
    border-radius: 14px;
  }

  body.blog-editorial .featured-pick-copy {
    gap: 6px;
  }

  body.blog-editorial .featured-pick-copy h3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  body.blog-editorial .featured-pick-copy p {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  body.blog-editorial .featured-pick-copy .category-link {
    font-size: 0.82rem;
    font-weight: 800;
  }

  body.blog-editorial h2 {
    font-size: 1.48rem;
    line-height: 1.1;
    margin-top: 10px;
  }

  body.blog-editorial ul {
    padding-left: 18px;
  }

  body.blog-editorial .featured-picks-grid--compact .featured-pick-card {
    grid-template-columns: 1fr;
  }

  body.blog-editorial .cta-banner {
    padding: 18px;
    gap: 14px;
  }

  body.blog-editorial .cta-banner .button,
  body.blog-editorial .cta-banner .cta-banner-button {
    width: 100%;
  }

  body.blog-editorial .trust-notes {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.blog-editorial .editorial-method {
    display: none !important;
  }
}

/* Product image treatment: avoid forced zoom/pixelation on catalog photos. */
body.home-editorial .product-media img,
body.home-editorial .producto-img img,
body.home-editorial .product-card img,
body.brand-editorial .product-media img,
body.brand-editorial .producto-img img,
body.brand-editorial .product-card img,
body.category-editorial .product-media img,
body.category-editorial .producto-img img,
body.category-editorial .product-card img {
  object-fit: contain !important;
}

body.home-editorial .featured-picks-grid--top .featured-pick-card img {
  box-sizing: border-box;
  max-width: 300px;
  margin-inline: auto;
  object-fit: contain !important;
  background: #fffdf8;
  padding: 18px;
}

body.home-editorial .product-card:hover img,
body.brand-editorial .product-card:hover img,
body.category-editorial .product-card:hover img {
  transform: none;
}

body.has-model-page .model-hero-card .offer-img,
body.has-model-page .hero-offer-card .offer-img,
body:not(.home-editorial) .hero-offer-card .offer-img {
  box-sizing: border-box;
  object-fit: contain !important;
  max-height: 320px;
  padding: 18px;
  background: #ffffff;
}

body.home-editorial .home-hero-card .offer-img {
  box-sizing: border-box;
  object-fit: contain !important;
  max-height: 330px;
  padding: 18px;
  background: #ffffff;
}

/* Home readability pass: section intros should use the available horizontal space. */
body.home-editorial .section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: clamp(24px, 6vw, 88px);
  row-gap: 18px;
}

body.home-editorial .section-heading--split > div {
  min-width: 0;
  max-width: none;
  width: 100%;
}

body.home-editorial .section-heading h2,
body.home-editorial .section-heading--split h2 {
  max-width: none !important;
  width: 100%;
  font-size: clamp(2.25rem, 3.35vw, 3.7rem) !important;
  line-height: 1.03;
  text-wrap: pretty;
}

body.home-editorial .section-heading p,
body.home-editorial .section-heading--split p {
  max-width: min(100%, 62em) !important;
  text-wrap: pretty;
}

body.home-editorial .home-editorial-band .section-heading h2 {
  max-width: none !important;
}

body.home-editorial .section-heading--split .section-link {
  justify-self: end;
  white-space: nowrap;
}

@media (max-width: 820px) {
  body.home-editorial .section-heading--split {
    grid-template-columns: 1fr;
  }

  body.home-editorial .section-heading--split .section-link {
    justify-self: start;
  }
}

body.has-model-page .model-cta-media img,
body.has-model-page .product-highlight img,
body:not(.home-editorial) .model-cta-media img,
body:not(.home-editorial) .product-highlight img {
  object-fit: contain !important;
  min-height: 0 !important;
  padding: 12px;
  background: #ffffff;
}

/* Global headline flow: avoid narrow, forced editorial columns on commercial pages. */
body.home-editorial .hero-copy,
body.home-editorial .section-heading > div,
body.home-editorial .seo-copy,
body.brand-editorial .hero-copy,
body.brand-editorial .section-heading > div,
body.category-editorial .hero-copy,
body.category-editorial .section-heading > div,
body.has-model-page .hero-copy,
body.has-model-page .section-heading > div,
body.blog-editorial .section-heading > div {
  max-width: none !important;
  width: 100%;
}

body.home-editorial .hero-copy h1,
body.home-editorial .hero h1,
body:not(.blog-editorial) .hero h1,
body:not(.blog-editorial) main > .container > h1,
body.home-editorial .section-heading h2,
body.home-editorial .seo-copy h2,
body.brand-editorial .hero-copy h1,
body.brand-editorial .hero h1,
body.brand-editorial .section-heading h2,
body.category-editorial .hero-copy h1,
body.category-editorial .hero h1,
body.category-editorial .section-heading h2,
body.has-model-page .hero-copy h1,
body.has-model-page .hero h1,
body.has-model-page .section-heading h2,
body.blog-editorial .section-heading h2 {
  max-width: none !important;
  width: 100%;
  text-wrap: pretty;
}

body.home-editorial .section-heading h2,
body.brand-editorial .section-heading h2,
body.category-editorial .section-heading h2,
body.has-model-page .section-heading h2,
body.blog-editorial .section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3.45rem) !important;
  line-height: 1.06;
}

body.home-editorial .home-buying-hub {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(217, 244, 95, 0.55), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f4efe5 58%, #ffe4cf 100%);
}

body.home-editorial .home-buying-hub::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 97, 46, 0.12);
}

body.home-editorial .home-buying-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
}

body.home-editorial .home-buying-intro {
  max-width: 980px;
}

body.home-editorial .home-buying-intro h2 {
  max-width: 15em !important;
  margin-bottom: 14px;
}

body.home-editorial .home-buying-intro p {
  max-width: 72ch !important;
  color: #4d596e;
  font-size: 1.06rem;
  line-height: 1.72;
}

body.home-editorial .home-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.home-editorial .decision-card,
body.home-editorial .editorial-feature-card,
body.home-editorial .click-copy-card,
body.home-editorial .click-step-list article,
body.home-editorial .method-details {
  border: 1px solid rgba(23, 33, 27, 0.1);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 40px rgba(23, 33, 27, 0.08);
}

body.home-editorial .decision-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  color: var(--home-ink);
}

body.home-editorial .decision-card:hover,
body.home-editorial .editorial-feature-card:hover,
body.home-editorial .click-step-list article:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(23, 33, 27, 0.12);
}

body.home-editorial .decision-card span {
  width: fit-content;
  border-bottom: 3px solid var(--home-orange);
  color: #7a5c33;
  font-weight: 900;
  letter-spacing: 0.14em;
}

body.home-editorial .decision-card h3,
body.home-editorial .editorial-feature-card h3,
body.home-editorial .click-step-list h3 {
  margin: 0;
  color: var(--home-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.05;
}

body.home-editorial .decision-card p,
body.home-editorial .editorial-feature-card p,
body.home-editorial .click-step-list p {
  margin: 0;
  color: #4d596e;
  line-height: 1.58;
}

body.home-editorial .decision-card strong {
  margin-top: auto;
  color: var(--home-orange);
}

body.home-editorial .decision-card--accent {
  background: var(--home-ink);
  color: #fffdf8;
}

body.home-editorial .decision-card--accent h3,
body.home-editorial .decision-card--accent p,
body.home-editorial .decision-card--accent span {
  color: #fffdf8;
}

body.home-editorial .decision-card--accent strong {
  color: var(--home-lime);
}

body.home-editorial .home-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 27, 0.12);
  border-radius: 24px;
  background: rgba(23, 33, 27, 0.12);
}

body.home-editorial .home-proof-strip div {
  padding: 20px;
  background: rgba(255, 253, 248, 0.88);
}

body.home-editorial .home-proof-strip strong,
body.home-editorial .home-proof-strip span {
  display: block;
}

body.home-editorial .home-proof-strip strong {
  margin-bottom: 6px;
  color: var(--home-ink);
}

body.home-editorial .home-proof-strip span {
  color: #5b6473;
  font-size: 0.94rem;
  line-height: 1.5;
}

body.home-editorial .home-editorial-cards-section {
  background: #fffdf8;
}

body.home-editorial .editorial-card-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

body.home-editorial .editorial-feature-card {
  padding: 26px;
}

body.home-editorial .editorial-feature-card--large {
  min-height: 300px;
  background:
    linear-gradient(135deg, rgba(217, 244, 95, 0.82), rgba(255, 253, 248, 0.95)),
    #fffdf8;
}

body.home-editorial .mini-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

body.home-editorial .mini-link-row a {
  border: 1px solid rgba(23, 33, 27, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fffdf8;
  color: var(--home-ink);
  font-weight: 800;
}

body.home-editorial .home-click-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

body.home-editorial .click-copy-card {
  padding: clamp(26px, 4vw, 44px);
  background: var(--home-ink);
  color: #fffdf8;
}

body.home-editorial .click-copy-card h2,
body.home-editorial .click-copy-card p {
  color: #fffdf8;
}

body.home-editorial .click-copy-card p {
  max-width: 62ch !important;
  line-height: 1.7;
}

body.home-editorial .click-step-list {
  display: grid;
  gap: 14px;
}

body.home-editorial .click-step-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 22px;
}

body.home-editorial .click-step-list article span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: var(--home-lime);
  color: var(--home-ink);
  font-weight: 900;
}

body.home-editorial .home-method-compact {
  padding-top: 0;
}

body.home-editorial .method-details {
  padding: 0;
  overflow: hidden;
}

body.home-editorial .method-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}

body.home-editorial .method-details summary::-webkit-details-marker {
  display: none;
}

body.home-editorial .method-details summary span {
  color: #7a5c33;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.home-editorial .method-details summary strong {
  color: var(--home-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
}

body.home-editorial .method-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(23, 33, 27, 0.1);
  background: rgba(23, 33, 27, 0.1);
}

body.home-editorial .method-details-grid p {
  margin: 0;
  padding: 22px;
  background: #fffdf8;
  color: #4d596e;
  line-height: 1.65;
}

body.home-editorial .hero-text,
body.home-editorial .section-heading p,
body.home-editorial .seo-copy p,
body.brand-editorial .hero-text,
body.brand-editorial .section-heading p,
body.category-editorial .hero-text,
body.category-editorial .section-heading p,
body.has-model-page .hero-text,
body.has-model-page .section-heading p,
body.blog-editorial .section-heading p {
  max-width: min(100%, 72em) !important;
  text-wrap: pretty;
}

body.home-editorial .section-heading--split,
body.brand-editorial .section-heading--split,
body.category-editorial .section-heading--split,
body.has-model-page .section-heading--split {
  grid-template-columns: minmax(0, 1fr) auto;
}

@media (max-width: 820px) {
  body.home-editorial .section-heading h2,
  body.brand-editorial .section-heading h2,
  body.category-editorial .section-heading h2,
  body.has-model-page .section-heading h2,
  body.blog-editorial .section-heading h2 {
    font-size: clamp(1.45rem, 7vw, 2.25rem) !important;
  }

  body.home-editorial .section-heading--split,
  body.brand-editorial .section-heading--split,
  body.category-editorial .section-heading--split,
  body.has-model-page .section-heading--split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.home-editorial .home-decision-grid,
  body.home-editorial .home-proof-strip,
  body.home-editorial .editorial-card-grid,
  body.home-editorial .method-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home-editorial .home-click-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.home-editorial .home-decision-grid,
  body.home-editorial .home-proof-strip,
  body.home-editorial .editorial-card-grid,
  body.home-editorial .method-details-grid {
    grid-template-columns: 1fr;
  }

  body.home-editorial .decision-card {
    min-height: auto;
  }

  body.home-editorial .click-step-list article {
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 18px;
  }

  body.home-editorial .click-step-list article span {
    width: 46px;
    height: 46px;
  }

body.home-editorial .method-details summary {
    display: grid;
    padding: 20px;
  }
}

/* Home lower flow 2026: turn mid/lower sections into a guided buying journey. */
body.home-editorial .home-route-board {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(217, 244, 95, 0.44), transparent 24%),
    radial-gradient(circle at 86% 10%, rgba(255, 97, 46, 0.18), transparent 27%),
    #fffdf8;
}

body.home-editorial .home-route-board::before {
  content: "";
  position: absolute;
  inset: 28px;
  pointer-events: none;
  border: 1px solid rgba(23, 33, 27, 0.07);
  border-radius: 34px;
}

body.home-editorial .home-route-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  align-items: stretch;
}

body.home-editorial .route-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.home-editorial .route-card {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(23, 33, 27, 0.11);
  border-radius: 30px;
  background: rgba(255, 253, 248, 0.9);
  color: var(--home-ink);
  box-shadow: 0 22px 50px rgba(23, 33, 27, 0.08);
}

body.home-editorial .route-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -46px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: rgba(255, 97, 46, 0.11);
}

body.home-editorial .route-card:hover,
body.home-editorial .route-card:focus-visible,
body.home-editorial .advice-card:hover,
body.home-editorial .advice-card:focus-visible,
body.home-editorial .journal-list a:hover,
body.home-editorial .journal-list a:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 28px 58px rgba(23, 33, 27, 0.12);
}

body.home-editorial .route-card--hero {
  min-height: 454px;
  background:
    linear-gradient(145deg, rgba(23, 33, 27, 0.97), rgba(23, 33, 27, 0.86)),
    var(--home-ink);
  color: #fffdf8;
}

body.home-editorial .route-card--hero::after {
  right: -74px;
  bottom: -74px;
  width: 240px;
  height: 240px;
  background: var(--home-orange);
  box-shadow: -44px -32px 0 var(--home-lime);
  opacity: 0.88;
}

body.home-editorial .route-card__number,
body.home-editorial .route-card > span:not(.eyebrow),
body.home-editorial .advice-card span,
body.home-editorial .journal-feature span {
  width: fit-content;
  color: #8b6741;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home-editorial .route-card--hero .route-card__number,
body.home-editorial .route-card--hero .guide-kicker {
  color: var(--home-lime);
}

body.home-editorial .route-card h3,
body.home-editorial .advice-copy h2,
body.home-editorial .advice-card h3,
body.home-editorial .problem-lab-card h2,
body.home-editorial .product-stage-copy h2,
body.home-editorial .journal-feature h3,
body.home-editorial .journal-list h3 {
  margin: 0;
  color: var(--home-ink);
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body.home-editorial .route-card h3 {
  font-size: clamp(1.45rem, 2vw, 2.15rem);
}

body.home-editorial .route-card--hero h3 {
  color: #fffdf8;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

body.home-editorial .route-card p,
body.home-editorial .advice-card p,
body.home-editorial .problem-lab-card p,
body.home-editorial .journal-list p,
body.home-editorial .journal-feature p,
body.home-editorial .product-stage-copy p {
  margin: 0;
  color: #4d596e;
  line-height: 1.62;
}

body.home-editorial .route-card--hero p,
body.home-editorial .route-card--hero strong {
  color: rgba(255, 253, 248, 0.84);
}

body.home-editorial .route-card strong {
  position: relative;
  z-index: 1;
  color: var(--home-orange);
}

body.home-editorial .home-advice-strip {
  background: #f4efe5;
}

body.home-editorial .home-advice-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  align-items: stretch;
}

body.home-editorial .advice-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 30px;
  background: var(--home-ink);
  color: #fffdf8;
}

body.home-editorial .advice-copy h2,
body.home-editorial .advice-copy p {
  color: #fffdf8;
}

body.home-editorial .advice-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.home-editorial .advice-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(23, 33, 27, 0.11);
  border-radius: 28px;
  background: #fffdf8;
  color: var(--home-ink);
}

body.home-editorial .home-problem-lab {
  background:
    linear-gradient(135deg, #fffdf8 0%, #fff2e7 55%, #f4efe5 100%);
}

body.home-editorial .problem-lab-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid rgba(23, 33, 27, 0.1);
  border-radius: 34px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 26px 70px rgba(23, 33, 27, 0.1);
}

body.home-editorial .problem-chip-grid {
  display: grid;
  gap: 12px;
}

body.home-editorial .problem-chip-grid a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 8px 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(23, 33, 27, 0.1);
  border-radius: 22px;
  background: #ffffff;
  color: var(--home-ink);
}

body.home-editorial .problem-chip-grid span {
  display: grid;
  grid-row: span 2;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 16px;
  background: var(--home-lime);
  font-weight: 900;
}

body.home-editorial .problem-chip-grid strong {
  font-size: 1.05rem;
}

body.home-editorial .problem-chip-grid small {
  color: #5b6473;
}

body.home-editorial .home-product-stage {
  background: #fffdf8;
}

body.home-editorial .home-product-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

body.home-editorial .product-stage-copy {
  position: sticky;
  top: 112px;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 244, 95, 0.6), transparent 36%),
    var(--home-ink);
  color: #fffdf8;
}

body.home-editorial .product-stage-copy h2,
body.home-editorial .product-stage-copy p,
body.home-editorial .product-stage-copy .section-link {
  color: #fffdf8;
}

body.home-editorial .home-journal-section {
  background: #f4efe5;
}

body.home-editorial .journal-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

body.home-editorial .journal-feature,
body.home-editorial .journal-list a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(23, 33, 27, 0.11);
  color: var(--home-ink);
}

body.home-editorial .journal-feature {
  min-height: 370px;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(217, 244, 95, 0.9), rgba(255, 253, 248, 0.96)),
    #fffdf8;
}

body.home-editorial .journal-feature h3 {
  font-size: clamp(2.2rem, 4vw, 4rem);
}

body.home-editorial .journal-feature strong {
  color: var(--home-orange);
}

body.home-editorial .journal-list {
  display: grid;
  gap: 12px;
}

body.home-editorial .journal-list a {
  min-height: 112px;
  justify-content: center;
  padding: 22px 24px;
  border-radius: 24px;
  background: #fffdf8;
}

body.home-editorial .journal-list h3 {
  font-size: 1.35rem;
}

@media (max-width: 980px) {
  body.home-editorial .home-route-layout,
  body.home-editorial .home-advice-layout,
  body.home-editorial .problem-lab-card,
  body.home-editorial .home-product-layout,
  body.home-editorial .journal-layout {
    grid-template-columns: 1fr;
  }

  body.home-editorial .product-stage-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  body.home-editorial .route-card-grid,
  body.home-editorial .advice-card-grid {
    grid-template-columns: 1fr;
  }

  body.home-editorial .route-card,
  body.home-editorial .route-card--hero,
  body.home-editorial .advice-card,
  body.home-editorial .journal-feature {
    min-height: auto;
  }

  body.home-editorial .problem-chip-grid a {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 14px;
  }

  body.home-editorial .problem-chip-grid span {
    width: 44px;
    height: 44px;
  }
}

/* Desktop compact pass: keep the lower journey rich, but reduce vertical drag. */
@media (min-width: 981px) {
  html body.home-editorial .section.home-route-board,
  html body.home-editorial .section.home-advice-strip,
  html body.home-editorial .section.home-problem-lab,
  html body.home-editorial .section.home-product-stage,
  html body.home-editorial .section.home-journal-section,
  html body.home-editorial .section.home-buying-hub,
  html body.home-editorial .section.home-editorial-cards-section,
  html body.home-editorial .section.home-click-section {
    padding-block: 52px !important;
  }

  html body.home-editorial .home-route-board .section-heading,
  html body.home-editorial .home-advice-strip .section-heading,
  html body.home-editorial .home-product-stage .section-heading,
  html body.home-editorial .home-journal-section .section-heading {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  body.home-editorial .home-route-layout {
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: 14px;
  }

  body.home-editorial .route-card-grid {
    gap: 12px;
  }

  body.home-editorial .route-card {
    min-height: 172px;
    gap: 8px;
    padding: 22px;
    border-radius: 22px;
  }

  body.home-editorial .route-card--hero {
    min-height: 356px;
  }

  body.home-editorial .route-card--hero h3 {
    font-size: clamp(2rem, 3.05vw, 3.2rem);
  }

  body.home-editorial .route-card h3 {
    font-size: clamp(1.22rem, 1.55vw, 1.62rem);
  }

  body.home-editorial .route-card p,
  body.home-editorial .advice-card p,
  body.home-editorial .journal-feature p,
  body.home-editorial .journal-list p {
    font-size: 0.94rem;
    line-height: 1.48;
  }

  body.home-editorial .route-card--hero::after {
    width: 170px;
    height: 170px;
  }

  body.home-editorial .home-advice-layout {
    grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
    gap: 14px;
  }

  body.home-editorial .advice-copy,
  body.home-editorial .advice-card {
    border-radius: 22px;
  }

  body.home-editorial .advice-copy {
    padding: 26px;
  }

  body.home-editorial .advice-card-grid {
    gap: 12px;
  }

  body.home-editorial .advice-card {
    min-height: 0;
    padding: 20px;
  }

  body.home-editorial .advice-card h3,
  body.home-editorial .journal-list h3 {
    font-size: 1.18rem;
  }

  body.home-editorial .problem-lab-card {
    grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1.14fr);
    gap: 26px;
    padding: 34px;
    border-radius: 26px;
  }

  body.home-editorial .problem-chip-grid {
    gap: 10px;
  }

  body.home-editorial .problem-chip-grid a {
    padding: 14px;
    border-radius: 18px;
  }

  body.home-editorial .problem-chip-grid span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  body.home-editorial .home-product-layout {
    grid-template-columns: minmax(220px, 0.27fr) minmax(0, 1fr);
    gap: 18px;
  }

  body.home-editorial .product-stage-copy {
    top: 96px;
    padding: 22px;
    border-radius: 22px;
  }

  body.home-editorial .product-stage-copy h2 {
    font-size: clamp(1.5rem, 2.2vw, 2.2rem) !important;
  }

  body.home-editorial .home-product-stage .product-grid {
    gap: 12px;
  }

  body.home-editorial .home-product-stage .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.home-editorial .home-product-stage .product-card {
    padding: 14px;
    border-radius: 18px;
  }

  body.home-editorial .home-product-stage .product-card .product-media {
    padding: 10px;
    border-radius: 14px;
  }

  body.home-editorial .home-product-stage .product-card h3 {
    font-size: 0.98rem;
    line-height: 1.22;
  }

  body.home-editorial .home-product-stage .product-card .product-fit,
  body.home-editorial .home-product-stage .product-card .cta-helper {
    display: none;
  }

  body.home-editorial .journal-layout {
    grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
    gap: 14px;
  }

  body.home-editorial .journal-feature {
    min-height: 286px;
    padding: 30px;
    border-radius: 24px;
  }

  body.home-editorial .journal-feature h3 {
    font-size: clamp(1.9rem, 3vw, 3.1rem);
  }

  body.home-editorial .journal-list {
    gap: 10px;
  }

  body.home-editorial .journal-list a {
    min-height: 86px;
    padding: 16px 18px;
    border-radius: 18px;
  }

  body.home-editorial .home-buying-layout {
    gap: 22px;
  }

  body.home-editorial .home-decision-grid {
    gap: 12px;
  }

  body.home-editorial .decision-card {
    min-height: 188px;
    padding: 20px;
    border-radius: 22px;
  }

  body.home-editorial .editorial-card-grid {
    gap: 12px;
  }

  body.home-editorial .editorial-feature-card {
    padding: 22px;
    border-radius: 22px;
  }

  body.home-editorial .editorial-feature-card--large {
    min-height: 240px;
  }

  body.home-editorial .home-click-layout {
    gap: 14px;
  }

  body.home-editorial .click-copy-card {
    padding: 30px;
    border-radius: 24px;
  }

  body.home-editorial .click-step-list {
    gap: 10px;
  }

  body.home-editorial .click-step-list article {
    padding: 18px;
    border-radius: 20px;
  }
}

/* Blog commercial articles: combine reading flow with product examples. */
body.blog-editorial {
  background: #fffdf8;
}

body.blog-editorial .article-content {
  max-width: 1180px;
}

body.blog-editorial .article-content > h1 {
  max-width: 980px;
  margin: 10px 0 22px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.65rem, 5.4vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #17211b;
}

body.blog-editorial .article-content > .editorial-meta + .blog-product-strip,
body.blog-editorial .article-content > h1 + .blog-product-strip {
  margin-top: 22px;
}

body.blog-editorial .blog-product-cluster {
  margin: clamp(26px, 4vw, 54px) 0;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(24, 33, 50, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(217, 244, 95, 0.28), transparent 28%),
    #f8f3eb;
  box-shadow: 0 18px 46px rgba(25, 33, 47, 0.06);
}

body.blog-editorial .blog-product-cluster:nth-of-type(even) {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 97, 46, 0.12), transparent 30%),
    #fffaf1;
}

body.blog-editorial .blog-product-cluster__intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.58fr) minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

body.blog-editorial .blog-product-cluster__intro h2 {
  margin: 6px 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #17211b;
}

body.blog-editorial .blog-product-cluster__intro p {
  max-width: 62ch;
  margin: 0;
  color: #4d596e;
  line-height: 1.62;
}

/* Brand hubs: guide visitors by gender/use instead of a single product wall. */
body.brand-editorial .brand-pathfinder,
body.brand-editorial .brand-buying-section {
  margin: clamp(24px, 4vw, 52px) 0;
  border: 1px solid rgba(24, 33, 50, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at 0 0, rgba(217, 244, 95, 0.3), transparent 28%),
    #f8f3eb;
  box-shadow: 0 18px 46px rgba(25, 33, 47, 0.07);
}

body.brand-editorial .brand-pathfinder {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 34px);
  justify-items: stretch;
  align-items: start;
  padding: clamp(22px, 4vw, 42px);
  text-align: left;
}

body.brand-editorial .brand-pathfinder h2,
body.brand-editorial .brand-buying-intro h2 {
  margin: 6px 0 10px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #17211b;
}

body.brand-editorial .brand-pathfinder p,
body.brand-editorial .brand-buying-intro p {
  max-width: none;
  margin: 0;
  color: #4d596e;
  line-height: 1.66;
}

body.brand-editorial .brand-pathfinder__header {
  width: 100%;
}

body.brand-editorial .brand-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 16px;
  width: 100%;
}

body.brand-editorial .brand-story-card {
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid rgba(24, 33, 50, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.68);
}

body.brand-editorial .brand-story-card--accent {
  background: #17211b;
  color: #fffdf8;
}

body.brand-editorial .brand-story-card h3 {
  margin: 0 0 12px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body.brand-editorial .brand-story-card p {
  margin: 0 0 10px;
  color: inherit;
}

body.brand-editorial .brand-story-card p:last-child {
  margin-bottom: 0;
}

body.brand-editorial .brand-pathfinder__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

body.brand-editorial .brand-pathfinder__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(24, 33, 50, 0.12);
  border-radius: 999px;
  background: #fffdf8;
  color: #17211b;
  font-weight: 900;
  text-decoration: none;
}

body.brand-editorial .brand-pathfinder__nav a:hover,
body.brand-editorial .brand-pathfinder__nav a:focus-visible {
  border-color: #ff612e;
  color: #ff612e;
}

body.brand-editorial .brand-buying-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
}

body.brand-editorial .brand-buying-section:nth-of-type(even) {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 97, 46, 0.12), transparent 30%),
    #fffaf1;
}

body.brand-editorial .brand-buying-intro {
  display: block;
  max-width: none;
  margin: 0;
  text-align: left;
}

body.brand-editorial .brand-buying-intro .eyebrow {
  display: block;
}

body.brand-editorial .brand-product-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.brand-editorial .brand-product-card {
  min-height: 100%;
  padding: 14px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(25, 33, 47, 0.08);
}

body.brand-editorial .brand-product-card .product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  margin: 0 0 12px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fffdf8, #f2ecdf);
  overflow: hidden;
}

body.brand-editorial .brand-product-card .product-media img {
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  background: transparent;
}

body.brand-editorial .brand-product-card h3 {
  min-height: auto;
  margin: 0 0 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.22rem, 1.7vw, 1.55rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

body.brand-editorial .brand-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

body.brand-editorial .brand-product-card .product-fit {
  margin: 0 0 10px;
  color: #4d596e;
  line-height: 1.5;
}

body.brand-editorial .brand-product-card .stars {
  margin: 0 0 8px;
  color: #ff9900;
  font-weight: 800;
}

body.brand-editorial .brand-product-card .product-price {
  margin: 0 0 12px;
  color: #111;
  font-weight: 900;
}

body.brand-editorial .brand-product-card .product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
}

body.brand-editorial .brand-product-card .cta-button {
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border-radius: 8px;
}

body.brand-editorial .brand-product-card .product-secondary {
  justify-self: start;
  color: #17211b;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: #ff612e;
  text-underline-offset: 6px;
}

body.brand-editorial .brand-reading-section {
  border-radius: 30px;
  background: #fffdf8;
}

body.brand-editorial .brand-reading-section .section-heading {
  justify-content: flex-start;
  text-align: left;
}

body.brand-editorial .brand-reading-section .section-heading p {
  margin-inline: 0;
  max-width: none;
}

body.blog-editorial .blog-lead {
  max-width: 78ch;
  font-size: 1.08rem;
  line-height: 1.75;
}

body.blog-editorial .blog-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(26px, 4vw, 58px);
  align-items: center;
  margin: 0 0 28px;
  padding: clamp(26px, 4vw, 56px);
  border: 1px solid rgba(24, 33, 50, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0% 0%, rgba(217, 244, 95, 0.42), transparent 30%),
    radial-gradient(circle at 96% 8%, rgba(255, 97, 46, 0.13), transparent 26%),
    #f8f3eb;
  box-shadow: 0 22px 60px rgba(25, 33, 47, 0.08);
}

body.blog-editorial .blog-hero-copy h1 {
  max-width: 15ch;
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  color: #17211b;
}

body.blog-editorial .blog-hero-copy .editorial-meta {
  margin-top: 34px;
}

body.blog-editorial .blog-hero-copy .blog-lead {
  max-width: 70ch;
  margin-top: 28px;
}

body.blog-editorial .blog-hero-product {
  align-self: stretch;
  padding: 16px;
  border: 1px solid rgba(24, 33, 50, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 54px rgba(25, 33, 47, 0.12);
}

body.blog-editorial .blog-hero-product .product-media,
body.blog-editorial .blog-product-card .product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 14px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, #fffdf8, #f2ecdf);
  overflow: hidden;
}

body.blog-editorial .blog-hero-product img,
body.blog-editorial .blog-product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  background: transparent;
}

body.blog-editorial .blog-hero-product h2 {
  margin: 8px 0 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

body.blog-editorial .blog-hero-product p,
body.blog-editorial .blog-product-card .product-fit {
  margin: 0 0 12px;
  color: #4d596e;
  line-height: 1.55;
}

body.blog-editorial .blog-hero-product .stars,
body.blog-editorial .blog-product-card .stars {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
  color: #ff9900;
  font-weight: 800;
}

body.blog-editorial .blog-hero-product .meta-note,
body.blog-editorial .blog-product-card .meta-note {
  color: #4d596e;
  font-size: 0.9rem;
  font-weight: 700;
}

body.blog-editorial .blog-hero-product .product-price,
body.blog-editorial .blog-product-card .product-price {
  margin: 0 0 12px;
  color: #111;
  font-size: 1.35rem;
  font-weight: 900;
}

body.blog-editorial .blog-product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 14px 0 18px;
}

body.blog-editorial .blog-product-strip--commercial {
  gap: 18px;
  margin: 20px 0 30px;
}

body.blog-editorial .blog-product-card {
  min-height: 100%;
  padding: 16px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(25, 33, 47, 0.08);
}

body.blog-editorial .blog-product-card h3 {
  min-height: auto;
  margin: 0 0 8px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.32rem, 2vw, 1.75rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

body.blog-editorial .blog-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

body.blog-editorial .blog-product-card .product-badge {
  align-self: flex-start;
  margin-bottom: 10px;
  background: #d9f45f;
  color: #17211b;
}

body.blog-editorial .blog-hero-product .cta-button,
body.blog-editorial .blog-product-card .cta-button {
  width: 100%;
  justify-content: center;
  min-height: 54px;
  margin-top: auto;
  border-radius: 8px;
}

body.blog-editorial .blog-hero-product .category-link,
body.blog-editorial .blog-product-card .category-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  color: #17211b;
}

body.blog-editorial .blog-product-strip .featured-pick-card {
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 210px;
  border-radius: 24px;
  background: #ffffff;
}

body.blog-editorial .blog-product-strip .featured-pick-card img {
  width: 132px;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  background: #f7f2ea;
}

body.blog-editorial .blog-split-block {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(24, 33, 50, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(25, 33, 47, 0.07);
}

body.blog-editorial .blog-split-block--warm {
  background:
    radial-gradient(circle at 8% 0%, rgba(217, 244, 95, 0.38), transparent 32%),
    #f8f3eb;
}

body.blog-editorial .blog-split-block--final {
  background:
    linear-gradient(135deg, rgba(23, 33, 27, 0.96), rgba(23, 33, 27, 0.86)),
    #17211b;
}

body.blog-editorial .blog-split-block--final h2,
body.blog-editorial .blog-split-block--final p,
body.blog-editorial .blog-split-block--final .eyebrow {
  color: #fffdf8;
}

body.blog-editorial .blog-split-block h2 {
  margin: 8px 0 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

body.blog-editorial .blog-split-block p {
  margin: 0 0 12px;
  max-width: 72ch;
  line-height: 1.72;
}

body.blog-editorial .blog-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.blog-editorial .blog-check-grid article {
  padding: 22px;
  border: 1px solid rgba(24, 33, 50, 0.08);
  border-radius: 24px;
  background: #f8f3eb;
}

body.blog-editorial .blog-check-grid strong,
body.blog-editorial .blog-check-grid span {
  display: block;
}

body.blog-editorial .blog-check-grid strong {
  margin-bottom: 8px;
  color: #17211b;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
}

body.blog-editorial .blog-check-grid span {
  color: #4d596e;
  line-height: 1.55;
}

body.blog-editorial .blog-product-cta {
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 244, 95, 0.75), transparent 28%),
    linear-gradient(135deg, #ff612e, #ff8d4d);
}

body.product-editorial-page .product-editorial-hero {
  background:
    radial-gradient(circle at 88% 16%, rgba(217, 244, 95, 0.95), transparent 16%),
    radial-gradient(circle at 100% 0%, rgba(255, 97, 46, 0.95), transparent 30%),
    linear-gradient(135deg, #132019 0%, #1e3327 52%, #f4efe5 52%, #fffdf8 100%);
  color: #fffdf8;
}

body.product-editorial-page .product-editorial-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  min-height: clamp(620px, 82vh, 820px);
  padding-top: 92px;
}

body.product-editorial-page .product-editorial-copy {
  display: grid;
  gap: 18px;
  max-width: 780px;
}

body.product-editorial-page .product-editorial-copy h1 {
  margin: 0;
  color: #fffdf8;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(3.2rem, 8vw, 7.8rem);
  line-height: 0.86;
  letter-spacing: -0.08em;
}

body.product-editorial-page .product-editorial-copy p,
body.product-editorial-page .product-editorial-copy .editorial-meta span {
  color: rgba(255, 253, 248, 0.84);
}

body.product-editorial-page .product-editorial-copy .hero-proof {
  max-width: 680px;
  color: #fffdf8;
  font-size: clamp(1.25rem, 2.1vw, 1.95rem);
  line-height: 1.25;
}

body.product-editorial-page .product-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

body.product-editorial-page .product-editorial-card {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(23, 33, 27, 0.12);
  border-radius: 34px;
  background: rgba(255, 253, 248, 0.92);
  color: #17211b;
  box-shadow: 0 28px 80px rgba(11, 18, 14, 0.28);
  transform: rotate(2deg);
}

body.product-editorial-page .product-editorial-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  background: #ffffff;
  object-fit: contain;
}

body.product-editorial-page .product-editorial-card span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #d9f45f;
  color: #17211b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.product-editorial-page .product-editorial-card h2,
body.product-editorial-page .product-editorial-card p {
  margin: 0;
}

body.product-editorial-page .editorial-verdict-panel,
body.product-editorial-page .editorial-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(23, 33, 27, 0.11);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 244, 95, 0.62), transparent 28%),
    #fffdf8;
  box-shadow: 0 20px 58px rgba(23, 33, 27, 0.08);
}

body.product-editorial-page .editorial-final-cta {
  margin-top: clamp(34px, 6vw, 68px);
  background:
    radial-gradient(circle at 0% 100%, rgba(217, 244, 95, 0.42), transparent 36%),
    linear-gradient(135deg, #17211b, #263429);
  color: #fffdf8;
}

body.product-editorial-page .editorial-final-cta h2,
body.product-editorial-page .editorial-final-cta p {
  color: #fffdf8;
}

body.product-editorial-page .editorial-verdict-panel h2,
body.product-editorial-page .editorial-verdict-panel p,
body.product-editorial-page .editorial-final-cta h2,
body.product-editorial-page .editorial-final-cta p {
  margin: 0;
}

body.product-editorial-page .editorial-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.product-editorial-page .editorial-fit-grid article,
body.product-editorial-page .editorial-use-grid article,
body.product-editorial-page .editorial-compare-list article,
body.product-editorial-page .editorial-mini-product {
  border: 1px solid rgba(23, 33, 27, 0.1);
  border-radius: 26px;
  background: #fffdf8;
  box-shadow: 0 18px 44px rgba(23, 33, 27, 0.07);
}

body.product-editorial-page .editorial-fit-grid article {
  padding: clamp(22px, 4vw, 36px);
}

body.product-editorial-page .editorial-fit-grid article:first-child {
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 244, 95, 0.56), transparent 34%),
    #fffdf8;
}

body.product-editorial-page .editorial-fit-grid article:last-child {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 97, 46, 0.14), transparent 34%),
    #fffdf8;
}

body.product-editorial-page .editorial-fit-grid h2,
body.product-editorial-page .editorial-fit-grid ul {
  margin-top: 0;
}

body.product-editorial-page .editorial-fit-grid li {
  margin: 10px 0;
  line-height: 1.55;
}

body.product-editorial-page .editorial-use-grid,
body.product-editorial-page .editorial-compare-list,
body.product-editorial-page .editorial-mini-products {
  display: grid;
  gap: 16px;
}

body.product-editorial-page .editorial-use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.product-editorial-page .editorial-use-grid article,
body.product-editorial-page .editorial-compare-list article {
  padding: clamp(20px, 3vw, 30px);
}

body.product-editorial-page .editorial-compare-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.product-editorial-page .editorial-mini-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.product-editorial-page .editorial-mini-product {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

body.product-editorial-page .editorial-mini-product img {
  width: 100%;
  aspect-ratio: 1.12;
  padding: 18px;
  background: #ffffff;
  object-fit: contain;
}

body.product-editorial-page .editorial-mini-product div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

body.product-editorial-page .editorial-mini-product span {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: #d9f45f;
  color: #17211b;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.product-editorial-page .editorial-mini-product h3,
body.product-editorial-page .editorial-mini-product p,
body.product-editorial-page .editorial-use-grid h3,
body.product-editorial-page .editorial-use-grid p,
body.product-editorial-page .editorial-compare-list h3,
body.product-editorial-page .editorial-compare-list p {
  margin: 0;
}

@media (max-width: 900px) {
  body.product-editorial-page .product-editorial-hero__grid,
  body.product-editorial-page .editorial-verdict-panel,
  body.product-editorial-page .editorial-final-cta,
  body.product-editorial-page .editorial-fit-grid,
  body.product-editorial-page .editorial-use-grid,
  body.product-editorial-page .editorial-compare-list,
  body.product-editorial-page .editorial-mini-products {
    grid-template-columns: 1fr;
  }

  body.product-editorial-page .product-editorial-card {
    transform: none;
  }
}

body.problem-hub-page .problem-hub-summary {
  align-self: stretch;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(23, 33, 27, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 244, 95, 0.78), transparent 35%),
    linear-gradient(135deg, #17211b, #263429);
  color: #fffdf8;
  box-shadow: 0 24px 64px rgba(23, 33, 27, 0.14);
}

body.home-editorial .indexable-product-boost,
body.brand-editorial .indexable-product-boost,
body.category-editorial .indexable-product-boost,
body.blog-editorial .indexable-product-boost,
.indexable-product-boost {
  padding-block: clamp(34px, 5vw, 62px);
}

.indexable-product-boost .section-heading {
  width: min(100% - 32px, 1180px);
  margin-bottom: 22px;
  margin-inline: auto;
}

.indexable-product-boost .section-heading h2 {
  max-width: 980px;
  font-size: clamp(2.15rem, 4.1vw, 4.6rem);
  line-height: 0.95;
}

.indexable-product-boost .product-grid {
  width: min(100% - 32px, 1180px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-inline: auto;
}

.indexable-product-boost .boost-product-card {
  gap: 10px;
  padding: 12px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(23, 33, 27, 0.07);
}

.indexable-product-boost .boost-product-card .product-media,
body.home-editorial .indexable-product-boost .boost-product-card .product-media {
  height: clamp(150px, 15vw, 190px);
  min-height: 0;
  aspect-ratio: auto;
  padding: 10px;
  border-radius: 14px;
}

.indexable-product-boost .boost-product-card .product-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.indexable-product-boost .boost-product-card .product-badge {
  padding: 5px 8px;
  font-size: 0.68rem;
}

.indexable-product-boost .boost-product-card h3 {
  min-height: 0;
  font-size: 1rem;
  line-height: 1.18;
}

.indexable-product-boost .boost-product-card .product-fit {
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  font-size: 0.86rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.indexable-product-boost .boost-product-card .product-price {
  font-size: 1rem;
}

.indexable-product-boost .boost-product-card .product-actions {
  gap: 8px;
}

.indexable-product-boost .boost-product-card .product-secondary,
.indexable-product-boost .boost-product-card .cta-button {
  min-height: 38px;
  padding: 9px 11px;
  font-size: 0.82rem;
}

body.home-editorial .indexable-product-boost .boost-product-card .cta-button {
  min-height: 38px;
  padding: 9px 11px;
}

.indexable-product-boost .boost-product-card .cta-button::after {
  display: none;
}

@media (max-width: 1040px) {
  .indexable-product-boost .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .indexable-product-boost .product-grid {
    grid-template-columns: 1fr;
  }
}

body.problem-hub-page .problem-hub-summary strong {
  color: #d9f45f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.problem-hub-page .problem-hub-summary ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

body.problem-hub-page .problem-hub-summary li {
  color: rgba(255, 253, 248, 0.86);
  line-height: 1.5;
}

body.problem-hub-page .problem-depth-index {
  display: grid;
  gap: 18px;
  margin: clamp(28px, 5vw, 58px) 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(23, 33, 27, 0.1);
  border-radius: 30px;
  background: #fffdf8;
  box-shadow: 0 18px 50px rgba(23, 33, 27, 0.08);
}

body.problem-hub-page .problem-depth-index h2 {
  margin: 0;
}

body.problem-hub-page .problem-depth-index > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.problem-hub-page .problem-depth-index a {
  padding: 10px 14px;
  border: 1px solid rgba(23, 33, 27, 0.12);
  border-radius: 999px;
  background: #f4efe5;
  color: #17211b;
  font-weight: 800;
  text-decoration: none;
}

body.problem-hub-page .problem-depth-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: stretch;
  margin: 22px 0;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(23, 33, 27, 0.1);
  border-radius: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 97, 46, 0.13), transparent 34%),
    linear-gradient(135deg, #fffdf8, #f7efe3);
  box-shadow: 0 20px 56px rgba(23, 33, 27, 0.08);
}

body.problem-hub-page .problem-depth-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

body.problem-hub-page .problem-depth-copy span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #d9f45f;
  color: #17211b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.problem-hub-page .problem-depth-copy h2,
body.problem-hub-page .problem-depth-copy p {
  margin: 0;
}

body.problem-hub-page .problem-depth-products {
  display: grid;
  gap: 12px;
}

body.problem-hub-page .problem-hub-product {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(23, 33, 27, 0.1);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.88);
}

body.problem-hub-page .problem-hub-product img {
  width: 108px;
  aspect-ratio: 1;
  border-radius: 16px;
  background: #ffffff;
  object-fit: contain;
}

body.problem-hub-page .problem-hub-product h3,
body.problem-hub-page .problem-hub-product p {
  margin: 0 0 6px;
}

body.problem-hub-page .problem-hub-product h3 {
  font-size: 1rem;
  line-height: 1.15;
}

body.problem-hub-page .problem-hub-product a {
  color: #17211b;
  font-weight: 900;
}

body.blog-editorial .problem-hub-backlink {
  margin: clamp(28px, 5vw, 54px) 0;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(23, 33, 27, 0.11);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 100%, rgba(217, 244, 95, 0.58), transparent 34%),
    #fffdf8;
  box-shadow: 0 18px 44px rgba(23, 33, 27, 0.07);
}

body.blog-editorial .problem-hub-backlink h2,
body.blog-editorial .problem-hub-backlink p {
  margin-top: 0;
}

body.home-editorial .problem-chip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.home-editorial .problem-chip-grid a:first-child {
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 244, 95, 0.58), transparent 42%),
    #17211b;
  color: #fffdf8;
}

body.home-editorial .problem-chip-grid a:first-child strong,
body.home-editorial .problem-chip-grid a:first-child small {
  color: #fffdf8;
}

@media (max-width: 820px) {
  body.problem-hub-page .problem-depth-card,
  body.problem-hub-page .problem-hub-product {
    grid-template-columns: 1fr;
  }

  body.problem-hub-page .problem-hub-product img {
    width: 100%;
    max-height: 180px;
  }

  body.home-editorial .problem-chip-grid {
    grid-template-columns: 1fr;
  }
}

/* Decorative CSS-only banner marks. They add visual identity without adding extra markup. */
.hero:not(.hero-home),
.cta-banner,
.cta-panel,
body.blog-editorial .blog-hero-split,
body.blog-editorial .blog-split-block,
body.blog-editorial .blog-product-cluster,
body.brand-editorial .brand-pathfinder,
body.brand-editorial .brand-buying-section,
body.home-editorial .route-card--hero,
body.home-editorial .home-advice-strip,
body.home-editorial .home-click-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.hero:not(.hero-home) > *,
.cta-banner > *,
.cta-panel > *,
body.blog-editorial .blog-hero-split > *,
body.blog-editorial .blog-split-block > *,
body.blog-editorial .blog-product-cluster > *,
body.brand-editorial .brand-pathfinder > *,
body.brand-editorial .brand-buying-section > *,
body.home-editorial .route-card--hero > *,
body.home-editorial .home-advice-strip > *,
body.home-editorial .home-click-section > * {
  position: relative;
  z-index: 2;
}

.hero:not(.hero-home)::before,
.cta-banner::before,
.cta-panel::before,
body.blog-editorial .blog-hero-split::before,
body.blog-editorial .blog-split-block::before,
body.blog-editorial .blog-product-cluster::before,
body.brand-editorial .brand-pathfinder::before,
body.brand-editorial .brand-buying-section::before,
body.home-editorial .route-card--hero::before,
body.home-editorial .home-advice-strip::before,
body.home-editorial .home-click-section::before {
  content: var(--banner-mark, "TC");
  position: absolute;
  z-index: 0;
  right: clamp(-34px, -3vw, -8px);
  bottom: clamp(-54px, -5vw, -18px);
  color: var(--banner-mark-color, rgba(23, 33, 27, 0.055));
  font-family: "Fraunces", Georgia, serif;
  font-size: var(--banner-mark-size, clamp(6.5rem, 15vw, 15rem));
  font-weight: 800;
  line-height: 0.78;
  letter-spacing: -0.11em;
  transform: rotate(-8deg);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.hero:not(.hero-home)::after,
.cta-banner::after,
.cta-panel::after,
body.blog-editorial .blog-hero-split::after,
body.blog-editorial .blog-split-block::after,
body.blog-editorial .blog-product-cluster::after,
body.brand-editorial .brand-pathfinder::after,
body.brand-editorial .brand-buying-section::after,
body.home-editorial .route-card--hero::after,
body.home-editorial .home-advice-strip::after,
body.home-editorial .home-click-section::after {
  content: var(--banner-icon, "TC");
  position: absolute;
  z-index: 1;
  top: clamp(14px, 3vw, 34px);
  right: clamp(16px, 4vw, 58px);
  display: grid;
  place-items: center;
  width: var(--banner-icon-size, clamp(58px, 8vw, 112px));
  aspect-ratio: 1;
  border: 1px solid var(--banner-icon-border, rgba(23, 33, 27, 0.12));
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.72), transparent 34%),
    var(--banner-icon-bg, rgba(255, 255, 255, 0.42));
  color: var(--banner-icon-color, rgba(23, 33, 27, 0.42));
  font-size: var(--banner-icon-font-size, clamp(1.8rem, 4vw, 4rem));
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 42px rgba(25, 33, 47, 0.08);
  pointer-events: none;
}

.hero:not(.hero-home) {
  --banner-mark: "TOP";
  --banner-icon: "TC";
  --banner-mark-color: rgba(255, 255, 255, 0.055);
  --banner-icon-color: rgba(255, 255, 255, 0.58);
  --banner-icon-border: rgba(255, 255, 255, 0.18);
  --banner-icon-bg: rgba(255, 255, 255, 0.08);
}

.cta-banner,
.cta-panel {
  --banner-mark: "AMZ";
  --banner-icon: "GO";
  --banner-mark-color: rgba(17, 17, 17, 0.08);
  --banner-icon-color: rgba(17, 17, 17, 0.5);
  --banner-icon-border: rgba(17, 17, 17, 0.14);
  --banner-icon-bg: rgba(255, 255, 255, 0.26);
}

body.blog-editorial .blog-hero-split {
  --banner-mark: "GUIA";
  --banner-icon: "TC";
}

body.blog-editorial.topic-work .blog-hero-split,
body.blog-editorial.topic-work .blog-split-block,
body.blog-editorial.topic-work .blog-product-cluster {
  --banner-mark: "10H";
  --banner-icon: "JOB";
}

body.blog-editorial.topic-health .blog-hero-split,
body.blog-editorial.topic-health .blog-split-block,
body.blog-editorial.topic-health .blog-product-cluster {
  --banner-mark: "PIE";
  --banner-icon: "+";
}

body.blog-editorial.topic-comfort .blog-hero-split,
body.blog-editorial.topic-comfort .blog-split-block,
body.blog-editorial.topic-comfort .blog-product-cluster {
  --banner-mark: "WALK";
  --banner-icon: "OK";
}

body.blog-editorial.topic-support .blog-hero-split,
body.blog-editorial.topic-support .blog-split-block,
body.blog-editorial.topic-support .blog-product-cluster {
  --banner-mark: "ARCH";
  --banner-icon: "ARC";
}

body.blog-editorial.topic-mountain .blog-hero-split,
body.blog-editorial.topic-mountain .blog-split-block,
body.blog-editorial.topic-mountain .blog-product-cluster {
  --banner-mark: "TRAIL";
  --banner-icon: "MT";
}

body.blog-editorial.topic-city .blog-hero-split,
body.blog-editorial.topic-city .blog-split-block,
body.blog-editorial.topic-city .blog-product-cluster {
  --banner-mark: "CITY";
  --banner-icon: "URB";
}

body.blog-editorial.topic-summer .blog-hero-split,
body.blog-editorial.topic-summer .blog-split-block,
body.blog-editorial.topic-summer .blog-product-cluster {
  --banner-mark: "SOL";
  --banner-icon: "SUN";
}

body.blog-editorial .blog-split-block--final {
  --banner-mark-color: rgba(255, 253, 248, 0.07);
  --banner-icon-color: rgba(255, 253, 248, 0.58);
  --banner-icon-border: rgba(255, 253, 248, 0.16);
  --banner-icon-bg: rgba(255, 253, 248, 0.08);
}

body.brand-editorial .brand-pathfinder,
body.brand-editorial .brand-buying-section {
  --banner-mark: "MARCA";
  --banner-icon: "";
}

body.brand-editorial .brand-buying-section::after,
body.brand-editorial .brand-pathfinder::after {
  display: none;
}

body.brand-editorial .hero {
  --banner-mark: "BRAND";
  --banner-icon: "BR";
}

body.home-editorial .route-card--hero {
  --banner-mark: "RUTA";
  --banner-icon: "01";
}

body.home-editorial .home-advice-strip {
  --banner-mark: "GUIA";
  --banner-icon: "?";
}

body.home-editorial .home-click-section {
  --banner-mark: "CLICK";
  --banner-icon: "GO";
}

@media (max-width: 760px) {
  .hero:not(.hero-home)::before,
  .cta-banner::before,
  .cta-panel::before,
  body.blog-editorial .blog-hero-split::before,
  body.blog-editorial .blog-split-block::before,
  body.blog-editorial .blog-product-cluster::before,
  body.brand-editorial .brand-pathfinder::before,
  body.brand-editorial .brand-buying-section::before,
  body.home-editorial .route-card--hero::before,
  body.home-editorial .home-advice-strip::before,
  body.home-editorial .home-click-section::before {
    opacity: 0.72;
    right: -46px;
    bottom: -34px;
    font-size: clamp(4.6rem, 24vw, 7.5rem);
  }

  .hero:not(.hero-home)::after,
  .cta-banner::after,
  .cta-panel::after,
  body.blog-editorial .blog-hero-split::after,
  body.blog-editorial .blog-split-block::after,
  body.blog-editorial .blog-product-cluster::after,
  body.brand-editorial .brand-pathfinder::after,
  body.brand-editorial .brand-buying-section::after,
  body.home-editorial .route-card--hero::after,
  body.home-editorial .home-advice-strip::after,
  body.home-editorial .home-click-section::after {
    width: 52px;
    top: 14px;
    right: 14px;
    font-size: 1.7rem;
  }
}

@media (max-width: 900px) {
  body.blog-editorial .blog-hero-split {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  body.blog-editorial .blog-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.65rem, 14vw, 4.2rem);
  }

  body.blog-editorial .blog-product-cluster {
    padding: 18px;
    border-radius: 24px;
  }

  body.blog-editorial .blog-product-cluster__intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.brand-editorial .brand-pathfinder,
  body.brand-editorial .brand-buying-section {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 24px;
  }

  body.brand-editorial .brand-pathfinder__nav {
    justify-content: flex-start;
  }

  body.brand-editorial .brand-story-grid {
    grid-template-columns: 1fr;
  }

  body.brand-editorial .brand-buying-intro {
    grid-template-columns: 1fr;
  }

  body.brand-editorial .brand-product-panel {
    grid-template-columns: 1fr;
  }

  body.blog-editorial .blog-product-strip,
  body.blog-editorial .blog-split-block,
  body.blog-editorial .blog-check-grid {
    grid-template-columns: 1fr;
  }

  body.blog-editorial .blog-product-strip .featured-pick-card {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  body.blog-editorial .blog-product-strip .featured-pick-card img {
    width: 112px;
  }
}

/* Final override: keep indexable-link boost cards compact inside dense editorial sections. */
html body .indexable-product-boost > .section-heading,
html body .indexable-product-boost > .product-grid,
html body.home-editorial .indexable-product-boost > .section-heading,
html body.home-editorial .indexable-product-boost > .product-grid {
  width: min(100% - 32px, 1180px) !important;
  margin-inline: auto !important;
}

html body .indexable-product-boost > .product-grid,
html body.home-editorial .indexable-product-boost > .product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

html body .indexable-product-boost .boost-product-card,
html body.home-editorial .indexable-product-boost .boost-product-card {
  gap: 8px !important;
  min-height: 0 !important;
  padding: 12px !important;
}

html body .indexable-product-boost .boost-product-card .product-media,
html body.home-editorial .indexable-product-boost .boost-product-card .product-media {
  height: 176px !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 10px !important;
}

html body .indexable-product-boost .boost-product-card h3,
html body.home-editorial .indexable-product-boost .boost-product-card h3 {
  min-height: 0 !important;
  font-size: 1rem !important;
  line-height: 1.18 !important;
}

html body .indexable-product-boost .boost-product-card .product-fit,
html body.home-editorial .indexable-product-boost .boost-product-card .product-fit {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 0 !important;
  font-size: 0.86rem !important;
  line-height: 1.42 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

html body .indexable-product-boost .boost-product-card .product-price,
html body.home-editorial .indexable-product-boost .boost-product-card .product-price {
  font-size: 1rem !important;
}

html body .indexable-product-boost .boost-product-card .product-secondary,
html body .indexable-product-boost .boost-product-card .cta-button,
html body.home-editorial .indexable-product-boost .boost-product-card .product-secondary,
html body.home-editorial .indexable-product-boost .boost-product-card .cta-button {
  min-height: 38px !important;
  padding: 9px 11px !important;
  font-size: 0.82rem !important;
}

@media (max-width: 1040px) {
  html body .indexable-product-boost > .product-grid,
  html body.home-editorial .indexable-product-boost > .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  html body .indexable-product-boost > .product-grid,
  html body.home-editorial .indexable-product-boost > .product-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Audience category refresh: turn hombre/mujer/ninos into compact buying routes. */
body.audience-category-page {
  background:
    radial-gradient(circle at 12% 5%, rgba(210, 255, 66, 0.22), transparent 28rem),
    linear-gradient(180deg, #f5efe4 0%, #fffaf0 44%, #f6efe3 100%);
}

body.audience-category-page .container { max-width: 1180px; }

body.audience-category-page .audience-hero {
  padding: clamp(1.4rem, 3.4vw, 3rem) 0 1.4rem;
  border-bottom: 1px solid rgba(22, 34, 28, 0.12);
}

body.audience-category-page .audience-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.48fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
}

body.audience-category-page .audience-hero__copy { max-width: 760px; }
body.audience-category-page .breadcrumbs { margin-bottom: 1.2rem; color: #5a6578; }

body.audience-category-page .eyebrow {
  color: #4d5d73;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
}

body.audience-category-page h1,
body.audience-category-page h2 {
  color: #17231c;
  letter-spacing: -0.055em;
}

body.audience-category-page h1 {
  max-width: 780px;
  margin: 0.25rem 0 1rem;
  font-size: clamp(2.8rem, 5.7vw, 5.5rem);
  line-height: 0.9;
}

body.audience-category-page .hero-text,
body.audience-category-page .section-heading p,
body.audience-category-page .audience-rail__intro p,
body.audience-category-page .audience-compare p {
  color: #43516a;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.55;
  max-width: 760px;
}

body.audience-category-page .audience-nav,
body.audience-category-page .audience-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.4rem;
}

body.audience-category-page .audience-nav a,
body.audience-category-page .audience-guide-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(22, 34, 28, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #17231c;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(33, 27, 18, 0.06);
}

body.audience-category-page .audience-hero-card {
  justify-self: end;
  width: min(100%, 390px);
}

body.audience-category-page .audience-spotlight-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(22, 34, 28, 0.12);
  border-radius: 26px;
  background: #fffdf7;
  transform: rotate(1.2deg);
  box-shadow: 0 28px 70px rgba(33, 27, 18, 0.2);
}

body.audience-category-page .audience-spotlight-card__media {
  height: 138px;
  padding: 0.6rem;
  border-radius: 20px;
  background: #f3eee5;
  overflow: hidden;
}

body.audience-category-page .audience-spotlight-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.audience-category-page .audience-spotlight-card h2 {
  margin: 0.45rem 0 0.35rem;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

body.audience-category-page .audience-spotlight-card h2 a {
  color: #006f83;
  text-decoration: none;
}

body.audience-category-page .audience-spotlight-card p {
  margin: 0;
  color: #586276;
  font-size: 0.86rem;
  line-height: 1.35;
}

body.audience-category-page .audience-spotlight-card strong {
  display: block;
  margin: 0.55rem 0;
  color: #17231c;
  font-size: 0.92rem;
}

body.audience-category-page .audience-spotlight-card .product-actions {
  display: grid;
  grid-template-columns: 0.75fr 1.15fr;
  gap: 0.45rem;
}

body.audience-category-page .audience-spotlight-card .product-secondary,
body.audience-category-page .audience-spotlight-card .cta-button {
  min-height: 34px;
  padding: 0.48rem 0.56rem;
  border-radius: 10px;
  font-size: 0.75rem;
  text-align: center;
}

body.audience-category-page .audience-intent-section { padding-top: 2rem; }

body.audience-category-page .audience-intent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

body.audience-category-page .audience-intent-card {
  min-height: 172px;
  padding: 1.15rem;
  border: 1px solid rgba(22, 34, 28, 0.12);
  border-radius: 26px;
  background: #fffdf7;
  color: #17231c;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(33, 27, 18, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.audience-category-page .audience-intent-card:hover,
body.audience-category-page .audience-intent-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(33, 27, 18, 0.13);
}

body.audience-category-page .audience-intent-card--strong {
  background: linear-gradient(135deg, #15231c, #244235);
  color: #fff8e8;
}

body.audience-category-page .audience-intent-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #ff5a2b;
  font-weight: 950;
}

body.audience-category-page .audience-intent-card strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1.2rem;
}

body.audience-category-page .audience-intent-card small {
  display: block;
  color: inherit;
  opacity: 0.76;
  line-height: 1.45;
}

body.audience-category-page .audience-rails {
  display: grid;
  gap: 1.2rem;
  padding: 1rem 0 0;
}

body.audience-category-page .audience-rail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(22, 34, 28, 0.12);
  border-radius: 32px;
  background: rgba(255, 253, 247, 0.9);
  box-shadow: 0 20px 58px rgba(33, 27, 18, 0.08);
}

body.audience-category-page .audience-rail--warm {
  background: linear-gradient(135deg, #fff9e9 0%, #fff1e5 100%);
}

body.audience-category-page .audience-rail__intro {
  position: static;
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
  gap: 1rem;
  align-items: end;
  padding: 0.15rem 0.2rem 0.35rem;
}

body.audience-category-page .audience-rail__intro h2 {
  margin: 0.35rem 0 0.6rem;
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  line-height: 0.95;
}

body.audience-category-page .audience-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

body.audience-category-page .audience-product-card {
  padding: 0.75rem;
  border-radius: 20px;
  background: #fffefa;
}

body.audience-category-page .audience-product-card .product-media {
  display: block;
  height: 126px;
  padding: 0.5rem;
  border-radius: 16px;
  background: #f3eee5;
  overflow: hidden;
}

body.audience-category-page .audience-product-card .product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.audience-category-page .audience-product-card h3 {
  min-height: 2.35em;
  margin: 0.6rem 0 0.35rem;
  font-size: 1rem;
  line-height: 1.16;
}

body.audience-category-page .audience-product-card h3 a {
  color: #006f83;
  text-decoration: none;
}

body.audience-category-page .audience-product-card .product-fit {
  min-height: 3.4em;
  margin: 0;
  color: #586276;
  font-size: 0.84rem;
  line-height: 1.38;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.audience-category-page .audience-product-card .stars {
  margin-top: 0.35rem;
  color: #ff9900;
  font-size: 0.82rem;
  font-weight: 900;
}

body.audience-category-page .audience-product-card .product-price {
  margin: 0.35rem 0;
  font-size: 0.92rem;
  font-weight: 950;
  color: #17231c;
}

body.audience-category-page .audience-product-card .product-actions {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 0.45rem;
  align-items: stretch;
}

body.audience-category-page .audience-product-card .product-secondary,
body.audience-category-page .audience-product-card .cta-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0.42rem 0.5rem !important;
  border-radius: 10px !important;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  text-align: center;
  white-space: nowrap;
}

body.audience-category-page .audience-product-card .cta-button {
  background: #ff5a2b;
  color: #fff;
}

body.audience-category-page .audience-product-card .amazon-mark {
  padding: 0.12rem 0.28rem;
  font-size: 0.68rem;
}

body.audience-category-page .audience-compare {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 34px;
  background: #16231c;
  color: #fff8e8;
}

body.audience-category-page .audience-compare h2,
body.audience-category-page .audience-compare p,
body.audience-category-page .audience-compare .eyebrow {
  color: inherit;
}

body.audience-category-page .audience-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

body.audience-category-page .audience-compare-grid article {
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

body.audience-category-page .audience-compare-grid span {
  display: block;
  margin-bottom: 0.45rem;
  color: #d7ff42;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.audience-category-page .audience-compare-grid strong {
  display: block;
  margin-bottom: 0.3rem;
}

body.audience-category-page .audience-compare-grid p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.42;
  opacity: 0.82;
}

body.audience-category-page .audience-faq { max-width: 900px; }

@media (max-width: 980px) {
  body.audience-category-page .audience-hero__grid,
  body.audience-category-page .audience-rail,
  body.audience-category-page .audience-compare {
    grid-template-columns: 1fr;
  }

  body.audience-category-page .audience-hero-card {
    justify-self: stretch;
    width: 100%;
  }

  body.audience-category-page .audience-spotlight-card {
    transform: none;
  }

  body.audience-category-page .audience-intent-grid,
  body.audience-category-page .audience-product-grid,
  body.audience-category-page .audience-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.audience-category-page .audience-rail__intro { position: static; }

  body.audience-category-page .audience-rail__intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.audience-category-page h1 {
    font-size: clamp(2.6rem, 18vw, 4.2rem);
  }

  body.audience-category-page .audience-intent-grid,
  body.audience-category-page .audience-product-grid,
  body.audience-category-page .audience-compare-grid {
    grid-template-columns: 1fr;
  }

  body.audience-category-page .audience-product-card .product-media {
    height: 178px;
  }

  body.audience-category-page .audience-spotlight-card {
    grid-template-columns: 1fr;
  }

  body.audience-category-page .audience-spotlight-card__media {
    height: 180px;
  }
}
