/* ==========================================================================
   Anthony Coach Projet — feuille de style unique
   Direction visuelle « Marine » (cahier des charges §6). Tokens du §6.1.
   Palette fermée : ne pas introduire de couleur hors des variables ci-dessous.
   ========================================================================== */

/* — Polices auto-hébergées (WOFF2, latin + latin-ext, font-display:swap) — */
@font-face {
  font-family: 'Caprasimo';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/fonts/caprasimo-latin-ext-400.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Caprasimo';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/fonts/caprasimo-latin-400.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("/assets/fonts/figtree-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Figtree';
  font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("/assets/fonts/figtree-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* — Polices de repli à métriques alignées —
   Sans ça, le basculement swap Georgia→Caprasimo élargit les titres de ~16,5 %
   et provoque un décalage de mise en page (CLS). Les valeurs sont calculées
   mesurées dans le navigateur : largeur rendue de la police réelle rapportée
   à celle d'Arial sur un échantillon de textes du site. */
@font-face {
  font-family: 'Caprasimo Fallback';
  src: local("Arial"), local("Helvetica"), local("Roboto");
  size-adjust: 112.44%;
  ascent-override: 81.64%;
  descent-override: 20.37%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Figtree Fallback';
  src: local("Arial"), local("Helvetica"), local("Roboto");
  size-adjust: 100.06%;
  ascent-override: 94.94%;
  descent-override: 24.99%;
  line-gap-override: 0%;
}

/* — Tokens (§6.1) — */
:root {
  --pine: #1c3253;        /* fond principal, marine profond */
  --pine-2: #274268;      /* fond secondaire, blocs */
  --sage: #c39a45;        /* accent doré : crêtes, filets, éléments graphiques */
  --moss: #5a6a80;        /* bleu-gris, textes secondaires */
  --sand: #ece3d1;        /* beige crème, texte sur fond sombre */
  --sage-tint: #eef1f5;   /* sections claires */

  --color-bg: #f5efe3;
  --color-text: #201e1d;

  --font-heading: "Caprasimo", "Caprasimo Fallback", Georgia, serif;
  --font-body: "Figtree", "Figtree Fallback", system-ui, -apple-system, sans-serif;

  --edge: clamp(20px, 5vw, 64px);
  --radius-lg: 28px;
  --radius-md: 16px;

  --line: color-mix(in srgb, var(--pine) 12%, transparent);
  --line-dark: color-mix(in srgb, var(--color-bg) 18%, transparent);
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  overflow-x: clip;
  text-wrap: pretty;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0;
}

img { display: block; max-width: 100%; }
a { color: var(--moss); }
a:hover { color: var(--pine); }
html { scroll-behavior: smooth; }
:focus-visible { outline: 2.5px solid var(--moss); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: 1120px; margin: 0 auto; padding-inline: var(--edge); }
.wrap-narrow { max-width: 760px; margin: 0 auto; padding-inline: var(--edge); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 50%; top: 0; transform: translate(-50%, -110%);
  z-index: 100; background: var(--pine); color: var(--color-bg);
  padding: 10px 18px; border-radius: 0 0 12px 12px; text-decoration: none; font-size: 14px;
}
.skip-link:focus-visible { transform: translate(-50%, 0); color: var(--color-bg); }

/* — Boutons (§6.6.4 : composants réutilisés tels quels sur toutes les pages) — */
.cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-heading); font-size: 15px; line-height: 1.2;
  text-decoration: none; cursor: pointer; border: 0;
  background: var(--pine-2); color: var(--color-bg);
  padding: 12px 20px; border-radius: 999px;
  transition: background .18s ease, transform .18s ease;
}
.cta:hover { background: var(--pine); color: var(--color-bg); transform: translateY(-1px); }
.cta:active { background: var(--pine); transform: translateY(0); }
.cta.small { padding: 9px 15px; font-size: 13.5px; }
.cta.large { font-size: 16px; padding: 15px 26px; }
.cta.ghost {
  background: transparent; color: var(--moss);
  border: 1.5px solid color-mix(in srgb, var(--moss) 40%, transparent);
}
.cta.ghost:hover { background: color-mix(in srgb, var(--sage) 22%, transparent); color: var(--pine); }
/* Sur fond marine : le bouton s'inverse */
.cta.invert { background: var(--color-bg); color: var(--pine); }
.cta.invert:hover { background: var(--sand); color: var(--pine); }

.linklike {
  color: var(--moss); text-decoration: none; font-weight: 600;
  border-bottom: 1.5px solid color-mix(in srgb, var(--moss) 35%, transparent);
  transition: border-color .18s, color .18s;
}
.linklike:hover { color: var(--pine); border-color: var(--moss); }
.linklike.gold { color: var(--sage); border-color: color-mix(in srgb, var(--sage) 45%, transparent); }
.linklike.gold:hover { color: var(--sand); border-color: var(--sand); }
.linklike.on-dark { color: var(--color-bg); border-color: color-mix(in srgb, var(--color-bg) 40%, transparent); }
.linklike.on-dark:hover { color: var(--sand); border-color: var(--sand); }

/* — Crête pyrénéenne : seul motif décoratif du site (§6.3) — */
.ridge { display: block; width: 100%; height: 34px; color: var(--sage); }
.ridge-sep { padding-block: 8px; }
.ridge.ornament { height: 28px; max-width: 280px; margin: 0 auto 22px; }

/* — Sur-titre de section. Le doré ne passe pas AA en petit texte sur fond
     clair : il est porté par le motif de crête, le texte reste lisible (§6.1). — */
.kicker {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--pine); margin: 0 0 14px;
}
.kicker::before {
  content: ""; flex: none; width: 26px; height: 8px;
  background: var(--sage);
  clip-path: polygon(0 100%, 22% 20%, 45% 75%, 70% 5%, 100% 60%, 100% 100%);
}
.on-dark .kicker, .kicker.on-dark { color: var(--sage); }

/* — Titres de section — */
.h2 {
  font-family: var(--font-heading); color: var(--pine);
  font-size: clamp(26px, 4.4vw, 38px); line-height: 1.12; margin: 0 0 32px;
}
.h2.on-dark, .on-dark .h2 { color: var(--color-bg); }
.h3 { font-family: var(--font-heading); font-size: 19px; color: var(--pine-2); margin: 0 0 8px; line-height: 1.2; }
.lead { font-size: 17px; color: var(--moss); max-width: 56ch; }
.on-dark .lead { color: var(--sand); }

/* — Sections — */
.section { padding-block: 56px; }
.section-lg { padding-block: 64px; }
.section-tint { background: var(--sage-tint); padding-block: 64px; }
.section-pine { background: var(--pine); color: var(--color-bg); padding-block: 64px; }
.section-pine p, .section-pine li { color: var(--sand); }

.grid-auto { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-auto.wide-gap { gap: 34px 40px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

/* — Cartes sur fond marine — */
.card-dark {
  background: color-mix(in srgb, var(--color-bg) 8%, transparent);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 26px 24px;
  display: flex; flex-direction: column;
}
.card-dark h3 { font-family: var(--font-heading); font-size: 22px; color: var(--color-bg); margin: 0 0 10px; }
.card-dark p { margin: 0 0 20px; font-size: 15.5px; color: var(--sand); line-height: 1.5; flex: 1; }
.card-dark .linklike { align-self: flex-start; }

/* — Cartes sur fond clair — */
.card-light {
  background: var(--color-bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px 22px;
  transition: transform .18s ease, border-color .18s ease;
}
.card-light:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--sage) 55%, transparent); }
.section-tint .card-light { background: #fff; }

/* — Traitement des photos pour s'accorder au fond marine (§6.5) — */
.washed { filter: saturate(0.72) contrast(0.92) brightness(1.04); }
.frame { border-radius: var(--radius-lg); overflow: hidden; }
/* Cadre neutre autour des vignettes d'articles : les visuels publiés sont en
   sauge/vert pin, hérités de l'ancienne direction (§6.5, point de vigilance). */
.thumb-frame {
  border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/10;
  background: #fff; border: 1px solid var(--line); padding: 6px;
}
.thumb-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: calc(var(--radius-lg) - 8px); }

/* — En-tête — */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--color-bg) 92%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header > .wrap { display: flex; align-items: center; gap: 12px 16px; padding-block: 12px; }
.brand {
  font-family: var(--font-heading); font-size: 19px; color: var(--pine);
  text-decoration: none; margin-right: auto; line-height: 1.05;
}
.brand span {
  display: block; font-family: var(--font-body); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: var(--moss); font-weight: 600;
}
.navlinks { display: flex; gap: 22px; align-items: center; }
.navlinks a {
  color: var(--color-text); text-decoration: none; font-size: 14.5px; white-space: nowrap;
  padding: 6px 2px; border-bottom: 2px solid transparent;
  transition: color .16s, border-color .16s;
}
.navlinks a:hover, .navlinks a[aria-current="page"] { color: var(--pine); border-color: var(--sage); }

/* Burger : mobile uniquement, le CTA reste visible hors du menu (§2, §6.7) */
.burger {
  display: none; align-items: center; justify-content: center;
  width: 42px; height: 42px; flex: none; padding: 0;
  background: transparent; border: 1.5px solid var(--line); border-radius: 999px;
  color: var(--pine); cursor: pointer;
}
.burger svg { display: block; }
.burger .icon-close { display: none; }
.burger[aria-expanded="true"] .icon-open { display: none; }
.burger[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 859px) {
  .burger { display: inline-flex; order: 3; }
  .navlinks {
    order: 4; flex: 1 1 100%; flex-direction: column; align-items: stretch; gap: 0;
    padding-top: 8px; margin-top: 8px; border-top: 1px solid var(--line);
  }
  .navlinks a { padding: 11px 2px; border-bottom: 1px solid var(--line); }
  .navlinks a:last-child { border-bottom: 0; }
  .site-header > .wrap { flex-wrap: wrap; }
  .brand { font-size: 17px; }
  .header-cta { font-size: 12.5px; padding: 9px 13px; }

  /* Le menu mobile est replié dès le premier rendu, par le CSS.
     Le faire en JavaScript (script différé) repliait la nav APRÈS le premier
     paint et faisait remonter toute la page : c'était la cause du CLS.
     Le JS ne fait plus que basculer aria-expanded. */
  .js .navlinks { display: none; }
  .js .site-header:has(.burger[aria-expanded="true"]) .navlinks { display: flex; }
  /* Sans JavaScript : pas de burger, la navigation reste visible. */
  html:not(.js) .burger { display: none; }
}

/* — Pied de page — */
.site-footer { background: var(--pine); color: var(--sand); padding-block: 52px 34px; }
.site-footer a { color: var(--sand); }
.site-footer a:hover { color: var(--color-bg); }
.footer-grid { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.footer-brand { font-family: var(--font-heading); font-size: 21px; color: var(--color-bg); margin: 0 0 8px; }
.footer-title {
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--sage); font-weight: 700; margin: 0 0 12px;
}
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 15px; }
.footer-list a { text-decoration: none; }
.footer-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom {
  margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center;
  font-size: 13.5px; color: var(--sand);
}
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* — Hero de l'accueil —
   Hauteur calculée en vw (pas en vh) : elle ne bouge pas quand la barre d'URL
   mobile se rétracte, donc aucun décalage de mise en page. */
.hero-media {
  position: relative; width: 100%;
  display: grid; align-content: end;
  min-height: max(420px, min(62vw, 620px));
  overflow: hidden;
  background: linear-gradient(165deg, var(--pine-2) 0%, var(--pine) 100%);
}
/* L'image est une couche de fond ; seul le bandeau de titre est dans le flux,
   ce qui laisse le hero grandir si le texte grossit (zoom, réglage système)
   au lieu de rogner le H1. */
.hero-media > picture { position: absolute; inset: 0; display: block; }
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  /* Cadrage. Horizontal 52 % : dégage un peu d'air à gauche du personnage de
     tête et fait tomber la coupe droite après le bloc de maisons plutôt qu'en
     plein dedans. Vertical 5 % : sur grand écran le recadrage est vertical, et
     un centrage coupait la file de personnages qui court en haut de la crête. */
  object-position: 52% 5%;
  filter: saturate(.82); /* accorde l'illustration au fond marine (§6.5) */
}
.hero-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg,
    color-mix(in srgb, var(--pine) 30%, transparent) 0%,
    color-mix(in srgb, var(--pine) 6%, transparent) 26%,
    color-mix(in srgb, var(--pine) 12%, transparent) 52%,
    color-mix(in srgb, var(--pine) 34%, transparent) 78%,
    color-mix(in srgb, var(--pine) 52%, transparent) 100%);
}
/* Voile marine derrière le H1. Les arrêts sont en pixels et non en pourcentage :
   le contraste sous le texte est donc identique sur mobile et sur desktop,
   quelle que soit la hauteur rendue du hero. */
.hero-band {
  position: relative;
  padding-block: 52px 26px;
  background: linear-gradient(180deg,
    transparent 0,
    color-mix(in srgb, var(--pine) 72%, transparent) 36px,
    color-mix(in srgb, var(--pine) 92%, transparent) 74px,
    color-mix(in srgb, var(--pine) 96%, transparent) 100%);
}
.hero-title {
  max-width: 660px; color: var(--color-bg);
  font-size: clamp(30px, 6.2vw, 52px); line-height: 1.08;
  /* Hauteur plancher = nombre de lignes attendu. Absorbe un éventuel écart de
     rendu entre la police de repli et Caprasimo sans changer la hauteur du
     hero, donc sans décalage de mise en page. */
  min-height: calc(5 * 1.08em);
  text-shadow: 0 1px 18px color-mix(in srgb, var(--pine) 70%, transparent);
}
@media (min-width: 700px)  { .hero-title { min-height: calc(3 * 1.08em); } }
@media (min-width: 1100px) { .hero-title { min-height: calc(2 * 1.08em); } }
.hero-actions { padding-top: 26px; padding-bottom: 8px; }
.hero-sub { max-width: 600px; font-size: clamp(17px, 2.4vw, 20px); color: var(--moss); margin: 0 0 24px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; }

/* — Page intérieure : en-tête de page — */
.page-head { padding-block: 56px 36px; }
.page-head h1 {
  color: var(--pine); font-size: clamp(28px, 5vw, 44px);
  line-height: 1.1; margin: 0 0 20px; max-width: 20ch;
}

/* — Tarifs — */
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 10px;
}
.price-card h2, .price-card h3 { font-family: var(--font-heading); font-size: 20px; color: var(--pine); margin: 0; line-height: 1.2; }
.price-card p { margin: 0; font-size: 15.5px; color: var(--moss); line-height: 1.55; }
.price {
  font-family: var(--font-heading); font-size: 30px; color: var(--pine-2);
  line-height: 1; margin: 0;
}
.price .price-note { font-family: var(--font-body); font-size: 15px; color: var(--moss); font-weight: 600; }
/* Offre signature : légèrement en avant, jamais criarde (cahier §3.5.2) */
.price-card.feature { border: 2px solid var(--sage); box-shadow: 0 10px 30px color-mix(in srgb, var(--pine) 10%, transparent); }
.price-badge {
  align-self: flex-start; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 700; color: var(--pine); background: color-mix(in srgb, var(--sage) 38%, transparent);
  padding: 4px 12px; border-radius: 999px;
}
.price-free { background: var(--pine); color: var(--color-bg); border-color: var(--pine); }
.price-free h2, .price-free h3, .price-free .price { color: var(--color-bg); }
.price-free p { color: var(--sand); }

/* — Ateliers — */
.workshop {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 8px;
  transition: transform .18s ease, border-color .18s ease;
}
.workshop:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--sage) 55%, transparent); }
.workshop h3 { font-family: var(--font-heading); font-size: 18.5px; color: var(--pine); margin: 0; line-height: 1.25; }
.workshop p { margin: 0; font-size: 15px; color: var(--moss); line-height: 1.55; }
.workshop .num {
  font-family: var(--font-heading); font-size: 14px; color: var(--sage);
  letter-spacing: .06em;
}
.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.checklist li {
  position: relative; padding-left: 40px; font-size: 16.5px; line-height: 1.6; color: var(--pine-2);
}
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 10px; width: 26px; height: 8px;
  background: var(--sage);
  clip-path: polygon(0 100%, 22% 20%, 45% 75%, 70% 5%, 100% 60%, 100% 100%);
}
.on-dark .checklist li { color: var(--sand); }

/* Bloc « prochaines dates » — zone éditée à la main par Anthony */
.dates { display: grid; gap: 12px; margin: 0 0 24px; padding: 0; list-style: none; }
.date-row {
  display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: baseline;
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--sage);
  border-radius: var(--radius-md); padding: 14px 18px; font-size: 15.5px; color: var(--pine-2);
}
.date-row .d { font-family: var(--font-heading); font-size: 17px; color: var(--pine); }
.date-row .places { margin-left: auto; font-weight: 600; color: var(--moss); }

/* — Captures Un Élan : cadre téléphone sobre, sans effet 3D (§3.3) —
   Les captures sont des écrans mobiles en portrait : le cadre suit leur format
   plutôt que de les rogner dans une fenêtre paysage. Les barres système Android
   ont été retirées à la source. */
.shot {
  width: 100%; max-width: 280px; margin: 0 auto;
  border-radius: 26px; overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--pine) 22%, transparent);
  background: #fff;
  box-shadow: 0 14px 34px color-mix(in srgb, var(--pine) 16%, transparent);
}
.shot img { width: 100%; height: auto; display: block; }

/* — Corps d'article de blog — */
.prose { font-size: 17px; line-height: 1.72; color: var(--pine-2); }
.prose h2 { color: var(--pine); font-size: clamp(23px, 3.4vw, 30px); margin: 44px 0 14px; }
.prose h3 { font-family: var(--font-heading); color: var(--pine); font-size: 20px; margin: 30px 0 10px; line-height: 1.2; }
.prose p { margin: 0 0 18px; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose strong { font-weight: 700; color: var(--pine); }
.prose blockquote {
  margin: 24px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--sage);
  font-size: 18px; color: var(--pine);
}
.prose a { color: var(--moss); font-weight: 600; text-underline-offset: 3px; }
.faq-q { font-family: var(--font-heading); font-size: 19px; color: var(--pine); margin: 28px 0 8px; line-height: 1.25; }
.author-box {
  display: flex; gap: 20px; align-items: center; flex-wrap: wrap;
  background: var(--sage-tint); border-radius: var(--radius-lg); padding: 22px 24px; margin-top: 48px;
}
.author-box img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; flex: none; }
.author-box p { margin: 0 0 6px; font-size: 15.5px; color: var(--moss); }
.author-box .name { font-family: var(--font-heading); font-size: 19px; color: var(--pine); margin-bottom: 4px; }

/* — Apparition au scroll (§6.4) —
   L'état masqué n'est appliqué que si JS est actif (classe .js posée en <head>) :
   sans JavaScript, le contenu s'affiche normalement au lieu de rester invisible. */
.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; }
  .cta, .navlinks a, .card-light { transition: none; }
  html { scroll-behavior: auto; }
}
