:root {
  --ink: #171316;
  --ink-soft: #5f575d;
  --paper: #fbfaf7;
  --porcelain: #f1eee8;
  --white: #fff;
  --plum: #6f274f;
  --plum-dark: #4a1734;
  --rose: #d8a5b5;
  --line: rgba(23, 19, 22, 0.13);
  --shadow: 0 22px 60px rgba(40, 22, 31, 0.11);
  --radius: 1.35rem;
  --container: min(1180px, calc(100% - 2rem));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

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

@supports (overflow: clip) {
  html,
  body { overflow-x: clip; }
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body.menu-open,
body.search-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid rgba(111, 39, 79, 0.38);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  inset-block-start: .5rem;
  inset-inline-start: .5rem;
  z-index: 200;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: .65rem 1rem;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 80;
  border-block-end: 1px solid transparent;
  background: rgba(251, 250, 247, 0.88);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(23, 19, 22, .05);
}

.header-inner {
  width: var(--container);
  min-height: 5rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  direction: ltr;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.brand-mark {
  width: 2.1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--plum);
  font-family: Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.45rem;
  font-size: .94rem;
  font-weight: 600;
}
.main-nav a { position: relative; }
.main-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: -.45rem;
  height: 2px;
  transform: scaleX(0);
  background: var(--plum);
  transition: transform .2s ease;
}
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: .5rem; }
.icon-button {
  width: 2.75rem;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255,255,255,.76);
  color: var(--ink);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.icon-button:hover { background: var(--white); transform: translateY(-2px); }
.menu-button { display: none; }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 5rem 0 auto 0;
  z-index: 75;
  padding: 1.3rem 1rem 1.8rem;
  background: var(--paper);
  border-block-end: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.mobile-menu a {
  display: flex;
  justify-content: space-between;
  padding: .8rem .25rem;
  border-block-end: 1px solid var(--line);
  font-weight: 650;
}
.mobile-menu.open { display: block; }

.hero {
  width: var(--container);
  min-height: 36rem;
  margin: 1.5rem auto 0;
  position: relative;
  overflow: hidden;
  border-radius: clamp(1.5rem, 4vw, 3rem);
  background: #2b2025;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(17,12,15,.16) 5%, rgba(17,12,15,.52) 58%, rgba(17,12,15,.9) 100%);
}
.hero-content {
  width: min(43rem, 88%);
  min-height: 36rem;
  padding: clamp(2rem, 7vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .03em;
  color: var(--plum);
}
.eyebrow::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: currentColor;
}
.hero .eyebrow { color: #f0bacb; }
.hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.5rem, 5.6vw, 5rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.035em;
}
.hero p:not(.eyebrow) {
  max-width: 38rem;
  margin: 1.2rem 0 1.8rem;
  color: rgba(255,255,255,.84);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.button {
  min-height: 3.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .75rem 1.35rem;
  background: var(--plum);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--plum-dark); box-shadow: 0 12px 24px rgba(74,23,52,.22); }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: #f7eef2; }
.button-ghost { border-color: var(--line); background: transparent; color: var(--ink); }

.quick-find {
  width: var(--container);
  margin: -2.5rem auto 0;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: auto repeat(4, 1fr) auto;
  align-items: end;
  gap: .75rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 1.4rem;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.quick-find-title { align-self: center; padding-inline: .5rem; }
.quick-find-title strong { display: block; }
.quick-find-title span { color: var(--ink-soft); font-size: .82rem; }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.audience-section { scroll-margin-top: 5.5rem; }
.audience-card {
  min-height: 25rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  isolation: isolate;
  color: #fff;
  background: var(--ink);
}
.audience-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, opacity .3s ease;
}
.audience-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(17,12,15,.9), rgba(17,12,15,.08) 72%);
}
.audience-card > span {
  position: absolute;
  inset: auto 1.6rem 1.5rem;
}
.audience-card small,
.audience-card strong,
.audience-card em { display: block; }
.audience-card small { color: rgba(255,255,255,.7); }
.audience-card strong { margin-block: .1rem .5rem; font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.3; }
.audience-card em { font-style: normal; font-weight: 700; }
.audience-card:hover img { transform: scale(1.045); }
.field label { display: block; margin: 0 0 .3rem; color: var(--ink-soft); font-size: .78rem; font-weight: 700; }
.field select,
.field input {
  width: 100%;
  min-height: 2.9rem;
  border: 1px solid var(--line);
  border-radius: .8rem;
  padding: .55rem .8rem;
  background: #fff;
  color: var(--ink);
}

.section {
  width: var(--container);
  margin: clamp(4.5rem, 9vw, 8rem) auto 0;
}
.section-tight { margin-top: 3.5rem; }
.section-head {
  margin-block-end: 1.6rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.3;
  letter-spacing: -.025em;
}
.section-head p { max-width: 38rem; margin: .45rem 0 0; color: var(--ink-soft); }
.text-link { color: var(--plum); font-weight: 750; white-space: nowrap; }

.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
.article-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform .25s ease, box-shadow .25s ease;
}
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-media { aspect-ratio: 16/10; overflow: hidden; background: var(--porcelain); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.article-card:hover .card-media img { transform: scale(1.035); }
.card-body { padding: 1.15rem 1.15rem 1.3rem; }
.meta { display: flex; flex-wrap: wrap; gap: .35rem .6rem; color: var(--ink-soft); font-size: .78rem; }
.meta span + span::before { content: "·"; margin-inline-end: .6rem; color: var(--rose); }
.article-card h3 { margin: .55rem 0 .35rem; font-size: 1.15rem; line-height: 1.55; }
.article-card p { margin: 0; color: var(--ink-soft); font-size: .9rem; }

.feature-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.25rem; }
.feature-grid .article-card:first-child { grid-row: span 2; }
.feature-grid .article-card:first-child .card-media { aspect-ratio: 4/3; }
.feature-grid .article-card:first-child h3 { font-size: 1.45rem; }

.finder-band {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--ink);
  color: #fff;
}
.finder-band .section-head { align-items: center; }
.finder-band .section-head p { color: rgba(255,255,255,.65); }
.chip-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.chip {
  min-height: 2.75rem;
  padding: .55rem 1rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-weight: 650;
  transition: background .2s ease, border-color .2s ease;
}
.chip:hover { background: var(--plum); border-color: var(--plum); }
.chip .count { color: rgba(255,255,255,.5); font-size: .74rem; }

.concern-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: .85rem; }
.concern-card {
  min-height: 8.5rem;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  font-weight: 750;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.concern-card:hover { color: #fff; background: var(--plum); transform: translateY(-3px); }
.concern-card small { color: var(--ink-soft); font-weight: 500; }
.concern-card:hover small { color: rgba(255,255,255,.72); }
.concern-icon { font-size: 1.35rem; color: var(--plum); }
.concern-card:hover .concern-icon { color: #fff; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-block-start: 1px solid var(--line); border-inline-start: 1px solid var(--line); }
.product-link {
  min-height: 7.6rem;
  padding: 1rem;
  border-block-end: 1px solid var(--line);
  border-inline-end: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--paper);
  transition: background .2s ease;
}
.product-link:hover { background: var(--white); }
.product-link span:last-child { color: var(--plum); font-size: 1.2rem; }

.country-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: .9rem; }
.country-card {
  min-height: 20rem;
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  background: var(--ink);
  color: #fff;
}
.country-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .66; transition: transform .5s ease, opacity .3s ease; }
.country-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,11,14,.85), rgba(16,11,14,.04) 65%); }
.country-card-content { position: absolute; inset: auto 1rem 1rem; z-index: 2; }
.country-card strong { display: block; font-size: 1.05rem; line-height: 1.45; }
.country-card small { color: rgba(255,255,255,.66); font-family: Inter, sans-serif; }
.country-card:hover img { transform: scale(1.05); opacity: .8; }

.brand-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: .85rem; }
.brand-card {
  min-height: 11rem;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.brand-card strong { direction: ltr; align-self: flex-end; font-family: Inter, sans-serif; font-size: 1.1rem; }
.brand-card span { color: var(--ink-soft); font-size: .82rem; }
.brand-country { color: var(--plum) !important; font-weight: 700; }

.page-hero {
  width: var(--container);
  margin: 1.5rem auto 0;
  min-height: 24rem;
  padding: clamp(2rem, 6vw, 5rem);
  border-radius: clamp(1.4rem, 3vw, 2.5rem);
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  isolation: isolate;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: .64; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(17,12,15,.9), rgba(17,12,15,.1)); }
.page-hero-copy { max-width: 48rem; }
.page-hero h1 { margin: .2rem 0 .7rem; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.25; letter-spacing: -.035em; }
.page-hero p { margin: 0; color: rgba(255,255,255,.76); font-size: 1.06rem; }

.breadcrumbs { width: var(--container); margin: 1rem auto 0; color: var(--ink-soft); font-size: .82rem; }
.breadcrumbs a:hover { color: var(--plum); }

.filter-panel {
  margin-block-end: 1.5rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .75rem;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: #fff;
}
.filter-panel .button { align-self: end; }
.filter-result-count { margin: 0 0 1rem; color: var(--ink-soft); }
.empty-state { display: none; padding: 3rem; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; color: var(--ink-soft); }
.empty-state.visible { display: block; }
.article-grid > .empty-state,
.feature-grid > .empty-state {
  grid-column: 1 / -1;
  width: 100%;
}

.article-shell {
  width: min(900px, calc(100% - 2rem));
  margin: 3rem auto 0;
}
.article-header h1 { margin: .6rem 0 1rem; font-size: clamp(2.25rem, 5vw, 4.2rem); line-height: 1.3; letter-spacing: -.035em; }
.article-lead { color: var(--ink-soft); font-size: 1.12rem; }
.article-cover { width: min(1100px, calc(100% - 2rem)); margin: 2.2rem auto 0; aspect-ratio: 16/8; overflow: hidden; border-radius: clamp(1.25rem, 3vw, 2.25rem); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-content-layout {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 760px) 300px;
  justify-content: center;
  align-items: start;
  gap: clamp(2rem, 5vw, 4.5rem);
}
.article-main { min-width: 0; }
.article-body { width: 100%; margin: 3rem 0 0; font-size: 1.06rem; }
.article-body h2 { margin: 3.6rem 0 1rem; scroll-margin-top: 6rem; font-size: clamp(1.55rem, 3vw, 2.1rem); line-height: 1.45; }
.article-body h3 { margin: 2rem 0 .65rem; font-size: 1.25rem; }
.article-body p { margin: 0 0 1.15rem; }
.article-body ul { padding-inline-start: 1.3rem; }
.article-body .text-link { white-space: normal; overflow-wrap: anywhere; }
.article-sidebar {
  position: sticky;
  inset-block-start: 6.25rem;
  align-self: start;
  margin-block-start: 3rem;
}
.toc-card {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  background: #fff;
}
.toc-card strong { display: block; margin-block-end: .7rem; font-size: 1.05rem; }
.toc-card ol { margin: 0; padding-inline-start: 1.3rem; color: var(--ink-soft); font-size: .9rem; }
.toc-card li + li { margin-block-start: .42rem; }
.toc-card a:hover { color: var(--plum); }

.ad-placement {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
  contain: layout paint;
}
.ad-horizontal {
  width: min(970px, calc(100% - 2rem));
  min-height: 250px;
  margin-block: 2rem;
}
.ad-horizontal .adsbygoogle { width: 100%; min-height: 250px; }
.home-top-ad { margin-block: 1.5rem 0; }
.home-top-ad + .quick-find { margin-top: 1rem; }
.article-title-ad,
.article-heading-ad { width: 100%; }
.article-title-ad { margin-block: 1.5rem; }
.article-heading-ad { margin-block: 1rem 2rem; }
.ad-vertical {
  width: 300px;
  min-height: 600px;
  margin-block-start: 1.25rem;
}
.ad-vertical .adsbygoogle { width: 300px; height: 600px; }
.note {
  margin: 2rem 0;
  padding: 1.25rem 1.4rem;
  border-inline-start: 4px solid var(--plum);
  border-radius: .8rem;
  background: var(--porcelain);
}
.table-wrap { margin: 1.7rem 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 1rem; }
table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; }
th, td { padding: .9rem 1rem; border-block-end: 1px solid var(--line); text-align: start; }
th { background: var(--porcelain); font-size: .85rem; }

.related { width: var(--container); margin: 5rem auto 0; }

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  padding: 1rem;
  background: rgba(19,14,17,.58);
  backdrop-filter: blur(12px);
}
.search-overlay.open { display: grid; place-items: start center; }
.search-panel {
  width: min(760px, 100%);
  max-height: calc(100vh - 2rem);
  margin-block-start: min(10vh, 6rem);
  overflow: auto;
  padding: 1.25rem;
  border-radius: 1.4rem;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.search-top { display: grid; grid-template-columns: 1fr auto; gap: .65rem; }
.search-top input { min-height: 3.25rem; border: 1px solid var(--line); border-radius: 999px; padding: .65rem 1.1rem; background: #fff; }
.search-results { display: grid; gap: .65rem; margin-block-start: 1rem; }
.search-result { padding: .9rem 1rem; border: 1px solid var(--line); border-radius: .9rem; background: #fff; }
.search-result strong { display: block; }
.search-result span { color: var(--ink-soft); font-size: .8rem; }

.share-tools {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: .55rem;
  direction: rtl;
}
.share-button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .68rem 1rem;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(23,19,22,.16);
  font-weight: 750;
  line-height: 1.25;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.share-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,19,22,.2); }
.share-button svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.whatsapp-share { border-color: #d8d8d8; background: #25d366; color: #fff; }
.whatsapp-share:hover { background: #20c45d; }
.copy-share { background: #fff; color: var(--ink); }
.copy-share:hover { background: var(--porcelain); }

.site-footer { margin-block-start: 7rem; padding: 4rem 0 1.5rem; background: var(--ink); color: #fff; }
.footer-grid { width: var(--container); margin-inline: auto; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 2rem; }
.footer-intro p { max-width: 30rem; color: rgba(255,255,255,.62); }
.footer-col h2 { margin: 0 0 .8rem; font-size: 1rem; }
.footer-col a { display: block; width: fit-content; padding: .22rem 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { width: var(--container); margin: 2.5rem auto 0; padding-block-start: 1.2rem; border-block-start: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 761px) {
  .hero {
    width: 100%;
    min-height: clamp(36rem, 48vw, 48rem);
    margin-block-start: 0;
    border-radius: 0;
  }
  .hero-content {
    width: min(58rem, 70%);
    min-height: clamp(36rem, 48vw, 48rem);
    padding-inline-start: max(3rem, calc((100vw - 1180px) / 2));
    padding-inline-end: 2rem;
  }
}

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: inline-grid; }
  .quick-find { grid-template-columns: repeat(4, 1fr); }
  .quick-find-title { grid-column: 1/-1; }
  .country-grid, .brand-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .concern-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .filter-panel { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .article-content-layout { display: block; width: min(760px, calc(100% - 2rem)); }
  .article-sidebar { display: none; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 1rem, 44rem); }
  body { padding-block-end: 6.2rem; }
  .header-inner { min-height: 4.35rem; }
  .mobile-menu { inset-block-start: 4.35rem; }
  .brand { font-size: .95rem; }
  .brand-mark { width: 1.9rem; }
  .hero { min-height: 31rem; margin-block-start: .5rem; }
  .hero-content { min-height: 31rem; width: 100%; padding: 2rem 1.4rem 5.5rem; justify-content: flex-end; }
  .hero::after { background: linear-gradient(0deg, rgba(17,12,15,.94), rgba(17,12,15,.12) 70%); }
  .hero h1 { font-size: clamp(2.15rem, 11vw, 3.1rem); max-width: 13ch; }
  .quick-find { margin-top: -3.4rem; grid-template-columns: 1fr 1fr; }
  .quick-find .button { grid-column: 1/-1; }
  .section { margin-top: 4.5rem; }
  .section-head { align-items: start; }
  .section-head > div { flex: 1; }
  .article-grid { grid-template-columns: 1fr 1fr; gap: .8rem; }
  .feature-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-block-end: .75rem; }
  .feature-grid .article-card { min-width: min(86vw, 22rem); scroll-snap-align: start; }
  .feature-grid .article-card:first-child .card-media { aspect-ratio: 16/10; }
  .concern-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .country-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-block-end: .75rem; }
  .country-card { min-width: min(70vw, 17rem); min-height: 18rem; scroll-snap-align: start; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .audience-card { min-height: 20rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1/-1; }
  .filter-panel { grid-template-columns: 1fr 1fr; }
  .page-hero { min-height: 21rem; }
  .article-cover { aspect-ratio: 4/3; }
  .ad-horizontal {
    width: min(calc(100% - 1rem), 22rem);
    min-height: 0;
    aspect-ratio: 1;
    margin-block: 1.5rem;
  }
  .ad-horizontal .adsbygoogle {
    width: 100%;
    height: 100% !important;
    min-height: 0;
  }
  .article-title-ad,
  .article-heading-ad { width: min(100%, 22rem); }
  .share-tools {
    right: max(1rem, env(safe-area-inset-right));
    left: max(1rem, env(safe-area-inset-left));
    bottom: max(1rem, env(safe-area-inset-bottom));
    flex-direction: row;
    gap: .5rem;
    padding: .5rem;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(23,19,22,.16);
  }
  .share-button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 3.35rem;
    padding: .65rem .55rem;
    font-size: .84rem;
  }
}

@media (max-width: 520px) {
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 17rem; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid.compact-mobile { grid-template-columns: 1fr 1fr; }
  .article-grid.compact-mobile .card-body { padding: .8rem; }
  .article-grid.compact-mobile .article-card h3 { font-size: .96rem; }
  .article-grid.compact-mobile .article-card p { display: none; }
  .concern-grid { gap: .55rem; }
  .concern-card { min-height: 7.5rem; padding: .9rem; }
  .brand-grid { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .brand-card { min-height: 9rem; padding: .9rem; }
  .filter-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { display: block; }
  .section-head .text-link { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
