/*
 * Sarment — feuille de style du site de présentation.
 *
 * Palette et intentions reprises de `theme/colors.ts` : sombre, et uniquement
 * sombre — c'est l'identité de l'app, pas un mode parmi d'autres. L'or est un
 * accent RARE (progression, flamme, bonnes réponses dans l'app ; ici : le nom, la
 * flamme, les chiffres qui comptent). Jamais décoratif.
 *
 * ⚠️ AUCUNE REQUÊTE EXTERNE. Pas de Google Fonts, pas de CDN, pas d'analytics.
 * Raison : le site qui héberge la politique de confidentialité d'une app destinée
 * à des mineurs ne peut pas, lui, envoyer l'IP de ses visiteurs à un tiers.
 * Fraunces — la serif de la marque, celle des titres de l'app — est donc
 * AUTO-HÉBERGÉE (woff2 dans /fonts, subset latin + latin-ext, OFL) : aucune
 * requête ne sort, la CSP (`font-src 'self'`) en témoigne. Le corps reste en pile
 * système : à la taille du texte courant, SF/Segoe/Roboto rendent l'équivalent
 * d'Inter pour zéro octet.
 *
 * ⚠️ AUCUN JAVASCRIPT non plus (la CSP pose `script-src 'none'`). Les animations
 * d'apparition utilisent donc `animation-timeline: view()` — du CSS pur, dégradé
 * proprement sur les navigateurs qui ne le connaissent pas : le contenu s'affiche,
 * simplement sans mouvement.
 */

/* ── Fraunces, en local (voir l'avertissement ci-dessus) ─────────────────────── */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/fraunces-600-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;
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/fraunces-600-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: "Fraunces";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/fraunces-500-italic-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;
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/fraunces-500-italic-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;
}

:root {
  --near-black: #1a0e14;
  --surface: #221219;
  --berry: #6d2e46;
  --dusty-rose: #a26769;
  --cream: #ece2d0;
  --gold: #c9a227;

  --text: var(--cream);
  --text-secondary: rgb(236 226 208 / 0.72);
  /* 0.55 et non 0.45 : sous 0.5, le texte atténué passait sous les 4,5:1 (AA). */
  --text-muted: rgb(236 226 208 / 0.55);
  /* Le dusty-rose de la palette (#A26769) plafonne à ~4,3:1 sur le fond : trop
     juste pour du petit texte. Cette variante éclaircie (~5,5:1) sert aux
     étiquettes ; la couleur d'origine reste pour tout ce qui n'est pas du texte. */
  --dusty-rose-text: #b28486;
  --hairline: rgb(236 226 208 / 0.14);
  --gold-soft: rgb(201 162 39 / 0.16);

  --serif: "Fraunces", ui-serif, Georgia, Cambria, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;

  /* Une seule échelle de rayons : les surfaces à 12, les petits éléments à 8.
     Les téléphones gardent leur galbe propre — ce sont des appareils, pas des
     cartes. */
  --radius: 12px;
  --radius-sm: 8px;

  --measure: 34rem;
  --gutter: clamp(1.25rem, 5vw, 2rem);
}

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

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

body {
  margin: 0;
  background: var(--near-black);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/*
 * Un voile de grain sur toute la page — la parade au « flat design sans texture ».
 * SVG feTurbulence en data-URI (la CSP autorise `img-src data:`), fixe,
 * intraversable au pointeur, à 4 % : invisible en tant que motif, mais le fond
 * cesse d'être une nappe numérique parfaitement lisse.
 */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ── Ossature ─────────────────────────────────────────────────────────────── */

.wrap {
  max-width: 64rem;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.prose {
  max-width: var(--measure);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

section {
  padding-block: clamp(3.5rem, 10vw, 6.5rem);
}

.ruled {
  border-top: 1px solid var(--hairline);
}

/* ── Typographie ──────────────────────────────────────────────────────────── */

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 0.6em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.2rem, 6vw, 3.6rem);
}

h2 {
  font-size: clamp(1.6rem, 4vw, 2.3rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1.1em;
  text-wrap: pretty;
}

a {
  color: var(--text);
  text-decoration-color: var(--text-muted);
  text-underline-offset: 0.2em;
  transition: text-decoration-color 0.15s ease;
}

a:hover {
  text-decoration-color: var(--gold);
}

a:focus-visible,
:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 2px;
}

strong {
  font-weight: 600;
  color: var(--text);
}

/* Étiquette en petites capitales espacées — reprise de `theme/typography.ts`. */
.eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--dusty-rose-text);
  margin-bottom: 1.2em;
}

.lede {
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
  color: var(--text-secondary);
  line-height: 1.55;
}

.muted {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* ── En-tête ──────────────────────────────────────────────────────────────── */

.site-head {
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--hairline);
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgb(26 14 20 / 0.86);
  backdrop-filter: blur(12px);
}

.site-head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Le nom en capitales espacées : c'est ainsi qu'il s'affiche dans l'app. */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand img {
  display: block;
  flex: none;
}

.mark img {
  display: block;
}

.site-head nav {
  display: flex;
  gap: 1.4rem;
  font-size: 0.9rem;
}

.site-head nav a {
  color: var(--text-secondary);
  text-decoration: none;
}

.site-head nav a:hover {
  color: var(--text);
}

/* ── Héros ────────────────────────────────────────────────────────────────── */

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3rem, 8vw, 5.5rem);
}

/* Le berry monte du bas, comme le dégradé des grains dans l'app. */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 75% 55%, rgb(109 46 70 / 0.55), transparent 70%),
    radial-gradient(ellipse 60% 50% at 15% 110%, rgb(162 103 105 / 0.18), transparent 70%);
  pointer-events: none;
}

.hero .wrap {
  position: relative;
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
  grid-template-columns: 1fr;
}

@media (min-width: 56rem) {
  .hero .wrap {
    grid-template-columns: 1fr auto;
  }
}

.hero-copy {
  max-width: 32rem;
}

.hero h1 {
  margin-bottom: 0.35em;
}

.mark {
  margin-bottom: 1.8rem;
}

/* ── Badge App Store ──────────────────────────────────────────────────────── */

.cta {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

/*
 * ⚠️ RECONSTITUTION, à remplacer par l'artwork OFFICIEL d'Apple avant publication
 * (Apple Marketing Tools). Les règles d'Apple imposent SON badge, pas une copie.
 * Aujourd'hui c'est un <span> et non un <a> : l'app n'est pas publiée, un bouton
 * qui ne mène nulle part serait un mensonge de plus sur une page qui promet le
 * contraire. Le jour du lancement : <span> → <a href="https://apps.apple.com/…">,
 * et la mention « Bientôt » saute.
 */
.badge-appstore {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 1.1rem 0.65rem;
  border: 1px solid rgb(236 226 208 / 0.35);
  border-radius: var(--radius);
  background: #000;
  color: var(--cream);
  text-decoration: none;
  line-height: 1;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

a.badge-appstore:hover {
  border-color: var(--cream);
  transform: translateY(-1px);
}

.badge-appstore svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
  flex: none;
}

.badge-appstore span {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-align: left;
}

.badge-appstore small {
  font-size: 0.62rem;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

.badge-appstore strong {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--cream);
}

/* Tant que l'app n'est pas publiée, le badge est inerte — et le dit. */
.badge-appstore.is-soon {
  opacity: 0.55;
  cursor: default;
}

.soon-note {
  font-size: 0.82rem;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

/* ── Téléphones ───────────────────────────────────────────────────────────── */

.phones {
  position: relative;
  display: flex;
  justify-content: center;
  gap: clamp(0.8rem, 3vw, 1.6rem);
  flex-wrap: wrap;
}

/* Hors du héros, les téléphones flottaient sur un fond plat : un halo berry très
   doux les rassoit dans la même lumière que l'ouverture de la page. */
.feature .phones::before,
.phones--after::before {
  content: "";
  position: absolute;
  inset: -14% -20%;
  background: radial-gradient(
    ellipse 62% 55% at 50% 50%,
    rgb(109 46 70 / 0.3),
    transparent 72%
  );
  pointer-events: none;
}

/* Un téléphone seul, centré sous son texte (section « lecture du jour »). */
.phones--after {
  margin-top: clamp(2.2rem, 6vw, 3.5rem);
}

.phone {
  position: relative;
  width: clamp(13rem, 62vw, 17.5rem);
  flex: none;
  padding: 0.5rem;
  border-radius: 2.6rem;
  background: linear-gradient(150deg, #4a3a40, #241a1f 40%, #3d2f34);
  /* Ombres teintées berry, pas d'un noir neutre : la lumière de la page a une
     couleur, ses ombres aussi. */
  box-shadow:
    0 1px 0 rgb(236 226 208 / 0.14) inset,
    0 30px 60px -20px rgb(24 4 14 / 0.9),
    0 0 0 1px rgb(16 3 9 / 0.55);
}

.phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 2.15rem;
  background: var(--near-black);
}

/*
 * Une PAIRE doit tenir sur une seule ligne dans sa colonne de grille (~460 px
 * au plus). Sans cette largeur réduite, deux téléphones à 17,5 rem débordent et
 * `flex-wrap` les empile l'un sous l'autre — ce qui donnait exactement l'effet
 * « page qui tombe tout droit » qu'on cherche à éviter.
 */
.phones--pair {
  flex-wrap: nowrap;
}

.phones--pair .phone {
  width: clamp(8rem, 38vw, 12.5rem);
  border-radius: 1.9rem;
  padding: 0.36rem;
}

.phones--pair .phone img {
  border-radius: 1.6rem;
}

/* Le second téléphone d'une paire recule : la profondeur, sans une ligne de script. */
@media (min-width: 30rem) {
  .phones--pair .phone:nth-child(1) {
    transform: translateY(0.9rem) rotate(-2deg);
  }
  .phones--pair .phone:nth-child(2) {
    transform: translateY(-0.9rem) rotate(2deg);
  }
}

.hero .phone {
  width: clamp(14rem, 66vw, 19rem);
}

/* ── Rangées alternées ────────────────────────────────────────────────────── */

.feature .wrap {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: center;
  grid-template-columns: 1fr;
}

@media (min-width: 56rem) {
  .feature .wrap {
    grid-template-columns: 1fr 1fr;
  }
  /* une rangée sur deux inverse : le regard zigzague au lieu de tomber tout droit */
  .feature--reverse .feature-copy {
    order: 2;
  }
}

.feature-copy {
  max-width: 30rem;
}

.feature-copy p:last-child {
  margin-bottom: 0;
}

/* ── Grilles ──────────────────────────────────────────────────────────────── */

/*
 * Les quatre types de grains. Pas une rangée de quatre cartes identiques : un
 * 2×2 aux colonnes inégales, et chaque carte porte sa propre lumière — le même
 * fond quatre fois, c'est un motif de gabarit, pas une composition.
 */
.grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
}

@media (min-width: 40rem) {
  .grid {
    grid-template-columns: 1.18fr 1fr;
  }
}

.card {
  padding: 1.6rem;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
}

/* La lumière tourne d'une carte à l'autre — même famille, jamais la même. */
.card:nth-child(1) {
  background: linear-gradient(150deg, #311823, var(--surface) 62%);
}

.card:nth-child(2) {
  background: linear-gradient(205deg, #2b1a20, var(--surface) 58%);
}

.card:nth-child(3) {
  background: linear-gradient(335deg, #2c161f, var(--surface) 60%);
}

.card:nth-child(4) {
  background: linear-gradient(20deg, #2e1a22, var(--surface) 64%);
}

.card h3 {
  margin-bottom: 0.4em;
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.94rem;
}

.card .num {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--dusty-rose-text);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.8rem;
  font-family: var(--sans);
}

/* Les piliers : texte du produit, cité tel quel. */
.pillars {
  display: grid;
  gap: 2.4rem;
  margin-top: 3rem;
  grid-template-columns: 1fr;
}

@media (min-width: 52rem) {
  .pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8rem;
  }
}

.pillar {
  position: relative;
  padding-top: 1.6rem;
  border-top: 1px solid var(--hairline);
}

.pillar h3 {
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  margin-bottom: 0.4em;
}

.pillar p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.97rem;
}

/* ── Citation ─────────────────────────────────────────────────────────────── */

/* Le climax de la page : plus d'air que partout ailleurs, rien d'autre à voir. */
.verse-section {
  padding-block: clamp(5rem, 14vw, 8.5rem);
}

.verse {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.35rem, 3.4vw, 2rem);
  line-height: 1.45;
  color: var(--text-secondary);
  max-width: 30rem;
  margin: 0 auto;
}

/* La référence, en petites capitales espacées — le style des références de l'app. */
.verse-ref {
  text-align: center;
  margin: 1.6rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--dusty-rose-text);
}

/* ── Listes ───────────────────────────────────────────────────────────────── */

ul,
ol {
  padding-left: 1.2rem;
  margin: 0 0 1.2em;
}

li {
  margin-bottom: 0.5em;
}

li::marker {
  color: var(--dusty-rose);
}

.plain {
  list-style: none;
  padding-left: 0;
}

.plain li {
  padding-left: 1.4rem;
  position: relative;
}

.plain li::before {
  content: "—";
  position: absolute;
  left: 0;
  /* dusty-rose, pas l'or : l'or est rare, et une puce est décorative. */
  color: var(--dusty-rose);
}

/* Les trois pistes d'âge : trois colonnes sœurs des piliers, pas une liste à puces. */
.tracks {
  list-style: none;
  padding: 0;
  margin: 2.4rem 0 0;
  display: grid;
  gap: 1.4rem;
}

@media (min-width: 40rem) {
  .tracks {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
  }
}

.tracks li {
  margin: 0;
  padding-top: 1.1rem;
  border-top: 1px solid var(--hairline);
}

.tracks strong {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 0.15rem;
}

.tracks span {
  color: var(--text-secondary);
  font-size: 0.92rem;
}

/* ── Pages légales ────────────────────────────────────────────────────────── */

.legal {
  padding-block: clamp(2.5rem, 7vw, 4rem);
}

.legal h1 {
  font-size: clamp(1.9rem, 5vw, 2.6rem);
}

.legal h2 {
  font-size: 1.35rem;
  margin-top: 2.4em;
  padding-top: 1.2em;
  border-top: 1px solid var(--hairline);
}

.legal h3 {
  font-size: 1.05rem;
  margin-top: 1.8em;
  color: var(--dusty-rose-text);
}

.legal .updated {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 2.5em;
}

/* Encadré : ce qui compte vraiment dans un document long. */
.note {
  padding: 1.2rem 1.4rem;
  margin: 1.8em 0;
  background: var(--gold-soft);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

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

/*
 * ⚠️ Marqueur de remplissage. Volontairement CRIARD : ces mentions sont
 * obligatoires (LCEN), et une page mise en ligne avec un « à compléter » qui
 * passe inaperçu est pire que pas de page du tout.
 */
.todo {
  background: #b44a50;
  color: #fff;
  padding: 0.1em 0.45em;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82em;
  font-weight: 600;
}

/* Tableau des données — le cœur de la politique de confidentialité. */
.table-scroll {
  overflow-x: auto;
  margin: 1.5em 0;
  border: 1px solid var(--hairline);
  border-radius: var(--radius);
}

table {
  border-collapse: collapse;
  width: 100%;
  min-width: 34rem;
  font-size: 0.92rem;
}

th,
td {
  text-align: left;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid var(--hairline);
  vertical-align: top;
}

th {
  font-weight: 600;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--surface);
}

tbody tr:last-child td {
  border-bottom: none;
}

td code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.88em;
  color: var(--text-secondary);
}

/* ── Pied de page ─────────────────────────────────────────────────────────── */

.site-foot {
  border-top: 1px solid var(--hairline);
  padding-block: 2.5rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.site-foot .wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}

.site-foot nav {
  display: flex;
  gap: 1.4rem;
  flex-wrap: wrap;
}

.site-foot a {
  color: var(--text-secondary);
  text-decoration: none;
}

.site-foot a:hover {
  color: var(--gold);
}

/* ── Apparitions au défilement — CSS PUR ──────────────────────────────────── */

/*
 * `animation-timeline: view()` lie l'animation à l'entrée de l'élément dans le
 * viewport, sans une ligne de JavaScript. Là où ce n'est pas connu, la règle est
 * ignorée : le contenu s'affiche normalement, sans mouvement. Aucun risque de
 * contenu invisible — c'est le piège classique des reveals faits au script.
 */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .reveal {
      animation: reveal-in linear both;
      animation-timeline: view();
      animation-range: entry 5% cover 28%;
    }

    .hero-copy,
    .hero .phone {
      animation: reveal-in 0.9s ease-out both;
    }

    .hero .phone {
      animation-delay: 0.15s;
    }
  }
}

@keyframes reveal-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ── Accessibilité ────────────────────────────────────────────────────────── */

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

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--cream);
  color: var(--near-black);
  padding: 0.7rem 1.2rem;
  z-index: 10;
}

.skip:focus {
  left: 0;
}
