/*
Theme Name: PawCanon
Theme URI: https://pawcanon.com
Author: PawCanon
Author URI: https://pawcanon.com
Description: A magazine / affiliate review theme for dog-care publications. Converted from the original React + Tailwind build to a native WordPress classic theme. Includes affiliate product boxes, FAQ blocks with schema, reading time, buying-guide flags, a sticky table of contents and a full demo importer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pawcanon
Tags: blog, news, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, translation-ready
*/

/* =========================================================================
   1. Design tokens
   ========================================================================= */
:root {
	--background: 0 0% 100%;
	--foreground: 150 18% 12%;
	--primary: 133 29% 31%;
	--primary-foreground: 0 0% 100%;
	--secondary: 92 32% 45%;
	--secondary-foreground: 0 0% 100%;
	--muted: 45 30% 96%;
	--muted-foreground: 150 8% 40%;
	--accent: 44 56% 88%;
	--accent-foreground: 133 29% 21%;
	--cta: 359 45% 51%;
	--cta-foreground: 0 0% 100%;
	--border: 45 20% 88%;
	--ring: 133 29% 31%;
	--radius: 0.9rem;
	--dark: 133 29% 16%;
	--darker: 133 29% 12%;
	--star: 38 92% 52%;

	--font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--font-display: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;

	--wrap: 90rem;
	--wrap-md: 72rem;
	--wrap-sm: 56rem;
	--gutter: 1.25rem;
}

/* =========================================================================
   2. Reset & base
   ========================================================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	background-color: hsl(var(--background));
	color: hsl(var(--foreground));
	overflow-x: clip;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .font-display {
	font-family: var(--font-display);
	letter-spacing: -0.02em;
	margin: 0;
	line-height: 1.2;
}

p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }

img,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, gap .2s ease, transform .2s ease;
}

button,
input,
textarea,
select {
	font: inherit;
	color: inherit;
}

button { cursor: pointer; background: none; border: none; padding: 0; }

table { border-collapse: collapse; width: 100%; }

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 100;
	background: hsl(var(--primary));
	color: #fff;
	padding: .75rem 1.25rem;
	border-radius: 0 0 .75rem 0;
	font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible {
	outline: 2px solid hsl(var(--primary));
	outline-offset: 2px;
}

/* =========================================================================
   3. Layout helpers
   ========================================================================= */
.wrap      { width: 100%; max-width: var(--wrap);    margin-inline: auto; padding-inline: var(--gutter); }
.wrap--md  { max-width: var(--wrap-md); }
.wrap--sm  { max-width: var(--wrap-sm); }

@media (min-width: 1024px) {
	:root { --gutter: 2.5rem; }
}

.section { padding-block: 5rem; }
.section--tight { padding-block: 3.5rem; }
.section--muted { background: hsl(var(--muted)); border-block: 1px solid hsl(var(--border)); }
.section--dark { background: hsl(var(--dark)); color: #fff; }

.section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.eyebrow {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: hsl(var(--secondary));
	margin: 0;
}
.eyebrow--light { color: hsl(var(--accent)); }
.eyebrow--primary { color: hsl(var(--primary)); }

.section-title {
	font-size: clamp(1.75rem, 3.5vw, 2.25rem);
	font-weight: 700;
	margin-top: .5rem;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: .375rem;
	font-size: .875rem;
	font-weight: 600;
	color: hsl(var(--primary));
}
.text-link:hover { gap: .625rem; }

.grid { display: grid; gap: 1.75rem; }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }

@media (min-width: 640px)  { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px)  { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } }

.layout-with-sidebar {
	display: grid;
	gap: 3rem;
	padding-block: 3.5rem;
}
@media (min-width: 1024px) {
	.layout-with-sidebar { grid-template-columns: minmax(0, 1fr) 340px; }
}

/* =========================================================================
   4. Buttons & pills
   ========================================================================= */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
	height: 3rem;
	padding-inline: 1.5rem;
	border-radius: 999px;
	font-size: .875rem;
	font-weight: 600;
	border: 1px solid transparent;
	transition: filter .2s ease, transform .1s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover   { filter: brightness(.95); }
.btn:active  { transform: scale(.98); }

.btn--cta       { background: hsl(var(--cta)); color: #fff; }
.btn--primary   { background: hsl(var(--primary)); color: #fff; }
.btn--outline   { border-color: hsl(var(--primary)); color: hsl(var(--primary)); background: transparent; }
.btn--outline:hover { background: hsl(var(--primary)); color: #fff; filter: none; }
.btn--ghost     { border-color: rgba(255,255,255,.4); color: #fff; backdrop-filter: blur(8px); }
.btn--ghost:hover { background: rgba(255,255,255,.1); filter: none; }
.btn--lg        { height: 3.5rem; padding-inline: 2rem; font-size: 1rem; }

.pill {
	display: inline-flex;
	align-items: center;
	height: 2.5rem;
	padding-inline: 1rem;
	border-radius: 999px;
	border: 1px solid hsl(var(--border));
	font-size: .875rem;
	font-weight: 500;
	background: transparent;
}
.pill:hover { border-color: hsl(var(--primary)); color: hsl(var(--primary)); }
.pill.is-active {
	border-color: hsl(var(--primary));
	background: hsl(var(--primary));
	color: #fff;
}

.cat-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: hsl(var(--accent));
	padding: .25rem .75rem;
	font-size: .6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .12em;
	color: hsl(var(--primary));
	align-self: flex-start;
}
.cat-badge:hover { background: hsl(var(--secondary)); color: #fff; }

.icon-btn {
	display: grid;
	place-items: center;
	height: 2.75rem;
	width: 2.75rem;
	border-radius: 999px;
	border: 1px solid hsl(var(--border));
	background: transparent;
}
.icon-btn:hover { background: hsl(var(--muted)); }

.icon { width: 1rem; height: 1rem; flex: none; stroke-width: 2; }
.icon--sm { width: .875rem; height: .875rem; }
.icon--md { width: 1.25rem; height: 1.25rem; }

/* =========================================================================
   5. Announcement marquee
   ========================================================================= */
.marquee-bar {
	background: hsl(var(--primary));
	color: #fff;
	overflow: hidden;
}
.marquee {
	display: flex;
	white-space: nowrap;
	padding-block: .5rem;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .18em;
	animation: pc-marquee 38s linear infinite;
}
.marquee__group { display: flex; flex: none; }
.marquee__item {
	margin-inline: 1.5rem;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
}

@keyframes pc-marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

@keyframes pc-rise {
	from { opacity: 0; transform: translateY(14px); }
	to   { opacity: 1; transform: translateY(0); }
}
.rise-in { animation: pc-rise .6s cubic-bezier(.16, 1, .3, 1) both; }

/* =========================================================================
   6. Header
   ========================================================================= */
.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	border-bottom: 1px solid hsl(var(--border));
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(10px);
}

.header-inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	height: 72px;
}

.brand { display: flex; align-items: center; gap: .625rem; flex: none; }
.brand__mark {
	display: grid;
	place-items: center;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: .75rem;
	background: hsl(var(--primary));
	color: #fff;
}
.brand__mark img { width: 100%; height: 100%; object-fit: cover; border-radius: .75rem; }
.brand__name {
	font-family: var(--font-display);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
}
.brand__tagline {
	display: block;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .22em;
	color: hsl(var(--muted-foreground));
	margin-top: .25rem;
}

.primary-nav { display: none; margin-left: auto; }
@media (min-width: 1024px) {
	.primary-nav { display: flex; align-items: center; }
}
.primary-nav ul { display: flex; align-items: center; gap: 1.75rem; }
.primary-nav li { position: relative; }
.primary-nav a {
	font-size: .875rem;
	font-weight: 500;
	color: hsl(150 10% 25%);
}
.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current_page_item > a,
.primary-nav .current-menu-parent > a { color: hsl(var(--primary)); }

/* Dropdown */
.primary-nav .sub-menu {
	position: absolute;
	left: 50%;
	top: calc(100% + 1rem);
	transform: translateX(-50%);
	min-width: 240px;
	display: block;
	list-style: none;
	border-radius: 1rem;
	border: 1px solid hsl(var(--border));
	background: #fff;
	padding: .75rem;
	box-shadow: 0 20px 45px -24px hsla(133, 29%, 31%, .35);
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease, visibility .2s ease;
}
/* Invisible bridge so the pointer can travel into the panel. */
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; }
.primary-nav .menu-item-has-children { padding-bottom: 1rem; margin-bottom: -1rem; }

.primary-nav .sub-menu a,
.mega-menu a {
	display: block;
	border-radius: .75rem;
	padding: .5rem .75rem;
	font-size: .875rem;
	font-weight: 500;
	color: hsl(150 10% 25%);
	white-space: nowrap;
}
.primary-nav .sub-menu a:hover,
.mega-menu a:hover { background: hsl(var(--muted)); color: hsl(var(--primary)); }

/* Mega menu (categories) */
.mega-wrap { position: relative; }
.mega-menu {
	position: absolute;
	left: 50%;
	top: 100%;
	width: 520px;
	transform: translateX(-50%);
	padding-top: 1rem;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease, visibility .2s ease;
}
.mega-wrap:hover .mega-menu,
.mega-wrap:focus-within .mega-menu { visibility: visible; opacity: 1; }
.mega-menu__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .25rem;
	border-radius: 1rem;
	border: 1px solid hsl(var(--border));
	background: #fff;
	padding: .75rem;
	box-shadow: 0 20px 45px -24px hsla(133, 29%, 31%, .35);
}

.header-actions { display: flex; align-items: center; gap: .5rem; margin-left: auto; }
@media (min-width: 1024px) { .header-actions { margin-left: 0; } }

.header-contact { display: none; }
@media (min-width: 640px) {
	.header-contact { display: inline-flex; height: 2.75rem; }
}

.menu-toggle { display: grid; }
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.header-search {
	border-top: 1px solid hsl(var(--border));
	background: #fff;
	padding-block: 1rem;
}
.header-search[hidden] { display: none; }
.header-search__inner { max-width: 42rem; margin-inline: auto; }

.searchbox { position: relative; }
.searchbox__icon {
	position: absolute;
	left: .875rem;
	top: 50%;
	transform: translateY(-50%);
	color: hsl(var(--muted-foreground));
	pointer-events: none;
}
.searchbox input[type="search"],
.searchbox input[type="text"] {
	height: 2.75rem;
	width: 100%;
	border-radius: 999px;
	border: 1px solid hsl(var(--border));
	background: hsl(var(--muted));
	padding: 0 1rem 0 2.5rem;
	font-size: .875rem;
	outline: none;
}
.searchbox input:focus { border-color: hsl(var(--primary)); background: #fff; }

/* Mobile drawer */
.mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 50;
	background: #fff;
	overflow-y: auto;
}
.mobile-drawer[hidden] { display: none; }
@media (min-width: 1024px) { .mobile-drawer { display: none !important; } }

.mobile-drawer__top {
	display: flex;
	height: 72px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid hsl(var(--border));
	padding-inline: 1.25rem;
}
.mobile-drawer__body { padding: 1.25rem 1.25rem 7rem; display: grid; gap: 1.5rem; }
.mobile-drawer__links { display: grid; gap: .25rem; }
.mobile-drawer__links a {
	border-radius: .75rem;
	padding: .75rem;
	font-size: 1rem;
	font-weight: 600;
}
.mobile-drawer__label {
	margin: 0 0 .5rem;
	padding-inline: .75rem;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .18em;
	color: hsl(var(--muted-foreground));
}
.mobile-drawer__topics {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .25rem;
}
.mobile-drawer__topics a {
	border-radius: .75rem;
	background: hsl(var(--muted));
	padding: .75rem;
	font-size: .875rem;
	font-weight: 500;
}

/* Bottom mobile bar */
.bottom-bar {
	position: sticky;
	bottom: 0;
	z-index: 40;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid hsl(var(--border));
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(10px);
}
@media (min-width: 1024px) { .bottom-bar { display: none; } }
.bottom-bar a {
	display: flex;
	min-height: 56px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: .25rem;
	font-size: 11px;
	font-weight: 500;
	color: hsl(150 10% 30%);
}
.bottom-bar a:active { background: hsl(var(--muted)); }

/* =========================================================================
   7. Hero
   ========================================================================= */
.hero {
	position: relative;
	min-height: 88vh;
	overflow: hidden;
	display: flex;
	align-items: center;
}
@media (min-width: 1024px) { .hero { min-height: 100dvh; } }

.hero__bg {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, hsla(133, 29%, 14%, .9), hsla(133, 29%, 14%, .6) 50%, transparent);
}
.hero__inner {
	position: relative;
	width: 100%;
	padding-block: 6rem;
}
.hero__content { max-width: 42rem; color: #fff; }

.hero__badge {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, .15);
	padding: .375rem 1rem;
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .16em;
	backdrop-filter: blur(8px);
}
.hero__title {
	margin-top: 1.5rem;
	font-size: clamp(2.25rem, 5.5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.08;
}
.hero__title em { font-style: normal; color: hsl(var(--accent)); }
.hero__text {
	margin-top: 1.5rem;
	max-width: 36rem;
	font-size: 1.125rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, .85);
}
.hero__actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.hero__stats {
	margin: 3rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: .875rem 2.5rem;
	font-size: .875rem;
}
.hero__stats dt { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; }
.hero__stats dd { margin: 0; color: rgba(255, 255, 255, .7); }

/* =========================================================================
   8. Page head (archives, pages)
   ========================================================================= */
.page-head {
	border-bottom: 1px solid hsl(var(--border));
	background: hsl(var(--muted));
	padding-block: 3.5rem;
}
.page-head__title {
	margin-top: .5rem;
	max-width: 48rem;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 800;
	line-height: 1.15;
}
.page-head__sub {
	margin-top: 1rem;
	max-width: 40rem;
	font-size: 1.125rem;
	line-height: 1.7;
	color: hsl(var(--muted-foreground));
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .375rem;
	font-size: .75rem;
	color: hsl(var(--muted-foreground));
	margin-bottom: 1.25rem;
}
.breadcrumbs a:hover { color: hsl(var(--primary)); }
.breadcrumbs .is-current { color: hsl(var(--foreground)); }
.breadcrumbs svg { width: .75rem; height: .75rem; }

/* =========================================================================
   9. Cards
   ========================================================================= */
.card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
	background: #fff;
	box-shadow: 0 2px 20px -12px rgba(56, 102, 65, .35);
	transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px -20px rgba(56, 102, 65, .45);
}
.card__media { display: block; overflow: hidden; }
.card__media img {
	height: 13rem;
	width: 100%;
	object-fit: cover;
	transition: transform .5s ease;
}
.card:hover .card__media img { transform: scale(1.05); }
.card__body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .75rem;
}
.card__title {
	margin-top: .75rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.35;
}
.card__title a:hover { color: hsl(var(--primary)); }
.card__excerpt {
	margin-top: .5rem;
	flex: 1;
	font-size: .875rem;
	line-height: 1.7;
	color: hsl(var(--muted-foreground));
}
.card__more {
	margin-top: 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: .375rem;
	font-size: .875rem;
	font-weight: 600;
	color: hsl(var(--cta));
	align-self: flex-start;
}
.card:hover .card__more { gap: .625rem; }

.meta-chip {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
	font-size: .75rem;
	color: hsl(var(--muted-foreground));
}

/* Horizontal card */
.card-h { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .card-h { grid-template-columns: 220px minmax(0, 1fr); } }
.card-h__media { overflow: hidden; border-radius: 1rem; background: hsl(var(--muted)); }
.card-h__media img { height: 11rem; width: 100%; object-fit: cover; transition: transform .5s ease; }
@media (min-width: 640px) { .card-h__media img { height: 100%; } }
.card-h:hover .card-h__media img { transform: scale(1.04); }
.card-h__body { display: flex; flex-direction: column; justify-content: center; }
.card-h__title { margin-top: .75rem; font-size: 1.25rem; font-weight: 700; line-height: 1.35; }

/* Category tiles */
.cat-tile { position: relative; display: block; overflow: hidden; border-radius: 1.5rem; }
.cat-tile img { height: 14rem; width: 100%; object-fit: cover; transition: transform .5s ease; }
.cat-tile:hover img { transform: scale(1.06); }
.cat-tile__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, hsla(133, 29%, 12%, .9), transparent);
}
.cat-tile__body { position: absolute; inset-inline: 0; bottom: 0; padding: 1.5rem; color: #fff; }
.cat-tile__title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; }
.cat-tile__blurb {
	margin: .25rem 0 0;
	font-size: .875rem;
	color: rgba(255, 255, 255, .8);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Category cards (all categories page) */
.cat-card {
	display: block;
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
	padding: 1.5rem;
	transition: transform .3s ease, border-color .3s ease;
}
.cat-card:hover { transform: translateY(-4px); border-color: hsl(var(--primary)); }
.cat-card img { height: 9rem; width: 100%; border-radius: 1rem; object-fit: cover; }
.cat-card__title { margin-top: 1rem; font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; }
.cat-card__blurb { margin-top: .5rem; font-size: .875rem; line-height: 1.7; color: hsl(var(--muted-foreground)); }
.cat-card__more {
	margin-top: 1rem;
	display: inline-flex;
	align-items: center;
	gap: .375rem;
	font-size: .875rem;
	font-weight: 600;
	color: hsl(var(--cta));
}
.cat-card:hover .cat-card__more { gap: .625rem; }

/* Editor's picks */
.pick { position: relative; overflow: hidden; border-radius: 1.5rem; display: block; }
.pick img { height: 420px; width: 100%; object-fit: cover; transition: transform .7s ease; }
.pick:hover img { transform: scale(1.05); }
.pick__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, hsla(133, 29%, 12%, .95), hsla(133, 29%, 12%, .25) 50%, transparent);
}
.pick__body { position: absolute; inset-inline: 0; bottom: 0; padding: 1.75rem; color: #fff; }
.pick__title {
	margin-top: .75rem;
	max-width: 36rem;
	font-family: var(--font-display);
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 700;
	line-height: 1.3;
}
.pick__excerpt { margin-top: .5rem; max-width: 36rem; font-size: .875rem; color: rgba(255, 255, 255, .8); }

/* Ranked guides list (dark section) */
.rank-list { border-block: 1px solid rgba(255, 255, 255, .1); }
.rank-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.5rem;
	padding-block: 1.75rem;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.rank-item:last-child { border-bottom: none; }
.rank-item:hover { background: rgba(255, 255, 255, .05); }
.rank-item__num { font-family: var(--font-display); font-size: 1.875rem; font-weight: 700; color: rgba(255, 255, 255, .25); }
.rank-item__thumb { height: 5rem; width: 7rem; border-radius: 1rem; object-fit: cover; }
.rank-item__body { min-width: 240px; flex: 1; }
.rank-item__title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; line-height: 1.35; }
.rank-item__meta {
	margin: .25rem 0 0;
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-size: .875rem;
	color: rgba(255, 255, 255, .6);
}
.rank-item__arrow { transition: transform .2s ease; }
.rank-item:hover .rank-item__arrow { transform: translateX(6px); }

/* Featured review cards */
.review-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
	transition: transform .3s ease, box-shadow .3s ease;
}
.review-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -22px rgba(56, 102, 65, .5); }
.review-card img { height: 11rem; width: 100%; object-fit: cover; }
.review-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.review-card__title { margin-top: .5rem; font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; }
.review-card__desc { margin-top: .5rem; flex: 1; font-size: .875rem; line-height: 1.7; color: hsl(var(--muted-foreground)); }
.review-card .btn { margin-top: 1.25rem; height: 2.75rem; }

/* Stars */
.stars { display: inline-flex; align-items: center; gap: .375rem; }
.stars__set { display: flex; }
.stars svg { width: 1rem; height: 1rem; color: hsl(var(--border)); fill: none; }
.stars svg.is-on { color: hsl(var(--star)); fill: hsl(var(--star)); }
.stars__value { font-size: .875rem; font-weight: 600; }

/* =========================================================================
   10. Newsletter
   ========================================================================= */
.newsletter-band {
	border-block: 1px solid hsl(var(--border));
	background: hsl(var(--accent));
}
.newsletter-band__inner {
	display: grid;
	align-items: center;
	gap: 2rem;
	padding-block: 4rem;
}
@media (min-width: 768px) {
	.newsletter-band__inner { grid-template-columns: 1.1fr 1fr; }
}
.newsletter-band h2 { font-size: clamp(1.75rem, 4vw, 2.25rem); font-weight: 700; line-height: 1.2; }
.newsletter-band p { margin-top: .75rem; max-width: 28rem; font-size: 15px; line-height: 1.7; color: hsl(150 10% 30%); }

.newsletter-form { display: flex; flex-direction: column; gap: .75rem; max-width: 36rem; }
@media (min-width: 640px) { .newsletter-form:not(.is-compact) { flex-direction: row; } }
.newsletter-form.is-compact { flex-direction: column; }
.newsletter-form input[type="email"] {
	flex: 1;
	height: 3rem;
	border-radius: 999px;
	border: 1px solid hsl(var(--border));
	background: #fff;
	padding-inline: 1.25rem;
	font-size: .875rem;
	outline: none;
	color: hsl(var(--foreground));
}
.newsletter-form input[type="email"]:focus {
	border-color: hsl(var(--primary));
	box-shadow: 0 0 0 3px hsla(133, 29%, 31%, .2);
}
.newsletter-done { font-size: .875rem; font-weight: 500; color: hsl(var(--primary)); margin: 0; }
.is-compact .newsletter-done { color: #fff; }

/* =========================================================================
   11. Sidebar
   ========================================================================= */
.sidebar { display: grid; gap: 2rem; align-content: start; }
@media (min-width: 1024px) { .sidebar { position: sticky; top: 6rem; } }

.side-card {
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
	padding: 1.5rem;
}
.side-card__title {
	margin-bottom: 1rem;
	font-family: var(--font-display);
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: hsl(var(--primary));
}
.side-list { display: grid; gap: 1rem; }
.side-list li { display: flex; gap: .75rem; }
.side-list a { font-size: .875rem; font-weight: 500; line-height: 1.35; }
.side-list a:hover { color: hsl(var(--primary)); }
.side-list__num { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: hsl(var(--accent)); }
.side-list__thumb { height: 3.5rem; width: 4rem; border-radius: .75rem; object-fit: cover; flex: none; }
.side-list--guides li { align-items: flex-start; gap: .5rem; }
.side-list--guides svg { margin-top: .125rem; color: hsl(var(--secondary)); flex: none; }

.tag-cloud { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag-cloud a {
	border-radius: 999px;
	border: 1px solid hsl(var(--border));
	padding: .375rem .75rem;
	font-size: .75rem;
	font-weight: 500;
}
.tag-cloud a:hover { border-color: hsl(var(--primary)); color: hsl(var(--primary)); }

.side-cta {
	border-radius: 1.5rem;
	background: hsl(var(--primary));
	padding: 1.5rem;
	color: #fff;
}
.side-cta h3 { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; }
.side-cta p { margin-top: .5rem; font-size: .875rem; color: rgba(255, 255, 255, .8); }
.side-cta .newsletter-form { margin-top: 1rem; }

.side-partner {
	display: block;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
}
.side-partner img { height: 10rem; width: 100%; object-fit: cover; }
.side-partner__body { background: hsl(var(--accent)); padding: 1.25rem; }
.side-partner__label {
	font-size: .6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: hsl(var(--primary));
	margin: 0;
}
.side-partner__text { margin: .25rem 0 0; font-size: .875rem; font-weight: 600; }

/* =========================================================================
   12. Single article
   ========================================================================= */
.article-head { padding-top: 2rem; }
.article-head__title {
	margin-top: 1rem;
	font-size: clamp(1.875rem, 5vw, 3rem);
	font-weight: 800;
	line-height: 1.15;
}
.article-head__excerpt {
	margin-top: 1.25rem;
	max-width: 48rem;
	font-size: 1.125rem;
	line-height: 1.7;
	color: hsl(var(--muted-foreground));
}
.article-byline {
	margin-top: 1.75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
	border-block: 1px solid hsl(var(--border));
	padding-block: 1rem;
}
.article-byline__avatar { height: 2.75rem; width: 2.75rem; border-radius: 999px; object-fit: cover; }
.article-byline__who { font-size: .875rem; }
.article-byline__who strong { display: block; font-weight: 600; }
.article-byline__who span { color: hsl(var(--muted-foreground)); }
.article-byline__meta {
	display: inline-flex;
	align-items: center;
	gap: .375rem;
	font-size: .875rem;
	color: hsl(var(--muted-foreground));
}
.article-share { margin-left: auto; display: flex; gap: .5rem; }
.article-share a {
	display: grid;
	place-items: center;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 999px;
	border: 1px solid hsl(var(--border));
}
.article-share a:hover { border-color: hsl(var(--primary)); color: hsl(var(--primary)); }

.article-hero {
	margin-top: 2rem;
	height: 300px;
	width: 100%;
	border-radius: 1.5rem;
	object-fit: cover;
}
@media (min-width: 768px) { .article-hero { height: 460px; } }

.article-main { max-width: 46rem; min-width: 0; }

.toc {
	margin-bottom: 2.5rem;
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
	background: hsl(var(--muted));
	padding: 1.5rem;
}
@media (min-width: 1024px) { .toc { position: sticky; top: 6rem; z-index: 10; } }
.toc__title {
	margin-bottom: .75rem;
	font-family: var(--font-display);
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: hsl(var(--primary));
}
.toc ol { display: grid; gap: .5rem; font-size: .875rem; counter-reset: toc; }
.toc li { counter-increment: toc; }
.toc li a::before { content: counter(toc) ". "; }
.toc a:hover { color: hsl(var(--primary)); }

/* Article body typography */
.prose-body { font-size: 1.0625rem; line-height: 1.85; color: hsl(150 8% 28%); }
.prose-body p { margin-bottom: 1.35rem; }
.prose-body h2 {
	margin: 2.5rem 0 1rem;
	scroll-margin-top: 7rem;
	font-size: clamp(1.5rem, 3vw, 1.875rem);
	font-weight: 700;
	color: hsl(var(--foreground));
}
.prose-body h3 {
	margin: 2rem 0 .75rem;
	scroll-margin-top: 7rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: hsl(var(--foreground));
}
.prose-body ul, .prose-body ol { margin: 0 0 1.35rem 1.25rem; }
.prose-body ul li { list-style: disc; margin-bottom: .5rem; }
.prose-body ol li { list-style: decimal; margin-bottom: .5rem; }
.prose-body a { color: hsl(var(--primary)); text-decoration: underline; text-underline-offset: 3px; }
.prose-body img { border-radius: 1.25rem; margin-block: 1.75rem; }
.prose-body blockquote {
	margin: 1.75rem 0;
	border-left: 4px solid hsl(var(--secondary));
	background: hsl(var(--muted));
	border-radius: 0 1rem 1rem 0;
	padding: 1.25rem 1.5rem;
	font-style: italic;
}
.prose-body figure { margin: 1.75rem 0; }
.prose-body figcaption { font-size: .8125rem; color: hsl(var(--muted-foreground)); text-align: center; margin-top: .5rem; }
.prose-body table { margin-block: 1.75rem; font-size: .9375rem; }
.prose-body th, .prose-body td { border: 1px solid hsl(var(--border)); padding: .75rem; text-align: left; }
.prose-body th { background: hsl(var(--muted)); }

.underline-brush {
	background-image: linear-gradient(transparent 62%, hsl(var(--accent)) 62%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0 .15em;
}

/* Editor note */
.editor-note {
	margin-block: 2.5rem;
	border-radius: 1.5rem;
	border-left: 4px solid hsl(var(--secondary));
	background: hsl(var(--accent));
	padding: 1.5rem;
}
.editor-note__label {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-family: var(--font-display);
	font-weight: 700;
	color: hsl(var(--primary));
	margin: 0;
}
.editor-note p + p { margin-top: .5rem; font-size: .875rem; line-height: 1.7; color: hsl(150 10% 28%); margin-bottom: 0; }

/* Affiliate box */
.affiliate {
	margin-block: 2.5rem;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
	background: hsl(var(--muted));
}
.affiliate__inner { display: grid; gap: 1.5rem; padding: 1.5rem; }
@media (min-width: 768px) { .affiliate__inner { grid-template-columns: 200px minmax(0, 1fr); padding: 1.75rem; } }
.affiliate__media { overflow: hidden; border-radius: 1rem; background: #fff; }
.affiliate__media img { height: 10rem; width: 100%; object-fit: cover; }
@media (min-width: 768px) { .affiliate__media img { height: 100%; } }
.affiliate__label {
	font-size: .6875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: hsl(var(--secondary));
	margin: 0;
}
.affiliate__name { margin-top: .25rem; font-size: 1.25rem; font-weight: 700; }
.affiliate__stars { margin-top: .5rem; }
.affiliate__desc { margin-top: .75rem; font-size: .875rem; line-height: 1.7; color: hsl(var(--muted-foreground)); }
.affiliate__lists { margin-top: 1rem; display: grid; gap: 1rem; }
@media (min-width: 640px) { .affiliate__lists { grid-template-columns: repeat(2, 1fr); } }
.affiliate__lists ul { display: grid; gap: .375rem; }
.affiliate__lists li { display: flex; gap: .5rem; font-size: .875rem; }
.affiliate__lists svg { margin-top: .125rem; flex: none; }
.affiliate__pros svg { color: hsl(var(--secondary)); }
.affiliate__cons { color: hsl(var(--muted-foreground)); }
.affiliate__cons svg { color: hsl(var(--cta)); }
.affiliate .btn { margin-top: 1.25rem; }

/* Comparison table */
.compare-table {
	margin-block: 2.5rem;
	overflow-x: auto;
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
}
.compare-table table { min-width: 520px; font-size: .875rem; text-align: left; }
.compare-table thead {
	background: hsl(var(--muted));
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: hsl(var(--muted-foreground));
}
.compare-table th, .compare-table td { padding: 1rem; }
.compare-table tbody tr { border-top: 1px solid hsl(var(--border)); }
.compare-table tbody td:first-child { font-weight: 600; }

/* FAQ */
.faq { margin-top: 3.5rem; }
.faq__title { margin-bottom: 1.25rem; scroll-margin-top: 7rem; font-size: clamp(1.5rem, 3vw, 1.875rem); font-weight: 700; }
.faq__list { border-radius: 1.5rem; border: 1px solid hsl(var(--border)); }
.faq__item { padding: 1.5rem; border-top: 1px solid hsl(var(--border)); }
.faq__item:first-child { border-top: none; }
.faq__item summary {
	cursor: pointer;
	list-style: none;
	font-family: var(--font-display);
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
	content: '';
	width: .625rem;
	height: .625rem;
	border-right: 2px solid hsl(var(--primary));
	border-bottom: 2px solid hsl(var(--primary));
	transform: rotate(45deg);
	transition: transform .2s ease;
	flex: none;
}
.faq__item[open] summary::after { transform: rotate(-135deg); }
.faq__item p { margin: .75rem 0 0; font-size: .875rem; line-height: 1.7; color: hsl(var(--muted-foreground)); }

/* Author box */
.author-box {
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	border-radius: 1.5rem;
	background: hsl(var(--muted));
	padding: 1.75rem;
}
@media (min-width: 640px) { .author-box { flex-direction: row; } }
.author-box img { height: 5rem; width: 5rem; border-radius: 1rem; object-fit: cover; flex: none; }
.author-box__name { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; margin: 0; }
.author-box__role { font-size: .875rem; color: hsl(var(--secondary)); margin: 0; }
.author-box__bio { margin: .5rem 0 0; font-size: .875rem; line-height: 1.7; color: hsl(var(--muted-foreground)); }

/* Tags */
.post-tags { margin-top: 3rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.post-tags a {
	border-radius: 999px;
	background: hsl(var(--muted));
	padding: .375rem .75rem;
	font-size: .75rem;
	font-weight: 500;
}
.post-tags a:hover { color: hsl(var(--primary)); }

/* Comments */
.comments-area { margin-top: 3.5rem; }
.comments-area__title {
	margin-bottom: 1.25rem;
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: 1.5rem;
	font-weight: 700;
}
.comments-area__title svg { color: hsl(var(--primary)); }
.comment-list { display: grid; gap: 1rem; }
.comment-list .comment-body,
.comment-list li.comment > article {
	border-radius: 1rem;
	border: 1px solid hsl(var(--border));
	padding: 1.25rem;
}
.comment-author { font-size: .875rem; font-weight: 600; }
.comment-meta { font-size: .75rem; color: hsl(var(--muted-foreground)); }
.comment-content { margin-top: .375rem; font-size: .875rem; line-height: 1.7; color: hsl(var(--muted-foreground)); }
.comment-list .children { margin-left: 1.5rem; margin-top: 1rem; display: grid; gap: 1rem; }

.comment-respond { margin-top: 1.25rem; }
.comment-respond .comment-reply-title { font-size: 1.125rem; font-weight: 700; margin-bottom: .75rem; }
.comment-form { display: grid; gap: .75rem; }
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
	border-radius: 1rem;
	border: 1px solid hsl(var(--border));
	padding: 1rem;
	font-size: .875rem;
	outline: none;
	background: #fff;
}
.comment-form textarea { border-radius: 1rem; }
.comment-form textarea:focus,
.comment-form input:focus { border-color: hsl(var(--primary)); }
.comment-form .form-submit input[type="submit"] {
	height: 2.75rem;
	border: none;
	border-radius: 999px;
	background: hsl(var(--cta));
	padding-inline: 1.5rem;
	font-size: .875rem;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}
.comment-form .comment-notes,
.comment-form .form-submit { margin: 0; }

/* Related */
.related { margin-top: 4rem; }
.related__title { margin-bottom: 1.5rem; font-size: 1.5rem; font-weight: 700; }
.related__grid { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .related__grid { grid-template-columns: repeat(3, 1fr); } }
.related__item img { height: 8rem; width: 100%; border-radius: 1rem; object-fit: cover; }
.related__item p { margin: .75rem 0 0; font-size: .875rem; font-weight: 600; line-height: 1.35; }
.related__item:hover p { color: hsl(var(--primary)); }

/* =========================================================================
   13. Forms (contact / search page)
   ========================================================================= */
.field { display: flex; flex-direction: column; gap: .5rem; }
.field > span { font-size: .875rem; font-weight: 500; }
.field input,
.field textarea,
.field select {
	height: 3rem;
	width: 100%;
	border-radius: 1rem;
	border: 1px solid hsl(var(--border));
	background: #fff;
	padding-inline: 1rem;
	font-size: .875rem;
	outline: none;
}
.field textarea { height: auto; padding-block: .75rem; }
.field input:focus, .field textarea:focus { border-color: hsl(var(--primary)); }

.form-grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .form-grid--2 { grid-template-columns: repeat(2, 1fr); } }

.form-notice {
	border-radius: 1rem;
	background: hsl(var(--accent));
	padding: 1rem;
	font-size: .875rem;
	font-weight: 500;
	color: hsl(var(--primary));
}

.contact-layout { display: grid; gap: 3rem; padding-block: 4rem; }
@media (min-width: 768px) { .contact-layout { grid-template-columns: minmax(0, 1fr) 320px; } }
.contact-card { border-radius: 1.5rem; background: hsl(var(--muted)); padding: 1.5rem; }
.contact-card p { display: flex; align-items: center; gap: .5rem; font-weight: 600; margin: 0; }
.contact-card p + p { margin-top: .75rem; font-weight: 400; font-size: .875rem; color: hsl(var(--muted-foreground)); }
.contact-card svg { color: hsl(var(--primary)); }
.contact-note {
	border-radius: 1.5rem;
	border: 1px solid hsl(var(--border));
	padding: 1.5rem;
	font-size: .875rem;
	line-height: 1.7;
	color: hsl(var(--muted-foreground));
}

.search-hero { position: relative; }
.search-hero input {
	height: 3.5rem;
	width: 100%;
	border-radius: 999px;
	border: 1px solid hsl(var(--border));
	padding: 0 8rem 0 3.5rem;
	font-size: 1rem;
	outline: none;
}
.search-hero input:focus { border-color: hsl(var(--primary)); }
.search-hero > svg {
	position: absolute;
	left: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	height: 1.25rem;
	color: hsl(var(--muted-foreground));
}
.search-hero button {
	position: absolute;
	right: .5rem;
	top: .5rem;
	height: 2.5rem;
	border-radius: 999px;
	background: hsl(var(--cta));
	padding-inline: 1.25rem;
	font-size: .875rem;
	font-weight: 600;
	color: #fff;
}

.filter-row { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: .5rem; }
.filter-row .pill { height: 2.25rem; font-size: .75rem; }

.result-count { margin-top: 2rem; font-size: .875rem; color: hsl(var(--muted-foreground)); }

/* Empty states */
.empty-state {
	border-radius: 1.5rem;
	border: 1px dashed hsl(var(--border));
	padding: 3rem;
	text-align: center;
	color: hsl(var(--muted-foreground));
}
.empty-state__title { font-family: var(--font-display); font-size: 1.125rem; font-weight: 700; color: hsl(var(--foreground)); }
.empty-state p { margin-top: .5rem; font-size: .875rem; }
.empty-state .btn { margin-top: 1.25rem; }

/* 404 */
.error-404 { padding-block: 8rem; text-align: center; }
.error-404__code { font-family: var(--font-display); font-size: 3.75rem; font-weight: 800; color: hsl(var(--accent)); margin: 0; }
.error-404 h1 { margin-top: 1rem; font-size: 1.875rem; font-weight: 700; }
.error-404 > p { margin-top: .75rem; color: hsl(var(--muted-foreground)); }
.error-404 .btn { margin-top: 2rem; }

/* =========================================================================
   14. Pagination
   ========================================================================= */
.pagination {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	gap: .5rem;
	flex-wrap: wrap;
}
.pagination .page-numbers {
	display: grid;
	place-items: center;
	height: 2.75rem;
	min-width: 2.75rem;
	padding-inline: .5rem;
	border-radius: 999px;
	border: 1px solid hsl(var(--border));
	font-size: .875rem;
	font-weight: 600;
}
.pagination .page-numbers:hover { border-color: hsl(var(--primary)); }
.pagination .page-numbers.current {
	border-color: hsl(var(--primary));
	background: hsl(var(--primary));
	color: #fff;
}

/* =========================================================================
   15. Footer
   ========================================================================= */
.site-footer { background: hsl(var(--dark)); color: rgba(255, 255, 255, .8); }
.site-footer__inner {
	display: grid;
	gap: 2.5rem;
	padding-block: 4rem;
}
@media (min-width: 768px)  { .site-footer__inner { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer__inner { grid-template-columns: repeat(4, 1fr); } }

.site-footer h3 {
	margin-bottom: 1rem;
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .16em;
	color: #fff;
}
.site-footer a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: .625rem; color: #fff; margin-bottom: 1rem; }
.footer-brand__mark {
	display: grid;
	place-items: center;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: .75rem;
	background: hsl(var(--secondary));
}
.footer-brand__mark img { width: 100%; height: 100%; object-fit: cover; border-radius: .75rem; }
.footer-brand span { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; }
.footer-about { font-size: .875rem; line-height: 1.7; }
.footer-social { margin-top: 1.25rem; display: flex; gap: .75rem; }
.footer-social a {
	display: grid;
	place-items: center;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .2);
}
.footer-social a:hover { background: rgba(255, 255, 255, .1); }
.footer-links { display: grid; gap: .625rem; font-size: .875rem; }
.footer-note { margin-bottom: 1rem; font-size: .875rem; }
.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-block: 1.5rem;
	text-align: center;
	font-size: .75rem;
}
.site-footer__bottom p { margin: 0; }

/* =========================================================================
   16. WordPress core classes
   ========================================================================= */
.alignleft  { float: left;  margin: .5rem 1.5rem 1rem 0; }
.alignright { float: right; margin: .5rem 0 1rem 1.5rem; }
.aligncenter { display: block; margin-inline: auto; }
.alignwide, .alignfull { max-width: 100%; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .8125rem; color: hsl(var(--muted-foreground)); text-align: center; }
.sticky .card { border-color: hsl(var(--primary)); }
.bypostauthor { display: block; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-block: 1.75rem; }

/* =========================================================================
   17. Utilities
   ========================================================================= */
.mt-0  { margin-top: 0 !important; }
.mt-2  { margin-top: .5rem; }
.mt-4  { margin-top: 1rem; }
.mt-6  { margin-top: 1.5rem; }
.mt-8  { margin-top: 2rem; }
.text-muted { color: hsl(var(--muted-foreground)); }
.flex-between { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }

@media (prefers-reduced-motion: reduce) {
	.marquee, .rise-in { animation: none !important; }
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
