@charset "UTF-8";

/*!
 * Theme Name: GaS
 * Theme URI: https://grundschule-am-schloss.de/
 * Description: Eigenständiges Theme für die Grundschule am Schloss in Lemgo. Boxed Layout, weiche Formen, wechselnde Kopfbilder.
 * Author: victec it-solutions
 * Author URI: https://www.victec.de/
 * Version: 1.0.0
 * Requires at least: 5.0
 * Tested up to: 6.7
 * Requires PHP: 7.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: gas
 * Tags: education, boxed, custom-menu, custom-logo, featured-images, right-sidebar, accessibility-ready */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/nunito-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/nunito-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/nunito-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/nunito-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/nunito-sans-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/nunito-sans-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html,
body {
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body {
  margin: 0;
  background: #e9e3f4;
  background-image: linear-gradient(180deg, #f3f0f9 0%, #e9e3f4 320px, #e9e3f4 100%);
  background-attachment: fixed;
  color: #2b2d33;
  font-family: "Nunito Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (min-width: 760px) {
  body {
    padding: 0 clamp(16px, 4vw, 40px);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.6em;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  line-height: 1.22;
  color: #2b2d33;
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 1.2em;
}

a {
  color: #47700a;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(120, 182, 20, 0.4);
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

a:hover {
  color: #cc3366;
  text-decoration-color: rgba(204, 51, 102, 0.5);
}

a:focus-visible {
  outline: 3px solid rgba(204, 51, 102, 0.55);
  outline-offset: 2px;
  border-radius: 4px;
}

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

img {
  vertical-align: middle;
}

figure {
  margin: 0;
}

ul,
ol {
  padding-left: 1.4em;
}

blockquote {
  margin: 0;
}

hr {
  height: 1px;
  margin: 2.5rem 0;
  border: 0;
  background: #e8e5ef;
}

code,
pre,
kbd {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.9em;
}

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

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

::selection {
  background: rgba(120, 182, 20, 0.28);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 999;
  padding: 12px 20px;
  border-radius: 12px;
  background: #cc3366;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

.site {
  max-width: 1240px;
  margin: 0 auto;
  background: #fff;
  border-radius: 34px;
  box-shadow: 0 20px 54px rgba(50, 34, 80, 0.16);
}

@media (min-width: 760px) {
  .site {
    margin: 34px auto 54px;
  }
}

@media (max-width: 759px) {
  .site {
    border-radius: 0;
    box-shadow: none;
  }
}

.site-main {
  padding: 0 clamp(18px, 4vw, 46px);
}

.layout {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  padding: clamp(26px, 4vw, 46px) 0 clamp(34px, 5vw, 58px);
}

@media (min-width: 900px) {
  .layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }
}

.layout.is-full {
  grid-template-columns: minmax(0, 1fr);
}

.content-area {
  min-width: 0;
}

.entry-content,
.page-intro {
  max-width: 74ch;
}

.section {
  margin-top: clamp(34px, 5vw, 56px);
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 28px);
}

.section-head .section-head__link {
  flex: none;
  font-weight: 700;
  font-size: 16px;
}

.site-header {
  position: relative;
  z-index: 30;
  border-radius: 34px 34px 0 0;
  background: #fff;
}

@media (max-width: 759px) {
  .site-header {
    border-radius: 0;
  }
}

@media (max-width: 1114px) {
  .site-header {
    border-bottom: 1px solid #78b614;
  }
}

.site-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(16px, 2.6vw, 26px) clamp(18px, 4vw, 46px);
}

@media (max-width: 559px) {
  .site-header__inner {
    padding: 14px clamp(14px, 4vw, 22px);
  }
}

@media (min-width: 1115px) {
  .has-photo .site-header__inner {
    padding-right: calc(clamp(18px, 4vw, 46px) + 300px + 18px);
  }
}

.site-header__photo {
  display: none;
  position: absolute;
  top: 15px;
  right: clamp(18px, 4vw, 46px);
  bottom: 0;
  z-index: 0;
  width: 300px;
  overflow: hidden;
  pointer-events: none;
}

.site-header__photo img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

@media (min-width: 1115px) {
  .site-header__photo {
    display: block;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 559px) {
  .brand {
    gap: 10px;
  }
}

.brand:hover {
  color: inherit;
}

.brand:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
  border-radius: 18px;
}

.brand__mark {
  display: block;
  flex: none;
  width: clamp(72px, 10.5vw, 122px);
}

.brand__mark img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 559px) {
  .brand__mark {
    width: clamp(44px, 13vw, 62px);
  }
}

.brand__name {
  display: block;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(20px, 2.7vw, 28px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

@media (max-width: 559px) {
  .brand__name {
    font-size: clamp(13px, 3.85vw, 20px);
    white-space: nowrap;
  }
}

.brand__meta {
  display: block;
  margin-top: 4px;
  color: #71747d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 559px) {
  .brand__meta {
    margin-top: 2px;
    font-size: clamp(9.5px, 2.65vw, 13px);
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

@media (max-width: 559px) {
  .brand__meta {
    letter-spacing: 0.03em;
  }
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #e8e5ef;
  border-radius: 18px;
  background: #fff;
  color: #4a4d55;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.icon-btn svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 559px) {
  .icon-btn {
    border-radius: 50%;
  }
}

.icon-btn:hover {
  background: #f1f8e4;
  border-color: #e3f0cc;
  color: #47700a;
}

.icon-btn:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

@media (min-width: 1115px) {
  .icon-btn--search {
    display: none;
  }
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 18px;
  background: #78b614;
  color: #fff;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.nav-toggle:hover {
  background: #5c8d0d;
}

.nav-toggle:focus-visible {
  outline: 3px solid rgba(204, 51, 102, 0.55);
  outline-offset: 2px;
}

@media (min-width: 1115px) {
  .nav-toggle {
    display: none;
  }
}

@media (max-width: 559px) {
  .nav-toggle {
    width: 48px;
    padding: 0;
    border-radius: 50%;
  }
}

@media (max-width: 559px) {
  .nav-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
}

.nav-toggle__bars {
  position: relative;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: background 0.15s ease;
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 0.2s ease, top 0.2s ease;
}

.nav-toggle__bars::before {
  top: -6px;
}

.nav-toggle__bars::after {
  top: 6px;
}

[aria-expanded=true] .nav-toggle__bars {
  background: transparent;
}

[aria-expanded=true] .nav-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}

[aria-expanded=true] .nav-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(14px, 9vh, 110px) clamp(10px, 4vw, 40px) 24px;
}

.search-overlay[hidden] {
  display: none;
}

.search-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(43, 45, 51, 0.4);
  backdrop-filter: blur(3px);
  animation: gas-fade 0.18s ease;
}

.search-overlay__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(680px, 100%);
  max-height: min(74vh, 640px);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(30, 18, 50, 0.3);
  overflow: hidden;
  animation: gas-pop 0.2s ease;
}

.search-overlay__form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 16px;
  border-bottom: 1px solid transparent;
}

.has-results .search-overlay__form {
  border-bottom-color: #e8e5ef;
}

.search-overlay__icon {
  display: grid;
  place-items: center;
  flex: none;
  color: #71747d;
}

.search-overlay__icon svg {
  width: 22px;
  height: 22px;
}

.search-overlay__form .search-overlay__field {
  flex: 1;
  min-width: 0;
  height: auto;
  padding: 16px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.4vw, 23px);
  color: #2b2d33;
}

.search-overlay__form .search-overlay__field::placeholder {
  color: rgba(113, 116, 125, 0.8);
  font-weight: 600;
}

.search-overlay__form .search-overlay__field:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

.search-overlay__form .search-overlay__field::-webkit-search-cancel-button {
  display: none;
}

.search-overlay__close {
  display: grid;
  place-items: center;
  flex: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f3f0f9;
  color: #4a4d55;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.search-overlay__close svg {
  width: 20px;
  height: 20px;
}

.search-overlay__close:hover {
  background: #fceef4;
  color: #ac2753;
}

.search-overlay__close:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

.search-overlay__busy {
  display: flex;
  justify-content: center;
  padding: 22px 0 30px;
}

.search-overlay__busy[hidden] {
  display: none;
}

.search-overlay__spinner {
  width: 26px;
  height: 26px;
  border: 3px solid rgba(43, 45, 51, 0.12);
  border-top-color: #cc3366;
  border-radius: 50%;
  animation: gas-spin 0.7s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .search-overlay__spinner {
    animation-duration: 2.4s;
  }
}

.search-overlay__results {
  overflow-y: auto;
  padding: 8px;
  overscroll-behavior: contain;
}

.search-overlay__results:empty {
  display: none;
}

.search-overlay__note {
  margin: 0;
  padding: 22px 16px;
  color: #71747d;
  text-align: center;
  font-size: 16px;
}

.search-results {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result {
  display: block;
  padding: 12px 16px;
  border-radius: 18px;
  color: #2b2d33;
  text-decoration: none;
  transition: background 0.12s ease;
}

.search-result:hover,
.search-result.is-active {
  background: #f1f8e4;
  color: #2b2d33;
}

.search-result:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
  outline-offset: -3px;
}

.search-result__title {
  display: block;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
}

.search-result__meta {
  display: block;
  margin-top: 3px;
  color: #47700a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.search-result.is-active .search-result__meta {
  color: #47700a;
}

.search-result__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
  color: #71747d;
  font-size: 15px;
  line-height: 1.45;
}

.search-overlay__all {
  display: block;
  margin: 6px 8px 8px;
  padding: 13px;
  border-radius: 18px;
  background: #f3f0f9;
  color: #2b2d33;
  text-align: center;
  text-decoration: none;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.search-overlay__all:hover {
  background: #cc3366;
  color: #fff;
}

body.has-search-open {
  overflow: hidden;
}

@keyframes gas-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes gas-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes gas-pop {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.search-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.search-form label {
  flex: 1;
}

.search-form .search-field {
  width: 100%;
  height: 52px;
  padding: 0 18px;
  border: 1px solid #e8e5ef;
  border-radius: 999px;
  background: #f3f0f9;
  font-size: 17px;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.search-form .search-field::placeholder {
  color: #71747d;
}

.search-form .search-field:focus {
  outline: none;
  border-color: #78b614;
  background: #fff;
}

.search-form .search-submit {
  flex: none;
  height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #cc3366;
  color: #fff;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.search-form .search-submit:hover {
  background: #ac2753;
}

.search-form .search-submit:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

.primary-nav {
  background: linear-gradient(180deg, #78b614 0%, #5c8d0d 100%);
}

@media (min-width: 1115px) {
  .primary-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    border-radius: 0;
    box-shadow: 0 6px 18px rgba(60, 90, 10, 0.18);
  }
}

@media (min-width: 1115px) {
  .admin-bar .primary-nav {
    top: 32px;
  }
}

@media (min-width: 1115px) {
  .primary-nav {
    display: flex;
    align-items: center;
  }
}

.primary-nav__inner {
  padding: 8px clamp(12px, 3vw, 34px);
}

@media (min-width: 1115px) {
  .primary-nav__inner {
    flex: 1;
    min-width: 0;
  }
}

@media (max-width: 1114px) {
  .primary-nav__inner {
    display: none;
    padding: 10px 16px 18px;
  }

  .primary-nav__inner.is-open {
    display: block;
  }
}

.primary-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav>.primary-nav__inner>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}

@media (max-width: 1114px) {
  .primary-nav>.primary-nav__inner>ul {
    display: block;
  }
}

.primary-nav li {
  position: relative;
}

.primary-nav a {
  display: block;
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.primary-nav a:hover,
.primary-nav a:focus {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.primary-nav a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
  outline-offset: -2px;
}

.primary-nav .current-menu-item>a,
.primary-nav .current-menu-ancestor>a,
.primary-nav .current_page_item>a,
.primary-nav .current_page_ancestor>a,
.primary-nav .current_page_parent>a {
  background: #cc3366;
  color: #fff;
}

.primary-nav .current-menu-item>a:hover,
.primary-nav .current-menu-ancestor>a:hover,
.primary-nav .current_page_item>a:hover,
.primary-nav .current_page_ancestor>a:hover,
.primary-nav .current_page_parent>a:hover {
  background: #ac2753;
}

@media (min-width: 1115px) {
  .primary-nav .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 20;
    min-width: 240px;
    padding: 8px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(50, 34, 80, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
  }

  .primary-nav .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
  }

  .primary-nav .sub-menu li+li {
    margin-top: 4px;
  }

  .primary-nav .sub-menu a {
    color: #2b2d33;
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 12px;
  }

  .primary-nav .sub-menu a:hover,
  .primary-nav .sub-menu a:focus {
    background: #f1f8e4;
    color: #47700a;
  }

  .primary-nav .sub-menu .current-menu-item>a,
  .primary-nav .sub-menu .current_page_item>a {
    background: #fceef4;
    color: #ac2753;
  }

  .primary-nav .sub-menu .sub-menu {
    top: -8px;
    left: calc(100% + 6px);
  }
}

@media (min-width: 1115px) {

  .primary-nav li:hover>.sub-menu,
  .primary-nav li:focus-within>.sub-menu,
  .primary-nav li.is-open>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (min-width: 1115px) {
  .primary-nav .menu-item-has-children>a {
    padding-right: 34px;
  }

  .primary-nav .menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.8;
  }
}

@media (max-width: 1114px) {
  .primary-nav a {
    border-radius: 12px;
    padding: 13px 14px;
    font-size: 18px;
  }

  .primary-nav li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .primary-nav .sub-menu {
    display: none;
    padding: 2px 0 8px 14px;
  }

  .primary-nav .sub-menu a {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.95;
  }

  .primary-nav li.is-open>.sub-menu {
    display: block;
  }

  .primary-nav .menu-item-has-children {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .primary-nav .menu-item-has-children>a {
    grid-column: 1;
  }

  .primary-nav .menu-item-has-children>.sub-menu {
    grid-column: 1/-1;
  }
}

.submenu-toggle {
  display: grid;
  place-items: center;
  width: 46px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.submenu-toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform 0.2s ease;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.submenu-toggle:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
  outline-offset: -3px;
}

@media (min-width: 1115px) {
  .submenu-toggle {
    display: none;
  }
}

.nav-search {
  display: none;
  place-items: center;
  flex: none;
  width: 46px;
  height: 46px;
  margin-right: clamp(8px, 2vw, 22px);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.nav-search svg {
  width: 22px;
  height: 22px;
}

.nav-search:hover {
  background: #fff;
  color: #47700a;
}

.nav-search:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}

.nav-search[aria-expanded=true] {
  background: #cc3366;
  color: #fff;
}

@media (min-width: 1115px) {
  .nav-search {
    display: grid;
  }
}

.hero {
  margin: clamp(16px, 3vw, 30px) 0 0;
  padding: clamp(24px, 4vw, 44px);
  padding-bottom: clamp(46px, 5vw, 64px);
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(125deg, #fceef4 0%, #f3f0f9 46%, #f1f8e4 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero::before {
  top: -90px;
  right: 18%;
  width: 260px;
  height: 260px;
  background: rgba(120, 182, 20, 0.13);
}

.hero::after {
  bottom: -120px;
  left: -60px;
  width: 240px;
  height: 240px;
  background: rgba(204, 51, 102, 0.09);
}

.hero__inner {
  position: relative;
  display: grid;
  gap: clamp(18px, 3vw, 36px);
  align-items: end;
}

@media (min-width: 760px) {
  .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  }
}

.hero__text {
  padding-bottom: 6px;
}

.hero__eyebrow {
  margin: 0 0 10px;
  color: #cc3366;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero__title {
  margin: 0 0 14px;
  font-size: clamp(28px, 4.4vw, 46px);
  line-height: 1.08;
}

.hero__lead {
  margin: 0 0 22px;
  max-width: 46ch;
  color: #4a4d55;
  font-size: clamp(17px, 1.5vw, 20px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.hero__media {
  position: relative;
  align-self: end;
  min-height: 200px;
}

@media (min-width: 760px) {
  .hero__media {
    min-height: 300px;
  }
}

.hero__slides {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  min-height: inherit;
}

.hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end center;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}

.hero__slide.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.hero__slide img {
  width: auto;
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(60, 40, 90, 0.16));
}

@media (min-width: 760px) {
  .hero__slide img {
    max-height: 300px;
  }
}

.hero__dots {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(16px, 2vw, 24px);
  justify-content: center;
  gap: 8px;
}

.hero__dot {
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(43, 45, 51, 0.2);
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.hero__dot:hover {
  background: rgba(43, 45, 51, 0.38);
}

.hero__dot[aria-current=true] {
  background: #cc3366;
  transform: scale(1.25);
}

.hero__dot:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

.page-head {
  padding: clamp(22px, 3.4vw, 38px) 0 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  color: #71747d;
  font-size: 15px;
}

@media (max-width: 759px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumb li+li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid rgba(43, 45, 51, 0.28);
  border-bottom: 2px solid rgba(43, 45, 51, 0.28);
  transform: rotate(-45deg);
}

.breadcrumb a {
  color: #71747d;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #cc3366;
}

.breadcrumb [aria-current=page] {
  color: #4a4d55;
  font-weight: 600;
}

.page-title {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 40px);
}

.page-title+.page-subtitle {
  margin-top: 10px;
  color: #71747d;
  font-size: 18px;
}

.page-head__rule {
  width: 74px;
  height: 6px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #78b614 0%, #cc3366 100%);
}

.entry-header {
  margin-bottom: clamp(20px, 3vw, 30px);
}

.entry-title {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 36px);
}

.entry-title a {
  color: inherit;
  text-decoration: none;
}

.entry-title a:hover {
  color: #cc3366;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: #71747d;
  font-size: 15px;
}

.entry-content {
  font-size: 18px;
}

.entry-content>*:first-child {
  margin-top: 0;
}

.entry-content h2 {
  margin-top: 1.9em;
  font-size: clamp(22px, 2.5vw, 28px);
}

.entry-content h3 {
  margin-top: 1.7em;
  font-size: clamp(19px, 2vw, 23px);
}

.entry-content h4 {
  margin-top: 1.5em;
  font-size: 19px;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.4em;
  padding-left: 1.5em;
}

.entry-content li {
  margin-bottom: 0.5em;
}

.entry-content ul {
  list-style: none;
  padding-left: 1.6em;
}

.entry-content ul li {
  position: relative;
}

.entry-content ul li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: -1.1em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #78b614;
}

.entry-content ul ul li::before {
  background: #cc3366;
}

.entry-content img {
  height: auto;
  border-radius: 18px;
}

.entry-content .alignleft {
  float: left;
  margin: 0.3em 1.6em 1.2em 0;
}

.entry-content .alignright {
  float: right;
  margin: 0.3em 0 1.2em 1.6em;
}

.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .wp-caption {
  max-width: 100%;
  margin-bottom: 1.4em;
}

.entry-content .wp-caption img {
  display: block;
}

.entry-content .wp-caption-text,
.entry-content figcaption {
  margin-top: 0.6em;
  color: #71747d;
  font-size: 15px;
}

.entry-content blockquote {
  margin: 1.6em 0;
  padding: 22px 26px;
  border-left: 6px solid #78b614;
  border-radius: 18px;
  background: #f1f8e4;
  font-size: 19px;
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content table {
  margin: 0 0 1.6em;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #e8e5ef;
  font-size: 17px;
}

.entry-content table th,
.entry-content table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e8e5ef;
}

.entry-content table th {
  background: #f1f8e4;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
}

.entry-content table tr:last-child td {
  border-bottom: 0;
}

.entry-content table tr:nth-child(even) td {
  background: rgba(243, 240, 249, 0.55);
}

.entry-content pre {
  padding: 18px 20px;
  border-radius: 18px;
  background: #f3f0f9;
  overflow: auto;
}

.entry-content iframe,
.entry-content embed,
.entry-content object {
  max-width: 100%;
  border-radius: 18px;
}

.entry-content a[href$=".pdf"] {
  font-weight: 600;
}

.table-scroll {
  overflow-x: auto;
}

.entry-thumb {
  margin-bottom: clamp(20px, 3vw, 30px);
}

.entry-thumb img {
  width: 100%;
  border-radius: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

.btn--primary {
  background: #cc3366;
  color: #fff;
}

.btn--primary:hover {
  background: #ac2753;
  color: #fff;
}

.btn--ghost {
  border-color: rgba(43, 45, 51, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: #2b2d33;
}

.btn--ghost:hover {
  border-color: #78b614;
  background: #fff;
  color: #47700a;
}

.btn--green {
  background: #78b614;
  color: #fff;
}

.btn--green:hover {
  background: #5c8d0d;
  color: #fff;
}

.card-grid {
  display: grid;
  gap: clamp(16px, 2.4vw, 26px);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.card__more {
  margin-top: auto;
  padding-top: 6px;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}

.card__more:hover {
  text-decoration: underline;
}

.post-list {
  display: grid;
  gap: clamp(16px, 2.4vw, 24px);
}

.post-item {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 26px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.post-item:hover,
.post-item:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(50, 34, 80, 0.1);
}

.post-item {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 22px;
  align-items: start;
}

@media (min-width: 560px) {
  .post-item {
    grid-template-columns: 168px minmax(0, 1fr);
  }

  .post-item.has-no-thumb {
    grid-template-columns: minmax(0, 1fr);
  }
}

.post-item__thumb {
  display: block;
  overflow: hidden;
  border-radius: 18px;
}

.post-item__thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.post-item__title {
  margin: 0 0 8px;
  font-size: 21px;
}

.post-item__title a {
  color: inherit;
  text-decoration: none;
}

.post-item__title a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.post-item__title a:hover {
  color: #cc3366;
}

.post-item:hover .card__more {
  text-decoration: underline;
}

.post-item__meta {
  margin: 0 0 10px;
  color: #71747d;
  font-size: 15px;
}

.post-item p {
  margin: 0 0 10px;
}

.pagination {
  margin-top: 34px;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #e8e5ef;
  border-radius: 18px;
  background: #fff;
  color: #2b2d33;
  text-decoration: none;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
}

.pagination .page-numbers:hover {
  border-color: #78b614;
  color: #47700a;
}

.pagination .page-numbers.current {
  background: #cc3366;
  border-color: #cc3366;
  color: #fff;
}

.post-navigation {
  margin-top: 34px;
}

.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1 1 240px;
  min-width: 0;
}

.post-navigation .nav-next {
  margin-left: auto;
  text-align: right;
}

.post-navigation a {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  display: block;
  height: 100%;
  padding: 12px 16px;
  text-decoration: none;
  color: #2b2d33;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.post-navigation a:hover {
  border-color: #e3f0cc;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  color: #2b2d33;
}

.post-nav__label {
  display: block;
  margin-bottom: 3px;
  color: #47700a;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-previous .post-nav__label::before {
  content: "← ";
}

.nav-next .post-nav__label::after {
  content: " →";
}

.post-nav__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

.link-card {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.link-card:hover,
.link-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(50, 34, 80, 0.1);
}

.link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  color: #2b2d33;
  text-decoration: none;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.link-card:hover {
  border-color: #e3f0cc;
  color: #47700a;
}

.link-card:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

.link-card span {
  min-width: 0;
}

.link-card::after {
  content: "";
  flex: none;
  width: 10px;
  height: 10px;
  border-right: 2.5px solid #78b614;
  border-bottom: 2.5px solid #78b614;
  transform: rotate(-45deg);
  transition: transform 0.16s ease;
}

.link-card:hover::after {
  transform: rotate(-45deg) translate(3px, 3px);
}

.link-card__text {
  display: block;
  margin-top: 4px;
  color: #71747d;
  font-family: "Nunito Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.notice {
  padding: 18px 22px;
  border-radius: 18px;
  background: #f1f8e4;
  border: 1px solid #e3f0cc;
}

.notice p:last-child {
  margin-bottom: 0;
}

.error-404 {
  padding: clamp(30px, 6vw, 70px) 0;
  text-align: center;
}

.error-404 .error-404__code {
  margin: 0 0 8px;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(70px, 14vw, 130px);
  line-height: 1;
  color: #78b614;
  letter-spacing: -0.04em;
}

.error-404 .search-form {
  max-width: 460px;
  margin: 24px auto 0;
}

.error-404 .error-404__actions {
  margin-top: 26px;
}

.search-summary {
  margin-bottom: 24px;
  color: #71747d;
}

.gallery {
  display: grid;
  gap: clamp(20px, 3vw, 34px);
  margin: 0 0 2em;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 560px) {
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.gallery-columns-1 {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 560px) {
  .gallery-columns-1 {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 560px) {
  .gallery-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 560px) {
  .gallery-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 560px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 560px) {
  .gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 560px) {
  .gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 560px) {
  .gallery-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 560px) {
  .gallery-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

@media (min-width: 560px) {
  .gallery-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.gallery-item {
  margin: 0;
}

.gallery-icon {
  overflow: hidden;
  border-radius: 18px;
  background: #f3f0f9;
}

.gallery-icon a {
  display: block;
}

.gallery-icon img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 22%;
  border: 0 !important;
  border-radius: 0;
  transition: transform 0.3s ease;
}

.gallery-icon a:hover img {
  transform: scale(1.04);
}

.gallery-caption {
  display: block;
  margin-top: 10px;
  color: #4a4d55;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

.attachment-image {
  text-align: center;
}

.attachment-image img {
  border-radius: 18px;
}

.treeview,
ul.treeview {
  margin: 0 0 1.4em;
  padding: 0;
  list-style: none;
}

.treeview li,
ul.treeview li {
  margin: 0 !important;
  padding: 4px 0 !important;
  background: none !important;
}

.treeview img,
ul.treeview img {
  border: 0 !important;
}

.wpfilebase-file-default {
  display: none !important;
}

img#wpstats {
  display: block;
  margin: 0 auto 20px;
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 26px 0;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
}

.page-links a {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e8e5ef;
  border-radius: 12px;
  text-decoration: none;
}

.page-links a:hover {
  border-color: #78b614;
  background: #f1f8e4;
}

.comments-title {
  font-size: 22px;
}

.sticky .post-item__title::before {
  content: "★ ";
  color: #cc3366;
}

:target {
  scroll-margin-top: 100px;
}

h2[id],
h3[id],
h4[id] {
  scroll-margin-top: 100px;
}

.gas-scrollbar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  width: 14px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.gas-scrollbar.is-visible {
  opacity: 1;
}

.gas-scrollbar.is-idle:not(.is-dragging) {
  opacity: 0.45;
}

@media (pointer: coarse) {
  .gas-scrollbar {
    display: none;
  }
}

.gas-scrollbar__thumb {
  position: absolute;
  right: 3px;
  width: 8px;
  min-height: 40px;
  border-radius: 999px;
  background: rgba(43, 45, 51, 0.3);
  pointer-events: auto;
  cursor: grab;
  transition: background 0.15s ease, width 0.15s ease;
}

.gas-scrollbar__thumb:hover {
  width: 10px;
  right: 2px;
  background: rgba(43, 45, 51, 0.45);
}

.is-dragging .gas-scrollbar__thumb {
  width: 10px;
  right: 2px;
  background: #cc3366;
  cursor: grabbing;
}

.widget-area {
  display: grid;
  gap: 20px;
  min-width: 0;
}

@media (min-width: 900px) {
  .widget-area {
    position: sticky;
    top: 96px;
  }

  .admin-bar .widget-area {
    top: 128px;
  }
}

.widget {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 26px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  padding: 22px 24px 24px;
  font-size: 16px;
}

.widget>*:last-child {
  margin-bottom: 0;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  padding: 11px 0;
  border-top: 1px solid #e8e5ef;
  line-height: 1.45;
}

.widget li:first-child {
  padding-top: 0;
  border-top: 0;
}

.widget li:last-child {
  padding-bottom: 0;
}

.widget a {
  text-decoration: none;
  font-weight: 600;
}

.widget a:hover {
  text-decoration: underline;
}

.widget .post-date,
.widget .rss-date {
  display: block;
  margin-top: 4px;
  color: #71747d;
  font-size: 14px;
}

.widget-title {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e3f0cc;
  font-size: 19px;
}

.widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: #78b614;
}

.widget_search .search-form {
  gap: 8px;
}

.widget_search .search-field {
  height: 46px;
  font-size: 16px;
}

.widget_search .search-submit {
  height: 46px;
  padding: 0 18px;
  font-size: 15px;
}

.widget_calendar table {
  font-size: 15px;
}

.widget_calendar caption {
  padding-bottom: 8px;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
}

.widget_calendar th,
.widget_calendar td {
  padding: 5px;
  text-align: center;
}

.widget_calendar #today {
  background: #f1f8e4;
  border-radius: 8px;
  font-weight: 700;
}

.widget_nav_menu .sub-menu {
  padding-left: 14px;
}

.widget_nav_menu .sub-menu li:first-child {
  padding-top: 10px;
}

.textwidget img {
  border-radius: 18px;
}

.textwidget p:last-child {
  margin-bottom: 0;
}

.event-list {
  margin-top: 8px;
}

.gas-events__toolbar {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.gas-events__yearsbox {
  display: grid;
  gap: 8px;
}

.gas-events__years {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gas-events__years--more {
  padding-top: 2px;
}

.gas-events__years--more[hidden] {
  display: none;
}

.gas-year {
  flex: none;
  padding: 9px 18px;
  border: 1px solid #e8e5ef;
  border-radius: 999px;
  background: #fff;
  color: #4a4d55;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.gas-year:hover {
  border-color: #78b614;
  background: #f1f8e4;
  color: #47700a;
}

.gas-year.is-current {
  border-color: #cc3366;
  background: #cc3366;
  color: #fff;
}

.gas-year--more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f3f0f9;
  color: #4a4d55;
  cursor: pointer;
  font-size: 15px;
}

.gas-year--more::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.gas-year--more[aria-expanded=true] {
  border-color: #e3f0cc;
  background: #f1f8e4;
  color: #47700a;
}

.gas-year--more[aria-expanded=true]::after {
  margin-top: 3px;
  transform: rotate(225deg);
}

.gas-events__filter {
  position: relative;
}

.gas-events__filter input {
  width: 100%;
  height: 50px;
  padding: 0 18px 0 46px;
  border: 1px solid #e8e5ef;
  border-radius: 999px;
  background: #f3f0f9;
  font-size: 17px;
}

.gas-events__filter input:focus {
  outline: none;
  border-color: #78b614;
  background: #fff;
}

.gas-events__filter input::-webkit-search-cancel-button {
  display: none;
}

.gas-events__filter svg {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  color: #71747d;
  pointer-events: none;
}

.event-list-view {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

li.event {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  display: grid;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  grid-template-columns: auto minmax(0, 1fr);
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

li.event:hover {
  border-color: #e3f0cc;
  box-shadow: 0 8px 24px rgba(50, 34, 80, 0.1);
}

li.event.is-past {
  background: rgba(243, 240, 249, 0.5);
  border-color: transparent;
  opacity: 0.82;
}

li.event.is-holiday {
  border-color: rgba(240, 138, 36, 0.3);
  background: linear-gradient(90deg, #fdf1e2 0%, #fff 62%);
}

li.event.is-next {
  border-color: rgba(204, 51, 102, 0.35);
  box-shadow: 0 0 0 3px rgba(204, 51, 102, 0.08);
}

.event-date {
  flex: none;
  display: grid;
  place-items: center;
  min-width: 96px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f1f8e4;
  color: #47700a;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  text-align: center;
  line-height: 1.15;
  float: none !important;
  color: #47700a !important;
}

.is-past .event-date {
  background: #f3f0f9;
  color: #71747d !important;
}

.is-holiday .event-date {
  background: rgba(240, 138, 36, 0.18);
  color: #8a4d05 !important;
}

.event-datum,
.gas-event__day,
.gas-event__month,
.gas-event__year,
.gas-event__range {
  color: inherit !important;
}

.gas-event__day {
  display: block;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.gas-event__month {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: lowercase;
}

.gas-event__year {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.75;
}

.gas-event__range {
  display: block;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid rgba(43, 45, 51, 0.12);
  font-size: 12px;
  font-weight: 700;
}

.event-info {
  min-width: 0;
}

.event-title {
  display: block;
}

.event-title h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 700;
}

.event-location:not(:empty) {
  display: block;
  margin-top: 4px;
  color: #71747d;
  font-size: 15px;
}

.event-details:not(:empty) {
  margin-top: 8px;
  color: #4a4d55;
  font-size: 16px;
}

.gas-event__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.gas-tag {
  padding: 3px 11px;
  border-radius: 999px;
  background: #f3f0f9;
  color: #4a4d55;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.gas-tag.is-next {
  background: #fceef4;
  color: #ac2753;
}

.gas-tag.is-holiday {
  background: #fdf1e2;
  color: #8a4d05;
}

.gas-tag.is-free {
  background: #f1f8e4;
  color: #47700a;
}

.event-list-view>.is-hidden {
  display: none;
}

.gas-events__month {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0 12px;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #2b2d33;
}

.gas-events__month:first-child {
  margin-top: 0;
}

.gas-events__month h2 {
  margin: 0;
  font: inherit;
  color: inherit;
}

.gas-events__month::after {
  content: "";
  flex: 1;
  height: 2px;
  border-radius: 999px;
  background: #e8e5ef;
}

.gas-events__empty {
  padding: 22px;
  border: 1px dashed #e8e5ef;
  border-radius: 18px;
  color: #71747d;
  text-align: center;
}

.event-list .subsubsub {
  margin: 0;
  padding: 0;
  color: #71747d;
  font-size: 16px;
}

@media (max-width: 559px) {
  li.event {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .event-date {
    justify-self: start;
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
    padding: 6px 14px;
    border-radius: 999px;
  }

  .gas-event__day {
    font-size: 19px;
  }

  .gas-event__year,
  .gas-event__range {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.entry-content .event-list-view {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry-content .event-list-view>li {
  margin: 0;
}

.entry-content .event-list-view>li::before {
  content: none;
}

.entry-content .gas-events__month {
  margin: 26px 0 12px;
}

.entry-content .gas-events__month:first-child {
  margin-top: 0;
}

.entry-content .event-title h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}

.entry-content .gas-events__filter input {
  padding: 0 18px 0 46px;
}

.entry-content .event-list p {
  margin-bottom: 0;
}

.file-list {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.entry-content .file-list>li {
  margin: 0;
}

.entry-content .file-list>li::before {
  content: none;
}

.file-group+.file-group {
  margin-top: 34px;
}

.file-item {
  margin: 0;
}

.file-link {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  color: #2b2d33;
  text-decoration: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.file-link:hover {
  border-color: #e3f0cc;
  background: rgba(241, 248, 228, 0.45);
  color: #2b2d33;
}

.file-link:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

@media (max-width: 559px) {
  .file-link {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px 14px;
  }
}

.file-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f1f8e4;
  color: #47700a;
}

.file-icon svg {
  width: 22px;
  height: 22px;
}

.file-icon.is-pdf {
  background: #fceef4;
  color: #ac2753;
}

.file-icon.is-doc {
  background: #e8f0fd;
  color: #1d4ed8;
}

.file-icon.is-sheet {
  background: #f1f8e4;
  color: #47700a;
}

.file-icon.is-image {
  background: #fdf1e2;
  color: #8a4d05;
}

.file-name {
  min-width: 0;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.35;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.file-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #71747d;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 559px) {
  .file-meta {
    grid-column: 2/-1;
    margin-top: -4px;
  }
}

.file-tag {
  padding: 3px 10px;
  border-radius: 999px;
  background: #f3f0f9;
  color: #4a4d55;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.file-size {
  font-weight: 600;
}

.file-action {
  display: grid;
  place-items: center;
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f0f9;
  color: #4a4d55;
  transition: background 0.16s ease, color 0.16s ease;
}

.file-action svg {
  width: 18px;
  height: 18px;
}

.file-link:hover .file-action {
  background: #78b614;
  color: #fff;
}

@media (max-width: 559px) {
  .file-action {
    grid-row: 1;
    grid-column: 3;
  }

  .file-action .file-action__text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
}

.file-empty {
  padding: 22px;
  border: 1px dashed #e8e5ef;
  border-radius: 18px;
  color: #71747d;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=password],
input[type=search],
select,
textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #e8e5ef;
  border-radius: 12px;
  background: #fff;
  font-size: 17px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #78b614;
  box-shadow: 0 0 0 3px rgba(120, 182, 20, 0.18);
}

textarea {
  min-height: 85px;
  resize: vertical;
}

label {
  font-weight: 600;
}

input[type=submit],
button[type=submit],
.wpcf7 input[type=submit] {
  width: auto;
  padding: 14px 30px;
  border: 0;
  border-radius: 999px;
  background: #cc3366;
  color: #fff;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  transition: background 0.16s ease;
}

input[type=submit]:hover,
button[type=submit]:hover,
.wpcf7 input[type=submit]:hover {
  background: #ac2753;
}

input[type=submit]:focus-visible,
button[type=submit]:focus-visible,
.wpcf7 input[type=submit]:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

.wpcf7 {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 26px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  padding: clamp(20px, 3vw, 30px);
  margin-top: 26px;
  container-type: inline-size;
}

.wpcf7 p {
  margin: 0 0 18px;
}

.wpcf7 p:has(> label) {
  margin-bottom: 6px;
}

.wpcf7 label {
  display: block;
}

.wpcf7 .wpcf7-row {
  display: grid;
  gap: 0 20px;
}

@container (min-width: 560px) {
  .wpcf7 .wpcf7-row {
    grid-template-columns: 1fr 1fr;
  }
}

.wpcf7 .wpcf7-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}

.wpcf7 .wpcf7-field p {
  margin: 0;
}

.wpcf7 .wpcf7-field p:last-child {
  margin-top: auto;
}

.wpcf7 .wpcf7-field label {
  margin-bottom: 6px;
}

.wpcf7 .wpcf7-field br {
  display: none;
}

.wpcf7 .wpcf7-list-item {
  margin: 0 18px 0 0;
}

.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 .wpcf7-form-control.wpcf7-not-valid {
  border-color: #cc3366 !important;
  box-shadow: 0 0 0 3px rgba(204, 51, 102, 0.12);
}

.wpcf7 .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 14px 18px !important;
  border: 1px solid #e8e5ef !important;
  border-radius: 18px;
  font-size: 16px;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgba(240, 138, 36, 0.4) !important;
  background: #fdf1e2;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  border-color: rgba(204, 51, 102, 0.4) !important;
  background: #fceef4;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(120, 182, 20, 0.5) !important;
  background: #f1f8e4;
}

.wpcf7 p:has(> .wpcf7-submit) {
  position: relative;
  display: inline-block;
}

.wpcf7 form.submitting .wpcf7-submit {
  color: transparent;
  pointer-events: none;
}

.wpcf7 .wpcf7-spinner {
  position: absolute !important;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-color: transparent !important;
  opacity: 1;
}

.wpcf7 .wpcf7-spinner::before {
  background-color: #fff !important;
}

#captcha-img {
  margin-top: 10px;
  border-radius: 8px;
}

#captcha-txt {
  max-width: 200px;
}

.required,
.wpcf7 .required {
  color: #ac2753;
}

.comments-area {
  margin-top: clamp(34px, 5vw, 52px);
}

.comment-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.comment-list ul.children {
  margin: 16px 0 0 clamp(14px, 3vw, 34px);
  padding: 0;
  list-style: none;
}

.comment-body {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 18px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  padding: 20px 22px;
  margin-bottom: 16px;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
}

.comment-author img {
  border-radius: 50%;
}

.comment-metadata {
  margin: 4px 0 10px;
  color: #71747d;
  font-size: 14px;
}

.comment-metadata a {
  color: #71747d;
  text-decoration: none;
}

.comment-reply-link {
  font-weight: 700;
  font-size: 15px;
}

.comment-respond {
  background: #fff;
  border: 1px solid #e8e5ef;
  border-radius: 26px;
  box-shadow: 0 2px 6px rgba(50, 34, 80, 0.06);
  padding: clamp(20px, 3vw, 30px);
}

.comment-form p {
  margin-bottom: 16px;
}

.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
}

.comment-form .comment-form-cookies-consent input {
  width: auto;
  margin-top: 5px;
}

.comment-reply-title {
  margin-top: 0;
  font-size: 22px;
}

div.fancybox-bg {
  background-color: rgba(43, 45, 51, 0.4) !important;
  opacity: 1 !important;
  backdrop-filter: blur(3px);
}

.fancybox-slide--image .fancybox-content {
  background: transparent !important;
  border: 0 !important;
}

img.fancybox-image {
  border: 0 !important;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(20, 12, 35, 0.35);
}

.fancybox-infobar,
.fancybox-toolbar .fancybox-button:not(.fancybox-button--close) {
  display: none !important;
}

.fancybox-close-small,
body.fancybox-active .fancybox-container .fancybox-stage .fancybox-content .fancybox-close-small {
  display: none !important;
}

.fancybox-toolbar {
  top: 14px;
  right: 14px;
}

.fancybox-button {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #2b2d33;
  transition: background 0.15s ease, color 0.15s ease;
}

.fancybox-button:hover {
  background: #fff;
  color: #cc3366;
}

.fancybox-button:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

.fancybox-button[disabled] {
  display: none;
}

.fancybox-button--close {
  width: 46px;
  height: 46px;
  padding: 11px;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(20, 12, 35, 0.28);
}

.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
  visibility: visible !important;
  background-clip: border-box !important;
  top: 50%;
  width: 52px;
  height: 52px;
  padding: 12px;
  margin-top: -26px;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(20, 12, 35, 0.28);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 14px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 14px;
}

.fancybox-navigation .fancybox-button div {
  padding: 0;
}

@media (min-width: 760px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 26px;
  }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 26px;
  }
}

.fancybox-container.fancybox-is-closing .fancybox-toolbar,
.fancybox-container.fancybox-is-closing .fancybox-caption,
.fancybox-container.fancybox-is-closing .fancybox-navigation .fancybox-button {
  opacity: 0 !important;
  transition-property: opacity !important;
  transition-duration: inherit !important;
}

.fancybox-container.fancybox-is-closing .fancybox-bg {
  opacity: 0 !important;
  transition-property: opacity !important;
  transition-duration: inherit !important;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1) !important;
}

.fancybox-caption {
  padding: 26px 20px 20px;
  border-top: 0;
  background: linear-gradient(to top, rgba(43, 45, 51, 0.75) 0%, rgba(43, 45, 51, 0) 100%);
  color: #fff;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.fancybox-caption a {
  color: #fff;
}

.site-footer {
  margin-top: clamp(20px, 4vw, 40px);
  border-radius: 0 0 34px 34px;
  background: linear-gradient(160deg, #5c8d0d 0%, #47700a 100%);
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 759px) {
  .site-footer {
    border-radius: 0;
  }
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer__inner {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  padding: clamp(30px, 4.4vw, 48px) clamp(18px, 4vw, 46px);
}

@media (min-width: 1115px) {
  .site-footer__inner {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
}

.footer-brand {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.footer-brand img {
  flex: none;
  width: 62px;
  opacity: 0.95;
}

.footer-brand__name {
  display: block;
  font-family: "Nunito", "Trebuchet MS", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
}

.footer-brand__text {
  margin: 8px 0 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.footer-heading {
  margin: 0 0 14px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}

.footer-list li {
  margin-bottom: 9px;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-contact {
  font-size: 16px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.85);
}

.footer-contact p {
  margin: 0 0 8px;
}

.footer-contact strong {
  color: #fff;
}

.site-footer__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px clamp(18px, 4vw, 46px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__bar p {
  margin: 0;
}

.site-footer__bar nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background: #cc3366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(50, 34, 80, 0.1);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s, background 0.15s ease;
}

.to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.to-top:hover {
  background: #ac2753;
}

.to-top:focus-visible {
  outline: 3px solid rgba(120, 182, 20, 0.55);
  outline-offset: 2px;
}

.to-top svg {
  width: 22px;
  height: 22px;
}

@media print {
  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
  }

  .site {
    max-width: none;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }

  .primary-nav,
  .site-search,
  .site-footer,
  .widget-area,
  .to-top,
  .hero__dots,
  .gas-events__toolbar,
  .site-header__actions,
  .comments-area {
    display: none !important;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  .entry-content a[href^=http]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555;
  }
}