/* =========================================================
   にくきゅうノート — Stylesheet
   Direction: 動物の温かみ × シンプルでモダン × 肉球の遊び心
   Palette:  honey-amber #F2A03D / sage #7C9473 / warm ink #3B302A
   Type:     Zen Maru Gothic (display) + Noto Sans JP (body)
   Signature: 肉球モチーフ（見出し・箇条書き・区切り線）
   ========================================================= */

:root {
  --cream:      #FDFBF6;
  --cream-2:    #F6EFE3;
  --card:       #FFFFFF;
  --ink:        #3B302A;
  --ink-soft:   #7A6B5D;
  --honey:      #F2A03D;
  --honey-deep: #E07E1F;
  --honey-tint: #FDEFDA;
  --honey-soft: #f6ce9e;
  --sage:       #7C9473;
  --sage-deep:  #5F7659;
  --sage-tint:  #EAF0E6;
  --paw:        #C79A6A;
  --line:       #ECE3D4;
  --shadow-sm:  0 2px 8px rgba(94, 68, 40, .07);
  --shadow-md:  0 8px 24px rgba(94, 68, 40, .10);
  --radius:     16px;
  --radius-lg:  22px;
  --maxw:       760px;

  --paw-brown: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2064%2064%27%3E%3Cellipse%20cx%3D%2715%27%20cy%3D%2725%27%20rx%3D%277%27%20ry%3D%279%27%20fill%3D%27%23C79A6A%27/%3E%3Cellipse%20cx%3D%2729%27%20cy%3D%2717%27%20rx%3D%277.5%27%20ry%3D%2710%27%20fill%3D%27%23C79A6A%27/%3E%3Cellipse%20cx%3D%2744%27%20cy%3D%2719%27%20rx%3D%277.5%27%20ry%3D%279.5%27%20fill%3D%27%23C79A6A%27/%3E%3Cellipse%20cx%3D%2755%27%20cy%3D%2732%27%20rx%3D%276.5%27%20ry%3D%278%27%20fill%3D%27%23C79A6A%27/%3E%3Cpath%20d%3D%27M33%2030c10%200%2018%207%2018%2015%200%206-5%209.5-11%208.2-3-.7-5-1.2-7-1.2s-4%20.5-7%201.2c-6%201.3-11-2.2-11-8.2%200-8%208-15%2018-15z%27%20fill%3D%27%23C79A6A%27/%3E%3C/svg%3E");
  --paw-honey: url("../img/icon-nikukyu.svg");
}






/* ---------- base ---------- */
*,*::before,*::after{box-sizing:border-box}*{border:0;margin:0;outline:0;padding:0;font:inherit;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;text-decoration:none;vertical-align:baseline}article,aside,footer,header,main,nav,article,section{display:block}img,picture,audio,canvas,video,svg{display:block;max-width:100%;height:auto;width:100%}br,hr{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}input,select{vertical-align:middle}body{line-height:1;line-break:strict;overflow-wrap:break-word;overflow-wrap:anywhere;word-break:normal;font-feature-settings:"palt";-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}a{-webkit-tap-highlight-color:transparent}button{all:unset;display:inline-block;cursor:pointer;background:none;border:none;padding:0;margin:0;text-decoration:none;appearance:none;-webkit-appearance:none}
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  color: var(--ink);
  background-color: var(--cream);
  background-image: radial-gradient(var(--cream-2) 1.1px, transparent 1.1px);
  background-size: 26px 26px;
  line-height: 1.85;
  font-size: 16px;
  letter-spacing: .01em;
  font-weight: 500;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sage-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif; line-height: 1.45; }

.link { color: var(--honey-deep); font-weight: 700; }

:focus-visible { outline: 3px solid var(--honey); outline-offset: 2px; border-radius: 4px; }

/* ---------- buttons / tags ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .4em; padding: .62em 1.3em; border-radius: 999px;
  font-family: "Zen Maru Gothic", sans-serif; font-weight: 700;
  font-size: .95rem; cursor: pointer; border: 2px solid transparent;
  transition: transform .12s ease, box-shadow .2s ease, background-color .2s ease;
  text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
/* hidden属性を尊重する（.btn の display に打ち消されないように） */
.btn[hidden] { display: none !important; }
.btn--primary { background: var(--honey); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--honey-deep); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--honey); color: var(--honey-deep); }

.tag {
  display: inline-block; font-size: .78rem; color: var(--honey-deep);
  background: var(--honey-tint); padding: .12em .7em; border-radius: 999px;
  font-weight: 500; text-decoration: none;
}
a.tag:hover { background: var(--honey); color: #fff; text-decoration: none; }

/* ---------- brand ---------- */
.brand { display: inline-flex; align-items: center; }
.brand__logo { height: 38px; width: auto; }
.brand--stacked { flex-direction: column; align-items: flex-start; gap: .5rem; }
.brand--stacked .brand__logo { height: 49px; }

/* =========================================================
   HEADER / FOOTER
   ========================================================= */
.site-header {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.site-header__inner {
  max-width: 1080px; margin: 0 auto; padding: 1rem 1.2rem;
  display: flex; align-items: center; gap: 1.5rem;
}

.site-footer {
  margin-top: 0; background: var(--ink); color: #F3E9DC;
  padding: 2.5rem 1.2rem 1.5rem;
}
.site-footer__inner {
  max-width: 1080px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center;
  justify-content: space-between;
}
.site-footer__brand img { height: 42px; filter: brightness(0) invert(1); opacity: .95; }
.site-footer__tagline { font-size: .82rem; color: #C9B7A3; margin: .5rem 0 0; }
.site-footer__links { display: flex; gap: 1.4rem; }
.site-footer__links a { color: #F3E9DC; font-size: .9rem; }
.site-footer__links a:hover { color: var(--honey); text-decoration: none; }
.site-footer__copyright {
  max-width: 1080px; margin: 1.6rem auto 0; padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .78rem; color: #B7A48F; text-align: center;
}

/* =========================================================
   TOP PAGE : layout + sidebar
   ========================================================= */
.layout {
  max-width: 1180px; margin: 0 auto; padding: 1.6rem 1.2rem 3rem;
  display: grid; grid-template-columns: 288px 1fr; gap: 2.2rem;
  align-items: start;
}
.sidebar { height: 100%; }
.sidebar__sticky { position: sticky; top: 1.6rem; display: flex; flex-direction: column; gap: 1.4rem; }

.filters {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.2rem; box-shadow: var(--shadow-sm);
}
.filters__body { display: flex; flex-direction: column; gap: .9rem; }
.filters__toggle { display: none; }  /* PCでは非表示（SPでアコーディオンに） */
.filters__field { display: flex; flex-direction: column; gap: .35rem; }
.filters__label { font-size: .8rem; font-weight: 700; color: var(--ink-soft); font-family: "Zen Maru Gothic", sans-serif; }
.filters__input {
  width: 100%; padding: .6em .8em; border: 1.5px solid var(--line);
  border-radius: 12px; font: inherit; font-size: .92rem; background: #fff; color: var(--ink);
}
.filters__input:focus { border-color: var(--honey); outline: none; }
select.filters__input { appearance: none; background-image:
  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A6B5D' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .8em center; padding-right: 2.2em; }
.filters__actions { display: flex; gap: .6rem; margin-top: .2rem; }
.filters__actions .btn { flex: 1; }

.sidebar__links { display: flex; flex-direction: column; gap: .5rem; padding-left: .2rem; }
.sidebar__links a { color: var(--ink-soft); font-size: .86rem; }
.sidebar__links a:hover { color: var(--honey-deep); text-decoration: none; }
.sidebar__copyright { font-size: .76rem; color: var(--ink-soft); padding-left: .2rem; }

/* ---------- content head ---------- */
.content__head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem;
}
.content__title { font-size: 1.75rem; margin: 0; font-weight: 700; }
.content__title-sub { font-size: 1.05rem; color: var(--ink-soft); margin-left: .4rem; font-weight: 700; }
.content__count { color: var(--ink-soft); font-size: .85rem; margin: 0; }

/* ---------- post grid ---------- */
.post-grid {
  display: grid; gap: 1.3rem;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
}
.post-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .16s ease, box-shadow .2s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card__link { display: block; color: inherit; text-decoration: none; }
.post-card__link:hover { text-decoration: none; }
.post-card__thumb { position: relative; aspect-ratio: 16/10; background: var(--cream-2); overflow: hidden; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card__cat {
  position: absolute; left: .7rem; top: .7rem;
  background: rgba(255,255,255,.94); color: var(--ink);
  font-size: .74rem; font-weight: 700; padding: .2em .7em; border-radius: 999px;
  font-family: "Zen Maru Gothic", sans-serif; box-shadow: var(--shadow-sm);
}
.post-card__body { padding: .95rem 1.05rem 1.1rem; }
.post-card__title { font-size: 1.02rem; margin: 0 0 .5rem; font-weight: 700; line-height: 1.4; }
.post-card:hover .post-card__title { color: var(--honey-deep); }
.post-card__excerpt { font-size: .84rem; color: var(--ink-soft); margin: 0 0 .8rem; line-height: 1.6; }
.post-card__meta { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.post-card__meta time { font-size: .76rem; color: var(--ink-soft); }
.post-card__tags { display: flex; gap: .3rem; flex-wrap: wrap; }

/* ---------- loadmore / pager ---------- */
.loadmore { display: flex; justify-content: center; padding: 2rem 0 2rem; min-height: 40px; position: relative;}
.loadmore__spinner {
  width: 30px; height: 30px; border-radius: 50%;
  border: 3px solid var(--honey-tint); border-top-color: var(--honey);
  animation: spin .8s linear infinite;position: absolute;top: 100%;left: calc(50% - 15px);
}
@keyframes spin { to { transform: rotate(360deg); } }
.pager { display: flex; align-items: center; gap: 1rem; }
.pager__status { color: var(--ink-soft); font-size: .85rem; }

/* ---------- empty ---------- */
.empty, .notfound {
  text-align: center; padding: 3.5rem 1rem; color: var(--ink-soft);
  background: var(--card); border: 1px dashed var(--line); border-radius: var(--radius-lg);
}
.empty__paw, .notfound__paw { font-size: 2.4rem; margin: 0 0 .5rem; }
.notfound { max-width: 560px; margin: 3rem auto; }
.notfound__title { color: var(--ink); margin: .3rem 0 .8rem; }

/* =========================================================
   ARTICLE PAGE
   ========================================================= */
.article-wrap { max-width: var(--maxw); margin: 0 auto; padding: 1.4rem 1.2rem 2rem; }

.breadcrumb { font-size: .8rem; margin: .4rem 0 1.4rem; overflow-x: auto;white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; }
.breadcrumb::-webkit-scrollbar{ display: none; }
.breadcrumb ol { list-style: none; display: flex; gap: .2rem .1rem; padding: 0; margin: 0; }
.breadcrumb li { display: flex; align-items: center; color: var(--ink-soft); }
.breadcrumb li + li::before { content: "›"; margin: 0 .5em; color: var(--paw); }
.breadcrumb a { color: var(--ink-soft); }
.breadcrumb a:hover { color: var(--honey-deep); }
.breadcrumb [aria-current="page"] { color: var(--ink); font-weight: 700; }

.article__head { margin-bottom: 1.4rem; }
.article__cat {
  display: inline-block; background: var(--honey-tint); color: var(--honey-deep);
  font-family: "Zen Maru Gothic", sans-serif; font-weight: 700; font-size: .82rem;
  padding: .25em .9em; border-radius: 999px; margin-bottom: .9rem;
}
.article__cat:hover { background: var(--honey); color: #fff; text-decoration: none; }
.article__title { font-size: 1.95rem; font-weight: 700; margin: 0 0 .9rem; line-height: 1.4; }
.article__tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .9rem; }

/* =========================================================
   ARTICLE BODY  （本文で使えるタグのスタイル）
   ========================================================= */
.article__body { font-size: 1.02rem; }
.article__body > *:first-child { margin-top: 0; }

.article__body h2 {
  font-size: 1.7rem; font-weight: 700; margin: 4rem 0 1.5rem;
  padding: .2rem 0 .7rem 2.6rem; position: relative;
  border-bottom: 3px dotted var(--honey-soft);
}
.article__body h2::before {
  content: ""; position: absolute; left: 0; top: .4rem;
  width: 2rem; height: 2rem; background: var(--paw-honey) center/contain no-repeat;
  transform: rotate(-12deg);
}
.article__body h3 {
  font-size: 1.2rem; font-weight: 700; margin: 2.2rem 0 1rem;
  padding-left: .8rem; border-left: 5px solid var(--honey); line-height: 1.5;
}
.article__body p { line-height: 2;}
.article__body p + p { margin-top: 1em;}
.article__body a { color: var(--honey-deep); font-weight: 700; text-underline-offset: 2px; text-decoration: underline;}
.article__body em { font-style: normal; font-weight: 700; background: linear-gradient(transparent 62%, var(--honey-soft) 62%); padding: 0 .1em; }
.article__body img { border-radius: var(--radius); margin: 1.4rem auto; box-shadow: var(--shadow-sm); }

/* 箇条書き：丸ドット（paw色） */
.article__body ul { list-style: none; padding-left: 0; margin: 1rem 0; }
.article__body ul li {
  position: relative; padding-left: 1.5rem; margin: .55rem 0;
}
.article__body ul li::before {
  content: ""; position: absolute; left: .2rem; top: .72em;
  width: .55rem; height: .55rem; border-radius: 50%; background: var(--paw);
}
/* 番号付き */
.article__body ol { padding-left: 0; margin: 1rem 0; counter-reset: n; list-style: none; }
.article__body ol li { position: relative; padding-left: 2.2rem; margin: .6rem 0; }
.article__body ol li::before {
  counter-increment: n; content: counter(n);
  position: absolute; left: 0; top: .3em;
  width: 1.5rem; height: 1.5rem; background: var(--honey); color: #fff;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif; font-weight: 700; font-size: .9rem;	line-height: 1;
}

/* 注釈 */
.article__body .note, .note {
  font-size: .84rem; color: var(--ink-soft); background: var(--cream-2);
  border-radius: 10px; padding: 1rem 1.5rem; margin: 1rem 0; line-height: 1.6;
}

/* 区切り線：シンプルな実線 */
.article__body hr {
  border: 0; height: 0; border-top: 2px solid var(--line);
  margin: 4rem 0;
}

/* コンテンツボックス（div.box…任意の "box" を含むクラス）: ハニー系 */
.article__body div[class*="box"] {
  background: var(--honey-tint); border: 1px solid #F3DDBB;
  border-radius: var(--radius); padding: 1.1rem 1.3rem; margin: 1.6rem 0;
}
.article__body div[class*="box"] .title {
  font-family: "Zen Maru Gothic", sans-serif; font-weight: 700; color: var(--honey-deep);
  font-size: 1.1rem; margin: 0 0 .5rem; display: flex; align-items: center; gap: .5rem;
}
.article__body div[class*="box"] .title::before {
  content: ""; width: 1.4rem; height: 1.4rem; flex: none;
  background: var(--paw-honey) center/contain no-repeat;
}
.article__body div[class*="box"] > *:last-child { margin-bottom: 0; }

/* =========================================================
   SECTION TITLE (肉球つき)
   ========================================================= */
.section-title {
  font-size: 1.7rem; font-weight: 700; margin: 2.6rem 0 1.2rem;
  display: flex; align-items: center; gap: .6rem;
}
.section-title__paw {
	flex: none;
	width: 2rem;
	height: 2rem;
	background: var(--paw-honey) center / contain no-repeat;
	transform: rotate(-12deg);
}

/* =========================================================
   AFFILIATE
   ========================================================= */
.affiliate-footer { margin-top: 3rem; padding-top: 1rem; border-top: 2px dotted var(--line); }
/* .affiliate-footer__note { margin-bottom: 1.4rem; } */

.affiliate-block { margin: 2.4rem 0; }
.affiliate-block__label {
  display: flex; align-items: center; gap: .5rem; margin: 0 0 .8rem;
  font-family: "Zen Maru Gothic", sans-serif; font-weight: 700; font-size: 1.2rem; color: var(--ink); margin-bottom: 1rem;
}
.affiliate-block__tag {
  margin-left: .2rem; font-size: .9rem; font-weight: 700; color: #fff; background: var(--paw);
  padding: 0.3em .5em; line-height: 1; border-radius: 5px; letter-spacing: .05em;
}

.ad-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.ad-card {
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  background: var(--card); box-shadow: var(--shadow-sm);
  transition: transform .16s ease, box-shadow .2s ease;
}
.ad-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.ad-card__link { display: block; color: inherit; text-decoration: none; position: relative;}
.article__body a.ad-card__link {
 text-decoration: none; color: var(--ink);
}
.ad-card__link:hover { text-decoration: none; color: var(--honey-deep);}
.article__body a.ad-card__link:hover {
text-decoration: none; color: var(--honey-deep);
}
/* .ad-card__pr {
  position: absolute; right: .55rem; top: .55rem; z-index: 2;
  background: rgba(59,48,42,.82); color: #fff; font-size: .64rem; font-weight: 700;
  padding: .12em .5em; border-radius: 5px; letter-spacing: .06em;
} */
.ad-card__thumb { display: block; aspect-ratio: 1/1; background: var(--cream-2); }
.ad-card__thumb img { width: 100%; height: 100%; object-fit: contain; margin: 0;border-radius: 0;box-shadow: none}
.ad-card__body { display: block; padding: 1.2rem 1.2rem 1.2rem; }
.ad-card__name { display: block; font-family: "Zen Maru Gothic", sans-serif; font-weight: 700; font-size: .98rem; line-height: 1.45; margin-bottom: 1rem; }
.ad-card__cta {
  display: inline-flex; align-items: center; gap: .35em;
  background: var(--honey); color: #fff; font-family: "Zen Maru Gothic", sans-serif; font-weight: 700;
  font-size: .82rem; padding: .5em 1.5em .5em 1.8em; border-radius: 999px;	width: 100%; justify-content: space-between;
}
.ad-card__cta::after { content: ""; display: block;width: 0.7em;height: 0.7em; border-top: 2px solid #fff;border-right: 2px solid #fff; transform: rotate(45deg);}
.ad-card:hover .ad-card__cta { background: var(--honey-deep); }

/* =========================================================
   RELATED  (一覧と同じカードを使用 / PC 3×2 · SP 2×3)
   ========================================================= */
.related { margin-top: 3rem; }
.related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }

/* =========================================================
   CATEGORY NAV (関連記事の下：カテゴリーからさがす)
   ========================================================= */
.cat-nav { margin-top: 3rem; }
.cat-nav__list { display: flex; flex-wrap: wrap; gap: .6rem; }
.cat-nav__item {
  display: inline-block; padding: .5em 1.1em; border-radius: 999px;
  background: var(--card); border: 1.5px solid var(--line); color: var(--ink);
  font-family: "Zen Maru Gothic", sans-serif; font-weight: 500; font-size: .9rem;
  text-decoration: none; transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}
.cat-nav__item:hover {
  text-decoration: none; border-color: var(--honey);
  background: var(--honey-tint); color: var(--honey-deep);
}

/* legal pages: keep body readable */
.legal .article__body h2 { font-size: 1.3rem; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
/* トップページのヘッダー/フッターはモバイル専用（PCはサイドバーを使用） */
.page-top .site-header { display: none; }
.page-top .site-footer { display: none; }

@media (max-width: 900px) {
  .layout { grid-template-columns: 1fr; gap: 1.4rem; }
  .sidebar__sticky { position: static; }
}

/* ===== SP：ヘッダー → 絞り込み(アコーディオン) → 記事一覧(1列) → フッター ===== */
@media (max-width: 768px) {
  .page-top .site-header { display: block; }
  .page-top .site-footer { display: block; }
  /* サイドバー内のロゴ・リンク類はヘッダー/フッターに任せて隠す */
  .page-top .sidebar .brand,
  .page-top .sidebar__links,
  .page-top .sidebar__copyright { display: none; }
  .page-top .layout { padding-top: 1.1rem; }

  .section-title {font-size: 1.3rem;}

  /* 絞り込みアコーディオン（JS有効時のみ折りたたみ） */
  .filters { padding: .35rem .5rem; }
  .js .filters__toggle {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; padding: .75em .7em; background: transparent; border: 0;
    font-family: "Zen Maru Gothic", sans-serif; font-weight: 700; font-size: 1rem;
    color: var(--ink); cursor: pointer;
  }
  .filters__toggle-icon {
    width: .62rem; height: .62rem; border-right: 2.5px solid var(--honey-deep);
    border-bottom: 2.5px solid var(--honey-deep); transform: rotate(45deg);
    transition: transform .2s ease; margin-right: .3rem; margin-bottom: .15rem;
  }
  .filters.is-open .filters__toggle-icon { transform: rotate(-135deg); }
  .js .filters__body { display: none; }
  .js .filters.is-open .filters__body { display: flex; margin-top: .5rem; padding: 0 .5rem .5rem; }

  /* 記事一覧は1列 */
  .post-grid { grid-template-columns: 1fr; gap: 1rem; }
  /* あわせて読みたいも1列（1×6） */
  .related__grid { grid-template-columns: 1fr; }

  .loadmore__btn { min-width: 62%; }

  body { font-size: 15px; }
  .article__title { font-size: 1.55rem; }
  .content__title { font-size: 1.4rem; }
  .article__body h2 { font-size: 1.3rem; margin-top: 3rem;}
  .site-footer__inner { flex-direction: column; align-items: flex-start; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition: none !important; scroll-behavior: auto !important; }
}
