/*
Theme Name: Golfs Vendée
Theme URI: https://golfs-vendee.fr
Author: Golfs Vendée
Description: Thème moderne pour le répertoire des golfs de Vendée
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: golfs-vendee
*/

/* ========================================
   TOKENS & VARIABLES
======================================== */
:root {
  --green-deep:    #1B4332;
  --green-mid:     #2D6A4F;
  --green-light:   #52B788;
  --green-pale:    #D8F3DC;
  --gold:          #C9A84C;
  --gold-light:    #E8C96A;
  --ivory:         #F8F6F0;
  --slate:         #4A5568;
  --slate-light:   #718096;
  --white:         #FFFFFF;
  --black:         #0D1B12;

  --font-display:  'Playfair Display', Georgia, serif;
  --font-body:     'Inter', system-ui, sans-serif;

  --radius-sm:     6px;
  --radius-md:     12px;
  --radius-lg:     20px;

  --shadow-sm:     0 2px 8px rgba(0,0,0,0.08);
  --shadow-md:     0 8px 32px rgba(27,67,50,0.12);
  --shadow-lg:     0 20px 60px rgba(27,67,50,0.18);

  --transition:    0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--slate);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ========================================
   TYPOGRAPHY
======================================== */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--green-deep);
  line-height: 1.2;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 600; }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 600; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ========================================
   LAYOUT UTILITIES
======================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.container--wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
}

.section--dark {
  background: var(--green-deep);
  color: var(--ivory);
}

.section--dark h1,
.section--dark h2,
.section--dark h3 {
  color: var(--ivory);
}

/* ========================================
   HEADER & NAVIGATION
======================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(27, 67, 50, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  padding: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 32px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-icon {
  width: 40px;
  height: 40px;
}

.logo-text {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.1;
}

.logo-text span {
  display: block;
  font-size: 0.65rem;
  font-family: var(--font-body);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 5px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(248, 246, 240, 0.8);
  letter-spacing: 0.03em;
  transition: color var(--transition);
  position: relative;
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--transition);
}

.main-nav a:hover {
  color: var(--ivory);
}

.main-nav a:hover::after {
  width: 100%;
}

.nav-cta {
  background: var(--gold) !important;
  color: var(--green-deep) !important;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  transition: background var(--transition), transform var(--transition) !important;
}

.nav-cta::after { display: none !important; }

.nav-cta:hover {
  background: var(--gold-light) !important;
  transform: translateY(-1px);
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ivory);
  border-radius: 2px;
  transition: var(--transition);
}

/* ========================================
   HERO
======================================== */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--green-deep);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(45, 106, 79, 0.4) 0%, transparent 70%),
    url('assets/img/header.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.35;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 80px 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold-light);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
}

.hero h1 {
  color: var(--white);
  margin-bottom: 24px;
}

.hero h1 em {
  font-style: normal;
  color: var(--gold-light);
}

.hero-subtitle {
  font-size: 1.1rem;
  color: rgba(248, 246, 240, 0.75);
  margin-bottom: 40px;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats {
  position: absolute;
  bottom: 48px;
  right: 0;
  display: flex;
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}

.stat-item {
  padding: 20px 32px;
  text-align: center;
  background: rgba(27, 67, 50, 0.6);
  backdrop-filter: blur(8px);
}

.stat-item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.08);
}

.stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* Rough divider SVG */
.rough-divider {
  width: 100%;
  display: block;
  margin-bottom: -2px;
  line-height: 0;
}

/* ========================================
   BUTTONS
======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.btn--primary {
  background: var(--gold);
  color: var(--green-deep);
  border-color: var(--gold);
}

.btn--primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}

.btn--outline {
  background: transparent;
  color: var(--ivory);
  border-color: rgba(248, 246, 240, 0.4);
}

.btn--outline:hover {
  border-color: var(--ivory);
  background: rgba(248, 246, 240, 0.08);
}

.btn--green {
  background: var(--green-deep);
  color: var(--ivory);
  border-color: var(--green-deep);
}

.btn--green:hover {
  background: var(--green-mid);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* ========================================
   SEARCH BAR
======================================== */
.search-section {
  background: var(--white);
  padding: 40px 0;
  border-bottom: 1px solid rgba(27, 67, 50, 0.08);
}

.search-bar {
  display: flex;
  gap: 0;
  max-width: 780px;
  margin: 0 auto;
  background: var(--ivory);
  border: 2px solid rgba(27, 67, 50, 0.15);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.search-bar:focus-within {
  border-color: var(--green-mid);
  box-shadow: 0 0 0 4px rgba(45, 106, 79, 0.1);
}

.search-input {
  flex: 1;
  padding: 16px 20px;
  font-family: var(--font-body);
  font-size: 1rem;
  border: none;
  background: transparent;
  color: var(--black);
  outline: none;
}

.search-select {
  padding: 16px 20px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  border: none;
  border-left: 1px solid rgba(27, 67, 50, 0.12);
  background: transparent;
  color: var(--slate);
  outline: none;
  cursor: pointer;
  min-width: 160px;
}

.search-btn {
  padding: 16px 28px;
  background: var(--green-deep);
  color: var(--white);
  border: none;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-btn:hover {
  background: var(--green-mid);
}

/* ========================================
   GOLF CARDS GRID
======================================== */
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}

.section-header .text { flex: 1; }

.section-header .eyebrow { margin-bottom: 8px; }

.golf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
}

.golf-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(27, 67, 50, 0.06);
}

.golf-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--green-mid), var(--green-deep));
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.golf-card:hover .card-image img {
  transform: scale(1.05);
}

.card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(27, 67, 50, 0.85);
  backdrop-filter: blur(6px);
  color: var(--ivory);
  padding: 5px 12px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.15);
}

.card-favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  color: var(--slate-light);
  font-size: 1rem;
}

.card-favorite:hover {
  background: white;
  color: #E53E3E;
  transform: scale(1.1);
}

.card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  font-size: 0.82rem;
  color: var(--slate-light);
}

.card-meta svg { color: var(--green-mid); }

.card-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--green-deep);
  margin-bottom: 12px;
  line-height: 1.3;
}

.card-description {
  font-size: 0.875rem;
  color: var(--slate-light);
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.card-specs {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(27, 67, 50, 0.08);
  border-bottom: 1px solid rgba(27, 67, 50, 0.08);
  margin-bottom: 20px;
}

.spec-item {
  text-align: center;
  flex: 1;
}

.spec-value {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--green-deep);
  display: block;
}

.spec-label {
  font-size: 0.7rem;
  color: var(--slate-light);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.rating-count {
  font-size: 0.8rem;
  color: var(--slate-light);
}

.card-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--green-mid);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap var(--transition), color var(--transition);
}

.card-link:hover {
  color: var(--green-deep);
  gap: 8px;
}

/* ========================================
   MAP SECTION
======================================== */
.map-section {
  padding: 80px 0;
  background: var(--green-deep);
}

.map-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: center;
}

.map-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--green-mid);
  position: relative;
  box-shadow: var(--shadow-lg);
}

.map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2D6A4F 0%, #1B4332 100%);
  color: rgba(255,255,255,0.3);
  font-size: 0.875rem;
}

.map-content .eyebrow { margin-bottom: 12px; }

.map-content h2 {
  color: var(--ivory);
  margin-bottom: 16px;
}

.map-content p {
  color: rgba(248, 246, 240, 0.7);
  margin-bottom: 32px;
  font-size: 1.05rem;
}

.map-legend {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  color: rgba(248, 246, 240, 0.8);
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ========================================
   FEATURED / HIGHLIGHT
======================================== */
.highlight-section {
  padding: 80px 0;
  background: var(--ivory);
}

.highlight-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.highlight-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--green-pale), var(--green-light));
  position: relative;
  box-shadow: var(--shadow-lg);
}

.highlight-image::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  z-index: -1;
}

.highlight-content .eyebrow { margin-bottom: 12px; }

.highlight-content h2 { margin-bottom: 16px; }

.highlight-content p {
  color: var(--slate-light);
  margin-bottom: 24px;
  font-size: 1rem;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}

.feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.feature-icon {
  width: 36px;
  height: 36px;
  background: var(--green-pale);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  font-size: 1rem;
  flex-shrink: 0;
}

.feature-text strong {
  display: block;
  color: var(--green-deep);
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.feature-text span {
  font-size: 0.82rem;
  color: var(--slate-light);
}

/* ========================================
   TESTIMONIALS
======================================== */
.testimonials {
  padding: 80px 0;
  background: var(--white);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.testimonial-card {
  background: var(--ivory);
  border-radius: var(--radius-md);
  padding: 32px;
  position: relative;
  border: 1px solid rgba(27, 67, 50, 0.08);
}

.quote-mark {
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.6;
  color: var(--green-pale);
  position: absolute;
  top: 24px;
  left: 28px;
  user-select: none;
}

.testimonial-text {
  font-size: 0.95rem;
  color: var(--slate);
  line-height: 1.7;
  margin-bottom: 24px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-mid), var(--green-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.author-info strong {
  display: block;
  font-size: 0.875rem;
  color: var(--green-deep);
  font-weight: 600;
}

.author-info span {
  font-size: 0.78rem;
  color: var(--slate-light);
}

/* ========================================
   NEWSLETTER
======================================== */
.newsletter {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--green-deep) 0%, #0D3320 100%);
  position: relative;
  overflow: hidden;
}

.newsletter::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
}

.newsletter-inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}

.newsletter h2 {
  color: var(--ivory);
  margin-bottom: 12px;
}

.newsletter p {
  color: rgba(248, 246, 240, 0.7);
  margin-bottom: 36px;
}

.newsletter-form {
  display: flex;
  gap: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.newsletter-input {
  flex: 1;
  padding: 16px 20px;
  background: transparent;
  border: none;
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 0.95rem;
  outline: none;
}

.newsletter-input::placeholder {
  color: rgba(248, 246, 240, 0.4);
}

.newsletter-submit {
  padding: 16px 28px;
  background: var(--gold);
  color: var(--green-deep);
  border: none;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--transition);
  white-space: nowrap;
}

.newsletter-submit:hover {
  background: var(--gold-light);
}

/* ========================================
   FOOTER
======================================== */
.site-footer {
  background: var(--black);
  color: rgba(248, 246, 240, 0.6);
  padding: 64px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .logo-text {
  color: var(--ivory);
  margin-bottom: 16px;
  display: block;
}

.footer-brand p {
  font-size: 0.875rem;
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(248, 246, 240, 0.6);
  font-size: 1rem;
  transition: var(--transition);
}

.social-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.footer-col h4 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ivory);
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.875rem;
  color: rgba(248, 246, 240, 0.6);
  transition: color var(--transition);
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-size: 0.8rem;
}

/* ========================================
   MOBILE NAV OVERLAY
======================================== */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--green-deep);
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--ivory);
  font-weight: 600;
  transition: color var(--transition);
}

.mobile-nav a:hover {
  color: var(--gold-light);
}

.mobile-close {
  position: absolute;
  top: 20px;
  right: 24px;
  background: none;
  border: none;
  color: var(--ivory);
  font-size: 2rem;
  cursor: pointer;
}

/* ========================================
   RESPONSIVE
======================================== */
@media (max-width: 1024px) {
  .map-inner { grid-template-columns: 1fr; }
  .map-frame { order: -1; }
  .highlight-inner { grid-template-columns: 1fr; }
  .highlight-image { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .main-nav { display: none; }
  .hamburger { display: flex; }
  .golf-grid { grid-template-columns: 1fr; }
  .hero-stats { position: static; margin-top: 48px; flex-wrap: wrap; }
  .stat-item { flex: 1; min-width: 100px; }
  .section-header { flex-direction: column; align-items: flex-start; }
  .search-bar { flex-direction: column; border-radius: var(--radius-md); }
  .search-select { border-left: none; border-top: 1px solid rgba(27,67,50,0.12); }
  .search-btn { border-radius: 0 0 var(--radius-md) var(--radius-md); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .newsletter-form { flex-direction: column; }
  .newsletter-submit { border-radius: 0 0 var(--radius-md) var(--radius-md); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
