/* ==========================================================================
   FERNWELL — apothicairerie botanique. Design system (préfixe fw-).
   DA : calme, éditorial, wellness moderne. Papier crème / vert sauge /
   encre forêt profonde / accent herbacé sourd.
   Type : Fraunces (serif display doux, apothicaire) + Figtree (corps humaniste).
   Device signature : le FILET BOTANIQUE & le SCEAU D'APOTHICAIRE — filets
   hairline, petites capitales, une feuille délicate. Motion très retenue.
   ========================================================================== */

:root {
  /* Surfaces (échelle papier → sauge) */
  --fw-paper: #f2eee1;      /* fond page (crème/avoine chaud) */
  --fw-bone: #eae5d4;       /* surface */
  --fw-clay: #e1e2ce;       /* surface 2 (teintée sauge) */
  --fw-white: #faf7ee;
  --fw-ink-band: #1e2a22;   /* bandeau sombre (encre forêt profonde) */

  /* Encre */
  --fw-ink: #222c24;        /* texte principal (vert-noir forêt) */
  --fw-ink-soft: #55604f;   /* secondaire (vert-gris sourd) */
  --fw-muted: #8a8a72;      /* légendes (gris herbacé) */

  /* Accent — vert herbacé / sauge-eucalyptus sourd */
  --fw-terra: #5d7350;
  --fw-terra-d: #47593c;
  --fw-terra-wash: #e1e7d4; /* halo herbacé très pâle */

  /* Lignes / ombres */
  --fw-line: #dbd7c4;
  --fw-line-2: #c8c8b1;
  --fw-hair: rgba(34,44,36,.12);
  --fw-shadow: 0 22px 50px -30px rgba(30,42,34,.32);
  --fw-shadow-sm: 0 10px 26px -18px rgba(30,42,34,.28);

  /* Typo */
  --fw-display: "Fraunces", Georgia, serif;
  --fw-body: "Figtree", system-ui, -apple-system, sans-serif;

  /* Géométrie — labels d'apothicaire, coins tendres */
  --fw-r: 4px;
  --fw-r-lg: 10px;
  --fw-wrap: 1220px;
  --fw-gut: clamp(18px, 4vw, 44px);
  --fw-ease: cubic-bezier(.22, 1, .36, 1);
}

/* ---- Reset léger ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--fw-body);
  font-size: 16px;
  line-height: 1.62;
  color: var(--fw-ink);
  background: var(--fw-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--fw-display); font-weight: 400; margin: 0; line-height: 1.08; letter-spacing: -.01em; }
::selection { background: var(--fw-terra-wash); color: var(--fw-ink); }

/* ---- Layout ---- */
.fw-wrap { max-width: var(--fw-wrap); margin: 0 auto; padding: 0 var(--fw-gut); }
.fw-wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 var(--fw-gut); }
.fw-sec { padding: clamp(64px, 9vw, 120px) 0; }
.fw-sec--tight { padding: clamp(44px, 6vw, 72px) 0; }
.fw-sec--bone { background: var(--fw-bone); }
.fw-sec--clay { background: var(--fw-clay); }
.fw-sec--ink { background: var(--fw-ink-band); color: var(--fw-bone); }
.fw-hair { height: 1px; background: var(--fw-line); border: 0; }

/* ---- Eyebrow / kicker ---- */
.fw-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--fw-body); font-size: 12px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .22em; color: var(--fw-terra);
}
.fw-eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--fw-terra); opacity: .6; }
.fw-eyebrow--center::before { display: none; }

/* ---- Titres de section ---- */
.fw-h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
.fw-lede { color: var(--fw-ink-soft); font-size: clamp(1rem, 1.4vw, 1.12rem); max-width: 58ch; }
.fw-serif-em { font-style: italic; color: var(--fw-terra); }

/* ---- Le FILET BOTANIQUE & la FEUILLE (device signature) ---- */
.fw-rim { border: 1px solid var(--fw-line-2); border-radius: 999px; }
.fw-rim--terra { border-color: rgba(93,115,80,.45); }
.fw-diskrule { display: flex; align-items: center; gap: 14px; color: var(--fw-muted); }
.fw-diskrule::before, .fw-diskrule::after { content: ""; height: 1px; flex: 1; background: var(--fw-line); }
/* petite feuille d'apothicaire (ex-disque de tour) */
.fw-disk { width: 9px; height: 9px; border: 1px solid var(--fw-terra); border-radius: 0 999px 0 999px; transform: rotate(-45deg); flex: none; }

/* ---- Boutons ---- */
.fw-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: var(--fw-r); border: 1px solid transparent;
  font-weight: 600; font-size: 14px; letter-spacing: .01em;
  transition: transform .25s var(--fw-ease), background .2s, color .2s, border-color .2s;
}
.fw-btn--ink { background: var(--fw-ink); color: var(--fw-bone); }
.fw-btn--ink:hover { background: var(--fw-terra); transform: translateY(-1px); }
.fw-btn--terra { background: var(--fw-terra); color: var(--fw-white); }
.fw-btn--terra:hover { background: var(--fw-terra-d); transform: translateY(-1px); }
.fw-btn--ghost { background: transparent; color: var(--fw-ink); border-color: var(--fw-line-2); }
.fw-btn--ghost:hover { border-color: var(--fw-ink); }
.fw-btn--sm { padding: 10px 16px; font-size: 13px; }
.fw-link { color: var(--fw-ink); border-bottom: 1px solid var(--fw-line-2); padding-bottom: 2px; transition: border-color .2s; }
.fw-link:hover { border-color: var(--fw-terra); }

/* ---- Header ---- */
.fw-header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--fw-paper) 86%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.fw-header.is-stuck { border-color: var(--fw-line); }
.fw-header__row { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 72px; }
.fw-logo { font-family: var(--fw-display); font-size: 1.35rem; letter-spacing: .04em; }
.fw-logo b { font-weight: 500; }
.fw-logo .dot { color: var(--fw-terra); }
.fw-nav { display: none; gap: 30px; }
.fw-nav a { font-size: 14px; color: var(--fw-ink-soft); position: relative; padding: 4px 0; transition: color .2s; }
.fw-nav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--fw-terra); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--fw-ease); }
.fw-nav a:hover { color: var(--fw-ink); }
.fw-nav a:hover::after { transform: scaleX(1); }
.fw-header__actions { display: flex; align-items: center; gap: 14px; }
.fw-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 999px; color: var(--fw-ink); border: 1px solid transparent; transition: border-color .2s, background .2s; position: relative; }
.fw-icon-btn:hover { border-color: var(--fw-line-2); }
.fw-cart-count { position: absolute; top: -2px; right: -2px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; background: var(--fw-terra); color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center; }
.fw-cart-count:empty, .fw-cart-count[data-count="0"] { display: none; }
@media (min-width: 900px) { .fw-nav { display: flex; } .fw-burger { display: none; } }

/* Language menu */
.fw-langmenu { position: relative; }
.fw-langmenu__list { position: absolute; right: 0; top: calc(100% + 8px); background: var(--fw-white); border: 1px solid var(--fw-line); border-radius: var(--fw-r); box-shadow: var(--fw-shadow-sm); padding: 6px; display: none; min-width: 90px; z-index: 70; }
.fw-langmenu.is-open .fw-langmenu__list { display: block; }
.fw-langmenu__list button { display: block; width: 100%; text-align: left; background: none; border: 0; padding: 8px 12px; border-radius: var(--fw-r); font-size: 13px; color: var(--fw-ink-soft); }
.fw-langmenu__list button:hover { background: var(--fw-clay); color: var(--fw-ink); }

/* Mobile nav */
.fw-mnav { position: fixed; inset: 0; z-index: 80; visibility: hidden; }
.fw-mnav.is-open { visibility: visible; }
.fw-mnav::before { content: ""; position: absolute; inset: 0; background: rgba(22,31,24,.42); opacity: 0; transition: opacity .3s; }
.fw-mnav.is-open::before { opacity: 1; }
.fw-mnav__panel { position: absolute; left: 0; top: 0; height: 100%; width: min(320px, 84vw); background: var(--fw-paper); box-shadow: var(--fw-shadow); transform: translateX(-100%); transition: transform .35s var(--fw-ease); padding: 90px 30px 30px; display: flex; flex-direction: column; gap: 4px; }
.fw-mnav.is-open .fw-mnav__panel { transform: none; }
.fw-mnav__panel a { font-family: var(--fw-display); font-size: 1.5rem; color: var(--fw-ink); padding: 12px 0; border-bottom: 1px solid var(--fw-line); }
@media (min-width: 900px) { .fw-mnav { display: none; } }

/* ---- Announce bar (marquee) ---- */
.fw-announce { background: var(--fw-ink-band); color: var(--fw-bone); font-size: 12.5px; overflow: hidden; }
.fw-announce__track { display: flex; gap: 60px; white-space: nowrap; padding: 9px 0; animation: fw-marquee 34s linear infinite; }
.fw-announce__track span { display: inline-flex; align-items: center; gap: 10px; letter-spacing: .04em; opacity: .9; }
.fw-announce__track span::before { content: ""; width: 6px; height: 6px; border: 1px solid var(--fw-terra); border-radius: 0 999px 0 999px; transform: rotate(-45deg); }
@keyframes fw-marquee { to { transform: translateX(-50%); } }

/* ---- Hero ---- */
.fw-hero { position: relative; overflow: hidden; padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 8vw, 104px); }
.fw-hero__grid { display: grid; gap: clamp(30px, 5vw, 64px); align-items: center; }
.fw-hero__title { font-size: clamp(2.6rem, 6.4vw, 5.2rem); line-height: 1.02; margin-top: 20px; }
.fw-hero__sub { margin-top: 22px; max-width: 42ch; color: var(--fw-ink-soft); font-size: 1.08rem; }
.fw-hero__cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.fw-hero__bar { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 22px; font-size: 13px; color: var(--fw-muted); }
.fw-hero__bar span { display: inline-flex; align-items: center; gap: 8px; }
.fw-hero__media { position: relative; }
.fw-hero__media img { width: 100%; border-radius: var(--fw-r-lg); box-shadow: var(--fw-shadow); aspect-ratio: 4/5; object-fit: cover; }
.fw-hero__stamp {
  position: absolute; right: -14px; top: -14px; width: 106px; height: 106px;
  display: grid; place-items: center; text-align: center; border-radius: 999px;
  background: var(--fw-white); border: 1px solid var(--fw-line-2); color: var(--fw-ink-soft);
  font-size: 10px; text-transform: uppercase; letter-spacing: .16em; line-height: 1.5;
  box-shadow: var(--fw-shadow-sm);
}
.fw-hero__stamp b { font-family: var(--fw-display); font-size: 15px; color: var(--fw-terra); display: block; letter-spacing: .02em; }
@media (min-width: 900px) { .fw-hero__grid { grid-template-columns: 1.05fr .95fr; } }

/* ---- Cartes produit ---- */
.fw-grid { display: grid; gap: clamp(18px, 2.4vw, 28px); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .fw-grid--3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .fw-grid--4 { grid-template-columns: repeat(4, 1fr); } }
.fw-card { background: var(--fw-white); border: 1px solid var(--fw-line); border-radius: var(--fw-r-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform .3s var(--fw-ease), border-color .3s, box-shadow .3s; position: relative; }
.fw-card:hover { transform: translateY(-3px); border-color: var(--fw-line-2); box-shadow: var(--fw-shadow-sm); }
.fw-card__media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--fw-clay); }
.fw-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--fw-ease); }
.fw-card:hover .fw-card__media img { transform: scale(1.04); }
.fw-card__badge { position: absolute; left: 12px; top: 12px; background: var(--fw-white); border: 1px solid var(--fw-line-2); color: var(--fw-terra); font-size: 11px; font-weight: 700; letter-spacing: .04em; padding: 4px 9px; border-radius: 999px; }
.fw-card__num { position: absolute; right: 12px; top: 12px; font-family: var(--fw-display); font-size: 14px; color: var(--fw-muted); }
.fw-card__body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.fw-card__cat { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: var(--fw-muted); }
.fw-card__name { font-family: var(--fw-display); font-size: 1.12rem; }
.fw-card__stars { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--fw-muted); }
.fw-card__stars svg { width: 13px; height: 13px; fill: var(--fw-terra); }
.fw-card__price { margin-top: auto; display: flex; align-items: baseline; gap: 9px; }
.fw-card__now { font-family: var(--fw-display); font-size: 1.16rem; color: var(--fw-ink); }
.fw-card__was { font-size: .92rem; color: var(--fw-muted); text-decoration: line-through; }
.fw-card__add { margin-top: 12px; }

/* ---- Lookbook / éditorial tiles ---- */
.fw-tiles { display: grid; gap: clamp(16px, 2vw, 24px); grid-template-columns: 1fr; }
@media (min-width: 780px) { .fw-tiles { grid-template-columns: repeat(3, 1fr); } }
.fw-tile { position: relative; border-radius: var(--fw-r-lg); overflow: hidden; aspect-ratio: 3/4; display: block; }
.fw-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--fw-ease); }
.fw-tile:hover img { transform: scale(1.05); }
.fw-tile__cap { position: absolute; inset: auto 0 0 0; padding: 22px; background: linear-gradient(to top, rgba(20,29,22,.74), transparent); color: #fff; }
.fw-tile__cap b { font-family: var(--fw-display); font-size: 1.3rem; display: block; }
.fw-tile__cap span { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; opacity: .85; }

/* ---- Seals / how-it-works ---- */
.fw-cols { display: grid; gap: clamp(20px, 3vw, 36px); grid-template-columns: 1fr; }
@media (min-width: 720px) { .fw-cols--4 { grid-template-columns: repeat(4, 1fr); } .fw-cols--3 { grid-template-columns: repeat(3, 1fr); } }
.fw-seal { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.fw-seal__ico { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 999px; border: 1px solid var(--fw-line-2); color: var(--fw-terra); }
.fw-seal__ico svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.fw-seal h4 { font-size: 1.05rem; }
.fw-seal p { color: var(--fw-ink-soft); font-size: .94rem; margin: 0; }
.fw-step__n { font-family: var(--fw-display); font-size: 2.2rem; color: var(--fw-terra); }

/* ---- Stats band ---- */
.fw-stats { display: grid; gap: 28px; grid-template-columns: repeat(2, 1fr); text-align: center; }
@media (min-width: 720px) { .fw-stats { grid-template-columns: repeat(4, 1fr); } }
.fw-stat b { font-family: var(--fw-display); font-size: clamp(2rem, 4vw, 2.8rem); display: block; color: var(--fw-white); }
.fw-stat span { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: rgba(239,233,223,.6); }

/* ---- FAQ ---- */
.fw-faq__item { border-bottom: 1px solid var(--fw-line); }
.fw-faq__q { width: 100%; text-align: left; background: none; border: 0; padding: 22px 0; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-family: var(--fw-display); font-size: 1.14rem; color: var(--fw-ink); }
.fw-faq__q span { color: var(--fw-terra); transition: transform .3s var(--fw-ease); flex: none; }
.fw-faq__item.is-open .fw-faq__q span { transform: rotate(45deg); }
.fw-faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--fw-ease); }
.fw-faq__a p { color: var(--fw-ink-soft); padding: 0 0 22px; margin: 0; max-width: 62ch; }

/* ---- Ticker ---- */
.fw-ticker { background: var(--fw-terra); color: var(--fw-white); overflow: hidden; }
.fw-ticker__track { display: flex; gap: 46px; white-space: nowrap; padding: 13px 0; animation: fw-marquee 30s linear infinite; font-family: var(--fw-display); font-size: 1.05rem; }
.fw-ticker__track span { display: inline-flex; align-items: center; gap: 22px; }
.fw-ticker__track span::after { content: "\2767"; font-size: .82em; opacity: .75; }

/* ---- Reviews ---- */
.fw-review { background: var(--fw-white); border: 1px solid var(--fw-line); border-radius: var(--fw-r-lg); padding: 24px; }
.fw-review__stars svg { width: 14px; height: 14px; fill: var(--fw-terra); }
.fw-review p { font-family: var(--fw-display); font-style: italic; font-size: 1.06rem; color: var(--fw-ink); margin: 12px 0 16px; }
.fw-review__who { font-size: 13px; color: var(--fw-muted); }
.fw-review__who b { color: var(--fw-ink); font-weight: 600; font-style: normal; }

/* ---- Newsletter ---- */
.fw-news { display: grid; gap: 24px; align-items: center; }
@media (min-width: 780px) { .fw-news { grid-template-columns: 1fr 1fr; } }
.fw-field { display: flex; gap: 10px; flex-wrap: wrap; }
.fw-input { flex: 1; min-width: 200px; padding: 14px 16px; border: 1px solid var(--fw-line-2); border-radius: var(--fw-r); background: var(--fw-white); color: var(--fw-ink); font: inherit; }
.fw-input:focus { outline: none; border-color: var(--fw-terra); }

/* ---- Footer ---- */
.fw-footer { background: var(--fw-ink-band); color: var(--fw-bone); padding: clamp(56px, 7vw, 88px) 0 40px; }
.fw-footer__word { font-family: var(--fw-display); font-size: clamp(2.6rem, 9vw, 6rem); letter-spacing: .06em; line-height: 1; color: var(--fw-bone); opacity: .96; }
.fw-footer__cols { display: grid; gap: 30px; grid-template-columns: repeat(2, 1fr); margin: 40px 0; }
@media (min-width: 780px) { .fw-footer__cols { grid-template-columns: 1.6fr repeat(3, 1fr); } }
.fw-footer h5 { font-family: var(--fw-body); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: var(--fw-terra); margin: 0 0 14px; }
.fw-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.fw-footer a { color: rgba(239,233,223,.72); font-size: 14px; transition: color .2s; }
.fw-footer a:hover { color: var(--fw-bone); }
.fw-footer__bottom { border-top: 1px solid rgba(239,233,223,.14); padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 12.5px; color: rgba(239,233,223,.6); }

/* ---- Cart drawer ---- */
.fw-drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; }
.fw-drawer.is-open { visibility: visible; }
.fw-drawer__scrim { position: absolute; inset: 0; background: rgba(22,31,24,.46); opacity: 0; transition: opacity .3s; }
.fw-drawer.is-open .fw-drawer__scrim { opacity: 1; }
.fw-drawer__panel { position: absolute; right: 0; top: 0; height: 100%; width: min(420px, 92vw); background: var(--fw-paper); box-shadow: var(--fw-shadow); transform: translateX(100%); transition: transform .35s var(--fw-ease); display: flex; flex-direction: column; }
.fw-drawer.is-open .fw-drawer__panel { transform: none; }
.fw-drawer__head { padding: 20px var(--fw-gut); display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--fw-line); }
.fw-drawer__ship { padding: 14px var(--fw-gut); font-size: 13px; color: var(--fw-ink-soft); border-bottom: 1px solid var(--fw-line); }
.fw-drawer__bar { height: 4px; border-radius: 999px; background: var(--fw-clay); margin-top: 8px; overflow: hidden; }
.fw-drawer__bar i { display: block; height: 100%; background: var(--fw-terra); transition: width .4s var(--fw-ease); }
.fw-drawer__items { flex: 1; overflow-y: auto; padding: 8px var(--fw-gut); }
.fw-drawer__foot { padding: 18px var(--fw-gut); border-top: 1px solid var(--fw-line); }
.fw-cli { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--fw-line); }
.fw-cli img { width: 66px; height: 66px; object-fit: cover; border-radius: var(--fw-r); }
.fw-cli__qty { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--fw-line-2); border-radius: 999px; padding: 2px 8px; margin-top: 6px; }
.fw-cli__qty button { background: none; border: 0; color: var(--fw-ink-soft); font-size: 15px; }

/* ---- Reveal ---- */
.fw-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--fw-ease), transform .7s var(--fw-ease); }
.fw-reveal.in { opacity: 1; transform: none; }

/* ---- Utils ---- */
.fw-center { text-align: center; }
.fw-mt { margin-top: clamp(30px, 4vw, 52px); }
.fw-mb { margin-bottom: clamp(30px, 4vw, 52px); }
.fw-eyebrow.fw-eyebrow--center { justify-content: center; }
.fw-toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 20px); background: var(--fw-ink); color: var(--fw-bone); padding: 12px 22px; border-radius: var(--fw-r); font-size: 14px; opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s var(--fw-ease); z-index: 95; }
.fw-toast.is-show { opacity: 1; transform: translate(-50%, 0); }

/* ---- Legal / document pages ---- */
.fw-doc { padding: clamp(40px, 6vw, 80px) 0; }
.fw-doc__title { font-size: clamp(2rem, 4vw, 2.9rem); }
.fw-doc__meta { font-size: 13px; color: var(--fw-muted); margin-top: 14px; }
.fw-doc h2 { font-size: 1.3rem; margin: 38px 0 12px; }
.fw-doc p, .fw-doc li { color: var(--fw-ink-soft); max-width: 68ch; }
.fw-doc p + p { margin-top: 12px; }
.fw-doc ul { padding-left: 20px; }
.fw-doc li { margin: 6px 0; }
.fw-doc a { color: var(--fw-terra); border-bottom: 1px solid var(--fw-terra-wash); }
.fw-doc__foot { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--fw-line); font-size: 14px; color: var(--fw-ink-soft); }

@media (prefers-reduced-motion: reduce) {
  .fw-reveal { opacity: 1; transform: none; transition: none; }
  .fw-announce__track, .fw-ticker__track { animation: none; }
  * { scroll-behavior: auto; }
}
