/*
Theme Name: GratisWunder Fokus
Theme URI: https://www.gratiswunder.de/
Author: GratisWunder.de
Author URI: https://www.gratiswunder.de/
Description: Modernes, schnelles und barrierearmes WordPress-Theme in einer hochwertigen Naturfarbwelt aus Limettengrün, Smaragdgrün, Goldgelb, Naturweiß und Dunkelgrau. Für Gratisproben, Produkttests, Gewinnspiele, Gutscheine und kostenlose Angebote; mobil optimiert, suchmaschinenfreundlich und mit Real Cookie Banner kompatibel.
Version: 1.2.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gratiswunder-fokus
Tags: accessibility-ready, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks, blog, news, two-columns
*/

:root {
  --gw-brand: #16856B;
  --gw-brand-dark: #0F6A56;
  --gw-brand-deep: #252B2A;
  --gw-accent-lime: #A7D129;
  --gw-accent-gold: #F5B942;
  --gw-brand-soft: #F1F6E4;
  --gw-brand-soft-strong: #DFEDB6;
  --gw-gold-soft: #FFF3D4;
  --gw-ink: #252B2A;
  --gw-muted: #58615F;
  --gw-line: #DDE2DD;
  --gw-surface: #FAF9F6;
  --gw-surface-alt: #F3F4EF;
  --gw-success: #126A55;
  --gw-warning: #755000;
  --gw-danger: #A12A35;
  --gw-focus: #0F6A56;
  --gw-radius-sm: 0.55rem;
  --gw-radius: 1rem;
  --gw-radius-lg: 1.5rem;
  --gw-shadow: 0 0.8rem 2.2rem rgba(37, 43, 42, 0.12);
  --gw-shadow-soft: 0 0.4rem 1.35rem rgba(37, 43, 42, 0.07);
  --gw-content: 76rem;
  --gw-reading: 48rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
body {
  margin: 0;
  color: var(--gw-ink);
  background: var(--gw-surface);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}
img, picture, svg, video { display: block; max-width: 100%; height: auto; }
iframe { max-width: 100%; }
button, input, select, textarea { font: inherit; }
::placeholder { color: #66706D; opacity: 1; }
.gw-article__content, .gw-card, .gw-widget { overflow-wrap: anywhere; }
a { color: var(--gw-brand-dark); text-decoration-thickness: 0.08em; text-underline-offset: 0.15em; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:hover { color: var(--gw-brand-dark); text-decoration-thickness: 0.12em; }
:focus-visible { outline: 3px solid var(--gw-focus); outline-offset: 3px; }
::selection { color: #fff; background: var(--gw-brand-dark); }
[hidden] { display: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.65em;
  color: var(--gw-ink);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-wrap: balance;
  scroll-margin-top: 2rem;
}
h1 { font-size: clamp(2.1rem, 5vw, 4.25rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.65rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p, ul, ol, blockquote, table, pre { margin: 0 0 1.35rem; }
ul, ol { padding-inline-start: 1.35rem; }
blockquote { margin-inline: 0; padding: 1rem 1.25rem; border-inline-start: 0.35rem solid var(--gw-brand); background: var(--gw-brand-soft); }
hr { margin: 2.5rem 0; border: 0; border-top: 1px solid var(--gw-line); }
code, pre { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
pre { overflow-x: auto; padding: 1rem; border-radius: var(--gw-radius-sm); background: #1E2423; color: #fff; }

.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: 0.75rem; left: 0.75rem;
  width: auto; height: auto;
  padding: 0.8rem 1rem; margin: 0;
  clip: auto;
  color: var(--gw-ink); background: #fff;
  border-radius: var(--gw-radius-sm);
  box-shadow: var(--gw-shadow);
}
.gw-container { width: min(100% - 2rem, var(--gw-content)); margin-inline: auto; }
.gw-reading { width: min(100%, var(--gw-reading)); }
.gw-section { padding-block: clamp(2.6rem, 6vw, 5.5rem); }
.gw-section--alt { background: var(--gw-surface-alt); }
.gw-section__head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.gw-eyebrow { margin-bottom: 0.55rem; color: var(--gw-brand-dark); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.gw-muted { color: var(--gw-muted); }

.gw-button,
.wp-element-button,
input[type="submit"],
button[type="submit"] {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.1rem;
  border: 2px solid var(--gw-brand);
  border-radius: 999px;
  color: #fff;
  background: var(--gw-brand);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}
.gw-button:hover,
.wp-element-button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover { color: #fff; background: var(--gw-brand-dark); border-color: var(--gw-brand-dark); }
.gw-button--secondary { color: var(--gw-brand-dark); background: #fff; border-color: var(--gw-brand-dark); }
.gw-button--secondary:hover { color: #fff; }
.gw-button--disabled { color: #fff; background: #68716F; border-color: #68716F; cursor: not-allowed; }
.gw-text-link { color: var(--gw-brand-dark); font-weight: 800; }
.gw-text-link:hover { color: var(--gw-brand-dark); text-decoration-thickness: 0.12em; }

input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="date"], select, textarea {
  width: 100%; min-height: 3rem;
  padding: 0.75rem 0.9rem;
  color: var(--gw-ink); background: #fff;
  border: 2px solid #8C9693;
  border-radius: var(--gw-radius-sm);
}
textarea { min-height: 9rem; resize: vertical; }
label { display: inline-block; margin-bottom: 0.35rem; font-weight: 700; }

.site-topbar { color: #fff; border-bottom: 0.2rem solid var(--gw-accent-lime); background: linear-gradient(90deg, var(--gw-brand-deep), var(--gw-brand-dark) 58%, var(--gw-brand)); font-size: 0.88rem; }
.site-topbar__inner { display: flex; min-height: 2.65rem; align-items: center; justify-content: space-between; gap: 1rem; }
.site-topbar p { margin: 0; }
.site-topbar strong { font-weight: 800; }
.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid var(--gw-line); background: rgba(250,249,246,0.97); box-shadow: 0 0.2rem 0.8rem rgba(37,43,42,0.05); backdrop-filter: blur(0.7rem); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; min-height: 5.2rem; align-items: center; gap: 1.5rem; }
.site-branding { display: flex; align-items: center; gap: 0.75rem; min-width: 0; }
.custom-logo { max-width: 15rem; max-height: 4rem; width: auto; }
.site-title { margin: 0; font-size: 1.45rem; line-height: 1; }
.site-title a { display: inline-flex; align-items: center; gap: 0.55rem; color: var(--gw-ink); text-decoration: none; }
.site-title__mark { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border-radius: 0.78rem; color: #fff; background: linear-gradient(145deg, var(--gw-brand), var(--gw-brand-dark)); box-shadow: 0 0.45rem 1rem rgba(22,133,107,0.25); font-size: 1.45rem; font-weight: 900; }
.site-description { margin: 0.3rem 0 0; color: var(--gw-muted); font-size: 0.82rem; }
.primary-navigation { justify-self: end; }
.primary-navigation ul { display: flex; flex-wrap: wrap; align-items: center; gap: 0.2rem; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; display: inline-flex; min-height: 2.75rem; align-items: center; padding: 0.55rem 0.72rem; border-radius: 0.55rem; color: var(--gw-ink); font-size: 0.95rem; font-weight: 750; text-decoration: none; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current-menu-ancestor > a { color: var(--gw-brand-dark); background: var(--gw-brand-soft); box-shadow: inset 0 -0.18rem 0 var(--gw-accent-lime); }
.menu-toggle { display: none; min-width: 2.9rem; min-height: 2.9rem; padding: 0.55rem; border: 2px solid var(--gw-line); border-radius: 0.65rem; color: var(--gw-ink); background: #fff; cursor: pointer; }
.menu-toggle__icon, .menu-toggle__icon::before, .menu-toggle__icon::after { display: block; width: 1.45rem; height: 2px; background: currentColor; content: ""; }
.menu-toggle__icon { position: relative; }
.menu-toggle__icon::before { position: absolute; top: -0.42rem; }
.menu-toggle__icon::after { position: absolute; top: 0.42rem; }
.header-search-link { display: inline-flex; min-width: 2.9rem; min-height: 2.9rem; align-items: center; justify-content: center; border: 2px solid var(--gw-brand); border-radius: 999px; color: #fff; background: var(--gw-brand); box-shadow: 0 0.35rem 0.9rem rgba(22,133,107,0.20); text-decoration: none; }
.header-search-link:hover { color: #fff; background: var(--gw-brand-dark); border-color: var(--gw-brand-dark); }
.header-search-link svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 2.2; }

.gw-hero { position: relative; overflow: hidden; padding-block: clamp(3.2rem, 7vw, 6.6rem); background: radial-gradient(circle at 91% 13%, var(--gw-brand-soft-strong) 0 13rem, transparent 13.1rem), radial-gradient(circle at 77% 82%, var(--gw-gold-soft) 0 8rem, transparent 8.1rem), linear-gradient(135deg, var(--gw-surface) 0%, #F7F7EF 52%, #EEF4E8 100%); }
.gw-hero::after { position: absolute; right: -6rem; bottom: -9rem; width: 24rem; height: 24rem; border: 2.5rem solid rgba(167,209,41,0.13); border-radius: 50%; content: ""; pointer-events: none; }
.gw-hero__grid { position: relative; z-index: 1; }
.gw-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.gw-hero h1 { max-width: 15ch; }
.gw-hero__lead { max-width: 43rem; color: #4E5855; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.gw-search { display: flex; max-width: 43rem; padding: 0.45rem; border: 1px solid var(--gw-line); border-radius: 999px; background: #fff; box-shadow: var(--gw-shadow); }
.gw-search label { flex: 1; margin: 0; }
.gw-search input[type="search"] { min-height: 3.2rem; border: 0; border-radius: 999px; }
.gw-search button { flex: 0 0 auto; }
.gw-trust-list { display: flex; flex-wrap: wrap; gap: 0.75rem 1.2rem; margin: 1.35rem 0 0; padding: 0; list-style: none; color: #3E4745; font-size: 0.94rem; font-weight: 700; }
.gw-trust-list li::before { margin-inline-end: 0.38rem; color: var(--gw-brand); content: "✓"; font-weight: 900; }
.gw-hero__panel { padding: 1.45rem; border: 1px solid rgba(22,133,107,0.22); border-top: 0.32rem solid var(--gw-accent-lime); border-radius: var(--gw-radius-lg); background: rgba(255,255,255,0.92); box-shadow: var(--gw-shadow); }
.gw-hero__panel h2 { font-size: 1.4rem; }
.gw-quick-list { display: grid; gap: 0.7rem; margin: 0; padding: 0; list-style: none; }
.gw-quick-list a { display: flex; min-height: 3.4rem; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.75rem 0.9rem; border: 1px solid var(--gw-line); border-radius: 0.75rem; color: var(--gw-ink); background: #fff; font-weight: 800; text-decoration: none; }
.gw-quick-list a:hover { border-color: var(--gw-brand); background: var(--gw-brand-soft); transform: translateY(-1px); }

.gw-category-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
.gw-category-card { display: flex; min-height: 10rem; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid var(--gw-line); border-radius: var(--gw-radius); color: var(--gw-ink); background: #fff; box-shadow: 0 0.35rem 1.2rem rgba(32,20,29,0.04); text-decoration: none; }
.gw-category-card:hover { border-color: var(--gw-brand); color: var(--gw-ink); background: linear-gradient(180deg, #fff, var(--gw-brand-soft)); box-shadow: var(--gw-shadow); transform: translateY(-2px); }
.gw-category-card__icon { display: grid; width: 2.7rem; height: 2.7rem; flex: 0 0 auto; place-items: center; border-radius: 0.8rem; color: var(--gw-brand-dark); background: var(--gw-brand-soft); box-shadow: inset 0 -0.18rem 0 rgba(167,209,41,0.45); font-size: 1.42rem; }
.gw-category-card:nth-child(2n) .gw-category-card__icon { color: var(--gw-ink); background: var(--gw-gold-soft); box-shadow: inset 0 -0.18rem 0 rgba(245,185,66,0.52); }
.gw-category-card:nth-child(3n) .gw-category-card__icon { color: var(--gw-ink); background: #EEF5D6; }
.gw-category-card__count { color: var(--gw-muted); font-size: 0.85rem; }

.gw-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
.gw-card { position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--gw-line); border-top: 0.22rem solid var(--gw-accent-lime); border-radius: var(--gw-radius); background: #fff; box-shadow: var(--gw-shadow-soft); }
.gw-card:hover { box-shadow: var(--gw-shadow); transform: translateY(-2px); }
.gw-card:nth-child(3n + 2) { border-top-color: var(--gw-accent-gold); }
.gw-card:nth-child(3n + 3) { border-top-color: var(--gw-brand); }
.gw-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: radial-gradient(circle at 85% 25%, var(--gw-brand-soft-strong), transparent 42%), linear-gradient(135deg, var(--gw-brand-soft), #F4F1E7); }
.gw-card__media img { width: 100%; height: 100%; object-fit: cover; }
.gw-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--gw-brand-dark); font-size: 3rem; font-weight: 900; }
.gw-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.2rem; }
.gw-card__meta { display: flex; flex-wrap: wrap; gap: 0.35rem 0.75rem; margin-bottom: 0.65rem; color: var(--gw-muted); font-size: 0.82rem; }
.gw-card h2, .gw-card h3 { margin-bottom: 0.6rem; font-size: 1.25rem; }
.gw-card h2 a, .gw-card h3 a { color: var(--gw-ink); text-decoration: none; }
.gw-card__primary-link::after { position: absolute; z-index: 1; inset: 0; border-radius: var(--gw-radius); content: ""; }
.gw-card__primary-link:focus-visible::after { outline: 3px solid var(--gw-focus); outline-offset: -4px; }
.gw-card__meta a { position: relative; z-index: 2; }
.gw-card h2 a:hover, .gw-card h3 a:hover { color: var(--gw-brand-dark); text-decoration: underline; }
.gw-card__excerpt { color: #505A57; font-size: 0.96rem; }
.gw-card__footer { margin-top: auto; padding-top: 0.5rem; }
.gw-status { display: inline-flex; min-height: 1.9rem; align-items: center; padding: 0.25rem 0.62rem; border-radius: 999px; font-size: 0.76rem; font-weight: 850; line-height: 1.2; }
.gw-status--active { color: var(--gw-success); background: #E5F4EE; }
.gw-status--check { color: var(--gw-warning); background: var(--gw-gold-soft); }
.gw-status--expired { color: var(--gw-danger); background: #FBE8E8; }
.gw-card__media .gw-status { position: absolute; top: 0.75rem; left: 0.75rem; }

.gw-breadcrumbs { padding-block: 1rem; color: var(--gw-muted); font-size: 0.88rem; }
.gw-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.3rem; margin: 0; padding: 0; list-style: none; }
.gw-breadcrumbs li:not(:last-child)::after { margin-inline-start: 0.3rem; content: "/"; color: #909995; }
.gw-breadcrumbs a { color: inherit; }
.gw-archive-header { padding-block: clamp(2.4rem, 5vw, 4.5rem) 2rem; background: var(--gw-surface-alt); }
.gw-archive-header h1 { font-size: clamp(2rem, 4vw, 3.5rem); }
.gw-archive-description { max-width: 48rem; color: #505A57; }
.gw-results-count { color: var(--gw-muted); font-size: 0.95rem; font-weight: 700; }

.gw-layout { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: 2.5rem; align-items: start; }
.gw-sidebar { position: sticky; top: 1rem; }
.gw-widget { margin-bottom: 1.25rem; padding: 1.2rem; border: 1px solid var(--gw-line); border-radius: var(--gw-radius); background: #fff; }
.gw-widget h2, .gw-widget .widget-title { font-size: 1.15rem; }
.gw-widget ul { margin: 0; padding-inline-start: 1.1rem; }

.gw-article { padding-bottom: 4rem; }
.gw-article__header { padding-block: clamp(2rem, 5vw, 4.5rem) 1.5rem; }
.gw-article__header h1 { max-width: 20ch; font-size: clamp(2.15rem, 5vw, 4rem); }
.gw-article__meta { display: flex; flex-wrap: wrap; gap: 0.45rem 1rem; color: var(--gw-muted); font-size: 0.9rem; }
.gw-article__media { overflow: hidden; margin-bottom: 1.8rem; border-radius: var(--gw-radius-lg); background: var(--gw-surface-alt); }
.gw-article__media img { width: 100%; }
.gw-article__content { font-size: 1.075rem; }
.gw-article__content > * { max-width: var(--gw-reading); }
.gw-article__content > .alignwide { max-width: 68rem; }
.gw-article__content > .alignfull { max-width: none; width: 100vw; margin-inline-start: calc(50% - 50vw); }
.gw-article__content h2 { margin-top: 2.3rem; }
.gw-article__content h3 { margin-top: 1.8rem; }
.gw-article__content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.gw-article__content th, .gw-article__content td { padding: 0.65rem; border: 1px solid var(--gw-line); text-align: start; }
.gw-offer-facts { margin: 0 0 1.7rem; padding: 1.25rem; border: 2px solid var(--gw-brand-soft); border-radius: var(--gw-radius); background: #FCFBF7; }
.gw-offer-facts h2 { margin-top: 0; font-size: 1.35rem; }
.gw-facts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem 1.4rem; margin: 0; }
.gw-facts-grid div { padding-block: 0.35rem; border-bottom: 1px solid var(--gw-line); }
.gw-facts-grid dt { color: var(--gw-muted); font-size: 0.82rem; font-weight: 750; }
.gw-facts-grid dd { margin: 0; font-weight: 800; }
.gw-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin: 2rem 0; padding: 1.25rem; border-radius: var(--gw-radius); background: var(--gw-brand-soft); }
.gw-cta p { flex: 1 1 18rem; margin: 0; }
.gw-disclosure { padding: 1rem 1.15rem; border-left: 0.3rem solid var(--gw-accent-gold); background: var(--gw-surface-alt); color: #505A57; font-size: 0.92rem; }
.gw-disclosure p:last-child { margin-bottom: 0; }
.gw-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.5rem; }
.gw-post-nav a { display: block; min-height: 4.5rem; padding: 1rem; border: 1px solid var(--gw-line); border-radius: var(--gw-radius-sm); text-decoration: none; }

.gw-faq { display: grid; gap: 0.75rem; max-width: 56rem; }
.gw-faq details { border: 1px solid var(--gw-line); border-radius: var(--gw-radius-sm); background: #fff; }
.gw-faq summary { min-height: 3.5rem; padding: 0.95rem 1rem; cursor: pointer; font-weight: 800; }
.gw-faq details > div { padding: 0 1rem 1rem; }
.gw-faq details p:last-child { margin-bottom: 0; }

.navigation.pagination { margin-top: 2rem; }
.nav-links { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.page-numbers { display: inline-grid; min-width: 2.8rem; min-height: 2.8rem; place-items: center; padding: 0.35rem; border: 1px solid var(--gw-line); border-radius: 0.55rem; text-decoration: none; }
.page-numbers.current { color: #fff; background: var(--gw-brand); border-color: var(--gw-brand); }

.gw-ad-slot { margin-block: 1.25rem; overflow: hidden; text-align: center; }
.gw-ad-slot:empty { display: none; }
.gw-ad-slot .widget { margin: 0; }

.site-footer { color: #FAF9F6; background: linear-gradient(145deg, #1D2422, var(--gw-brand-deep) 55%, #123F35); }
.site-footer a { color: #fff; }
.site-footer__main { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.2fr; gap: 2rem; padding-block: 3.5rem; }
.site-footer h2 { color: #fff; font-size: 1.08rem; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 0.4rem; }
.site-footer__brand { max-width: 26rem; color: #D9E0DD; }
.site-footer__notice { color: #D9E0DD; font-size: 0.88rem; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,0.16); }
.site-footer__bottom-inner { display: flex; min-height: 4.5rem; align-items: center; justify-content: space-between; gap: 1rem; font-size: 0.86rem; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.site-footer__legal-list { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 0; padding: 0; list-style: none; }
.site-footer__legal-list li { margin: 0; }

.comment-list { padding: 0; list-style: none; }
.comment-body { margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--gw-line); border-radius: var(--gw-radius-sm); }
.comment-meta { font-size: 0.88rem; }

@media (max-width: 68rem) {
  .gw-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gw-layout { grid-template-columns: minmax(0, 1fr); }
  .gw-sidebar { position: static; }
}
@media (max-width: 54rem) {
  .admin-bar .site-header { top: 46px; }
  .site-topbar__inner { justify-content: center; text-align: center; }
  .site-topbar__inner p:last-child { display: none; }
  .site-header__inner { grid-template-columns: 1fr auto auto; min-height: 4.7rem; }
  .site-description { display: none; }
  .js .menu-toggle { display: inline-grid; place-items: center; }
  .header-search-link { grid-column: 3; grid-row: 1; }
  .primary-navigation { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; }
  .js .primary-navigation { display: none; padding-bottom: 1rem; }
  .js .primary-navigation.is-open { display: block; }
  .primary-navigation ul { display: grid; gap: 0.25rem; }
  .primary-navigation a { width: 100%; min-height: 3rem; padding-inline: 0.8rem; }
  .gw-hero__grid { grid-template-columns: 1fr; }
  .gw-hero h1 { max-width: 18ch; }
  .gw-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 40rem) {
  body { font-size: 1rem; }
  .gw-container { width: min(100% - 1.25rem, var(--gw-content)); }
  .gw-section__head { align-items: start; flex-direction: column; }
  .gw-search { align-items: stretch; flex-direction: column; border-radius: var(--gw-radius); }
  .gw-search input[type="search"], .gw-search button { width: 100%; border-radius: 0.75rem; }
  .gw-category-grid, .gw-card-grid, .site-footer__main, .gw-facts-grid, .gw-post-nav { grid-template-columns: 1fr; }
  .gw-category-card { min-height: 8rem; }
  .site-title__mark { width: 2.5rem; height: 2.5rem; }
  .site-title { font-size: 1.2rem; }
  .site-footer__bottom-inner { align-items: flex-start; flex-direction: column; padding-block: 1.25rem; }
  .gw-article__content { font-size: 1rem; }
}


/* Refined emerald, lime and gold interaction system */
.gw-button, .wp-element-button, input[type="submit"], button[type="submit"],
.primary-navigation a, .header-search-link, .gw-quick-list a, .gw-category-card,
.gw-card, .page-numbers, .gw-post-nav a {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.gw-search:focus-within { border-color: var(--gw-brand); box-shadow: 0 0 0 0.25rem rgba(22,133,107,0.14), var(--gw-shadow); }
.gw-card__meta a { color: var(--gw-brand-dark); font-weight: 800; }
.gw-card__meta a:hover { color: var(--gw-brand-dark); text-decoration-thickness: 0.12em; }
.gw-archive-header { border-bottom: 1px solid var(--gw-line); background: linear-gradient(135deg, var(--gw-brand-soft), var(--gw-surface-alt)); }
.gw-offer-facts { border-color: var(--gw-brand-soft-strong); background: linear-gradient(180deg, #fff, #F8FAF0); }
.gw-faq details[open] { border-color: rgba(22,133,107,0.36); box-shadow: var(--gw-shadow-soft); }
.gw-faq summary::marker { color: var(--gw-brand-dark); }
@media (forced-colors: active) {
  .site-title__mark, .header-search-link, .gw-button, .wp-element-button, input[type="submit"], button[type="submit"] { border: 2px solid ButtonText; }
  .gw-status { border: 1px solid CanvasText; }
}
