/* ============================================================
   meilleuresplateformess.com — Warm Magazine #09
   Short French Aggregator — Pure Vanilla CSS
   Color System: cream base, terracotta + gold accents, slate
   ============================================================ */

/* ---- 1. RESET & BASE ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  background-color: #FDF8F0;
  color: #3D3229;
  line-height: 1.6;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #C8673D;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: #B0552F;
  text-decoration: underline;
}

a:focus-visible {
  outline: 2px solid #C8673D;
  outline-offset: 2px;
  border-radius: 2px;
}

ul, ol {
  list-style: none;
}

/* ---- 2. TYPOGRAPHY ---- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
  color: #3D3229;
}

h1 {
  font-size: 2rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
  color: #3D3229;
}

small,
.text-small {
  font-size: 0.8125rem;
  color: #6B645C;
}

.text-muted {
  color: #6B645C;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---- 3. LAYOUT CONTAINER ---- */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ---- 4. WARNING BANNER ---- */
.warning-banner {
  background-color: #1A1A1A;
  color: #FFFFFF;
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  width: 100%;
}

.warning-banner--bottom {
  background-color: #2C2C2C;
  color: #FFFFFF;
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}

.warning-banner__text {
  max-width: 800px;
  margin: 0 auto;
  color: #FFFFFF;
}

.warning-banner p {
  color: #FFFFFF;
}

.warning-banner__phone {
  white-space: nowrap;
  color: #D4A853;
  font-weight: 700;
}

/* ---- 5. HEADER ---- */
.site-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E8E0D8;
  position: relative;
  z-index: 100;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
  gap: 1rem;
}

.site-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.site-header__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3D3229;
  gap: 0.5rem;
}

.site-header__logo img {
  width: auto;
  height: 80px;
  max-width: 260px;
}

.site-header__logo span {
  font-weight: 700;
  font-size: 1rem;
  color: #3D3229;
  white-space: nowrap;
}

/* Search area */
.site-header__search {
  flex: 1;
  max-width: 420px;
  margin: 0 auto;
}

.search-form {
  display: flex;
  align-items: center;
  background-color: #F5F0EB;
  border: 1px solid #E0D8D0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-form:focus-within {
  border-color: #C8673D;
  box-shadow: 0 0 0 3px rgba(200, 103, 61, 0.15);
}

.search-form__input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.625rem 0.875rem;
  font-size: 0.9rem;
  color: #3D3229;
  outline: none;
  font-family: inherit;
}

.search-form__input::placeholder {
  color: #9C928A;
}

.search-form__btn {
  background: transparent;
  border: none;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B645C;
  transition: color 0.2s ease;
}

.search-form__btn:hover {
  color: #C8673D;
}

.search-form__btn svg {
  width: 18px;
  height: 18px;
}

/* Header nav right */
.site-header__nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-header__nav-link {
  padding: 0.375rem 0.625rem;
  font-size: 0.8125rem;
  color: #6B645C;
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.site-header__nav-link:hover,
.site-header__nav-link:focus {
  color: #C8673D;
  background-color: #F5F0EB;
  text-decoration: none;
}

/* Burger */
.burger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #3D3229;
}

.burger-btn svg {
  width: 24px;
  height: 24px;
}

/* Mobile drawer */
.mobile-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 200;
  padding: 1.5rem;
  overflow-y: auto;
}

.mobile-drawer.is-open {
  display: flex;
  flex-direction: column;
}

.mobile-drawer__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}

.mobile-drawer__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #3D3229;
}

.mobile-drawer__close svg {
  width: 28px;
  height: 28px;
}

.mobile-drawer__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-drawer__link {
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  color: #3D3229;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

.mobile-drawer__link:hover {
  background-color: #F5F0EB;
}

/* ---- 6. CATEGORY PILLS NAV ---- */
.category-nav {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E8E0D8;
  padding: 0.625rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.category-nav__list {
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
}

.category-nav__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6B645C;
  background-color: #F5F0EB;
  border: 1px solid #E0D8D0;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.category-nav__pill:hover,
.category-nav__pill:focus {
  color: #FFFFFF;
  background-color: #C8673D;
  border-color: #C8673D;
  text-decoration: none;
}

.category-nav__pill.is-active {
  color: #FFFFFF;
  background-color: #C8673D;
  border-color: #C8673D;
}

.category-nav__pill svg {
  width: 16px;
  height: 16px;
  margin-right: 0.375rem;
  flex-shrink: 0;
}

/* ---- 7. HERO ---- */
.hero {
  padding: 3rem 0 2rem;
  text-align: center;
}

.hero__inner {
  max-width: 720px;
  margin: 0 auto;
}

.hero__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #3D3229;
}

.hero__lead {
  font-size: 1.0625rem;
  color: #6B645C;
  margin-bottom: 1.75rem;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* ---- 8. BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.4;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn:hover {
  text-decoration: none;
}

.btn--primary {
  background-color: #C8673D;
  color: #FFFFFF;
  border-color: #C8673D;
}

.btn--primary:hover,
.btn--primary:focus {
  background-color: #B0552F;
  border-color: #B0552F;
  color: #FFFFFF;
}

.btn--secondary {
  background-color: transparent;
  color: #C8673D;
  border-color: #C8673D;
}

.btn--secondary:hover,
.btn--secondary:focus {
  background-color: #C8673D;
  color: #FFFFFF;
}

.btn--gold {
  background-color: #D4A853;
  color: #3D3229;
  border-color: #D4A853;
}

.btn--gold:hover,
.btn--gold:focus {
  background-color: #C49A48;
  border-color: #C49A48;
  color: #3D3229;
}

.btn--small {
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
}

/* ---- 9. SECTION GENERIC ---- */
.section {
  padding: 2.5rem 0;
}

.section__title {
  text-align: center;
  margin-bottom: 2rem;
}

.section__subtitle {
  text-align: center;
  color: #6B645C;
  font-size: 0.9375rem;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}

.section__intro {
  max-width: 680px;
  margin: 0 auto 2rem;
  text-align: center;
  color: #6B645C;
  font-size: 0.9375rem;
}

/* ---- 10. CRITERIA CARDS (3+2 grid) ---- */
.criteria-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 480px;
  margin: 0 auto;
}

.criteria-card {
  background-color: #FFFFFF;
  border: 1px solid #E8E0D8;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 1px 4px rgba(61, 50, 41, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.criteria-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(61, 50, 41, 0.1);
}

.criteria-card__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F0EB;
  border-radius: 50%;
  color: #C8673D;
}

.criteria-card__icon svg {
  width: 20px;
  height: 20px;
}

.criteria-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #3D3229;
  margin-bottom: 0.25rem;
}

.criteria-card__desc {
  font-size: 0.8125rem;
  color: #6B645C;
  line-height: 1.5;
  margin-bottom: 0;
}

/* ---- 11. PLATFORM CARDS ---- */
.platform-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 560px;
  margin: 0 auto;
}

.platform-card {
  background-color: #FFFFFF;
  border: 1px solid #E8E0D8;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 1px 4px rgba(61, 50, 41, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.platform-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(61, 50, 41, 0.1);
}

.platform-card__logo {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.platform-card__logo img {
  max-height: 140px;
  width: auto;
  max-width: 100%;
}

.platform-card__meta {
  font-size: 0.75rem;
  color: #6B645C;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #F0EBE6;
}

.platform-card__meta-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.6875rem;
  color: #9C928A;
}

.platform-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #3D3229;
  margin-bottom: 0.5rem;
}

.platform-card__text {
  font-size: 0.875rem;
  color: #6B645C;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  flex: 1;
}

.platform-card__criteria {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-bottom: 1rem;
}

.platform-card__criterion {
  font-size: 0.6875rem;
  color: #6B645C;
  background-color: #F5F0EB;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 500;
}

.platform-card__action {
  margin-top: auto;
}

.platform-card__action .btn {
  width: 100%;
}

/* ---- 12. FAQ ACCORDION ---- */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-item {
  border: 1px solid #E0D8D0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.faq-item__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: inherit;
  color: #3D3229;
  text-align: left;
  transition: background-color 0.2s ease;
}

.faq-item__toggle:hover {
  background-color: #F5F0EB;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #C8673D;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.is-open .faq-item__content {
  max-height: 600px;
}

.faq-item__body {
  padding: 0 1.25rem 1.25rem;
  font-size: 0.875rem;
  color: #6B645C;
  line-height: 1.7;
}

.faq-item__body p:last-child {
  margin-bottom: 0;
}

/* ---- 13. CTA / CONTACT BLOCK ---- */
.cta-block {
  background-color: #FFFFFF;
  border: 1px solid #E8E0D8;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(61, 50, 41, 0.06);
}

.cta-block__title {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}

.cta-block__text {
  font-size: 0.9375rem;
  color: #6B645C;
  margin-bottom: 1.5rem;
}

.cta-block__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* ---- 14. EDITORIAL / PREFORMATTED TEXT ---- */
.editorial-block {
  max-width: 680px;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: #6B645C;
  line-height: 1.75;
}

.editorial-block p {
  color: #6B645C;
}

/* ---- 15. FOOTER ---- */
.site-footer {
  background-color: #2C2C2C;
  color: #D0C8C0;
  margin-top: auto;
}

.site-footer__inner {
  padding: 2.5rem 0 1.5rem;
}

/* Footer image grid 3+3 */
.footer-images {
  margin-bottom: 2rem;
}

.footer-images__title {
  text-align: center;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.footer-images__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.footer-images__item {
  background-color: #3A3A3A;
  border-radius: 8px;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  transition: background-color 0.2s ease;
}

.footer-images__item:hover {
  background-color: #444444;
}

.footer-images__item img {
  max-height: 40px;
  width: auto;
}

.footer-images__item .footer-images__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.footer-images__item .footer-images__link:focus-visible {
  outline: 2px solid #C8673D;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Footer columns */
.footer-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.footer-column__title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.footer-column__links {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.footer-column__link {
  font-size: 0.8125rem;
  color: #B0A8A0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-column__link:hover {
  color: #D4A853;
  text-decoration: none;
}

/* Footer note */
.footer-note {
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid #3A3A3A;
  font-size: 0.8125rem;
  color: #8A827A;
  line-height: 1.6;
}

.footer-note p {
  color: #8A827A;
  margin-bottom: 0.25rem;
}

/* ---- 16. MODALS (18+ popup, cookie banner) ---- */

/* 18+ Overlay */
.age-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 26, 26, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.age-overlay.is-hidden {
  display: none;
}

.age-modal {
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 2.5rem 2rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.age-modal__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F0EB;
  border-radius: 50%;
  color: #C8673D;
}

.age-modal__icon svg {
  width: 28px;
  height: 28px;
}

.age-modal__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3D3229;
  margin-bottom: 0.75rem;
}

.age-modal__text {
  font-size: 0.9375rem;
  color: #6B645C;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.age-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.age-modal__actions .btn {
  width: 100%;
}

/* Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border-top: 2px solid #E0D8D0;
  padding: 1.25rem 1rem;
  z-index: 999;
  box-shadow: 0 -4px 20px rgba(61, 50, 41, 0.1);
}

.cookie-banner.is-hidden {
  display: none;
}

.cookie-banner__inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-banner__text {
  font-size: 0.8125rem;
  color: #6B645C;
  line-height: 1.5;
  flex: 1;
  min-width: 240px;
}

.cookie-banner__text a {
  color: #C8673D;
  text-decoration: underline;
}

.cookie-banner__actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.cookie-banner__actions .btn {
  font-size: 0.8125rem;
  padding: 0.45rem 1rem;
}

/* ---- 17. CLOUDFLARE TURNSTILE OVERLAY ---- */
.turnstile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(26, 26, 26, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.turnstile-overlay.is-hidden {
  display: none;
}

.turnstile-overlay__card {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 2.5rem 2rem;
  max-width: 380px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.turnstile-overlay__text {
  font-size: 1rem;
  font-weight: 600;
  color: #3D3229;
  margin-bottom: 1.5rem;
}

.turnstile-overlay__card .cf-turnstile {
  display: flex;
  justify-content: center;
}

/* ---- 18. TRANSITION PAGE ---- */
.transition-page {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
}

.transition-page__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  color: #D4A853;
}

.transition-page__icon svg {
  width: 64px;
  height: 64px;
}

.transition-page__title {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}

.transition-page__text {
  font-size: 0.9375rem;
  color: #6B645C;
  max-width: 480px;
  margin-bottom: 0.5rem;
}

.transition-page__small {
  font-size: 0.8125rem;
  color: #9C928A;
  margin-bottom: 2rem;
}

/* Spinner */
.spinner {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 3px solid #E0D8D0;
  border-top-color: #C8673D;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* ---- 18. LEGAL PAGE EXTRA ---- */

/* FAQ-style legal pages use .faq-list from above */
.legal-summary {
  background-color: #FFFFFF;
  border: 1px solid #E8E0D8;
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #6B645C;
  line-height: 1.6;
}

/* ---- 19. RESPONSIVE ---- */

/* Tablet: 768px - 1024px */
@media (max-width: 1024px) {
  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile: < 768px */
@media (max-width: 767px) {
  /* Typography */
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Header */
  .site-header__nav {
    display: none;
  }

  .site-header__search {
    max-width: 100%;
  }

  .site-header__inner {
    flex-wrap: wrap;
  }

  .site-header__logo {
    order: 1;
  }

  .burger-btn {
    display: flex;
    order: 3;
  }

  .site-header__search {
    order: 4;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0.5rem;
  }

  /* Hero */
  .hero {
    padding: 2rem 0 1.5rem;
  }

  .hero__title {
    font-size: 1.5rem;
  }

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

  .hero__actions .btn {
    width: 100%;
  }

  /* Footer */
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

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

  /* Cookie banner */
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .cookie-banner__actions {
    justify-content: center;
  }

  /* Age modal */
  .age-modal {
    padding: 1.5rem;
  }

  /* Category nav */
  .category-nav__list {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Small mobile: < 480px */
@media (max-width: 480px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }

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

  .site-header__logo span {
    font-size: 0.875rem;
  }

  .cta-block {
    padding: 1.5rem 1rem;
  }
}

/* Desktop large: 1025px+ */
@media (min-width: 1025px) {
  h1 {
    font-size: 2.25rem;
  }

  .hero__title {
    font-size: 2.25rem;
  }

  .hero {
    padding: 3.5rem 0 2.5rem;
  }
}

/* ---- 20. UTILITY ---- */
.mt-0 { margin-top: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-1 { margin-top: 1rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mb-2 { margin-bottom: 2rem !important; }

/* ---- 21. PRINT ---- */
@media print {
  .warning-banner,
  .age-overlay,
  .cookie-banner,
  .burger-btn,
  .mobile-drawer,
  .site-header__search,
  .category-nav {
    display: none !important;
  }

  body {
    background: #FFFFFF;
    color: #000000;
  }

  .container {
    max-width: 100%;
  }
}
