/* ==========================================================================
   선물세트몰 — 정적 사이트 스타일
   구조: tokens → reset → layout → header → hero → cards → article → footer
   ========================================================================== */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.css');

:root {
  --green: #03c75a;
  --green-dark: #02b351;
  --coupang: #dd2129;
  --coupang-dark: #c31d24;
  --neutral: #6b7280;
  --neutral-dark: #555a63;
  --sale: #e8362d;

  --ink: #16181d;
  --ink-2: #40454f;
  --ink-3: #767c88;
  --line: #e6e8ec;
  --line-2: #f0f2f5;

  --bg: #f6f7f9;
  --card: #ffffff;
  --footer: #232f3e;
  --footer-ink: #c3c9d2;

  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .06);
  --shadow-hover: 0 4px 8px rgba(16, 24, 40, .06), 0 16px 40px rgba(16, 24, 40, .10);

  --wrap: 1180px;
  --font: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont,
          'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

/* --- reset ---------------------------------------------------------------- */
*, *::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);
  font-size: 17px;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.35; letter-spacing: -0.02em; margin: 0; }
p { margin: 0 0 1.1em; }
ul, ol { margin: 0 0 1.2em; padding-left: 1.35em; }
li { margin-bottom: .35em; }
code { background: var(--line-2); padding: 1px 5px; border-radius: 4px; font-size: .9em; }

/* hidden 속성은 UA 기본값이 display:none 이지만, .card{display:flex} 같은
   작성자 규칙에 그대로 덮인다. 필터가 조용히 안 먹는 원인이 되므로 못 박는다. */
[hidden] { display: none !important; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 10px 16px; z-index: 999;
}
.skip-link:focus { left: 8px; top: 8px; }

:focus-visible { outline: 3px solid #1565c0; outline-offset: 2px; }

/* --- layout --------------------------------------------------------------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.section { margin: 0 0 56px; }
.section__head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; margin: 0 0 20px; flex-wrap: wrap;
}
.section__title { font-size: 1.45rem; font-weight: 800; }
.section__title .emoji { margin-right: 6px; }
.section__more {
  font-size: .95rem; font-weight: 600; color: var(--ink-3);
  white-space: nowrap;
}
.section__more:hover { color: var(--green-dark); }
.section__desc { color: var(--ink-2); margin: -8px 0 20px; font-size: .98rem; }

/* --- header --------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(180%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex; align-items: center; gap: 20px;
  height: 64px;
}
.brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.12rem; letter-spacing: -.03em; }
.brand svg { width: 26px; height: 26px; flex: none; }
.brand span { white-space: nowrap; }

.nav { margin-left: auto; }
.nav ul { display: flex; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav a {
  display: block; padding: 8px 13px; border-radius: 999px;
  font-size: .95rem; font-weight: 600; color: var(--ink-2);
}
.nav a:hover { background: var(--line-2); color: var(--ink); }
.nav a[aria-current="page"] { background: var(--ink); color: #fff; }

.nav-toggle {
  display: none; margin-left: auto;
  background: none; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 8px 11px; cursor: pointer; font: inherit; color: var(--ink);
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; left: 0; right: 0; top: 64px;
    background: #fff; border-bottom: 1px solid var(--line);
    display: none; padding: 8px 12px 14px;
  }
  .nav.is-open { display: block; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav a { padding: 12px 8px; border-radius: var(--radius-sm); }
}

/* --- hero ----------------------------------------------------------------- */
.hero {
  background: linear-gradient(160deg, #1f2a37 0%, #2b3a4d 60%, #38506b 100%);
  color: #fff; padding: 52px 0 56px; margin-bottom: 44px;
}
.hero h1 { font-size: 2.1rem; font-weight: 800; margin-bottom: 14px; }
.hero p { color: #ccd5e0; max-width: 62ch; margin-bottom: 0; font-size: 1.02rem; }
.hero__meta { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.pill {
  display: inline-block; padding: 5px 13px; border-radius: 999px;
  background: rgba(255,255,255,.14); font-size: .84rem; font-weight: 700;
  letter-spacing: -.01em;
}
.pill--accent { background: var(--green); color: #fff; }
.hero__links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.hero__links a {
  padding: 10px 18px; border-radius: 999px; font-weight: 700; font-size: .95rem;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
}
.hero__links a:hover { background: rgba(255,255,255,.22); }

.page-hero { padding: 40px 0 8px; }
.page-hero h1 { font-size: 1.85rem; font-weight: 800; margin-bottom: 12px; }
.page-hero .lede { color: var(--ink-2); font-size: 1.02rem; }
.page-hero .lede p:last-child { margin-bottom: 0; }

/* --- 홈 필터 (받는 사람 × 제품 종류) ---------------------------------------- */
.hero--compact { padding: 34px 0 36px; margin-bottom: 28px; }
.hero--compact h1 { font-size: 1.8rem; margin-bottom: 10px; }
.hero--compact p { font-size: .98rem; }

.filters {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px 18px; margin: 0 0 24px;
  box-shadow: var(--shadow);
}
.filter-row {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 7px 0;
}
.filter-row + .filter-row { border-top: 1px dashed var(--line); }
.filter-label {
  flex: none; width: 68px; padding-top: 8px;
  font-size: .85rem; font-weight: 800; color: var(--ink-3);
}
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  padding: 7px 14px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff;
  font: inherit; font-size: .9rem; font-weight: 600; color: var(--ink-2);
  cursor: pointer; transition: background .15s, color .15s, border-color .15s;
}
.chip:hover { border-color: var(--ink-3); color: var(--ink); }
.chip[aria-pressed="true"] {
  background: var(--ink); border-color: var(--ink); color: #fff;
}
.filter-row--search { align-items: center; }
.searchbox { position: relative; flex: 1; max-width: 560px; }
.searchbox input {
  width: 100%; padding: 10px 38px 10px 14px;
  border: 1px solid var(--line); border-radius: 999px;
  font: inherit; font-size: .95rem; color: var(--ink);
  background: #fff; -webkit-appearance: none;
}
.searchbox input::placeholder { color: var(--ink-3); }
.searchbox input:focus { border-color: var(--green); }
.searchbox input::-webkit-search-cancel-button { display: none; }
.search-clear {
  position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border: none; background: var(--line-2);
  border-radius: 50%; cursor: pointer; font-size: 1rem; line-height: 1;
  color: var(--ink-2); padding: 0;
}
.search-clear:hover { background: var(--line); }

.filter-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-top: 10px; padding-top: 10px;
  border-top: 1px solid var(--line-2);
}
.filter-count { margin: 0; font-size: .88rem; font-weight: 700; color: var(--ink-3); }
.filter-count strong { color: var(--green-dark); }
.filter-reset {
  border: none; background: none; padding: 4px 6px; cursor: pointer;
  font: inherit; font-size: .85rem; font-weight: 600; color: var(--ink-3);
  text-decoration: underline; text-underline-offset: 3px;
}
.filter-reset:hover { color: var(--ink); }

.empty-state {
  background: var(--line-2); border-radius: var(--radius);
  padding: 28px 24px; text-align: center; color: var(--ink-2);
  font-size: .96rem; margin: 0 0 24px;
}
.empty-state a { color: var(--green-dark); font-weight: 700; text-decoration: underline; }

@media (max-width: 620px) {
  .filter-row { flex-direction: column; gap: 6px; }
  .filter-label { width: auto; padding-top: 0; }
  .chip { font-size: .86rem; padding: 6px 12px; }
}

/* --- AEO: 핵심 답변/요약 박스 ---------------------------------------------- */
.quick-answer {
  background: var(--card);
  border: 1px solid color-mix(in srgb, var(--green) 35%, transparent);
  border-left: 5px solid var(--green);
  border-radius: var(--radius);
  padding: 16px 20px;
  margin: 4px 0 26px;
  box-shadow: var(--shadow);
}
.quick-answer .qa-label {
  display: inline-block;
  background: var(--green); color: #fff;
  font-size: .78rem; font-weight: 800;
  padding: 3px 12px; border-radius: 999px;
  margin-bottom: 8px; letter-spacing: -.01em;
}
.quick-answer p { margin: 0; font-size: .98rem; line-height: 1.75; }
.quick-answer ul { margin: 0; padding-left: 1.25em; font-size: .95rem; }
.quick-answer li { margin-bottom: 6px; }
.quick-answer li:last-child { margin-bottom: 0; }

/* --- breadcrumb ----------------------------------------------------------- */
.crumbs { font-size: .87rem; color: var(--ink-3); padding: 18px 0 0; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0; }
.crumbs li::after { content: "›"; margin-left: 6px; color: var(--line); }
.crumbs li:last-child::after { content: ""; }
.crumbs a:hover { color: var(--green-dark); }

/* --- product cards -------------------------------------------------------- */
.cards {
  display: grid; gap: 22px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none; margin: 0; padding: 0;
}
@media (max-width: 1000px) { .cards { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .cards { grid-template-columns: repeat(2, 1fr); gap: 14px; } }

/* 카테고리 묶음 제목 — 그리드 한 줄을 통째로 차지한다 */
.cards .group-head {
  grid-column: 1 / -1;
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 12px; margin: 14px 0 -6px; padding-bottom: 8px;
  border-bottom: 2px solid var(--line);
}
.cards .group-head:first-child { margin-top: 0; }
.cards .group-head h3 {
  font-size: 1.08rem; font-weight: 800; margin: 0;
  display: flex; align-items: center; gap: 7px;
}
.cards .group-head .emoji { font-size: 1.15rem; }
.cards .group-head .group-count {
  font-size: .78rem; font-weight: 700; color: var(--ink-3);
  background: var(--line-2); border-radius: 999px; padding: 2px 9px;
}
.cards .group-head a {
  font-size: .86rem; font-weight: 600; color: var(--ink-3); white-space: nowrap;
}
.cards .group-head a:hover { color: var(--green-dark); }

.card {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .18s, box-shadow .18s, transform .18s;
  margin: 0;
}
.card:hover { border-color: var(--green); box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.card__media { position: relative; background: var(--line-2); }
.card__media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.card__badge {
  position: absolute; top: 8px; left: 8px;
  background: var(--sale); color: #fff; font-size: .74rem; font-weight: 800;
  padding: 4px 9px; border-radius: 5px; letter-spacing: -.02em;
}
.card__pick {
  position: absolute; top: 8px; right: 8px;
  background: var(--ink); color: #fff; font-size: .74rem; font-weight: 800;
  padding: 4px 9px; border-radius: 5px;
}
.card__body { display: flex; flex-direction: column; flex: 1; padding: 13px 14px 14px; }
.card__title {
  font-size: .93rem; font-weight: 700; line-height: 1.5; margin: 0 0 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: calc(.93rem * 1.5 * 2);
}
.card__note {
  font-size: .84rem; color: var(--ink-3); line-height: 1.6; margin: 0 0 14px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.card__cta { margin-top: auto; }

.btn {
  display: block; width: 100%; text-align: center;
  padding: 10px 12px; border-radius: var(--radius-sm);
  font-size: .92rem; font-weight: 700; color: #fff !important;
  background: var(--neutral); transition: background .15s;
}
.btn:hover { background: var(--neutral-dark); }
.btn--naver { background: var(--green); }
.btn--naver:hover { background: var(--green-dark); }
.btn--coupang { background: var(--coupang); }
.btn--coupang:hover { background: var(--coupang-dark); }

/* --- category tiles ------------------------------------------------------- */
.tiles {
  display: grid; gap: 14px; grid-template-columns: repeat(6, 1fr);
  list-style: none; margin: 0 0 48px; padding: 0;
}
@media (max-width: 900px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px) { .tiles { grid-template-columns: repeat(2, 1fr); } }
.tile {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 10px; font-weight: 700; font-size: .95rem;
  transition: border-color .18s, box-shadow .18s;
}
.tile:hover { border-color: var(--green); box-shadow: var(--shadow); }
.tile .emoji { font-size: 1.6rem; line-height: 1; }
.tile small { display: block; color: var(--ink-3); font-weight: 500; font-size: .78rem; }

/* --- article -------------------------------------------------------------- */
.layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 40px; align-items: start; }
@media (max-width: 1000px) { .layout { grid-template-columns: 1fr; gap: 32px; } }

.prose {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 40px 40px;
}
@media (max-width: 640px) { .prose { padding: 24px 18px 28px; } }
.prose > *:last-child { margin-bottom: 0; }

.prose h2 {
  display: inline-block; background: var(--ink); color: #fff;
  border-radius: 999px; padding: 9px 22px;
  font-size: 1.16rem; font-weight: 800;
  margin: 44px 0 18px;
}
.prose h2::after { content: ""; display: block; }
.prose > h2:first-child { margin-top: 0; }
.prose h3 {
  display: inline-block; background: #fff; color: var(--ink);
  border: 2px solid #cfd4dc; border-radius: 999px; padding: 6px 17px;
  font-size: 1.02rem; font-weight: 800;
  margin: 30px 0 14px;
}
.prose h3::after { content: ""; display: block; }
.prose h2 + h3 { margin-top: 16px; }

.prose blockquote {
  position: relative; margin: 0 0 12px; padding: 15px 18px 15px 46px;
  background: #f6f8f7; border-left: 3px solid #cfe0d6; border-radius: 0 8px 8px 0;
  font-size: .97rem; color: #37423b;
}
.prose blockquote::before {
  content: "\201C"; position: absolute; left: 14px; top: 2px;
  font-family: Georgia, serif; font-size: 40px; line-height: 1; color: #b6d3c2;
}
.prose blockquote p:last-child { margin-bottom: 0; }

.prose table { width: 100%; border-collapse: collapse; font-size: .92rem; margin: 0 0 1.8em; }
.prose thead th { background: var(--line-2); font-weight: 700; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.prose th { text-align: center; }
.table-scroll { overflow-x: auto; margin: 0 0 1.8em; }
.table-scroll table { margin: 0; min-width: 460px; }

.prose details {
  margin: 0 0 10px; padding: 15px 18px;
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: #fff;
}
.prose details[open] { border-color: var(--green); }
.prose summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 28px;
}
.prose summary::-webkit-details-marker { display: none; }
.prose summary::after {
  content: "+"; position: absolute; right: 0; top: -2px;
  font-size: 1.3em; color: var(--green); font-weight: 400;
}
.prose details[open] summary::after { content: "\2212"; }
.prose details > *:not(summary) { margin-top: 10px; }
.prose details p:last-child { margin-bottom: 0; }

/* callout boxes */
.gs-box {
  --box-color: var(--green);
  margin: 24px 0; padding: 17px 20px;
  border: 1px solid color-mix(in srgb, var(--box-color) 30%, transparent);
  border-left: 4px solid var(--box-color);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--box-color) 6%, #ffffff);
}
.gs-box .gs-box-label {
  display: block; font-weight: 800; font-size: .92rem;
  color: var(--box-color); margin-bottom: 6px;
}
.gs-box p:last-child, .gs-box ul:last-child, .gs-box li:last-child { margin-bottom: 0; }
.gs-box ul { padding-left: 1.3em; }
.gs-box.is-pros { --box-color: #03c75a; }
.gs-box.is-cons { --box-color: #e05a4e; }
.gs-box.is-reco { --box-color: #1565c0; }
.gs-box-row { display: flex; gap: 14px; flex-wrap: wrap; margin: 24px 0; }
.gs-box-row .gs-box { flex: 1; min-width: 250px; margin: 0; }

/* criteria list on category pages */
.criteria { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.criteria li {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px 20px; margin: 0;
}
.criteria h3 { font-size: 1rem; font-weight: 800; margin: 0 0 6px; }
.criteria p { margin: 0; color: var(--ink-2); font-size: .96rem; }

.tiers { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin: 0 0 28px; padding: 0; list-style: none; }
@media (max-width: 760px) { .tiers { grid-template-columns: 1fr; } }
.tiers li {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 18px; margin: 0;
}
.tiers strong { display: block; color: var(--green-dark); font-size: .95rem; margin-bottom: 5px; }
.tiers p { margin: 0; font-size: .93rem; color: var(--ink-2); }

/* --- sidebar / TOC -------------------------------------------------------- */
.side { position: sticky; top: 84px; display: grid; gap: 20px; }
@media (max-width: 1000px) { .side { position: static; } }
.widget {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px 20px;
}
.widget h2 { font-size: 1rem; font-weight: 800; margin: 0 0 12px; }
.widget ul { list-style: none; margin: 0; padding: 0; font-size: .93rem; }
.widget li { margin-bottom: 8px; line-height: 1.55; }
.widget li:last-child { margin-bottom: 0; }
.widget a:hover { color: var(--green-dark); text-decoration: underline; }
.toc ol { margin: 0; padding-left: 1.2em; font-size: .93rem; }
.toc li { margin-bottom: 7px; }

/* --- guide list ----------------------------------------------------------- */
.guides { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; }
@media (max-width: 900px) { .guides { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .guides { grid-template-columns: 1fr; } }
.guide-card {
  display: flex; flex-direction: column; height: 100%;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 22px; margin: 0; transition: border-color .18s, box-shadow .18s;
}
.guide-card:hover { border-color: var(--green); box-shadow: var(--shadow); }
.guide-card h3 { font-size: 1.02rem; font-weight: 800; margin: 0 0 8px; }
.guide-card p { font-size: .9rem; color: var(--ink-2); margin: 0 0 12px; }
.guide-card .more { margin-top: auto; font-size: .86rem; font-weight: 700; color: var(--green-dark); }

/* --- notice --------------------------------------------------------------- */
.notice {
  font-size: .83rem; color: var(--ink-3); line-height: 1.65;
  background: var(--line-2); border-radius: var(--radius-sm);
  padding: 12px 16px; margin: 0 0 40px;
}

.meta-line { font-size: .86rem; color: var(--ink-3); margin: 0 0 22px; }

/* --- footer --------------------------------------------------------------- */
.site-footer { background: var(--footer); color: var(--footer-ink); padding: 48px 0 28px; margin-top: 64px; }
.site-footer a { color: var(--footer-ink); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 34px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h2 { font-size: .95rem; font-weight: 800; color: #fff; margin: 0 0 12px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; font-size: .9rem; }
.footer-grid li { margin-bottom: 8px; }
.footer-brand p { font-size: .89rem; line-height: 1.7; margin-bottom: 12px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 8px;
  display: grid; place-items: center; background: rgba(255,255,255,.08);
}
.footer-social a:hover { background: rgba(255,255,255,.18); }
.footer-social svg { width: 17px; height: 17px; fill: currentColor; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px;
  font-size: .82rem; line-height: 1.7; color: #98a1ae;
}
.footer-bottom p { margin: 0 0 6px; }

/* --- back to top ---------------------------------------------------------- */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 40;
  width: 42px; height: 42px; border-radius: 10px;
  background: rgba(22,24,29,.72); color: #fff;
  display: grid; place-items: center; border: none; cursor: pointer;
  opacity: 0; pointer-events: none; transition: opacity .2s;
}
.to-top.is-visible { opacity: 1; pointer-events: auto; }
.to-top:hover { background: rgba(22,24,29,.9); }

/* --- 404 ------------------------------------------------------------------ */
.notfound { text-align: center; padding: 80px 0; }
.notfound h1 { font-size: 2.4rem; margin-bottom: 12px; }
.notfound p { color: var(--ink-2); }

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