/*
Theme Name: Vrtec Ciciban
Theme URI: https://os-smartnolitija.si/vrtec/
Author: Codex
Description: Samostojna testna tema za Vrtec Ciciban.
Version: 0.10.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: os-ciciban
*/

:root {
    --green: #07995a;
    --deep: #063f2b;
    --mint: #67d98b;
    --sun: #ffd000;
    --coral: #ff5b4d;
    --rose: #ff79a8;
    --sky: #66c9f2;
    --blue: #087fc5;
    --plum: #8b3fa3;
    --ink: #202822;
    --muted: #58615a;
    --paper: #f7faf6;
    --cream: #ffffff;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

a {
    color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 3px;
}

.site-header {
    background: var(--white);
    border-top: 6px solid var(--sun);
    border-bottom: 1px solid rgba(47, 124, 87, 0.14);
    backdrop-filter: none;
    position: sticky;
    top: 0;
    z-index: 20;
}

.admin-bar .site-header {
    top: 32px;
}

.wrap {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.brand__logo {
    width: 78px;
    height: 64px;
    object-fit: contain;
    border-radius: 8px;
}

.brand__text {
    display: block;
}

.brand span {
    display: block;
    color: var(--coral);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand strong {
    display: block;
    color: var(--deep);
    font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    font-size: 1.85rem;
    line-height: 1;
    white-space: nowrap;
}

.nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav li {
    position: relative;
}

.nav .sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    z-index: 30;
    width: min(300px, calc(100vw - 32px));
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid #d7ddd8;
    border-top: 5px solid var(--sun);
    border-radius: 6px;
    box-shadow: 0 18px 38px rgba(27, 40, 33, 0.14);
}

.nav li:hover > .sub-menu,
.nav li:focus-within > .sub-menu {
    display: flex;
}

.nav .sub-menu .sub-menu {
    top: -10px;
    left: calc(100% - 2px);
}

.nav .sub-menu a {
    width: 100%;
    padding: 10px 12px;
    border-bottom-width: 2px;
}

.nav a {
    display: inline-flex;
    padding: 10px 2px 7px;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    font-weight: 800;
    text-decoration: none;
}

.nav-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 12px;
    color: var(--deep);
    background: var(--white);
    border: 2px solid var(--deep);
    border-radius: 6px;
    font: inherit;
    font-weight: 850;
}

.nav-toggle > span:first-child {
    font-size: 1.25rem;
    line-height: 1;
}

.submenu-toggle {
    display: none;
}

.nav a:hover,
.nav .current-menu-item > a,
.nav a[aria-current="page"] {
    color: var(--coral);
    background: transparent;
    border-color: var(--sun);
}

.hero {
    padding: clamp(32px, 4vw, 48px) 0 38px;
    position: relative;
    overflow: hidden;
    background: var(--white);
    border-bottom: 10px solid var(--sky);
}

.hero--ciciban::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 9px;
    background: var(--coral);
    z-index: -1;
}

.hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(380px, 1.16fr);
    gap: clamp(32px, 6vw, 76px);
    align-items: center;
}

.hero__copy {
    padding-block: 10px;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--coral);
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    color: var(--ink);
    font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    line-height: 1.08;
}

h1 {
    margin: 0;
    font-size: 5.25rem;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.hero--ciciban h1 {
    font-size: 4.3rem;
    white-space: nowrap;
}

.hero__promise {
    margin: 8px 0 0;
    color: var(--coral);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
}

.hero-sparkles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-sparkles span {
    position: absolute;
    color: var(--coral);
    font-family: ui-rounded, "Arial Rounded MT Bold", sans-serif;
    font-size: 2.5rem;
    font-weight: 950;
    line-height: 1;
}

.hero-sparkles span:nth-child(1) {
    top: 34px;
    left: 46%;
    color: var(--sun);
    transform: rotate(12deg);
}

.hero-sparkles span:nth-child(2) {
    right: 2.5%;
    bottom: 42px;
    color: var(--coral);
    transform: rotate(-14deg);
}

.hero-sparkles span:nth-child(3) {
    right: 4%;
    top: 32px;
    color: var(--green);
    transform: rotate(8deg);
}

.lead {
    max-width: 520px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 1.2rem;
    font-weight: 700;
}

.hero-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.hero-values li {
    position: relative;
    padding-left: 20px;
    color: var(--deep);
    font-weight: 850;
}

.hero-values li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--sun);
    border: 2px solid var(--deep);
    border-radius: 50%;
    transform: translateY(-50%);
}

.hero-values li:nth-child(2)::before {
    background: var(--rose);
}

.hero-values li:nth-child(3)::before {
    background: var(--mint);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 12px;
    font-weight: 900;
    text-decoration: none;
}

.button--primary {
    color: var(--white);
    background: var(--green);
    box-shadow: 0 14px 28px rgba(47, 124, 87, 0.22);
}

.button--light {
    background: var(--white);
    border: 1px solid rgba(47, 124, 87, 0.18);
}

.hero-photo {
    position: relative;
    padding: 10px;
    background: var(--white);
    border: 3px solid var(--sun);
    border-radius: 8px;
    box-shadow: 14px 14px 0 var(--sun);
    transform: rotate(-1deg);
}

.hero-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
    object-fit: cover;
}

.hero-note {
    position: absolute;
    right: 24px;
    bottom: 24px;
    max-width: 260px;
    padding: 14px 16px;
    color: var(--deep);
    background: rgba(255, 255, 255, 0.94);
    border: 3px solid var(--coral);
    border-radius: 8px;
    box-shadow: 6px 6px 0 rgba(23, 63, 45, 0.14);
}

.hero-note strong,
.hero-note span {
    display: block;
}

.hero-note strong {
    font-size: 1.12rem;
    line-height: 1;
}

.home-panel {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.home-panel__heading {
    margin-bottom: 14px;
}

.home-panel__heading h2 {
    margin: 0;
    font-size: 2rem;
}

.home-panel__heading .eyebrow {
    margin: 0 0 4px;
}

.groups-band,
.quick-band {
    padding: clamp(54px, 7vw, 84px) 0;
}

.groups-band {
    background: #66c9ef;
    border-bottom: 10px solid var(--coral);
}

.quick-band {
    background: #ffd84a;
    border-bottom: 10px solid var(--plum);
}

.quick-band .eyebrow {
    color: #b62f63;
}

.quick-band .band-heading h2 {
    color: var(--ink);
}

.quick-band .band-heading > p {
    color: #3f493f;
}

.band-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 26px;
}

.band-heading h2 {
    margin: 0;
    font-size: 3.25rem;
    overflow-wrap: anywhere;
}

.band-heading .eyebrow {
    margin-bottom: 7px;
}

.band-heading > p {
    max-width: 470px;
    margin: 0 0 4px;
    color: var(--muted);
    font-size: 1rem;
    font-weight: 750;
}

.unit-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.unit-strip__item {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 16px;
    color: var(--deep);
    background: var(--white);
    border: 1px solid #d7ddd8;
    border-top: 8px solid var(--green);
    border-radius: 8px;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 950;
    text-align: center;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.unit-strip__item:nth-child(odd) {
    transform: rotate(-0.7deg);
}

.unit-strip__item:nth-child(even) {
    transform: rotate(0.7deg) translateY(8px);
}

.unit-strip__item:hover {
    color: var(--deep);
    border-color: rgba(47, 124, 87, 0.28);
    box-shadow: 0 18px 34px rgba(27, 40, 33, 0.1);
    transform: translateY(-5px) rotate(0);
}

.unit-strip__mark {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    background: var(--white);
    border: 3px solid var(--deep);
    border-radius: 50%;
    box-shadow: 3px 3px 0 rgba(23, 63, 45, 0.15);
}

.unit-strip__mark img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: contain;
    background: var(--white);
}

.unit-strip__body,
.unit-strip__body strong,
.unit-strip__item small {
    display: block;
}

.unit-strip__body strong {
    line-height: 1.08;
    font-size: 1.2rem;
}

.unit-strip__item small {
    margin-top: 6px;
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 850;
    line-height: 1.2;
}

.unit-strip__item--sky {
    background: var(--white);
    border-top-color: var(--blue);
}

.unit-strip__item--sky .unit-strip__mark {
    background: var(--blue);
}

.unit-strip__item--rose {
    background: var(--white);
    border-top-color: var(--coral);
}

.unit-strip__item--rose .unit-strip__mark {
    background: var(--coral);
}

.unit-strip__item--sun {
    background: var(--white);
    border-top-color: var(--sun);
}

.unit-strip__item--sun .unit-strip__mark {
    color: var(--deep);
    background: var(--sun);
}

.unit-strip__item--mint {
    background: var(--white);
    border-top-color: var(--green);
}

.quick-card {
    display: grid;
    gap: 12px;
    padding: 18px;
    background: var(--white);
    border: 1px solid rgba(52, 113, 67, 0.16);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(29, 42, 31, 0.08);
}

.quick-card--tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.quick-card a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 88px;
    padding: 14px 16px;
    background: var(--white);
    border: 1px solid #d7ddd8;
    border-bottom: 5px solid var(--green);
    border-radius: 8px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.quick-card a:nth-child(2n) {
    background: var(--white);
    border-bottom-color: var(--sun);
}

.quick-card a:nth-child(3n) {
    background: var(--white);
    border-bottom-color: var(--coral);
}

.quick-card a:nth-child(4) {
    background: var(--white);
    border-bottom-color: var(--plum);
}

.quick-card a:nth-child(5) {
    background: var(--white);
    border-bottom-color: var(--blue);
}

.quick-card a:hover {
    color: var(--deep);
    border-color: rgba(47, 124, 87, 0.28);
    box-shadow: 0 18px 34px rgba(27, 40, 33, 0.1);
    transform: translateY(-4px);
}

.quick-card__icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--white);
    background: var(--green);
    border: 2px solid var(--deep);
    border-radius: 50%;
    font-size: 1.15rem;
    box-shadow: 2px 2px 0 rgba(23, 63, 45, 0.14);
}

.quick-card a:nth-child(2) .quick-card__icon {
    color: var(--deep);
    background: var(--sun);
}

.quick-card a:nth-child(3) .quick-card__icon {
    background: var(--coral);
}

.quick-card a:nth-child(4) .quick-card__icon {
    background: var(--plum);
}

.quick-card a:nth-child(5) .quick-card__icon {
    background: var(--blue);
}

.quick-card__text {
    min-width: 0;
}

.quick-card__text strong,
.quick-card__text small {
    display: block;
}

.quick-card__text strong {
    color: var(--deep);
    line-height: 1.12;
    font-size: 1rem;
}

.quick-card__text small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 780;
    line-height: 1.22;
}

.content {
    padding: 66px 0 78px;
    background: var(--paper);
    border-top: 0;
}

.content--stories {
    background: #78d594;
}

.content--stories .eyebrow {
    color: #a5255d;
}

.section-heading {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.section-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92px;
    height: 8px;
    background: var(--sun);
    border-left: 34px solid var(--coral);
}

.section-heading h2 {
    margin: 0;
    font-size: 3.25rem;
    overflow-wrap: anywhere;
}

.page-hero {
    padding: clamp(44px, 7vw, 76px) 0;
    background: var(--sky);
    border-bottom: 8px solid var(--coral);
}

.page-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(32px, 8vw, 120px);
}

.page-hero__copy {
    min-width: 0;
}

.page-hero__copy > p:last-child:not(.eyebrow) {
    max-width: 620px;
    margin: 16px 0 0;
    font-size: 1.08rem;
    font-weight: 750;
}

.page-hero--group {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    padding: 38px 0;
}

.page-hero--group::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 8px;
    background: var(--coral);
}

.page-hero__group-mark {
    position: relative;
    z-index: 1;
    width: clamp(210px, 24vw, 330px);
    height: clamp(210px, 24vw, 330px);
    flex: 0 0 auto;
    margin: 0 clamp(20px, 7vw, 100px) 0 0;
    overflow: hidden;
    background: var(--white);
    border: 6px solid var(--white);
    border-radius: 50%;
    box-shadow: 12px 14px 0 rgba(6, 63, 43, 0.14);
    transform: rotate(3deg);
}

.page-hero__group-mark img {
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
}

.page-hero--rose {
    background: #ffb5cf;
}

.page-hero--mint {
    background: #9ae8b2;
}

.page-hero--sun {
    background: #ffe472;
}

.page-hero--sky {
    background: #8dd9f7;
}

.group-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
}

.group-facts > div {
    min-width: 0;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(6, 63, 43, 0.12);
}

.group-facts dt {
    color: var(--green);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.group-facts dd {
    margin: 3px 0 0;
    overflow-wrap: anywhere;
    font-weight: 750;
}

.page-hero h1 {
    max-width: 920px;
    font-size: 4.75rem;
}

.page-hero--article {
    background: var(--sun);
    border-bottom-color: var(--green);
}

.page-hero--article h1 {
    max-width: 880px;
    font-size: 4.4rem;
}

.posts {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 26px;
}

.post-card {
    grid-column: span 3;
}

.post-card:first-child {
    grid-column: span 4;
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(260px, 0.86fr);
}

.post-card:nth-child(2) {
    grid-column: span 2;
}

.post-card {
    overflow: hidden;
    padding: 0;
    background: var(--white);
    border: 1px solid #d7ddd8;
    border-top: 6px solid var(--green);
    border-radius: 8px;
    box-shadow: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.post-card:nth-child(2n) {
    border-top-color: var(--coral);
}

.post-card:nth-child(3n) {
    border-top-color: var(--blue);
}

.post-card:hover {
    border-color: rgba(47, 124, 87, 0.22);
    box-shadow: 0 24px 48px rgba(27, 40, 33, 0.1);
    transform: translateY(-2px);
}

.post-card__body {
    padding: 22px 24px 26px;
}

.post-card:first-child .post-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 46px);
    background: var(--white);
}

.post-card:nth-child(2n) .post-card__body {
    background: var(--white);
}

.post-card:nth-child(3n) .post-card__body {
    background: var(--white);
}

.post-card h2 {
    margin: 0 0 10px;
    font-size: 1.55rem;
    overflow-wrap: anywhere;
}

.post-card h2 a {
    text-decoration: none;
}

.post-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 680;
}

.post-card time {
    color: var(--green);
    font-size: 0.9rem;
    font-weight: 850;
}

.post-card__image {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 8px;
    background: var(--green);
    border-bottom: 0;
}

.post-card:nth-child(2n) .post-card__image {
    background: var(--coral);
}

.post-card:nth-child(3n) .post-card__image {
    background: var(--blue);
}

.post-card__image img,
.single-card__image img {
    display: block;
    width: 100%;
    height: auto;
}

.post-card__image img {
    aspect-ratio: 16 / 10;
    border-radius: 4px;
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
    object-fit: cover;
    transition: transform 220ms ease;
}

.post-card:hover .post-card__image img {
    transform: scale(1.025);
}

.post-card:first-child .post-card__image img {
    height: 100%;
    min-height: 360px;
    aspect-ratio: auto;
}

.post-card__more {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-top: 20px;
    color: var(--green);
    border-bottom: 2px solid var(--sun);
    font-weight: 900;
    text-decoration: none;
}

.post-card__more span {
    font-size: 1.25rem;
    transition: transform 160ms ease;
}

.post-card__more:hover span {
    transform: translateX(4px);
}

.post-card__image--empty,
.feed-item__image--empty {
    min-height: 190px;
    display: grid;
    place-items: center;
    text-decoration: none;
}

.post-card__image--empty {
    min-height: 0;
    aspect-ratio: 16 / 10;
}

.post-card__image--empty span,
.feed-item__image--empty span {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--green);
    border-radius: 8px;
    font-size: 2rem;
    font-weight: 950;
}

.empty-state,
.single-card {
    padding: clamp(26px, 5vw, 54px);
    background: var(--white);
    border: 1px solid #d7ddd8;
    border-radius: 8px;
}

.single-layout {
    max-width: 920px;
}

.page-layout {
    max-width: 1180px;
}

.single-card--article {
    padding: 0;
    overflow: hidden;
}

.single-card--article .entry-content {
    padding: clamp(26px, 5vw, 54px);
}

.single-card__image {
    margin: 0;
    padding: 10px;
    background: var(--coral);
}

.single-card__image img {
    max-height: 620px;
    border-radius: 4px;
    object-fit: cover;
}

.entry-content {
    font-size: 1.1rem;
    overflow-wrap: anywhere;
}

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

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

.entry-content h2 {
    margin: 1.7em 0 0.6em;
    font-size: 2rem;
}

.entry-content h3 {
    margin: 1.5em 0 0.55em;
    font-size: 1.45rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    margin-block: 0 1.15em;
}

.entry-content li + li {
    margin-top: 0.35em;
}

.entry-content a:not(.feed-item__image) {
    color: var(--green);
    font-weight: 800;
    text-decoration-color: var(--sun);
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.entry-content blockquote {
    margin: 1.5em 0;
    padding: 18px 22px;
    background: #fff7cf;
    border-left: 6px solid var(--sun);
}

.entry-content iframe,
.entry-content video {
    max-width: 100%;
}

.legacy-gallery {
    display: none !important;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.feed-block h2 {
    margin-top: 0;
    font-size: 3rem;
    overflow-wrap: anywhere;
}

.section-intro {
    margin: 0 0 28px;
    padding: 20px 22px;
    background: var(--sun-soft);
    border-left: 6px solid var(--sun);
    border-radius: 6px;
}

.section-intro > :first-child {
    margin-top: 0;
}

.section-intro > :last-child {
    margin-bottom: 0;
}

.static-sections {
    display: grid;
    gap: 34px;
}

.static-section + .static-section {
    padding-top: 30px;
    border-top: 5px solid var(--sky);
}

.static-section h2,
.staff-section h2,
.document-section h2 {
    margin: 0 0 20px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.staff-section + .staff-section {
    margin-top: clamp(44px, 7vw, 76px);
}

.staff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.staff-card {
    min-width: 0;
    padding: 18px;
    background: var(--white);
    border: 1px solid #d7ddd8;
    border-top: 5px solid var(--green);
    border-radius: 6px;
}

.staff-card:nth-child(3n + 2) {
    border-top-color: var(--coral);
}

.staff-card:nth-child(3n) {
    border-top-color: var(--sky);
}

.staff-card h3 {
    margin: 0 0 6px;
    font-size: 1.2rem;
    overflow-wrap: anywhere;
}

.staff-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 750;
}

.staff-card a {
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
    color: var(--green);
    font-size: 0.86rem;
    font-weight: 750;
    overflow-wrap: anywhere;
}

.document-section {
    margin-top: clamp(40px, 7vw, 72px);
}

.section-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.section-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    padding: 24px;
    color: var(--deep);
    background: var(--white);
    border: 1px solid #d7ddd8;
    border-top: 6px solid var(--coral);
    border-radius: 7px;
    text-decoration: none;
}

.section-link:nth-child(2n) {
    border-top-color: var(--sky);
}

.section-link strong {
    font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    font-size: 1.45rem;
}

.section-link span:nth-child(2) {
    grid-column: 1;
    color: var(--muted);
    font-weight: 700;
}

.section-link span:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--green);
    font-size: 1.8rem;
    font-weight: 900;
}

.feed-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.feed-item {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #d7ddd8;
    border-top: 6px solid var(--green);
    border-radius: 8px;
    box-shadow: none;
}

.feed-item:nth-child(2n) {
    border-top-color: var(--coral);
}

.feed-item:nth-child(3n) {
    border-top-color: var(--blue);
}

.feed-item__image {
    display: block;
    padding: 8px;
    background: var(--green);
}

.feed-item:nth-child(2n) .feed-item__image {
    background: var(--coral);
}

.feed-item:nth-child(3n) .feed-item__image {
    background: var(--blue);
}

.feed-item__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 4px;
    filter: none;
    opacity: 1;
    mix-blend-mode: normal;
    object-fit: cover;
}

.feed-item__image--empty {
    height: 100%;
    background: var(--mint);
}

.feed-item__body {
    min-width: 0;
    padding: clamp(18px, 3vw, 28px);
}

.feed-item time {
    color: var(--muted);
    font-weight: 800;
}

.feed-item h3 {
    margin: 8px 0 10px;
    font-size: 1.75rem;
    overflow-wrap: anywhere;
}

.feed-item h3 a {
    color: var(--deep);
    text-decoration: none;
}

.feed-item h3 a:hover {
    color: var(--green);
}

.feed-item p {
    margin: 0;
    color: var(--muted);
    font-weight: 680;
}

.feed-galleries {
    margin-top: clamp(38px, 6vw, 72px);
    padding-top: clamp(28px, 4vw, 44px);
    border-top: 5px solid var(--sun);
}

.feed-galleries > h3 {
    margin: 0 0 22px;
    font-size: clamp(2rem, 4vw, 3rem);
}

.entry-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(52, 113, 67, 0.18);
    border-radius: 8px;
}

.entry-content th,
.entry-content td {
    padding: 12px;
    border-bottom: 1px solid rgba(52, 113, 67, 0.12);
    text-align: left;
}

.pagination {
    margin-top: 28px;
}

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

.pagination a,
.pagination span {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    background: var(--white);
    border: 1px solid rgba(52, 113, 67, 0.16);
    border-radius: 999px;
    font-weight: 850;
    text-decoration: none;
}

.pagination .current {
    color: var(--white);
    background: var(--green);
}

.site-footer {
    padding: 34px 0;
    color: var(--white);
    background: var(--deep);
    border-top: 8px solid var(--sun);
    font-weight: 750;
}

.footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    align-items: center;
    gap: 34px;
}

.footer__inner strong,
.footer__inner span {
    display: block;
}

.footer__inner strong {
    color: var(--white);
    font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    font-size: 1.35rem;
}

.footer__inner > div > span,
.footer__inner p {
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.site-footer .footer-login {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.84rem;
    font-weight: 750;
    text-decoration: none;
}

.site-footer .footer-login:hover,
.site-footer .footer-login:focus-visible {
    color: var(--white);
    text-decoration: underline;
}

.footer__marks {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--sun);
    font-size: 1.25rem;
}

.footer__marks span:nth-child(2) {
    color: var(--coral);
}

.footer__marks span:nth-child(3) {
    color: var(--sky);
}

.footer__links {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer__links > a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    text-decoration: none;
}

.footer__links > a:hover,
.footer__links > a:focus-visible {
    color: var(--white);
    text-decoration: underline;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.gallery-groups {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 30px;
}

.gallery-groups a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 6px;
    color: var(--deep);
    background: var(--white);
    border: 2px solid var(--green);
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 850;
    text-decoration: none;
}

.gallery-groups img {
    width: 34px;
    height: 34px;
    padding: 2px;
    object-fit: contain;
    background: var(--white);
    border-radius: 50%;
}

.gallery-groups a:nth-child(3n + 2) {
    border-color: var(--coral);
}

.gallery-groups a:nth-child(3n) {
    border-color: var(--sky);
}

.archive-card {
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(6, 63, 43, 0.16);
    border-top: 6px solid var(--sun);
    border-radius: 7px;
}

.archive-card:nth-child(3n + 2) {
    border-top-color: var(--coral);
}

.archive-card:nth-child(3n) {
    border-top-color: var(--sky);
}

.archive-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eef8f1;
}

.archive-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-card__body {
    padding: 20px;
}

.archive-card__body time,
.archive-card__body small {
    color: var(--green);
    font-weight: 800;
}

.archive-card__body h2 {
    margin: 7px 0 0;
    font-size: 1.35rem;
}

.archive-card__body h2 a {
    color: var(--deep);
    text-decoration: none;
}

.gallery-view {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.gallery-view a {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 5px;
}

.gallery-view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.linked-gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 28px 0;
    padding: 18px 20px;
    background: #eef9f1;
    border-left: 6px solid var(--green);
}

.linked-gallery span,
.linked-gallery small,
.linked-gallery strong,
.linked-gallery em {
    display: block;
}

.linked-gallery small,
.linked-gallery em {
    color: var(--muted);
    font-style: normal;
}

.document-list,
.event-list {
    display: grid;
    gap: 12px;
}

.document-row,
.event-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 17px 20px;
    background: var(--white);
    border: 1px solid rgba(6, 63, 43, 0.16);
    border-left: 6px solid var(--sky);
    border-radius: 6px;
}

.document-row a,
.event-row a {
    color: var(--deep);
    font-weight: 850;
}

.document-row time,
.event-row time {
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 750;
}

.page-hero--calendar {
    background: var(--sky);
    border-bottom: 8px solid var(--coral);
}

.page-hero--calendar .wrap {
    position: relative;
}

.page-hero--calendar .wrap::after {
    position: absolute;
    right: 4%;
    bottom: -28px;
    display: grid;
    width: clamp(110px, 14vw, 170px);
    aspect-ratio: 1;
    place-items: center;
    content: "31";
    color: var(--deep);
    background: var(--white);
    border: 6px solid var(--sun);
    border-radius: 50%;
    box-shadow: 10px 12px 0 rgba(6, 63, 43, 0.14);
    font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
    font-weight: 950;
}

.page-hero--calendar .wrap > p:last-of-type {
    max-width: 620px;
    margin: 10px 0 0;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-weight: 800;
}

.calendar-content {
    background: #f7faf6;
}

.ciciban-calendar {
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(6, 63, 43, 0.16);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(6, 63, 43, 0.08);
}

.ciciban-calendar__toolbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    background: #dff7e7;
    border-bottom: 1px solid rgba(6, 63, 43, 0.12);
    text-align: center;
}

.ciciban-calendar__toolbar a,
.ciciban-calendar__quick a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 14px;
    color: var(--deep);
    background: var(--white);
    border: 2px solid rgba(6, 63, 43, 0.14);
    border-radius: 6px;
    font-weight: 900;
    text-decoration: none;
}

.ciciban-calendar__toolbar a:first-child {
    justify-self: start;
}

.ciciban-calendar__toolbar a:last-child {
    justify-self: end;
}

.ciciban-calendar__toolbar a:hover,
.ciciban-calendar__toolbar a:focus-visible,
.ciciban-calendar__quick a:hover,
.ciciban-calendar__quick a:focus-visible,
.ciciban-calendar__quick a.is-active {
    color: var(--white);
    background: var(--green);
    border-color: var(--green);
}

.ciciban-calendar__toolbar h2 {
    margin: 2px 0;
    color: var(--deep);
    font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.5rem);
    line-height: 1;
}

.ciciban-calendar__toolbar p,
.ciciban-calendar__toolbar div > span {
    display: block;
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ciciban-calendar__quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 22px;
    background: #fff6cf;
    border-bottom: 1px solid rgba(6, 63, 43, 0.1);
}

.ciciban-calendar__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ciciban-calendar__grid {
    display: grid;
    min-width: 760px;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1px;
    background: rgba(6, 63, 43, 0.14);
}

.ciciban-calendar__weekday {
    padding: 11px 8px;
    color: var(--white);
    background: var(--deep);
    font-size: 0.86rem;
    font-weight: 900;
    text-align: center;
}

.ciciban-calendar__day {
    display: grid;
    min-height: 138px;
    align-content: start;
    gap: 6px;
    padding: 8px;
    background: #f4f8f4;
}

.ciciban-calendar__day--blank {
    background: #e6eee8;
}

.ciciban-calendar__day.has-events {
    background: var(--white);
}

.ciciban-calendar__day.is-today {
    box-shadow: inset 0 0 0 4px var(--sun);
}

.ciciban-calendar__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--muted);
    font-weight: 950;
}

.ciciban-calendar__date em {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    color: var(--white);
    background: var(--coral);
    border-radius: 50%;
    font-size: 0.7rem;
    font-style: normal;
}

.ciciban-calendar__event {
    display: grid;
    min-width: 0;
    gap: 2px;
    padding: 7px 8px;
    color: var(--deep);
    background: #dff7e7;
    border-left: 4px solid var(--green);
    border-radius: 4px;
    font-size: 0.75rem;
    line-height: 1.22;
    text-decoration: none;
}

.ciciban-calendar__event:nth-of-type(even) {
    background: #fff1f6;
    border-left-color: var(--rose);
}

.ciciban-calendar__event:hover,
.ciciban-calendar__event:focus-visible {
    color: var(--white);
    background: var(--green);
}

.ciciban-calendar__event strong,
.ciciban-calendar__event small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ciciban-calendar__event strong {
    white-space: nowrap;
}

.ciciban-calendar__event small {
    color: inherit;
    font-size: 0.68rem;
    font-weight: 750;
    white-space: nowrap;
}

.ciciban-event-list {
    margin-top: clamp(30px, 5vw, 54px);
}

.ciciban-event-list > header {
    margin-bottom: 18px;
}

.ciciban-event-list h2 {
    margin: 2px 0 0;
    color: var(--deep);
    font-family: ui-rounded, "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1.1;
}

.ciciban-event-list__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ciciban-event-card {
    display: grid;
    min-width: 0;
    grid-template-columns: 60px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 13px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid rgba(6, 63, 43, 0.14);
    border-bottom: 5px solid var(--green);
    border-radius: 6px;
    text-decoration: none;
}

.ciciban-event-card--2 {
    border-bottom-color: var(--sun);
}

.ciciban-event-card--3 {
    border-bottom-color: var(--coral);
}

.ciciban-event-card--4 {
    border-bottom-color: var(--sky);
}

.ciciban-event-card:hover,
.ciciban-event-card:focus-visible {
    border-color: var(--green);
    transform: translateY(-2px);
}

.ciciban-event-card time {
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    padding: 7px;
    color: var(--white);
    background: var(--green);
    border-radius: 50%;
    line-height: 1;
}

.ciciban-event-card time strong,
.ciciban-event-card time span {
    display: block;
}

.ciciban-event-card time strong {
    font-size: 1.2rem;
}

.ciciban-event-card time span {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
}

.ciciban-event-card > span {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.ciciban-event-card > span > strong,
.ciciban-event-card > span > small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ciciban-event-card > span > strong {
    color: var(--deep);
    font-size: 0.94rem;
}

.ciciban-event-card > span > small {
    color: var(--muted);
    font-weight: 750;
}

.ciciban-event-list__empty {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: #fff6cf;
    border-left: 6px solid var(--sun);
    border-radius: 6px;
}

.ciciban-event-list__empty span {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--white);
    background: var(--coral);
    border-radius: 50%;
    font-weight: 950;
}

.ciciban-event-list__empty p {
    margin: 0;
    color: var(--deep);
    font-weight: 850;
}

@media (max-width: 1100px) {
    .unit-strip {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .quick-card--tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .nav-toggle {
        display: inline-flex;
    }

    .nav {
        position: absolute;
        top: calc(100% + 1px);
        right: 18px;
        z-index: 30;
        width: min(430px, calc(100vw - 36px));
        max-height: calc(100vh - 110px);
        display: none;
        align-items: stretch;
        overflow-y: auto;
        background: var(--white);
        border: 1px solid #d7ddd8;
        border-top: 6px solid var(--sun);
        border-radius: 6px;
        box-shadow: 0 20px 42px rgba(27, 40, 33, 0.18);
    }

    .nav.nav--open {
        display: block;
    }

    .nav > ul {
        display: block;
        padding: 10px;
    }

    .nav .sub-menu {
        position: static;
        width: 100%;
        display: none;
        padding: 0 0 4px 18px;
        border: 0;
        box-shadow: none;
    }

    .nav li:hover > .sub-menu,
    .nav li:focus-within > .sub-menu {
        display: none;
    }

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

    .nav a {
        width: 100%;
        padding: 10px 48px 10px 12px;
    }

    .submenu-toggle {
        position: absolute;
        top: 4px;
        right: 6px;
        z-index: 2;
        width: 36px;
        height: 36px;
        display: grid;
        place-items: center;
        padding: 0;
        color: var(--deep);
        background: var(--mint);
        border: 1px solid rgba(6, 63, 43, 0.2);
        border-radius: 50%;
        font: inherit;
        font-size: 1.25rem;
        font-weight: 900;
    }
}

@media (max-width: 780px) {
    .hero__grid {
        align-items: flex-start;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .posts {
        grid-template-columns: 1fr;
    }

    .post-card,
    .post-card:nth-child(2) {
        grid-column: auto;
    }

    .post-card:first-child {
        grid-column: auto;
        display: block;
    }

    .post-card:first-child .post-card__image img {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .feed-list {
        grid-template-columns: 1fr;
    }

    .band-heading {
        display: block;
    }

    .band-heading > p {
        margin-top: 12px;
    }

    .unit-strip,
    .quick-card--tiles {
        grid-template-columns: 1fr 1fr;
    }

    h1 {
        font-size: 4rem;
    }

    .hero--ciciban h1 {
        font-size: 4rem;
    }

    .page-hero h1,
    .page-hero--article h1 {
        font-size: 3.6rem;
    }

    .band-heading h2,
    .section-heading h2,
    .feed-block h2 {
        font-size: 2.65rem;
    }

    .brand__logo {
        width: 72px;
        height: 58px;
    }

    .hero-photo {
        box-shadow: 8px 8px 0 var(--rose);
    }

    .hero-sparkles span:nth-child(1) {
        left: auto;
        right: 5%;
    }

    .hero-sparkles span:nth-child(2),
    .hero-sparkles span:nth-child(3) {
        display: none;
    }

    .footer__inner {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer__links {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

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

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

    .section-link-grid {
        grid-template-columns: 1fr;
    }

    .ciciban-event-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .quick-card--tiles {
        grid-template-columns: 1fr;
    }

    .unit-strip {
        gap: 10px;
    }

    .unit-strip__item {
        min-height: 138px;
        padding: 14px 8px;
    }

    .page-hero--group {
        min-height: 0;
    }

    .page-hero--group .page-hero__inner {
        align-items: flex-start;
        gap: 16px;
    }

    .page-hero--group .page-hero__copy {
        flex: 1 1 auto;
    }

    .page-hero--group .page-hero__copy > p:last-child:not(.eyebrow) {
        display: none;
    }

    .page-hero__group-mark {
        width: 126px;
        height: 126px;
        margin: 0;
        border-width: 4px;
        box-shadow: 6px 7px 0 rgba(6, 63, 43, 0.14);
    }

    .page-hero__group-mark img {
        padding: 8px;
    }

    .group-facts {
        grid-template-columns: 1fr;
    }

    .unit-strip__body strong {
        font-size: 1.05rem;
    }

    .archive-grid {
        grid-template-columns: 1fr;
    }

    .staff-grid {
        grid-template-columns: 1fr;
    }

    .document-row,
    .event-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .page-hero--calendar .wrap::after {
        right: 0;
        bottom: -18px;
        width: 92px;
        border-width: 4px;
    }

    .page-hero--calendar .wrap > p:last-of-type {
        max-width: calc(100% - 105px);
        font-size: 0.92rem;
    }

    .ciciban-calendar__toolbar {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 16px;
    }

    .ciciban-calendar__toolbar div {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .ciciban-calendar__toolbar a {
        width: 100%;
        min-width: 0;
    }

    .ciciban-calendar__quick {
        padding: 10px 16px;
    }

    .ciciban-calendar__quick a {
        flex: 1 1 auto;
        padding-inline: 10px;
    }

    .ciciban-event-list__grid {
        grid-template-columns: 1fr;
    }

    .hero-note {
        right: 10px;
        bottom: 10px;
        max-width: 220px;
        padding: 10px 12px;
        font-size: 0.78rem;
        margin: 0;
    }

    .wrap {
        width: min(100% - 28px, 1180px);
    }

    .masthead {
        gap: 6px;
        padding: 6px 0;
    }

    .brand__logo {
        width: 58px;
        height: 48px;
    }

    .brand__text span {
        font-size: 0.68rem;
    }

    .brand strong {
        font-size: 1.18rem;
    }

    .nav,
    .nav ul {
        gap: 6px 10px;
        flex-wrap: wrap;
    }

    .nav {
        overflow-x: visible;
    }

    .nav a {
        font-size: 0.78rem;
    }

    h1,
    .page-hero h1,
    .page-hero--article h1 {
        font-size: 2.75rem;
    }

    .hero--ciciban h1 {
        font-size: 2.75rem;
    }

    .hero__promise {
        font-size: 1.5rem;
    }

    .band-heading h2,
    .section-heading h2,
    .feed-block h2 {
        font-size: 2.15rem;
    }

    .post-card h2,
    .feed-item h3 {
        font-size: 1.45rem;
    }

    .hero-values {
        gap: 8px 16px;
    }

    .hero {
        padding: 24px 0 26px;
    }

    .hero__grid {
        gap: 20px;
    }

    .hero__copy {
        padding-block: 0;
    }

    .lead {
        margin-top: 12px;
    }

    .hero-values {
        margin-top: 14px;
    }

    .hero-actions {
        margin-top: 18px;
    }

    .hero-photo img {
        aspect-ratio: 16 / 8.5;
    }

    .unit-strip__item:nth-child(odd),
    .unit-strip__item:nth-child(even) {
        transform: none;
    }

    .groups-band,
    .quick-band,
    .content {
        padding: 48px 0;
    }

    .page-hero {
        padding: 38px 0;
    }

    .single-card--article .entry-content,
    .single-card {
        padding: 24px 20px;
    }

    .single-card--article {
        padding: 0;
    }

    .post-card__body,
    .feed-item__body {
        padding: 20px;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
