/* ==========================================================================
   CEDARVENTA — clean information site
   Light, readable, conventional. One calm accent. Real photo thumbnails.
   Built to be trustworthy and easy to browse, not a design statement.
   ========================================================================== */

/* Self-hosted Inter (variable) — no external font requests. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-wght-normal.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/inter-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg:        #ffffff;
  --bg-soft:   #f5f7f8;
  --bg-soft-2: #eef1f3;
  --text:      #1c2630;
  --text-soft: #55636e;
  --text-mute: #8a97a1;
  --line:      #e4e8eb;
  --line-2:    #d3d9dd;

  --accent:    #1d6a8f;   /* calm teal-blue — "reference / guide" */
  --accent-d:  #16556f;
  --accent-soft:#eaf3f7;
  --warn:      #b5502a;   /* used only for safety notes */

  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --step--1: clamp(.8rem, .78rem + .1vw, .85rem);
  --step-0:  clamp(1rem, .98rem + .1vw, 1.05rem);
  --step-1:  clamp(1.12rem, 1.06rem + .3vw, 1.25rem);
  --step-2:  clamp(1.35rem, 1.2rem + .6vw, 1.7rem);
  --step-3:  clamp(1.65rem, 1.4rem + 1.1vw, 2.25rem);
  --step-4:  clamp(2rem, 1.65rem + 1.7vw, 2.9rem);

  --wrap: 1160px;
  --wrap-narrow: 720px;
  --radius: 10px;
  --radius-sm: 7px;
  --shadow: 0 1px 2px rgba(28,38,48,.05), 0 10px 24px -16px rgba(28,38,48,.22);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: var(--step-0); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.18; letter-spacing: -.015em; color: var(--text); margin: 0; }
h1 { font-size: var(--step-4); line-height: 1.1; }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
p { margin: 0 0 1.05em; }
ul, ol { margin: 0 0 1.1em; padding-left: 1.25em; }
li { margin: .3em 0; }

/* ---------- utilities ----------------------------------------------------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.narrow { width: min(100% - 2.5rem, var(--wrap-narrow)); margin-inline: auto; }
.eyebrow { font-size: var(--step--1); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin: 0 0 .7rem; }
.lede { font-size: var(--step-1); color: var(--text-soft); line-height: 1.55; }
.muted { color: var(--text-mute); }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--text); color: #fff; padding: .7rem 1.1rem; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px; }

/* ---------- buttons / links ---------------------------------------------- */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; font-size: .95rem; text-decoration: none; cursor: pointer; padding: .72rem 1.25rem; border-radius: var(--radius-sm); border: 1px solid transparent; transition: background .16s, color .16s, border-color .16s; }
.btn svg { width: 1.05em; height: 1.05em; }
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: var(--accent-d); }
.btn--ghost { background: #fff; color: var(--text); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--text); }
.arrow-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; text-decoration: none; color: var(--accent); }
.arrow-link svg { width: 1em; height: 1em; transition: transform .18s; }
.arrow-link:hover svg { transform: translateX(3px); }

/* ---------- header -------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.92); backdrop-filter: saturate(150%) blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 64px; }
.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; color: var(--text); }
.brand__mark { width: 28px; height: 28px; flex: none; }
.brand__word { font-weight: 800; font-size: 1.2rem; letter-spacing: -.02em; }
.brand__word b { color: var(--accent); font-weight: 800; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; gap: .1rem; list-style: none; margin: 0; padding: 0; }
.primary-nav a { display: block; text-decoration: none; color: var(--text-soft); font-size: .92rem; font-weight: 500; padding: .5rem .7rem; border-radius: var(--radius-sm); transition: color .15s, background .15s; }
.primary-nav a:hover { color: var(--text); background: var(--bg-soft); }
.primary-nav a[aria-current="page"] { color: var(--accent); }
.header-tools { display: flex; align-items: center; gap: .2rem; }
.icon-btn { display: inline-grid; place-items: center; width: 40px; height: 40px; background: transparent; border: 1px solid transparent; border-radius: var(--radius-sm); color: var(--text); cursor: pointer; }
.icon-btn:hover { background: var(--bg-soft); }
.icon-btn svg { width: 19px; height: 19px; }
.nav-toggle { display: none; }

.mobile-nav { display: none; }
@media (max-width: 920px) {
  .primary-nav { display: none; }
  /* With the inline nav hidden, push the search + burger buttons to the right. */
  .header-tools { margin-left: auto; }
  .nav-toggle { display: inline-grid; }
  .mobile-nav { display: block; position: fixed; inset: 64px 0 0; z-index: 39; background: #fff; border-top: 1px solid var(--line); transform: translateY(-8px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; overflow-y: auto; }
  .mobile-nav[data-open="true"] { opacity: 1; transform: none; visibility: visible; }
  .mobile-nav ul { list-style: none; margin: 0; padding: .5rem 0 2rem; }
  .mobile-nav a { display: block; text-decoration: none; color: var(--text); font-size: 1.1rem; font-weight: 600; padding: .85rem 1.25rem; border-bottom: 1px solid var(--line); }
  .mobile-nav a:hover { background: var(--bg-soft); }
}

/* ---------- hero (modest, two-column) ------------------------------------ */
.hero { border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: center; padding: clamp(2.5rem, 2rem + 3vw, 4.5rem) 0; }
@media (max-width: 820px) { .hero__inner { grid-template-columns: 1fr; } }
.hero h1 { font-size: var(--step-4); }
.hero__lede { margin: 1.1rem 0 1.6rem; max-width: 48ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.hero__figure { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow); }
.hero__figure img { width: 100%; height: 100%; object-fit: cover; }
.hero__figcap { position: absolute; left: 0; bottom: 0; right: 0; padding: .6rem .8rem; font-size: var(--step--1); color: #fff; background: linear-gradient(transparent, rgba(15,20,25,.75)); }
.hero__stats { display: flex; gap: 1.6rem; margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line-2); }
.hero__stats b { display: block; font-size: 1.3rem; letter-spacing: -.02em; }
.hero__stats span { font-size: var(--step--1); color: var(--text-mute); }

/* ---------- sections ------------------------------------------------------ */
.section { padding: clamp(2.75rem, 2.2rem + 2.4vw, 4.5rem) 0; }
.section--soft { background: var(--bg-soft); border-block: 1px solid var(--line); }
.section-head { margin-bottom: 1.9rem; }
.section-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.section-head h2 { margin: 0; }
.section-head p { margin: .6rem 0 0; color: var(--text-soft); max-width: 60ch; }

/* ---------- topic grid ---------------------------------------------------- */
.topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 780px) { .topics { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .topics { grid-template-columns: 1fr; } }
.topic { display: flex; gap: .9rem; padding: 1.15rem 1.2rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; color: inherit; transition: border-color .16s, box-shadow .16s, transform .16s; }
.topic:hover { border-color: var(--line-2); box-shadow: var(--shadow); transform: translateY(-2px); }
.topic__icon { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 9px; background: var(--accent-soft); color: var(--accent); }
.topic__icon svg { width: 21px; height: 21px; }
.topic h3 { font-size: 1.02rem; margin: 0 0 .15rem; }
.topic p { margin: 0; font-size: .9rem; color: var(--text-soft); line-height: 1.45; }

/* ---------- article cards (with thumbnail) ------------------------------- */
.grid { display: grid; gap: 1.3rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 820px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid--3, .grid--2 { grid-template-columns: 1fr; } }
.card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: border-color .16s, box-shadow .16s, transform .16s; }
.card:hover { border-color: var(--line-2); box-shadow: var(--shadow); transform: translateY(-2px); }
.card__media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-soft-2); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .card__media img { transform: scale(1.04); }
.card__body { padding: 1rem 1.15rem 1.2rem; display: flex; flex-direction: column; flex: 1; }
.card__tag { font-size: var(--step--1); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--accent); margin-bottom: .45rem; }
.card__title { font-size: var(--step-1); font-weight: 700; line-height: 1.25; margin: 0 0 .4rem; letter-spacing: -.01em; }
.card__excerpt { font-size: .93rem; color: var(--text-soft); margin: 0 0 .9rem; }
.card__meta { margin-top: auto; font-size: var(--step--1); color: var(--text-mute); }

/* text-only list cards */
.card--text .card__body { padding-top: 1.15rem; }

/* ---------- link list (popular) ------------------------------------------ */
.linklist { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2.5rem; }
@media (max-width: 700px) { .linklist { grid-template-columns: 1fr; } }
.linklist a { display: flex; gap: .8rem; align-items: baseline; padding: .85rem 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--text); }
.linklist a:hover { color: var(--accent); }
.linklist .n { font-size: .85rem; font-weight: 700; color: var(--text-mute); min-width: 1.5rem; }
.linklist .t { font-weight: 500; }
.linklist .c { margin-left: auto; font-size: var(--step--1); color: var(--text-mute); white-space: nowrap; }

/* ---------- callout / start-here ----------------------------------------- */
.panel { background: var(--accent-soft); border: 1px solid #cfe4ec; border-radius: var(--radius); padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem); display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; }
@media (max-width: 640px) { .panel { grid-template-columns: 1fr; } }
.panel h2 { margin: 0 0 .5rem; }
.panel p { margin: 0; color: var(--text-soft); max-width: 60ch; }

/* ---------- footer -------------------------------------------------------- */
.site-footer { background: #fff; border-top: 1px solid var(--line); margin-top: 1rem; }
.footer-top { padding: clamp(2.5rem, 2rem + 3vw, 3.5rem) 0; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2rem; }
@media (max-width: 820px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-top { grid-template-columns: 1fr; } }
.footer-brand p { max-width: 34ch; font-size: .93rem; color: var(--text-soft); margin-top: .8rem; }
.footer-col h4 { font-size: var(--step--1); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text); margin: 0 0 1rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin: .5rem 0; }
.footer-col a { color: var(--text-soft); text-decoration: none; font-size: .93rem; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); padding: 1.2rem 0; display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; justify-content: space-between; font-size: var(--step--1); color: var(--text-mute); }
.footer-bottom a { color: var(--text-soft); text-decoration: none; }
.footer-bottom a:hover { color: var(--accent); }
.footer-disclaimer { background: var(--bg-soft); border-top: 1px solid var(--line); font-size: var(--step--1); color: var(--text-soft); padding: 1rem 0; }
.footer-disclaimer .wrap { display: flex; gap: .6rem; align-items: flex-start; }
.footer-disclaimer svg { width: 17px; height: 17px; flex: none; margin-top: .15rem; color: var(--warn); }

/* ---------- breadcrumbs --------------------------------------------------- */
.breadcrumbs { font-size: var(--step--1); color: var(--text-mute); padding: 1rem 0; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0; padding: 0; }
.breadcrumbs a { color: var(--text-soft); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .4rem; color: var(--line-2); }
.breadcrumbs [aria-current="page"] { color: var(--text); }

/* ---------- listing page head -------------------------------------------- */
.page-head { padding: clamp(2rem, 1.6rem + 2vw, 3.5rem) 0 1.5rem; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.page-head h1 { max-width: 20ch; }
.page-head p { max-width: 62ch; margin-top: .9rem; }

/* ---------- article ------------------------------------------------------- */
.article-head { padding: clamp(1.5rem, 1.2rem + 1.5vw, 2.5rem) 0 0; }
.article-head .eyebrow { color: var(--accent); }
.article-head h1 { max-width: 24ch; margin-bottom: .8rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; font-size: var(--step--1); color: var(--text-mute); align-items: center; }
.article-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--text-mute); }
.article-figure { margin: 1.6rem 0 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 21 / 9; }
.article-figure img { width: 100%; height: 100%; object-fit: cover; }

.article-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: clamp(1.5rem,1rem+3vw,3.5rem); padding: 2.2rem 0 1rem; }
@media (max-width: 900px) { .article-layout { grid-template-columns: 1fr; } }
.toc { position: sticky; top: 84px; align-self: start; font-size: .9rem; }
@media (max-width: 900px) { .toc { position: static; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; } .toc>summary { padding: .85rem 1.1rem; } .toc__inner { padding: 0 1.1rem 1rem; } }
.toc__label { font-size: var(--step--1); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-mute); margin: 0 0 .8rem; }
.toc nav ul { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--line); }
.toc nav a { display: block; text-decoration: none; color: var(--text-soft); padding: .35rem 0 .35rem 1rem; margin-left: -1px; border-left: 2px solid transparent; }
.toc nav a:hover { color: var(--text); }
.toc nav a[aria-current="true"] { color: var(--accent); border-left-color: var(--accent); font-weight: 600; }

.prose { max-width: 70ch; font-size: 1.06rem; }
.prose > p:first-of-type { font-size: var(--step-1); color: var(--text); }
.prose .answer { font-size: var(--step-1); color: var(--text); background: var(--accent-soft); border: 1px solid #cfe4ec; border-radius: var(--radius); padding: 1.1rem 1.3rem; margin: 0 0 1.7rem; }
.prose .answer::before { content: "In short"; display: block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: .45rem; }
.prose h2 { font-size: var(--step-2); margin: 1.9em 0 .5em; scroll-margin-top: 84px; }
.prose h3 { margin: 1.5em 0 .4em; scroll-margin-top: 84px; }
.prose a { color: var(--accent); text-underline-offset: 2px; }
.prose figure { margin: 1.8rem 0; }
.prose figure img { border-radius: var(--radius); }
.prose figcaption { font-size: var(--step--1); color: var(--text-mute); margin-top: .5rem; }

.callout { border: 1px solid var(--line); background: var(--bg-soft); border-radius: var(--radius); padding: 1.1rem 1.3rem; margin: 1.7rem 0; }
.callout h4 { margin: 0 0 .4rem; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); }
.callout--warn { border-left: 3px solid var(--warn); }
.callout--warn h4 { color: var(--warn); }
.callout p:last-child { margin-bottom: 0; }

.table-scroll { overflow-x: auto; margin: 1.7rem 0; border: 1px solid var(--line); border-radius: var(--radius); }
.prose table { width: 100%; border-collapse: collapse; margin: 0; font-size: .94rem; }
.prose th, .prose td { text-align: left; padding: .65rem .9rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.prose thead th { background: var(--bg-soft-2); color: var(--text); font-size: .78rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.prose tbody tr:nth-child(even) { background: var(--bg-soft); }

.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.7rem 0; }
@media (max-width: 560px) { .proscons { grid-template-columns: 1fr; } }
.proscons > div { border: 1px solid var(--line); background: #fff; border-radius: var(--radius); padding: 1.1rem 1.3rem; }
.proscons h4 { margin: 0 0 .6rem; font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.proscons--pro h4 { color: var(--accent); }
.proscons--con h4 { color: var(--warn); }
.proscons ul { margin: 0; padding-left: 1.1rem; font-size: .95rem; }

.faq { margin: 2.2rem 0; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { cursor: pointer; list-style: none; padding: 1rem 2.5rem 1rem 0; position: relative; font-size: var(--step-1); font-weight: 700; color: var(--text); }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: ""; position: absolute; right: .4rem; top: 1.25rem; width: 10px; height: 10px; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); transform: rotate(45deg); transition: transform .2s; }
.faq__item[open] summary::after { transform: rotate(-135deg); }
.faq__answer { padding: 0 0 1.1rem; color: var(--text-soft); max-width: 72ch; }
.faq__answer p:last-child { margin-bottom: 0; }

.byline-block { display: flex; gap: 1rem; align-items: center; margin: 2.2rem 0; padding: 1.1rem 1.3rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-soft); }
.byline-block__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 700; flex: none; }
.byline-block__meta { font-size: .93rem; }
.byline-block__meta strong { display: block; color: var(--text); }
.byline-block__meta span { color: var(--text-mute); }
.tag-row { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.4rem 0; }
.tag-row span { font-size: .82rem; font-weight: 500; color: var(--text-soft); background: var(--bg-soft-2); padding: .3rem .75rem; border-radius: 100px; }

/* ---------- search overlay ------------------------------------------------ */
.search-overlay { position: fixed; inset: 0; z-index: 60; display: none; }
.search-overlay[data-open="true"] { display: block; }
.search-overlay__scrim { position: absolute; inset: 0; background: rgba(20,28,35,.4); backdrop-filter: blur(2px); }
.search-panel { position: relative; max-width: 600px; margin: 12vh auto 0; background: #fff; border-radius: var(--radius); box-shadow: 0 24px 60px -20px rgba(20,28,35,.4); overflow: hidden; }
.search-panel input { width: 100%; border: 0; border-bottom: 1px solid var(--line); padding: 1.05rem 1.3rem; font-size: 1.1rem; font-family: var(--sans); background: transparent; color: var(--text); }
.search-panel input:focus { outline: none; }
.search-results { max-height: 52vh; overflow-y: auto; }
.search-results a { display: block; padding: .8rem 1.3rem; text-decoration: none; color: var(--text); border-bottom: 1px solid var(--line); }
.search-results a:hover, .search-results a.is-active { background: var(--bg-soft); }
.search-results .r-cat { font-size: var(--step--1); font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: .04em; }
.search-empty { padding: 1.2rem; color: var(--text-mute); }

/* ---------- pagination --------------------------------------------------- */
.pagination { display: flex; align-items: center; justify-content: center; gap: .4rem; margin-top: 2.5rem; flex-wrap: wrap; }
.pagination__step { font-size: .9rem; font-weight: 600; text-decoration: none; color: var(--text); border: 1px solid var(--line-2); border-radius: var(--radius-sm); padding: .5rem .85rem; transition: border-color .15s, background .15s; }
.pagination__step:hover { border-color: var(--text); }
.pagination__step.is-disabled { color: var(--text-mute); border-color: var(--line); cursor: default; }
.pagination__pages { display: flex; gap: .3rem; list-style: none; margin: 0 .3rem; padding: 0; }
.pagination__pages a, .pagination__pages span { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 .4rem; font-size: .9rem; font-weight: 600; text-decoration: none; border-radius: var(--radius-sm); border: 1px solid var(--line-2); color: var(--text); }
.pagination__pages a:hover { border-color: var(--text); }
.pagination__pages [aria-current="page"] { background: var(--accent); border-color: var(--accent); color: #fff; }
