:root {
  --navy: #10233f;
  --navy-2: #182f50;
  --coral: #ff6542;
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --ink: #162238;
  --muted: #657083;
  --line: rgba(16, 35, 63, 0.13);
  --shadow: 0 24px 70px rgba(16, 35, 63, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

/* Fiches produit mises en avant */
.product-spotlight-heading { margin-top: 5rem; }
.product-spotlight-card { border-color: color-mix(in srgb, var(--accent, #d9673f) 35%, transparent); }
.product-feature-hero { display: grid; grid-template-columns: minmax(220px, .75fr) minmax(0, 1.4fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; padding: clamp(1.5rem, 4vw, 3.5rem); margin-bottom: 2rem; border-radius: 28px; background: linear-gradient(135deg, #f7f1e8, #fff); }
.product-feature-image { width: 100%; max-width: 420px; aspect-ratio: 1; object-fit: contain; border-radius: 24px; background: #fff; }
.product-feature-hero h1 { margin: .5rem 0 1rem; font-size: clamp(2rem, 5vw, 4.5rem); line-height: 1; }
.product-feature-hero .button { display: inline-flex; margin-top: 1rem; }
.product-pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2rem 0; }
.product-pros-cons section { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid rgba(16, 35, 63, .12); border-radius: 22px; background: #fff; }
.product-pros-cons section:first-child { background: #f1f8f2; }
.product-pros-cons section:last-child { background: #fff7f1; }
.product-pros-cons p { margin: .75rem 0; }
@media (max-width: 760px) {
  .product-feature-hero, .product-pros-cons { grid-template-columns: 1fr; }
  .product-feature-image { max-width: 280px; margin-inline: auto; }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
}
a {
  color: inherit;
}
.announcement {
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
body > header {
  height: 86px;
  max-width: 1240px;
  margin: auto;
  padding: 0 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}
.brand img {
  object-fit: contain;
}
.brand span {
  white-space: nowrap;
}
.brand b {
  font-weight: 800;
}
nav {
  display: flex;
  gap: 36px;
}
nav a {
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--coral);
  transition: 0.25s;
}
nav a:hover:after {
  right: 0;
}
main {
  max-width: 1240px;
  margin: auto;
  padding: 0 28px;
}
.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 5vw;
  padding: 70px 0 55px;
}
.kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.kicker span {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 9px;
  background: var(--coral);
}
.hero h1,
.page-hero h1 {
  font-family: Manrope, sans-serif;
  font-size: clamp(3.4rem, 7vw, 6.65rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
  margin: 22px 0 30px;
  color: var(--navy);
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: var(--coral);
}
.hero-lead {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  padding: 16px 24px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(16, 35, 63, 0.17);
  transition: 0.25s;
}
.button:hover {
  transform: translateY(-3px);
  background: var(--coral);
}
.text-link {
  text-decoration: none;
  font-weight: 700;
}
.text-link span {
  color: var(--coral);
}
.hero-mark {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  border-radius: 50% 46% 52% 48%;
  background: var(--cream);
}
.hero-mark:before {
  content: "";
  position: absolute;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  background: #fff;
  box-shadow: var(--shadow);
}
.hero-mark img {
  position: relative;
  z-index: 2;
  width: 58%;
  filter: drop-shadow(0 24px 25px rgba(16, 35, 63, 0.16));
}
.orbit {
  position: absolute;
  border: 1px solid rgba(16, 35, 63, 0.14);
  border-radius: 50%;
}
.orbit-one {
  inset: 8%;
}
.orbit-two {
  inset: -2%;
  border-style: dashed;
  animation: spin 36s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.chip {
  position: absolute;
  z-index: 3;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(16, 35, 63, 0.1);
  font-size: 0.78rem;
  font-weight: 700;
}
.chip-one {
  top: 16%;
  right: -3%;
}
.chip-two {
  bottom: 18%;
  left: -5%;
}
.chip-three {
  right: 2%;
  bottom: 4%;
  background: var(--coral);
  color: #fff;
  border: 0;
}
.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--navy);
  color: #fff;
  border-radius: 24px;
  padding: 26px 36px;
  box-shadow: var(--shadow);
}
.trust div {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 4px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.trust div:last-child {
  border: 0;
}
.trust b {
  font: 800 1.7rem Manrope;
}
.trust span {
  font-size: 0.82rem;
  color: #c7d0dd;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 110px 0 30px;
}
.section-heading h2 {
  font: 800 clamp(2.3rem, 5vw, 4.3rem) / 1 Manrope;
  margin: 10px 0 0;
  letter-spacing: -0.06em;
  color: var(--navy);
}
.section-heading > a {
  font-weight: 700;
  text-decoration: none;
  color: var(--coral);
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding-bottom: 90px;
}
.card,
.empty {
  position: relative;
  grid-column: span 4;
  min-height: 330px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.card--featured {
  grid-column: span 8;
  background: var(--cream);
}
.card-index {
  position: absolute;
  right: 24px;
  top: 20px;
  color: rgba(16, 35, 63, 0.12);
  font: 800 3.2rem Manrope;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--coral);
}
.card h2,
.empty h2 {
  font: 700 1.55rem/1.22 Manrope;
  letter-spacing: -0.04em;
  max-width: 90%;
  margin: 28px 0 16px;
}
.card--featured h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  max-width: 75%;
}
.card h2 a {
  text-decoration: none;
}
.card > p {
  color: var(--muted);
  line-height: 1.6;
}
.card-link {
  position: absolute;
  left: 30px;
  bottom: 28px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
}
.card-link span {
  color: var(--coral);
  margin-left: 5px;
}
.empty {
  grid-column: span 12;
}
.page-hero {
  padding: 100px 0 65px;
  max-width: 900px;
}
.page-hero h1 {
  margin-bottom: 20px;
}
.page-hero > p:last-child {
  font-size: 1.15rem;
  color: var(--muted);
}
.universe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-bottom: 100px;
}
.universe {
  min-height: 300px;
  padding: 35px;
  border-radius: 24px;
  background: var(--cream);
  position: relative;
  transition: 0.25s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.universe:nth-child(3n + 2) {
  background: var(--navy);
  color: #fff;
}
.universe:nth-child(3n) {
  background: #ffe8e0;
}
.universe:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgb(16 35 63 / 10%);
}
.universe:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }
.universe div b { color: var(--coral); font-size: 1rem; }
.back-link {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}
.category-hero { padding-bottom: 25px; }
.category-guides { padding-bottom: 110px; }
.universe-number {
  font: 800 3.5rem Manrope;
  opacity: 0.12;
}
.universe h2 {
  font: 700 2rem Manrope;
  letter-spacing: -0.05em;
  margin: 25px 0 14px;
}
.universe p {
  max-width: 500px;
  line-height: 1.7;
  opacity: 0.72;
}
.universe div {
  position: absolute;
  left: 35px;
  bottom: 30px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.article-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  gap: 70px;
  justify-content: center;
  padding: 70px 0 100px;
}
.article-shell aside {
  position: sticky;
  top: 30px;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 16px;
  border-top: 3px solid var(--coral);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.article-shell aside a {
  text-decoration: none;
  font-weight: 700;
}
.article-shell aside span {
  color: var(--coral);
  font-weight: 700;
}
.article-shell aside small {
  color: var(--muted);
}
.guide {
  font-size: 1.05rem;
  line-height: 1.8;
}
.guide h1 {
  font: 800 clamp(2.8rem, 6vw, 5rem) / 1.02 Manrope;
  letter-spacing: -0.065em;
  color: var(--navy);
  margin: 0 0 35px;
}
.guide h2 {
  font: 750 2rem/1.15 Manrope;
  letter-spacing: -0.045em;
  margin: 70px 0 20px;
  color: var(--navy);
}
.guide h3 {
  font: 700 1.2rem Manrope;
  margin-top: 34px;
}
.guide p,
.guide li {
  color: #424d5f;
}
.guide blockquote {
  margin: 30px 0;
  padding: 16px 20px;
  border: 0;
  border-radius: 12px;
  background: var(--cream);
  font-size: 0.87rem;
}
.guide .cta {
  display: inline-block;
  margin-top: 10px;
  background: var(--coral);
  color: #fff;
  padding: 13px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s;
}
.guide .cta:hover {
  background: var(--navy);
  transform: translateY(-2px);
}
.comparison-overview {
  width: min(1040px, calc(100vw - 48px));
  margin: 55px 0 70px 50%;
  padding: 28px;
  transform: translateX(-50%);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 65px rgb(16 35 63 / 8%);
}
.comparison-heading p {
  margin: 0 0 5px;
  color: var(--coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.guide .comparison-heading h2 {
  margin: 0 0 22px;
  font-size: 1.65rem;
}
.comparison-picks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin: 0 0 24px;
}
.comparison-pick {
  display: flex;
  min-height: 128px;
  padding: 17px;
  flex-direction: column;
  border-radius: 15px;
  background: var(--cream);
}
.comparison-pick:nth-child(2) { background: var(--navy); color: #fff; }
.comparison-pick:nth-child(3) { background: #ffe8e0; }
.comparison-pick > span {
  color: var(--coral);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.comparison-pick strong { margin-top: 10px; font: 750 1rem Manrope; }
.comparison-pick small { margin-top: 4px; color: inherit; opacity: 0.65; }
.comparison-pick a { margin-top: auto; color: inherit; font-size: 0.72rem; font-weight: 750; }
.product-badges { display: flex !important; flex-wrap: wrap; gap: 4px !important; }
.product-badges em {
  padding: 3px 7px;
  border-radius: 999px;
  background: #ffe8e0;
  color: var(--coral);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}
.comparison-scroll { overflow-x: auto; }
.comparison-overview table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  line-height: 1.4;
}
.comparison-overview th {
  padding: 10px 14px;
  color: var(--muted);
  text-align: left;
  font-size: 0.65rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.comparison-overview td {
  padding: 15px 14px;
  border-top: 1px solid var(--line);
  vertical-align: middle;
}
.comparison-overview .comparison-winner td {
  border-top-color: rgb(255 101 66 / 30%);
  border-bottom: 1px solid rgb(255 101 66 / 30%);
  background: #fff4ef;
}
.comparison-overview .comparison-winner td:first-child {
  border-left: 4px solid var(--coral);
}
.comparison-winner .comparison-image { background: #fff; }
.comparison-product .editor-choice-reason {
  max-width: 330px;
  margin-top: 4px;
  color: #596375;
  font-size: 0.68rem;
  line-height: 1.4;
}
.comparison-product > div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 250px;
}
.comparison-product span:not(.product-image-placeholder) { display: grid; gap: 3px; }
.comparison-product strong { color: var(--navy); }
.comparison-product small, .amazon-rating small { color: var(--muted); }
.comparison-image {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 12px;
  object-fit: contain;
  background: #f7f4ee;
}
.product-image-placeholder {
  display: grid;
  place-items: center;
  color: var(--navy);
  font: 800 1rem Manrope;
}
.amazon-rating { display: grid; gap: 2px; color: #9a5b00; white-space: nowrap; }
.rating-unavailable { color: var(--muted); font-size: 0.78rem; }
.comparison-actions { white-space: nowrap; }
.comparison-actions a {
  display: inline-block;
  margin: 3px 8px 3px 0;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.73rem;
  font-weight: 750;
  text-decoration: none;
}
.comparison-actions a:last-child { border-color: var(--coral); color: var(--coral); }
.guide .comparison-actions .cta {
  margin: 3px 8px 3px 0;
  padding: 8px 11px;
  background: transparent;
  color: var(--coral);
}
.guide .amazon-data-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}
.product-detail-head {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin: 64px 0 28px;
  padding: 24px;
  border-radius: 20px;
  background: var(--cream);
  scroll-margin-top: 24px;
}
.product-detail-image {
  width: 170px;
  height: 170px;
  border-radius: 16px;
  object-fit: contain;
  background: #fff;
}
.product-detail-head > div > span:first-child {
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.guide .product-detail-head h2 { margin: 6px 0 12px; }
.guide .product-detail-head p { margin: 0 0 10px; line-height: 1.5; }
.verdict-card {
  position: relative;
  margin-top: 80px;
  padding: 38px 42px 40px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 24px 60px rgb(16 35 63 / 18%);
}
.verdict-card::after {
  content: "✓";
  position: absolute;
  right: -12px;
  top: -55px;
  color: rgb(255 255 255 / 5%);
  font: 800 12rem Manrope;
}
.verdict-label {
  position: relative;
  z-index: 1;
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.guide .verdict-card h2 {
  position: relative;
  z-index: 1;
  margin: 8px 0 22px;
  color: #fff;
  font-size: 1.8rem;
}
.guide .verdict-card p,
.guide .verdict-card li {
  position: relative;
  z-index: 1;
  color: #d9e1ec;
  line-height: 1.65;
}
.guide .verdict-card p:last-child { margin-bottom: 0; }
.guide .verdict-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding-left: 20px;
}
.reading-shell {
  display: grid;
  grid-template-columns: 190px minmax(0, 780px);
  justify-content: center;
  gap: 74px;
  padding: 90px 0 130px;
}
.reading-nav {
  position: sticky;
  top: 28px;
  align-self: start;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-top: 3px solid var(--coral);
  border-bottom: 1px solid var(--line);
}
.reading-nav p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.reading-nav a {
  padding: 8px 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
  transition: 0.2s;
}
.reading-nav a:hover {
  color: var(--coral);
  transform: translateX(4px);
}
.editorial-page {
  max-width: none;
}
.prose-head {
  margin-bottom: 82px;
}
.prose-head h1 {
  margin: 24px 0 28px;
  max-width: 720px;
  font-size: clamp(2.55rem, 4.5vw, 3.75rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}
.prose-head .lede {
  max-width: 650px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.08rem, 1.65vw, 1.32rem);
  line-height: 1.62;
  letter-spacing: -0.025em;
}
.prose-head small {
  display: inline-block;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.reading-section {
  position: relative;
  padding: 55px 0 64px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 32px;
}
.reading-section h2 {
  max-width: 650px;
  margin: 8px 0 28px;
  font-size: clamp(2rem, 4vw, 3.1rem);
}
.reading-section > p:not(.section-number):not(.prose-signoff) {
  max-width: 680px;
  font-size: 1.08rem;
  line-height: 1.85;
}
.section-number {
  margin: 0;
  color: var(--coral) !important;
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.principle-grid > div {
  min-height: 190px;
  padding: 24px;
  border-radius: 18px;
  background: var(--cream);
}
.principle-grid > div:nth-child(2) {
  background: var(--navy);
  color: #fff;
}
.principle-grid strong {
  font-size: 1.05rem;
}
.principle-grid p {
  margin: 34px 0 0;
  color: inherit;
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.75;
}
.reading-callout {
  margin: 38px 0 0;
  padding: 28px 30px;
  border-left: 4px solid var(--coral);
  border-radius: 0 18px 18px 0;
  background: #ffece5;
}
.reading-callout strong {
  color: var(--navy);
  font-size: 1rem;
}
.reading-callout p {
  margin: 8px 0 0;
  color: #545e6e;
  font-size: 0.93rem;
  line-height: 1.7;
}
.prose-signoff {
  margin-top: 42px;
  padding: 30px;
  border-radius: 18px;
  background: var(--navy);
  color: #fff !important;
  font-size: 1.25rem;
  line-height: 1.6;
}
.privacy-status {
  display: grid;
  gap: 10px;
  margin: 32px 0 42px;
}
.privacy-status > div {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.privacy-status small {
  color: var(--muted);
}
.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #aeb7c3;
}
.status-on {
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(255, 101, 66, 0.14);
}
.guide:not(.editorial-page) > p {
  max-width: 700px;
}
.guide:not(.editorial-page) > h2 {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.guide:not(.editorial-page) > ul {
  padding: 22px 24px 22px 46px;
  border-radius: 16px;
  background: var(--cream);
}
.guide li + li {
  margin-top: 8px;
}
footer {
  max-width: 1240px;
  margin: 0 auto 24px;
  padding: 52px;
  background: var(--navy);
  color: #fff;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1.1fr 0.55fr 1.35fr;
  gap: 60px;
}
footer > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer a {
  text-decoration: none;
  color: #d7dfeb;
}
.brand--footer {
  color: #fff;
  font-size: 1.3rem;
}
.footer-brand p,
.legal p {
  color: #aeb9c8;
  font-size: 0.78rem;
  line-height: 1.55;
  margin: 0;
}
.legal strong,
footer > div > strong {
  color: #fff;
  font: 700 0.73rem Manrope;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }
  .hero-mark {
    min-height: 430px;
    margin: 20px 30px;
  }
  .trust {
    grid-template-columns: 1fr;
    padding: 20px 26px;
  }
  .trust div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding: 13px 0;
  }
  .card,
  .card--featured {
    grid-column: span 6;
  }
  .article-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .article-shell aside {
    position: static;
  }
  .reading-shell {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 55px;
  }
  .reading-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .reading-nav p {
    grid-column: 1 / -1;
  }
  .universe-grid {
    grid-template-columns: 1fr;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .legal {
    grid-column: span 2;
  }
}
@media (max-width: 620px) {
  .announcement {
    font-size: 0.58rem;
  }
  body > header {
    height: 76px;
    padding: 0 18px;
  }
  .brand {
    font-size: 1rem;
  }
  .brand img {
    width: 44px;
    height: 44px;
  }
  nav {
    gap: 14px;
  }
  nav a {
    font-size: 0.76rem;
  }
  main {
    padding: 0 18px;
  }
  .hero {
    min-height: auto;
    padding: 60px 0 30px;
  }
  .hero h1 {
    font-size: 3.25rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-mark {
    min-height: 330px;
    margin: 35px 10px;
  }
  .chip {
    font-size: 0.66rem;
  }
  .section-heading {
    margin-top: 80px;
  }
  .section-heading > a {
    display: none;
  }
  .card,
  .card--featured {
    grid-column: span 12;
    min-height: 350px;
  }
  .card--featured h2 {
    max-width: 90%;
  }
  .universe {
    min-height: 280px;
  }
  .article-shell {
    padding-top: 45px;
  }
  .guide h1 {
    font-size: 2.7rem;
  }
  .comparison-overview {
    width: calc(100vw - 24px);
    margin-top: 42px;
    padding: 20px 12px;
    border-radius: 18px;
  }
  .comparison-overview table { min-width: 720px; }
  .comparison-picks { grid-template-columns: 1fr; }
  .comparison-pick { min-height: 112px; }
  .product-detail-head {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }
  .product-detail-image {
    width: 100px;
    height: 100px;
  }
  .guide .product-detail-head h2 { font-size: 1.35rem; }
  .verdict-card {
    margin-top: 55px;
    padding: 28px 24px 30px;
    border-radius: 18px;
  }
  .guide .verdict-card h2 { font-size: 1.5rem; }
  .reading-shell {
    padding: 40px 0 80px;
  }
  .prose-head {
    margin-bottom: 55px;
  }
  .editorial-page .prose-head h1 {
    font-size: 2.25rem;
    line-height: 1.08;
  }
  .editorial-page .prose-head .lede {
    font-size: 1.05rem;
    line-height: 1.65;
  }
  .principle-grid {
    grid-template-columns: 1fr;
  }
  .principle-grid > div {
    min-height: 150px;
  }
  .privacy-status > div {
    grid-template-columns: 12px 1fr;
  }
  .privacy-status small {
    grid-column: 2;
  }
  footer {
    margin: 0 12px 12px;
    padding: 34px 26px;
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .legal {
    grid-column: auto;
  }
}
