/* Практични савети — layout & components. Uses tokens.css only. */

/* ---- Critical / base ---- */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute; width: 1px; word-wrap: normal !important;
}
.ps-skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ps-ink); color: var(--ps-bg); padding: 10px 16px;
}
.ps-skip:focus { left: var(--ps-gutter); }

.ps-wrap {
  max-width: var(--ps-max); margin: 0 auto; padding-left: var(--ps-gutter); padding-right: var(--ps-gutter);
}
.ps-measure { max-width: var(--ps-measure); margin-left: auto; margin-right: auto; padding-left: var(--ps-gutter); padding-right: var(--ps-gutter); }

img.ps-img, .ps-img { display: block; width: 100%; height: auto; border-radius: var(--ps-radius-img); border: var(--ps-border); }
.ps-placeholder { background: repeating-linear-gradient(135deg,#EFEBE2 0 8px,var(--ps-surface-2) 8px 16px); border: var(--ps-border); border-radius: var(--ps-radius-img); }

/* ---- Header ---- */
.ps-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(252,252,250,.95); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--ps-rule);
}
.ps-header__row {
  max-width: var(--ps-max); margin: 0 auto; padding: 14px 20px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.ps-brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; flex: 0 0 auto; }
.ps-brand:hover { text-decoration: none; color: inherit; }
.ps-brand__logo { height: 40px; width: auto; display: block; }
.ps-brand__text { display: flex; flex-direction: column; gap: 1px; border-left: 1px solid var(--ps-rule); padding-left: 11px; }
.ps-brand__name { font-family: var(--ps-display); font-weight: 800; font-size: 17px; letter-spacing: -.03em; line-height: 1.1; color: var(--ps-ink); }
.ps-brand__tag { font-size: 11.5px; color: var(--ps-muted); }
.ps-header__spacer { flex: 1 1 auto; }

.ps-search {
  display: flex; align-items: center; gap: 8px;
  background: var(--ps-surface); border: 1px solid var(--ps-rule); border-radius: var(--ps-radius-btn);
  padding: 9px 14px; min-width: 170px; max-width: 300px; flex: 1 1 170px;
}
.ps-search__icon { color: var(--ps-muted-2); font-size: 13px; line-height: 1; }
.ps-search input[type="search"] {
  border: 0; background: transparent; outline: none; width: 100%;
  font: 400 13.5px/1.2 var(--ps-sans); color: var(--ps-ink);
}
.ps-search input::placeholder { color: var(--ps-muted-2); }

.ps-saved-link {
  display: flex; align-items: center; gap: 7px;
  border: 1px solid var(--ps-rule); border-radius: var(--ps-radius-btn);
  padding: 9px 13px; flex: 0 0 auto; color: var(--ps-ink); text-decoration: none;
  font-size: 13px; font-weight: 500;
}
.ps-saved-link:hover { background: var(--ps-surface); text-decoration: none; color: var(--ps-ink); }
.ps-saved-count {
  font-size: 11.5px; font-weight: 700; background: var(--ps-accent); color: #fff;
  border-radius: 999px; padding: 2px 7px; min-width: 1.4em; text-align: center;
}
.ps-saved-count:empty, .ps-saved-count[data-count="0"] { display: none; }

.ps-chips {
  max-width: var(--ps-max); margin: 0 auto; padding: 0 20px 12px;
  display: flex; gap: 7px; flex-wrap: wrap;
}
.ps-chip {
  font-size: 12.5px; font-weight: 500; color: var(--ps-ink-2);
  background: var(--ps-surface); padding: 7px 13px; border-radius: 6px;
  border: 1px solid var(--ps-rule); text-decoration: none;
}
.ps-chip:hover { background: var(--ps-rule); text-decoration: none; color: var(--ps-ink); }
.ps-chip.is-active { font-weight: 600; background: var(--ps-ink); color: var(--ps-bg); border-color: var(--ps-ink); }
.ps-chip.is-active:hover { color: var(--ps-bg); }

.ps-progress { height: 3px; background: var(--ps-rule); }
.ps-progress__fill { height: 3px; background: var(--ps-accent); transform-origin: 0 50%; transform: scaleX(0); will-change: transform; }

/* ---- Tabs ---- */
.ps-tabs {
  display: flex; gap: 0; border-bottom: 2px solid var(--ps-rule); margin-bottom: 34px; align-items: flex-end;
}
.ps-tabs__link {
  font-family: var(--ps-display); font-weight: 700; font-size: 19px; letter-spacing: -.02em;
  background: transparent; border: 0; border-bottom: 2px solid transparent;
  color: var(--ps-muted-2); padding: 12px 4px; margin-bottom: -2px; margin-right: 26px;
  text-decoration: none; cursor: pointer;
}
.ps-tabs__link:hover { text-decoration: none; color: var(--ps-ink); }
.ps-tabs__link[aria-current="page"] { color: var(--ps-ink); border-bottom-color: var(--ps-ink); }
.ps-tabs__hint { margin-left: auto; align-self: center; font-size: 12.5px; color: var(--ps-muted-2); }

/* ---- Home hero ---- */
.ps-home { max-width: var(--ps-max); margin: 0 auto; padding: 26px 20px 80px; }
.ps-hero { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(0,1fr); gap: 36px; align-items: start; }
@media (max-width: 820px) { .ps-hero { grid-template-columns: 1fr; } }

.ps-featured { position: relative; }
.ps-featured__media { aspect-ratio: 16/9; border-radius: var(--ps-radius-img); overflow: hidden; }
.ps-featured__media img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }
.ps-featured__meta { display: flex; gap: 10px; align-items: center; margin: 20px 0 12px; flex-wrap: wrap; }
.ps-kicker { font-size: var(--ps-kicker); font-weight: 700; color: var(--ps-accent); letter-spacing: var(--ps-kicker-ls); text-transform: uppercase; }
.ps-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ps-numeral); flex: 0 0 auto; }
.ps-meta { font-size: var(--ps-meta); color: var(--ps-muted-2); }
.ps-featured__title {
  font-family: var(--ps-display); font-weight: 800;
  font-size: var(--ps-featured); line-height: var(--ps-featured-lh); letter-spacing: var(--ps-featured-ls);
  margin: 0 0 14px;
}
.ps-featured__title a { color: var(--ps-ink); text-decoration: none; }
.ps-featured__title a:hover { color: var(--ps-accent-hi); }
.ps-featured__dek { font-family: var(--ps-serif); font-size: 18px; line-height: 1.6; color: var(--ps-ink-3); margin: 0; max-width: 56ch; }

.ps-rail-label {
  font-size: 11.5px; font-weight: 700; letter-spacing: var(--ps-label-ls); text-transform: uppercase;
  color: var(--ps-muted-2); padding-bottom: 10px; border-bottom: 1px solid var(--ps-rule); margin-bottom: 0;
}
.ps-list { display: flex; flex-direction: column; gap: 20px; }
.ps-list-item { display: flex; gap: 14px; text-decoration: none; color: inherit; }
.ps-list-item:hover { text-decoration: none; color: inherit; }
.ps-list-item__thumb { flex: 0 0 88px; width: 88px; height: 88px; border-radius: var(--ps-radius-img); overflow: hidden; }
.ps-list-item__thumb img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }
.ps-list-item__kicker { font-size: 11px; font-weight: 700; color: var(--ps-accent); letter-spacing: var(--ps-kicker-ls); text-transform: uppercase; }
.ps-list-item__title {
  font-family: var(--ps-display); font-weight: 700; font-size: var(--ps-card-sm);
  line-height: 1.24; letter-spacing: -.02em; margin: 6px 0; color: var(--ps-ink);
}
.ps-list-sep { height: 1px; background: var(--ps-rule); }

/* ---- Grid + sidebar ---- */
.ps-main-grid {
  display: grid; grid-template-columns: minmax(0,1fr) var(--ps-sidebar); gap: var(--ps-grid-gap);
  margin-top: 56px; padding-top: 34px; border-top: var(--ps-rule-strong); align-items: start;
}
@media (max-width: 900px) {
  .ps-main-grid { grid-template-columns: 1fr; }
}
.ps-section-title {
  font-family: var(--ps-display); font-weight: 800;
  font-size: var(--ps-section); letter-spacing: var(--ps-section-ls); margin: 0 0 26px;
}

.ps-card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); gap: 34px 28px; }
.ps-card { position: relative; }
.ps-card__media { aspect-ratio: 4/3; border-radius: var(--ps-radius-img); overflow: hidden; margin: 0; }
.ps-card__media img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }
.ps-card__kicker { display: block; font-size: 11px; font-weight: 700; color: var(--ps-accent); letter-spacing: var(--ps-kicker-ls); text-transform: uppercase; margin: 14px 0 8px; }
.ps-card__title {
  font-family: var(--ps-display); font-weight: 700; font-size: var(--ps-card-lg);
  line-height: 1.2; letter-spacing: var(--ps-card-ls); margin: 0 0 9px;
}
.ps-card__title a { color: var(--ps-ink); text-decoration: none; }
.ps-card__title a:hover { color: var(--ps-accent-hi); }
.ps-card__title a::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
}
.ps-card__dek { font-size: 13.5px; line-height: 1.55; color: var(--ps-muted); margin: 0; }
.ps-card--md .ps-card__title { font-size: var(--ps-card-md); }

.ps-btn {
  display: inline-block; font: 600 14px/1 var(--ps-sans);
  background: transparent; border: 1.5px solid var(--ps-ink); color: var(--ps-ink);
  padding: 15px 32px; border-radius: var(--ps-radius-btn); text-decoration: none; cursor: pointer;
}
.ps-btn:hover { background: var(--ps-accent); border-color: var(--ps-accent); color: #fff; text-decoration: none; }
.ps-load-more { display: flex; justify-content: center; margin-top: 40px; }

/* ---- Sidebar ---- */
.ps-sidebar { position: sticky; top: var(--ps-sticky-top); display: flex; flex-direction: column; gap: 30px; }
.ps-mostread__item { display: flex; gap: 12px; text-decoration: none; color: inherit; }
.ps-mostread__item:hover { text-decoration: none; }
.ps-mostread__num { font-family: var(--ps-display); font-weight: 800; font-size: 19px; color: var(--ps-numeral); line-height: 1.15; }
.ps-mostread__title { font-family: var(--ps-display); font-weight: 700; font-size: 15px; line-height: 1.28; letter-spacing: -.02em; margin: 0; color: var(--ps-ink); }
.ps-mostread { display: flex; flex-direction: column; gap: 15px; }

.ps-hub-list { display: flex; flex-direction: column; }
.ps-hub-list a {
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid var(--ps-hairline); text-decoration: none; color: inherit;
}
.ps-hub-list a:last-child { border-bottom: 0; }
.ps-hub-list a:hover { background: var(--ps-surface); text-decoration: none; }
.ps-hub-list__name { font-family: var(--ps-display); font-weight: 700; font-size: 16px; letter-spacing: -.02em; }
.ps-hub-list__count { font-size: 12px; color: var(--ps-muted-2); }

/* ---- Tip cards ---- */
.ps-tips-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 26px; }
.ps-tip-card {
  position: relative; border: 1px solid var(--ps-rule); border-radius: var(--ps-radius-card);
  overflow: hidden; background: var(--ps-bg); text-decoration: none; color: inherit; display: block;
}
.ps-tip-card:hover { border-color: var(--ps-ink); text-decoration: none; color: inherit; }
.ps-tip-card__media { aspect-ratio: 1; border-bottom: 1px solid var(--ps-rule); overflow: hidden; }
.ps-tip-card__media img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }
.ps-tip-card__body { padding: 15px 16px 17px; }
.ps-tip-card__text { font-family: var(--ps-serif); font-size: 15px; line-height: 1.45; color: var(--ps-ink-body); margin: 0 0 10px; }
.ps-tip-card__date { font-size: 11.5px; color: var(--ps-muted-2); }


/* ---- Article ---- */
.ps-article-top { padding-top: 38px; }
.ps-crumbs { display: flex; gap: 8px; align-items: center; font-size: 12.5px; color: var(--ps-muted-2); margin-bottom: 22px; flex-wrap: wrap; }
.ps-crumbs a { color: var(--ps-muted-2); }
.ps-article-kicker { display: block; margin-bottom: 14px; }
.ps-article-title {
  font-family: var(--ps-display); font-weight: 800;
  font-size: var(--ps-h1); line-height: var(--ps-h1-lh); letter-spacing: var(--ps-h1-ls);
  margin: 0 0 20px; color: var(--ps-ink);
}
.ps-article-dek {
  font-family: var(--ps-serif); font-size: var(--ps-dek); line-height: var(--ps-dek-lh);
  color: var(--ps-ink-3); margin: 0 0 26px;
}
.ps-byline {
  display: flex; align-items: center; gap: 14px; padding: 16px 0;
  border-top: 1px solid var(--ps-rule); border-bottom: 1px solid var(--ps-rule); flex-wrap: wrap;
}
.ps-byline__avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--ps-rule); overflow: hidden; }
.ps-byline__avatar img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }
.ps-byline__name { font-size: 13.5px; font-weight: 600; }
.ps-byline__spacer { flex: 1; }

.ps-save-btn {
  font: 600 12.5px/1 var(--ps-sans); border: 1px solid var(--ps-rule); background: var(--ps-surface);
  color: var(--ps-ink-2); border-radius: 7px; padding: 9px 14px; cursor: pointer;
}
.ps-save-btn[aria-pressed="true"] { background: var(--ps-accent); border-color: var(--ps-accent); color: #fff; }
.ps-share-btn {
  font: 500 12.5px/1 var(--ps-sans); border: 1px solid var(--ps-rule); background: var(--ps-surface);
  color: var(--ps-ink-2); border-radius: 7px; padding: 9px 14px; cursor: pointer; text-decoration: none;
}
.ps-share-btn:hover { background: var(--ps-rule); text-decoration: none; color: var(--ps-ink-2); }

.ps-hero-img { padding-top: 28px; }
.ps-hero-img__frame { aspect-ratio: 16/9; border-radius: var(--ps-radius-img); overflow: hidden; }
.ps-hero-img__frame img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }
.ps-caption { font-family: var(--ps-mono); font-size: var(--ps-caption); color: var(--ps-faint); margin: 9px 0 0; letter-spacing: .06em; }

.ps-article-body {
  font-family: var(--ps-serif); font-size: var(--ps-body); line-height: var(--ps-body-lh); color: var(--ps-ink-body);
  padding-top: 6px; padding-bottom: 0;
}
.ps-article-body > p { margin: 34px 0 0; }
.ps-article-body > p:first-child { margin-top: 34px; }
.ps-article-body h2 {
  font-family: var(--ps-display); font-weight: 800; font-size: var(--ps-h2-article);
  line-height: var(--ps-h2-lh); letter-spacing: var(--ps-h2-ls); margin: 46px 0 14px; color: var(--ps-ink);
}
.ps-article-body blockquote {
  margin: 36px 0; padding: 0 0 0 24px; border-left: 5px solid var(--ps-accent);
}
.ps-article-body blockquote p {
  font-family: var(--ps-display); font-weight: 700; font-size: var(--ps-quote);
  line-height: 1.28; letter-spacing: -.03em; color: var(--ps-ink); margin: 0;
}
.ps-article-body ol, .ps-article-body ul { margin: 0; padding-left: 24px; }
.ps-article-body li { margin-bottom: 12px; }
.ps-article-body figure { margin: 36px 0; }
.ps-article-body figure img { border-radius: var(--ps-radius-img); border: var(--ps-border); }
.ps-article-body a { color: var(--ps-accent); }
.ps-article-body a:hover { color: var(--ps-accent-hi); }

.ps-related-inline {
  margin: 36px 0; border-top: var(--ps-rule-strong); border-bottom: 1px solid var(--ps-rule); padding: 16px 0 18px;
}
.ps-related-inline__link { text-decoration: none; display: block; color: inherit; }
.ps-related-inline__link:hover { text-decoration: none; }
.ps-related-inline__label {
  font-family: var(--ps-sans); font-size: 11px; font-weight: 700; letter-spacing: var(--ps-label-ls);
  text-transform: uppercase; color: var(--ps-accent); margin-bottom: 9px; display: block;
}
.ps-related-inline__title {
  font-family: var(--ps-display); font-weight: 700; font-size: 21px; line-height: 1.2;
  letter-spacing: -.028em; color: var(--ps-ink);
}

.ps-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 38px 0 0; }
.ps-tag {
  font-size: 12.5px; background: var(--ps-surface); border: 1px solid var(--ps-rule);
  border-radius: 6px; padding: 7px 13px; color: var(--ps-ink-2); text-decoration: none;
}
.ps-tag:hover { text-decoration: none; color: var(--ps-ink); background: var(--ps-rule); }

.ps-related-end { max-width: var(--ps-max); margin: 66px auto 0; padding: 0 20px 90px; }
.ps-related-end__inner { border-top: var(--ps-rule-strong); padding-top: 28px; }

.ps-comments { max-width: var(--ps-measure); margin: 40px auto 80px; padding: 0 var(--ps-gutter); }

/* ---- Short tip single ---- */
.ps-tip-single { max-width: 740px; margin: 0 auto; padding: 38px 20px 90px; }
.ps-tip-single__media { aspect-ratio: 1; border-radius: var(--ps-radius-card); overflow: hidden; }
.ps-tip-single__media img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }
.ps-tip-single__meta { display: flex; align-items: center; gap: 12px; margin: 22px 0 16px; flex-wrap: wrap; }
.ps-tip-single__meta .ps-byline__spacer { flex: 1; }
.ps-tip-single__ig { font-size: 12.5px; font-weight: 600; }
.ps-tip-single__tags { padding-bottom: 26px; border-bottom: 1px solid var(--ps-rule); margin-top: 0; }
.ps-tip-more-title { font-size: 24px; margin: 0 0 20px; }
.ps-tip-single__statement {
  font-family: var(--ps-display); font-weight: 700;
  font-size: clamp(23px, 3.2vw, 32px); line-height: 1.22; letter-spacing: -.032em;
  margin: 0 0 26px; color: var(--ps-ink);
}
.ps-tip-nav { display: flex; gap: 12px; margin: 30px 0 46px; }
.ps-tip-nav a {
  flex: 1; border: 1px solid var(--ps-rule); border-radius: 6px; padding: 14px 16px;
  text-decoration: none; color: inherit;
}
.ps-tip-nav a:hover { border-color: var(--ps-ink); text-decoration: none; }
.ps-tip-nav__label { font-size: 11.5px; color: var(--ps-muted-2); margin-bottom: 6px; }
.ps-tip-nav__title { font-family: var(--ps-display); font-weight: 700; font-size: 15px; line-height: 1.28; letter-spacing: -.02em; }
.ps-tip-nav__next { text-align: right; }
.ps-tip-more-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
.ps-tip-more-grid a { aspect-ratio: 1; border-radius: var(--ps-radius-img); overflow: hidden; display: block; border: 1px solid var(--ps-rule); }
.ps-tip-more-grid img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }

.ps-longer-link {
  margin: 36px 0 0; border-top: var(--ps-rule-strong); padding: 16px 0 0; display: block; text-decoration: none;
}
.ps-longer-link:hover { text-decoration: none; }
.ps-longer-link__label { font-size: 11px; font-weight: 700; letter-spacing: var(--ps-label-ls); text-transform: uppercase; color: var(--ps-accent); margin-bottom: 9px; }
.ps-longer-link__title { font-family: var(--ps-display); font-weight: 700; font-size: 22px; line-height: 1.2; letter-spacing: -.03em; color: var(--ps-ink); }

/* ---- Hub / teme ---- */
.ps-hub-page { max-width: var(--ps-max); margin: 0 auto; padding: 38px 20px 90px; }
.ps-hub-page h1 {
  font-family: var(--ps-display); font-weight: 800;
  font-size: clamp(34px, 5vw, 56px); line-height: 1.03; letter-spacing: -.04em; margin: 0 0 12px;
}
.ps-hub-page__intro {
  font-family: var(--ps-serif); font-size: 18px; line-height: 1.6; color: var(--ps-ink-3);
  margin: 0 0 38px; max-width: 60ch;
}
.ps-hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; }
.ps-hub-card {
  border: 1px solid var(--ps-rule); border-radius: var(--ps-radius-card); padding: 22px;
  text-decoration: none; color: inherit; display: block;
}
.ps-hub-card:hover { border-color: var(--ps-ink); text-decoration: none; color: inherit; }
.ps-hub-card__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.ps-hub-card__title { font-family: var(--ps-display); font-weight: 800; font-size: 22px; letter-spacing: -.032em; margin: 0; }
.ps-hub-card__count { font-size: 12px; color: var(--ps-muted-2); white-space: nowrap; }
.ps-hub-card__children { display: flex; flex-direction: column; gap: 7px; }
.ps-hub-card__children span { font-size: 13.5px; color: var(--ps-ink-2); }

/* ---- Saved ---- */
.ps-saved-page { max-width: var(--ps-max); margin: 0 auto; padding: 38px 20px 90px; }
.ps-saved-page h1 {
  font-family: var(--ps-display); font-weight: 800;
  font-size: clamp(32px, 4.6vw, 52px); line-height: 1.03; letter-spacing: -.04em; margin: 0 0 12px;
}
.ps-saved-page__intro {
  font-family: var(--ps-serif); font-size: 17.5px; line-height: 1.6; color: var(--ps-ink-3);
  margin: 0 0 34px; max-width: 58ch;
}
.ps-saved-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px 26px; }
.ps-saved-empty { font-family: var(--ps-serif); font-size: 18px; color: var(--ps-ink-3); }
.ps-saved-empty a { font-weight: 600; }

/* ---- Text page ---- */
.ps-page { padding: 38px 0 90px; }
.ps-page h1 {
  font-family: var(--ps-display); font-weight: 800;
  font-size: clamp(32px, 4.6vw, 52px); line-height: 1.04; letter-spacing: -.04em; margin: 0 0 14px;
}
.ps-page__updated {
  font-size: 12.5px; color: var(--ps-muted-2); margin: 0 0 26px; padding-bottom: 22px;
  border-bottom: var(--ps-rule-strong);
}
.ps-toc {
  display: flex; flex-direction: column; gap: 9px; background: var(--ps-surface);
  border: 1px solid var(--ps-rule); border-radius: 6px; padding: 20px 22px; margin-bottom: 40px;
}
.ps-toc__label { font-size: 11px; font-weight: 700; letter-spacing: var(--ps-label-ls); text-transform: uppercase; color: var(--ps-muted-2); margin-bottom: 3px; }
.ps-toc a { font-size: 14px; }
.ps-page-body {
  font-family: var(--ps-serif); font-size: var(--ps-body-page); line-height: var(--ps-body-lh); color: var(--ps-ink-body);
}
.ps-page-body h2 {
  font-family: var(--ps-display); font-weight: 800; font-size: var(--ps-h2-page);
  line-height: 1.14; letter-spacing: var(--ps-h2-ls); margin: 44px 0 14px; color: var(--ps-ink);
}
.ps-page-body p { margin: 0 0 18px; }
.ps-page-body ul { margin: 0; padding-left: 24px; }
.ps-page-body li { margin-bottom: 10px; }
.ps-page-body blockquote {
  margin: 30px 0; padding: 0 0 0 24px; border-left: 5px solid var(--ps-accent);
}
.ps-page-body blockquote p {
  font-family: var(--ps-display); font-weight: 700; font-size: 22px; line-height: 1.3;
  letter-spacing: -.03em; color: var(--ps-ink); margin: 0;
}

/* ---- Archive / search / 404 ---- */
.ps-archive { max-width: var(--ps-max); margin: 0 auto; padding: 38px 20px 80px; }
.ps-archive h1 {
  font-family: var(--ps-display); font-weight: 800;
  font-size: clamp(32px, 4.6vw, 48px); line-height: 1.05; letter-spacing: -.04em; margin: 0 0 28px;
}
.ps-404-search { margin-bottom: 40px; max-width: 420px; }

/* ---- Footer ---- */
.ps-footer { border-top: 1px solid var(--ps-rule); background: var(--ps-surface); margin-top: 40px; }
.ps-footer__grid {
  max-width: var(--ps-max); margin: 0 auto; padding: 44px 20px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 30px;
}
.ps-footer__brand { font-family: var(--ps-display); font-weight: 800; font-size: 17px; letter-spacing: -.03em; margin-bottom: 9px; }
.ps-footer__desc { font-size: 13px; line-height: 1.6; color: var(--ps-muted); margin: 0; }
.ps-footer__col { display: flex; flex-direction: column; gap: 9px; }
.ps-footer__label { font-size: 11.5px; font-weight: 700; letter-spacing: var(--ps-label-ls); text-transform: uppercase; color: var(--ps-muted-2); }
.ps-footer__col a { font-size: 13.5px; color: var(--ps-ink-2); text-decoration: none; }
.ps-footer__col a:hover { color: var(--ps-accent-hi); text-decoration: underline; }
.ps-footer__bar { border-top: 1px solid var(--ps-rule); }
.ps-footer__copy { max-width: var(--ps-max); margin: 0 auto; padding: 16px 20px; font-size: 12.5px; color: var(--ps-muted-2); }

/* ---- Reduced motion ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .ps-progress__fill { transition: none; }
}
