/* Homéophilo — homeophilo.fr
   Design system, 2026-08-28. Registre « revue savante / bibliotheque » :
   Newsreader (serif variable) pour titres et corps long, Karla pour l'interface.
   Encre bleu-nuit, papier creme, accent cuivre. Distinct du reste du parc.
   Regles de garde :
   - aucune declaration correctrice hors media query (elle ecraserait le mobile) ;
   - contrastes poses en couleurs pleines, jamais en alpha sur fond variable ;
   - [hidden] force en display:none !important (l'attribut seul est battu par
     n'importe quelle regle auteur qui fixe display).
   =========================================================================== */

/* ---------------------------------------------------------------- 0. fonts */
@font-face {
  font-family: "Newsreader";
  src: url("/files/newsreader-var.woff2") format("woff2-variations"),
       url("/files/newsreader-var.woff2") format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("/files/karla-var.woff2") format("woff2-variations"),
       url("/files/karla-var.woff2") format("woff2");
  font-weight: 200 800; font-style: normal; font-display: swap;
}

/* ---------------------------------------------------------------- 1. tokens */
:root {
  --ink:       #151A2B;
  --ink-2:     #2B3350;
  --muted:     #5A6178;
  --muted-2:   #767D92;
  --line:      #DFD8C8;
  --line-strong: #8F8266;   /* 3,72:1 sur --bg : bordure des composants interactifs (WCAG 1.4.11) */
  --line-soft: #EDE7DA;
  --bg:        #FFFDF8;
  --paper:     #FAF6EC;
  --paper-2:   #F3EDDF;
  --night:     #1B2440;
  --night-2:   #131A2F;
  --copper:      #8A4B14;
  --copper-dark: #6E3B0F;
  --copper-tint: #F7EADA;
  --sage:      #2F5D46;
  --sage-tint: #E4EFE8;
  --ruby:      #8E2434;
  --ruby-tint: #F8E6E7;

  --font-head: "Newsreader", Georgia, "Times New Roman", serif;
  --font-body: "Newsreader", Georgia, "Times New Roman", serif;
  --font-ui:   "Karla", "Segoe UI", system-ui, -apple-system, sans-serif;

  --rad:    3px;
  --rad-lg: 8px;
  --shadow:    0 1px 1px rgba(21, 26, 43, .05), 0 12px 30px rgba(21, 26, 43, .09);
  --shadow-sm: 0 1px 2px rgba(21, 26, 43, .10);
  --wrap: 1120px;
  --read: 720px;
}

/* ---------------------------------------------------------------- 2. base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.68;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
}
[hidden] { display: none !important; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--copper-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--copper); }
strong, b { font-weight: 650; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.75rem 0; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.2;
  margin: 0 0 .6em; font-weight: 600; letter-spacing: -.008em; }
h1 { font-size: clamp(2rem, 1.35rem + 2.6vw, 3.1rem); font-weight: 550; }
h2 { font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.05rem); }
h3 { font-size: clamp(1.22rem, 1.05rem + .7vw, 1.45rem); }
h4 { font-size: 1.1rem; }
p  { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.35em; }
li { margin: .3em 0; }
blockquote {
  margin: 1.8rem 0; padding: .2rem 0 .2rem 1.4rem;
  border-left: 3px solid var(--copper); color: var(--ink-2);
  font-size: 1.06em; font-style: italic;
}
blockquote cite { display: block; margin-top: .6rem; font-style: normal;
  font-family: var(--font-ui); font-size: .82rem; color: var(--muted); }
code, kbd { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .88em; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 2px; border-radius: 2px; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 1.15rem; }
.read { max-width: var(--read); }
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--night); color: #fff; padding: .7rem 1.1rem;
  font-family: var(--font-ui); font-size: .9rem;
}
.skip:focus { left: .5rem; top: .5rem; color: #fff; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------------------------------------------------------------- 3. header */
.hdr {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 60;
}
.hdr__in { display: flex; align-items: center; gap: 1rem; min-height: 74px; }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none;
  color: var(--ink); flex: 0 0 auto; }
.brand img { width: 38px; height: 38px; border-radius: 50%; }
.brand__n { font-family: var(--font-head); font-size: 1.32rem; font-weight: 600;
  letter-spacing: -.01em; line-height: 1; }
.brand__b { display: block; font-family: var(--font-ui); font-size: .68rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted);
  margin-top: .25rem; font-weight: 600; }
.nav { margin-left: auto; display: flex; align-items: center; gap: .15rem;
  font-family: var(--font-ui); }
.nav a {
  display: block; padding: .5rem .68rem; border-radius: var(--rad);
  color: var(--ink-2); text-decoration: none; font-size: .93rem; font-weight: 500;
}
.nav a:hover { background: var(--paper-2); color: var(--ink); }
.nav a[aria-current="page"] { color: var(--copper-dark); box-shadow: inset 0 -2px 0 var(--copper); }
.burger {
  display: none; margin-left: auto; background: none; border: 1px solid var(--line-strong);
  border-radius: var(--rad); padding: .5rem .6rem; cursor: pointer; color: var(--ink);
}
.burger span { display: block; width: 20px; height: 2px; background: currentColor; margin: 4px 0; }

/* ---------------------------------------------------------------- 4. fil */
.fil { font-family: var(--font-ui); font-size: .81rem; color: var(--muted);
  padding: 1rem 0 0; }
.fil ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem;
  margin: 0; padding: 0; }
.fil li + li::before { content: "›"; margin-right: .4rem; color: var(--line); }
.fil a { color: var(--muted); text-decoration: none; }
.fil a:hover { color: var(--copper-dark); text-decoration: underline; }

/* ---------------------------------------------------------------- 5. hero */
.hero { background: var(--paper); border-bottom: 1px solid var(--line);
  padding: 3.2rem 0 3rem; }
.hero__k { font-family: var(--font-ui); font-size: .74rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--copper-dark);
  margin: 0 0 .9rem; }
.hero h1 { margin-bottom: .55em; max-width: 18ch; }
.hero__p { font-size: 1.2rem; color: var(--ink-2); max-width: 62ch; margin: 0 0 1.6rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .7rem; }

.btn {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--font-ui); font-size: .95rem; font-weight: 600;
  padding: .72rem 1.25rem; border-radius: var(--rad); text-decoration: none;
  border: 1px solid var(--night); background: var(--night); color: #FFFDF8;
  cursor: pointer; transition: background .15s, color .15s;
}
.btn:hover { background: var(--night-2); color: #FFFDF8; }
.btn--g { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--g:hover { background: var(--paper-2); color: var(--ink); }

/* ---------------------------------------------------------------- 6. sections */
.sec { padding: 3.4rem 0; }
.sec--paper { background: var(--paper); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); }
.sec__h { margin-bottom: 1.9rem; }
.sec__h h2 { margin-bottom: .35em; }
.sec__h p { color: var(--muted); max-width: 68ch; margin: 0; }
.eyebrow { font-family: var(--font-ui); font-size: .72rem; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase; color: var(--copper-dark);
  margin: 0 0 .7rem; }

/* ---------------------------------------------------------------- 7. grilles */
.grid { display: grid; gap: 1.15rem; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  position: relative; display: flex; flex-direction: column;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--rad-lg);
  overflow: hidden; transition: box-shadow .16s, transform .16s;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card__img { aspect-ratio: 16 / 10; width: 100%; object-fit: cover;
  background: var(--paper-2); border-bottom: 1px solid var(--line-soft); }
.card__b { padding: 1.05rem 1.15rem 1.25rem; display: flex; flex-direction: column;
  flex: 1 1 auto; }
.card__k { font-family: var(--font-ui); font-size: .7rem; font-weight: 700;
  letter-spacing: .11em; text-transform: uppercase; color: var(--copper-dark);
  margin: 0 0 .5rem; }
.card__t { font-family: var(--font-head); font-size: 1.2rem; font-weight: 600;
  line-height: 1.3; margin: 0 0 .5rem; }
.card__t a { color: var(--ink); text-decoration: none; }
.card__t a:hover { color: var(--copper-dark); text-decoration: underline; }
.card__d { color: var(--muted); font-size: .98rem; margin: 0 0 .9rem; }
.card__m { margin-top: auto; font-family: var(--font-ui); font-size: .78rem;
  color: var(--muted-2); display: flex; flex-wrap: wrap; gap: .5rem; }
.card__m span + span::before { content: "·"; margin-right: .5rem; }

/* ---------------------------------------------------------------- 8. rubriques */
.rub {
  display: block; text-decoration: none; color: inherit;
  border: 1px solid var(--line); border-radius: var(--rad-lg);
  background: var(--bg); padding: 1.3rem 1.35rem 1.4rem;
  transition: border-color .16s, box-shadow .16s;
}
.rub:hover { border-color: var(--copper); box-shadow: var(--shadow-sm); color: inherit; }
.rub__n { font-family: var(--font-ui); font-size: .72rem; font-weight: 700;
  color: var(--copper-dark); letter-spacing: .1em; }
.rub h3 { margin: .45rem 0 .5rem; }
.rub p { color: var(--muted); font-size: .99rem; margin: 0; }
.rub__c { display: block; margin-top: .9rem; font-family: var(--font-ui);
  font-size: .78rem; color: var(--muted-2); }

/* ---------------------------------------------------------------- 9. article */
.art { padding: 2.2rem 0 3.5rem; }
.art__hd { max-width: var(--read); margin: 0 auto 2rem; }
.art__hd h1 { margin-bottom: .45em; }
.art__lede { font-size: 1.25rem; color: var(--ink-2); line-height: 1.55; margin: 0 0 1.4rem; }
.art__meta { font-family: var(--font-ui); font-size: .82rem; color: var(--muted);
  display: flex; flex-wrap: wrap; gap: .55rem; align-items: center;
  border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft);
  padding: .7rem 0; }
.art__meta span + span::before { content: "·"; margin-right: .55rem; color: var(--line); }
.art__meta a { color: var(--ink-2); }
.art__fig { margin: 0 0 2rem; }
.art__fig img { width: 100%; border-radius: var(--rad-lg); border: 1px solid var(--line-soft); }
.art__fig figcaption { font-family: var(--font-ui); font-size: .78rem; color: var(--muted);
  margin-top: .55rem; }

.prose { max-width: var(--read); margin: 0 auto; }
.prose > h2 { margin-top: 2.4rem; padding-top: .2rem; }
.prose > h3 { margin-top: 1.9rem; }
.prose > h2 + h3 { margin-top: 1.2rem; }
.prose img { border-radius: var(--rad-lg); margin: 1.8rem 0; border: 1px solid var(--line-soft); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li::marker { color: var(--copper); }
.prose a { color: var(--copper-dark); }
.prose table { width: 100%; border-collapse: collapse; font-size: .97rem;
  font-family: var(--font-ui); margin: 1.7rem 0; }
.prose th, .prose td { border: 1px solid var(--line); padding: .65rem .8rem;
  text-align: left; vertical-align: top; }
.prose th { background: var(--paper-2); font-weight: 700; font-size: .9rem; }
.tbl { overflow-x: auto; margin: 1.7rem 0; }
.tbl table { margin: 0; min-width: 34rem; }

.enc {
  background: var(--paper); border: 1px solid var(--line); border-left: 3px solid var(--copper);
  border-radius: var(--rad); padding: 1.15rem 1.3rem; margin: 1.9rem 0;
}
.enc h3, .enc h4 { margin: 0 0 .5rem; font-size: 1.08rem; }
.enc p:last-child, .enc ul:last-child { margin-bottom: 0; }
.enc--sage { background: var(--sage-tint); border-color: #C6DED2; border-left-color: var(--sage); }
.enc--ruby { background: var(--ruby-tint); border-color: #E9C9CD; border-left-color: var(--ruby); }

/* avertissement sanitaire — obligatoire sur toute page parlant d'une substance */
.avert {
  font-family: var(--font-ui); font-size: .92rem; line-height: 1.55;
  background: var(--ruby-tint); border: 1px solid #E4C2C6; border-radius: var(--rad);
  padding: .95rem 1.1rem; margin: 2rem 0; color: #5C1A24;
}
.avert strong { color: #5C1A24; }
.avert p:last-child { margin-bottom: 0; }

/* etat de la preuve */
.preuve { font-family: var(--font-ui); font-size: .92rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--rad-lg); padding: 1.1rem 1.2rem;
  margin: 2rem 0; }
.preuve h3 { font-family: var(--font-ui); font-size: .78rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 .7rem; }
.preuve li { margin: .45rem 0; }

/* sommaire */
.toc { font-family: var(--font-ui); background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--rad-lg); padding: 1.05rem 1.2rem; margin: 0 0 2rem; }
.toc h2 { font-family: var(--font-ui); font-size: .76rem; letter-spacing: .11em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 .6rem; }
.toc ol { list-style: none; margin: 0; padding: 0; counter-reset: t; }
.toc li { counter-increment: t; margin: .32rem 0; font-size: .95rem; }
.toc li::before { content: counter(t) "."; color: var(--copper); margin-right: .45rem;
  font-weight: 700; }
.toc a { color: var(--ink-2); text-decoration: none; }
.toc a:hover { color: var(--copper-dark); text-decoration: underline; }

/* signature auteur */
.sig { display: flex; gap: 1rem; align-items: flex-start; max-width: var(--read);
  margin: 2.8rem auto 0; padding: 1.2rem 1.3rem; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--rad-lg); }
.sig img { width: 62px; height: 62px; border-radius: 50%; flex: 0 0 auto;
  border: 1px solid var(--line); }
.sig__n { font-family: var(--font-head); font-size: 1.1rem; font-weight: 600; margin: 0 0 .15rem; }
.sig__r { font-family: var(--font-ui); font-size: .78rem; color: var(--muted);
  letter-spacing: .04em; margin: 0 0 .6rem; }
.sig p { font-size: .97rem; color: var(--ink-2); margin: 0; }

/* sources */
.src { max-width: var(--read); margin: 2.6rem auto 0; font-family: var(--font-ui);
  font-size: .89rem; }
.src h2 { font-family: var(--font-ui); font-size: .78rem; letter-spacing: .11em;
  text-transform: uppercase; color: var(--muted); margin: 0 0 .7rem; }
.src ol, .src ul { padding-left: 1.2em; color: var(--muted); }
.src li { margin: .4rem 0; }
.src a { color: var(--ink-2); }

/* ---------------------------------------------------------------- 10. bibliotheque */
.lib { display: grid; gap: .85rem; }
.doc {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center;
  border: 1px solid var(--line); border-radius: var(--rad-lg); background: var(--bg);
  padding: 1rem 1.15rem; transition: border-color .16s, box-shadow .16s;
}
.doc:hover { border-color: var(--copper); box-shadow: var(--shadow-sm); }
.doc__ico { width: 42px; height: 42px; border-radius: var(--rad); background: var(--copper-tint);
  color: var(--copper-dark); display: grid; place-items: center;
  font-family: var(--font-ui); font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.doc__t { font-family: var(--font-head); font-size: 1.1rem; font-weight: 600;
  margin: 0 0 .2rem; line-height: 1.32; }
.doc__t a { color: var(--ink); text-decoration: none; }
.doc__t a:hover { color: var(--copper-dark); text-decoration: underline; }
.doc__d { color: var(--muted); font-size: .95rem; margin: .3rem 0 .45rem; }
.doc__m { font-family: var(--font-ui); font-size: .78rem; color: var(--muted); margin: 0; }
.doc__dl { font-family: var(--font-ui); font-size: .82rem; font-weight: 600;
  white-space: nowrap; color: var(--copper-dark); text-decoration: none;
  border: 1px solid var(--line-strong); border-radius: var(--rad); padding: .48rem .8rem; }
.doc__dl:hover { background: var(--copper-tint); border-color: var(--copper); }

/* ---------------------------------------------------------------- 11. liste */
.lst { display: grid; gap: 0; }
.lst__i { display: grid; grid-template-columns: 132px 1fr; gap: 1.15rem;
  padding: 1.35rem 0; border-bottom: 1px solid var(--line-soft); align-items: start; }
.lst__i:first-child { padding-top: 0; }
.lst__i--txt { grid-template-columns: minmax(0, 1fr); }  /* item de maillage sans visuel */
.lst__i img { width: 132px; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--rad); border: 1px solid var(--line-soft); background: var(--paper-2); }
.lst__t { font-family: var(--font-head); font-size: 1.22rem; font-weight: 600;
  margin: 0 0 .35rem; line-height: 1.3; }
.lst__t a { color: var(--ink); text-decoration: none; }
.lst__t a:hover { color: var(--copper-dark); text-decoration: underline; }
.lst__d { color: var(--muted); font-size: 1rem; margin: 0 0 .5rem; }
.lst__m { font-family: var(--font-ui); font-size: .78rem; color: var(--muted-2); margin: 0; }

.pag { display: flex; gap: .4rem; justify-content: center; margin-top: 2.4rem;
  font-family: var(--font-ui); font-size: .9rem; flex-wrap: wrap; }
.pag a, .pag span { display: block; padding: .5rem .82rem; border: 1px solid var(--line-strong);
  border-radius: var(--rad); text-decoration: none; color: var(--ink-2); }
.pag a:hover { background: var(--paper-2); }
.pag [aria-current="page"] { background: var(--night); color: #FFFDF8; border-color: var(--night); }

/* ---------------------------------------------------------------- 12. formulaire */
.form { display: grid; gap: 1rem; max-width: 34rem; font-family: var(--font-ui); }
.form label { display: block; font-size: .86rem; font-weight: 600; margin-bottom: .32rem;
  color: var(--ink-2); }
.form input, .form textarea, .form select {
  width: 100%; font: inherit; font-size: .98rem; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line-strong); border-radius: var(--rad);
  padding: .68rem .8rem;
}
.form textarea { min-height: 9rem; resize: vertical; }
.form input:focus, .form textarea:focus { border-color: var(--copper); }
.form__hint { font-size: .78rem; color: var(--muted); margin: .3rem 0 0; }
.form__ok, .form__ko { font-size: .92rem; padding: .8rem 1rem; border-radius: var(--rad); }
.form__ok { background: var(--sage-tint); color: #1E4433; border: 1px solid #C6DED2; }
.form__ko { background: var(--ruby-tint); color: #5C1A24; border: 1px solid #E4C2C6; }
.hp { position: absolute; left: -9999px; }

/* ---------------------------------------------------------------- 13. footer */
.ft { background: var(--night); color: #D8DCEA; margin-top: 3.5rem;
  font-family: var(--font-ui); font-size: .92rem; }
.ft a { color: #D8DCEA; text-decoration: none; }
.ft a:hover { color: #FFFDF8; text-decoration: underline; }
.ft__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem;
  padding: 3rem 0 2.2rem; }
.ft__b { font-family: var(--font-head); font-size: 1.25rem; font-weight: 600;
  color: #FFFDF8; margin: 0 0 .6rem; }
.ft__d { color: #A9B0C6; max-width: 34ch; margin: 0 0 1rem; font-size: .92rem; }
.ft h3 { font-family: var(--font-ui); font-size: .74rem; letter-spacing: .12em;
  text-transform: uppercase; color: #8F98B2; margin: 0 0 .8rem; font-weight: 700; }
.ft ul { list-style: none; margin: 0; padding: 0; }
.ft li { margin: .42rem 0; }
.ft__bot { border-top: 1px solid #2C365A; padding: 1.2rem 0 1.8rem;
  display: flex; flex-wrap: wrap; gap: .8rem; justify-content: space-between;
  color: #8F98B2; font-size: .82rem; }
.ft__bot p { margin: 0; }
.ft__note { color: #8F98B2; font-size: .8rem; max-width: 90ch; margin: .6rem 0 0; }

/* ---------------------------------------------------------------- 14. divers */
.tag { display: inline-block; font-family: var(--font-ui); font-size: .74rem;
  font-weight: 600; padding: .22rem .55rem; border-radius: 999px;
  background: var(--paper-2); color: var(--ink-2); text-decoration: none; }
a.tag:hover { background: var(--copper-tint); color: var(--copper-dark); }
.mt0 { margin-top: 0; }
.center { text-align: center; }
.sitemap-cols { columns: 2; column-gap: 2.4rem; }
.sitemap-cols li { break-inside: avoid; }

/* ---------------------------------------------------------------- 15. mobile */
@media (max-width: 960px) {
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ft__top { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem; }
}
@media (max-width: 780px) {
  .burger { display: block; }
  .nav {
    position: fixed; inset: 74px 0 auto 0; margin: 0; flex-direction: column;
    align-items: stretch; gap: 0; background: var(--bg); border-bottom: 1px solid var(--line);
    padding: .6rem 1.15rem 1.1rem; box-shadow: var(--shadow); max-height: calc(100vh - 74px);
    overflow-y: auto;
  }
  .nav[hidden] { display: none !important; }
  .nav a { padding: .8rem .3rem; border-bottom: 1px solid var(--line-soft); border-radius: 0; }
}
@media (max-width: 620px) {
  body { font-size: 1.06rem; }
  .grid--2, .grid--3, .grid--4 { grid-template-columns: minmax(0, 1fr); }
  .hero { padding: 2.4rem 0 2.2rem; }
  .hero__p { font-size: 1.1rem; }
  .sec { padding: 2.5rem 0; }
  .lst__i { grid-template-columns: minmax(0, 1fr); gap: .7rem; }
  .lst__i img { width: 100%; aspect-ratio: 16 / 9; }
  .doc { grid-template-columns: auto 1fr; }
  .doc__dl { grid-column: 1 / -1; text-align: center; }
  .sig { flex-direction: column; }
  .ft__top { grid-template-columns: minmax(0, 1fr); }
  .sitemap-cols { columns: 1; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important;
      scroll-behavior: auto !important; }
}
@media print {
  .hdr, .ft, .toc, .burger, .skip { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  a { color: #000; }
}
