.site-home {
    --home-bg: #f7f3f4;
    --home-surface: rgba(255, 255, 255, 0.88);
    --home-surface-strong: #ffffff;
    --home-primary: #a11d33;
    --home-primary-dark: #781327;
    --home-secondary: #243c84;
    --home-accent: #c47b07;
    --home-text: #1f1720;
    --home-soft: #6d5a66;
    --home-line: rgba(73, 32, 50, 0.12);
    --home-shadow: 0 28px 70px rgba(73, 32, 50, 0.14);
    background:
        radial-gradient(circle at top left, rgba(161, 29, 51, 0.1), transparent 30%),
        radial-gradient(circle at top right, rgba(36, 60, 132, 0.15), transparent 32%),
        linear-gradient(180deg, #fbf8f9 0%, #f4eef0 100%);
}

.site-home .page-shell {
    background: transparent;
}

.site-home .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(251, 248, 249, 0.74);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(161, 29, 51, 0.08);
    box-shadow: 0 12px 36px rgba(73, 32, 50, 0.05);
}

.site-home .site-topbar {
    background: linear-gradient(90deg, rgba(23, 26, 45, 0.98), rgba(73, 32, 50, 0.98));
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.88rem;
}

.site-topbar__inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
}

.site-topbar__contact,
.site-topbar__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem 1.1rem;
}

.site-topbar__contact a,
.site-topbar__contact span,
.site-topbar__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
}

.site-topbar__icon {
    width: 1.55rem;
    height: 1.55rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.7rem;
    flex: 0 0 auto;
}

.site-topbar__icon svg {
    width: 0.92rem;
    height: 0.92rem;
    display: block;
}

.site-topbar__cta {
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    transition: transform 160ms ease, background-color 160ms ease;
}

.site-topbar__cta:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.site-home .site-header__inner {
    min-height: 92px;
    gap: 1.25rem;
}

.site-home .site-brand__name {
    color: var(--home-text);
    font-size: 1.08rem;
}

.site-home .site-brand__eyebrow {
    color: var(--home-primary);
}

.site-home .site-nav {
    gap: 0.8rem;
}

.site-home .site-nav a {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    color: var(--home-soft);
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-home .site-nav a:hover {
    transform: translateY(-1px);
}

.site-home .site-nav a.is-active {
    background: rgba(161, 29, 51, 0.12);
    color: var(--home-primary);
}

.site-home .site-nav__cta {
    background: linear-gradient(135deg, var(--home-primary), var(--home-primary-dark));
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(161, 29, 51, 0.2);
}

.home-icon {
    width: 1rem;
    height: 1rem;
    display: block;
    flex: 0 0 auto;
}

.home-hero__control .home-icon,
.home-quicklink__icon .home-icon,
.home-contact-list__icon .home-icon,
.home-badge .home-icon,
.home-events__urgent h3 .home-icon,
.home-events__calendar .home-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.home-gallery__media .home-icon {
    width: 2.4rem;
    height: 2.4rem;
}

.site-home .button {
    box-shadow: 0 18px 35px rgba(161, 29, 51, 0.18);
}

.site-home .button--ghost {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(73, 32, 50, 0.12);
    color: var(--home-text);
    box-shadow: none;
}

.site-home .button--ghost:hover {
    background: rgba(255, 255, 255, 0.92);
}

.home-page {
    position: relative;
}

.home-section {
    padding: 2.2rem 0 4.5rem;
}

.home-section__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.home-section__title {
    max-width: 66ch;
}

.home-section__title h2 {
    margin: 0.65rem 0 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.08;
    color: var(--home-text);
}

.home-section__title p {
    margin: 0.8rem 0 0;
    color: var(--home-soft);
    line-height: 1.75;
}

.home-section__link {
    color: var(--home-primary);
    font-weight: 700;
    white-space: nowrap;
}

.home-section__link:hover {
    text-decoration: underline;
}

.home-hero {
    padding: 1.15rem 0 1.85rem;
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.84fr);
    gap: 1.35rem;
    align-items: stretch;
}

.home-hero__slider {
    position: relative;
    min-height: 690px;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(135deg, #171a2d 0%, #34132b 40%, #a11d33 100%);
    box-shadow: var(--home-shadow);
    isolation: isolate;
}

.home-hero__slides {
    position: relative;
    min-height: 690px;
}

.home-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 600ms ease, transform 900ms ease;
}

.home-hero__slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.home-hero__slide-media,
.home-hero__fallback {
    position: absolute;
    inset: 0;
}

.home-hero__slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__fallback {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
        radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.14), transparent 24%),
        linear-gradient(135deg, #7b1328 0%, #a11d33 40%, #243c84 100%);
}

.home-hero__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(17, 13, 24, 0.86) 0%, rgba(17, 13, 24, 0.56) 42%, rgba(17, 13, 24, 0.14) 100%),
        linear-gradient(0deg, rgba(7, 8, 14, 0.12), rgba(7, 8, 14, 0.12));
    z-index: 1;
}

.home-hero__slide::after {
    content: "";
    position: absolute;
    inset: auto -8% -18% auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, transparent 68%);
    z-index: 1;
}

.home-hero__slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    padding: clamp(1.8rem, 4vw, 3.5rem);
    max-width: 760px;
    color: #ffffff;
}

.home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    align-self: flex-start;
    padding: 0.5rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-hero__slide-title {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    line-height: 1.02;
    max-width: 12ch;
}

.home-hero__slide-text {
    max-width: 60ch;
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.9);
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.4rem;
}

.home-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.3rem;
}

.home-hero__fact {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.86rem;
    font-weight: 700;
}

.home-hero__fact strong {
    font-family: "Sora", sans-serif;
    color: #ffffff;
}

.home-hero__fact span {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-hero__controls {
    position: absolute;
    left: clamp(1rem, 2vw, 1.5rem);
    right: clamp(1rem, 2vw, 1.5rem);
    bottom: clamp(1rem, 2vw, 1.5rem);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.home-hero__control {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: grid;
    place-items: center;
    backdrop-filter: blur(14px);
    transition: transform 160ms ease, background-color 160ms ease;
}

.home-hero__control:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.22);
}

.home-hero__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.55rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(14px);
}

.home-hero__dot {
    width: 0.7rem;
    height: 0.7rem;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(255, 255, 255, 0.52);
    transition: width 180ms ease, background-color 180ms ease;
}

.home-hero__dot.is-active {
    width: 2.1rem;
    background: #ffffff;
}

.home-hero__aside {
    display: grid;
    gap: 1rem;
}

.home-card,
.home-panel,
.home-quicklink,
.home-news__feature,
.home-news__item,
.home-news__aside,
.home-event,
.home-events__alert,
.home-gallery__item,
.home-stat {
    background: var(--home-surface);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(73, 32, 50, 0.08);
    backdrop-filter: blur(14px);
}

.home-card {
    padding: 1.35rem;
}

.home-card__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.7rem;
    color: var(--home-primary);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-card__title {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1.18rem;
    color: var(--home-text);
}

.home-card__text {
    margin: 0.8rem 0 0;
    color: var(--home-soft);
    line-height: 1.75;
}

.home-contact-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 0.8rem;
}

.home-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.home-contact-list__icon {
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 999px;
    background: rgba(161, 29, 51, 0.12);
    color: var(--home-primary);
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}

.home-contact-list strong {
    display: block;
    font-size: 0.78rem;
    color: var(--home-soft);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-contact-list span,
.home-contact-list a {
    color: var(--home-text);
    font-weight: 600;
}

.home-calendar__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-calendar__month {
    margin: 0.15rem 0 0;
    font-family: "Sora", sans-serif;
    font-size: 1.08rem;
    color: var(--home-text);
}

.home-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.45rem;
}

.home-calendar__weekday {
    text-align: center;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--home-soft);
}

.home-calendar__day {
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(73, 32, 50, 0.08);
    display: grid;
    place-items: center;
    position: relative;
    color: var(--home-text);
    font-weight: 700;
}

.home-calendar__day.is-muted {
    opacity: 0.32;
}

.home-calendar__day.has-event {
    border-color: rgba(161, 29, 51, 0.22);
}

.home-calendar__day.is-today {
    background: linear-gradient(135deg, rgba(161, 29, 51, 0.12), rgba(36, 60, 132, 0.12));
    border-color: rgba(161, 29, 51, 0.18);
}

.home-calendar__dot {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: var(--home-primary);
    position: absolute;
    bottom: 0.35rem;
    left: 50%;
    transform: translateX(-50%);
}

.home-calendar__legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.85rem;
    color: var(--home-soft);
    font-size: 0.84rem;
}

.home-calendar__legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.home-calendar__legend i {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    display: inline-block;
    background: var(--home-primary);
}

.home-quicklinks__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.home-quicklink {
    padding: 1.3rem;
    min-height: 188px;
    display: grid;
    gap: 0.9rem;
    align-content: start;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-quicklink:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 45px rgba(73, 32, 50, 0.12);
    border-color: rgba(161, 29, 51, 0.18);
}

.home-quicklink__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(161, 29, 51, 0.12), rgba(36, 60, 132, 0.12));
    color: var(--home-primary);
    display: grid;
    place-items: center;
}

.home-quicklink__title {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1.05rem;
    color: var(--home-text);
}

.home-quicklink__text {
    margin: 0;
    color: var(--home-soft);
    line-height: 1.65;
}

.home-quicklink__foot {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    color: var(--home-primary);
    font-weight: 700;
}

.home-identity__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 1rem;
    align-items: stretch;
}

.home-panel {
    padding: clamp(1.4rem, 3vw, 2.2rem);
}

.home-panel__header h2 {
    margin: 0.65rem 0 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.7rem, 2.8vw, 2.8rem);
    line-height: 1.08;
    color: var(--home-text);
}

.home-panel__header p {
    margin: 0.85rem 0 0;
    color: var(--home-soft);
    line-height: 1.8;
}

.home-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.25rem;
}

.home-metric {
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(36, 60, 132, 0.08), rgba(161, 29, 51, 0.06));
    border: 1px solid rgba(73, 32, 50, 0.08);
}

.home-metric span {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--home-soft);
}

.home-metric strong {
    display: block;
    margin-top: 0.32rem;
    font-family: "Sora", sans-serif;
    font-size: 1.02rem;
    color: var(--home-text);
}

.home-identity__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.home-identity__aside {
    display: grid;
    gap: 1rem;
}

.home-identity__visual {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #7b1328 0%, #a11d33 42%, #243c84 100%);
    box-shadow: var(--home-shadow);
}

.home-identity__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-identity__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(14, 16, 28, 0.12), rgba(14, 16, 28, 0.48)),
        linear-gradient(135deg, rgba(161, 29, 51, 0.12), rgba(36, 60, 132, 0.18));
    z-index: 1;
}

.home-identity__visual-content {
    position: absolute;
    inset: auto 1.2rem 1.2rem 1.2rem;
    z-index: 2;
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    backdrop-filter: blur(14px);
}

.home-identity__visual-content strong {
    display: block;
    font-family: "Sora", sans-serif;
    font-size: 1.15rem;
}

.home-identity__visual-content p {
    margin: 0.4rem 0 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
}

.home-identity__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.home-identity__card {
    padding: 1.2rem;
    display: grid;
    gap: 0.75rem;
    min-height: 180px;
}

.home-identity__card h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1.05rem;
    color: var(--home-text);
}

.home-identity__card p {
    margin: 0;
    color: var(--home-soft);
    line-height: 1.7;
}

.home-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    align-self: flex-start;
    padding: 0.4rem 0.72rem;
    border-radius: 999px;
    background: rgba(36, 60, 132, 0.1);
    color: var(--home-secondary);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

.home-badge.is-success {
    background: rgba(15, 118, 110, 0.12);
    color: #0f766e;
}

.home-badge.is-info {
    background: rgba(59, 130, 246, 0.14);
    color: #1d4ed8;
}

.home-badge.is-low {
    background: rgba(100, 116, 139, 0.14);
    color: #475569;
}

.home-badge.is-medium {
    background: rgba(196, 123, 7, 0.14);
    color: #a16207;
}

.home-badge.is-high {
    background: rgba(234, 88, 12, 0.14);
    color: #c2410c;
}

.home-badge.is-urgent {
    background: rgba(220, 38, 38, 0.14);
    color: #b91c1c;
}

.home-badge.is-critical {
    background: rgba(127, 18, 39, 0.18);
    color: #7b1328;
}

.home-badge.is-muted,
.home-badge.is-neutral {
    background: rgba(51, 65, 85, 0.12);
    color: #334155;
}

.home-news__grid,
.home-events__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
    gap: 1rem;
    align-items: start;
}

.home-news__feature {
    padding: 1.35rem;
    display: grid;
    gap: 1rem;
}

.home-news__cover {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 22px;
    object-fit: cover;
}

.home-news__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    color: var(--home-soft);
    font-size: 0.9rem;
}

.home-news__feature h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.4rem, 2.2vw, 2.1rem);
    line-height: 1.12;
    color: var(--home-text);
}

.home-news__feature p {
    margin: 0;
    color: var(--home-soft);
    line-height: 1.75;
}

.home-news__stack {
    display: grid;
    gap: 0.85rem;
}

.home-news__item {
    padding: 1rem;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
}

.home-news__item-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
    object-fit: cover;
    background: linear-gradient(135deg, rgba(161, 29, 51, 0.12), rgba(36, 60, 132, 0.12));
}

.home-news__item h4 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    color: var(--home-text);
}

.home-news__item p {
    margin: 0.45rem 0 0;
    color: var(--home-soft);
    line-height: 1.65;
}

.home-news__aside {
    padding: 1.3rem;
    display: grid;
    gap: 1rem;
    background: linear-gradient(180deg, rgba(36, 60, 132, 0.08), rgba(161, 29, 51, 0.05));
}

.home-news__aside h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1.15rem;
    color: var(--home-text);
}

.home-note {
    padding: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(73, 32, 50, 0.08);
    display: grid;
    gap: 0.35rem;
}

.home-note strong {
    color: var(--home-text);
    line-height: 1.45;
}

.home-note p {
    margin: 0;
    color: var(--home-soft);
    line-height: 1.65;
}

.home-events__list {
    display: grid;
    gap: 1rem;
}

.home-event {
    display: grid;
    grid-template-columns: 144px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    overflow: hidden;
}

.home-event__date {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    padding: 1rem;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(161, 29, 51, 0.12), rgba(36, 60, 132, 0.12));
    text-align: center;
}

.home-event__day {
    font-family: "Sora", sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    color: var(--home-primary);
}

.home-event__month {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--home-soft);
}

.home-event__time {
    font-weight: 700;
    color: var(--home-text);
}

.home-event__body {
    display: grid;
    gap: 0.8rem;
}

.home-event__body h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1.08rem;
    color: var(--home-text);
}

.home-event__body p {
    margin: 0;
    color: var(--home-soft);
    line-height: 1.72;
}

.home-event__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
}

.home-event__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.home-events__aside {
    display: grid;
    gap: 1rem;
}

.home-events__urgent,
.home-events__calendar {
    padding: 1.25rem;
    display: grid;
    gap: 1rem;
}

.home-events__urgent {
    background: linear-gradient(135deg, rgba(161, 29, 51, 0.12), rgba(36, 60, 132, 0.08));
}

.home-events__urgent h3,
.home-events__calendar h3 {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1.08rem;
    color: var(--home-text);
}

.home-events__urgent h3 {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.home-events__urgent-list {
    display: grid;
    gap: 0.75rem;
}

.home-events__urgent-item {
    padding: 0.92rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(73, 32, 50, 0.08);
    display: grid;
    gap: 0.35rem;
}

.home-events__urgent-item strong {
    color: var(--home-text);
}

.home-events__urgent-item span {
    color: var(--home-soft);
    line-height: 1.6;
}

.home-events__calendar {
    background: rgba(255, 255, 255, 0.82);
}

.home-events__summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.home-events__summary-card {
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(36, 60, 132, 0.08), rgba(161, 29, 51, 0.06));
    border: 1px solid rgba(73, 32, 50, 0.08);
}

.home-events__summary-card span {
    display: block;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--home-soft);
}

.home-events__summary-card strong {
    display: block;
    margin-top: 0.3rem;
    font-family: "Sora", sans-serif;
    font-size: 1.1rem;
    color: var(--home-text);
}

.home-gallery__grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.home-gallery__item {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    grid-column: span 4;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-gallery__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 48px rgba(73, 32, 50, 0.14);
}

.home-gallery__item--wide {
    grid-column: span 6;
    min-height: 320px;
}

.home-gallery__item--tall {
    grid-column: span 3;
    min-height: 320px;
}

.home-gallery__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-gallery__overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    padding: 1.1rem;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 16, 26, 0.82) 100%);
    color: #ffffff;
    display: grid;
    gap: 0.45rem;
}

.home-gallery__overlay strong {
    font-family: "Sora", sans-serif;
    font-size: 1.02rem;
}

.home-gallery__badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.home-gallery__empty {
    grid-column: 1 / -1;
    min-height: 180px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--home-soft);
}

.home-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.home-stat {
    padding: 1.35rem;
    display: grid;
    gap: 0.45rem;
}

.home-stat__label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--home-soft);
}

.home-stat__value {
    font-family: "Sora", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1;
    color: var(--home-text);
}

.home-stat__note {
    margin: 0;
    color: var(--home-soft);
    line-height: 1.65;
}

.home-cta {
    padding: 0.4rem 0 3rem;
}

.home-cta__panel {
    padding: 1.5rem 1.6rem;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(161, 29, 51, 0.12), rgba(36, 60, 132, 0.08)), rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(73, 32, 50, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-shadow: var(--home-shadow);
}

.home-cta__panel h2 {
    margin: 0.35rem 0 0;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.5rem, 2.2vw, 2.2rem);
    color: var(--home-text);
}

.home-cta__panel p {
    margin: 0.5rem 0 0;
    color: var(--home-soft);
    line-height: 1.7;
}

.home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.site-home .site-footer {
    margin-top: 1rem;
    background: linear-gradient(135deg, #171a2d 0%, #3a1328 46%, #a11d33 100%);
    color: rgba(255, 255, 255, 0.88);
}

.site-home .site-footer h2,
.site-home .site-footer__eyebrow {
    color: #ffffff;
}

.site-home .site-footer__list a {
    color: rgba(255, 255, 255, 0.88);
}

.site-home .site-footer__bottom {
    border-top-color: rgba(255, 255, 255, 0.16);
}

.home-empty {
    padding: 1.4rem;
    border-radius: 24px;
    border: 1px dashed rgba(73, 32, 50, 0.16);
    background: rgba(255, 255, 255, 0.72);
    color: var(--home-soft);
}

.home-badge-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.home-badge-stack .home-badge {
    background: rgba(255, 255, 255, 0.86);
}

.home-event.is-today {
    border-color: rgba(161, 29, 51, 0.22);
}

.home-event.is-past {
    opacity: 0.72;
}

.home-event.is-urgent {
    border-color: rgba(220, 38, 38, 0.16);
}

.home-event.is-critical {
    border-color: rgba(127, 18, 39, 0.24);
    background: linear-gradient(180deg, rgba(161, 29, 51, 0.08), rgba(255, 255, 255, 0.82));
}

.home-event.is-completed {
    opacity: 0.74;
}

@media (max-width: 1280px) {
    .home-hero__grid,
    .home-identity__grid,
    .home-news__grid,
    .home-events__grid {
        grid-template-columns: 1fr;
    }

    .home-quicklinks__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

    .home-gallery__item {
        grid-column: span 6;
    }
}

@media (max-width: 960px) {
    .site-home .site-header__inner {
        min-height: 84px;
    }

    .site-topbar__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-home .site-nav {
        gap: 0.55rem;
    }

    .home-hero__slider,
    .home-hero__slides {
        min-height: 560px;
    }

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

    .home-identity__cards {
        grid-template-columns: 1fr;
    }

    .home-identity__visual {
        min-height: 240px;
    }

    .home-gallery__item,
    .home-gallery__item--wide,
    .home-gallery__item--tall {
        grid-column: span 6;
    }

    .home-cta__panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 840px) {
    .home-hero__slider,
    .home-hero__slides {
        min-height: 520px;
    }

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

    .home-event__date {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
        text-align: left;
    }

    .home-event__day {
        font-size: 1.8rem;
    }

    .home-event__date .home-event__time {
        justify-self: end;
    }

    .home-calendar__grid {
        gap: 0.35rem;
    }

    .site-home .site-nav {
        position: absolute;
        top: calc(100% + 0.75rem);
        right: 1rem;
        left: 1rem;
        padding: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(73, 32, 50, 0.1);
        border-radius: 22px;
        box-shadow: var(--home-shadow);
    }

    .site-home .site-nav.is-open {
        display: flex;
    }
}

@media (max-width: 720px) {
    .home-section__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-hero__slider,
    .home-hero__slides {
        min-height: 480px;
    }

    .home-hero__slide-content {
        padding: 1.4rem;
    }

    .home-hero__slide-title {
        max-width: 100%;
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .home-hero__controls {
        flex-direction: column;
        align-items: stretch;
    }

    .home-hero__dots {
        justify-content: center;
    }

    .home-quicklinks__grid,
    .home-stats__grid,
    .home-metrics {
        grid-template-columns: 1fr;
    }

    .home-event__date {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .home-news__item {
        grid-template-columns: 1fr;
    }

    .home-gallery__grid {
        grid-template-columns: 1fr;
    }

    .home-gallery__item,
    .home-gallery__item--wide,
    .home-gallery__item--tall {
        grid-column: 1 / -1;
        min-height: 240px;
    }
}
