/*
Theme Name: FP Campus
Theme URI: https://fp-campus.de/
Author: FP Campus
Description: Modernes High-Gloss WordPress-Theme für das unabhängige Fishing-Planet-Wissensportal FP Campus.
Version: 0.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fp-campus
Tags: blog, news, education, custom-logo, custom-menu, featured-images, wide-blocks, translation-ready
*/

:root {
  --fpc-night: #04121b;
  --fpc-navy: #071d2b;
  --fpc-ink: #10212d;
  --fpc-blue: #087da4;
  --fpc-cyan: #25c6e5;
  --fpc-cyan-soft: #8eeeff;
  --fpc-white: #fff;
  --fpc-cloud: #f4f8fa;
  --fpc-muted: #687b87;
  --fpc-line: #dbe5e9;
  --fpc-amber: #e0a04b;
  --fpc-content: 1320px;
  --fpc-reading: 820px;
  --fpc-radius: 7px;
  --fpc-shadow: 0 22px 70px rgba(0,18,30,.16);
  --fpc-font: Inter, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #020b11; }
body { margin: 0; background: #020b11; color: var(--fpc-ink); font-family: var(--fpc-font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: var(--fpc-blue); text-underline-offset: .2em; }
a:hover { color: var(--fpc-cyan); }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 10px 16px; clip: auto; background: #fff; color: #111; }
.site-shell { position: relative; width: min(100%,1500px); min-height: 100vh; margin-inline: auto; overflow: hidden; background: var(--fpc-cloud); box-shadow: 0 0 90px rgba(0,0,0,.55); }
.site-main { min-height: 50vh; }
.container { width: min(calc(100% - 56px),var(--fpc-content)); margin-inline: auto; }

/* Glass navigation */
.site-header { position: absolute; inset: 20px 0 auto; z-index: 100; }
.site-header__inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(22px,3.5vw,58px); padding: 0 22px; border: 1px solid rgba(159,222,236,.2); border-radius: var(--fpc-radius); background: rgba(3,19,30,.86); box-shadow: 0 14px 45px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(18px); }
body:not(.home) .site-header { position: relative; inset: auto; padding: 18px 0; background: var(--fpc-night); }
.site-branding { min-width: max-content; }
.brand-lockup { display: flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; }
.brand-name { display: flex; align-items: center; gap: 4px; font-size: 1.5rem; font-weight: 850; line-height: 1; letter-spacing: -.055em; text-transform: uppercase; }
.brand-name b { color: var(--fpc-cyan); font-size: 1.08em; font-weight: 950; text-shadow: 0 0 20px rgba(37,198,229,.45); }
.brand-tag { max-width: 115px; padding-left: 12px; border-left: 1px solid rgba(255,255,255,.24); color: #91a9b5; font-size: .52rem; font-weight: 750; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }
.custom-logo-link img { max-height: 48px; width: auto; }
.primary-nav { justify-self: end; }
.primary-nav ul { display: flex; align-items: center; gap: clamp(14px,1.8vw,28px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; display: block; padding: 27px 0 25px; color: #dce9ee; font-size: .7rem; font-weight: 800; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--fpc-cyan); box-shadow: 0 0 10px rgba(37,198,229,.8); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: #fff; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; background: transparent; color: #fff; }
.search-symbol { width: 14px; height: 14px; border: 1.6px solid currentColor; border-radius: 50%; }
.search-symbol::after { content: ""; display: block; width: 6px; height: 1.6px; margin: 10px 0 0 10px; background: currentColor; transform: rotate(45deg); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.22); }
.header-cta, .button, .search-submit { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 10px; padding: 10px 19px; border: 1px solid var(--fpc-cyan); border-radius: 4px; background: linear-gradient(135deg,#34d8f2,#18add1); color: #03202c; box-shadow: 0 8px 24px rgba(21,183,218,.25), inset 0 1px rgba(255,255,255,.45); font-size: .68rem; font-weight: 900; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease,box-shadow .2s ease; }
.header-cta:hover, .button:hover, .search-submit:hover { color: #02151d; box-shadow: 0 12px 30px rgba(21,183,218,.4), inset 0 1px rgba(255,255,255,.6); transform: translateY(-1px); }
.search-panel { display: none; margin-top: 8px; }
.search-panel.is-open { display: block; }
.search-panel .container { padding: 14px; border: 1px solid rgba(159,222,236,.2); border-radius: var(--fpc-radius); background: rgba(3,19,30,.94); backdrop-filter: blur(16px); }
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 46px; padding: 10px 14px; border: 1px solid #37515e; border-radius: 4px; background: #071a25; color: #fff; }
.search-field:focus { outline: 2px solid rgba(37,198,229,.25); border-color: var(--fpc-cyan); }

/* Cinematic homepage hero */
.world-hero { position: relative; min-height: 670px; overflow: hidden; background-color: #061721; background-position: center; background-size: cover; color: #fff; isolation: isolate; }
.world-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(2,14,23,.96) 0%,rgba(3,18,28,.81) 36%,rgba(3,18,28,.24) 68%,rgba(3,18,28,.08) 100%); }
.world-hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 32%; background: linear-gradient(0deg,rgba(3,16,25,.88),transparent); }
.world-hero__map { position: absolute; top: 80px; right: -40px; z-index: -1; width: 57%; height: 62%; background: url("assets/images/fp-world-map.svg") center/contain no-repeat; opacity: .22; mix-blend-mode: screen; }
.world-hero__inner { min-height: 670px; display: flex; align-items: center; padding-top: 105px; padding-bottom: 38px; }
.world-hero__copy { width: min(690px,57%); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--fpc-cyan); font-size: .67rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; box-shadow: 0 0 9px currentColor; }
.world-hero h1 { max-width: 720px; margin: 17px 0 0; font-size: clamp(3.35rem,5.6vw,5.85rem); font-weight: 850; line-height: .94; letter-spacing: -.065em; text-wrap: balance; text-shadow: 0 5px 30px rgba(0,0,0,.42); }
.world-hero__copy > p { max-width: 610px; margin: 23px 0 0; color: #d2e0e6; font-size: clamp(.98rem,1.25vw,1.13rem); line-height: 1.65; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.world-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 27px; }
.button--glass { border-color: rgba(210,237,245,.52); background: rgba(3,22,32,.42); color: #fff; box-shadow: inset 0 1px rgba(255,255,255,.12); backdrop-filter: blur(10px); }
.button--glass:hover { border-color: var(--fpc-cyan); background: rgba(3,22,32,.78); color: #fff; }
.hero-stats { width: min(370px,100%); display: grid; grid-template-columns: repeat(3,1fr); margin-top: 24px; border: 1px solid rgba(158,219,232,.26); border-radius: 5px; background: rgba(3,23,34,.62); box-shadow: inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.hero-stats > div { padding: 13px 16px; text-align: center; }
.hero-stats > div + div { border-left: 1px solid rgba(158,219,232,.2); }
.hero-stats strong { display: block; font-size: 1.35rem; line-height: 1.1; }
.hero-stats span { display: block; margin-top: 4px; color: #a8bfca; font-size: .56rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

/* Content homepage */
.quick-nav { border-bottom: 1px solid var(--fpc-line); background: #fff; }
.quick-nav__inner { min-height: 67px; display: flex; align-items: center; justify-content: flex-end; gap: clamp(20px,3vw,44px); }
.quick-nav__inner > span { margin-right: auto; color: #9aacb4; font-size: .62rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.quick-nav a { position: relative; padding: 24px 0 21px; color: var(--fpc-ink); font-size: .67rem; font-weight: 850; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.quick-nav a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--fpc-cyan); transform: scaleX(0); transition: transform .2s ease; }
.quick-nav a:hover::after { transform: scaleX(1); }
.focus-section { padding: 48px 0 0; background: #fff; }
.latest-section { padding: 66px 0 76px; background: var(--fpc-cloud); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 25px; }
.section-heading h2, .archive-header h1 { margin: 6px 0 0; color: var(--fpc-ink); font-size: clamp(2rem,3.3vw,3.1rem); line-height: 1; letter-spacing: -.052em; }
.section-kicker { color: var(--fpc-blue); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--fpc-blue); font-size: .66rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--fpc-cyan); font-size: 1.05rem; }
.lead-grid { display: grid; grid-template-columns: minmax(0,2.25fr) repeat(3,minmax(0,1fr)); gap: 14px; }
.post-card { min-width: 0; overflow: hidden; border: 1px solid var(--fpc-line); border-radius: var(--fpc-radius); background: #fff; box-shadow: 0 9px 28px rgba(5,39,57,.07); transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.post-card:hover { border-color: #b6dce5; box-shadow: 0 16px 38px rgba(5,39,57,.13); transform: translateY(-3px); }
.post-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 16/10; background: linear-gradient(145deg,#0a3144,#071925); }
.post-card__media::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg,rgba(2,14,22,.78),transparent); pointer-events: none; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.04); transition: transform .4s ease; }
.post-card:hover .post-card__media img { transform: scale(1.035); }
.post-card__placeholder { position: absolute; inset: 0; background: url("assets/images/hero-fp-campus.webp") center/cover no-repeat; opacity: .76; }
.post-card__placeholder::after { content: "FP CAMPUS"; position: absolute; right: 13px; bottom: 11px; z-index: 2; color: rgba(255,255,255,.72); font-size: .55rem; font-weight: 900; letter-spacing: .14em; }
.post-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 8px; border-radius: 3px; background: var(--fpc-cyan); color: #03202c; box-shadow: 0 5px 15px rgba(0,0,0,.18); font-size: .55rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.post-card__body { padding: 17px; }
.post-card__meta { display: flex; flex-wrap: wrap; gap: 7px 12px; margin-bottom: 8px; color: #8496a0; font-size: .59rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.post-card h3 { margin: 0; color: var(--fpc-ink); font-size: 1.13rem; line-height: 1.18; letter-spacing: -.025em; }
.post-card h3 a { color: inherit; text-decoration: none; }
.post-card h3 a:hover { color: var(--fpc-blue); }
.post-card__excerpt { margin: 10px 0 13px; color: var(--fpc-muted); font-size: .77rem; line-height: 1.47; }
.post-card__excerpt p { margin: 0; }
.post-card__link { color: var(--fpc-blue); font-size: .61rem; font-weight: 900; letter-spacing: .065em; text-decoration: none; text-transform: uppercase; }
.lead-grid > .post-card:first-child { position: relative; }
.lead-grid > .post-card:first-child .post-card__media { height: 100%; min-height: 360px; aspect-ratio: auto; }
.lead-grid > .post-card:first-child .post-card__body { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; padding: 32px 23px 22px; color: #fff; background: linear-gradient(0deg,rgba(2,13,21,.96),rgba(2,13,21,.03)); }
.lead-grid > .post-card:first-child h3 { max-width: 700px; color: #fff; font-size: clamp(1.75rem,2.7vw,2.7rem); }
.lead-grid > .post-card:first-child .post-card__meta { color: #b7cbd4; }
.lead-grid > .post-card:first-child .post-card__excerpt { max-width: 650px; color: #d4e0e5; }
.lead-grid > .post-card:first-child .post-card__link { color: var(--fpc-cyan); }
.lead-grid > .post-card:not(:first-child) .post-card__excerpt { min-height: 3.5em; }
.trust-row { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 28px; border-top: 1px solid var(--fpc-line); }
.trust-row > div { display: flex; align-items: center; gap: 13px; padding: 22px 20px; }
.trust-row > div + div { border-left: 1px solid var(--fpc-line); }
.trust-row b { color: var(--fpc-blue); font-size: 1.65rem; font-weight: 400; }
.trust-row strong, .trust-row small { display: block; }
.trust-row strong { font-size: .75rem; }
.trust-row small { margin-top: 2px; color: var(--fpc-muted); font-size: .64rem; }
.post-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }

.community-band { position: relative; overflow: hidden; padding: 76px 0; background: linear-gradient(120deg,#04141f,#07334a); color: #fff; isolation: isolate; }
.community-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 82% 50%,rgba(37,198,229,.16),transparent 36%); }
.community-band__map { position: absolute; right: -4%; bottom: -20%; width: 55%; height: 140%; z-index: -1; background: url("assets/images/fp-world-map.svg") center/contain no-repeat; opacity: .23; mix-blend-mode: screen; }
.community-band__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: end; }
.community-band h2 { max-width: 720px; margin: 12px 0 0; font-size: clamp(2.2rem,4.5vw,4.5rem); line-height: .96; letter-spacing: -.055em; }
.community-band p { margin: 0 0 22px; color: #bdd3dc; }

/* Inner pages */
.archive-header { padding: 64px 0 34px; border-bottom: 1px solid var(--fpc-line); background: #fff; }
.archive-header p { max-width: 720px; color: var(--fpc-muted); }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 64px; align-items: start; padding: 54px 0 80px; }
.article-header { margin-bottom: 30px; }
.article-kicker { color: var(--fpc-blue); font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.article-title { max-width: 980px; margin: 10px 0 17px; color: var(--fpc-ink); font-size: clamp(2.65rem,5.5vw,5.4rem); line-height: .96; letter-spacing: -.058em; }
.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--fpc-muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.article-featured { overflow: hidden; margin: 28px 0 38px; border-radius: var(--fpc-radius); box-shadow: var(--fpc-shadow); }
.article-content { max-width: var(--fpc-reading); font-size: 1.05rem; line-height: 1.76; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2,.article-content h3,.article-content h4 { color: var(--fpc-ink); line-height: 1.18; letter-spacing: -.03em; }
.article-content h2 { margin: 2em 0 .6em; font-size: 2rem; }
.article-content h3 { margin: 1.8em 0 .55em; font-size: 1.45rem; }
.article-content blockquote { margin: 30px 0; padding: 21px 26px; border-left: 3px solid var(--fpc-cyan); border-radius: 0 var(--fpc-radius) var(--fpc-radius) 0; background: #eaf5f8; }
.article-content table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: .88rem; }
.article-content th,.article-content td { padding: 12px 14px; border: 1px solid var(--fpc-line); text-align: left; }
.article-content th { background: var(--fpc-navy); color: #fff; }
.article-content .alignwide { width: min(1060px,calc(100vw - 48px)); max-width: 1060px; margin-left: 50%; transform: translateX(-50%); }
.article-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.sidebar-card { margin-bottom: 20px; padding: 20px; border: 1px solid var(--fpc-line); border-radius: var(--fpc-radius); background: #fff; box-shadow: 0 8px 25px rgba(5,39,57,.05); }
.sidebar-card h2 { margin: 0 0 11px; font-size: 1rem; }
.sidebar-card ul { margin: 0; padding: 0; list-style: none; }
.sidebar-card li + li { border-top: 1px solid var(--fpc-line); }
.sidebar-card li a { display: block; padding: 9px 0; font-size: .78rem; font-weight: 700; text-decoration: none; }
.pagination { margin: 38px 0 70px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { display: grid; min-width: 40px; min-height: 40px; place-items: center; padding: 6px 10px; border: 1px solid var(--fpc-line); border-radius: 4px; background: #fff; color: var(--fpc-ink); font-weight: 750; text-decoration: none; }
.page-numbers.current,.page-numbers:hover { border-color: var(--fpc-blue); background: var(--fpc-blue); color: #fff; }
.empty-state { grid-column: 1/-1; padding: 60px 25px; border: 1px solid var(--fpc-line); border-radius: var(--fpc-radius); background: #fff; text-align: center; }

/* Footer */
.site-footer { padding: 56px 0 24px; background: #031019; color: #8da5b0; }
.site-footer .brand-name b { color: var(--fpc-cyan); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 68px; }
.footer-brand p { max-width: 520px; font-size: .79rem; }
.footer-brand .footer-notice { color: #647d88; font-size: .62rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.footer-title { margin: 0 0 13px; color: #fff; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li + li { margin-top: 8px; }
.footer-menu a { color: #9bb0b9; font-size: .77rem; text-decoration: none; }
.footer-menu a:hover { color: var(--fpc-cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 40px; padding-top: 20px; border-top: 1px solid #20323b; font-size: .63rem; }

@media (max-width: 1180px) {
  .site-header__inner { gap: 20px; }
  .primary-nav ul { gap: 15px; }
  .header-cta { display: none; }
  .lead-grid { grid-template-columns: minmax(0,1.6fr) repeat(2,minmax(0,1fr)); }
  .lead-grid > .post-card:nth-child(4) { display: none; }
  .post-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 920px) {
  .container { width: min(calc(100% - 32px),var(--fpc-content)); }
  .site-header { top: 12px; }
  .site-header__inner { min-height: 68px; grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: grid; grid-column: 1; grid-row: 1; }
  .site-branding { grid-column: 2; grid-row: 1; }
  .header-actions { grid-column: 3; grid-row: 1; }
  .primary-nav { position: fixed; inset: 0; z-index: -1; display: none; padding: 100px 22px 25px; background: rgba(2,15,23,.98); overflow-y: auto; }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: stretch; flex-direction: column; }
  .primary-nav a { padding: 15px 5px; border-bottom: 1px solid #243b47; font-size: .86rem; }
  .primary-nav a::after { display: none; }
  .world-hero__copy { width: min(650px,72%); }
  .world-hero__map { width: 70%; opacity: .15; }
  .lead-grid { grid-template-columns: 1fr 1fr; }
  .lead-grid > .post-card:first-child { grid-column: 1/-1; }
  .lead-grid > .post-card:nth-child(4) { display: block; }
  .trust-row { grid-template-columns: repeat(2,1fr); }
  .trust-row > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--fpc-line); }
  .trust-row > div:nth-child(4) { border-top: 1px solid var(--fpc-line); }
  .post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .community-band__inner,.content-layout { grid-template-columns: 1fr; gap: 34px; }
  .content-sidebar { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 22px),var(--fpc-content)); }
  .site-header { inset: 10px 0 auto; }
  .site-header__inner { padding-inline: 12px; }
  .brand-name { font-size: 1.22rem; }
  .brand-tag,.header-actions .search-toggle { display: none; }
  .world-hero { min-height: 650px; background-position: 67% center; }
  .world-hero::before { background: linear-gradient(90deg,rgba(2,14,23,.98),rgba(3,18,28,.78) 70%,rgba(3,18,28,.35)); }
  .world-hero__inner { min-height: 650px; padding-top: 95px; }
  .world-hero__copy { width: 100%; }
  .world-hero h1 { font-size: clamp(3rem,14vw,4.4rem); }
  .world-hero__copy > p { font-size: .93rem; }
  .world-hero__map { right: -55%; width: 130%; opacity: .11; }
  .world-hero__actions { align-items: stretch; flex-direction: column; width: min(100%,300px); }
  .hero-stats { width: 100%; }
  .quick-nav__inner { align-items: stretch; flex-direction: column; gap: 0; padding-block: 15px; }
  .quick-nav__inner > span { margin: 0 0 6px; }
  .quick-nav a { padding: 9px 0; border-top: 1px solid var(--fpc-line); }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .lead-grid,.post-grid { grid-template-columns: 1fr; }
  .lead-grid > .post-card:first-child { grid-column: auto; }
  .lead-grid > .post-card:first-child .post-card__media { min-height: 370px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row > div + div { border-top: 1px solid var(--fpc-line); border-left: 0; }
  .latest-section { padding-block: 50px; }
  .community-band { padding-block: 55px; }
  .community-band h2 { font-size: 2.75rem; }
  .content-sidebar,.footer-grid { grid-template-columns: 1fr; }
  .article-title { font-size: clamp(2.5rem,13vw,4rem); }
  .footer-grid { gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

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