/*
Theme Name: PoP Ahausen 2026
Theme URI: https://politik-ohne-partei.de/
Author: Politik ohne Partei (PoP)
Author URI: https://politik-ohne-partei.de/
Description: Eigenständiges, responsives Kampagnentheme für Politik ohne Partei in Ahausen und Eversen. Enthält Startseite, Kandidaten, Themen, Historie, Aktuelles, Kontakt und Rechtstexte.
Version: 1.0.7
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: pop-ahausen
*/

:root {
  --navy: #18354e;
  --navy-2: #0e273b;
  --orange: #f68724;
  --orange-dark: #d9690c;
  --blue: #61bceb;
  --ink: #21384c;
  --muted: #5f7180;
  --light: #f1f6f8;
  --cream: #fffaf3;
  --white: #fff;
  --line: #dce6eb;
  --radius: 1.4rem;
  --shadow: 0 22px 60px rgba(24, 53, 78, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell, .site-shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 999; transform: translateY(-150%); padding: .8rem 1rem; border-radius: .5rem; background: #fff; color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: none; }

.election-bar { color: #fff; background: var(--orange); font-size: .86rem; letter-spacing: .01em; }
.election-bar__inner { min-height: 2.45rem; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.election-bar__label { padding: .15rem .55rem; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; font-weight: 800; text-transform: uppercase; font-size: .74rem; letter-spacing: .08em; }
.election-bar strong { margin-left: auto; }

.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,230,235,.88); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 6rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 216px; height: auto; }
.nav { display: flex; align-items: center; gap: 1.55rem; font-weight: 750; color: var(--navy); }
.nav a { text-decoration: none; border-bottom: 2px solid transparent; }
.nav a:not(.nav__cta):hover, .nav a:not(.nav__cta):focus-visible { border-bottom-color: var(--orange); }
.nav__cta { padding: .7rem 1.15rem; border-radius: 999px; background: var(--navy); color: #fff; }
.nav__cta:hover, .nav__cta:focus-visible { background: var(--orange); }
.menu-button { display: none; align-items: center; gap: .45rem; border: 0; background: transparent; color: var(--navy); font: inherit; font-weight: 800; cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 7rem) 0 clamp(4rem, 8vw, 8rem); background: var(--cream); }
.hero__wash { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 12% 15%, rgba(97,188,235,.19), transparent 27%), radial-gradient(circle at 95% 15%, rgba(246,135,36,.16), transparent 23%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1fr; align-items: start; gap: clamp(2.5rem, 5vw, 4rem); }
.hero__copy { max-width: 62rem; }
.eyebrow { margin: 0 0 1rem; color: var(--orange-dark); text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 900; }
.eyebrow--light { color: #ffd0a7; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; text-wrap: balance; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3rem, 6.2vw, 5.7rem); letter-spacing: -.055em; }
h1 span { color: var(--orange); }
.hero__lead { max-width: 34rem; margin: 0; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 3.2rem; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; padding: .78rem 1.25rem; border: 2px solid transparent; border-radius: .75rem; font-weight: 850; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--orange); color: #fff; box-shadow: 0 12px 30px rgba(246,135,36,.28); }
.button--primary:hover, .button--primary:focus-visible { background: var(--orange-dark); }
.button--ghost { border-color: var(--navy); color: var(--navy); }
.button--ghost:hover, .button--ghost:focus-visible { background: var(--navy); color: #fff; }
.button--white { margin-top: 1.4rem; background: #fff; color: var(--navy); }
.hero__promise { display: flex; align-items: center; gap: .8rem; margin-top: 2.5rem; color: var(--navy); font-size: .92rem; font-weight: 800; line-height: 1.3; }
.hero__promise-number { color: var(--orange); font-size: 3rem; font-weight: 950; line-height: 1; }
.hero__visual { position: relative; width: 100%; margin: 0; display: flex; flex-direction: column; align-items: flex-end; gap: .8rem; }
.hero__photo-frame { width: 100%; padding: .75rem; background: #fff; border-radius: 1.8rem; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero__photo-frame img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; border-radius: 1.25rem; }
.hero__visual figcaption { position: absolute; left: 2rem; bottom: -1rem; padding: .75rem 1.2rem; background: var(--navy); color: #fff; border-radius: .55rem; font-size: 1.15rem; font-weight: 900; transform: rotate(-2deg); box-shadow: 0 9px 25px rgba(24,53,78,.25); }
.election-card { position: static; margin-right: 1rem; width: 8.8rem; aspect-ratio: 1; display: flex; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; border: .42rem solid #fff; border-radius: 50%; background: var(--orange); color: #fff; line-height: 1.05; text-align: center; transform: rotate(7deg); box-shadow: var(--shadow); }
.election-card strong { display: block; margin: .27rem 0; font-size: 1.23rem; }
.election-card span { font-size: .76rem; font-weight: 800; text-transform: uppercase; }

.trust-strip { padding: 1.65rem 0; color: #fff; background: var(--navy); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.trust-strip__grid > div { display: flex; align-items: center; justify-content: center; gap: .85rem; }
.trust-strip svg { width: 2rem; color: var(--orange); stroke-width: 2.2; }
.trust-strip span { color: #cddbe4; font-size: .86rem; line-height: 1.35; }
.trust-strip strong { display: block; color: #fff; font-size: 1rem; }

.section { padding: clamp(4.8rem, 9vw, 8.5rem) 0; }
.section--light { background: var(--light); }
.section--white { background: #fff; }
.section-heading { max-width: 50rem; margin-bottom: 3.2rem; }
.section-heading h2, .story h2, .campaign-cta h2 { margin-bottom: 1.2rem; font-size: clamp(2.35rem, 4.7vw, 4.4rem); letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 43rem; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; }

.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.topic-card { min-height: 25rem; position: relative; display: flex; flex-direction: column; padding: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(24,53,78,.05); }
.topic-card::before { content: ""; position: absolute; inset: 0 0 auto; height: .42rem; background: var(--orange); }
.topic-card__icon { width: 3.3rem; height: 3.3rem; display: grid; place-items: center; margin-bottom: auto; border-radius: 1rem; background: #fff1e3; color: var(--orange-dark); }
.topic-card__icon svg { width: 1.7rem; }
.topic-card__number { position: absolute; top: 1.6rem; right: 1.7rem; margin: 0; color: #d6e3e9; font-size: 2.5rem; font-weight: 950; }
.topic-card h3 { margin: 2.5rem 0 1rem; font-size: 1.45rem; }
.topic-card p:last-child { margin: 0; color: var(--muted); }
.topic-card--navy { border-color: var(--navy); background: var(--navy); }
.topic-card--navy::before { background: var(--blue); }
.topic-card--navy h3, .topic-card--navy p:last-child { color: #fff; }
.topic-card--navy p:last-child { color: #d0dee7; }
.topic-card--navy .topic-card__number { color: rgba(255,255,255,.16); }
.topic-card--navy .topic-card__icon { background: rgba(255,255,255,.1); color: var(--blue); }

.candidate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.35rem; }
.candidate-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.candidate-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.candidate-card__image { position: relative; overflow: hidden; background: var(--light); }
.candidate-card__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; filter: saturate(.9); transition: transform .3s ease; }
.candidate-card:hover img { transform: scale(1.025); }
.candidate-card__body { padding: 1.35rem 1.45rem 1.55rem; }
.candidate-card h3 { margin-bottom: .3rem; font-size: 1.35rem; }
.candidate-card__role { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.candidate-card__priority { margin: 0; padding-top: .9rem; border-top: 1px solid var(--line); color: var(--orange-dark); font-size: .88rem; font-weight: 850; }

.story { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.story::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 15%, rgba(97,188,235,.13), transparent 30%); }
.story__panorama { position: absolute; left: 0; right: 0; bottom: -3%; width: 100%; opacity: .14; pointer-events: none; }
.story__grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.story h2 { color: #fff; }
.story__intro > p:last-child { color: #d0dee7; font-size: 1.08rem; }
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { display: grid; grid-template-columns: 5rem 1fr; gap: 1.5rem; padding: 0 0 2rem; position: relative; }
.timeline li:not(:last-child)::before { content: ""; position: absolute; top: 3.8rem; bottom: 0; left: 2.08rem; width: 2px; background: rgba(255,255,255,.2); }
.timeline time { width: 4.2rem; height: 4.2rem; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; font-size: .9rem; font-weight: 900; box-shadow: 0 0 0 7px rgba(246,135,36,.13); }
.timeline h3 { margin: .15rem 0 .45rem; color: #fff; font-size: 1.2rem; }
.timeline p { margin: 0; color: #d0dee7; }

.campaign-cta { background: var(--orange); color: #fff; }
.campaign-cta__grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.campaign-cta h2 { color: #fff; }
.campaign-cta h2 span { color: var(--navy); }
.campaign-cta__copy > p:not(.eyebrow) { margin: 0; font-size: 1.15rem; }
.contact-card { display: flex; flex-direction: column; gap: .35rem; padding: 2rem; border-radius: var(--radius); background: #fff; color: var(--navy); font-style: normal; box-shadow: 0 20px 55px rgba(113,48,0,.18); }
.contact-card h3 { margin: 0 0 .8rem; font-size: 1.4rem; }
.contact-card a, .contact-card > div { display: flex; align-items: center; gap: 1rem; padding: .9rem .8rem; border-radius: .8rem; text-decoration: none; }
.contact-card a:hover, .contact-card a:focus-visible { background: var(--light); }
.contact-card a > span:first-child, .contact-card > div > span:first-child { flex: 0 0 auto; width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border-radius: .8rem; background: #fff1e3; color: var(--orange-dark); }
.contact-card svg { width: 1.35rem; }
.contact-card small { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.site-footer { background: var(--navy-2); color: #d4e0e7; }
.site-footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; padding-block: 4rem; }
.site-footer__brand img { width: 210px; margin-bottom: 1.2rem; }
.site-footer__brand p { max-width: 22rem; }
.site-footer h2 { color: #fff; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer p { margin: 0; }
.site-footer a { color: #fff; text-decoration-color: rgba(255,255,255,.4); text-underline-offset: .2em; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.site-footer__bottom .shell, .site-footer__bottom .site-shell { min-height: 4.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

@media (max-width: 920px) {
  .nav { flex-wrap: wrap; justify-content: flex-end; }
  html.js .menu-button { display: inline-flex; }
  html.js .nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.3rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(24,53,78,.12); }
  html.js .nav--open { display: flex; }
  .nav a { padding: .8rem; }
  .nav__cta { margin-top: .35rem; text-align: center; }
  .hero__grid, .story__grid, .campaign-cta__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 62rem; }
  .hero__visual { max-width: none; }
  .section-heading--split { grid-template-columns: 1fr; gap: 1.2rem; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 20rem; }
  .candidate-grid { grid-template-columns: repeat(2, 1fr); }
  .story__panorama { width: 150%; max-width: none; opacity: .1; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 6.5rem; }
  .shell, .site-shell { width: min(100% - 1.5rem, 1180px); }
  .election-bar__inner { min-height: 2.7rem; justify-content: space-between; gap: .45rem; font-size: .72rem; }
  .election-bar__label { display: none; }
  .election-bar strong { margin-left: 0; }
  .site-header__inner { min-height: 4.9rem; }
  .brand img { width: 170px; }
  .menu-toggle__label { display: none; }
  .hero { padding-top: 2.8rem; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.2rem); }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero__photo-frame { padding: .45rem; border-radius: 1.2rem; transform: none; }
  .hero__photo-frame img { border-radius: .9rem; aspect-ratio: auto; }
  .hero__visual figcaption { left: 1rem; bottom: -.85rem; font-size: .98rem; }
  .election-card { width: 7rem; margin-right: .2rem; border-width: .3rem; }
  .election-card strong { font-size: 1rem; }
  .trust-strip__grid { grid-template-columns: 1fr; gap: 1.15rem; }
  .trust-strip__grid > div { justify-content: flex-start; padding-left: 1rem; }
  .section { padding-block: 4.3rem; }
  .section-heading { margin-bottom: 2.2rem; }
  .candidate-grid { grid-template-columns: 1fr; }
  .candidate-card__image img { aspect-ratio: 4 / 3; }
  .story__panorama { width: 250%; left: -60%; }
  .timeline li { grid-template-columns: 4rem 1fr; gap: 1rem; }
  .timeline time { width: 3.7rem; height: 3.7rem; }
  .timeline li:not(:last-child)::before { left: 1.82rem; }
  .contact-card { padding: 1rem; }
  .contact-card a, .contact-card > div { align-items: flex-start; padding: .8rem .5rem; overflow-wrap: anywhere; }
  .site-footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer__bottom .shell, .site-footer__bottom .site-shell { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1rem; }
}

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

/* WordPress integration */
.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 { width: auto; height: auto; margin: 0; padding: .8rem 1rem; clip: auto; background: #fff; color: var(--navy); }
.site-main { min-height: 55vh; }
.brand { flex: 0 0 auto; }
.brand .site-logo { width: 216px; height: auto; }
.nav .menu { display: flex; align-items: center; gap: 1.55rem; margin: 0; padding: 0; list-style: none; }
.nav .menu-item:last-child a { padding: .7rem 1.15rem; border-radius: 999px; background: var(--navy); color: #fff; }
.nav .menu-item:last-child a:hover, .nav .menu-item:last-child a:focus-visible { background: var(--orange); }
.menu-toggle__lines { width: 1.5rem; display: grid; gap: .25rem; }
.menu-toggle__lines span { height: 2px; border-radius: 2px; background: currentColor; }
.hero__visual img { width: 100%; }
.topic-card__icon svg, .trust-strip svg, .contact-card svg, .button svg, .text-link svg, .news-empty svg { width: 1.4rem; height: 1.4rem; fill: currentColor; }
.story { background-image: linear-gradient(rgba(24,53,78,.91), rgba(24,53,78,.91)), url('assets/images/ahausen-panorama.png'); background-repeat: no-repeat; background-position: center bottom; background-size: 100% auto; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; color: #fff; font-weight: 850; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { text-decoration: underline; text-underline-offset: .25rem; }
.text-link--navy { color: var(--navy); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.news-card__image { display: block; background: var(--navy); text-decoration: none; }
.news-card__image > img { width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.news-card__placeholder { min-height: 12rem; display: grid; place-items: center; padding: 2rem; }
.news-card__placeholder img { width: 180px; }
.news-card__body { padding: 1.45rem; }
.news-card__date { margin: 0 0 .6rem; color: var(--orange-dark); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.news-card h3 { margin-bottom: .7rem; font-size: 1.3rem; }
.news-card h3 a { text-decoration: none; }
.news-card h3 a:hover, .news-card h3 a:focus-visible { color: var(--orange-dark); }
.news-card__body > p:not(.news-card__date) { color: var(--muted); }
.news-empty { display: flex; align-items: center; gap: 1.3rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.news-empty__icon { flex: 0 0 auto; width: 4rem; height: 4rem; display: grid; place-items: center; border-radius: 1.1rem; background: #fff1e3; color: var(--orange-dark); }
.news-empty h3 { margin-bottom: .35rem; }
.news-empty p { margin: 0; color: var(--muted); }
.site-footer .site-logo--footer { width: 210px; }
.footer-heading { color: #fff !important; font-size: 1rem !important; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li + li { margin-top: .5rem; }
.site-footer__bottom-inner { min-height: 4.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-footer__bottom-inner p { margin: 0; }
.site-footer__bottom nav { display: flex; gap: 1.25rem; }

.page-hero { padding: clamp(3.5rem, 7vw, 6rem) 0; background: var(--navy); color: #fff; }
.page-hero .eyebrow { color: #ffd0a7; }
.page-hero h1 { max-width: 52rem; margin: 0; color: #fff; font-size: clamp(2.8rem, 6vw, 5rem); }
.page-content { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.entry-content { max-width: 790px; font-size: 1.08rem; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin: 2.7rem 0 1rem; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.entry-content h3 { margin: 2rem 0 .7rem; font-size: 1.35rem; }
.entry-content p, .entry-content li { color: #455b6c; }
.entry-content a { color: var(--orange-dark); font-weight: 750; text-underline-offset: .2rem; }
.entry-content ul, .entry-content ol { padding-left: 1.25rem; }
.entry-content blockquote { margin: 2rem 0; padding: 1.3rem 1.5rem; border-left: .35rem solid var(--orange); background: var(--light); }
.legal-note { padding: 1rem 1.15rem; border-left: .35rem solid var(--orange); background: #fff4e8; font-size: .95rem; }
.history-lead { color: var(--navy) !important; font-size: 1.25rem; font-weight: 750; }
.contact-list { display: grid; gap: 1rem; margin: 2rem 0; }
.contact-list a, .contact-list > div { display: flex; gap: 1rem; align-items: center; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; text-decoration: none; }
.contact-list svg { width: 1.5rem; height: 1.5rem; fill: var(--orange); }
.posts-shell { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.post-list { display: grid; gap: 1.4rem; }
.post-summary { padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.post-summary__date { margin: 0 0 .6rem; color: var(--orange-dark); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.post-summary h2 { margin-bottom: .8rem; font-size: clamp(1.5rem, 3vw, 2rem); }
.post-summary h2 a { text-decoration: none; }
.post-summary p:last-of-type { color: var(--muted); }
.pagination { margin-top: 2rem; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.pagination .page-numbers { min-width: 2.7rem; padding: .55rem .75rem; border-radius: .55rem; background: var(--light); text-align: center; text-decoration: none; }
.pagination .current { background: var(--orange); color: #fff; }

html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
html.js .reveal--delay { transition-delay: .1s; }
html.js .reveal--delay-2 { transition-delay: .2s; }
html.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .nav .menu { flex-direction: column; align-items: stretch; gap: 0; }
  .nav .menu a { display: block; }
  .news-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .brand .site-logo { width: 170px; }
  .menu-toggle__label { display: none; }
  .news-empty { align-items: flex-start; flex-direction: column; }
  .site-footer__bottom-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 1rem; }
  .site-footer__bottom nav { flex-wrap: wrap; }
}
