:root {
  --color-bg: #FAFAF7;
  --color-surface: #FFFFFF;
  --color-primary: #2D5A27;
  --color-primary-light: #E8F0E6;
  --color-accent: #E8651A;
  --color-accent-hover: #cf550f;
  --color-text: #1A1A1A;
  --color-text-muted: #6B6B6B;
  --color-border: #E2E2DC;
  --color-score-high: #2D8A4E;
  --color-score-mid: #E8A21A;
  --color-score-low: #D94040;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', sans-serif;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.10);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.13);
  --max-width: 1180px;
  --content-width: 760px;
  --btn-height: 52px;
  --btn-radius: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.8;
  font-size: 18px;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.main-wrap {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
}

.content-wrap {
  width: min(var(--content-width), 100%);
}

.review-content--full {
  max-width: none;
  width: 100%;
}

.section {
  padding: 3.5rem 0;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-header h2,
.section-header h3 {
  font-family: var(--font-display);
  margin: 0;
}

.section-header p {
  margin: 0.5rem 0 0;
  color: var(--color-text-muted);
}

.text-link {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-muted {
  color: var(--color-text-muted);
}

.text-accent {
  color: var(--color-accent);
}

.text-white {
  color: #fff;
}

.text-score-high {
  color: var(--color-score-high);
}

.text-score-low {
  color: var(--color-score-low);
}

.small-disclosure {
  font-size: 10px;
}

.inline-note {
  margin: 0.35rem 0;
  color: var(--color-text-muted);
}

.inline-note-top {
  margin: 0.35rem 0 0;
  color: var(--color-text-muted);
}

.section-no-top {
  padding-top: 0;
}

.section-no-bottom {
  padding-bottom: 0;
}

.section-top-sm {
  padding-top: 1rem;
}

.center-content {
  text-align: center;
}

.center-header {
  justify-content: center;
}

.mt-1 {
  margin-top: 1rem;
}

.hero-tagline {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}

.list-box {
  margin-top: 1rem;
  padding: 0.85rem;
}

.list-box-grid {
  margin-top: 1rem;
  padding: 0.85rem;
  display: grid;
  gap: 0.5rem;
}

.field-inline {
  padding: 0.6rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
}

.meta-mini {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.score-track-thin {
  height: 8px;
  background: var(--color-border);
}

.emoji-lg {
  font-size: 40px;
}

.emoji-lg-top {
  margin-top: 0.4rem;
}

.recommend-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
}

.heading-tight {
  margin-bottom: 0.5rem;
}

.tag-pill--accent {
  background: var(--color-accent);
  color: #fff;
}

.note-affiliate-dark {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.45rem;
}

.toc-label-mini {
  color: var(--color-text-muted);
  text-transform: uppercase;
  font-size: 0.66rem;
}

.toc-title-tight {
  margin: 0.4rem 0;
}

.avatar-inline-sm {
  width: 44px;
  height: 44px;
  margin: 0;
  border-width: 2px;
  box-shadow: none;
}

.avatar-inline-md {
  width: 56px;
  height: 56px;
  margin: 0;
  border-width: 2px;
  box-shadow: none;
}

.avatar-inline-lg {
  width: 80px;
  height: 80px;
  margin: 0 0 0.5rem;
  border-color: #fff;
}

.avatar-inline-xl {
  width: 160px;
  height: 160px;
  border-width: 4px;
  box-shadow: var(--shadow-lg);
}

.hero-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.hero-row--spaced {
  margin: 1rem 0 1.2rem;
}

.hero-row-tight {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-grow {
  flex: 1;
  min-width: 240px;
}

.placeholder-review-hero {
  height: 340px;
  background: linear-gradient(180deg, #eef4eb 0%, #e2ece0 100%);
  border-radius: var(--radius-lg);
}

.review-hero-media {
  display: grid;
  place-items: end center;
  overflow: hidden;
  padding: 1rem 1rem 0.3rem;
}

.review-hero-media img {
  display: block;
  width: min(100%, 360px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.14));
}

.placeholder-test-photo {
  height: 280px;
  margin-top: 1rem;
  border-radius: var(--radius-md);
}

.recommend-photo {
  height: 220px;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(246, 241, 229, 0.96) 62%, rgba(236, 228, 206, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  padding: 1rem;
  place-items: center;
  width: min(100%, 280px);
  margin: 0 auto;
}

.recommend-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.18));
}

.recommend-photo--cover img {
  object-fit: cover;
  object-position: center;
}

.recommend-photo--cover-top img {
  object-fit: cover;
  object-position: center top;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--color-primary-light);
  color: var(--color-primary);
}

.tag-pill--hot {
  background: #FFF3E0;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 8px;
}

.tag-pill--white {
  background: #fff;
  color: var(--color-primary);
}

.tag-pill--muted {
  background: var(--color-bg);
  color: var(--color-text-muted);
}

.cta-button {
  border: 0;
  border-radius: var(--btn-radius);
  height: var(--btn-height);
  min-height: var(--btn-height);
  padding: 0 1.3rem;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cta-button,
.header-cta,
.newsletter-form button,
.toc-sidebar a.cta-button {
  border-radius: var(--btn-radius) !important;
}

.cta-button--block {
  width: 100%;
}

.cta-button--primary {
  background: var(--color-accent);
  color: #fff;
}

.cta-button--primary:hover,
.header-cta:hover,
.toc-sidebar a.cta-button:hover {
  background: var(--color-accent-hover);
  color: #fff;
  transform: translateY(-1px);
}

.cta-button--secondary {
  border: 2px solid currentColor;
  background: transparent;
  font-size: 0.9rem;
  padding-inline: 1rem;
}

.cta-button--secondary:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  transform: translateY(-1px);
}

.hero-home .cta-button--secondary {
  border-color: rgba(255, 255, 255, 0.9);
  color: #fff;
}

.hero-home .cta-button--secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  color: #fff;
}

.cta-button--ghost {
  background: #fff;
  color: var(--color-primary);
}

.cta-button--ghost:hover {
  background: var(--color-primary-light);
  color: #1f461b;
  transform: translateY(-1px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  height: 56px;
  transition: box-shadow 0.25s ease;
}

.site-header.scrolled {
  box-shadow: var(--shadow-md);
}

.header-inner {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
}

.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.logo-mark {
  width: 34px;
  height: 34px;
  color: var(--color-primary);
}

.logo-word {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--color-primary);
  line-height: 1;
}

.logo-sub {
  display: none;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.desktop-nav,
.header-cta {
  display: none;
}

.desktop-nav ul {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
}

.nav-item-with-submenu {
  position: relative;
}

.nav-submenu {
  position: absolute;
  top: calc(100% - 0.35rem);
  left: 50%;
  min-width: 280px;
  padding: 0.7rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
  display: grid;
  gap: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}


.nav-item-with-submenu:hover .nav-submenu,
.nav-item-with-submenu:focus-within .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-submenu a {
  min-height: 0;
  padding: 0.7rem 0.8rem;
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-size: 0.9rem;
  font-weight: 600;
}


.nav-submenu a::after {
  display: none;
}

.nav-submenu a:hover {
  background: var(--color-primary-light);
  color: var(--color-primary);
}

.nav-submenu-group + .nav-submenu-group {
  padding-top: 0.35rem;
  margin-top: 0.2rem;
  border-top: 1px solid var(--color-border);
}


.nav-submenu-label {
  padding: 0.35rem 0.8rem 0.25rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}


.nav-submenu-group a {
  padding-left: 1rem;
}

.nav-submenu--reviews {
  min-width: 320px;
}

.nav-submenu-meta {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.nav-submenu-columns {
  display: grid;
  gap: 0.9rem;
}

.nav-submenu-stack {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.nav-submenu-all {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
  color: var(--color-primary);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}


.mobile-nav-group {
  border-bottom: 1px solid var(--color-border);
}

.mobile-nav-group > a {
  border-bottom: 0;
}

.mobile-nav-group--primary summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 54px;
  padding: 0.95rem 0.85rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}

.mobile-nav-group--primary summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-group--primary summary::after {
  content: "+";
  color: var(--color-text-muted);
  font-size: 1.1rem;
  line-height: 1;
}

.mobile-nav-group--primary[open] summary::after {
  content: "−";
}

.mobile-nav-group--primary.active summary {
  color: var(--color-primary);
  font-weight: 800;
}

.mobile-nav-group--primary > a {
  min-height: 54px;
  padding: 0.95rem 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}

.mobile-drawer > nav > a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0.95rem 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border);
}

.mobile-drawer > nav > a.active,
.mobile-nav-submenu a.active {
  color: var(--color-primary);
  font-weight: 700;
}

.nav-submenu a.active,
.nav-submenu[aria-label="Guide del sito"] a.active,
.nav-submenu[aria-label="Ricette del sito"] a.active,
.mobile-nav-submenu a.active {
  color: var(--color-accent);
  font-weight: 700;
}

.mobile-nav-group--primary > .mobile-nav-submenu {
  padding-top: 0;
}

.mobile-nav-submenu {
  display: grid;
  gap: 0;
  padding: 0 0 0.55rem 0.85rem;
}


.mobile-nav-submenu-label {
  padding: 0.7rem 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}


.mobile-nav-submenu a {
  min-height: 42px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--color-text-muted);
  border-bottom: 0;
}


.mobile-nav-submenu a:hover,
.mobile-nav-submenu a:focus-visible {
  background: var(--color-primary-light);
  color: var(--color-primary);
}

.mobile-nav-submenu[aria-label="Guide del sito"],
.mobile-nav-submenu[aria-label="Ricette del sito"] {
  gap: 0.15rem;
  padding: 0 0 0.8rem 0.85rem;
}

.mobile-nav-submenu[aria-label="Guide del sito"] .mobile-nav-submenu-label,
.mobile-nav-submenu[aria-label="Ricette del sito"] .mobile-nav-submenu-label {
  padding: 0.8rem 0 0.25rem;
  color: var(--color-text);
  font-weight: 900;
}

.mobile-nav-submenu[aria-label="Guide del sito"] .mobile-nav-submenu-label::after,
.mobile-nav-submenu[aria-label="Ricette del sito"] .mobile-nav-submenu-label::after {
  content: " →";
}

.mobile-nav-submenu[aria-label="Guide del sito"] a,
.mobile-nav-submenu[aria-label="Ricette del sito"] a {
  min-height: 44px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--color-text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mobile-nav-submenu[aria-label="Guide del sito"] a:hover,
.mobile-nav-submenu[aria-label="Guide del sito"] a:focus-visible,
.mobile-nav-submenu[aria-label="Ricette del sito"] a:hover,
.mobile-nav-submenu[aria-label="Ricette del sito"] a:focus-visible {
  background: transparent;
  color: var(--color-accent);
}

.mobile-nav-submenu--reviews {
  display: grid;
  gap: 0.35rem;
  padding: 0 0 0.8rem 0;
}

.mobile-nav-submenu--reviews .mobile-nav-submenu-meta {
  display: none;
}

.mobile-nav-brand {
  border-top: 1px solid var(--color-border);
}

.mobile-nav-brand summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.8rem 0.85rem;
  cursor: pointer;
}

.mobile-nav-brand summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-brand summary::after {
  content: "+";
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1;
}

.mobile-nav-brand[open] summary::after {
  content: "−";
}

.mobile-nav-brand .mobile-nav-submenu-label {
  padding: 0;
  color: var(--color-text);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mobile-nav-brand .mobile-nav-submenu-label::after {
  content: " →";
}

.mobile-nav-brand-links {
  display: grid;
  gap: 0;
  padding: 0 0.85rem 0.65rem 1.3rem;
}

.mobile-nav-brand-links a {
  min-height: 38px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-muted);
  border-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.mobile-nav-brand-links a:hover,
.mobile-nav-brand-links a:focus-visible {
  color: var(--color-accent);
  background: transparent;
}

.mobile-nav-brand-all {
  color: var(--color-primary) !important;
  font-weight: 700 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.desktop-nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-text-muted);
  position: relative;
  padding: 1.35rem 0;
  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--color-primary);
  font-weight: 700;
}

.desktop-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--color-primary);
}

.header-cta {
  display: inline-flex;
  width: 300px;
  justify-self: end;
  justify-content: center;
  align-items: center;
  height: var(--btn-height);
  min-height: var(--btn-height);
  min-width: 300px;
  border-radius: var(--btn-radius);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  padding: 0 1.3rem;
}

.mobile-nav-toggle {
  border: 0;
  background: transparent;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  justify-self: end;
}

.mobile-nav-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-text);
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 999;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 340px);
  height: 100vh;
  background: var(--color-surface);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 1001;
  padding: 4.8rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
}

.mobile-drawer nav {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding-bottom: calc(var(--btn-height) + 2rem);
}

.mobile-drawer a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-border);
  font-weight: 600;
}

.mobile-drawer .cta-button {
  position: absolute;
  left: 1.3rem;
  right: 1.3rem;
  bottom: 1.3rem;
  margin-top: 0;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .nav-overlay {
  opacity: 1;
  visibility: visible;
}

body.nav-open .mobile-drawer {
  transform: translateX(0);
}

body.nav-open .mobile-nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.nav-open .mobile-nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .mobile-nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.breadcrumb {
  font-size: 0.82rem;
  color: var(--color-text-muted);
  margin: 1rem 0;
}

.breadcrumb strong {
  color: var(--color-text);
}

.hero-home {
  min-height: 420px;
  background: var(--color-primary);
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 24px
  );
  color: #fff;
  display: grid;
  align-items: center;
  padding: 3rem 0;
}

.hero-home__grid {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.96fr);
  gap: 2.2rem;
  align-items: center;
}

.hero-home h1 {
  margin: 0.45rem 0 0.8rem;
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 7vw, 3.4rem);
  line-height: 1.1;
  max-width: 14ch;
}

.hero-home__line {
  display: inline;
}

h1,
h2 {
  letter-spacing: -0.01em;
}

h2 {
  font-size: 26px;
}

.hero-home .eyebrow {
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.hero-home p {
  margin: 0;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.hero-home__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.hero-home__trust {
  margin-top: 1.1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-product-placeholder {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  width: min(100%, 760px);
  min-height: 500px;
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.5rem 0.75rem 1.15rem;
  overflow: visible;
}

.hero-product-placeholder--link {
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.hero-product-placeholder--link:hover {
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.hero-product-placeholder--link:hover small strong,
.hero-product-placeholder--link:hover small {
  color: var(--color-accent);
}

.hero-product-placeholder--link:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
}

.hero-product-placeholder > div {
  width: 100%;
  display: grid;
  justify-items: center;
  align-content: center;
}

.hero-home__product-shot {
  width: min(100%, 690px);
  max-width: none;
  height: auto;
  max-height: 410px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 26px 36px rgba(0, 0, 0, 0.24));
}

.hero-mixer-illustration {
  width: min(82%, 420px);
  max-width: none;
  height: auto;
  margin: 0 auto;
  animation: mixer-float 4s ease-in-out infinite;
}

.hero-product-placeholder small {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.06rem;
  line-height: 1.28;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(18, 40, 19, 0.14) 0%, rgba(18, 40, 19, 0.52) 100%);
  padding: 0.7rem 0.9rem 0.8rem;
  border-radius: 14px;
  width: min(92%, 420px);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.hero-product-placeholder small strong {
  color: #fff;
  font-size: 1.22rem;
  font-weight: 700;
}

.floating-score {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--color-accent);
  display: grid;
  place-items: center;
  line-height: 1;
  text-align: center;
  box-shadow: var(--shadow-md);
}

.floating-score b {
  font-size: 28px;
}

.floating-score span {
  font-size: 0.82rem;
}

.quick-picks-strip {
  background: var(--color-primary-light);
  padding: 2.5rem 0;
}

.quick-picks-strip h3 {
  margin: 0;
  font-family: var(--font-display);
  text-align: center;
  font-size: 1.9rem;
}

.quick-picks-strip p {
  margin: 0.5rem 0 1.4rem;
  text-align: center;
  color: var(--color-text-muted);
}

.quick-picks-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.3rem;
}

.product-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: 0.2s ease;
}

.quick-pick-card {
  scroll-snap-align: start;
  padding: 1.6rem;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.quick-pick-image-link {
  display: grid;
  place-items: center;
  min-height: 185px;
  margin: 1rem 0 0.35rem;
  text-decoration: none;
}

.quick-pick-image {
  width: min(100%, 250px);
  max-width: none;
  height: 185px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.14));
}

.product-card:hover,
.brand-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.card-clickable {
  cursor: pointer;
}

.card-clickable:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.placeholder-image {
  background: var(--color-bg);
  border-radius: var(--radius-sm);
  min-height: 120px;
  display: grid;
  place-items: center;
  color: var(--color-text-muted);
  text-align: center;
  font-size: 0.82rem;
  padding: 0.5rem;
}

.quick-pick-card h4 {
  margin: 0.55rem 0 0.4rem;
  font-size: 1.06rem;
}

.quick-pick-meta {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding-top: 1.1rem;
}

.score {
  color: var(--color-accent);
  font-weight: 700;
}

.quick-pick-score {
  color: var(--color-accent);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.latest-grid {
  display: grid;
  gap: 1.2rem;
}

.review-card .card-image {
  height: 200px;
  background: transparent;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
}

.review-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.review-card .card-body {
  padding: 1.1rem;
}

.review-card h3 {
  margin: 0.6rem 0;
  font-size: 1.15rem;
  font-family: var(--font-display);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.score-row {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
}

.score-row small {
  color: var(--color-text-muted);
  font-size: 0.72rem;
}

.score-row strong {
  color: var(--color-accent);
  font-size: 1.6rem;
}

.score-bar {
  --score-value-col: 92px;
  margin: 0.55rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--score-value-col);
  column-gap: 0.75rem;
  row-gap: 0.35rem;
  align-items: end;
}

.score-bar__meta {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--score-value-col);
  column-gap: 0.75rem;
  align-items: baseline;
  font-size: 0.72rem;
  line-height: 1.35;
  position: relative;
  padding-bottom: 0.2rem;
}

.score-bar__meta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(26, 26, 26, 0.08);
}

.score-bar__meta span:first-child {
  color: var(--color-text-muted);
  min-width: 0;
}

.score-bar__meta span:last-child {
  text-align: right;
  justify-self: end;
  white-space: nowrap;
}

.score-bar__track {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--color-bg);
  overflow: hidden;
}

.score-bar__fill {
  height: 100%;
  background: var(--color-primary);
  border-radius: inherit;
}

.score-bar--high .score-bar__fill {
  background: var(--color-score-high);
}

.score-bar--mid .score-bar__fill {
  background: var(--color-score-mid);
}

.score-bar--low .score-bar__fill {
  background: var(--color-score-low);
}

.score-bar__value {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  justify-self: end;
  white-space: nowrap;
}

.score-bar--high .score-bar__value {
  color: var(--color-score-high);
}

.score-bar--mid .score-bar__value {
  color: var(--color-score-mid);
}

.score-bar--low .score-bar__value {
  color: var(--color-score-low);
}

.review-card .summary {
  color: var(--color-text-muted);
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 0.55rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card .card-footer {
  border-top: 1px solid var(--color-border);
  padding: 0.9rem 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.featured-guide {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-surface);
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: stretch;
}

.featured-guide__image {
  min-height: 240px;
  width: 100%;
  height: 100%;
  background: #FBFCF8;
  display: grid;
  place-items: center;
  color: var(--color-primary);
  padding: 1.1rem;
}

.featured-guide__poster {
  width: min(100%, 260px);
  aspect-ratio: auto;
  background: transparent;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.35rem;
  text-align: center;
  padding: 0;
}

.featured-guide__poster-emoji {
  font-size: clamp(3.8rem, 8.5vw, 5.4rem);
  line-height: 1;
  filter: drop-shadow(0 10px 14px rgba(26, 26, 26, 0.08));
}

.featured-guide__poster-copy {
  display: grid;
  gap: 0.35rem;
  justify-items: center;
  color: var(--color-primary);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.15;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.featured-guide__content {
  min-width: 0;
  padding: 2.2rem 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-guide__content h2 {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 3.6vw, 2.8rem);
  margin: 0.75rem 0;
  line-height: 1.16;
  text-wrap: balance;
}

.featured-guide__content p {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

@media (max-width: 1023px) {
  .hero-home {
    min-height: auto;
    padding: 2rem 0 2.3rem;
  }

  .hero-home__grid {
    width: min(var(--max-width), calc(100% - 1.5rem));
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .hero-home__grid > div:first-child {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .hero-home h1 {
    max-width: 10.5ch;
    font-size: clamp(2.35rem, 8.5vw, 4rem);
  }

  .hero-home p {
    max-width: 36rem;
    font-size: 1rem;
  }

  .hero-home__cta {
    justify-content: center;
    width: 100%;
  }

  .hero-home__cta .cta-button {
    flex: 1 1 240px;
    max-width: 360px;
  }

  .hero-home__trust {
    justify-content: center;
    column-gap: 0.8rem;
    row-gap: 0.45rem;
  }

  .hero-product-placeholder {
    width: min(100%, 680px);
    min-height: 0;
    padding: 0.75rem 0.75rem 1rem;
  }

  .hero-home__product-shot {
    width: min(100%, 540px);
    max-height: clamp(280px, 44vw, 390px);
  }

  .floating-score {
    width: 76px;
    height: 76px;
    top: 0.6rem;
    right: 0.6rem;
  }

  .floating-score b {
    font-size: 24px;
  }

  .quick-picks-strip {
    padding: 2rem 0;
  }

  .quick-picks-strip p {
    max-width: 44rem;
    margin-inline: auto;
  }

  .latest-grid {
    gap: 1rem;
  }

  .featured-guide__image {
    min-height: 220px;
    padding: 1rem;
  }

  .featured-guide__poster {
    width: min(100%, 180px);
    gap: 0.75rem;
    padding: 0;
  }

  .featured-guide__content {
    min-width: 0;
    padding: 1.35rem 1.1rem 1.2rem;
  }

  .featured-guide__content h2 {
    font-size: clamp(1.95rem, 5.1vw, 2.45rem);
    line-height: 1.08;
    text-wrap: pretty;
  }

  .featured-guide__content p {
    font-size: 1rem;
    line-height: 1.55;
  }

  .hero-review {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.2rem;
  }

  .hero-review h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }

  .review-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .review-content {
    width: 100%;
  }

  .amazon-buy-box {
    max-width: 460px;
    margin-inline: auto;
  }

  .verdict-section {
    padding: 1.7rem;
  }

  .verdict-section__row1 {
    grid-template-columns: 160px 1fr;
    gap: 1.5rem;
  }

  .verdict-section__row2 {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .verdict-section__cta {
    min-width: min(100%, 320px);
  }

  .specs-table,
  .comparison-wrap,
  .comparison-table,
  .accessory-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .author-strip {
    grid-template-columns: 30% minmax(0, 70%);
    align-items: center;
    column-gap: 1rem;
    row-gap: 0.65rem;
  }

  .author-strip .avatar-circle {
    width: min(100%, 120px);
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }

  .author-strip__meta {
    min-width: 0;
    grid-column: 2;
  }

  .author-update {
    grid-column: 2;
    justify-self: start;
    margin-top: 0;
  }

  .newsletter-strip h3 {
    font-size: clamp(1.7rem, 5.8vw, 2.2rem);
    line-height: 1.16;
  }

  .newsletter-mobile-break {
    display: block;
  }

  .newsletter-strip__title-break {
    display: block;
  }

  .newsletter-strip__title-main,
  .newsletter-strip__title-break {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .hero-home {
    padding: 1.45rem 0 1.8rem;
  }

  .hero-home__grid {
    width: calc(100% - 1rem);
    gap: 1.1rem;
  }

  .hero-home h1 {
    max-width: none;
    font-size: clamp(1.62rem, 7.4vw, 2.05rem);
  }

  .hero-home__line {
    display: block;
    white-space: nowrap;
  }

  .hero-home p {
    font-size: 0.97rem;
    line-height: 1.65;
  }

  .hero-home__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.65rem;
  }

  .hero-home__cta .cta-button {
    width: 100%;
    max-width: none;
  }

  .hero-home__trust {
    font-size: 0.74rem;
  }

  .hero-product-placeholder {
    border-radius: 22px;
  }

  .hero-home__product-shot {
    max-height: 300px;
  }

  .hero-product-placeholder small {
    width: 100%;
    font-size: 0.95rem;
    padding: 0.65rem 0.8rem 0.7rem;
  }

  .hero-product-placeholder small strong {
    font-size: 1.05rem;
  }

  .floating-score {
    width: 68px;
    height: 68px;
    top: 0.5rem;
    right: 0.5rem;
  }

  .floating-score b {
    font-size: 22px;
  }

  .quick-picks-row {
    grid-auto-columns: 82vw;
    gap: 0.85rem;
    scroll-padding-inline: 1rem;
  }

  .quick-pick-card {
    min-height: 320px;
    padding: 1.1rem;
  }

  .quick-pick-image-link {
    min-height: 160px;
    margin: 0.75rem 0 0.2rem;
  }

  .quick-pick-image {
    height: 160px;
  }

  .quick-pick-card h4 {
    font-size: 1rem;
  }

  .review-card .card-image {
    height: 180px;
  }

  .review-card .card-body {
    padding: 1rem;
  }

  .review-card .card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .review-card .card-footer strong {
    text-align: center;
  }

  .review-card .card-footer .cta-button {
    width: 100%;
  }

  .featured-guide {
    grid-template-columns: minmax(0, 1fr);
    border-radius: 22px;
  }

  .featured-guide__image {
    min-height: auto;
    padding: 1rem 1rem 0;
  }

  .featured-guide__poster {
    width: min(100%, 240px);
    aspect-ratio: auto;
    gap: 0.9rem;
    padding: 0;
    min-height: auto;
  }

  .featured-guide__poster-emoji {
    font-size: clamp(2.7rem, 13vw, 3.7rem);
  }

  .featured-guide__poster-copy {
    font-size: clamp(1rem, 5vw, 1.25rem);
  }

  .featured-guide__content {
    padding: 1.2rem 1rem 1.15rem;
  }

  .featured-guide__content h2 {
    font-size: clamp(1.7rem, 7.2vw, 2rem);
    line-height: 1.1;
  }

  .featured-guide__content .cta-button {
    width: 100%;
  }

  .author-strip {
    padding: 0.85rem 0.9rem;
  }

  .author-strip {
    column-gap: 0.85rem;
  }

  .author-strip__meta p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .author-strip__meta small {
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .author-update {
    font-size: 0.68rem;
  }

  .breadcrumb {
    font-size: 0.76rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .hero-review {
    gap: 1rem;
  }

  .hero-review h1 {
    font-size: clamp(1.72rem, 8.2vw, 2.15rem);
    line-height: 1.08;
  }

  .hero-review p {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .hero-row.hero-row--spaced {
    flex-direction: column;
    align-items: stretch;
    gap: 0.9rem;
  }

  .hero-review .score-ring {
    width: 116px;
    height: 116px;
    margin-inline: auto;
  }

  .hero-review .score-ring__inner b {
    font-size: 40px;
  }

  .pro-con-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
  }

  .amazon-buy-box {
    max-width: none;
    padding: 1.05rem;
  }

  .amazon-buy-box .price {
    font-size: 1.8rem;
  }

  .review-content h2 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 1.16;
  }

  .review-content p {
    font-size: 0.97rem;
    line-height: 1.72;
  }

  .specs-table,
  .comparison-table,
  .accessory-table {
    font-size: 0.82rem;
  }

  .specs-table th,
  .specs-table td,
  .comparison-table th,
  .comparison-table td,
  .accessory-table th,
  .accessory-table td {
    padding: 0.6rem;
  }

  .comparison-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .comparison-table {
    width: max-content;
    min-width: 720px;
  }

  .verdict-section {
    padding: 1.25rem;
  }

  .verdict-section__row1 {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .verdict-section__author {
    justify-items: center;
    text-align: center;
  }

  .verdict-section__quote blockquote {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .verdict-section__row2 {
    flex-direction: column;
    align-items: stretch;
  }

  .verdict-section .verdict-divider {
    display: none;
  }

  .verdict-section__score {
    text-align: center;
  }

  .verdict-section__cta {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .matteo-intro {
    padding: 3.2rem 1rem;
  }

  .newsletter-strip {
    padding: 2.5rem 1rem 2.7rem;
  }

  .newsletter-strip__icon {
    width: 250px;
    height: 180px;
    right: -3.8rem;
    top: 2.2rem;
    opacity: 0.14;
  }

  .newsletter-strip h3 {
    font-size: clamp(1.5rem, 9vw, 1.95rem);
    line-height: 1.14;
  }

  .newsletter-strip p {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form button {
    grid-column: auto;
  }
}

.matteo-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: 5rem 1rem;
}

.matteo-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.4rem);
  margin: 1rem 0;
}

.matteo-intro p {
  color: var(--color-text-muted);
  margin: 0 0 1rem;
}

.avatar-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid var(--color-primary);
  background: #efe7d3;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.avatar-circle img,
.footer-avatar img,
.toc-verdict__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.newsletter-strip {
  position: relative;
  overflow: hidden;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  margin-top: 1.25rem;
  padding: 3.8rem 1rem;
}

.newsletter-strip__icon {
  position: absolute;
  top: 0.4rem;
  right: -2.2rem;
  left: auto;
  width: 560px;
  height: 380px;
  margin: 0;
  border-radius: 0;
  background: none;
  display: block;
  transform: rotate(-8deg);
  box-shadow: none;
  opacity: 0.34;
  z-index: 0;
  pointer-events: none;
}

.newsletter-strip__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: none;
}

.newsletter-strip__icon path {
  stroke: var(--color-accent);
  stroke-width: 1.2;
}

.newsletter-strip h3,
.newsletter-strip p,
.newsletter-form,
.newsletter-strip small {
  position: relative;
  z-index: 1;
}

.newsletter-strip h3 {
  margin: 0.7rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 5vw, 2rem);
}

.newsletter-strip__title-main,
.newsletter-strip__title-break {
  display: block;
  white-space: normal;
}

.newsletter-mobile-break,
.newsletter-strip__title-break {
  display: block;
}

.newsletter-strip p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
  margin: 0 auto;
}

.newsletter-form {
  margin: 1.3rem auto 0;
  max-width: 560px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.newsletter-form input {
  border: 0;
  border-radius: var(--btn-radius);
  padding: 0.9rem 1rem;
  font: inherit;
  width: 100%;
  height: 72px;
}

.newsletter-form button {
  width: 100%;
  height: var(--btn-height);
  border-radius: var(--btn-radius);
  padding: 0 1.3rem;
}

.newsletter-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: flex-start;
  text-align: left;
  margin-top: 0.1rem;
  font-size: 0.82rem;
  line-height: 1.3;
}

.newsletter-consent span {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  opacity: 0.92;
}

.newsletter-consent input {
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.12rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  accent-color: var(--color-accent);
}

.newsletter-consent--secondary {
  margin-top: -0.2rem;
}

.newsletter-strip .newsletter-consent {
  grid-column: 1 / -1;
  max-width: 100%;
  font-size: 0.96rem;
  line-height: 1.35;
}

.newsletter-strip .newsletter-consent--secondary {
  margin-top: -0.12rem;
}

.newsletter-consent a,
.newsletter-consent a:hover,
.newsletter-consent a:focus,
.newsletter-consent a:focus-visible,
.newsletter-consent a:active,
.newsletter-consent a:visited {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none;
  transition: none;
}

.newsletter-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.newsletter-feedback {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

.newsletter-success {
  display: grid;
  gap: 0.4rem;
  text-align: left;
}

.newsletter-success strong {
  font-size: 1.05rem;
  line-height: 1.15;
}

.newsletter-success p {
  margin: 0;
  max-width: none;
  font-size: 0.96rem;
  line-height: 1.45;
  color: inherit;
}

.newsletter-form--submitted > input,
.newsletter-form--submitted > label.newsletter-consent,
.newsletter-form--submitted > .newsletter-turnstile,
.newsletter-form--submitted > button,
.newsletter-form--submitted > .newsletter-feedback,
.sidebar-newsletter-card.newsletter-form--submitted > input,
.sidebar-newsletter-card.newsletter-form--submitted > label.newsletter-consent,
.sidebar-newsletter-card.newsletter-form--submitted > .newsletter-turnstile,
.sidebar-newsletter-card.newsletter-form--submitted > button,
.sidebar-newsletter-card.newsletter-form--submitted > .newsletter-feedback {
  display: none !important;
}

.newsletter-strip.newsletter-strip--submitted > small,
.newsletter-strip.newsletter-strip--submitted small:last-of-type {
  display: none;
}

.newsletter-strip .newsletter-form--submitted {
  width: 100%;
  max-width: min(100%, 980px);
  min-height: 240px;
  margin-top: 1.15rem;
  padding: 0.4rem 0 0.8rem;
  align-content: center;
  justify-items: center;
}

.newsletter-strip .newsletter-success {
  width: 100%;
  max-width: none;
  gap: 1rem;
  text-align: center;
  justify-items: center;
}

.newsletter-strip .newsletter-success strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #fff;
}

.newsletter-strip .newsletter-success p {
  max-width: 840px;
  margin: 0 auto;
  font-size: clamp(1.04rem, 2vw, 1.24rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.newsletter-strip .newsletter-feedback {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 860px;
  margin: 0.45rem auto 0;
  text-align: center;
  font-size: clamp(1rem, 1.9vw, 1.16rem);
  line-height: 1.48;
}

.newsletter-turnstile {
  min-height: 0;
  margin-top: -0.15rem;
}

.newsletter-feedback.is-success {
  color: rgba(255, 255, 255, 0.92);
}

.newsletter-feedback.is-error {
  color: #ffe3da;
}

.newsletter-strip .newsletter-feedback.is-error {
  color: rgba(255, 228, 222, 0.96);
}

.newsletter-form--busy button,
.newsletter-form button:disabled,
.sidebar-newsletter-card button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.newsletter-strip small {
  display: block;
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.42);
}

.author-strip {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0.9rem 1rem;
  display: grid;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1rem;
}

.author-strip__meta small {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  display: block;
  margin-bottom: 0.1rem;
}

.author-strip__meta b {
  font-size: 0.94rem;
}

.author-strip__meta p {
  margin: 0.3rem 0 0;
  color: var(--color-text-muted);
  font-style: italic;
  font-size: 0.88rem;
}

.author-update {
  width: max-content;
  background: var(--color-primary-light);
  color: var(--color-primary);
  border-radius: var(--radius-sm);
  padding: 0.2rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 600;
}

.author-strip--compact {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
  border: 0;
  background: transparent;
  margin: 0;
}

.author-strip--compact .avatar-circle {
  width: 40px;
  height: 40px;
  margin: 0;
  border-width: 2px;
  box-shadow: none;
}

.hero-review {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.hero-review h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.6rem);
  margin: 0.7rem 0;
  line-height: 1.14;
}

.hero-review p {
  color: var(--color-text-muted);
  font-size: 1.02rem;
}

.hero-review .score-ring {
  width: 140px;
  height: 140px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.hero-review .score-ring__inner b {
  font-size: 48px;
}

.score-ring {
  --score: 86;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: conic-gradient(var(--color-primary) calc(var(--score) * 1%), var(--color-primary-light) 0);
  padding: 8px;
  display: grid;
  place-items: center;
}

.score-ring__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  line-height: 1;
  text-align: center;
}

.score-ring__inner b {
  font-size: 2rem;
  color: var(--color-accent);
}

.score-ring__inner span {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}

.score-ring__inner small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.68rem;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pro-con-list {
  display: grid;
  gap: 1rem;
}

.pro-con-list h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
}

.pro-con-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pro-con-list li {
  font-size: 0.9rem;
  margin-bottom: 0.45rem;
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
}

.icon-ok {
  color: var(--color-score-high);
}

.icon-no {
  color: var(--color-accent);
}

.amazon-buy-box {
  background: var(--color-surface);
  border: 3px solid var(--color-accent);
  border-radius: var(--radius-md);
  padding: 1.3rem;
  display: grid;
  gap: 0.55rem;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.amazon-buy-box .eyebrow {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin: 0;
}

.amazon-buy-box .price {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.1rem 0 0.35rem;
}

.amazon-buy-box .trust {
  text-align: center;
  font-size: 0.7rem;
  color: var(--color-text-muted);
  margin-top: 0.55rem;
}

.amazon-rating {
  margin-top: 0.45rem;
  text-align: center;
  font-size: 12px;
  color: var(--color-text-muted);
}

.amazon-rating .stars {
  color: var(--color-accent);
  margin-right: 0.35rem;
}

.amazon-buy-box .aff {
  display: inline-block;
  font-size: 0.62rem;
  color: var(--color-text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 0.45rem;
}

.amazon-buy-box .cta-button {
  width: 100%;
  margin-top: 0.15rem;
}

.buy-box__rating {
  font-size: 12px;
  color: var(--color-text-muted);
  text-align: center;
  margin: 0.1rem 0 0;
}

.amazon-buy-box .tag-pill--hot {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  width: fit-content;
  max-width: 100%;
  line-height: 1.1;
  margin: 0;
}

.review-layout {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.review-content {
  width: min(var(--content-width), 100%);
}

.review-content h2 {
  margin-top: 56px;
  margin-bottom: 20px;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.2;
  position: relative;
}

.review-content h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: var(--color-accent);
  margin-bottom: 12px;
}

.review-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #282828;
}

.specs-table,
.comparison-table,
.accessory-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  font-size: 0.88rem;
}

.specs-table tr:nth-child(even),
.comparison-table tr:nth-child(even),
.accessory-table tr:nth-child(even) {
  background: var(--color-bg);
}

.specs-table th,
.specs-table td,
.comparison-table th,
.comparison-table td,
.accessory-table th,
.accessory-table td {
  padding: 0.72rem;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
}

.specs-table td:first-child,
.accessory-table td:first-child {
  color: var(--color-text-muted);
}

.specs-table td:last-child,
.comparison-table td,
.accessory-table td:last-child {
  font-weight: 500;
}

.matteo-box,
.key-takeaways,
.info-box {
  background: var(--color-primary-light);
  border-radius: var(--radius-md);
}

.matteo-box {
  padding: 1rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.matteo-box p {
  margin: 0;
  color: #2f4430;
  font-style: italic;
}

.author-test-box {
  padding: 24px 28px;
}

.author-test-box p {
  font-size: 17px;
}

.author-test-box .avatar-circle {
  width: 56px;
  height: 56px;
}

.test-attribution {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-primary);
  display: block;
  text-align: right;
  margin-top: 12px;
  font-style: normal;
}

.score-highlight {
  margin: 1.3rem 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-bg);
  text-align: center;
  padding: 1.4rem;
}

.score-highlight strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3rem);
  color: var(--color-accent);
}

.comparison-bars .score-bar__track {
  height: 10px;
  border-radius: 5px;
}

.comparison-bars .score-bar__meta span:first-child {
  font-weight: 700;
}

.badge-inline {
  display: inline-flex;
  align-items: center;
  font-size: 0.66rem;
  border: 1px solid var(--color-border);
  padding: 0.16rem 0.45rem;
  border-radius: 999px;
  color: var(--color-text-muted);
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.icon-grid .item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fff;
  padding: 0.95rem;
  text-align: center;
}

.icon-grid .item .emoji {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary-light);
  display: grid;
  place-items: center;
  margin: 0 auto 0.45rem;
}

.comparison-wrap {
  overflow-x: auto;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
}

.comparison-table td.best {
  background: var(--color-primary-light);
  font-weight: 600;
}

.verdict-section {
  margin-top: 2.5rem;
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  color: #fff;
}

.verdict-section__row1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.verdict-section__author {
  display: grid;
  gap: 0.4rem;
  justify-items: start;
}

.verdict-section__avatar {
  width: 64px;
  height: 64px;
  margin: 0;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
}

.verdict-section__author strong {
  font-size: 1.05rem;
  color: #fff;
  font-weight: 700;
}

.verdict-section__tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.verdict-section__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 8px;
}

.verdict-section__quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
  color: #fff;
}

.verdict-section__row2 {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 24px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  flex-wrap: wrap;
}

.verdict-section__score {
  text-align: center;
}

.verdict-section__score b {
  font-family: var(--font-display);
  font-size: 52px;
  color: #fff;
  line-height: 1;
}

.verdict-section__score span {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 2px;
}

.verdict-section__score small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
}

.verdict-section .verdict-divider {
  width: 1px;
  height: 56px;
  background: rgba(255, 255, 255, 0.25);
}

.verdict-section__cta {
  max-width: 360px;
  min-width: min(100%, 320px);
  width: 100%;
  white-space: nowrap;
  font-size: 0.92rem;
}

.verdict-section__disclaimer {
  margin: 16px 0 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

:is(.hero-home, .newsletter-strip, .verdict-section, .toc-verdict, .pull-quote, .site-footer) :is(.text-accent, .inline-score-badge, .score-ring__inner b, .toc-verdict__score-main, .toc-verdict__dots) {
  color: #fff !important;
}

.accordion {
  border-top: 1px solid var(--color-border);
}

.accordion__item {
  border-bottom: 1px solid var(--color-border);
}

.accordion__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  font-weight: 600;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.accordion__trigger svg {
  transition: transform 0.3s ease;
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--color-text-muted);
  padding: 0;
}

.accordion__item.open .accordion__content {
  padding: 0 0 1rem;
}

.accordion__item.open .accordion__trigger svg {
  transform: rotate(180deg);
}

.product-card--compact {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0.8rem;
  padding: 0.75rem;
  align-items: center;
}

.product-card--compact .placeholder-image {
  min-height: 84px;
  background: transparent;
  padding: 0.25rem;
}

.product-card--compact .placeholder-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.related-row {
  display: grid;
  gap: 0.8rem;
}

.guide-layout #correlate .related-row {
  grid-template-columns: minmax(0, 1fr);
}

.related-feature-card {
  overflow: hidden;
}

.related-feature-card__media {
  aspect-ratio: 16 / 9;
  background: #f7f7f4;
  overflow: hidden;
  margin: 0;
}

.related-feature-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.related-feature-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.related-feature-card__media--guide {
  display: grid;
  place-items: center;
  gap: 0.5rem;
  background: #FBFCF8;
  color: var(--color-primary);
}

.related-feature-card__emoji {
  font-size: 2rem;
  line-height: 1;
}

.related-feature-card__kicker {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.related-feature-card__body {
  padding: 1rem 1rem 1.1rem;
}

.related-feature-card__body strong {
  display: block;
  margin-bottom: 0.45rem;
}

.related-feature-card__body .inline-note {
  margin: 0 0 0.65rem;
}

.section--hub-related .related-row {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

.section--hub-related .related-feature-card {
  display: grid;
  grid-template-columns: minmax(230px, 300px) 1fr;
  align-items: stretch;
}

.section--hub-related .related-feature-card__media {
  aspect-ratio: auto;
  min-height: 240px;
}

.section--hub-related .related-feature-card__media--guide {
  padding: 0;
  text-align: center;
  gap: 0.85rem;
  background:
    radial-gradient(circle at 50% 24%, rgba(255,255,255,0.86) 0%, rgba(255,255,255,0.3) 18%, rgba(255,255,255,0) 42%),
    linear-gradient(180deg, rgba(45,90,39,0.03) 0%, rgba(45,90,39,0.015) 100%),
    #FBFCF8;
  position: relative;
  overflow: hidden;
}

.section--hub-related .related-feature-card__media--guide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(45,90,39,0.06) 0%, rgba(45,90,39,0) 36%),
    linear-gradient(225deg, rgba(232,101,26,0.07) 0%, rgba(232,101,26,0) 32%);
  pointer-events: none;
}

.section--hub-related .related-feature-card__media--guide > * {
  position: relative;
  z-index: 1;
}

.section--hub-related .related-feature-card__emoji {
  font-size: 3.6rem;
}

.section--hub-related .related-feature-card__kicker {
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}

.section--hub-related .related-feature-card__body {
  padding: 1.45rem 1.6rem 1.5rem;
}

.section--hub-related .related-feature-card__body strong {
  margin-bottom: 0.75rem;
  font-size: 2rem;
  line-height: 1.08;
}

.section--hub-related .related-feature-card__body .inline-note {
  margin: 0 0 1rem;
  font-size: 1.04rem;
  line-height: 1.75;
}

.guide-layout #guida-veloce .info-box {
  margin-top: 2.75rem;
}

.guide-layout .comparison-wrap + .info-box {
  margin-top: 2.75rem;
}

.guide-layout #watt .info-box {
  margin-top: 3rem;
}

.guide-layout #pulizia .tier-cards {
  margin-top: 3.5rem;
}

.guide-layout #problemi .tier-cards {
  margin-top: 2.25rem;
}

.guide-layout #forza-farina .info-box,
.guide-layout #poolish .info-box {
  margin-top: 2.5rem;
}

.guide-layout #chimico .info-box,
.guide-layout #lievito-birra .tier-cards,
.guide-layout #lievito-birra .info-box {
  margin-top: 2.5rem;
}

.guide-layout #grano-tenero-duro .info-box,
.guide-layout #farine-forti .tier-cards,
.guide-layout #farine-forti .info-box,
.guide-layout #conservazione .info-box {
  margin-top: 2.5rem;
}

.guide-layout #ingredienti .info-box,
.guide-layout #procedimento .tier-cards,
.guide-layout #procedimento .recipe-steps,
.guide-layout #procedimento .info-box {
  margin-top: 2.5rem;
}

.toc-sidebar {
  display: none;
}

.toc-sidebar .inner {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  position: static;
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
}

.toc-sidebar h4 {
  margin: 0 0 0.6rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.toc-sidebar a {
  display: block;
  padding: 0.32rem 0.65rem;
  border-left: 2px solid transparent;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--color-text-muted);
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease, border-left-color 0.2s ease, transform 0.2s ease;
}

.toc-sidebar a:not(.cta-button):hover {
  background: var(--color-primary-light);
  color: var(--color-primary);
  border-left-color: rgba(232, 101, 26, 0.6);
  transform: translateX(2px);
}

.toc-sidebar a:not(.cta-button).active {
  color: var(--color-primary);
  background: var(--color-primary-light);
  border-left-color: var(--color-accent);
  font-weight: 600;
}

.toc-sidebar a.cta-button {
  border-left: 0;
  line-height: 1.2;
  min-height: var(--btn-height);
  padding: 0 1.3rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.toc-sidebar.review-only {
  width: 240px;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.25s ease;
}

.toc-sidebar.review-only.visible {
  opacity: 1;
  transform: translateY(0);
}

.toc-verdict {
  margin-top: 0.95rem;
  background: var(--color-primary);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-md);
  width: 100%;
}

.toc-sidebar .product-card,
.toc-sidebar form.product-card {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  padding: 1rem !important;
}

.toc-sidebar .product-card h4,
.toc-sidebar form.product-card strong {
  letter-spacing: -0.01em;
}

.toc-sidebar form.product-card input {
  min-height: 52px;
  border-radius: var(--btn-radius) !important;
}

.toc-sidebar form.product-card .cta-button {
  width: 100%;
}

.toc-sidebar .product-card .cta-button {
  width: 100%;
  margin-top: 0.6rem;
}

.guide-layout .toc-sidebar .sidebar-verdict-card {
  background: var(--color-primary);
  border: 0;
  box-shadow: var(--shadow-md);
  color: #fff;
}

.guide-layout .toc-sidebar .sidebar-verdict-card .toc-label-mini {
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.guide-layout .toc-sidebar .sidebar-verdict-card .toc-title-tight,
.guide-layout .toc-sidebar .sidebar-verdict-card strong {
  color: #fff;
  display: block;
  margin-top: 0.2rem;
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
}

.guide-layout .toc-sidebar .sidebar-verdict-card .score {
  color: #fff;
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 0.96;
  margin-top: 0.28rem;
}

.guide-layout .toc-sidebar .sidebar-verdict-card .cta-button {
  margin-top: 0.65rem;
}

.guide-layout .toc-sidebar .sidebar-verdict-card--newsletter {
  margin-top: 1.15rem;
  position: relative;
  background: var(--color-surface);
  color: var(--color-text);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
}

.guide-layout .toc-sidebar .sidebar-verdict-card--newsletter strong {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 0.2rem;
  color: var(--color-text);
  font-family: var(--font-body);
  font-weight: 700;
}

.guide-layout .toc-sidebar .sidebar-verdict-card--newsletter::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: -12px;
  height: 1px;
  background: var(--color-border);
}

.guide-layout .toc-sidebar .sidebar-verdict-card--newsletter .field-inline {
  background: #f7f7f4;
  border: 1px solid var(--color-border);
  color: var(--color-text);
  min-height: 50px;
  padding: 0.72rem 0.9rem;
}

.guide-layout .toc-sidebar .sidebar-verdict-card--newsletter .field-inline::placeholder {
  color: var(--color-text-muted);
}

.guide-layout .toc-sidebar .sidebar-newsletter-card,
.review-layout .toc-sidebar .sidebar-newsletter-card {
  margin-top: 1.25rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  padding: 1.1rem !important;
}

.guide-layout .toc-sidebar .sidebar-newsletter-card strong,
.review-layout .toc-sidebar .sidebar-newsletter-card strong {
  display: block;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .field-inline,
.review-layout .toc-sidebar .sidebar-newsletter-card .field-inline {
  width: 100%;
  display: block;
  min-height: 50px;
  padding: 0.72rem 0.9rem;
  background: #f7f7f4;
  border: 1px solid var(--color-border);
  color: var(--color-text);
  border-radius: var(--btn-radius);
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .field-inline::placeholder,
.review-layout .toc-sidebar .sidebar-newsletter-card .field-inline::placeholder {
  color: var(--color-text-muted);
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .cta-button,
.review-layout .toc-sidebar .sidebar-newsletter-card .cta-button {
  width: 100%;
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent {
  color: var(--color-copy);
  font-size: 0.74rem;
  line-height: 1.28;
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-feedback,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-feedback {
  color: var(--color-copy);
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-feedback.is-error,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-feedback.is-error {
  color: #a63c2c;
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-feedback.is-success,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-feedback.is-success {
  color: #1f5c37;
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-success,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-success {
  width: 100%;
  min-height: 140px;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 0.55rem;
  color: var(--color-copy);
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-success strong,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-success strong {
  color: var(--color-text);
  font-size: 1.1rem;
  line-height: 1.05;
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-success p,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-success p {
  max-width: 24ch;
  font-size: 0.88rem;
  line-height: 1.42;
}

.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a,
.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:hover,
.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:focus,
.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:focus-visible,
.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:active,
.guide-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:visited,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:hover,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:focus,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:focus-visible,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:active,
.review-layout .toc-sidebar .sidebar-newsletter-card .newsletter-consent a:visited {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none;
}

.guide-layout .toc-sidebar .sidebar-verdict-card--product .cta-button {
  width: 100%;
  min-height: 58px;
  height: auto;
  padding: 0.9rem 1rem;
  font-size: 0.9rem;
  white-space: normal;
  line-height: 1.2;
  text-wrap: balance;
}

.guide-layout .toc-sidebar form.sidebar-newsletter-card,
.review-layout .toc-sidebar form.sidebar-newsletter-card {
  margin-bottom: 4rem;
}

.review-layout .toc-sidebar form.sidebar-newsletter-card {
  margin-bottom: 5rem;
}

.guide-layout #faq {
  margin-top: 1.75rem;
}

.guide-layout #faq h2 {
  margin-top: 0;
}

.guide-layout #correlate {
  margin-top: 1.5rem;
}

.guide-layout #correlate .section-header {
  margin-bottom: 1rem;
}

.toc-verdict__avatar {
  float: left;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #efe7d3;
  border: 1.5px solid rgba(255, 255, 255, 0.92);
  overflow: hidden;
  margin-right: 8px;
}

.toc-verdict__avatar svg {
  width: 100%;
  height: 100%;
  display: block;
}

.toc-verdict__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}

.toc-verdict__clear {
  clear: both;
}

.toc-verdict__scoreline {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: flex-end;
  gap: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.toc-verdict__score-main {
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  color: var(--color-accent);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.toc-verdict__score-den {
  font-family: var(--font-body);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  margin-bottom: 0.55rem;
}

.toc-verdict__bar {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.15);
  margin-top: 0.5rem;
  overflow: hidden;
}

.toc-verdict__bar-fill {
  display: block;
  width: 86%;
  height: 100%;
  background: var(--color-accent);
  border-radius: 2px;
}

.toc-verdict__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 0.7rem;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.toc-verdict__dots {
  color: var(--color-accent);
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.toc-verdict__divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0.8rem 0;
}

.toc-verdict .cta-button {
  width: 100%;
  border-radius: var(--btn-radius) !important;
  min-height: var(--btn-height);
  height: var(--btn-height);
  padding: 0 1.3rem;
  font-size: 0.96rem;
  font-weight: 700;
}

.toc-verdict .cta-button:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.toc-verdict__note {
  margin-top: 0.45rem;
  text-align: center;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
}

.toc-verdict__note strong {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff3ee;
}

.pull-quote {
  margin: 1.3rem 0 0.4rem;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
}

.pull-quote::before {
  content: "“";
  position: absolute;
  left: 20px;
  top: -8px;
  font-family: var(--font-display);
  font-size: 80px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}

.pull-quote p {
  margin: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 1;
}

.pull-quote cite {
  display: block;
  margin-top: 1rem;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  font-variant: small-caps;
  letter-spacing: 0.05em;
  font-size: 0.88rem;
}

.hero-editorial {
  min-height: 320px;
  background: linear-gradient(135deg, #D4C5A9 0%, #8B6914 100%);
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  padding: 2.5rem 1rem;
}

.hero-editorial::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.hero-editorial > div {
  position: relative;
  z-index: 1;
  width: min(700px, 100%);
}

.hero-editorial--wide > div {
  width: min(980px, 100%);
}

.hero-editorial--wide h1 {
  max-width: none;
}

.hero-editorial h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  margin: 0.65rem 0;
  line-height: 1.1;
}

.hero-editorial p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto;
  max-width: 580px;
  font-size: 1.04rem;
}

.hero-editorial.hero-editorial--wide p {
  max-width: 760px;
}

.hero-editorial .meta {
  margin-top: 0.75rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

main > .hero-editorial + .main-wrap {
  margin-top: 2rem;
}

.article-meta-bar {
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.article-meta-inner {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.share-icons {
  display: flex;
  gap: 0.4rem;
}

.share-icons a {
  min-width: 0;
  height: auto;
  border-radius: 0;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.74rem;
  color: var(--color-text-muted);
  padding: 0.1rem 0.2rem;
  transition: 0.2s ease;
}

.share-icons a:hover {
  background: transparent;
  color: var(--color-primary);
}

.guide-layout {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.guide-layout--no-sidebar {
  justify-content: center;
}

.guide-layout--no-sidebar .review-content--full {
  width: min(100%, 960px);
  margin-inline: auto;
}

.key-takeaways {
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--color-primary);
}

.key-takeaways .head {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
}

.key-takeaways ul {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
}

.key-takeaways li {
  margin-bottom: 0.4rem;
}

.info-box {
  border-left: 3px solid var(--color-primary);
  padding: 0.85rem 1rem;
}

.info-box p {
  margin: 0.35rem 0 0;
  color: #2f4430;
  font-style: italic;
}

.tier-cards {
  display: grid;
  gap: 0.9rem;
}

.tier-cards--two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tier-card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  background: var(--color-surface);
  text-align: center;
}

.tier-card.highlight {
  background: var(--color-primary-light);
}

.tier-card h3 {
  margin: 0.5rem 0 0.3rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.tier-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.brand-grid {
  display: grid;
  gap: 0.9rem;
}

.brand-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  transition: 0.2s ease;
}

.brand-card h3 {
  margin: 0;
  font-family: var(--font-display);
}

.brand-card p {
  color: var(--color-text-muted);
  margin: 0.35rem 0 0.7rem;
  font-size: 0.9rem;
}

.pricing-tier {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1rem 1.15rem;
  margin-bottom: 0.85rem;
}

.pricing-tier.highlight {
  background: var(--color-primary-light);
  border-left: 4px solid var(--color-primary);
}

.recommend-card {
  background: var(--color-primary);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  color: #fff;
  display: grid;
  gap: 1rem;
}

.recommend-card h2 {
  color: #fff;
  margin-top: 0.35rem;
}

.recommend-card p {
  color: rgba(255, 255, 255, 0.83);
}

.ranking-card {
  background: #fff;
  border: 1px solid rgba(35, 68, 39, 0.12);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(23, 35, 18, 0.08);
  margin-top: 1rem;
}

.ranking-card__media {
  background: transparent;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.ranking-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.ranking-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.ranking-card__media--photo img {
  object-fit: cover;
  object-position: center center;
}

.ranking-card__media--product,
.ranking-card__media--packshot {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.25rem 1.25rem 0.75rem;
}

.ranking-card__media--product .ranking-card__media-link,
.ranking-card__media--packshot .ranking-card__media-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ranking-card__media--product img,
.ranking-card__media--packshot img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

.ranking-card__body {
  padding: 1.45rem 1.45rem 1.55rem;
}

.ranking-card__body p + p {
  margin-top: 0.8rem;
}

.page-hero-center {
  text-align: center;
  padding: 5rem 1rem 3rem;
}

.page-hero-center h1 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 6vw, 3rem);
  margin: 1rem 0 0.5rem;
}

.page-hero-center p {
  margin: 0 auto;
  color: var(--color-text-muted);
  max-width: 640px;
  font-size: 1.1rem;
}

.tagline-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.tagline-row span {
  background: var(--color-primary-light);
  color: var(--color-primary);
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
}

.bio-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.timeline {
  border-left: 2px solid var(--color-border);
  padding-left: 1rem;
}

.timeline-item {
  position: relative;
  padding: 0 0 1.1rem 0.6rem;
}

.timeline-item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-primary);
  position: absolute;
  left: -1.33rem;
  top: 0.2rem;
}

.timeline-item b {
  display: block;
  margin-bottom: 0.15rem;
}

.steps-grid {
  display: grid;
  gap: 0.9rem;
}

.preferred-product-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 0.95rem;
  overflow: auto;
}

.preferred-product-thumb {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-sm);
  background: transparent;
  float: left;
  margin-right: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.preferred-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.inline-score-badge {
  color: var(--color-accent);
  font-weight: 700;
  margin-left: 0.35rem;
}

.stat-strip {
  background: var(--color-primary-light);
  border-radius: var(--radius-md);
  padding: 32px;
  margin: 1.2rem 0 0.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.stat-item {
  text-align: center;
}

.stat-item + .stat-item {
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
}

.stat-value {
  font-family: var(--font-display);
  font-size: 48px;
  color: var(--color-primary);
  line-height: 1;
}

.stat-label {
  margin-top: 0.3rem;
  color: var(--color-text-muted);
  font-size: 14px;
}

@keyframes mixer-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.step-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.site-footer {
  background: #1E2A1B;
  color: #fff;
  margin-top: 3.5rem;
}

.footer-inner {
  width: min(var(--max-width), calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 1.2rem;
}

.footer-grid {
  display: grid;
  gap: 1.2rem;
}

.footer-grid h4 {
  margin: 0 0 0.5rem;
}

.footer-grid > section:last-child {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.65rem;
  row-gap: 0;
  align-items: start;
  align-content: start;
}

.footer-grid > section:last-child h4 {
  margin: 0;
  line-height: 1;
  padding-top: 0.25rem;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-grid li {
  margin-bottom: 0.42rem;
}

.footer-grid > section:nth-child(2) ul,
.footer-grid > section:nth-child(3) ul {
  font-size: 16px;
}

.site-footer--compact-links .footer-grid li {
  margin-bottom: 0.2rem;
}

.footer-grid a,
.footer-grid p,
.footer-grid li,
.footer-grid small {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer--compact-links .footer-grid a {
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 1px;
}

.site-footer--compact-links .logo-lockup,
.site-footer--compact-links .logo-lockup:hover,
.site-footer--compact-links .logo-lockup:focus-visible,
.site-footer--compact-links .logo-lockup *,
.site-footer--compact-links .logo-lockup *:hover,
.site-footer--compact-links .logo-lockup *:focus-visible {
  text-decoration: none !important;
}

.site-footer--compact-links .footer-grid ul {
  line-height: 1.28;
}

.site-footer--compact-links .footer-bottom {
  margin-top: 1.8rem;
  padding-top: 1.1rem;
}

.site-footer .logo-mark,
.site-footer .logo-word {
  color: #fff;
}

.site-footer .logo-sub {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.footer-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #efe7d3;
  border: 2px solid #fff;
  overflow: hidden;
  margin: 0;
}

.footer-grid > section:first-child p,
.footer-grid > section:last-child p {
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer-grid > section:last-child p,
.footer-grid > section:last-child a {
  grid-column: 1 / -1;
}

.footer-grid > section:last-child a {
  font-size: 0.92rem;
}

.footer-grid > section:last-child p {
  margin-top: 1.45rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.9rem;
  margin-top: 1rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-legal {
  padding-top: 0.85rem;
  margin-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-legal p,
.footer-legal a {
  margin: 0;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-legal {
  text-align: center;
}

@media (max-width: 1023px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .logo-sub {
    display: block;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .mobile-drawer,
  .nav-overlay {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-inner {
    text-align: center;
  }

  .footer-grid {
    justify-items: center;
    text-align: center;
    row-gap: 2.2rem;
  }

  .footer-grid > section {
    width: 100%;
  }

  .footer-grid > section:last-child {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-grid > section:last-child h4,
  .footer-grid > section:last-child p,
  .footer-grid > section:last-child a {
    grid-column: auto;
  }

  .footer-grid > section:last-child p {
    margin-top: 1rem;
  }

  .footer-avatar {
    margin-inline: auto;
  }

  .site-footer .logo-lockup {
    justify-content: center;
  }
}

@media (min-width: 480px) {
  .newsletter-form {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form button {
    grid-column: 1 / -1;
    border-radius: var(--btn-radius);
    padding-inline: 1.4rem;
  }

  .author-strip {
    grid-template-columns: auto 1fr auto;
  }

  .latest-grid,
  .related-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }

  .site-header {
    height: 64px;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto auto;
  }

  .logo-sub {
    display: block;
  }

  .desktop-nav {
    display: block;
  }

  .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-toggle,
  .mobile-drawer,
  .nav-overlay {
    display: none;
  }

  .hero-home {
    min-height: 580px;
  }

  .hero-home__grid {
    grid-template-columns: 55% 45%;
    gap: 1.5rem;
  }

  .quick-picks-row {
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }

  .latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }

  .featured-guide {
    grid-template-columns: 30% 70%;
    min-height: 280px;
  }

  .featured-guide__image {
    min-height: 0;
    height: 100%;
  }

  .featured-guide__content {
    min-height: 280px;
  }

  .featured-guide__content h2 {
    font-size: 28px;
  }

  .hero-review {
    grid-template-columns: 55% 45%;
  }

  .review-content h2 {
    font-size: 32px;
  }

  .stat-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .stat-item + .stat-item {
    border-top: 0;
    border-left: 1px solid var(--color-border);
    padding-top: 0;
  }

  .pro-con-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .verdict-section {
    padding: 2rem;
  }

  .verdict-section__row1 {
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: start;
  }

  .verdict-section__row2 {
    flex-wrap: nowrap;
  }

  .hero-editorial {
    min-height: 500px;
  }

  .tier-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tier-cards--two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .recommend-card {
    grid-template-columns: 320px 1fr;
    align-items: start;
    padding: 2rem;
  }

  .recommend-photo {
    width: 100%;
    margin: 0;
  }

  .ranking-card__media {
    aspect-ratio: 16 / 9;
  }

  .ranking-card__media--product {
    padding: 1.6rem 1.6rem 1rem;
  }

  .ranking-card__body {
    padding: 1.6rem 1.7rem 1.8rem;
  }

  .bio-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

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

@media (min-width: 1024px) {
  .newsletter-strip__title-main,
  .newsletter-strip__title-break {
    display: inline;
    white-space: nowrap;
  }

  .newsletter-mobile-break {
    display: none;
  }

  .newsletter-strip h3 {
    font-size: clamp(1.8rem, 5vw, 2rem);
    line-height: normal;
  }

  .newsletter-strip {
    margin-top: 4rem;
  }

  .latest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .review-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    align-items: start;
    margin-bottom: 36rem;
  }

  .guide-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    align-items: start;
    margin-bottom: 36rem;
  }

  .guide-layout--no-sidebar {
    grid-template-columns: minmax(0, 960px);
  }

  .toc-sidebar {
    display: block;
    align-self: start;
    position: sticky;
    top: 80px;
    max-height: calc(100vh - 96px);
    padding-bottom: 8rem;
  }

  .review-layout .toc-sidebar {
    padding-bottom: 9rem;
  }

  .guide-layout .toc-sidebar .inner,
  .review-layout .toc-sidebar .inner,
  .toc-sidebar.review-only .inner {
    position: static !important;
    top: auto !important;
    max-height: none;
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .quick-picks-row {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .quick-pick-card {
    min-height: 340px;
  }
}

@media (min-width: 1280px) {
  .hero-home h1,
  .hero-editorial h1 {
    letter-spacing: -0.01em;
  }

  .review-content p {
    font-size: 1.08rem;
  }
}


/* desktop-only mega menu */
@media (min-width: 1024px) {
  .nav-submenu {
    position: fixed;
    top: 56px;
    left: 50%;
    width: min(1120px, calc(100vw - 2rem));
    max-height: min(72vh, 760px);
    overflow: auto;
    padding: 1rem;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.13);
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 0.9rem;
    transform: translate(-50%, 8px);
  }

  .nav-submenu a {
    display: block;
    padding: 0.55rem 0.7rem;
    border-radius: 10px;
    font-size: 0.93rem;
    line-height: 1.35;
    text-wrap: pretty;
  }

  .nav-submenu-group + .nav-submenu-group {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }

  .nav-submenu-group {
    min-width: 0;
    padding: 0.25rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(250, 250, 247, 0.98) 0%, rgba(245, 245, 240, 0.98) 100%);
    border: 1px solid rgba(226, 226, 220, 0.9);
  }

  .nav-submenu-label {
    padding: 0.45rem 0.7rem 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .nav-submenu-group a {
    padding-left: 0.7rem;
  }

  .nav-submenu--reviews {
    width: min(1360px, calc(100vw - 2rem));
    padding: 1.05rem 1.5rem 1.2rem;
    display: block;
    max-height: none;
    overflow: visible;
  }

  .nav-submenu--reviews .nav-submenu-meta {
    display: none;
  }

  .nav-submenu--reviews .nav-submenu-columns {
    grid-template-columns: minmax(240px, 1.2fr) repeat(4, minmax(150px, 0.92fr));
    gap: 1.35rem 1.7rem;
    align-items: start;
  }

  .nav-submenu--reviews .nav-submenu-group {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .nav-submenu--reviews .nav-submenu-label {
    display: inline-block;
    padding: 0 0 0.32rem;
    color: var(--color-text);
    font-size: 0.88rem;
    font-weight: 900 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .nav-submenu--reviews .nav-submenu-label::after {
    content: " →";
  }

  .nav-submenu--reviews .nav-submenu-label:hover {
    color: var(--color-accent);
    background: transparent;
  }

  .nav-submenu--reviews .nav-submenu-group a {
    padding: 0.1rem 0;
    font-size: 13px;
    line-height: 1.28;
    font-weight: 500;
    color: var(--color-text-muted);
    border-radius: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .nav-submenu--reviews .nav-submenu-group a:hover {
    background: transparent;
    color: var(--color-accent);
  }

  .nav-submenu--reviews .nav-submenu-all {
    margin-top: 0.2rem;
    font-weight: 700;
  }

  .nav-submenu--reviews .nav-submenu-stack {
    display: grid;
    gap: 1rem;
    align-content: start;
  }

  .nav-submenu[aria-label="Guide del sito"],
  .nav-submenu[aria-label="Ricette del sito"] {
    width: min(760px, calc(100vw - 2rem));
    padding: 1.05rem 1.5rem 1.2rem;
    display: block;
    max-height: none;
    overflow: visible;
  }

  .nav-submenu[aria-label="Guide del sito"] .nav-submenu-group,
  .nav-submenu[aria-label="Ricette del sito"] .nav-submenu-group {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .nav-submenu[aria-label="Guide del sito"] .nav-submenu-label,
  .nav-submenu[aria-label="Ricette del sito"] .nav-submenu-label {
    display: inline-block;
    padding: 0 0 0.32rem;
    color: var(--color-text);
    font-size: 0.88rem;
    font-weight: 900 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .nav-submenu[aria-label="Guide del sito"] .nav-submenu-label::after,
  .nav-submenu[aria-label="Ricette del sito"] .nav-submenu-label::after {
    content: " →";
  }

  .nav-submenu[aria-label="Guide del sito"] .nav-submenu-group a,
  .nav-submenu[aria-label="Ricette del sito"] .nav-submenu-group a {
    padding: 0.24rem 0;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 500;
    color: var(--color-text-muted);
    border-radius: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .nav-submenu[aria-label="Guide del sito"] .nav-submenu-group a:hover,
  .nav-submenu[aria-label="Guide del sito"] .nav-submenu-group a:focus-visible,
  .nav-submenu[aria-label="Ricette del sito"] .nav-submenu-group a:hover,
  .nav-submenu[aria-label="Ricette del sito"] .nav-submenu-group a:focus-visible {
    background: transparent;
    color: var(--color-accent);
  }

  .nav-submenu--reviews .nav-submenu-group a.active,
  .nav-submenu[aria-label="Guide del sito"] .nav-submenu-group a.active,
  .nav-submenu[aria-label="Ricette del sito"] .nav-submenu-group a.active,
  .mobile-nav-submenu a.active {
    color: var(--color-accent) !important;
    font-weight: 700 !important;
  }
}

@media (min-width: 1280px) {
  .nav-submenu {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }

  .nav-submenu--reviews {
    width: min(1420px, calc(100vw - 2rem));
  }
}

@media (min-width: 1600px) {
  .nav-submenu {
    width: min(1320px, calc(100vw - 2rem));
    grid-template-columns: repeat(5, minmax(180px, 1fr));
  }

  .nav-submenu--reviews {
    width: min(1460px, calc(100vw - 2rem));
  }
}

@media (max-width: 1023px) {
  .hero-editorial {
    min-height: auto;
    padding: 1.45rem 0.85rem 1.25rem;
  }

  .hero-editorial > div,
  .hero-editorial--wide > div {
    width: 100%;
  }

  .hero-editorial h1 {
    font-size: clamp(1.72rem, 4.9vw, 2.35rem);
    line-height: 1.06;
    max-width: 100%;
    margin-inline: auto;
    text-wrap: balance;
  }

  .hero-editorial--wide h1 {
    max-width: 100%;
  }

  .hero-editorial__title--hub,
  .hero-editorial--wide .hero-editorial__title--hub {
    font-size: clamp(1.58rem, 4.5vw, 2.08rem);
    line-height: 1.06;
    max-width: 100%;
  }

  .hero-editorial p,
  .hero-editorial.hero-editorial--wide p {
    max-width: 100%;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .hero-editorial .meta {
    margin-top: 0.55rem;
    font-size: 0.74rem;
  }

  .article-meta-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding: 0.75rem 0;
  }

  .article-meta-inner .share-icons {
    justify-content: flex-end;
  }

  .guide-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .guide-layout .review-content--full {
    min-width: 0;
  }

  .guide-layout .toc-sidebar {
    display: none;
  }

  .guide-layout .key-takeaways,
  .guide-layout .info-box {
    padding: 1rem 1rem 0.95rem;
  }

  .guide-layout .review-content p,
  .guide-layout .review-content li,
  .guide-layout .comparison-table th,
  .guide-layout .comparison-table td {
    font-size: 0.98rem;
  }

  .guide-layout .section-header h2,
  .guide-layout .section-header h3,
  .guide-layout .review-content h2 {
    font-size: clamp(2rem, 4.8vw, 2.4rem);
    line-height: 1.12;
  }

  .guide-layout .related-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-layout .related-feature-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .guide-layout .related-feature-card__media {
    min-height: 220px;
  }

  .author-strip {
    grid-template-columns: 30% minmax(0, 70%) !important;
    align-items: center;
    column-gap: 0.9rem;
    row-gap: 0.55rem;
  }

  .author-strip .avatar-circle {
    width: min(100%, 104px);
    max-width: 104px;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
  }

  .author-strip__meta {
    grid-column: 2;
    min-width: 0;
    width: 100%;
  }

  .author-strip__meta small {
    font-size: 0.72rem;
  }

  .author-strip__meta b {
    font-size: 0.88rem;
  }

  .author-strip__meta p {
    font-size: 0.82rem;
    margin-top: 0.45rem;
  }

  .author-strip__meta small,
  .author-strip__meta p {
    overflow-wrap: break-word;
  }

  .author-update {
    grid-column: 2;
    justify-self: start;
    align-self: start;
    margin-top: 0.25rem;
    font-size: 0.66rem;
  }

  .verdict-section__author {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  main > .hero-editorial + .main-wrap {
    margin-top: 0.5rem;
  }

  .hero-editorial {
    padding: 1.05rem 0.8rem 0.95rem;
  }

  .hero-editorial > div,
  .hero-editorial--wide > div {
    width: 100%;
  }

  .hero-editorial h1,
  .hero-editorial--wide h1 {
    font-size: 25px;
    line-height: 1.06;
    max-width: 100%;
    margin: 0.38rem auto 0.32rem;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .hero-editorial__title--hub,
  .hero-editorial--wide .hero-editorial__title--hub {
    font-size: 25px;
    line-height: 1.06;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .hero-editorial p,
  .hero-editorial.hero-editorial--wide p {
    font-size: 13px;
    line-height: 1.48;
    max-width: 100%;
  }

  .hero-editorial .meta {
    margin-top: 0.45rem;
    font-size: 0.7rem;
  }

  .hero-editorial .tag-pill {
    font-size: 0.66rem;
    padding: 0.42rem 0.8rem;
  }

  .article-meta-inner .share-icons {
    justify-content: center;
  }

  .guide-layout {
    gap: 1.3rem;
    margin-top: 1.25rem;
    margin-bottom: 2.2rem;
  }

  .guide-layout .key-takeaways,
  .guide-layout .info-box {
    padding: 0.95rem 0.9rem 0.9rem;
  }

  .guide-layout .review-content p,
  .guide-layout .review-content li,
  .guide-layout .comparison-table th,
  .guide-layout .comparison-table td {
    font-size: 0.94rem;
  }

  .guide-layout .review-content h2,
  .guide-layout .section-header h2,
  .guide-layout .section-header h3 {
    font-size: clamp(1.9rem, 8vw, 2.2rem);
  }

  .guide-layout .related-feature-card__media {
    min-height: 180px;
  }

  .author-strip .avatar-circle {
    width: min(100%, 92px);
    max-width: 92px;
  }

  .author-strip__meta small {
    font-size: 0.68rem;
    line-height: 1.45;
  }

  .author-strip__meta p {
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .related-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .product-card--compact {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
    align-items: start;
  }

  .product-card--compact .placeholder-image {
    min-height: 0;
    padding: 0.15rem 0.15rem 0 0.15rem;
  }

  .product-card--compact .placeholder-image img {
    width: min(100%, 180px);
    height: auto;
    margin: 0 auto;
  }

  .product-card--compact > div:last-child {
    text-align: left;
  }
}
