/**
 * PrestaShop Compliance — theme styles.
 * Warm editorial system: Lora headings, DM Sans body, paper + terracotta.
 */

/* ---- Fonts ------------------------------------------------------------- */
@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/dm-sans-latin.woff2') format('woff2');
	font-weight: 100 1000;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lora';
	src: url('../fonts/lora-latin.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

/* ---- Tokens ------------------------------------------------------------ */
:root {
	--bg: #F4F6FB;
	--bg-soft: #E8EDF7;
	--card: #FFFFFF;
	--ink: #0C1B38;
	--text: #2B3448;
	--muted: #5C6577;
	--accent: #12429E;
	--accent-d: #0C3079;
	--accent-soft: #E6EDF9;
	--accent-line: #BFD0EC;
	--border: #DBE2EF;
	--border-strong: #C6D0E2;
	--ok: #2F6F4A;
	--radius: 10px;
	--radius-lg: 16px;
	--radius-sm: 7px;
	--maxw: 1140px;
	--read: 46rem;
	--font-head: 'Lora', Georgia, 'Times New Roman', serif;
	--font-body: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
	--shadow: 0 1px 2px rgba(45, 32, 20, .04), 0 6px 20px rgba(45, 32, 20, .05);
	--shadow-lg: 0 12px 40px rgba(45, 32, 20, .10);
}

/* ---- Base -------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 {
	font-family: var(--font-head);
	color: var(--ink);
	font-weight: 600;
	line-height: 1.22;
	margin: 0 0 .5em;
}
h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3rem); }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.3vw, 2.05rem); }
h3 { font-size: 1.2rem; font-weight: 500; }
h4 { font-size: 1.05rem; font-weight: 600; }
p { margin: 0 0 1.1rem; }
a { color: var(--accent-d); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; }
strong { color: var(--ink); }
hr { border: 0; border-top: 1px solid var(--border); margin: 2rem 0; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.psc-container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }
.psc-ico { display: inline-block; vertical-align: middle; flex: 0 0 auto; }

.psc-skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 200;
	background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 0 0 8px 0;
}
.psc-skip-link:focus { left: 0; }

/* ---- Buttons ----------------------------------------------------------- */
.psc-btn {
	display: inline-flex; align-items: center; gap: .45rem;
	font-family: var(--font-body); font-weight: 500; font-size: .98rem;
	padding: .72rem 1.2rem; border-radius: var(--radius);
	border: 1px solid transparent; cursor: pointer; text-decoration: none;
	transition: background .15s, color .15s, border-color .15s, transform .08s;
}
.psc-btn:hover { text-decoration: none; }
.psc-btn:active { transform: translateY(1px); }
.psc-btn--primary { background: var(--accent); color: #fff; }
.psc-btn--primary:hover { background: var(--accent-d); color: #fff; }
.psc-btn--ghost { background: var(--card); color: var(--ink); border-color: var(--border-strong); }
.psc-btn--ghost:hover { background: var(--bg-soft); }

/* ---- Header / nav ------------------------------------------------------ */
.psc-site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(244, 246, 251, .9);
	backdrop-filter: saturate(1.4) blur(8px);
	border-bottom: 1px solid var(--border);
}
.psc-site-header__inner { display: flex; align-items: center; gap: 1.25rem; min-height: 66px; }
.psc-logo, .psc-site-header__brand a { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.psc-logo__mark {
	display: inline-flex; align-items: center; justify-content: center;
	width: 34px; height: 34px; border-radius: 9px;
	background: var(--accent-soft); color: var(--accent-d);
}
.psc-logo__text { font-family: var(--font-head); font-weight: 600; font-size: 1.16rem; color: var(--ink); }

.psc-primary-nav { margin-left: auto; }
.psc-menu { display: flex; align-items: center; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.psc-menu a, .psc-menu > li > .psc-menu__btn {
	display: inline-flex; align-items: center; gap: .3rem;
	font-size: .95rem; color: var(--text); text-decoration: none;
	padding: .5rem .7rem; border-radius: 8px; background: none; border: 0; cursor: pointer;
	font-family: var(--font-body);
}
.psc-menu a:hover, .psc-menu > li > .psc-menu__btn:hover { background: var(--bg-soft); color: var(--ink); text-decoration: none; }
.psc-menu .current-menu-item > a, .psc-menu .current_page_item > a { color: var(--ink); font-weight: 500; }

/* Dropdown submenus */
.psc-menu .menu-item-has-children { position: relative; }
.psc-menu .menu-item-has-children > a::after {
	content: ""; width: .5rem; height: .5rem; margin-left: .1rem;
	border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor;
	transform: rotate(45deg) translateY(-2px); transition: transform .18s; opacity: .7;
}
.psc-menu .sub-menu {
	position: absolute; top: calc(100% + 6px); left: 0; min-width: 230px;
	background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
	box-shadow: var(--shadow-lg); padding: .4rem; list-style: none; margin: 0;
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: opacity .16s, transform .16s, visibility .16s; z-index: 120;
}
.psc-menu .menu-item-has-children:hover > .sub-menu,
.psc-menu .menu-item-has-children:focus-within > .sub-menu,
.psc-menu .menu-item-has-children.psc-open > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.psc-menu .sub-menu a { display: block; padding: .55rem .7rem; border-radius: 8px; width: 100%; }
.psc-langswitch .current-lang a { background: var(--accent-soft); color: var(--accent-d); }
.psc-langswitch img { width: 18px; height: auto; border-radius: 2px; display: block; }

.psc-nav-toggle {
	display: none; margin-left: auto; width: 42px; height: 42px;
	align-items: center; justify-content: center;
	background: var(--card); border: 1px solid var(--border-strong); border-radius: 9px;
	color: var(--ink); cursor: pointer;
}
.psc-nav-toggle .psc-ico--close { display: none; }
.psc-nav-open .psc-nav-toggle .psc-ico--menu { display: none; }
.psc-nav-open .psc-nav-toggle .psc-ico--close { display: inline-block; }

/* ---- Sections ---------------------------------------------------------- */
.psc-main { display: block; }
.psc-section { padding: clamp(2.5rem, 1.5rem + 3vw, 4.5rem) 0; }
.psc-section + .psc-section { padding-top: 0; }
.psc-section__head { margin-bottom: 1.6rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.psc-section__title { margin: 0; }
.psc-section__sub { margin: .35rem 0 0; color: var(--muted); max-width: var(--read); }
.psc-section__more { color: var(--accent-d); font-weight: 500; font-size: .92rem; white-space: nowrap; }

.psc-eyebrow, .psc-hero__eyebrow {
	display: inline-flex; align-items: center; gap: .5rem;
	font-size: .78rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
	color: var(--accent-d); background: var(--accent-soft);
	padding: .35rem .7rem; border-radius: 999px; margin: 0 0 1.1rem;
}

/* ---- Hero -------------------------------------------------------------- */
.psc-hero { position: relative; overflow: hidden; padding: clamp(3rem, 2rem + 5vw, 5.5rem) 0 clamp(2.5rem, 2rem + 2vw, 4rem); }
.psc-hero::before {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: radial-gradient(120% 80% at 85% -10%, var(--accent-soft) 0%, rgba(230, 237, 249, 0) 55%);
}
.psc-hero__inner { max-width: 52rem; }
.psc-hero__title { margin: 0 0 .6rem; }
.psc-hero__lede { font-size: 1.18rem; color: var(--text); max-width: var(--read); margin: 0 0 1.6rem; }
.psc-hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.psc-hero__stats { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 2.2rem; }
.psc-stat__v { display: block; font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: 1.9rem; line-height: 1; }
.psc-stat__l { display: block; color: var(--muted); font-size: .86rem; margin-top: .4rem; }

/* ---- Grids & cards ----------------------------------------------------- */
.psc-grid { display: grid; gap: 1rem; }
.psc-grid--laws { grid-template-columns: repeat(4, 1fr); }
.psc-grid--cards { grid-template-columns: repeat(3, 1fr); }
.psc-grid--countries { grid-template-columns: repeat(4, 1fr); }

.psc-lawcard {
	display: flex; flex-direction: column; gap: .5rem;
	background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 1.15rem; text-decoration: none; color: var(--ink);
	transition: border-color .15s, transform .15s, box-shadow .15s;
}
.psc-lawcard:hover { text-decoration: none; border-color: var(--accent-line); transform: translateY(-2px); box-shadow: var(--shadow); }
.psc-lawcard__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; border-radius: 9px;
	background: var(--accent-soft); color: var(--accent-d);
}
.psc-lawcard__name { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; }
.psc-lawcard__excerpt { color: var(--muted); font-size: .9rem; line-height: 1.5; }

.psc-card {
	background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
	overflow: hidden; transition: border-color .15s, transform .15s, box-shadow .15s;
}
.psc-card:hover { border-color: var(--accent-line); transform: translateY(-2px); box-shadow: var(--shadow); }
.psc-card__link { display: block; text-decoration: none; color: inherit; }
.psc-card__media { aspect-ratio: 16 / 9; background: var(--bg-soft); overflow: hidden; }
.psc-card__img { width: 100%; height: 100%; object-fit: cover; }
.psc-card__body { padding: 1.15rem; }
.psc-card__kicker { display: inline-block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-d); font-weight: 600; margin-bottom: .4rem; }
.psc-card__title { font-size: 1.15rem; margin: 0 0 .4rem; color: var(--ink); }
.psc-card__excerpt { color: var(--text); font-size: .95rem; line-height: 1.55; margin: 0 0 .6rem; }
.psc-card__meta { color: var(--muted); font-size: .84rem; }

.psc-country {
	display: flex; align-items: center; gap: .5rem;
	background: var(--card); border: 1px solid var(--border); border-radius: var(--radius);
	padding: .85rem 1rem; text-decoration: none; color: var(--ink); font-weight: 500; font-size: .96rem;
	transition: border-color .15s, transform .15s, box-shadow .15s;
}
.psc-country:hover { text-decoration: none; border-color: var(--accent-line); transform: translateY(-2px); box-shadow: var(--shadow); }
.psc-country::before {
	content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: 0 0 auto;
}
.psc-country--flag::before { display: none; }
.psc-flag {
	display: block; border-radius: 3px; border: 1px solid var(--border);
	box-shadow: 0 1px 2px rgba(12, 27, 56, .1); flex: 0 0 auto;
}
.psc-country--flag .psc-flag { width: 26px; height: auto; }
.psc-country__name { min-width: 0; }

/* Country hub header with flag */
.psc-single__head--country { display: flex; align-items: flex-start; gap: 1rem; }
.psc-single__flag .psc-flag { width: 56px; border-radius: 5px; }
.psc-single__headings { min-width: 0; }

/* ---- Timeline ---------------------------------------------------------- */
.psc-timeline__track { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.psc-timeline__step { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.1rem; position: relative; }
.psc-timeline__step::before { content: ""; position: absolute; top: 0; left: 1.1rem; right: 1.1rem; height: 3px; background: var(--accent); border-radius: 0 0 3px 3px; }
.psc-timeline__year { display: block; font-family: var(--font-head); font-weight: 600; font-size: 1.5rem; color: var(--ink); margin-bottom: .6rem; }
.psc-timeline__laws { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.psc-timeline__law a { color: var(--accent-d); font-weight: 500; font-size: .95rem; }
.psc-timeline__law { color: var(--text); font-size: .95rem; }

/* ---- Byline & pills ---------------------------------------------------- */
.psc-byline { color: var(--muted); font-size: .9rem; margin: .3rem 0 1.4rem; }
.psc-byline__sep { margin: 0 .15rem; }
.psc-pills { display: inline-flex; flex-wrap: wrap; gap: .4rem; }
.psc-pill {
	display: inline-block; font-size: .8rem; font-weight: 500;
	color: var(--accent-d); background: var(--accent-soft);
	padding: .25rem .7rem; border-radius: 999px; text-decoration: none;
}
.psc-pill:hover { background: var(--accent-line); text-decoration: none; }

/* ---- Newsletter (dark) ------------------------------------------------- */
.psc-newsletter__inner {
	background: var(--ink); color: #e7ecf5; border-radius: var(--radius-lg);
	padding: clamp(1.75rem, 1rem + 2vw, 2.75rem);
	display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap;
}
.psc-newsletter__copy { max-width: 34rem; }
.psc-newsletter__copy .psc-section__title { color: #fff; }
.psc-newsletter__copy p { color: #c4cdde; margin: .5rem 0 0; }
.psc-newsletter__form { display: flex; gap: .6rem; flex-wrap: wrap; }
.psc-newsletter__form input {
	font-family: var(--font-body); font-size: .98rem; padding: .72rem .9rem;
	border-radius: var(--radius); border: 1px solid #2a3b5c; background: #11213f; color: #fff; min-width: 15rem;
}
.psc-newsletter__form input::placeholder { color: #8a93a6; }
.psc-newsletter__form { flex-direction: column; align-items: stretch; gap: .7rem; }
.psc-newsletter__row { display: flex; gap: .6rem; flex-wrap: wrap; }
.psc-newsletter__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.psc-newsletter__consent { display: flex; gap: .5rem; align-items: flex-start; color: #c4cdde; font-size: .82rem; line-height: 1.45; max-width: 26rem; }
.psc-newsletter__consent input { margin-top: .2rem; flex: 0 0 auto; }
.psc-newsletter__consent a { color: #fff; text-decoration: underline; }
.psc-newsletter__status { margin: .2rem 0 0; font-size: .9rem; font-weight: 500; padding: .55rem .8rem; border-radius: 8px; }
.psc-newsletter__status[data-code="pending"], .psc-newsletter__status[data-code="ok"] { background: #14351f; color: #d8efe0; }
.psc-newsletter__status[data-code="error"] { background: #3a201a; color: #f3c9bb; }

/* Confirm / unsubscribe banner */
.psc-nl-banner { background: var(--accent-soft); border-bottom: 1px solid var(--accent-line); }
.psc-nl-banner__inner { display: flex; align-items: center; gap: .6rem; padding: .7rem 0; color: var(--accent-d); font-size: .92rem; font-weight: 500; }
.psc-nl-banner--error .psc-nl-banner__inner { color: #b91c1c; }

/* ---- Footer ------------------------------------------------------------ */
.psc-site-footer { border-top: 1px solid var(--border); background: var(--bg-soft); margin-top: 2rem; }
.psc-site-footer__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; padding-top: 3rem; padding-bottom: 2rem; }
.psc-site-footer__tagline { color: var(--text); margin: .8rem 0 .4rem; max-width: 26rem; }
.psc-site-footer__disclaimer { color: var(--muted); font-size: .86rem; max-width: 28rem; }
.psc-footer-nav .psc-footer-menu { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem 1rem; }
.psc-footer-menu a { color: var(--text); text-decoration: none; font-size: .92rem; }
.psc-footer-menu a:hover { color: var(--accent-d); text-decoration: none; }
.psc-site-footer__legal { border-top: 1px solid var(--border); padding-top: 1.2rem; padding-bottom: 1.6rem; }
.psc-site-footer__legal p { margin: 0; color: var(--muted); font-size: .82rem; }

/* ---- Back to top ------------------------------------------------------- */
.psc-to-top {
	position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 90;
	width: 44px; height: 44px; border-radius: 50%;
	display: inline-flex; align-items: center; justify-content: center;
	background: var(--ink); color: #fff; border: 0; cursor: pointer; box-shadow: var(--shadow-lg);
}
.psc-to-top[hidden] { display: none; }

/* ---- Breadcrumbs ------------------------------------------------------- */
.psc-breadcrumbs { max-width: var(--read); margin: 0 auto 1.25rem; }
.psc-breadcrumbs ol {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-wrap: wrap; align-items: center; gap: .5rem;
	font-size: .84rem; color: var(--muted);
}
.psc-breadcrumbs li { display: inline-flex; align-items: center; gap: .5rem; min-width: 0; }
.psc-breadcrumbs li + li::before {
	content: ""; width: .34rem; height: .34rem; flex: 0 0 auto;
	border-right: 1.5px solid var(--border-strong); border-top: 1.5px solid var(--border-strong);
	transform: rotate(45deg);
}
.psc-breadcrumbs a { color: var(--muted); text-decoration: none; }
.psc-breadcrumbs a:hover { color: var(--accent-d); text-decoration: underline; }
.psc-breadcrumbs [aria-current="page"] {
	color: var(--ink); font-weight: 500;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 22rem;
}
/* Archives place breadcrumbs above a full-width grid, so let them run full width. */
.psc-archive > .psc-breadcrumbs { max-width: none; margin-left: 0; margin-right: 0; }

/* ---- Single / page content --------------------------------------------- */
.psc-single { padding: clamp(1.75rem, 1.2rem + 2vw, 3rem) 0 2rem; }
.psc-single__head { max-width: var(--read); margin: 0 auto 1.4rem; }
.psc-single__kicker { display: inline-block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-d); font-weight: 600; margin-bottom: .5rem; }
.psc-single__title { margin: 0 0 .5rem; }
.psc-single__featured { max-width: var(--maxw); margin: 0 auto 1.75rem; }
.psc-single__featured-img { width: 100%; border-radius: var(--radius-lg); }
.psc-single__official { max-width: var(--read); margin: 1.75rem auto 0; padding: 1rem 1.25rem; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); font-size: .92rem; word-break: break-word; }

/* Reading column */
.psc-prose { max-width: var(--read); margin: 0 auto; }
.psc-prose h2 { margin-top: 2.2rem; }
.psc-prose h3 { margin-top: 1.6rem; }
.psc-prose ul, .psc-prose ol { padding-left: 1.3rem; margin: 0 0 1.1rem; }
.psc-prose li { margin: .35rem 0; }
.psc-prose blockquote {
	margin: 1.5rem 0; padding: 1rem 1.25rem; border-left: 3px solid var(--accent);
	background: var(--card); border-radius: 0 var(--radius) var(--radius) 0; color: var(--text);
}
.psc-prose .wp-block-table { overflow-x: auto; }
.psc-prose table { width: 100%; border-collapse: collapse; margin: 1.25rem 0; }
.psc-prose th, .psc-prose td { text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--border); font-size: .95rem; vertical-align: top; }
.psc-prose thead th { background: var(--bg-soft); font-family: var(--font-body); font-weight: 600; color: var(--ink); font-size: .84rem; text-transform: uppercase; letter-spacing: .03em; }
.psc-prose figure { margin: 1.5rem 0; }
.psc-prose img { border-radius: var(--radius); }

/* Interactive tool blocks break out to the full width inside prose */
.psc-prose .psc-gpsr-checker, .psc-prose .psc-omnibus-checker,
.psc-prose .psc-law-finder, .psc-prose .psc-penalty-calc,
.psc-prose .psc-ppwr-checker, .psc-prose .psc-country-finder,
.psc-prose .alignwide {
	width: min(var(--maxw), 92vw);
	max-width: none;
	margin-left: calc((min(var(--maxw), 92vw) - 100%) / -2);
}

/* ---- Downloads --------------------------------------------------------- */
.psc-download { display: grid; grid-template-columns: 1fr 320px; gap: 2rem; align-items: start; }
.psc-download__main { min-width: 0; }
.psc-download__main .psc-single__head, .psc-download__main .psc-prose { max-width: none; margin-left: 0; }
.psc-download__card {
	position: sticky; top: 90px;
	background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg);
	padding: 1.5rem; text-align: center; box-shadow: var(--shadow);
}
.psc-download__icon {
	width: 60px; height: 60px; margin: 0 auto 1rem; border-radius: 14px;
	display: flex; align-items: center; justify-content: center;
	background: var(--accent-soft); color: var(--accent-d);
}
.psc-download__meta { color: var(--muted); font-size: .88rem; margin: 0 0 1rem; }
.psc-download__btn { width: 100%; justify-content: center; }
.psc-download__fine { color: var(--muted); font-size: .82rem; margin: .8rem 0 0; }

.psc-dlgroup { margin-bottom: 2.5rem; }
.psc-dlgroup__title { font-size: 1.3rem; margin-bottom: 1rem; padding-bottom: .4rem; border-bottom: 1px solid var(--border); }
.psc-dlcard {
	display: flex; flex-direction: column; gap: .9rem;
	background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.15rem;
	transition: border-color .15s, transform .15s, box-shadow .15s;
}
.psc-dlcard:hover { border-color: var(--accent-line); transform: translateY(-2px); box-shadow: var(--shadow); }
.psc-dlcard__link { display: flex; gap: .8rem; text-decoration: none; color: inherit; }
.psc-dlcard__icon { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-d); }
.psc-dlcard__body { display: grid; gap: .2rem; min-width: 0; }
.psc-dlcard__title { font-family: var(--font-head); font-weight: 600; color: var(--ink); }
.psc-dlcard__excerpt { color: var(--muted); font-size: .88rem; line-height: 1.45; }
.psc-dlcard__fmt { color: var(--accent-d); font-size: .78rem; font-weight: 600; letter-spacing: .03em; }
.psc-dlcard__dl { justify-content: center; }
@media (max-width: 820px) {
	.psc-download { grid-template-columns: 1fr; }
	.psc-download__card { position: static; }
}

/* ---- Related ----------------------------------------------------------- */
.psc-related { border-top: 1px solid var(--border); margin-top: 2.5rem; padding-top: 2rem; padding-bottom: 1rem; }
.psc-related__title { font-size: 1.3rem; margin-bottom: 1rem; }

/* ---- Archive ----------------------------------------------------------- */
.psc-archive { padding: clamp(1.75rem, 1.2rem + 2vw, 3rem) 0 3rem; }
.psc-archive__head { margin-bottom: 1.8rem; }
.psc-archive__title { margin: 0 0 .4rem; }
.psc-archive__desc { color: var(--muted); max-width: var(--read); }
.psc-empty { color: var(--muted); }

/* Pagination (WP the_posts_pagination) */
.pagination { padding: 2rem 0 0; }
.pagination .nav-links { display: flex; gap: .5rem; flex-wrap: wrap; }
.pagination .page-numbers {
	display: inline-flex; padding: .5rem .85rem; border-radius: 8px;
	border: 1px solid var(--border); background: var(--card); color: var(--text); text-decoration: none;
}
.pagination .page-numbers.current { background: var(--accent); color: #fff; border-color: var(--accent); }
.pagination .page-numbers:hover { border-color: var(--accent-line); text-decoration: none; }

/* ---- Scroll reveal ----------------------------------------------------- */
.psc-js .psc-section, .psc-js .psc-hero__inner {
	opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease;
}
.psc-js .psc-section.is-in, .psc-js .psc-hero__inner.is-in { opacity: 1; transform: none; }

/* ---- Responsive -------------------------------------------------------- */
@media (max-width: 900px) {
	.psc-grid--laws, .psc-grid--countries { grid-template-columns: repeat(2, 1fr); }
	.psc-grid--cards { grid-template-columns: 1fr; }
	.psc-timeline__track { grid-template-columns: repeat(2, 1fr); }
	.psc-site-footer__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
	.psc-nav-toggle { display: inline-flex; }
	.psc-primary-nav {
		position: absolute; left: 0; right: 0; top: 100%;
		background: var(--card); border-bottom: 1px solid var(--border);
		box-shadow: var(--shadow-lg); padding: .5rem 1.25rem 1rem;
		display: none;
	}
	.psc-nav-open .psc-primary-nav { display: block; }
	.psc-menu { flex-direction: column; align-items: stretch; gap: 0; }
	.psc-menu a, .psc-menu > li > .psc-menu__btn { padding: .8rem .3rem; border-radius: 0; border-bottom: 1px solid var(--border); width: 100%; justify-content: space-between; }
	.psc-menu .menu-item-has-children > a::after { transform: rotate(45deg); }
	.psc-menu .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none;
		box-shadow: none; border: 0; padding: 0 0 .4rem .8rem; min-width: 0;
		display: none;
	}
	.psc-menu .menu-item-has-children.psc-open > .sub-menu { display: block; }
	.psc-newsletter__inner { flex-direction: column; align-items: flex-start; }
	.psc-newsletter__form input { min-width: 0; width: 100%; }
}
@media (max-width: 460px) {
	.psc-grid--laws, .psc-grid--countries, .psc-timeline__track { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.psc-js .psc-section, .psc-js .psc-hero__inner { opacity: 1; transform: none; transition: none; }
	.psc-btn, .psc-lawcard, .psc-card, .psc-country, .psc-menu .sub-menu { transition: none; }
}
