:root {
    --maroon: #6c353c;
    --maroon-deep: #452027;
    --gold: #ffdc32;
    --gold-deep: #d9ae00;
    --navy: #062a63;
    --green: #136653;
    --cream: #fbf7ee;
    --paper: #fffdf8;
    --ink: #14202d;
    --muted: #65717e;
    --line: #e7e1d8;
    --admin-bg: #f2f5f8;
    --admin-navy: #071e42;
    --white: #fff;
    --shadow: 0 24px 70px rgba(20, 32, 45, 0.13);
    --soft-shadow: 0 12px 35px rgba(20, 32, 45, 0.08);
}
body {
    margin: 0;
    font-family: Manrope, sans-serif;
    color: var(--ink);
    background: #fff;
}
img {
    max-width: 100%;
}
.skip-link {
    position: fixed;
    z-index: 99999;
    background: #fff;
    padding: 1rem;
}
.section-kicker {
    display: block;
    color: var(--maroon);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}
h1,
h2,
.display-5,
.display-6 {
    font-family: Fraunces, serif;
    letter-spacing: -0.035em;
}
p {
    line-height: 1.7;
}
.btn {
    border-radius: 2px;
    font-weight: 800;
    padding: 0.78rem 1.25rem;
}
.btn-brand:hover {
    background: var(--maroon-deep);
    border-color: var(--maroon-deep);
    color: #fff;
}
.btn-gold:hover {
    background: #ffe45d;
    border-color: #ffe45d;
}
.form-control,
.form-select,
.input-group-text {
    border-radius: 2px;
    min-height: 48px;
    border-color: #d6dbe1;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--maroon);
    box-shadow: 0 0 0 0.2rem #6c353c1a;
}
.utility-bar {
    background: var(--maroon-deep);
    color: #fff;
    padding: 0.5rem 0;
    font-size: 0.76rem;
}
.navbar {
    min-height: 84px;
    border-bottom: 1px solid rgba(20, 32, 45, 0.08);
    box-shadow: 0 8px 30px #14202d0d;
}
.navbar-brand img {
    width: 115px;
    height: 58px;
    object-fit: contain;
}
.navbar .nav-link {
    font-size: 0.81rem;
    font-weight: 800;
    color: var(--ink);
    padding: 0.9rem 0.68rem !important;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--maroon);
}
.nav-donate {
    padding: 0.72rem 1rem !important;
}
.dropdown-menu {
    border: 0;
    border-radius: 2px;
    box-shadow: var(--shadow);
    padding: 0.6rem;
    min-width: 340px;
}
.dropdown-item {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem;
    border-radius: 2px;
}
.dropdown-item:hover {
    background: var(--cream);
}
.dropdown-item > i {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    background: var(--cream);
    color: var(--maroon);
}
.dropdown-item span,
.dropdown-item strong,
.dropdown-item small {
    display: block;
}
.dropdown-item strong {
    font-size: 0.82rem;
}
.dropdown-item small {
    font-size: 0.68rem;
    color: var(--muted);
    margin-top: 0.18rem;
}
.media-menu .dropdown-menu {
    display: none;
    grid-template-columns: 1fr 1fr;
    min-width: 690px;
}
.media-menu .dropdown-menu.show {
    display: grid;
}
.offcanvas {
    max-width: 380px;
}
.home-hero {
    position: relative;
    min-height: 720px;
    color: #fff;
    overflow: hidden;
    background: var(--maroon-deep);
}
.home-hero .carousel,
.home-hero .carousel-inner,
.home-hero .carousel-item {
    position: absolute;
    inset: 0;
}
.home-hero .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1e080ceb, #452027ad, #0512281f);
    z-index: 1;
}
.home-hero-content {
    position: relative;
    z-index: 2;
    padding-top: 155px;
}
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.hero-tag i {
    font-size: 0.45rem;
    color: var(--gold);
}
.home-hero h1 {
    font-size: clamp(4.2rem, 7vw, 7.6rem);
    line-height: 0.86;
    margin: 1.4rem 0;
}
.home-hero h1 em {
    font-style: normal;
    color: var(--gold);
}
.home-hero p {
    max-width: 720px;
    font-size: 1.16rem;
    color: #ffffffd6;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}
.btn-ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.65);
}
.btn-ghost:hover {
    background: #fff;
    color: var(--ink);
}
.hero-side-card {
    position: absolute;
    z-index: 3;
    right: 4vw;
    bottom: 0;
    width: 330px;
    background: var(--gold);
    color: var(--ink);
    padding: 1.5rem;
}
.hero-side-card span,
.hero-side-card strong,
.hero-side-card a {
    display: block;
}
.hero-side-card span {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
}
.hero-side-card strong {
    font-family: Fraunces, serif;
    font-size: 1.45rem;
    margin: 0.4rem 0 1rem;
}
.hero-side-card a {
    color: var(--ink);
    font-size: 0.75rem;
    font-weight: 800;
}
.hero-side-card a i {
    float: right;
}
.hero-dots {
    position: absolute;
    left: 4vw;
    bottom: 2rem;
    z-index: 3;
    display: flex;
    gap: 0.5rem;
}
.hero-dots button {
    width: 28px;
    height: 3px;
    padding: 0;
    border: 0;
    background: #ffffff59;
}
.hero-dots button.active {
    background: var(--gold);
    width: 52px;
}
.impact-ribbon {
    background: var(--cream);
    border-bottom: 1px solid var(--line);
}
.impact-ribbon .col-6 {
    position: relative;
    padding: 2rem;
    border-right: 1px solid var(--line);
}
.impact-ribbon span {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-family: Fraunces, serif;
    color: #cfc6b8;
}
.impact-ribbon strong,
.impact-ribbon small {
    display: block;
}
.impact-ribbon strong {
    font-family: Fraunces, serif;
    font-size: 2.15rem;
    color: var(--maroon);
}
.impact-ribbon small {
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 800;
}
.section-intro {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 5rem;
    align-items: end;
    margin-bottom: 3.5rem;
}
.section-intro.compact {
    align-items: center;
}
.section-intro h2 {
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: 0.95;
    margin: 0;
}
.section-intro p {
    color: var(--muted);
    font-size: 1.05rem;
}
.section-intro > a {
    justify-self: end;
    color: var(--maroon);
    font-weight: 800;
}
.programme-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.programme-panel {
    position: relative;
    min-height: 340px;
    padding: 2rem;
    color: #fff;
    overflow: hidden;
    transition: 0.3s;
}
.programme-panel:hover {
    color: #fff;
    transform: translateY(-8px);
    box-shadow: var(--shadow);
    z-index: 2;
}
.programme-panel > span {
    position: absolute;
    right: 1.3rem;
    top: 1rem;
    font-family: Fraunces, serif;
    font-size: 2rem;
    opacity: 0.25;
}
.programme-panel > i {
    font-size: 2rem;
}
.programme-panel h3 {
    font-family: Fraunces, serif;
    font-size: 2rem;
    margin-top: 8rem;
}
.programme-panel p {
    font-size: 0.88rem;
    opacity: 0.82;
}
.programme-panel.maroon {
    background: var(--maroon);
}
.programme-panel.gold {
    background: var(--gold-deep);
    color: var(--ink);
}
.programme-panel.gold:hover {
    color: var(--ink);
}
.programme-panel.navy {
    background: var(--navy);
}
.programme-panel.green {
    background: var(--green);
}
.editorial-feature img {
    width: 100%;
    height: 100%;
    min-height: 690px;
    object-fit: cover;
}
.editorial-feature .col-lg-5 {
    background: var(--navy);
    color: #fff;
    padding: 7vw;
}
.editorial-feature h2 {
    font-size: clamp(3rem, 4.8vw, 5.4rem);
    line-height: 0.95;
}
.editorial-feature .col-lg-5 > p {
    color: #ffffffbf;
    font-size: 1.05rem;
}
.editorial-feature ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}
.editorial-feature li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.editorial-feature li i {
    color: var(--gold);
    margin-right: 0.6rem;
}
.story-card {
    display: block;
    height: 100%;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    transition: 0.3s;
}
.story-card:hover {
    color: var(--ink);
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}
.story-image {
    height: 245px;
    position: relative;
    overflow: hidden;
}
.story-card:hover .story-image img {
    transform: scale(1.04);
}
.story-image span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--gold);
    padding: 0.48rem 0.75rem;
    font-size: 0.64rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.story-copy {
    padding: 1.55rem;
}
.story-copy small {
    color: var(--muted);
    font-size: 0.7rem;
}
.story-copy h3 {
    font-family: Fraunces, serif;
    font-size: 1.5rem;
    margin: 0.55rem 0;
}
.story-copy p {
    color: var(--muted);
    font-size: 0.86rem;
}
.story-copy strong {
    font-size: 0.73rem;
    color: var(--maroon);
}
.story-spotlight {
    background: var(--maroon-deep);
    color: #fff;
    padding: 5rem 0;
}
.story-spotlight img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 50% 50% 3px 3px;
}
.story-spotlight .fa-quote-left {
    color: var(--gold);
    font-size: 2.5rem;
}
.story-spotlight blockquote {
    font-family: Fraunces, serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.12;
    margin: 1rem 0;
}
.story-spotlight p {
    color: #ffffffb3;
}
.action-cards a {
    display: block;
    min-height: 285px;
    padding: 2rem;
    background: var(--cream);
    color: var(--ink);
    border-top: 5px solid var(--maroon);
    transition: 0.3s;
}
.action-cards a:hover {
    transform: translateY(-6px);
    box-shadow: var(--soft-shadow);
}
.action-cards i {
    color: var(--maroon);
    font-size: 1.7rem;
}
.action-cards span {
    display: block;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    margin-top: 4rem;
}
.action-cards h3 {
    font-family: Fraunces, serif;
    font-size: 2rem;
}
.action-cards strong {
    font-size: 0.72rem;
}
.action-cards strong i {
    font-size: 0.7rem;
}
.page-hero {
    background: var(--maroon-deep);
    color: #fff;
    padding: 7rem 0 5rem;
    position: relative;
    overflow: hidden;
}
.page-hero:after {
    content: "";
    position: absolute;
    right: -8rem;
    top: -15rem;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    box-shadow:
        0 0 0 75px #ffffff06,
        0 0 0 150px #ffffff05;
}
.page-hero h1 {
    font-size: clamp(3.6rem, 6vw, 6.6rem);
    line-height: 0.95;
    margin: 0;
}
.page-hero p {
    font-size: 1.05rem;
    color: #ffffffb8;
    margin: 0;
}
.projects-hero {
    background: var(--green);
}
.events-hero {
    background: var(--navy);
}
.articles-hero {
    background: #6b3b76;
}
.press-hero {
    background: #1d3148;
}
.gallery-hero {
    background: #111b27;
}
.library-hero {
    background: #273b32;
}
.team-hero {
    background: #55303a;
}
.media-hero {
    background: #1d3148;
}
.archive-feature {
    margin-top: -1px;
    background: var(--cream);
    padding: 5rem 0;
}
.archive-feature-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
}
.archive-feature-card > img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
}
.archive-feature-card > div {
    padding: 4rem;
}
.archive-feature-card small {
    color: var(--muted);
}
.archive-feature-card h2 {
    font-size: clamp(2.5rem, 4vw, 4.2rem);
    margin: 0.8rem 0;
}
.archive-feature-card p {
    color: var(--muted);
}
.archive-feature-card strong {
    color: var(--maroon);
    font-size: 0.76rem;
}
.archive-toolbar {
    display: flex;
    align-items: end;
    gap: 1rem;
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 1.4rem;
}
.archive-toolbar label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    margin-bottom: 0.35rem;
}
.archive-toolbar select {
    min-width: 230px;
}
.archive-count {
    min-width: 130px;
    text-align: right;
}
.archive-count strong,
.archive-count span {
    display: block;
}
.archive-count strong {
    font-family: Fraunces, serif;
    font-size: 1.7rem;
    color: var(--maroon);
}
.archive-count span {
    font-size: 0.62rem;
    text-transform: uppercase;
    color: var(--muted);
}
.image-collage {
    position: relative;
    padding: 0 5rem 5rem 0;
}
.image-collage > img:first-child {
    width: 85%;
    height: 520px;
    object-fit: cover;
}
.image-collage > img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 280px;
    object-fit: cover;
    border: 10px solid white;
}
.image-collage > span {
    position: absolute;
    left: 1.5rem;
    bottom: 2rem;
    background: var(--gold);
    padding: 1rem 1.4rem;
    font-size: 0.68rem;
    font-weight: 700;
}
.image-collage > span strong {
    display: block;
    font-family: Fraunces, serif;
    font-size: 1.5rem;
}
.value-list {
    margin-top: 2rem;
}
.value-list > div {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}
.value-list b {
    font-family: Fraunces, serif;
    font-size: 1.5rem;
    color: var(--maroon);
}
.value-list strong,
.value-list span {
    display: block;
}
.value-list span {
    font-size: 0.82rem;
    color: var(--muted);
}
.value-list strong {
    font-size: 1rem;
    color: var(--ink);
}
.mission-band {
    padding: 5rem 0;
    background: var(--cream);
}
.mission-band .col-md-4 {
    border-left: 4px solid var(--gold);
    padding: 1.5rem 2rem;
}
.mission-band span {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    color: var(--maroon);
}
.mission-band h3 {
    font-family: Fraunces, serif;
    font-size: 1.8rem;
}
.team-lead {
    background: var(--cream);
    padding: 5rem 0;
}
.team-lead img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
.team-lead .col-lg-7 {
    background: var(--maroon-deep);
    color: #fff;
    padding: 6rem;
}
.team-lead h2 {
    font-size: 4.5rem;
}
.team-lead h3 {
    color: var(--gold);
    font-family: Manrope, sans-serif;
    font-size: 1rem;
}
.team-lead p {
    color: #ffffffbd;
    max-width: 650px;
}
.team-filter,
.story-topic-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}
.team-filter button,
.story-topic-filter button,
.gallery-toolbar button {
    border: 1px solid var(--line);
    background: #fff;
    padding: 0.65rem 1rem;
    font-size: 0.7rem;
    font-weight: 800;
}
.team-filter button.active,
.story-topic-filter button.active,
.gallery-toolbar button.active {
    background: var(--maroon);
    border-color: var(--maroon);
    color: #fff;
}
.team-card {
    display: block;
    color: var(--ink);
    position: relative;
}
.team-card > div {
    position: relative;
    overflow: hidden;
}
.team-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: top;
    transition: 0.4s;
}
.team-card:hover img {
    transform: scale(1.03);
}
.team-card > span,
.team-card > div span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--gold);
    padding: 0.4rem 0.7rem;
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
}
.team-card h3 {
    font-family: Fraunces, serif;
    font-size: 1.45rem;
    margin: 1rem 0 0.25rem;
}
.team-card p {
    font-size: 0.75rem;
    color: var(--muted);
    min-height: 38px;
}
.team-card > i {
    position: absolute;
    right: 0;
    bottom: 1.3rem;
    color: var(--maroon);
}
.profile-hero {
    background: var(--navy);
    color: #fff;
    padding: 3rem 0 0;
}
.back-link {
    display: inline-block;
    color: #fff;
    margin-bottom: 2rem;
    font-size: 0.75rem;
}
.profile-hero img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    object-position: top;
}
.profile-hero h1 {
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.9;
}
.profile-hero .col-lg-7 > p {
    color: var(--gold);
    font-weight: 800;
    font-size: 1.1rem;
}
.profile-social {
    display: flex;
    gap: 0.5rem;
    margin-top: 2rem;
}
.profile-social a {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.profile-facts {
    background: var(--cream);
    padding: 2rem;
}
.profile-facts h3 {
    font-family: Fraunces, serif;
}
.profile-facts span {
    display: block;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.82rem;
}
.stories-hero {
    background: var(--maroon-deep);
    color: #fff;
    padding: 8rem 0 10rem;
}
.stories-hero h1 {
    font-size: clamp(4.5rem, 8vw, 8rem);
}
.stories-hero > div > p {
    font-size: 1.08rem;
    max-width: 680px;
    color: #ffffffb8;
}
.story-ethics {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
    border-left: 3px solid var(--gold);
    padding-left: 1rem;
}
.story-ethics i {
    color: var(--gold);
    font-size: 1.5rem;
}
.story-ethics span,
.story-ethics strong {
    display: block;
    font-size: 0.76rem;
}
.featured-testimony {
    margin-top: -6rem;
    position: relative;
    z-index: 2;
}
.featured-testimony img {
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.featured-testimony .col-lg-6:last-child {
    background: var(--gold);
    padding: 5rem;
}
.featured-testimony i {
    font-size: 2.5rem;
    color: var(--maroon);
}
.featured-testimony blockquote {
    font-family: Fraunces, serif;
    font-size: clamp(2rem, 3.5vw, 3.6rem);
    line-height: 1.1;
    margin: 1.2rem 0;
}
.featured-testimony a {
    font-weight: 800;
    color: var(--ink);
}
.testimony-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.testimony-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--cream);
    color: var(--ink);
    padding: 2rem;
    min-height: 360px;
    border-top: 4px solid var(--maroon);
}
.testimony-card.wide {
    grid-column: span 2;
    background: var(--navy);
    color: #fff;
    border-top-color: var(--gold);
}
.testimony-card > i {
    color: var(--gold);
    font-size: 1.6rem;
}
.testimony-card blockquote {
    font-family: Fraunces, serif;
    font-size: 1.45rem;
    line-height: 1.35;
}
.testimony-card.wide blockquote {
    font-size: 2rem;
}
.testimony-card > div {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.testimony-card > div img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
}
.testimony-card span,
.testimony-card strong,
.testimony-card small {
    display: block;
}
.testimony-card small {
    font-size: 0.65rem;
    color: var(--muted);
}
.testimony-card.wide small {
    color: #fff9;
}
.share-story-band {
    background: var(--maroon);
    color: #fff;
    padding: 4rem 0;
}
.share-story-band .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.share-story-band h2 {
    font-size: 2.4rem;
}
.gallery-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.gallery-toolbar > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.gallery-toolbar > span {
    font-size: 0.7rem;
    color: var(--muted);
}
.gallery-toolbar > span i {
    color: var(--maroon);
}
.photo-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 1rem;
}
.photo-tile {
    position: relative;
    border: 0;
    padding: 0;
    overflow: hidden;
    background: #ddd;
    text-align: left;
}
.photo-tile.tile-1,
.photo-tile.tile-5 {
    grid-column: span 2;
    grid-row: span 2;
}
.photo-tile.tile-3 {
    grid-row: span 2;
}
.photo-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s;
}
.photo-tile:hover img {
    transform: scale(1.04);
}
.photo-tile > span {
    position: absolute;
    inset: auto 0 0;
    padding: 3rem 1rem 1rem;
    color: #fff;
    background: linear-gradient(transparent, #000000d9);
    transform: translateY(35px);
    transition: 0.3s;
}
.photo-tile:hover > span {
    transform: none;
}
.photo-tile small,
.photo-tile strong {
    display: block;
}
.photo-tile small {
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.gallery-modal {
    background: #111;
    color: #fff;
    border: 0;
    position: relative;
}
.gallery-modal > button {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
}
.gallery-modal > img {
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
}
.gallery-modal > div {
    padding: 1.5rem;
}
.media-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--cream);
}
.media-feature > div {
    padding: 4rem;
}
.media-feature h2 {
    font-size: 3.4rem;
}
.media-feature img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}
.source-badge {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    background: var(--gold);
    padding: 0.4rem 0.7rem;
}
.media-feature a {
    color: var(--maroon);
    font-weight: 800;
}
.external-story {
    display: block;
    height: 100%;
    padding: 2rem;
    background: var(--cream);
    color: var(--ink);
    min-height: 330px;
}
.external-story.dark {
    background: var(--navy);
    color: #fff;
}
.external-story.gold {
    background: var(--gold);
    color: var(--ink);
}
.external-story > span {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}
.external-story h3 {
    font-family: Fraunces, serif;
    font-size: 1.8rem;
    margin: 3rem 0 1rem;
}
.external-story strong {
    font-size: 0.7rem;
}
.empty-library {
    text-align: center;
    max-width: 760px;
    margin: auto;
    padding: 5rem 2rem;
    background: var(--cream);
}
.empty-library > div {
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--maroon);
    color: #fff;
    font-size: 2rem;
    margin: 0 auto 2rem;
}
.empty-library h2 {
    font-size: 3.2rem;
}
.empty-library form {
    margin: 2rem auto 0;
    max-width: 520px;
}
.empty-library form > div {
    display: flex;
}
.library-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
.library-categories > span {
    grid-column: 1/-1;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}
.library-categories > div {
    padding: 1.5rem;
    border: 1px solid var(--line);
}
.library-categories i,
.library-categories strong {
    display: block;
}
.library-categories i {
    color: var(--maroon);
    font-size: 1.4rem;
}
.library-categories strong {
    margin-top: 1rem;
    font-family: Fraunces, serif;
}
.newsletter-hero {
    background: var(--navy);
    color: #fff;
    padding: 8rem 0;
}
.newsletter-hero h1 {
    font-size: clamp(4.5rem, 8vw, 8rem);
    line-height: 0.9;
}
.newsletter-hero p {
    max-width: 650px;
    color: #ffffffbf;
}
.newsletter-signup {
    background: #fff;
    color: var(--ink);
    padding: 2rem;
    box-shadow: var(--shadow);
}
.newsletter-signup h2 {
    font-size: 2.2rem;
}
.newsletter-signup .form-label {
    margin-top: 0.9rem;
    font-size: 0.7rem;
    font-weight: 800;
}
.check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
.check-grid label,
.consent-check {
    font-size: 0.75rem;
}
.consent-check {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}
.newsletter-share {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.newsletter-share span {
    font-size: 0.7rem;
    color: var(--muted);
}
.newsletter-share a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    background: var(--cream);
    color: var(--maroon);
}
.newsletter-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.newsletter-cover {
    display: flex;
    flex-direction: column;
    min-height: 560px;
    padding: 2rem;
    color: #fff;
    overflow: hidden;
}
.newsletter-cover.primary {
    background: var(--maroon);
}
.newsletter-cover.navy {
    background: var(--navy);
}
.newsletter-cover.gold {
    background: var(--gold);
    color: var(--ink);
}
.newsletter-cover span {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    font-weight: 800;
}
.newsletter-cover h3 {
    font-family: Fraunces, serif;
    font-size: 2.1rem;
    margin: 1rem 0;
}
.newsletter-cover img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-top: auto;
}
.newsletter-cover strong {
    margin-top: 1rem;
    font-size: 0.7rem;
}
.newsletter-issue-hero {
    background: var(--maroon-deep);
    color: #fff;
    padding: 5rem 0;
}
.newsletter-issue-hero .container > a {
    color: #fff;
}
.newsletter-issue-hero .container > span {
    display: block;
    color: var(--gold);
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    margin-top: 4rem;
}
.newsletter-issue-hero h1 {
    font-size: clamp(4rem, 7vw, 7rem);
    max-width: 1000px;
}
.share-strip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
}
.share-strip span {
    font-size: 0.7rem;
}
.share-strip a,
.share-strip button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff;
}
.share-strip button {
    width: auto;
    padding: 0 1rem;
    font-size: 0.7rem;
}
.issue-body {
    padding: 6rem 0;
    background: var(--cream);
}
.issue-letter {
    max-width: 900px;
    margin: 0 auto 5rem;
    text-align: center;
}
.issue-letter > span {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: var(--maroon);
}
.issue-letter h2 {
    font-size: 3.5rem;
}
.issue-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--navy);
    color: #fff;
    padding: 3rem;
    margin-top: 4rem;
}
.issue-cta span {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.issue-cta h2 {
    margin: 0;
}
.application-steps > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}
.application-steps b {
    font-family: Fraunces, serif;
    font-size: 1.5rem;
    color: var(--maroon);
}
.application-steps span,
.application-steps strong {
    display: block;
}
.application-steps span {
    font-size: 0.8rem;
    color: var(--muted);
}
.application-steps strong {
    color: var(--ink);
}
.public-form {
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 2.5rem;
}
.public-form.light {
    background: #fff;
}
.public-form h2 {
    font-size: 2rem;
}
.donate-hero h1 {
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.92;
}
.donate-hero p {
    font-size: 1.08rem;
    color: #ffffffbf;
}
.giving-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    font-size: 0.68rem;
}
.giving-trust i {
    color: var(--gold);
}
.frequency,
.amounts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1rem;
}
.frequency button,
.amounts button {
    padding: 0.9rem;
    border: 1px solid var(--line);
    background: #fff;
    font-weight: 800;
}
.frequency button.active,
.amounts button.active {
    background: var(--navy);
    border-color: var(--navy);
    color: #fff;
}
.donation-card .form-label {
    font-size: 0.68rem;
    font-weight: 800;
    margin-top: 0.7rem;
}
.donation-card small {
    display: block;
    text-align: center;
    color: var(--muted);
    margin-top: 1rem;
}
.giving-options > div > div,
.giving-options > div > a {
    display: block;
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--line);
    color: var(--ink);
}
.giving-options i {
    font-size: 1.8rem;
    color: var(--maroon);
}
.giving-options h3 {
    font-family: Fraunces, serif;
    margin-top: 2rem;
}
.sponsor-hero {
    background: var(--green);
    color: #fff;
    padding: 7rem 0;
}
.sponsor-hero h1 {
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.92;
}
.sponsor-hero p {
    color: #ffffffbf;
}
.sponsor-hero img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 50% 50% 2px 2px;
}
.plain-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
}
.plain-card i {
    font-size: 1.7rem;
    color: var(--maroon);
}
.plain-card h3 {
    font-family: Fraunces, serif;
    margin-top: 2rem;
}
.sponsor-form-section {
    padding: 6rem 0;
    background: var(--navy);
    color: #fff;
}
.safeguarding-hero h1 {
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.93;
}
.safeguarding-hero p {
    color: #ffffffc7;
}
.safety-promise {
    background: #fff;
    color: var(--ink);
    padding: 2rem;
    border-top: 7px solid var(--gold);
}
.safety-promise > i {
    font-size: 2.7rem;
    color: var(--maroon);
}
.safety-promise h2 {
    font-size: 2rem;
}
.safety-promise li {
    margin: 0.7rem 0;
}
.public-form .alert i {
    margin-right: 0.5rem;
}
.protection-options {
    background: var(--maroon-deep);
    color: #fff;
    padding: 2rem;
}
.protection-options a {
    display: flex;
    gap: 1rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}
.protection-options a > i {
    color: var(--gold);
    font-size: 1.3rem;
}
.protection-options span,
.protection-options strong {
    display: block;
}
.protection-options span {
    font-size: 0.73rem;
    color: #ffffffa6;
}
.protection-options strong {
    font-size: 0.9rem;
    color: #fff;
}
.contact-panel h2 {
    font-size: 2.2rem;
}
.legal-page aside nav {
    position: sticky;
    top: 120px;
}
.legal-page aside a {
    display: block;
    color: var(--muted);
    padding: 0.75rem;
    border-left: 2px solid var(--line);
}
.legal-page aside a:hover {
    color: var(--maroon);
    border-color: var(--maroon);
}
.legal-page section {
    margin-bottom: 4rem;
}
.legal-page section > span {
    font-family: Fraunces, serif;
    font-size: 2rem;
    color: var(--gold-deep);
}
.legal-page section h2 {
    font-size: 2.4rem;
}
.faq-layout {
    display: grid;
    grid-template-columns: 0.35fr 0.65fr;
    gap: 4rem;
}
.faq-layout > div:first-child {
    background: var(--cream);
    padding: 2rem;
    height: max-content;
}
.accordion-item {
    border-radius: 0 !important;
    border-color: var(--line);
}
.accordion-button {
    font-weight: 800;
}
.accordion-button:not(.collapsed) {
    background: var(--maroon);
    color: #fff;
}
.search-box {
    display: flex;
    max-width: 900px;
    margin: auto;
}
.search-box i {
    display: grid;
    place-items: center;
    width: 55px;
    background: var(--cream);
    border: 1px solid var(--line);
}
.search-box .form-control {
    border-left: 0;
}
.handoff-card {
    position: sticky;
    top: 120px;
    background: var(--cream);
    padding: 2rem;
}
.template-list a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
}
.article-stage {
    padding: 5rem 0;
    background: var(--cream);
}
.article-loading {
    text-align: center;
    padding: 7rem;
}
.article-loading .spinner-border {
    color: var(--maroon);
}
.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 3rem;
}
.article-main {
    background: #fff;
    box-shadow: var(--soft-shadow);
}
.article-header {
    padding: 4rem 4rem 2rem;
}
.article-breadcrumb {
    font-size: 0.7rem;
    color: var(--maroon);
    font-weight: 800;
}
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    margin-top: 3rem;
    font-size: 0.67rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
}
.article-meta span:first-child {
    background: var(--gold);
    color: var(--ink);
    padding: 0.4rem 0.6rem;
}
.article-header h1 {
    font-size: clamp(3.2rem, 6vw, 6rem);
    line-height: 0.95;
    margin: 1rem 0;
}
.article-lead {
    width: 100%;
    max-height: 640px;
    object-fit: cover;
}
.article-body {
    padding: 3rem 4rem;
    font-size: 1.03rem;
    line-height: 1.85;
}
.article-body h2,
.article-body h3 {
    font-family: Fraunces, serif;
    margin-top: 2.5rem;
}
.article-body h2 {
    font-size: 2.3rem;
}
.article-body blockquote {
    border-left: 5px solid var(--gold);
    padding: 1rem 2rem;
    font-family: Fraunces, serif;
    font-size: 1.8rem;
    background: var(--cream);
}
.article-share {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0 4rem 3rem;
}
.article-share span {
    font-size: 0.7rem;
    font-weight: 800;
}
.article-share a,
.article-share button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--maroon);
}
.article-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.sidebar-card {
    background: #fff;
    border: 1px solid var(--line);
    padding: 1.5rem;
}
.sidebar-card h2 {
    font-size: 1.35rem;
}
.sidebar-related a {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 0.8rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
}
.sidebar-related img {
    width: 76px;
    height: 68px;
    object-fit: cover;
}
.sidebar-related strong {
    font-size: 0.76rem;
    line-height: 1.35;
}
.sidebar-related small {
    display: block;
    color: var(--muted);
    font-size: 0.62rem;
}
.sidebar-protection {
    background: var(--navy);
    color: #fff;
}
.sidebar-protection i {
    font-size: 1.7rem;
    color: var(--gold);
}
.sidebar-protection p {
    font-size: 0.78rem;
    color: #ffffffb3;
}
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}
.post-navigation a {
    background: #fff;
    border: 1px solid var(--line);
    padding: 1.5rem;
    color: var(--ink);
}
.post-navigation a:last-child {
    text-align: right;
}
.post-navigation small,
.post-navigation strong {
    display: block;
}
.post-navigation small {
    color: var(--maroon);
    font-size: 0.62rem;
    text-transform: uppercase;
}
.post-navigation strong {
    font-family: Fraunces, serif;
    margin-top: 0.5rem;
}
.partner-band {
    padding: 5rem 0;
    background: var(--cream);
    border-top: 1px solid var(--line);
}
.partner-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2rem;
}
.partner-heading h2 {
    font-size: 2.8rem;
}
.carousel-controls {
    display: flex;
    gap: 0.4rem;
}
.carousel-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    background: #fff;
}
.partner-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.partner-row a {
    display: grid;
    place-items: center;
    min-height: 125px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 1rem;
}
.site-footer {
    padding: 5rem 0 2rem;
    background: #111b27;
    color: #ffffffa6;
}
.footer-logo {
    width: 130px;
    height: 80px;
    object-fit: contain;
    background: #fff;
    margin-bottom: 1.5rem;
}
.site-footer h3 {
    font-family: Fraunces, serif;
    font-size: 1.2rem;
    color: #fff;
}
.site-footer a {
    display: block;
    color: #ffffffa6;
    margin: 0.55rem 0;
}
.social-row {
    display: flex;
    gap: 0.5rem;
}
.social-row a {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin: 0;
}
.newsletter-mini {
    display: flex;
}
.newsletter-mini .form-control {
    border: 0;
}
.site-footer small {
    display: block;
    margin-top: 0.7rem;
}
.site-footer hr {
    border-color: #ffffff26;
    margin: 3rem 0 1.2rem;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.68rem;
}
.footer-bottom a {
    display: inline;
}
.protect-fab {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1020;
    padding: 0.8rem 1rem;
    background: var(--gold);
    color: var(--ink);
    font-weight: 800;
    box-shadow: 0 12px 40px #00000040;
}
.protect-fab i {
    margin-right: 0.45rem;
}
.toast {
    border-radius: 2px;
}
.admin-body {
    background: var(--admin-bg);
    font-size: 0.86rem;
}
.admin-app {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: 100vh;
}
.admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: auto;
    background: var(--admin-navy);
    color: #fff;
    padding: 1.2rem;
}
.admin-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #fff;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.admin-brand img {
    width: 60px;
    height: 48px;
    object-fit: contain;
    background: #fff;
}
.admin-brand span,
.admin-brand small {
    display: block;
}
.admin-brand span {
    font-weight: 800;
}
.admin-brand small {
    font-size: 0.62rem;
    color: #ffffff80;
}
.admin-sidebar nav > span {
    display: block;
    margin: 1.45rem 0.75rem 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.59rem;
    color: #ffffff61;
}
.admin-sidebar nav > a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.68rem 0.75rem;
    color: #ffffffb8;
    font-size: 0.78rem;
    border-radius: 3px;
}
.admin-sidebar nav > a:hover,
.admin-sidebar nav > a.active {
    background: #ffffff17;
    color: #fff;
}
.admin-sidebar nav > a.active {
    box-shadow: inset 3px 0 var(--gold);
}
.admin-sidebar nav b {
    margin-left: auto;
    background: var(--gold);
    color: var(--ink);
    border-radius: 20px;
    padding: 0.08rem 0.38rem;
    font-size: 0.58rem;
}
.admin-topbar {
    height: 70px;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e0e5ea;
    padding: 0 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
}
.admin-menu {
    display: none;
    border: 0;
    background: transparent;
}
.admin-command {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 330px;
    border: 1px solid #e1e5ea;
    background: #f7f9fb;
    color: var(--muted);
    padding: 0.55rem 0.75rem;
    text-align: left;
}
.admin-command span {
    flex: 1;
}
.admin-command kbd {
    font-size: 0.6rem;
    background: #fff;
    color: var(--muted);
    border: 1px solid #dfe3e8;
}
.admin-top-actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}
.admin-top-actions > a,
.admin-top-actions > button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 0.72rem;
}
.admin-top-actions button b {
    position: absolute;
    right: -2px;
    top: -4px;
    background: var(--maroon);
    color: #fff;
    border-radius: 50%;
    font-size: 0.5rem;
    width: 15px;
    height: 15px;
}
.avatar {
    display: grid !important;
    place-items: center !important;
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    background: var(--maroon) !important;
    color: #fff !important;
    font-weight: 800;
}
.admin-content {
    padding: 2rem;
    max-width: 1680px;
    margin: auto;
}
.welcome-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(120deg, var(--maroon-deep), var(--maroon));
    color: #fff;
    padding: 2rem;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}
.welcome-strip:after {
    content: "";
    position: absolute;
    right: -80px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}
.welcome-strip span {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gold);
}
.welcome-strip h2 {
    font-family: Manrope, sans-serif;
    font-size: 1.8rem;
    margin: 0.4rem 0;
}
.welcome-strip p {
    margin: 0;
    color: #ffffffa6;
}
.welcome-actions {
    display: flex;
    gap: 0.5rem;
    position: relative;
    z-index: 2;
}
.welcome-actions a {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    min-width: 105px;
    background: #ffffff1a;
    color: #fff;
    padding: 1rem;
    font-size: 0.7rem;
}
.welcome-actions i {
    color: var(--gold);
}
.admin-kpis > div > div {
    position: relative;
    min-height: 140px;
    background: #fff;
    border: 1px solid #e0e5ea;
    padding: 1.35rem;
}
.admin-kpis span,
.admin-kpis small {
    display: block;
    color: var(--muted);
    font-size: 0.68rem;
}
.admin-kpis strong {
    display: block;
    font-size: 1.85rem;
    margin: 0.55rem 0;
}
.admin-kpis > div > div > i {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    color: #a9b6c4;
    font-size: 1.3rem;
}
.admin-panel {
    background: #fff;
    border: 1px solid #e0e5ea;
    padding: 1.4rem;
    height: 100%;
}
.admin-panel h2 {
    font-family: Manrope, sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
}
.panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
}
.panel-heading p {
    font-size: 0.7rem;
    color: var(--muted);
    margin: 0;
}
.panel-tools {
    display: flex;
    gap: 0.45rem;
}
.panel-tools button,
.panel-heading > button {
    border: 1px solid #dfe4e9;
    background: #fff;
    padding: 0.45rem 0.7rem;
    font-size: 0.66rem;
    font-weight: 700;
}
.panel-tools button.active {
    background: var(--admin-navy);
    color: #fff;
}
.admin-panel td small {
    display: block;
    color: var(--muted);
    font-size: 0.64rem;
}
.table > :not(caption) > * > * {
    padding: 0.85rem 0.65rem;
}
.table th {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--muted);
    white-space: nowrap;
}
.table td {
    font-size: 0.75rem;
}
.table-action {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
}
.table .dropdown-item {
    font-size: 0.72rem;
    padding: 0.5rem 0.7rem;
}
.table .dropdown-item > i {
    display: inline;
    width: 18px;
    height: auto;
    background: none;
}
.activity-feed > div {
    display: flex;
    gap: 0.8rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #edf0f3;
}
.activity-feed > div > span,
.initial-avatar {
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cream);
    color: var(--maroon);
    font-size: 0.65rem;
    font-weight: 800;
}
.activity-feed p {
    margin: 0;
    font-size: 0.72rem;
}
.activity-feed strong,
.activity-feed small {
    display: block;
}
.activity-feed small {
    color: var(--muted);
    font-size: 0.62rem;
}
.quick-actions a {
    display: flex;
    flex-direction: column;
    background: #f4f6f8;
    color: var(--ink);
    padding: 1rem;
    font-size: 0.7rem;
    font-weight: 800;
}
.quick-actions i {
    color: var(--maroon);
    font-size: 1.15rem;
    margin-bottom: 1rem;
}
.progress {
    height: 18px;
    border-radius: 2px;
}
.progress-bar {
    background: var(--green);
    font-size: 0.58rem;
}
.person-cell,
.logo-cell {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.person-cell img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}
.logo-cell img {
    width: 60px;
    height: 40px;
    object-fit: contain;
    border: 1px solid var(--line);
}
.media-admin-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.media-admin-grid a {
    position: relative;
    color: #fff;
    min-height: 220px;
    overflow: hidden;
}
.media-admin-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.media-admin-grid span {
    position: absolute;
    inset: auto 0 0;
    padding: 2.5rem 0.8rem 0.8rem;
    background: linear-gradient(transparent, #000000d9);
}
.media-admin-grid strong,
.media-admin-grid small {
    display: block;
}
.media-admin-grid strong {
    font-size: 0.7rem;
}
.media-admin-grid small {
    font-size: 0.58rem;
    color: #ffffffb3;
}
.empty-admin-notice,
.consent-banner,
.restricted-lite,
.security-summary {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 1rem 1.3rem;
    margin-bottom: 1rem;
}
.empty-admin-notice > i,
.consent-banner > i {
    font-size: 1.5rem;
    color: var(--maroon);
}
.empty-admin-notice strong,
.empty-admin-notice p,
.consent-banner strong,
.consent-banner p,
.restricted-lite strong {
    display: block;
}
.empty-admin-notice p,
.consent-banner p {
    margin: 0;
    font-size: 0.68rem;
    color: var(--muted);
}
.consent-banner button {
    margin-left: auto;
    border: 1px solid var(--line);
    background: #fff;
    padding: 0.5rem 0.8rem;
    font-size: 0.65rem;
}
.consent-banner.warning {
    background: #fff8e3;
}
.restricted-lite {
    background: #fff3f3;
    border-color: #efcaca;
}
.restricted-lite i {
    color: var(--maroon);
}
.restricted-lite span {
    font-size: 0.72rem;
}
.restricted-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--maroon-deep);
    color: #fff;
    padding: 1.2rem 1.4rem;
    margin-bottom: 1rem;
}
.restricted-banner.compact {
    margin: 0;
}
.restricted-banner > i {
    font-size: 1.6rem;
    color: var(--gold);
}
.restricted-banner strong,
.restricted-banner p {
    display: block;
}
.restricted-banner p {
    margin: 0;
    color: #ffffffad;
    font-size: 0.68rem;
}
.restricted-banner button {
    margin-left: auto;
    border: 0;
    background: #fff;
    padding: 0.5rem 0.8rem;
    font-size: 0.65rem;
}
.indicator-bars > div {
    margin: 1.4rem 0;
}
.indicator-bars span {
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    margin-bottom: 0.45rem;
}
.security-summary {
    background: var(--admin-navy);
    color: #fff;
}
.security-summary > div:first-child {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex: 1;
}
.security-summary > div > i {
    font-size: 1.5rem;
    color: var(--gold);
}
.security-summary span,
.security-summary strong {
    display: block;
}
.security-summary span {
    font-size: 0.65rem;
    color: #fff9;
}
.security-summary a {
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 800;
}
.mfa-on {
    color: var(--green);
    font-size: 0.68rem;
}
.mfa-off {
    color: #b36a00;
    font-size: 0.68rem;
}
.permission-table {
    overflow: auto;
}
.permission-head,
.permission-table > div {
    display: grid;
    grid-template-columns: minmax(190px, 1fr) repeat(6, 70px);
    align-items: center;
    border-bottom: 1px solid #edf0f3;
    min-width: 650px;
}
.permission-head {
    background: #f5f7f9;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: 800;
}
.permission-head span,
.permission-table > div > * {
    padding: 0.75rem;
    text-align: center;
}
.permission-head span:first-child,
.permission-table > div > strong {
    text-align: left;
}
.permission-table > div > strong {
    font-size: 0.72rem;
}
.role-member {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid #edf0f3;
}
.role-member > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--cream);
    font-weight: 800;
    color: var(--maroon);
    font-size: 0.65rem;
}
.role-member strong,
.role-member small {
    display: block;
}
.role-member small {
    font-size: 0.6rem;
    color: var(--muted);
}
.settings-grid {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 330px;
    gap: 1rem;
}
.settings-nav {
    background: #fff;
    border: 1px solid #e0e5ea;
    height: max-content;
}
.settings-nav button {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #edf0f3;
    background: #fff;
    text-align: left;
    padding: 0.9rem;
    font-size: 0.7rem;
}
.settings-nav button.active {
    background: var(--admin-navy);
    color: #fff;
}
.health-list {
    list-style: none;
    padding: 0;
}
.health-list li {
    display: flex;
    gap: 0.7rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #edf0f3;
}
.health-list i {
    color: var(--green);
}
.health-list span,
.health-list strong {
    display: block;
    font-size: 0.68rem;
}
.integration-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #edf0f3;
}
.integration-row > i {
    color: var(--maroon);
    font-size: 1.1rem;
}
.integration-row span {
    flex: 1;
}
.integration-row strong,
.integration-row small {
    display: block;
    font-size: 0.65rem;
}
.integration-row button {
    border: 1px solid #dfe4e9;
    background: #fff;
    font-size: 0.6rem;
}
.admin-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 1rem;
}
.admin-form-main,
.admin-form-side {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.admin-form-side {
    position: sticky;
    top: 86px;
    height: max-content;
}
.form-panel .form-label {
    font-size: 0.65rem;
    font-weight: 800;
}
.publish-card > div {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px solid #edf0f3;
    font-size: 0.68rem;
}
.publish-card .btn {
    margin-top: 0.8rem;
}
.upload-drop {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px dashed #b8c1cb;
    background: #f7f9fb;
    padding: 2rem;
}
.upload-drop i {
    font-size: 1.8rem;
    color: var(--maroon);
}
.upload-drop strong,
.upload-drop span {
    display: block;
}
.upload-drop strong {
    font-size: 0.72rem;
    margin-top: 0.6rem;
}
.upload-drop span {
    font-size: 0.6rem;
    color: var(--muted);
}
.upload-drop.portrait {
    min-height: 220px;
    justify-content: center;
}
.editor-toolbar {
    display: flex;
    gap: 0.35rem;
    background: #f4f6f8;
    border: 1px solid #d6dbe1;
    border-bottom: 0;
    padding: 0.5rem;
}
.editor-toolbar button {
    border: 0;
    background: #fff;
    width: 32px;
    height: 32px;
}
.builder-list > div {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem;
    border: 1px solid #e1e5ea;
    margin-bottom: 0.5rem;
}
.builder-list > div > i {
    color: #aab4bf;
}
.builder-list span {
    flex: 1;
}
.builder-list strong,
.builder-list span {
    display: block;
    font-size: 0.7rem;
}
.builder-list button,
.add-section {
    border: 1px solid #dfe4e9;
    background: #fff;
    padding: 0.45rem 0.7rem;
    font-size: 0.62rem;
}
.add-section {
    width: 100%;
    border-style: dashed !important;
}
.repeater > div {
    padding: 1rem;
    background: #f7f9fb;
}
.repeater > button {
    margin-top: 0.6rem;
    border: 1px solid #dfe4e9;
    background: #fff;
    padding: 0.5rem 0.8rem;
    font-size: 0.65rem;
}
.repeater .col-md-1 button {
    height: 48px;
    border: 0;
    color: var(--maroon);
}
.alert-panel {
    border-top: 4px solid var(--maroon);
}
.alert-panel > i {
    font-size: 1.5rem;
    color: var(--maroon);
}
.alert-panel p {
    font-size: 0.68rem;
    color: var(--muted);
}
.media-preview-panel img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    background: #111;
}
.document-row {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    color: var(--ink);
    padding: 0.8rem;
    background: #f5f7f9;
}
.document-row > i {
    font-size: 1.5rem;
    color: var(--maroon);
}
.document-row strong,
.document-row small {
    display: block;
}
.document-row small {
    font-size: 0.6rem;
    color: var(--muted);
}
.message-detail {
    font-size: 0.85rem;
}
.message-from {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #edf0f3;
    margin-bottom: 2rem;
}
.message-from > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--cream);
    color: var(--maroon);
    font-weight: 800;
}
.message-from strong,
.message-from small {
    display: block;
}
.message-from small {
    font-size: 0.62rem;
    color: var(--muted);
}
.comment-actions {
    display: flex;
    gap: 0.4rem;
}
.comment-actions button {
    border: 0;
    background: none;
    font-size: 0.65rem;
    font-weight: 700;
}
.command-modal {
    border-radius: 4px;
}
.command-modal label {
    float: left;
    padding: 0.8rem;
}
.command-modal input {
    width: calc(100% - 50px);
    border: 0;
    padding: 0.8rem;
    outline: 0;
}
.command-modal small {
    font-size: 0.58rem;
    color: var(--muted);
}
.command-modal a {
    display: flex;
    gap: 0.8rem;
    color: var(--ink);
    padding: 0.75rem;
}
.command-modal a:hover {
    background: var(--cream);
}
.login-visual {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: end;
    color: #fff;
    padding: 6vw;
    overflow: hidden;
}
.login-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #22080cf0, #22080c14);
}
.login-visual > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login-visual span {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    font-weight: 800;
    color: var(--gold);
}
.login-visual h1 {
    font-size: 4.8rem;
}
.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8vw;
    background: var(--cream);
}
.login-form > a img {
    width: 140px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 3rem;
}
.login-form form {
    max-width: 460px;
}
.login-form h2 {
    font-size: 2.7rem;
}
.input-icon {
    position: relative;
    margin-bottom: 1rem;
}
.input-icon > i {
    position: absolute;
    left: 1rem;
    top: 1rem;
    color: var(--muted);
}
.input-icon .form-control {
    padding-left: 2.8rem;
}
.login-security {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem;
    background: #fff;
}
.login-security i {
    color: var(--green);
}
.login-security span,
.login-security strong {
    display: block;
    font-size: 0.65rem;
}
@media (max-width: 1199px) {
    .navbar .nav-link {
        padding: 0.7rem !important;
    }
    .navbar-nav {
        align-items: stretch !important;
    }
    .dropdown-menu,
    .media-menu .dropdown-menu {
        min-width: auto !important;
        box-shadow: none;
        border-left: 2px solid var(--gold);
        margin-left: 0.7rem;
        display: none !important;
    }
    .dropdown-menu.show,
    .media-menu .dropdown-menu.show {
        display: block !important;
    }
    .offcanvas-body {
        overflow-y: auto;
    }
    .programme-grid {
        grid-template-columns: 1fr 1fr;
    }
    .article-layout {
        grid-template-columns: 1fr;
    }
    .article-sidebar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .settings-grid {
        grid-template-columns: 160px 1fr;
    }
    .settings-grid > aside {
        grid-column: 2;
    }
    .media-admin-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .section-space {
        padding: 4.5rem 0;
    }
    .home-hero {
        min-height: 680px;
    }
    .home-hero-content {
        padding-top: 130px;
    }
    .home-hero h1 {
        font-size: 4.8rem;
    }
    .hero-side-card {
        display: none;
    }
    .editorial-feature img {
        min-height: 480px;
    }
    .section-intro {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .section-intro > a {
        justify-self: start;
    }
    .archive-feature-card {
        grid-template-columns: 1fr;
    }
    .archive-feature-card > div {
        padding: 2.5rem;
    }
    .team-lead .col-lg-7 {
        padding: 3rem;
    }
    .testimony-grid,
    .photo-masonry,
    .newsletter-grid {
        grid-template-columns: 1fr 1fr;
    }
    .newsletter-cover:last-child {
        grid-column: 1/-1;
    }
    .faq-layout {
        grid-template-columns: 1fr;
    }
    .partner-row {
        grid-template-columns: 1fr 1fr;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .admin-app {
        grid-template-columns: 1fr;
    }
    .admin-sidebar {
        position: fixed;
        left: -290px;
        width: 280px;
        z-index: 1050;
        transition: 0.25s;
    }
    .admin-sidebar.open {
        left: 0;
    }
    .admin-menu {
        display: block;
    }
    .admin-command {
        width: 250px;
    }
    .admin-form-layout {
        grid-template-columns: 1fr;
    }
    .admin-form-side {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .settings-grid {
        grid-template-columns: 1fr;
    }
    .settings-nav {
        display: flex;
        overflow: auto;
    }
    .settings-nav button {
        min-width: 130px;
    }
    .settings-grid > aside {
        grid-column: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    .login-page {
        grid-template-columns: 1fr;
    }
    .login-visual {
        min-height: 45vh;
    }
    .login-form {
        padding: 4rem 8vw;
    }
    .login-visual h1 {
        font-size: 3.5rem;
    }
}
@media (max-width: 767px) {
    .home-hero h1 {
        font-size: 3.9rem;
    }
    .impact-ribbon .col-6 {
        padding: 1.4rem;
    }
    .programme-grid {
        grid-template-columns: 1fr;
    }
    .programme-panel {
        min-height: 270px;
    }
    .programme-panel h3 {
        margin-top: 4rem;
    }
    .archive-toolbar {
        display: block;
    }
    .archive-toolbar > div {
        margin-bottom: 1rem;
    }
    .archive-count {
        text-align: left;
    }
    .image-collage {
        padding: 0;
    }
    .image-collage > img:first-child {
        width: 100%;
    }
    .image-collage > img:nth-child(2),
    .image-collage > span {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto;
        display: block;
        border: 0;
    }
    .team-lead img {
        height: 460px;
    }
    .team-lead h2 {
        font-size: 3rem;
    }
    .profile-hero img {
        height: 460px;
    }
    .testimony-grid {
        grid-template-columns: 1fr;
    }
    .testimony-card.wide {
        grid-column: auto;
    }
    .featured-testimony .col-lg-6:last-child {
        padding: 2.5rem;
    }
    .share-story-band .container {
        display: block;
    }
    .photo-masonry {
        grid-auto-rows: 180px;
    }
    .photo-tile.tile-1,
    .photo-tile.tile-5 {
        grid-column: span 2;
        grid-row: span 1;
    }
    .photo-tile.tile-3 {
        grid-row: span 1;
    }
    .gallery-toolbar {
        display: block;
    }
    .gallery-toolbar > span {
        display: block;
        margin-top: 1rem;
    }
    .media-feature {
        grid-template-columns: 1fr;
    }
    .media-feature > div {
        padding: 2rem;
    }
    .media-feature h2 {
        font-size: 2.6rem;
    }
    .library-categories {
        grid-template-columns: 1fr 1fr;
    }
    .newsletter-grid {
        grid-template-columns: 1fr;
    }
    .newsletter-cover:last-child {
        grid-column: auto;
    }
    .issue-cta {
        display: block;
    }
    .issue-cta .btn {
        margin-top: 1rem;
    }
    .article-header,
    .article-body {
        padding: 2rem;
    }
    .article-share {
        padding: 0 2rem 2rem;
    }
    .article-sidebar,
    .post-navigation {
        grid-template-columns: 1fr;
    }
    .partner-heading {
        display: block;
    }
    .carousel-controls {
        margin-top: 1rem;
    }
    .admin-content {
        padding: 1rem;
    }
    .admin-title {
        display: block;
    }
    .admin-title .btn {
        margin-top: 1rem;
    }
    .welcome-strip {
        display: block;
    }
    .welcome-actions {
        margin-top: 1.5rem;
        overflow: auto;
    }
    .admin-command span,
    .admin-command kbd,
    .admin-top-actions span {
        display: none;
    }
    .admin-command {
        width: 46px;
    }
    .media-admin-grid {
        grid-template-columns: 1fr 1fr;
    }
    .admin-form-side,
    .settings-grid > aside {
        grid-template-columns: 1fr;
    }
    .security-summary {
        flex-wrap: wrap;
    }
    .permission-head,
    .permission-table > div {
        grid-template-columns: minmax(150px, 1fr) repeat(6, 55px);
    }
}
@media (max-width: 480px) {
    .home-hero {
        min-height: 720px;
    }
    .home-hero h1 {
        font-size: 3.35rem;
    }
    .home-hero-content {
        padding-top: 100px;
    }
    .page-hero {
        padding: 5rem 0 4rem;
    }
    .page-hero h1 {
        font-size: 3.2rem;
    }
    .testimony-card.wide blockquote {
        font-size: 1.45rem;
    }
    .photo-masonry {
        grid-template-columns: 1fr;
    }
    .photo-tile.tile-1,
    .photo-tile.tile-5 {
        grid-column: auto;
    }
    .library-categories {
        grid-template-columns: 1fr;
    }
    .empty-library form > div,
    .newsletter-mini {
        display: block;
    }
    .empty-library .btn,
    .newsletter-mini .btn {
        width: 100%;
        margin-top: 0.5rem;
    }
    .partner-row {
        gap: 0.5rem;
    }
    .partner-row a {
        min-height: 90px;
    }
    .partner-row img {
        max-width: 105px;
    }
    .protect-fab span {
        display: none;
    }
    .admin-topbar {
        padding: 0 1rem;
    }
    .admin-top-actions > a {
        display: none;
    }
    .media-admin-grid {
        grid-template-columns: 1fr;
    }
    .login-visual h1 {
        font-size: 2.8rem;
    }
}
:root {
    --maroon: #6c353c;
    --maroon-dark: #482127;
    --gold: #ffdc32;
    --navy: #062a63;
    --green: #136653;
    --cream: #fbf7ee;
    --ink: #14202d;
    --muted: #66717f;
    --line: #e6e1d8;
    --white: #fff;
    --shadow: 0 24px 70px rgba(20, 32, 45, 0.12);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: Manrope, sans-serif;
    color: var(--ink);
    background: #fff;
}
h1,
h2,
.display-5,
.display-6 {
    font-family: Fraunces, serif;
    letter-spacing: -0.03em;
}
a {
    text-decoration: none;
}
.section-space {
    padding: 6.5rem 0;
}
.section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--maroon);
    margin-bottom: 0.8rem;
}
.section-kicker.light {
    color: var(--gold);
}
.btn {
    border-radius: 0;
    font-weight: 800;
    padding: 0.75rem 1.2rem;
}
.btn-brand {
    background: var(--maroon);
    border-color: var(--maroon);
    color: #fff;
}
.btn-brand:hover {
    background: var(--maroon-dark);
    border-color: var(--maroon-dark);
    color: #fff;
}
.btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ink);
}
.btn-outline-brand {
    border: 1px solid var(--maroon);
    color: var(--maroon);
}
.btn-outline-brand:hover {
    background: var(--maroon);
    color: #fff;
}
.text-link {
    color: var(--maroon);
    font-weight: 800;
}
.skip-link {
    position: fixed;
    z-index: 9999;
    background: #fff;
    padding: 1rem;
}
.utility-bar {
    background: var(--maroon-dark);
    color: #fff;
    font-size: 0.78rem;
    padding: 0.55rem 0;
}
.utility-bar a {
    color: #fff;
}
.navbar-brand img {
    width: 112px;
    height: 56px;
    object-fit: contain;
}
.navbar {
    min-height: 80px;
}
.navbar .nav-link {
    color: var(--ink);
    font-weight: 700;
    padding: 0.75rem;
}
.hero-home {
    min-height: 720px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}
.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    background: linear-gradient(90deg, #1a090ce6, #482127a8 48%, #14202d1a);
}
.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 2rem;
}
.hero-home h1 {
    font-size: clamp(3.5rem, 7vw, 7.2rem);
    line-height: 0.88;
}
.hero-home h1 em {
    color: var(--gold);
    font-style: normal;
}
.hero-home p {
    font-size: 1.18rem;
    max-width: 680px;
    margin: 1.8rem 0 2rem;
    line-height: 1.7;
}
.eyebrow {
    display: inline-flex;
    gap: 0.7rem;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 800;
}
.eyebrow i {
    font-size: 0.5rem;
    color: var(--gold);
}
.hero-note {
    position: absolute;
    right: 4vw;
    bottom: 3rem;
    z-index: 2;
    border-left: 3px solid var(--gold);
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
}
.hero-note strong {
    font-size: 1.2rem;
}
.hero-note span {
    font-size: 0.8rem;
}
.impact-strip {
    background: var(--cream);
    border-bottom: 1px solid var(--line);
}
.impact-cell {
    padding: 2rem 1rem;
    border-right: 1px solid var(--line);
}
.impact-cell strong {
    display: block;
    font-family: Fraunces, serif;
    font-size: 2rem;
    color: var(--maroon);
}
.impact-cell span {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}
.programme-card {
    display: block;
    position: relative;
    min-height: 325px;
    color: #fff;
    padding: 2rem;
    overflow: hidden;
    transition: 0.3s;
}
.programme-card:hover {
    transform: translateY(-7px);
    color: #fff;
    box-shadow: var(--shadow);
}
.programme-card > i {
    font-size: 2rem;
}
.programme-card > span {
    position: absolute;
    right: 1.5rem;
    top: 1.3rem;
    font-family: Fraunces, serif;
    font-size: 2rem;
    opacity: 0.35;
}
.programme-card h3 {
    font-family: Fraunces, serif;
    font-size: 2rem;
    margin-top: 7rem;
}
.programme-card p {
    opacity: 0.85;
}
.programme-card.maroon {
    background: var(--maroon);
}
.programme-card.gold {
    background: #d6ad00;
    color: var(--ink);
}
.programme-card.gold:hover {
    color: var(--ink);
}
.programme-card.navy {
    background: var(--navy);
}
.programme-card.green {
    background: var(--green);
}
.feature-photo {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-fit: cover;
}
.feature-copy {
    background: var(--navy);
    color: #fff;
    padding: 7vw;
}
.feature-copy h2 {
    font-size: clamp(2.8rem, 4vw, 5rem);
}
.feature-copy p {
    font-size: 1.1rem;
    line-height: 1.8;
}
.feature-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}
.feature-list li {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.feature-list i {
    color: var(--gold);
    margin-right: 0.7rem;
}
.story-card {
    display: block;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    transition: 0.3s;
}
.story-card:hover {
    transform: translateY(-6px);
    color: var(--ink);
    box-shadow: var(--shadow);
}
.story-image {
    height: 240px;
    position: relative;
    overflow: hidden;
}
.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.story-card:hover img {
    transform: scale(1.04);
}
.story-image span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--gold);
    padding: 0.5rem 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem;
    font-weight: 800;
}
.story-copy {
    padding: 1.6rem;
}
.story-copy h3 {
    font-family: Fraunces, serif;
    font-size: 1.55rem;
    margin: 0.55rem 0;
}
.story-copy p {
    color: var(--muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.story-copy strong {
    color: var(--maroon);
    font-size: 0.8rem;
}
.protection-lab {
    background: var(--maroon-dark);
    color: #fff;
}
.idea-card {
    background: #ffffff12;
    border: 1px solid rgba(255, 255, 255, 0.13);
    padding: 1.5rem;
    height: 100%;
}
.idea-card i {
    color: var(--gold);
    font-size: 1.6rem;
}
.idea-card h3 {
    font-family: Fraunces, serif;
    margin-top: 1rem;
}
.idea-card p {
    color: #ffffffb8;
    font-size: 0.9rem;
}
.partner-band {
    background: var(--cream);
    border-top: 1px solid var(--line);
}
.partner-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    align-items: center;
}
.partner-row a {
    background: #fff;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid var(--line);
}
.partner-row img {
    max-width: 150px;
    max-height: 75px;
    object-fit: contain;
}
.site-footer {
    background: #111b27;
    color: #ffffffb3;
}
.site-footer h3 {
    font-family: Fraunces, serif;
    color: #fff;
    font-size: 1.1rem;
}
.site-footer a {
    display: block;
    color: #ffffffb3;
    margin: 0.55rem 0;
}
.site-footer a:hover {
    color: var(--gold);
}
.footer-logo {
    width: 130px;
    height: 70px;
    object-fit: contain;
    background: #fff;
}
.site-footer hr {
    border-color: #ffffff26;
    margin: 2.5rem 0 1.2rem;
}
.protect-fab {
    position: fixed;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1000;
    background: var(--gold);
    color: var(--ink);
    box-shadow: 0 12px 40px #00000040;
    padding: 0.8rem 1rem;
    font-weight: 800;
}
.protect-fab i {
    margin-right: 0.5rem;
}
.page-hero {
    background: var(--maroon-dark);
    color: #fff;
    padding: 7rem 0 5rem;
}
.page-hero.compact {
    padding: 4.5rem 0;
}
.page-hero h1 {
    font-size: clamp(3rem, 6vw, 6rem);
}
.page-hero p {
    font-size: 1.08rem;
    color: #ffffffbf;
}
.rounded-media {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 50% 50% 4px 4px;
}
.value-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}
.value-grid > div {
    border-top: 3px solid var(--gold);
    padding: 1.2rem;
    background: var(--cream);
}
.value-grid i {
    color: var(--maroon);
    font-size: 1.3rem;
}
.value-grid h3 {
    font-family: Fraunces, serif;
    font-size: 1.2rem;
    margin-top: 0.7rem;
}
.value-grid p {
    font-size: 0.85rem;
    color: var(--muted);
}
.soft-section {
    background: var(--cream);
}
.plain-card {
    display: block;
    color: var(--ink);
    height: 100%;
    background: #fff;
    border: 1px solid var(--line);
    padding: 2rem;
}
.plain-card > span {
    color: var(--maroon);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem;
}
.plain-card i {
    color: var(--maroon);
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
}
.plain-card h3 {
    font-family: Fraunces, serif;
}
.plain-card.linked:hover {
    border-color: var(--maroon);
    color: var(--ink);
    box-shadow: var(--shadow);
}
.team-placeholder {
    padding: 2rem;
    background: var(--navy);
    color: #fff;
    min-height: 250px;
}
.team-placeholder i {
    font-size: 2rem;
    color: var(--gold);
}
.team-placeholder h3 {
    font-family: Fraunces, serif;
    margin-top: 5rem;
}
.archive-toolbar {
    display: flex;
    align-items: end;
    gap: 1rem;
    background: var(--cream);
    padding: 1.5rem;
    border: 1px solid var(--line);
}
.archive-toolbar label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    margin-bottom: 0.4rem;
}
.archive-toolbar select {
    min-width: 220px;
}
.article-shell {
    background: var(--cream);
}
.article-content {
    max-width: 860px;
    margin: auto;
    background: #fff;
    padding: clamp(1.5rem, 5vw, 5rem);
    box-shadow: var(--shadow);
}
.article-content .article-meta {
    color: var(--maroon);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
}
.article-content h1 {
    font-size: clamp(2.6rem, 5vw, 5.2rem);
    margin: 1rem 0;
}
.article-content .lead-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    margin: 2rem 0;
}
.article-body {
    font-family: Manrope, sans-serif;
    font-size: 1.08rem;
    line-height: 1.8;
}
.article-body img {
    max-width: 100%;
    height: auto;
}
.article-body h2,
.article-body h3 {
    font-family: Fraunces, serif;
    margin-top: 2rem;
}
.safeguarding-hero {
    background: var(--navy);
    color: #fff;
    padding: 7rem 0;
}
.safeguarding-hero h1 {
    font-size: clamp(3.2rem, 6vw, 6.3rem);
}
.safeguarding-hero p {
    font-size: 1.1rem;
    color: #fffc;
}
.safety-promise {
    background: #fff;
    color: var(--ink);
    padding: 2.4rem;
    border-top: 7px solid var(--gold);
}
.safety-promise > i {
    font-size: 3rem;
    color: var(--maroon);
}
.safety-promise h2 {
    margin: 1rem 0;
}
.safety-promise li {
    margin: 0.8rem 0;
}
.secure-form {
    background: var(--cream);
    border: 1px solid var(--line);
    padding: 2rem;
}
.form-control,
.form-select,
.input-group-text {
    border-radius: 0;
    min-height: 48px;
}
.protection-options {
    background: var(--maroon-dark);
    color: #fff;
    padding: 2rem;
}
.protection-options h3 {
    font-family: Fraunces, serif;
}
.protection-options a {
    display: flex;
    gap: 1rem;
    color: #fff;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.protection-options i {
    color: var(--gold);
    font-size: 1.3rem;
}
.protection-options strong,
.protection-options span {
    display: block;
}
.protection-options span {
    font-size: 0.8rem;
    color: #ffffffb3;
}
.donate-hero {
    background: var(--maroon);
    color: #fff;
    padding: 7rem 0;
}
.donate-hero h1 {
    font-size: clamp(3.2rem, 6vw, 6.2rem);
}
.donate-hero p {
    font-size: 1.12rem;
    color: #fffc;
}
.donation-card {
    background: #fff;
    color: var(--ink);
    padding: 2rem;
    box-shadow: var(--shadow);
}
.frequency,
.amounts {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.frequency button,
.amounts button {
    padding: 1rem;
    border: 1px solid var(--line);
    background: #fff;
    font-weight: 800;
}
.frequency button.active,
.amounts button.active {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}
.amounts {
    margin-top: 1rem;
}
.donation-card small {
    display: block;
    text-align: center;
    margin-top: 1rem;
    color: var(--muted);
}
.contact-panel {
    background: var(--navy);
    color: #fff;
    padding: 2.5rem;
}
.contact-panel h2 {
    font-family: Fraunces, serif;
}
.contact-panel p {
    display: flex;
    gap: 1rem;
}
.contact-panel i {
    color: var(--gold);
}
.contact-panel a {
    color: #fff;
}
.template-list {
    border-top: 1px solid var(--line);
}
.template-list a {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
}
.template-list span {
    color: var(--muted);
}
.admin-body {
    background: #f2f5f8;
}
.admin-app {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
}
.admin-sidebar {
    background: #071e42;
    color: #fff;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: auto;
    padding: 1.2rem;
}
.admin-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 1.2rem;
}
.admin-brand img {
    width: 62px;
    height: 46px;
    object-fit: contain;
    background: #fff;
}
.admin-brand span {
    font-weight: 800;
    line-height: 1;
}
.admin-brand small {
    font-size: 0.67rem;
    color: #ffffff8c;
}
.admin-sidebar nav > span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.63rem;
    color: #fff6;
    margin: 1.5rem 0.8rem 0.5rem;
}
.admin-sidebar nav > a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #ffffffc2;
    font-size: 0.85rem;
    padding: 0.7rem 0.8rem;
    margin: 0.15rem 0;
}
.admin-sidebar nav > a:hover {
    background: #ffffff14;
    color: #fff;
}
.admin-sidebar nav i {
    width: 18px;
}
.admin-sidebar nav b {
    margin-left: auto;
    background: var(--gold);
    color: var(--ink);
    border-radius: 20px;
    padding: 0.1rem 0.4rem;
    font-size: 0.65rem;
}
.admin-main {
    min-width: 0;
}
.admin-topbar {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #dfe4ea;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    font-size: 0.8rem;
}
.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #26a269;
    border-radius: 50%;
    margin-right: 0.45rem;
}
.avatar {
    border: 0;
    background: var(--maroon);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-weight: 800;
}
.admin-menu {
    display: none;
}
.admin-content {
    padding: 2rem;
}
.admin-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 2rem;
}
.admin-title h1 {
    font-size: 2.5rem;
    margin: 0;
}
.admin-title p {
    color: var(--muted);
    margin: 0;
}
.admin-kpis > div > div {
    position: relative;
    background: #fff;
    border: 1px solid #e0e6ed;
    padding: 1.4rem;
    min-height: 145px;
}
.admin-kpis span,
.admin-kpis small {
    display: block;
    color: var(--muted);
    font-size: 0.75rem;
}
.admin-kpis strong {
    display: block;
    font-size: 1.9rem;
    margin: 0.6rem 0;
}
.admin-kpis > div > div > i {
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
    color: #a8b5c4;
    font-size: 1.3rem;
}
.admin-kpis .risk {
    border-top: 3px solid var(--maroon);
}
.admin-panel {
    background: #fff;
    border: 1px solid #e0e6ed;
    padding: 1.5rem;
    height: 100%;
}
.admin-panel h2 {
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    font-weight: 800;
}
.panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 1.2rem;
}
.panel-heading p {
    font-size: 0.78rem;
    color: var(--muted);
    margin: 0;
}
.panel-heading select {
    width: auto;
}
.admin-panel td small {
    display: block;
    color: var(--muted);
}
.quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
}
.quick-actions a {
    display: flex;
    flex-direction: column;
    background: #f4f6f8;
    color: var(--ink);
    padding: 1rem;
    font-size: 0.8rem;
    font-weight: 800;
}
.quick-actions i {
    color: var(--maroon);
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.restricted-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--maroon-dark);
    color: #fff;
    padding: 1.3rem 1.5rem;
}
.restricted-banner > i {
    color: var(--gold);
    font-size: 1.8rem;
}
.restricted-banner p {
    margin: 0;
    color: #ffffffb3;
    font-size: 0.78rem;
}
.restricted-banner button {
    margin-left: auto;
}
.control-list {
    list-style: none;
    padding: 0;
}
.control-list li {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #edf0f3;
}
.control-list i {
    color: #16835f;
}
.control-list span,
.control-list strong {
    display: block;
}
.control-list span {
    font-size: 0.78rem;
    color: var(--muted);
}
.control-list strong {
    color: var(--ink);
    font-size: 0.85rem;
}
.response-list li {
    padding: 0.75rem;
    border-bottom: 1px solid #edf0f3;
}
.asset-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.asset-grid > div {
    position: relative;
    min-height: 210px;
    overflow: hidden;
}
.asset-grid img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.asset-grid span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 1rem 1rem;
    color: #fff;
    background: linear-gradient(transparent, #000000d1);
}
.asset-grid strong,
.asset-grid small {
    display: block;
}
.asset-grid small {
    font-size: 0.7rem;
    color: #ffffffb8;
}
.reconcile-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 0;
}
.reconcile-flow > div {
    flex: 1;
    background: #f4f6f8;
    padding: 1.2rem;
    text-align: center;
}
.reconcile-flow > div i,
.reconcile-flow strong,
.reconcile-flow span {
    display: block;
}
.reconcile-flow > div i {
    color: var(--maroon);
    font-size: 1.4rem;
}
.reconcile-flow strong {
    margin: 0.6rem 0;
}
.reconcile-flow span {
    font-size: 0.7rem;
    color: var(--muted);
}
.indicator-bars > div {
    margin: 1.6rem 0;
}
.indicator-bars span {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.integration-list > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #edf0f3;
}
.integration-list > div > i {
    width: 32px;
    color: var(--maroon);
    font-size: 1.25rem;
}
.integration-list span,
.integration-list strong,
.integration-list small {
    display: block;
}
.integration-list span {
    flex: 1;
}
.integration-list small {
    color: var(--muted);
}
.login-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
}
.login-visual {
    position: relative;
    min-height: 100vh;
    color: #fff;
    display: flex;
    align-items: end;
    padding: 6vw;
}
.login-visual:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #1c080be6, #1c080b1a);
}
.login-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login-visual > div {
    position: relative;
    z-index: 1;
}
.login-visual h1 {
    font-size: 4.5rem;
}
.login-form {
    background: var(--cream);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8vw;
}
.login-form > a img {
    width: 140px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 3rem;
}
.login-form form {
    max-width: 480px;
}
.login-form h2 {
    font-size: 2.5rem;
}
.toast {
    border-radius: 0;
}
@media (max-width: 991px) {
    .section-space {
        padding: 4.5rem 0;
    }
    .hero-home {
        min-height: 650px;
    }
    .hero-note {
        display: none;
    }
    .feature-photo {
        min-height: 450px;
    }
    .partner-row {
        grid-template-columns: 1fr 1fr;
    }
    .admin-app {
        grid-template-columns: 1fr;
    }
    .admin-sidebar {
        position: fixed;
        left: -290px;
        width: 280px;
        z-index: 1040;
        transition: 0.25s;
    }
    .admin-sidebar.open {
        left: 0;
    }
    .admin-menu {
        display: inline-block;
        margin-right: 1rem;
    }
    .login-page {
        grid-template-columns: 1fr;
    }
    .login-visual {
        min-height: 45vh;
    }
    .login-form {
        padding: 4rem 8vw;
    }
}
@media (max-width: 575px) {
    .hero-home h1 {
        font-size: 3.5rem;
    }
    .hero-home {
        min-height: 700px;
    }
    .impact-cell {
        border-bottom: 1px solid var(--line);
    }
    .programme-card {
        min-height: 270px;
    }
    .programme-card h3 {
        margin-top: 4rem;
    }
    .archive-toolbar {
        display: block;
    }
    .archive-toolbar > div {
        margin-bottom: 1rem;
    }
    .value-grid {
        grid-template-columns: 1fr;
    }
    .partner-row {
        gap: 0.5rem;
    }
    .partner-row a {
        min-height: 90px;
    }
    .partner-row img {
        max-width: 100px;
    }
    .protect-fab span {
        display: none;
    }
    .admin-content {
        padding: 1rem;
    }
    .admin-title {
        display: block;
    }
    .admin-title .btn {
        margin-top: 1rem;
    }
    .admin-topbar {
        padding: 0 1rem;
    }
    .admin-topbar > div:first-of-type {
        display: none;
    }
    .restricted-banner {
        align-items: start;
    }
    .restricted-banner button {
        display: none;
    }
    .login-visual h1 {
        font-size: 3rem;
    }
}
:root {
    --focus-ring: #8a3848;
    --forest: #285345;
    --forest-deep: #19382f;
    --plum: #533147;
    --plum-deep: #35202f;
    --warm-charcoal: #242c28;
}
body:not(.admin-body) {
    --navy: var(--forest-deep);
    --ink: #202723;
    --muted: #6d6861;
    --bs-primary: #6c353c;
    --bs-primary-rgb: 108, 53, 60;
    --bs-link-color: #6c353c;
    --bs-link-color-rgb: 108, 53, 60;
    --bs-link-hover-color: #482127;
    --bs-link-hover-color-rgb: 72, 33, 39;
}
body:not(.admin-body) .text-primary {
    color: var(--maroon) !important;
}
body:not(.admin-body) .bg-primary {
    background-color: var(--maroon) !important;
}
body:not(.admin-body) .border-primary {
    border-color: var(--maroon) !important;
}
body:not(.admin-body) .site-footer {
    background: #202823;
}
body:not(.admin-body) .press-hero,
body:not(.admin-body) .media-hero {
    background: var(--forest-deep);
}
body:not(.admin-body) .gallery-hero {
    background: var(--warm-charcoal);
}
.settings-layout .admin-panel {
    height: auto;
}
.newsletter-delivery-layout {
    align-items: start;
}
.newsletter-delivery-layout .admin-panel,
.newsletter-danger-zone {
    height: auto;
}
.newsletter-publication-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.newsletter-publication-card p {
    margin-bottom: 0.85rem;
}
.newsletter-danger-zone {
    position: relative;
    clear: both;
}
.newsletter-current-pdf {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
    min-width: 0;
    padding: 1rem;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.newsletter-current-pdf > i {
    margin-top: 0.15rem;
    font-size: 1.15rem;
}
.newsletter-current-pdf > div,
.newsletter-current-pdf strong {
    min-width: 0;
}
.newsletter-current-pdf strong,
.newsletter-current-pdf small {
    display: block;
}
.newsletter-current-pdf strong {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.newsletter-current-pdf small {
    margin-top: 0.25rem;
}
html,
body {
    max-width: 100%;
    overflow-x: clip;
}
.newsletter-mini {
    flex-wrap: wrap;
}
.newsletter-mini .form-control {
    flex: 1 1 180px;
    width: auto;
}
.newsletter-mini .footer-consent {
    order: 3;
    flex: 0 0 100%;
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin: 0.75rem 0;
    font-size: 0.72rem;
}
body {
    margin: 0;
}
.container {
    padding-right: max(0.75rem, env(safe-area-inset-right));
    padding-left: max(0.75rem, env(safe-area-inset-left));
}
.skip-link:focus {
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    top: 0.75rem;
    left: 0.75rem;
    color: var(--ink);
    outline: 3px solid var(--focus-ring);
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
    outline: 3px solid var(--focus-ring);
    outline-offset: 3px;
}
.impact-ribbon span {
    color: #695d52;
}
.programme-panel > span {
    color: #fff;
    opacity: 1;
}
.programme-panel.gold > span {
    color: var(--ink);
}
.programme-panel.plum,
.programme-card.navy {
    background: var(--plum);
}
.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    min-height: 80px;
    isolation: isolate;
}
.navbar > .container {
    flex-wrap: nowrap;
}
.navbar-brand {
    flex: 0 0 auto;
}
.navbar-collapse {
    min-width: 0;
}
.navbar .nav-link,
.navbar .nav-donate {
    white-space: nowrap;
}
.nav-link[aria-current="page"],
.dropdown-item[aria-current="page"] {
    color: var(--maroon);
}
.nav-link[aria-current="page"] {
    box-shadow: inset 0 -3px var(--gold);
}
.dropdown-toggle:after {
    margin-left: 0.45rem;
}
.no-js .requires-js,
.js .no-js-message {
    display: none !important;
}
.table-fallback-caption {
    caption-side: top;
    color: var(--muted);
    font-size: 0.78rem;
}
.admin-sidebar-backdrop {
    display: none;
}
.admin-sidebar nav a[aria-current="page"] {
    background: #ffffff17;
    color: #fff;
    box-shadow: inset 3px 0 var(--gold);
}
.pagination {
    --bs-pagination-border-radius: 0;
    --bs-pagination-color: var(--maroon);
    --bs-pagination-active-bg: var(--maroon);
    --bs-pagination-active-border-color: var(--maroon);
}
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
}
.empty-state {
    padding: 3rem 1.5rem;
    text-align: center;
    border: 1px dashed #cfd6de;
    background: #f8fafb;
}
.empty-state > i {
    color: var(--maroon);
    font-size: 2rem;
}
.chart-shell {
    position: relative;
    min-height: 280px;
}
.rich-editor {
    min-height: 360px;
    height: auto;
    overflow-y: auto;
    line-height: 1.7;
}
.rich-editor img {
    max-width: 100%;
    height: auto;
}
.editor-upload-status {
    min-height: 1.4rem;
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.72rem;
}
.revision-row,
.comment-moderation-row,
.taxonomy-row,
.menu-item-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #edf0f3;
}
.revision-row > div,
.comment-moderation-row > div {
    flex: 1;
}
.revision-row strong,
.revision-row small,
.comment-moderation-row strong,
.comment-moderation-row small {
    display: block;
}
.taxonomy-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr 90px auto auto;
}
.menu-item-row {
    display: grid;
    grid-template-columns: 1fr 2fr 90px 140px auto auto;
}
.menu-item-row.is-child {
    margin-left: 2rem;
}
.cms-page-body {
    max-width: 900px;
    margin: auto;
}
.comment-card {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}
.project-profile-hero {
    position: relative;
    padding: 7rem 0 6rem;
    color: #fff;
    background:
        linear-gradient(90deg, #0d372dfa, #0d372dc2),
        var(--project-image, none) center/cover;
}
.project-profile-copy {
    max-width: 850px;
}
.project-profile-copy > span,
.project-facts span,
.project-funding-card > span,
.project-sidebar-card > span {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--gold);
}
.project-profile-copy h1 {
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: 0.96;
}
.project-profile-copy p {
    max-width: 720px;
    font-size: 1.1rem;
    color: #ffffffc7;
}
.project-facts {
    background: var(--navy);
    color: #fff;
}
.project-facts .row > div {
    padding: 1.6rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.project-facts span,
.project-facts strong,
.project-sidebar-card strong,
.project-sidebar-card small {
    display: block;
}
.project-funding-card,
.project-sidebar-card {
    padding: 2rem;
    margin-bottom: 1.5rem;
    background: var(--maroon-deep);
    color: #fff;
}
.project-funding-card .progress {
    height: 1.6rem;
    margin: 1.5rem 0;
}
.project-sidebar-card {
    background: var(--cream);
    color: var(--ink);
}
.project-sidebar-card > div {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}
.project-sidebar-card small {
    color: var(--muted);
}
.project-profile-masthead {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 4.5rem 0 5.5rem;
    background: linear-gradient(118deg, #19382f, #285345 56%, #68132d 132%);
    color: #fff;
}
.project-profile-masthead:before {
    position: absolute;
    z-index: -1;
    top: -310px;
    right: -160px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px #ffffff06,
        0 0 0 140px #ffffff05;
    content: "";
}
.project-profile-masthead .work-breadcrumb {
    margin-bottom: 3.5rem;
}
.project-profile-masthead-grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.78fr);
    gap: clamp(3rem, 7vw, 7rem);
}
.project-profile-intro {
    min-width: 0;
}
.project-profile-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
    margin-bottom: 1.3rem;
}
.project-profile-labels > span {
    padding: 0.5rem 0.7rem;
    background: var(--gold);
    color: var(--ink);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.project-profile-labels .project-profile-status {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: #ffffff17;
    color: #fff;
}
.project-profile-status i {
    color: #54cf9b;
    font-size: 0.5rem;
}
.project-profile-status-completed i {
    color: var(--gold);
}
.project-profile-status-planned i {
    color: #d8bd45;
}
.project-profile-intro h1 {
    max-width: 850px;
    margin: 0 0 1.5rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(3rem, 5.8vw, 6rem);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.048em;
}
.project-profile-intro > p {
    max-width: 740px;
    margin: 0;
    color: #ffffffc7;
    font-size: 1.08rem;
    line-height: 1.75;
}
.project-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}
.project-profile-visual {
    position: relative;
    min-width: 0;
}
.project-profile-visual > img,
.project-profile-placeholder {
    display: block;
    width: 100%;
    height: 520px;
}
.project-profile-visual > img {
    object-fit: cover;
}
.project-profile-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
    background: linear-gradient(150deg, #6c122d, #2f1423);
}
.project-profile-placeholder > i {
    margin-bottom: auto;
    color: var(--gold);
    font-size: 3rem;
}
.project-profile-placeholder span,
.project-profile-placeholder strong {
    display: block;
}
.project-profile-placeholder span {
    margin-bottom: 0.5rem;
    color: var(--gold);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.project-profile-placeholder strong {
    max-width: 360px;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.05;
}
.project-profile-visual-note {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    max-width: 310px;
    padding: 1rem 1.2rem;
    background: var(--gold);
    color: var(--ink);
    box-shadow: 0 16px 42px #0000002e;
}
.project-profile-visual-note > i {
    font-size: 1.45rem;
}
.project-profile-visual-note span,
.project-profile-visual-note strong {
    display: block;
}
.project-profile-visual-note span {
    font-size: 0.67rem;
    line-height: 1.45;
}
.project-profile-facts {
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.project-profile-facts > .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.project-profile-facts > .container > div {
    display: flex;
    gap: 1rem;
    align-items: center;
    min-width: 0;
    padding: 1.7rem;
    border-right: 1px solid var(--line);
}
.project-profile-facts > .container > div:first-child {
    border-left: 1px solid var(--line);
}
.project-profile-facts i {
    flex: 0 0 auto;
    color: var(--maroon);
    font-size: 1.15rem;
}
.project-profile-facts span,
.project-profile-facts strong {
    display: block;
}
.project-profile-facts span {
    min-width: 0;
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.project-profile-facts strong {
    overflow: hidden;
    margin-top: 0.3rem;
    color: var(--ink);
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}
.project-profile-content {
    padding: 7rem 0;
    background: #f7f3ed;
}
.project-profile-content > .container {
    display: grid;
    align-items: start;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 5rem);
}
.project-profile-rail {
    position: sticky;
    top: 110px;
}
.project-rail-card {
    margin-bottom: 1.2rem;
    padding: 1.8rem;
    border: 1px solid #e1dbd2;
    background: #fff;
}
.project-rail-card h2 {
    margin: 0.55rem 0 1.3rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.14;
}
.project-rail-kicker {
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.project-rail-overview {
    border-top: 4px solid var(--maroon);
}
.project-rail-overview dl {
    margin: 0;
}
.project-rail-overview dl > div {
    padding: 0.9rem 0;
    border-top: 1px solid var(--line);
}
.project-rail-overview dt {
    margin-bottom: 0.28rem;
    color: var(--muted);
    font-size: 0.61rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.project-rail-overview dd {
    margin: 0;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.45;
}
.project-rail-funding {
    border: 0;
    background: var(--navy);
    color: #fff;
}
.project-rail-funding .project-rail-kicker {
    color: var(--gold);
}
.project-rail-funding > strong {
    display: block;
    margin-top: 0.7rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 2rem;
    font-weight: 400;
}
.project-rail-funding > p {
    margin: 0.2rem 0 1rem;
    color: #ffffffa6;
    font-size: 0.7rem;
}
.project-funding-progress {
    height: 8px;
    margin: 1rem 0 1.4rem;
    background: #ffffff2e;
}
.project-funding-progress span {
    display: block;
    height: 100%;
    background: var(--gold);
}
.project-rail-partners > div {
    display: flex;
    gap: 0.8rem;
    padding: 0.85rem 0;
    border-top: 1px solid var(--line);
}
.project-rail-partners > div > i {
    margin-top: 0.2rem;
    color: var(--maroon);
}
.project-rail-partners strong,
.project-rail-partners small {
    display: block;
}
.project-rail-partners strong {
    font-size: 0.8rem;
}
.project-rail-partners small {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.5;
}
.project-rail-safeguarding {
    border: 0;
    background: var(--maroon-deep);
    color: #fff;
}
.project-rail-safeguarding > i {
    margin-bottom: 1.5rem;
    color: var(--gold);
    font-size: 2rem;
}
.project-rail-safeguarding .project-rail-kicker {
    display: block;
    color: var(--gold);
}
.project-rail-safeguarding h2 {
    margin-bottom: 0.8rem;
}
.project-rail-safeguarding p {
    color: #ffffffb3;
    font-size: 0.74rem;
    line-height: 1.65;
}
.project-rail-safeguarding a {
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 800;
}
.project-profile-story {
    min-width: 0;
    padding: clamp(2rem, 5vw, 4.5rem);
    background: #fff;
    box-shadow: 0 24px 70px #27201814;
}
.project-story-heading {
    margin-bottom: 2.5rem;
}
.project-story-heading h2,
.project-profile-evidence h2,
.project-profile-updates h2 {
    margin: 0.8rem 0 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.04em;
}
.project-story-body.cms-page-body {
    max-width: none;
    margin: 0;
}
.project-story-body {
    color: var(--ink);
    font-size: 1.04rem;
    line-height: 1.9;
}
.project-story-body > :first-child {
    margin-top: 0;
}
.project-story-body h2,
.project-story-body h3 {
    margin: 2.4rem 0 0.9rem;
    color: var(--ink);
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-weight: 400;
}
.project-story-body img {
    width: 100%;
    height: auto;
    margin: 1.6rem 0;
}
.project-story-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}
.project-profile-sections {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 4rem;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.project-profile-sections > section {
    position: relative;
    min-width: 0;
    padding: 1.7rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--cream);
}
.project-profile-sections > section > span {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    color: #cfc5b7;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.4rem;
}
.project-profile-sections i {
    color: var(--maroon);
    font-size: 1.4rem;
}
.project-profile-sections h3 {
    margin: 2.5rem 0 1rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.35rem;
    font-weight: 400;
}
.project-profile-sections ul {
    margin: 0;
    padding-left: 1rem;
    color: var(--muted);
    font-size: 0.74rem;
    line-height: 1.65;
}
.project-profile-sections li + li {
    margin-top: 0.65rem;
}
.project-profile-evidence,
.project-profile-updates {
    margin-top: 4.5rem;
    padding-top: 4rem;
    border-top: 1px solid var(--line);
}
.project-profile-evidence > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2rem;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.project-profile-evidence article {
    display: flex;
    gap: 0.8rem;
    padding: 1.3rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.project-profile-evidence article > i {
    color: var(--maroon);
}
.project-profile-evidence strong,
.project-profile-evidence small {
    display: block;
}
.project-profile-evidence strong {
    font-size: 0.78rem;
}
.project-profile-evidence small {
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.67rem;
}
.project-profile-updates > div {
    margin-top: 2rem;
}
.project-profile-updates article {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    column-gap: 1.5rem;
    padding: 1.4rem 0;
    border-top: 1px solid var(--line);
}
.project-profile-updates time {
    grid-row: span 2;
    color: var(--maroon);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.project-profile-updates h3 {
    margin: 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.25rem;
    font-weight: 400;
}
.project-profile-updates p {
    margin: 0.45rem 0 0;
    color: var(--muted);
    font-size: 0.75rem;
}
.project-profile-share {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    margin-top: 4rem;
    padding: 1.5rem;
    background: var(--cream);
}
.project-profile-share span,
.project-profile-share strong {
    display: block;
}
.project-profile-share span {
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.project-profile-share strong {
    margin-top: 0.25rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-weight: 400;
}
.project-profile-share > div:last-child {
    display: flex;
    gap: 0.4rem;
}
.project-profile-share a,
.project-profile-share button {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #d5ccc0;
    background: #fff;
    color: var(--maroon);
}
.project-profile-share button.is-copied {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
}
.project-profile-impact {
    padding: 6rem 0;
    background: var(--navy);
    color: #fff;
}
.project-profile-impact header {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 3rem;
    margin-bottom: 3rem;
}
.project-profile-impact header > span {
    color: var(--gold);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.project-profile-impact h2 {
    margin: 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    font-weight: 400;
    line-height: 0.98;
}
.project-profile-impact > .container > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.project-profile-impact article {
    min-width: 0;
    padding: 2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.project-profile-impact strong,
.project-profile-impact span,
.project-profile-impact small {
    display: block;
}
.project-profile-impact strong {
    color: var(--gold);
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2rem, 3.5vw, 3.7rem);
    font-weight: 400;
}
.project-profile-impact span {
    margin-top: 0.6rem;
    font-size: 0.76rem;
}
.project-profile-impact small {
    margin-top: 0.25rem;
    color: #fff9;
    font-size: 0.65rem;
}
.project-profile-return {
    padding: 4rem 0;
    background: var(--maroon);
    color: #fff;
}
.project-profile-return > .container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}
.project-profile-return span {
    color: var(--gold);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.project-profile-return h2 {
    margin: 0.4rem 0 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    font-weight: 400;
}
@media (max-width: 1199.98px) {
    .project-profile-masthead-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
    }
    .project-profile-content > .container {
        grid-template-columns: 290px minmax(0, 1fr);
        gap: 2rem;
    }
    .project-profile-sections {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 991.98px) {
    .project-profile-masthead-grid,
    .project-profile-content > .container {
        grid-template-columns: 1fr;
    }
    .project-profile-visual {
        max-width: 720px;
    }
    .project-profile-facts > .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .project-profile-facts > .container > div:nth-child(3) {
        border-left: 1px solid var(--line);
    }
    .project-profile-facts > .container > div:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }
    .project-profile-rail {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
    .project-rail-card {
        margin: 0;
    }
    .project-profile-impact > .container > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .project-profile-masthead {
        padding: 3.2rem 0 4.5rem;
    }
    .project-profile-masthead .work-breadcrumb {
        margin-bottom: 2.2rem;
    }
    .project-profile-intro h1 {
        font-size: clamp(2.8rem, 12vw, 4.2rem);
    }
    .project-profile-actions,
    .project-profile-actions .btn {
        width: 100%;
    }
    .project-profile-visual > img,
    .project-profile-placeholder {
        height: 420px;
    }
    .project-profile-visual-note {
        right: 0.75rem;
        bottom: -0.75rem;
    }
    .project-profile-content {
        padding: 4.5rem 0;
    }
    .project-profile-rail {
        grid-template-columns: 1fr;
    }
    .project-profile-story {
        padding: 2rem 1.25rem;
    }
    .project-story-body {
        font-size: 1rem;
    }
    .project-profile-evidence > div {
        grid-template-columns: 1fr;
    }
    .project-profile-share,
    .project-profile-impact header,
    .project-profile-return > .container {
        display: block;
    }
    .project-profile-share > div:last-child {
        margin-top: 1rem;
    }
    .project-profile-return .btn {
        width: 100%;
        margin-top: 1.5rem;
    }
}
.site-footer-redesign {
    padding: 0;
    overflow: hidden;
    background: #202823;
    color: #ffffffc7;
}
.site-footer-redesign a {
    display: inline-flex;
    margin: 0;
    color: inherit;
    text-decoration: none;
}
.footer-safety-strip {
    background: #6c2733;
    color: #fff;
}
.footer-safety-strip .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.footer-safety-copy {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
}
.footer-safety-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: #ffffff14;
    font-size: 1.1rem;
}
.footer-safety-copy strong,
.footer-safety-copy span {
    display: block;
}
.footer-safety-copy strong {
    margin-bottom: 0.18rem;
    font-family: Lora, Georgia, serif;
    font-size: 1.05rem;
}
.footer-safety-copy span {
    color: #ffffffc7;
    font-size: 0.75rem;
    line-height: 1.55;
}
.footer-safety-link {
    align-items: center;
    flex: 0 0 auto;
    gap: 0.55rem;
    padding: 0.72rem 1rem;
    border: 1px solid #e8c34f;
    border-radius: 4px;
    color: #fff7dc !important;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.035em;
}
.footer-safety-link:hover,
.footer-safety-link:focus-visible {
    background: #e8c34f;
    color: #25251e !important;
}
.footer-content {
    padding: 3.8rem 0 1.8rem;
}
.footer-main-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.25fr) minmax(130px, 0.55fr) minmax(
            130px,
            0.55fr
        ) minmax(235px, 1fr);
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: start;
}
.footer-brand {
    display: inline-flex !important;
    align-items: center;
    gap: 0.9rem;
}
.footer-brand-mark {
    display: grid;
    width: 66px;
    height: 66px;
    flex: 0 0 auto;
    place-items: center;
    padding: 0.4rem;
    border-radius: 4px;
    background: #fff;
}
.footer-brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-brand-name,
.footer-brand-tagline {
    display: block;
}
.footer-brand-name {
    color: #fff;
    font-family: Lora, Georgia, serif;
    font-size: 0.96rem;
    font-weight: 700;
}
.footer-brand-tagline {
    margin-top: 0.18rem;
    color: #e8c34f;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.footer-mission {
    max-width: 360px;
    margin: 1.2rem 0;
    font-size: 0.78rem;
    line-height: 1.75;
}
.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.footer-social a {
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #fff;
}
.footer-social a:hover,
.footer-social a:focus-visible {
    border-color: #e8c34f;
    background: #e8c34f;
    color: #202823;
}
.footer-heading {
    margin: 0.2rem 0 1.05rem;
    color: #fff;
    font-family: Lora, Georgia, serif;
    font-size: 0.9rem;
}
.footer-link-column ul,
.footer-contact-list,
.footer-legal nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-link-column li + li {
    margin-top: 0.68rem;
}
.footer-link-column a {
    align-items: center;
    gap: 0.5rem;
    color: #ffffffb8;
    font-size: 0.74rem;
}
.footer-link-column a:before {
    width: 5px;
    height: 5px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #e8c34f;
    content: "";
    opacity: 0.65;
}
.footer-link-column a:hover,
.footer-link-column a:focus-visible,
.footer-contact a:hover,
.footer-contact a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible {
    color: #e8c34f;
}
.footer-contact-list {
    display: grid;
    gap: 0.9rem;
}
.footer-contact-list li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0.65rem;
    align-items: start;
}
.footer-contact-list i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #e8c34f1f;
    color: #e8c34f;
    font-size: 0.72rem;
}
.footer-contact-list a,
.footer-contact-list span,
.footer-contact-list strong {
    display: block;
}
.footer-contact-list span {
    margin-bottom: 0.15rem;
    color: #ffffff80;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.footer-contact-list strong,
.footer-contact-list address {
    margin: 0;
    color: #ffffffd1;
    font-size: 0.73rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55;
}
.footer-newsletter {
    display: grid;
    grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    margin-top: 3rem;
    padding: clamp(1.5rem, 3vw, 2.2rem);
    border-radius: 6px;
    background: #f3ecdf;
    color: #273029;
}
.footer-newsletter-kicker {
    display: block;
    margin-bottom: 0.5rem;
    color: #6c2733;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.footer-newsletter h2 {
    margin: 0 0 0.5rem;
    color: #202823;
    font-family: Lora, Georgia, serif;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}
.footer-newsletter p {
    margin: 0;
    color: #5f675f;
    font-size: 0.75rem;
    line-height: 1.65;
}
.footer-newsletter-fields {
    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(210px, 1.2fr) auto;
    gap: 0.65rem;
    align-items: end;
}
.footer-newsletter-field > span {
    display: block;
    margin-bottom: 0.35rem;
    color: #465048;
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.footer-newsletter-field .form-control {
    min-height: 44px;
    border: 1px solid #cfc6b7;
    border-radius: 3px;
    background: #fff;
    color: #202823;
    font-size: 0.75rem;
}
.footer-newsletter-field .form-control:focus {
    border-color: #6c2733;
    box-shadow: 0 0 0 0.2rem #6c27331f;
}
.footer-newsletter-submit {
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    border: 1px solid #6c2733;
    border-radius: 3px;
    background: #6c2733;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
}
.footer-newsletter-submit:hover,
.footer-newsletter-submit:focus-visible {
    border-color: #4f1c25;
    background: #4f1c25;
}
.footer-newsletter-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 0.55rem;
    align-items: start;
    margin-top: 0.75rem;
    color: #626a63;
    font-size: 0.66rem;
    line-height: 1.55;
}
.footer-newsletter-consent input {
    width: 16px;
    height: 16px;
    margin-top: 0.08rem;
    accent-color: #6c2733;
}
.footer-newsletter-consent a {
    color: #6c2733;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.footer-legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.8rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff80;
    font-size: 0.65rem;
}
.footer-legal p {
    margin: 0;
}
.footer-legal nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem 1rem;
}
.footer-legal a {
    color: #ffffff9e;
}
@media (max-width: 991.98px) {
    .footer-main-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer-newsletter {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767.98px) {
    .footer-safety-strip .container,
    .footer-legal {
        align-items: flex-start;
        flex-direction: column;
    }
    .footer-safety-link {
        margin-left: 62px;
    }
    .footer-newsletter-fields {
        grid-template-columns: 1fr;
    }
    .footer-newsletter-submit {
        width: 100%;
    }
    .footer-legal nav {
        justify-content: flex-start;
    }
}
@media (max-width: 575.98px) {
    .footer-safety-copy {
        grid-template-columns: 1fr;
    }
    .footer-safety-link {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }
    .footer-content {
        padding-top: 2.8rem;
    }
    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .footer-newsletter {
        margin-top: 2.3rem;
        padding: 1.25rem;
    }
}
.post-detail-page .post-article-hero {
    background: linear-gradient(118deg, #19382f, #2f6150 62%, #9a5b13 138%);
}
body:is(
        .work-page,
        .project-profile-page,
        .event-profile-page,
        .story-archive-page,
        .story-profile-page,
        .involvement-page,
        .media-hub-page,
        .post-detail-page,
        .newsletter-detail-page,
        .contact-page
    )
    #main
    h1 {
    font-size: clamp(2rem, 3.8vw, 4.8rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
}
body:is(
        .work-page,
        .project-profile-page,
        .event-profile-page,
        .story-archive-page,
        .story-profile-page,
        .involvement-page,
        .media-hub-page,
        .post-detail-page,
        .newsletter-detail-page,
        .contact-page
    )
    #main
    h2 {
    font-size: clamp(1.5rem, 2.5vw, 3.5rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}
body:is(
        .work-page,
        .project-profile-page,
        .event-profile-page,
        .story-archive-page,
        .story-profile-page,
        .involvement-page,
        .media-hub-page,
        .post-detail-page,
        .newsletter-detail-page,
        .contact-page
    )
    #main
    h3 {
    font-size: clamp(1.2rem, 1.5vw, 2.5rem);
    line-height: 1.2;
    overflow-wrap: anywhere;
}
.partner-carousel-section {
    position: relative;
    overflow: hidden;
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    border-top: 1px solid var(--line);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(255, 220, 50, 0.1),
            transparent 22rem
        ),
        var(--cream);
}
.partner-carousel-section .partner-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
.partner-carousel-section .partner-heading h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(2rem, 3.5vw, 3rem);
}
.partner-carousel-section .partner-heading p {
    max-width: 680px;
    margin: 0.65rem 0 0;
    color: var(--muted);
    font-size: 0.82rem;
}
.partner-carousel-section .carousel-controls {
    display: flex;
    flex: 0 0 auto;
    gap: 0.45rem;
}
.partner-carousel-section .carousel-controls button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid #d8d0c5;
    background: #fff;
    color: var(--maroon);
}
.partner-carousel-section .carousel-controls button:hover,
.partner-carousel-section .carousel-controls button:focus-visible {
    border-color: var(--maroon);
    background: var(--maroon);
    color: #fff;
}
.partner-carousel-section .partner-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}
.partner-logo-card {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 155px;
    padding: 1rem;
    grid-template-rows: 92px auto;
    align-items: center;
    border: 1px solid #ddd6cb;
    background: #fff;
    color: var(--ink);
    text-align: center;
}
.partner-logo-card.is-linked {
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}
.partner-logo-card.is-linked:hover,
.partner-logo-card.is-linked:focus-visible {
    border-color: var(--maroon);
    color: var(--ink);
    box-shadow: 0 14px 35px #3428221a;
    transform: translateY(-3px);
}
.partner-logo-image {
    display: flex;
    width: 100%;
    height: 82px;
    align-items: center;
    justify-content: center;
}
.partner-logo-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: min(180px, 92%);
    max-height: 72px;
    object-fit: contain;
}
.partner-logo-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-width: 0;
    padding-top: 0.55rem;
    border-top: 1px solid #eee9e1;
    color: #67615a;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1.35;
}
.partner-logo-name i {
    flex: 0 0 auto;
    color: var(--maroon);
    font-size: 0.55rem;
}
.partner-admin-identity {
    display: grid;
    min-width: 260px;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: center;
    gap: 0.8rem;
}
.partner-admin-identity > span {
    display: grid;
    width: 62px;
    height: 48px;
    padding: 0.3rem;
    place-items: center;
    border: 1px solid #e1e4e7;
    background: #fff;
    color: var(--muted);
}
.partner-admin-identity img {
    max-width: 100%;
    max-height: 38px;
    object-fit: contain;
}
.partner-admin-identity strong,
.partner-admin-identity small {
    display: block;
    min-width: 0;
}
.partner-admin-identity small {
    max-width: 360px;
    margin-top: 0.2rem;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partner-danger-zone {
    clear: both;
    height: auto;
}
@media (max-width: 991.98px) {
    .partner-carousel-section .partner-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .partner-carousel-section .partner-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
    .partner-carousel-section .partner-row {
        gap: 0.55rem;
    }
    .partner-logo-card {
        min-height: 136px;
        padding: 0.7rem;
        grid-template-rows: 76px auto;
    }
    .partner-logo-image {
        height: 68px;
    }
    .partner-logo-image img {
        max-height: 58px;
    }
}
.story-archive-page,
.story-profile-page {
    background: #fff;
}
.story-archive-hero,
.story-profile-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(125deg, #36101c, #692236 56%, #263f35 125%);
    color: #fff;
}
.story-archive-hero {
    padding: 4.8rem 0 7.6rem;
}
.story-archive-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
                circle at 78% 20%,
                rgba(232, 195, 79, 0.15) 0 2px,
                transparent 3px
            )
            0 0 / 34px 34px,
        linear-gradient(105deg, transparent 60%, rgba(255, 255, 255, 0.04) 60%);
    pointer-events: none;
}
.story-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 3rem;
    color: #ffffff9e;
    font-size: 0.72rem;
}
.story-breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.story-breadcrumb i {
    color: #e8c34f;
    font-size: 0.5rem;
}
.story-archive-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
    gap: clamp(3rem, 7vw, 7rem);
    align-items: end;
}
.story-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #e8c34f;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.story-kicker-dark {
    color: #6c2733;
}
.story-archive-hero h1 {
    max-width: 850px;
    margin: 1rem 0 1.3rem;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(3.4rem, 6.4vw, 6.1rem);
    font-weight: 600;
    line-height: 0.93;
    letter-spacing: -0.05em;
}
.story-archive-hero-grid > div > p {
    max-width: 700px;
    color: #ffffffc7;
    font-size: 1.05rem;
    line-height: 1.75;
}
.story-archive-hero-grid > div > .btn {
    margin-top: 1.2rem;
}
.story-promise-card {
    padding: 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 4px solid #e8c34f;
    background: #15261f61;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.story-promise-card > span {
    color: #e8c34f;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.story-promise-card > strong {
    display: block;
    margin: 1rem 0 1.2rem;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.55rem;
    line-height: 1.25;
}
.story-promise-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.story-promise-card li {
    display: flex;
    gap: 0.65rem;
    padding: 0.65rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffffc2;
    font-size: 0.74rem;
}
.story-promise-card li i {
    margin-top: 0.18rem;
    color: #e8c34f;
}
.story-section-nav {
    position: relative;
    z-index: 2;
    margin-top: -2.5rem;
}
.story-section-nav .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    background: #fff;
    box-shadow: 0 20px 60px #22292424;
}
.story-section-nav a {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.3rem 1.5rem;
    border-bottom: 4px solid transparent;
    color: #29312c;
    text-decoration: none;
}
.story-section-nav a + a {
    border-left: 1px solid #e4ded5;
}
.story-section-nav a.active,
.story-section-nav a:hover {
    border-bottom-color: #e8c34f;
    background: #f6f0e7;
}
.story-section-nav a > i {
    color: #6c2733;
    font-size: 1.25rem;
}
.story-section-nav strong,
.story-section-nav small {
    display: block;
}
.story-section-nav strong {
    font-family: Fraunces, Georgia, serif;
    font-size: 1rem;
}
.story-section-nav small {
    margin-top: 0.12rem;
    color: #6f776f;
    font-size: 0.68rem;
}
.story-lead-section,
.story-collection-section {
    padding: 6.2rem 0;
}
.story-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.4rem;
}
.story-section-heading h2 {
    margin: 0.55rem 0 0;
    color: #29312c;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(2.3rem, 4vw, 3.65rem);
    line-height: 1;
}
.story-section-heading > span {
    color: #6f776f;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.story-section-heading > span i {
    margin-right: 0.35rem;
    color: #6c2733;
}
.story-lead-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    min-height: 510px;
    background: #f2ebdf;
    box-shadow: 0 22px 60px #262f291a;
}
.story-lead-media {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    background: #263f35;
}
.story-lead-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}
.story-lead-media:hover img {
    transform: scale(1.025);
}
.story-lead-media > span {
    display: grid;
    height: 100%;
    min-height: inherit;
    place-items: center;
    background: linear-gradient(145deg, #263f35, #6c2733);
    color: #ffffff47;
    font-size: 6rem;
}
.story-lead-media > small {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    padding: 0.55rem 0.8rem;
    background: #e8c34f;
    color: #29312c;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.story-lead-copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: clamp(1.75rem, 4vw, 3.5rem);
}
.story-lead-copy > span,
.story-collection-copy > span {
    color: #6c2733;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.story-lead-copy h3 {
    margin: 0.8rem 0;
    color: #29312c;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.7rem, 2.5vw, 2.55rem);
    line-height: 1.08;
}
.story-lead-copy blockquote {
    margin: 0.5rem 0 1rem;
    padding-left: 1rem;
    border-left: 3px solid #e8c34f;
    color: #4d3e3c;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.02rem, 1.45vw, 1.35rem);
    line-height: 1.45;
}
.story-lead-copy > p {
    color: #626a63;
    font-size: 0.84rem;
    line-height: 1.75;
}
.story-person-line {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.6rem;
}
.story-person-line > i {
    color: #6c2733;
    font-size: 1.5rem;
}
.story-person-line strong,
.story-person-line small {
    display: block;
}
.story-person-line strong {
    color: #29312c;
    font-size: 0.74rem;
}
.story-person-line small {
    color: #757d76;
    font-size: 0.65rem;
}
.story-read-link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1.6rem;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid #e8c34f;
    color: #6c2733;
    font-size: 0.75rem;
    font-weight: 900;
    text-decoration: none;
}
.story-collection-section {
    background: #f7f4ef;
}
.story-search-panel {
    display: grid;
    grid-template-columns: minmax(230px, 1.4fr) minmax(200px, 0.9fr) auto auto;
    gap: 0.75rem;
    align-items: end;
    margin-bottom: 2rem;
    padding: 1.1rem;
    border: 1px solid #e2dbd1;
    background: #fff;
}
.story-search-panel label > span {
    display: block;
    margin-bottom: 0.4rem;
    color: #6d756e;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.story-search-panel label > div {
    display: flex;
    align-items: center;
    border: 1px solid #d8d0c5;
}
.story-search-panel label > div i {
    padding-left: 0.85rem;
    color: #6c2733;
}
.story-search-panel input,
.story-search-panel select {
    width: 100%;
    min-height: 46px;
    padding: 0.65rem 0.8rem;
    border: 1px solid #d8d0c5;
    border-radius: 0;
    background: #fff;
    color: #29312c;
}
.story-search-panel label > div input {
    border: 0;
}
.story-search-panel > a {
    align-self: center;
    color: #6c2733;
    font-size: 0.7rem;
    font-weight: 800;
}
.story-collection-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
.story-collection-card {
    min-width: 0;
    border: 1px solid #e2dbd1;
    background: #fff;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.story-collection-card:hover {
    box-shadow: 0 18px 45px #262f291c;
    transform: translateY(-4px);
}
.story-collection-card > a {
    display: grid;
    grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.story-collection-media {
    position: relative;
    min-height: 350px;
    overflow: hidden;
    background: #263f35;
}
.story-collection-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.story-collection-card:hover img {
    transform: scale(1.035);
}
.story-collection-media > span {
    display: grid;
    height: 100%;
    min-height: inherit;
    place-items: center;
    background: linear-gradient(145deg, #263f35, #6c2733);
    color: #ffffff40;
    font-size: 3rem;
}
.story-collection-media > small {
    position: absolute;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    width: fit-content;
    padding: 0.45rem 0.6rem;
    background: #ffffffeb;
    color: #6c2733;
    font-size: 0.58rem;
    font-weight: 900;
    text-transform: uppercase;
}
.story-collection-copy {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}
.story-collection-copy h3 {
    margin: 0.65rem 0;
    color: #29312c;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.65rem;
    line-height: 1.12;
}
.story-collection-copy blockquote {
    margin: 0 0 0.75rem;
    color: #514546;
    font-family: Fraunces, Georgia, serif;
    font-size: 1rem;
    line-height: 1.4;
}
.story-collection-copy > p {
    display: -webkit-box;
    margin: 0 0 1rem;
    overflow: hidden;
    color: #6b736c;
    font-size: 0.76rem;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.story-collection-copy footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #ebe5dc;
}
.story-collection-copy footer span,
.story-collection-copy footer small {
    display: block;
}
.story-collection-copy footer span {
    color: #626a63;
    font-size: 0.68rem;
}
.story-collection-copy footer small {
    margin-top: 0.1rem;
    color: #8a908a;
    font-size: 0.61rem;
}
.story-collection-copy footer strong {
    flex: 0 0 auto;
    color: #6c2733;
    font-size: 0.68rem;
}
.story-collection-note {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px dashed #cfc5b9;
    background: #fff;
}
.story-collection-note > i {
    color: #6c2733;
    font-size: 1.5rem;
}
.story-collection-note strong {
    color: #29312c;
}
.story-collection-note p {
    margin: 0.15rem 0 0;
    color: #6b736c;
    font-size: 0.75rem;
}
.story-empty-redesign {
    padding: 4rem 1.5rem;
    border: 1px dashed #cfc5b9;
    background: #fff;
    text-align: center;
}
.story-empty-redesign > i {
    color: #6c2733;
    font-size: 2.5rem;
}
.story-empty-redesign > span {
    display: block;
    margin-top: 1rem;
    color: #6c2733;
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.story-empty-redesign h3 {
    margin: 0.8rem 0;
    font-family: Fraunces, Georgia, serif;
    font-size: 2rem;
}
.story-empty-redesign p {
    max-width: 620px;
    margin: 0 auto 1.4rem;
    color: #6b736c;
}
.story-ethics-band {
    padding: 5rem 0;
    background: #263f35;
    color: #fff;
}
.story-ethics-band .container {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}
.story-ethics-band h2 {
    margin: 0.7rem 0 0;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}
.story-ethics-band ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    list-style: none;
}
.story-ethics-band li {
    display: flex;
    gap: 0.75rem;
    padding: 1.4rem 1.1rem;
}
.story-ethics-band li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}
.story-ethics-band li > i {
    color: #e8c34f;
    font-size: 1.2rem;
}
.story-ethics-band strong,
.story-ethics-band small {
    display: block;
}
.story-ethics-band strong {
    font-size: 0.72rem;
}
.story-ethics-band small {
    margin-top: 0.2rem;
    color: #ffffff9e;
    font-size: 0.62rem;
    line-height: 1.5;
}
.story-profile-hero {
    padding: 3.2rem 0 0;
}
.story-profile-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: stretch;
}
.story-profile-heading {
    align-self: center;
    padding: 0.5rem 0 3.5rem;
}
.story-profile-heading h1 {
    max-width: 800px;
    margin: 0.8rem 0;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(2.25rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -0.035em;
}
.story-profile-heading blockquote {
    max-width: 720px;
    margin: 1.1rem 0;
    padding-left: 1.2rem;
    border-left: 3px solid #e8c34f;
    color: #fffc;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1rem, 1.45vw, 1.35rem);
    line-height: 1.45;
}
.story-profile-byline {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}
.story-profile-avatar {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}
.story-profile-byline strong,
.story-profile-byline small {
    display: block;
}
.story-profile-byline strong {
    font-size: 0.76rem;
}
.story-profile-byline small {
    margin-top: 0.15rem;
    color: #ffffff94;
    font-size: 0.66rem;
}
.story-profile-media {
    position: relative;
    min-height: 490px;
    overflow: hidden;
    background: #263f35;
}
.story-profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story-profile-media > div {
    display: grid;
    height: 100%;
    min-height: inherit;
    place-content: center;
    padding: 2rem;
    background: linear-gradient(145deg, #263f35, #6c2733);
    text-align: center;
}
.story-profile-media > div i {
    margin-bottom: 1rem;
    color: #e8c34f;
    font-size: 4rem;
}
.story-profile-media > div span {
    font-family: Fraunces, Georgia, serif;
    font-size: 1.5rem;
}
.story-profile-media > span {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    padding: 0.7rem 0.85rem;
    background: #ffffffeb;
    color: #6c2733;
    font-size: 0.62rem;
    font-weight: 900;
    text-transform: uppercase;
}
.story-profile-media > span i {
    margin-right: 0.35rem;
}
.story-profile-context {
    border-bottom: 1px solid #e5ded4;
    background: #fff;
}
.story-profile-context .container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
}
.story-profile-context a,
.story-profile-context span {
    color: #6b736c;
    font-size: 0.68rem;
    text-decoration: none;
}
.story-profile-context a {
    color: #6c2733;
    font-weight: 800;
}
.story-profile-context i {
    margin-right: 0.35rem;
    color: #b98a19;
}
.story-profile-main {
    padding: 6rem 0;
    background: #f7f4ef;
}
.story-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: clamp(2.5rem, 6vw, 5.5rem);
    align-items: start;
}
.story-profile-article {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 4rem);
    background: #fff;
    box-shadow: 0 15px 50px #262f2912;
}
.story-profile-article > header {
    margin-bottom: 2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e7e0d7;
}
.story-profile-article > header h2,
.story-change-path > h2 {
    margin: 0.55rem 0 0;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
}
.story-profile-body {
    color: #3d443f;
    font-size: 1.02rem;
    line-height: 1.9;
}
.story-profile-body > p:first-child:first-letter {
    float: left;
    margin: 0.08em 0.12em 0 0;
    color: #6c2733;
    font-family: Fraunces, Georgia, serif;
    font-size: 4.2rem;
    line-height: 0.8;
}
.story-change-path {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #e7e0d7;
}
.story-change-path > div {
    margin-top: 2rem;
    border-top: 1px solid #ddd5ca;
}
.story-change-path article {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 1.2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ddd5ca;
}
.story-change-path article > span {
    color: #c4b9ab;
    font-family: Fraunces, Georgia, serif;
    font-size: 2rem;
}
.story-change-path h3 {
    margin: 0 0 0.4rem;
    color: #6c2733;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.3rem;
}
.story-change-path p {
    margin: 0;
    color: #636b64;
    font-size: 0.82rem;
    line-height: 1.75;
}
.story-profile-aside {
    display: grid;
    gap: 1rem;
}
.story-profile-aside > section {
    padding: 1.5rem;
}
.story-trust-card {
    position: relative;
    overflow: hidden;
    background: #263f35;
    color: #fff;
}
.story-trust-card > i {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 2rem;
    place-items: center;
    border-radius: 50%;
    background: #e8c34f;
    color: #263f35;
    font-size: 1.2rem;
}
.story-trust-card > span,
.story-facts-card > span,
.story-share-card > span {
    color: #e8c34f;
    font-size: 0.63rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.story-trust-card h2 {
    margin: 0.6rem 0;
    font-family: Fraunces, Georgia, serif;
    font-size: 1.7rem;
}
.story-trust-card p {
    color: #ffffffad;
    font-size: 0.75rem;
    line-height: 1.7;
}
.story-trust-card ul {
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}
.story-trust-card li {
    padding: 0.6rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffffc7;
    font-size: 0.7rem;
}
.story-trust-card li i {
    margin-right: 0.45rem;
    color: #e8c34f;
}
.story-facts-card,
.story-share-card {
    border: 1px solid #dfd7cc;
    background: #fff;
}
.story-facts-card > span,
.story-share-card > span {
    color: #6c2733;
}
.story-facts-card dl {
    margin: 1rem 0 0;
}
.story-facts-card dl > div {
    padding: 0.8rem 0;
    border-top: 1px solid #ebe4db;
}
.story-facts-card dt {
    color: #858b86;
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.story-facts-card dd {
    margin: 0.2rem 0 0;
    color: #343c36;
    font-size: 0.72rem;
    font-weight: 700;
}
.story-facts-card dd a {
    color: #6c2733;
}
.story-share-card p {
    margin: 0.7rem 0 1rem;
    color: #6b736c;
    font-size: 0.7rem;
    line-height: 1.6;
}
.story-share-card > div {
    display: flex;
    gap: 0.5rem;
}
.story-share-card a {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid #d9d1c6;
    color: #6c2733;
}
.story-share-card a:hover {
    border-color: #6c2733;
    background: #6c2733;
    color: #fff;
}
.story-profile-next {
    padding: 4.5rem 0;
    background: #6c2733;
    color: #fff;
}
.story-profile-next .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.story-profile-next h2 {
    max-width: 750px;
    margin: 0.7rem 0 0;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 3.4rem);
    line-height: 1.05;
}
@media (max-width: 1199.98px) {
    .story-collection-card > a {
        grid-template-columns: 1fr;
    }
    .story-collection-media {
        min-height: 285px;
    }
}
@media (max-width: 991.98px) {
    .story-archive-hero-grid,
    .story-lead-card,
    .story-profile-hero-grid,
    .story-profile-layout,
    .story-ethics-band .container {
        grid-template-columns: 1fr;
    }
    .story-promise-card {
        max-width: 600px;
    }
    .story-lead-media {
        min-height: 430px;
    }
    .story-profile-heading {
        padding-bottom: 2rem;
    }
    .story-profile-media {
        min-height: 430px;
    }
    .story-profile-aside {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .story-trust-card {
        grid-row: span 2;
    }
    .story-ethics-band ul {
        max-width: 760px;
    }
}
@media (max-width: 767.98px) {
    .story-archive-hero {
        padding-bottom: 6rem;
    }
    .story-section-nav .container,
    .story-collection-grid,
    .story-ethics-band ul,
    .story-profile-aside {
        grid-template-columns: 1fr;
    }
    .story-section-nav a + a,
    .story-ethics-band li + li {
        border-top: 1px solid #e4ded5;
        border-left: 0;
    }
    .story-ethics-band li + li {
        border-top-color: #ffffff24;
    }
    .story-section-heading,
    .story-profile-next .container {
        align-items: flex-start;
        flex-direction: column;
    }
    .story-search-panel {
        grid-template-columns: 1fr;
    }
    .story-search-panel .btn {
        width: 100%;
    }
    .story-collection-card > a {
        grid-template-columns: minmax(180px, 0.75fr) minmax(0, 1.25fr);
    }
    .story-profile-media {
        min-height: 390px;
    }
    .story-profile-next .btn {
        width: 100%;
    }
}
@media (max-width: 575.98px) {
    .story-breadcrumb {
        margin-bottom: 2rem;
    }
    .story-lead-media {
        min-height: 330px;
    }
    .story-collection-card > a {
        grid-template-columns: 1fr;
    }
    .story-collection-media {
        min-height: 260px;
    }
    .story-profile-hero {
        padding-top: 2rem;
    }
    .story-profile-media {
        min-height: 320px;
    }
    .story-profile-context .container {
        flex-direction: column;
    }
    .story-change-path article {
        grid-template-columns: 48px minmax(0, 1fr);
    }
}
.admin-body .select2-container {
    width: 100% !important;
}
.admin-body .select2-container--bootstrap-5 .select2-selection {
    min-height: 48px;
    border-radius: 0;
    border-color: #d4d9dd;
    font-size: 0.78rem;
}
.admin-body .select2-container--bootstrap-5 .select2-selection--single {
    padding-top: 0.65rem;
}
.admin-body
    .select2-container--bootstrap-5.select2-container--focus
    .select2-selection,
.admin-body
    .select2-container--bootstrap-5.select2-container--open
    .select2-selection {
    border-color: var(--maroon);
    box-shadow: 0 0 0 0.2rem #6c27331f;
}
.admin-body
    .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__choice {
    border-color: #d8c38a;
    border-radius: 2px;
    background: #f5edda;
    color: #3e433f;
}
.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #bfc6c1;
    border-radius: 0;
    box-shadow: 0 12px 30px #20282324;
}
.select2-container--bootstrap-5
    .select2-results__option--highlighted[aria-selected] {
    background: var(--maroon);
}
.gallery-modal > .gallery-modal-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: min(70vh, 760px);
    padding: 0;
    background: #111;
}
.gallery-modal-stage > img {
    display: block;
    width: 100%;
    max-height: 75vh;
    object-fit: contain;
}
.gallery-modal-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 48px;
    height: 64px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: #340b18e0;
    color: #fff;
    transform: translateY(-50%);
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}
.gallery-modal-nav:hover,
.gallery-modal-nav:focus-visible {
    border-color: var(--gold);
    background: var(--maroon);
}
.gallery-modal-previous {
    left: 1rem;
}
.gallery-modal-next {
    right: 1rem;
}
.gallery-modal > .gallery-modal-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem;
}
.gallery-modal-caption span,
.gallery-modal-caption strong {
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.gallery-modal-caption h2 {
    margin: 0.3rem 0;
}
.gallery-modal-caption p {
    margin: 0;
    color: #ffffffad;
    font-size: 0.76rem;
}
.homepage-slider-manager {
    margin-bottom: 1.5rem;
}
.homepage-slider-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
}
.homepage-slider-heading h2 {
    margin: 0.2rem 0;
}
.homepage-slider-heading > strong {
    flex: 0 0 auto;
    padding: 0.55rem 0.8rem;
    background: var(--gold);
    color: var(--ink);
    font-size: 0.72rem;
}
.homepage-slider-empty {
    margin: 1.2rem 0 0;
    padding: 1rem;
    border-left: 3px solid var(--gold);
    background: #f8f6f3;
}
.homepage-slider-selections {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.2rem;
}
.homepage-slider-selections article {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem;
    border: 1px solid #e2e4e5;
}
.homepage-slider-selections img,
.homepage-slider-restricted {
    width: 72px;
    height: 52px;
    object-fit: cover;
}
.homepage-slider-restricted {
    display: grid;
    place-items: center;
    background: #eee9e5;
    color: var(--maroon);
}
.homepage-slider-selections strong,
.homepage-slider-selections small,
.homepage-slider-selections em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homepage-slider-selections strong {
    white-space: nowrap;
    font-size: 0.78rem;
}
.homepage-slider-selections small,
.homepage-slider-selections em {
    margin-top: 0.2rem;
    font-size: 0.66rem;
}
.homepage-slider-selections em,
.homepage-slide-ineligible {
    color: #8a2d34;
}
.homepage-slide-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 90px;
    gap: 0.65rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e4e5;
}
.homepage-slide-control label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
}
.homepage-slide-control label:nth-of-type(2) {
    display: grid;
    gap: 0.2rem;
}
.media-admin-grid .homepage-slide-control label > span {
    position: static;
    inset: auto;
    padding: 0;
    background: none;
    color: inherit;
}
.media-admin-grid .restricted-lite > span {
    position: static;
    inset: auto;
    padding: 0;
    background: none;
    color: inherit;
}
.homepage-slide-control .btn {
    grid-column: 1 / -1;
}
.homepage-slide-ineligible {
    margin: 1rem 0 0;
    padding: 0.75rem;
    background: #fbf5ee;
    font-size: 0.7rem;
    line-height: 1.45;
}
@media (max-width: 991.98px) {
    .homepage-slider-selections {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575.98px) {
    .gallery-modal-nav {
        width: 42px;
        height: 54px;
    }
    .gallery-modal-previous {
        left: 0.5rem;
    }
    .gallery-modal-next {
        right: 0.5rem;
    }
    .gallery-modal > .gallery-modal-caption,
    .homepage-slider-heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .homepage-slider-selections article {
        grid-template-columns: 58px minmax(0, 1fr);
    }
    .homepage-slider-selections img,
    .homepage-slider-restricted {
        width: 58px;
        height: 48px;
    }
    .homepage-slider-selections form {
        grid-column: 2;
    }
}
@media (max-width: 575.98px) {
    .project-profile-facts > .container,
    .project-profile-impact > .container > div {
        grid-template-columns: 1fr;
    }
    .project-profile-facts > .container > div {
        border-top: 1px solid var(--line);
        border-left: 1px solid var(--line);
    }
    .project-profile-facts > .container > div:first-child {
        border-top: 0;
    }
    .project-profile-updates article {
        grid-template-columns: 1fr;
    }
    .project-profile-updates time {
        grid-row: auto;
        margin-bottom: 0.45rem;
    }
}
.project-list {
    margin-top: 2.5rem;
}
.project-card {
    height: 100%;
}
.project-card small {
    display: block;
    color: var(--muted);
}
.project-impact small {
    display: block;
    font-size: 0.65rem;
}
.project-partner-row {
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) 1fr 100px;
    gap: 1rem;
    align-items: center;
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--line);
}
.indicator-admin-block {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}
.indicator-admin-block > div > strong,
.indicator-admin-block > div > small {
    display: block;
}
.indicator-value-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.6rem;
    padding: 0.6rem;
    background: var(--cream);
}
.indicator-value-row > span {
    flex: 1;
}
.programme-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 110px 80px auto 80px;
    gap: 0.6rem;
    align-items: center;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--line);
}
.issue-section {
    max-width: 920px;
    margin: 0 auto 3rem;
}
.issue-section > img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    background: #fff;
    box-shadow: 0 12px 36px #00000014;
}
.media-picker {
    padding: 1rem;
    border: 1px solid var(--line);
    background: var(--cream);
}
.media-picker-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1rem;
}
.media-picker-heading-single,
.media-picker-heading strong,
.media-picker-heading small,
.media-picker-preview span {
    display: block;
}
.media-picker-preview {
    width: 100%;
    margin-bottom: 1rem;
}
.media-picker-preview img {
    display: block;
    width: 100%;
    max-height: 300px;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    border: 1px solid var(--line);
    background: #fff;
}
.media-picker-preview span {
    width: 100%;
    margin-top: 0.35rem;
    overflow: hidden;
    font-size: 0.7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-picker-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    min-height: 220px;
}
.media-picker-tile {
    min-width: 0;
    padding: 0.65rem;
    border: 2px solid transparent;
    background: var(--cream);
    color: var(--ink);
    text-align: left;
}
.media-picker-tile:hover,
.media-picker-tile:focus-visible {
    border-color: var(--maroon);
    outline: 0;
}
.media-picker-tile.is-selected {
    border-color: var(--maroon);
    box-shadow: inset 0 0 0 2px var(--maroon);
}
.media-picker-tile img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #fff;
}
.media-picker-tile strong,
.media-picker-tile small {
    display: block;
    margin-top: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-picker-selection {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.media-picker-selection figure {
    position: relative;
    min-width: 0;
    margin: 0;
}
.media-picker-selection img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 0.6rem;
    object-fit: cover;
}
.media-picker-selection figcaption {
    overflow: hidden;
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.75rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-picker-selection button {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 1.8rem;
    height: 1.8rem;
    border: 0;
    border-radius: 50%;
    background: #000000bf;
    color: #fff;
    line-height: 1;
}
.article-image-cluster {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}
.article-image-cluster img {
    width: 100%;
    height: clamp(220px, 32vw, 420px);
    margin: 0;
    object-fit: cover;
    border-radius: 0.5rem;
}
@media (max-width: 991px) {
    .media-picker-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .media-picker-heading {
        grid-template-columns: 1fr;
    }
    .media-picker-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .article-image-cluster {
        grid-template-columns: 1fr;
    }
    .article-image-cluster img {
        height: auto;
        max-height: 520px;
        object-fit: contain;
    }
}
@media (min-width: 1400px) {
    .navbar .dropdown:hover > .dropdown-menu,
    .navbar .dropdown:focus-within > .dropdown-menu {
        display: grid;
    }
    .navbar .dropdown-menu {
        top: calc(100% - 0.25rem);
        max-width: min(690px, calc(100vw - 2rem));
    }
    .navbar .dropdown:not(.media-menu) > .dropdown-menu {
        grid-template-columns: 1fr;
        min-width: 320px;
    }
    .navbar .media-menu > .dropdown-menu {
        right: 0;
        left: auto;
        width: min(690px, calc(100vw - 2rem));
        min-width: 0;
    }
}
@media (max-width: 1399.98px) {
    .navbar-nav {
        align-items: stretch !important;
        max-height: calc(100vh - 130px);
        padding: 1rem 0 1.5rem;
        overflow-y: auto;
    }
    .navbar .dropdown-menu {
        position: static;
        width: auto;
        max-width: 100%;
        min-width: 0 !important;
        margin: 0 0 0.5rem 0.75rem;
        border-left: 2px solid var(--gold);
        box-shadow: none;
    }
    .navbar .media-menu > .dropdown-menu.show {
        display: block;
    }
    .admin-sidebar-backdrop.open {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1040;
        border: 0;
        background: #071e428c;
    }
}
@media (max-width: 480px) {
    .home-hero-content {
        width: 100%;
        max-width: 100%;
    }
    .home-hero h1 {
        font-size: clamp(2.7rem, 13vw, 3.15rem);
    }
    .home-hero p {
        font-size: 1rem;
    }
    .hero-actions > .btn {
        width: 100%;
    }
    .hero-tag {
        letter-spacing: 0.1em;
    }
}
@media (max-width: 575.98px) {
    main .container > .row,
    footer .container > .row {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .taxonomy-row,
    .menu-item-row,
    .project-partner-row,
    .programme-row {
        grid-template-columns: 1fr;
    }
    .indicator-value-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .menu-item-row.is-child {
        margin-left: 1rem;
    }
}
.about-eyebrow,
.team-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.about-eyebrow:after,
.team-eyebrow:after {
    width: 2.75rem;
    height: 1px;
    background: currentColor;
    content: "";
}
.about-eyebrow:not(.about-eyebrow-light),
.team-eyebrow-dark {
    color: var(--maroon);
}
.about-hero {
    position: relative;
    min-height: 670px;
    overflow: hidden;
    background: var(--maroon-deep);
    color: #fff;
    isolation: isolate;
}
.about-hero:before,
.about-hero:after {
    position: absolute;
    inset: 0;
    content: "";
}
.about-hero:before {
    z-index: -2;
    background: var(--about-hero-image) center 45% / cover no-repeat;
    transform: scale(1.01);
}
.about-hero:after {
    z-index: -1;
    background:
        linear-gradient(
            90deg,
            #2d0c14fa,
            #2d0c14e8 36%,
            #2d0c1485 63%,
            #2d0c1421
        ),
        linear-gradient(0deg, rgba(45, 12, 20, 0.45), transparent 55%);
}
.about-hero-inner {
    display: flex;
    min-height: 670px;
    align-items: center;
}
.about-hero-copy {
    width: min(720px, 62%);
    padding: 5rem 0 7rem;
}
.about-breadcrumb,
.team-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 2.2rem;
    color: #ffffffb8;
    font-size: 0.72rem;
}
.about-breadcrumb a,
.team-breadcrumb a {
    color: var(--gold);
}
.about-breadcrumb i,
.team-breadcrumb i {
    font-size: 0.55rem;
}
.about-hero h1 {
    max-width: 760px;
    margin: 1.2rem 0 1.5rem;
    color: #fffaf0;
    font-size: clamp(3.7rem, 6.2vw, 6.4rem);
    line-height: 0.98;
    text-wrap: balance;
}
.about-hero-copy > p {
    max-width: 640px;
    margin-bottom: 2rem;
    color: #ffffffd6;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
}
.about-hero-actions {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}
.about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 0.3rem;
    color: var(--maroon);
    font-weight: 700;
}
.about-text-link-light {
    color: #fff;
}
.about-impact {
    position: relative;
    z-index: 2;
    margin-top: -4rem;
}
.about-impact-grid {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(212, 163, 42, 0.8);
    border-radius: 0.45rem;
    background: var(--cream);
    box-shadow: 0 22px 55px #2d0c1429;
    grid-template-columns: repeat(4, 1fr);
}
.about-impact-grid article {
    position: relative;
    display: flex;
    min-height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
}
.about-impact-grid article:not(:last-child):after {
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 2rem;
    width: 1px;
    background: #d4a32a66;
    content: "";
}
.about-impact-grid strong {
    color: var(--maroon);
    font-family: Georgia, serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1;
}
.about-impact-grid span {
    margin-top: 0.8rem;
    color: var(--ink);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.about-section {
    padding: 7rem 0;
}
.about-story {
    padding-top: 9rem;
}
.about-story-grid,
.about-reach-grid {
    display: grid;
    align-items: center;
    gap: clamp(3.5rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}
.about-story-media,
.about-reach-media {
    position: relative;
    min-height: 540px;
}
.about-story-media:before,
.about-reach-media:before {
    position: absolute;
    z-index: -1;
    top: -1.4rem;
    right: -1.4rem;
    width: 55%;
    height: 70%;
    border: 1px solid var(--gold);
    content: "";
}
.about-story-media > img,
.about-reach-media > img,
.about-image-placeholder {
    width: 100%;
    height: 540px;
    border-radius: 7rem 0.4rem 0.4rem;
    object-fit: cover;
}
.about-image-placeholder {
    display: grid;
    place-items: center;
    background: var(--navy);
    color: var(--gold);
    font-size: 4rem;
}
.about-story-badge {
    position: absolute;
    right: -2rem;
    bottom: 2rem;
    display: flex;
    width: 168px;
    height: 168px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 7px solid #fff;
    border-radius: 50%;
    background: var(--gold);
    color: var(--maroon-deep);
    text-align: center;
}
.about-story-badge strong {
    font-family: Georgia, serif;
    font-size: 2.1rem;
}
.about-story-badge span {
    max-width: 110px;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}
.about-story-copy h2,
.about-reach h2,
.about-journey-copy h2,
.about-section-heading h2 {
    margin: 1rem 0 1.4rem;
    color: var(--ink);
    font-size: clamp(2.5rem, 4vw, 4.4rem);
}
.about-story-copy > p,
.about-reach-grid > div > p,
.about-journey-copy > p,
.about-section-heading > p {
    color: var(--muted);
}
.about-lead {
    color: var(--ink) !important;
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    line-height: 1.75;
}
.about-focus-grid {
    display: grid;
    margin-top: 2rem;
    gap: 0.8rem;
    grid-template-columns: 1fr 1fr;
}
.about-focus-grid article {
    display: flex;
    min-height: 115px;
    align-items: flex-start;
    gap: 1rem;
    border: 1px solid var(--line);
    border-radius: 0.4rem;
    padding: 1.3rem;
    background: #fff;
}
.about-focus-grid i {
    color: var(--gold-dark);
    font-size: 1.35rem;
}
.about-focus-grid small,
.about-focus-grid strong {
    display: block;
}
.about-focus-grid small {
    margin-bottom: 0.35rem;
    color: var(--gold-dark);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.about-focus-grid strong {
    color: var(--maroon);
    font-family: Georgia, serif;
    font-size: 1.05rem;
}
.about-priorities,
.about-reach,
.about-cms-copy {
    border-block: 1px solid var(--line);
    background: var(--cream);
}
.about-section-heading {
    max-width: 790px;
    margin: 0 auto 3.5rem;
    text-align: center;
}
.about-section-heading .about-eyebrow {
    justify-content: center;
}
.about-priority-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
}
.about-priority-grid article {
    min-height: 260px;
    border: 1px solid var(--line);
    border-radius: 0.45rem;
    padding: 1.8rem;
    background: #ffffffd1;
    grid-column: span 2;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}
.about-priority-grid article:nth-child(4) {
    grid-column: 2 / span 2;
}
.about-priority-grid article:hover {
    transform: translateY(-0.35rem);
    border-color: var(--gold);
    box-shadow: 0 18px 40px #2d0c1414;
}
.about-priority-grid article > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-priority-grid article > div span {
    color: var(--gold-dark);
    font-family: Georgia, serif;
    font-size: 2.5rem;
}
.about-priority-grid article > div i {
    color: var(--maroon);
    font-size: 1.5rem;
}
.about-priority-grid h3 {
    margin: 1.2rem 0 0.75rem;
    color: var(--maroon);
    font-family: Georgia, serif;
    font-size: 1.3rem;
}
.about-priority-grid p {
    color: var(--muted);
    font-size: 0.9rem;
}
.about-identity {
    overflow: hidden;
    background: var(--maroon-deep);
    color: #fff;
}
.about-identity-grid {
    display: grid;
    gap: 1.3rem;
    grid-template-columns: 1.15fr 1fr 1fr;
}
.about-identity-intro {
    padding-right: 2rem;
}
.about-identity-intro h2 {
    margin: 1rem 0 1.5rem;
    color: #fff;
    font-size: clamp(2.6rem, 4.2vw, 4.6rem);
}
.about-identity-intro p {
    color: #ffffffb3;
}
.about-identity-grid > article {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 0.45rem;
    padding: 2.5rem 2rem;
    background: #ffffff0f;
}
.about-identity-grid > article > span {
    position: absolute;
    top: 1.3rem;
    right: 1.4rem;
    color: #d4a32a6b;
    font-family: Georgia, serif;
    font-size: 2.4rem;
}
.about-identity-grid > article small {
    color: var(--gold);
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.about-identity-grid > article h3 {
    margin-top: 2rem;
    color: #fffaf0;
    font-family: Georgia, serif;
    font-size: clamp(1.25rem, 1.8vw, 1.7rem);
    font-weight: 500;
    line-height: 1.45;
}
.about-journey-grid {
    display: grid;
    gap: clamp(4rem, 8vw, 7rem);
    grid-template-columns: 0.9fr 1.1fr;
}
.about-journey-copy {
    position: sticky;
    top: 7rem;
    align-self: start;
}
.about-timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3rem;
    width: 1px;
    background: #d4a32aa6;
    content: "";
}
.about-timeline li {
    position: relative;
    display: grid;
    min-height: 155px;
    gap: 2rem;
    grid-template-columns: 6rem 1fr;
}
.about-timeline li > span {
    position: relative;
    z-index: 1;
    display: flex;
    width: 6rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold);
    border-radius: 2rem;
    background: #fff;
    color: var(--maroon);
    font-family: Georgia, serif;
    font-weight: 700;
}
.about-timeline h3 {
    margin: 0.15rem 0 0.5rem;
    color: var(--maroon);
    font-family: Georgia, serif;
    font-size: 1.3rem;
}
.about-timeline p {
    color: var(--muted);
}
.about-reach-media {
    order: 2;
}
.about-reach-media:before {
    top: auto;
    right: auto;
    bottom: -1.4rem;
    left: -1.4rem;
}
.about-reach-media > img,
.about-reach-media .about-image-placeholder {
    border-radius: 0.4rem 0.4rem 7rem;
}
.about-reach-media > span {
    position: absolute;
    right: -1.5rem;
    bottom: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 2rem;
    padding: 0.8rem 1.2rem;
    background: var(--maroon);
    box-shadow: 0 15px 35px #2d0c142e;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
}
.about-reach-media > span i {
    color: var(--gold);
}
.about-cms-copy .article-body {
    max-width: 900px;
    margin: auto;
    padding: 2rem;
    background: #fff;
}
.about-cta,
.team-join {
    padding: 5rem 0;
    background: var(--maroon);
    color: #fff;
}
.about-cta .container,
.team-join .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}
.about-cta h2,
.team-join h2 {
    max-width: 760px;
    margin: 1rem 0 0;
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 4.4rem);
}
.about-cta .container > div:last-child,
.team-join .container > div:last-child {
    display: flex;
    flex-shrink: 0;
    gap: 0.75rem;
}
.team-directory-hero,
.team-profile-hero {
    background:
        radial-gradient(
            circle at 85% 25%,
            rgba(212, 163, 42, 0.15),
            transparent 24%
        ),
        linear-gradient(125deg, var(--maroon-deep), var(--navy));
    color: #fff;
}
.team-directory-hero {
    padding: 5rem 0;
}
.team-directory-hero .container {
    display: grid;
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 260px;
}
.team-directory-hero h1,
.team-profile-hero h1 {
    margin: 1rem 0;
    color: #fff;
    font-size: clamp(3rem, 5.3vw, 5.7rem);
}
.team-directory-hero .container > div > p {
    max-width: 720px;
    color: #ffffffc2;
    font-size: 1.08rem;
}
.team-directory-hero aside {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    padding: 1.8rem;
    background: #ffffff14;
}
.team-directory-hero aside i,
.team-directory-hero aside strong,
.team-directory-hero aside span {
    display: block;
}
.team-directory-hero aside i {
    color: var(--gold);
    font-size: 1.7rem;
}
.team-directory-hero aside strong {
    margin: 0.8rem 0 0.2rem;
    font-family: Georgia, serif;
    font-size: 3.2rem;
    line-height: 1;
}
.team-directory-hero aside span {
    color: #ffffffb3;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.team-directory-intro {
    padding: 5.5rem 0;
    background: #fff;
}
.team-directory-intro .container {
    display: grid;
    align-items: start;
    gap: 5rem;
    grid-template-columns: 1fr 1fr;
}
.team-directory-intro h2 {
    margin: 1rem 0 0;
    color: var(--ink);
    font-size: clamp(2.5rem, 4vw, 4.3rem);
}
.team-directory-intro h2 em {
    color: var(--maroon);
}
.team-directory-intro p {
    color: var(--muted);
    font-size: 1.05rem;
}
.team-values {
    display: grid;
    gap: 0.6rem;
    grid-template-columns: 1fr 1fr;
}
.team-values span {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.82rem;
    font-weight: 700;
}
.team-values i {
    display: grid;
    width: 1.5rem;
    height: 1.5rem;
    place-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: var(--maroon-deep);
    font-size: 0.65rem;
}
.team-directory {
    padding: 1.5rem 0 7rem;
    background: var(--cream);
}
.team-directory-toolbar {
    display: grid;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    padding: 0.8rem;
    background: #fff;
    grid-template-columns: 1fr 280px;
}
.team-directory-toolbar > div {
    display: flex;
    gap: 0.35rem;
    overflow-x: auto;
}
.team-directory-toolbar button {
    flex: 0 0 auto;
    border: 0;
    border-radius: 2rem;
    padding: 0.65rem 1rem;
    background: transparent;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
}
.team-directory-toolbar button:hover,
.team-directory-toolbar button.active {
    background: var(--maroon);
    color: #fff;
}
.team-directory-toolbar label {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid var(--line);
    border-radius: 2rem;
    padding: 0.55rem 1rem;
    color: var(--muted);
}
.team-directory-toolbar input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
}
.team-group {
    margin-bottom: 5rem;
}
.team-group > header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
.team-group > header h2 {
    max-width: 790px;
    margin: 0.8rem 0 0;
    color: var(--ink);
    font-size: clamp(2rem, 3.1vw, 3.5rem);
}
.team-group > header > span {
    flex-shrink: 0;
    border: 1px solid var(--line);
    border-radius: 2rem;
    padding: 0.45rem 0.8rem;
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.team-feature-card {
    display: grid;
    min-height: 500px;
    overflow: hidden;
    border-radius: 0.55rem;
    background: var(--maroon-deep);
    box-shadow: 0 24px 60px #2d0c1429;
    color: #fff;
    grid-template-columns: 1.05fr 0.95fr;
}
.team-feature-image img,
.team-feature-image > div {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: top center;
}
.team-feature-image > div,
.team-card-image > div,
.team-profile-portrait > div {
    display: grid;
    place-items: center;
    background: var(--navy);
    color: var(--gold);
    font-size: 4rem;
}
.team-feature-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2rem, 5vw, 5rem);
}
.team-feature-copy > span,
.team-card-image > span {
    border-radius: 2rem;
    padding: 0.45rem 0.75rem;
    background: var(--gold);
    color: var(--maroon-deep);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.team-feature-copy h3 {
    margin: 1.3rem 0 0.4rem;
    color: #fff;
    font-size: clamp(2.5rem, 4vw, 4.5rem);
}
.team-feature-copy strong {
    color: var(--gold);
}
.team-feature-copy p {
    margin: 1.5rem 0;
    color: #ffffffb8;
}
.team-feature-copy a,
.team-card-copy > strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 1rem;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.team-card-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.team-profile-card {
    min-width: 0;
}
.team-profile-card > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    background: #fff;
    color: var(--ink);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}
.team-profile-card > a:hover {
    transform: translateY(-0.4rem);
    border-color: var(--gold);
    box-shadow: 0 18px 40px #2d0c141c;
}
.team-card-image {
    position: relative;
    height: 360px;
    overflow: hidden;
    background: var(--navy);
}
.team-card-image img,
.team-card-image > div {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.35s ease;
}
.team-profile-card > a:hover .team-card-image img {
    transform: scale(1.035);
}
.team-card-image > span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}
.team-card-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.5rem;
}
.team-card-copy small {
    color: var(--maroon);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1.5;
    text-transform: uppercase;
}
.team-card-copy h3 {
    margin: 0.55rem 0 0.75rem;
    color: var(--ink);
    font-size: 1.55rem;
}
.team-card-copy p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 1.5rem;
    color: var(--muted);
    font-size: 0.86rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.team-card-copy > strong {
    margin-top: auto;
    border-top-color: var(--line);
    color: var(--maroon);
}
.team-empty-filter {
    padding: 4rem 1rem;
    text-align: center;
}
.team-empty-filter i,
.team-empty-filter strong,
.team-empty-filter p {
    display: block;
}
.team-empty-filter i {
    margin-bottom: 1rem;
    color: var(--gold);
    font-size: 2rem;
}
.team-empty-filter p {
    color: var(--muted);
}
.team-join p {
    max-width: 700px;
    margin: 1rem 0 0;
    color: #ffffffb8;
}
.team-profile-hero {
    padding: 3.5rem 0 5rem;
}
.team-profile-hero h1 {
    margin-bottom: 0.5rem;
}
.team-profile-hero > .container > p {
    color: var(--gold);
    font-size: 1.1rem;
    font-weight: 800;
}
.team-profile-back {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: 700;
}
.team-profile-main {
    padding: 6rem 0;
    background: var(--cream);
}
.team-profile-main > .container {
    display: grid;
    align-items: start;
    gap: 3rem;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
}
.team-profile-main aside {
    position: sticky;
    top: 6rem;
}
.team-profile-portrait {
    overflow: hidden;
    border-radius: 7rem 0.5rem 0.5rem;
    box-shadow: 0 18px 45px #2d0c1424;
}
.team-profile-portrait img,
.team-profile-portrait > div {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top center;
}
.team-profile-contact {
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
    gap: 0.65rem;
    border: 1px solid var(--line);
    border-radius: 0.45rem;
    padding: 1.3rem;
    background: #fff;
}
.team-profile-contact > span {
    color: var(--muted);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}
.team-profile-contact a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    overflow-wrap: anywhere;
    color: var(--maroon);
    font-size: 0.85rem;
    font-weight: 700;
}
.team-profile-biography {
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    padding: clamp(2rem, 5vw, 4.5rem);
    background: #fff;
}
.team-profile-biography h2 {
    margin: 1rem 0 1.5rem;
    color: var(--ink);
    font-size: clamp(2.4rem, 4vw, 4.2rem);
}
.team-profile-summary {
    border-left: 4px solid var(--gold);
    padding: 1.2rem 1.4rem;
    background: var(--cream);
    color: var(--maroon);
    font-family: Georgia, serif;
    font-size: 1.15rem;
    font-style: italic;
}
.team-profile-biography .article-body {
    padding: 1rem 0;
}
.team-profile-safeguarding {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    border: 1px solid var(--line);
    border-radius: 0.4rem;
    padding: 1.2rem;
    background: var(--cream);
}
.team-profile-safeguarding i {
    color: var(--maroon);
    font-size: 2rem;
}
.team-profile-safeguarding strong,
.team-profile-safeguarding p {
    display: block;
    margin: 0;
}
.team-profile-safeguarding p {
    color: var(--muted);
    font-size: 0.82rem;
}
.team-profile-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 2rem;
}
@media (max-width: 991px) {
    .about-hero-copy {
        width: 82%;
    }
    .about-story-grid,
    .about-reach-grid,
    .about-journey-grid,
    .team-directory-intro .container,
    .team-feature-card,
    .team-profile-main > .container {
        grid-template-columns: 1fr;
    }
    .about-identity-grid {
        grid-template-columns: 1fr 1fr;
    }
    .about-identity-intro {
        grid-column: 1 / -1;
    }
    .about-journey-copy,
    .team-profile-main aside {
        position: static;
    }
    .about-reach-media {
        order: 0;
    }
    .team-directory-hero .container {
        grid-template-columns: 1fr 220px;
    }
    .team-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .team-feature-image img,
    .team-feature-image > div {
        height: 480px;
    }
}
@media (max-width: 767px) {
    .about-eyebrow,
    .team-eyebrow {
        flex-wrap: wrap;
        font-size: 0.65rem;
        letter-spacing: 0.11em;
    }
    .about-eyebrow:after,
    .team-eyebrow:after {
        width: 2rem;
    }
    .about-hero,
    .about-hero-inner {
        min-height: 650px;
    }
    .about-hero:after {
        background: linear-gradient(90deg, #2d0c14f7, #2d0c14b8);
    }
    .about-hero-copy {
        width: 100%;
        padding: 4rem 0 6rem;
    }
    .about-hero h1 {
        max-width: 100%;
        font-size: clamp(2.8rem, 12.5vw, 3.7rem);
        text-wrap: wrap;
    }
    .about-hero-actions,
    .about-cta .container,
    .team-join .container,
    .team-group > header {
        align-items: stretch;
        flex-direction: column;
    }
    .about-impact {
        margin-top: -2.6rem;
    }
    .about-impact-grid {
        grid-template-columns: 1fr 1fr;
    }
    .about-impact-grid article {
        min-height: 125px;
        padding: 1rem;
    }
    .about-impact-grid article:nth-child(2):after {
        display: none;
    }
    .about-section {
        padding: 5rem 0;
    }
    .about-story {
        padding-top: 6.5rem;
    }
    .about-story-media,
    .about-reach-media,
    .about-story-media > img,
    .about-reach-media > img,
    .about-image-placeholder {
        min-height: 400px;
        height: 400px;
    }
    .about-story-badge {
        right: 0.75rem;
        bottom: -2rem;
        width: 135px;
        height: 135px;
    }
    .about-focus-grid,
    .about-identity-grid,
    .team-values,
    .team-directory-hero .container,
    .team-card-grid,
    .about-priority-grid {
        grid-template-columns: 1fr;
    }
    .about-priority-grid article,
    .about-priority-grid article:nth-child(4) {
        min-height: auto;
        grid-column: auto;
    }
    .about-identity-intro {
        grid-column: auto;
        padding-right: 0;
    }
    .about-timeline:before {
        left: 2.3rem;
    }
    .about-timeline li {
        gap: 1.1rem;
        grid-template-columns: 4.6rem 1fr;
    }
    .about-timeline li > span {
        width: 4.6rem;
        font-size: 0.72rem;
    }
    .about-cta .container > div:last-child,
    .team-join .container > div:last-child,
    .team-profile-actions {
        flex-direction: column;
    }
    .team-directory-hero {
        padding: 3.5rem 0;
    }
    .team-directory-hero .container > div,
    .team-profile-hero .container {
        min-width: 0;
    }
    .team-directory-hero h1,
    .team-profile-hero h1 {
        max-width: 100%;
        font-size: clamp(2.65rem, 11.5vw, 3.5rem);
        text-wrap: wrap;
    }
    .team-directory-hero .container > div > p {
        max-width: 100%;
        font-size: 1rem;
    }
    .team-directory-hero aside {
        max-width: 280px;
    }
    .team-directory-intro {
        padding: 4rem 0;
    }
    .team-directory-intro .container {
        gap: 2rem;
    }
    .team-directory-toolbar {
        grid-template-columns: 1fr;
    }
    .team-card-image {
        height: 430px;
    }
    .team-feature-copy {
        padding: 2.2rem 1.5rem 2.6rem;
    }
    .team-feature-image img,
    .team-feature-image > div {
        min-height: 420px;
        height: 420px;
    }
    .team-profile-main {
        padding: 4rem 0;
    }
    .team-profile-portrait img,
    .team-profile-portrait > div {
        height: 440px;
    }
}
.dropdown-menu-intro {
    padding: 1rem 1.15rem;
    background: var(--navy);
    color: #fff;
}
.dropdown-menu-intro span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.dropdown-menu-intro p {
    max-width: 520px;
    margin: 0;
    color: #ffffffc7;
    font-size: 0.82rem;
    line-height: 1.55;
}
.dropdown-menu-footer {
    padding: 0.8rem 1.15rem;
    border-top: 1px solid var(--line);
    background: var(--cream);
}
.dropdown-menu-footer a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--maroon);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}
@media (min-width: 1400px) {
    .navbar
        .dropdown:is(.what-we-do-menu, .get-involved-menu)
        > .dropdown-menu {
        left: 50%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: min(820px, calc(100vw - 2rem));
        min-width: 0;
        padding: 0;
        overflow: hidden;
        transform: translate(-45%);
    }
    :is(.what-we-do-menu, .get-involved-menu) .dropdown-menu-intro,
    :is(.what-we-do-menu, .get-involved-menu) .dropdown-menu-footer {
        grid-column: 1 / -1;
    }
    :is(.what-we-do-menu, .get-involved-menu)
        .dropdown-menu
        > li:not(.dropdown-menu-intro):not(.dropdown-menu-footer) {
        min-width: 0;
        padding: 0.35rem;
    }
    :is(.what-we-do-menu, .get-involved-menu)
        .dropdown-menu
        > li:not(.dropdown-menu-intro):not(.dropdown-menu-footer)
        + li {
        border-left: 1px solid var(--line);
    }
    :is(.what-we-do-menu, .get-involved-menu) .dropdown-item {
        align-items: flex-start;
        height: 100%;
        padding: 1rem;
        white-space: normal;
    }
    :is(.what-we-do-menu, .get-involved-menu) .dropdown-item i {
        flex: 0 0 auto;
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        background: color-mix(in srgb, var(--maroon) 9%, white);
        color: var(--maroon);
        line-height: 2.4rem;
        text-align: center;
    }
    :is(.what-we-do-menu, .get-involved-menu) .dropdown-item span {
        min-width: 0;
    }
    .media-menu .dropdown-menu-intro,
    .media-menu .dropdown-menu-footer {
        grid-column: 1 / -1;
    }
    .media-menu
        .dropdown-menu
        > li:not(.dropdown-menu-intro):not(.dropdown-menu-footer) {
        min-width: 0;
    }
}
.work-page {
    color: var(--ink);
    background: #fff;
}
.work-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 5.8rem 0 7rem;
    background: var(--navy);
    color: #fff;
}
.work-hero:before,
.work-hero:after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
}
.work-hero:before {
    top: -260px;
    right: -170px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 0 75px #ffffff06,
        0 0 0 150px #ffffff05;
}
.work-hero:after {
    bottom: -190px;
    left: 18%;
    width: 390px;
    height: 390px;
    background: #6c122d73;
    filter: blur(2px);
}
.projects-hero-redesign {
    background: linear-gradient(118deg, #19382f, #285345 56%, #68132d 125%);
}
.events-hero-redesign {
    background: linear-gradient(118deg, #19382f, #315f4f 60%, #7b6330 135%);
}
.stories-hero-redesign {
    background: linear-gradient(118deg, #2c0a17, #66152f 58%, #533147 135%);
}
.work-hero > .container {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: clamp(3rem, 7vw, 7rem);
}
.work-hero-copy {
    max-width: 790px;
}
.work-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 2.4rem;
    color: #ffffff9e;
    font-size: 0.76rem;
}
.work-breadcrumb a {
    color: #fff;
    text-decoration: none;
}
.work-breadcrumb i {
    color: var(--gold);
    font-size: 0.55rem;
}
.work-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.work-eyebrow:before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}
.work-eyebrow-dark {
    color: var(--maroon);
}
.work-hero h1 {
    max-width: 820px;
    margin: 1rem 0 1.35rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(3.25rem, 6vw, 5.6rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.045em;
}
.work-hero-copy > p {
    max-width: 680px;
    margin: 0;
    color: #ffffffc7;
    font-size: 1.1rem;
    line-height: 1.75;
}
.work-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2.1rem;
}
.work-hero-copy > .btn {
    margin-top: 2.1rem;
}
.work-hero-panel,
.story-ethics-panel {
    position: relative;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.35rem;
    background: #ffffff12;
    box-shadow: 0 30px 80px #0000002e;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.work-hero-panel > span,
.story-ethics-panel > span {
    display: block;
    margin-bottom: 0.8rem;
    color: var(--gold);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.work-hero-panel > div {
    display: grid;
    align-items: center;
    grid-template-columns: 85px 1fr;
    gap: 0.7rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.work-hero-panel strong {
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
}
.work-hero-panel small {
    color: #ffffffb3;
    font-size: 0.78rem;
}
.story-ethics-panel i {
    display: grid;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1.5rem;
    place-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    font-size: 1.35rem;
}
.story-ethics-panel strong {
    display: block;
    margin-bottom: 0.7rem;
    font-family: Georgia, serif;
    font-size: 1.65rem;
    font-weight: 400;
}
.story-ethics-panel p {
    margin: 0;
    color: #ffffffb8;
    font-size: 0.84rem;
    line-height: 1.65;
}
.work-nav-strip {
    position: relative;
    z-index: 3;
    margin-top: -2.15rem;
}
.work-nav-strip .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    border-radius: 0.35rem;
    background: #fff;
    box-shadow: 0 18px 55px #1f272324;
    overflow: hidden;
}
.work-nav-strip a {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
    padding: 1.3rem 1.5rem;
    border-bottom: 4px solid transparent;
    color: var(--ink);
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}
.work-nav-strip a + a {
    border-left: 1px solid var(--line);
}
.work-nav-strip a:hover,
.work-nav-strip a.active {
    border-bottom-color: var(--gold);
    background: var(--cream);
}
.work-nav-strip a > i {
    flex: 0 0 auto;
    color: var(--maroon);
    font-size: 1.35rem;
}
.work-nav-strip a span,
.work-nav-strip a strong,
.work-nav-strip a small {
    display: block;
    min-width: 0;
}
.work-nav-strip a strong {
    margin-bottom: 0.15rem;
    font-family: Georgia, serif;
    font-size: 1.05rem;
}
.work-nav-strip a small {
    color: var(--muted);
    font-size: 0.7rem;
}
.work-section {
    padding: 6.5rem 0;
}
.work-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
}
.work-section-heading h2,
.work-pillars h2,
.event-cta h2,
.story-principles h2 {
    max-width: 720px;
    margin: 0.75rem 0 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.3rem, 4vw, 3.7rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.035em;
}
.work-section-heading > a {
    color: var(--maroon);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}
.work-section-heading > a i {
    margin-left: 0.35rem;
}
.work-section-heading > span {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.project-spotlight article,
.story-spotlight article {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    min-height: 500px;
    border: 1px solid var(--line);
    background: #fff;
}
.project-spotlight-image,
.story-spotlight-image {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: var(--navy);
}
.project-spotlight-image img,
.story-spotlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.project-spotlight-image > div,
.story-spotlight-image > div {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: inherit;
    place-items: center;
    background: linear-gradient(145deg, #285345, #701833);
    color: #ffffff40;
    font-size: 6rem;
}
.project-spotlight-image > span {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    max-width: calc(100% - 2.4rem);
    padding: 0.55rem 0.75rem;
    background: var(--gold);
    color: var(--navy);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.project-spotlight-copy,
.story-spotlight-copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: clamp(2rem, 5vw, 4.5rem);
}
.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
    color: var(--muted);
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
}
.project-meta i {
    margin-right: 0.35rem;
    color: var(--gold);
    font-size: 0.45rem;
}
.project-spotlight-copy h3 {
    margin: 1.2rem 0 1rem;
    font-family: Georgia, serif;
    font-size: clamp(2rem, 3vw, 3.25rem);
    font-weight: 400;
    line-height: 1.1;
}
.project-spotlight-copy p,
.story-spotlight-copy p {
    color: var(--muted);
    line-height: 1.8;
}
.project-spotlight-copy > a,
.story-spotlight-copy > a {
    margin-top: 1rem;
    color: var(--maroon);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}
.project-directory,
.event-directory,
.story-directory {
    background: var(--cream);
}
.work-filter {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(220px, 1.5fr) minmax(180px, 0.8fr) auto auto;
    gap: 0.8rem;
    margin-bottom: 2.4rem;
    padding: 1.1rem;
    border: 1px solid var(--line);
    background: #fff;
}
.event-filter {
    grid-template-columns: minmax(220px, 1.5fr) minmax(145px, 0.6fr) minmax(
            170px,
            0.7fr
        ) auto auto;
}
.work-filter label > span {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--muted);
    font-size: 0.67rem;
    font-weight: 800;
    text-transform: uppercase;
}
.work-filter label > div {
    display: flex;
    align-items: center;
    min-height: 46px;
    border: 1px solid var(--line);
    background: #fff;
}
.work-filter label i {
    padding-left: 0.9rem;
    color: var(--maroon);
}
.work-filter input,
.work-filter select {
    width: 100%;
    min-height: 46px;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
    color: var(--ink);
}
.work-filter label > div input {
    border: 0;
}
.work-filter > a {
    align-self: center;
    color: var(--maroon);
    font-size: 0.75rem;
    font-weight: 800;
}
.project-editorial-grid,
.story-editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}
.project-editorial-card,
.story-editorial-grid > article,
.event-editorial-list > article {
    min-width: 0;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 12px 34px #1f27230f;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.project-editorial-card:hover,
.story-editorial-grid > article:hover,
.event-editorial-list > article:hover {
    box-shadow: 0 18px 45px #1f27231f;
    transform: translateY(-4px);
}
.project-editorial-card > a,
.story-editorial-grid > article > a,
.event-editorial-list > article > a {
    color: inherit;
    text-decoration: none;
}
.project-card-media,
.story-card-image {
    position: relative;
    height: 255px;
    overflow: hidden;
    background: var(--navy);
}
.project-card-media img,
.story-card-image img,
.event-list-image img,
.event-spotlight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.project-editorial-card:hover img,
.story-editorial-grid > article:hover img,
.event-editorial-list > article:hover img {
    transform: scale(1.035);
}
.project-card-media > div,
.story-card-image > div,
.event-list-image > div,
.event-spotlight-image > div {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(145deg, #285345, #6b1731);
    color: #ffffff47;
    font-size: 3rem;
}
.project-card-media > span,
.story-card-image > span {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    width: fit-content;
    max-width: calc(100% - 1.6rem);
    padding: 0.45rem 0.65rem;
    background: var(--gold);
    color: var(--navy);
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
}
.project-card-copy,
.story-card-copy {
    padding: 1.45rem;
}
.project-card-copy h3 {
    margin: 0.9rem 0 0.7rem;
    font-family: Georgia, serif;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.18;
}
.project-card-copy p,
.story-card-copy p,
.event-list-copy p {
    display: -webkit-box;
    margin: 0 0 1rem;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.project-card-copy > strong,
.story-card-copy strong,
.event-list-copy > strong {
    color: var(--maroon);
    font-size: 0.72rem;
}
.work-pagination {
    margin-top: 2.5rem;
}
.work-empty,
.story-empty-state {
    padding: 4rem 1.5rem;
    border: 1px dashed #c8c0b5;
    background: #fff;
    text-align: center;
}
.work-empty > i,
.story-empty-state > i {
    color: var(--maroon);
    font-size: 2.5rem;
}
.work-empty h3,
.story-empty-state h3 {
    margin: 1rem 0 0.6rem;
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
}
.work-empty p,
.story-empty-state p {
    max-width: 650px;
    margin: 0 auto 1.5rem;
    color: var(--muted);
    line-height: 1.7;
}
.work-pillars {
    padding: 6.5rem 0;
    background: #fff;
}
.work-pillars header {
    max-width: 760px;
    margin-bottom: 2.5rem;
}
.work-pillars .container > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.work-pillars article {
    position: relative;
    min-width: 0;
    padding: 2rem 1.5rem;
}
.work-pillars article + article {
    border-left: 1px solid var(--line);
}
.work-pillars article > span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #d8d2c9;
    font-family: Georgia, serif;
    font-size: 2.5rem;
}
.work-pillars article > i {
    color: var(--maroon);
    font-size: 1.6rem;
}
.work-pillars h3 {
    margin: 2rem 0 0.7rem;
    font-family: Georgia, serif;
    font-size: 1.25rem;
}
.work-pillars p {
    margin: 0;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.65;
}
.event-spotlight article {
    display: grid;
    align-items: stretch;
    grid-template-columns: 125px minmax(260px, 0.85fr) minmax(0, 1.15fr);
    min-height: 390px;
    border: 1px solid var(--line);
}
.event-spotlight-date,
.event-date-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--maroon);
    color: #fff;
}
.event-spotlight-date span,
.event-date-block span {
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.event-spotlight-date strong,
.event-date-block strong {
    font-family: Georgia, serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
}
.event-spotlight-date small,
.event-date-block small {
    color: #ffffffb8;
}
.event-spotlight-image {
    min-height: 390px;
    overflow: hidden;
}
.event-spotlight-copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: clamp(2rem, 4vw, 3.5rem);
    background: #fff;
}
.event-spotlight-copy > span,
.event-list-copy > div span,
.story-spotlight-copy > span,
.story-card-copy > small {
    color: var(--maroon);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.event-spotlight-copy h3 {
    margin: 0.8rem 0;
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1.1;
}
.event-spotlight-copy > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
    color: var(--muted);
}
.event-spotlight-copy small i {
    margin-right: 0.4rem;
    color: var(--gold);
}
.event-spotlight-copy a {
    margin-top: 1.2rem;
    color: var(--maroon);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}
.event-editorial-list {
    display: grid;
    gap: 1rem;
}
.event-editorial-list > article > a {
    display: grid;
    grid-template-columns: 100px 230px minmax(0, 1fr);
    min-height: 220px;
}
.event-list-image {
    min-height: 220px;
    overflow: hidden;
}
.event-list-copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-width: 0;
    padding: 1.5rem 2rem;
}
.event-list-copy > div {
    display: flex;
    gap: 0.6rem;
}
.event-list-copy > div span + span {
    padding-left: 0.6rem;
    border-left: 1px solid var(--line);
    color: var(--muted);
}
.event-list-copy > div span.upcoming {
    color: #167055;
}
.event-list-copy h3 {
    margin: 0.55rem 0 0.5rem;
    font-family: Georgia, serif;
    font-size: 1.65rem;
    font-weight: 400;
}
.event-list-copy > small {
    margin-bottom: 0.7rem;
    color: var(--muted);
    font-size: 0.72rem;
}
.event-list-copy > small i {
    margin-right: 0.4rem;
    color: var(--gold);
}
.event-cta {
    padding: 5rem 0;
    background: var(--navy);
    color: #fff;
}
.event-cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}
.event-cta h2 {
    max-width: 780px;
}
.event-cta p {
    max-width: 650px;
    margin: 1rem 0 0;
    color: #ffffffb3;
}
.event-cta .btn {
    flex: 0 0 auto;
}
.story-spotlight-copy > span {
    margin-bottom: 1rem;
}
.story-spotlight-copy blockquote,
.story-card-copy blockquote {
    margin: 0 0 1rem;
    font-family: Georgia, serif;
    font-weight: 400;
    line-height: 1.22;
}
.story-spotlight-copy blockquote {
    color: var(--ink);
    font-size: clamp(2rem, 3vw, 3.15rem);
}
.story-spotlight-copy h3 {
    font-family: Georgia, serif;
    font-size: 2.6rem;
    font-weight: 400;
}
.story-spotlight-copy > small {
    color: var(--muted);
}
.story-card-image > span {
    background: #fff;
    color: var(--maroon);
}
.story-card-copy blockquote,
.story-card-copy h3 {
    margin-top: 0.8rem;
    font-size: 1.45rem;
}
.story-card-copy > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.7rem;
}
.story-card-copy > div > span {
    min-width: 0;
}
.story-card-copy > div strong {
    flex: 0 0 auto;
}
.story-empty-state > span {
    display: block;
    margin-top: 1rem;
    color: var(--maroon);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.story-empty-state > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 900px;
    margin: 2rem auto;
    border: 1px solid var(--line);
}
.story-empty-state > div span {
    padding: 1.15rem 0.75rem;
    color: var(--muted);
    font-size: 0.72rem;
}
.story-empty-state > div span + span {
    border-left: 1px solid var(--line);
}
.story-empty-state > div strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--gold-dark, #a97810);
    font-family: Georgia, serif;
    font-size: 1.35rem;
}
.story-principles {
    padding: 5.5rem 0;
    background: var(--maroon-deep, #3d0b1d);
    color: #fff;
}
.story-principles .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 4rem;
}
.story-principles .container > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(255, 255, 255, 0.16);
}
.story-principles .container > div span {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem;
    color: #ffffffc7;
    font-size: 0.76rem;
}
.story-principles .container > div span:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.story-principles .container > div span:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.story-principles i {
    color: var(--gold);
}
@media (max-width: 1199.98px) {
    .work-hero > .container {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 3rem;
    }
    .work-filter,
    .event-filter {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .work-filter .btn {
        min-height: 46px;
    }
    .project-editorial-grid,
    .story-editorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991.98px) {
    .work-hero {
        padding: 4.5rem 0 6rem;
    }
    .work-hero > .container,
    .story-principles .container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
    .work-hero-panel,
    .story-ethics-panel {
        max-width: 520px;
    }
    .project-spotlight article,
    .story-spotlight article {
        grid-template-columns: 1fr;
    }
    .project-spotlight-image,
    .story-spotlight-image {
        min-height: 430px;
    }
    .work-pillars .container > div {
        grid-template-columns: repeat(2, 1fr);
    }
    .work-pillars article:nth-child(3) {
        border-left: 0;
    }
    .work-pillars article:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }
    .event-spotlight article {
        grid-template-columns: 100px minmax(220px, 0.8fr) minmax(0, 1.2fr);
    }
    .event-editorial-list > article > a {
        grid-template-columns: 90px 190px minmax(0, 1fr);
    }
}
@media (max-width: 767.98px) {
    .dropdown-menu-intro {
        display: none;
    }
    .dropdown-menu-footer {
        padding: 0.65rem 1rem;
    }
    .work-hero {
        padding: 3.5rem 0 5rem;
    }
    .work-breadcrumb {
        margin-bottom: 1.8rem;
    }
    .work-hero h1 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }
    .work-hero-copy > p {
        font-size: 1rem;
    }
    .work-hero-actions,
    .work-hero-actions .btn,
    .work-hero-copy > .btn {
        width: 100%;
    }
    .work-nav-strip {
        margin-top: -1.25rem;
    }
    .work-nav-strip .container {
        display: flex;
        width: calc(100% - 1.5rem);
        padding: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .work-nav-strip a {
        flex: 0 0 78%;
        padding: 1rem;
        scroll-snap-align: start;
    }
    .work-nav-strip a + a {
        border-left: 1px solid var(--line);
    }
    .work-section,
    .work-pillars {
        padding: 4.5rem 0;
    }
    .work-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }
    .work-filter,
    .event-filter,
    .project-editorial-grid,
    .story-editorial-grid {
        grid-template-columns: 1fr;
    }
    .project-card-media,
    .story-card-image {
        height: 290px;
    }
    .work-pillars .container > div {
        grid-template-columns: 1fr;
    }
    .work-pillars article + article,
    .work-pillars article:nth-child(3) {
        border-top: 1px solid var(--line);
        border-left: 0;
    }
    .event-spotlight article,
    .event-editorial-list > article > a {
        grid-template-columns: 84px minmax(0, 1fr);
    }
    .event-spotlight-image,
    .event-list-image {
        min-height: 240px;
    }
    .event-spotlight-copy,
    .event-list-copy {
        grid-column: 1 / -1;
        padding: 1.5rem;
    }
    .event-spotlight-date strong,
    .event-date-block strong {
        font-size: 2.7rem;
    }
    .event-cta {
        padding: 4rem 0;
    }
    .event-cta .container {
        align-items: flex-start;
        flex-direction: column;
    }
    .story-empty-state > div {
        grid-template-columns: 1fr 1fr;
    }
    .story-empty-state > div span:nth-child(3) {
        border-left: 0;
    }
    .story-empty-state > div span:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }
    .story-principles .container > div {
        grid-template-columns: 1fr;
    }
    .story-principles .container > div span:nth-child(n) {
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }
    .story-principles .container > div span:first-child {
        border-top: 0;
    }
}
.involvement-page {
    color: var(--ink);
    background: #fff;
}
.involvement-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 4.5rem 0 7rem;
    background: var(--navy);
    color: #fff;
}
.involvement-hero:after {
    position: absolute;
    z-index: -1;
    top: -260px;
    right: -210px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px #ffffff06,
        0 0 0 160px #ffffff05;
    content: "";
}
.volunteer-involvement-hero {
    background: linear-gradient(120deg, #19382f, #285345 65%, #657036 135%);
}
.donate-involvement-hero {
    background: linear-gradient(120deg, #320b1a, #681630 58%, #533147 135%);
}
.sponsorship-involvement-hero {
    background: linear-gradient(120deg, #19382f, #315f4f 58%, #55303a 135%);
}
.involvement-hero > .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: clamp(3rem, 7vw, 7rem);
}
.involvement-hero-copy {
    min-width: 0;
}
.involvement-hero h1 {
    max-width: 860px;
    margin: 1rem 0 1.3rem;
    overflow-wrap: anywhere;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(3.4rem, 6vw, 6rem);
    font-weight: 400;
    line-height: 0.97;
    letter-spacing: -0.05em;
}
.involvement-hero-copy > p {
    max-width: 720px;
    margin: 0;
    color: #ffffffc2;
    font-size: 1.05rem;
    line-height: 1.75;
}
.involvement-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}
.involvement-hero-card,
.donate-hero-assurance {
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #ffffff12;
    box-shadow: 0 30px 80px #0003;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.involvement-hero-card > span,
.donate-hero-assurance > span {
    display: block;
    margin-bottom: 0.7rem;
    color: var(--gold);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.involvement-hero-card > div {
    display: grid;
    align-items: center;
    grid-template-columns: 40px 1fr;
    gap: 0.1rem 0.8rem;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.involvement-hero-card > div > i {
    grid-row: span 2;
    color: var(--gold);
    font-size: 1.15rem;
}
.involvement-hero-card strong,
.involvement-hero-card small {
    display: block;
}
.involvement-hero-card strong {
    font-family: Georgia, serif;
    font-size: 1rem;
    font-weight: 400;
}
.involvement-hero-card small {
    color: #ffffff94;
    font-size: 0.68rem;
}
.involvement-hero-card > p {
    margin: 0.8rem 0 0;
    padding: 0.8rem;
    border-left: 3px solid var(--gold);
    background: #ffffff0f;
    color: #ffffffad;
    font-size: 0.7rem;
    line-height: 1.55;
}
.involvement-hero-card > p i {
    margin-right: 0.45rem;
    color: var(--gold);
}
.donate-hero-assurance > i {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 1.3rem;
    place-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    font-size: 1.35rem;
}
.donate-hero-assurance > strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.2;
}
.donate-hero-assurance > p {
    margin: 0.8rem 0 1.2rem;
    color: #ffffffb3;
    font-size: 0.78rem;
    line-height: 1.65;
}
.donate-hero-assurance > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.donate-hero-assurance > div span {
    padding: 0.9rem 0.5rem 0;
    color: #ffffffa8;
    font-size: 0.62rem;
}
.donate-hero-assurance > div span:first-child {
    padding-left: 0;
}
.donate-hero-assurance > div span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.donate-hero-assurance > div i {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--gold);
}
.sponsorship-hero-visual {
    position: relative;
    height: 570px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 35px 90px #00000047;
    overflow: hidden;
}
.sponsorship-hero-visual:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 52%,
        rgba(25, 56, 47, 0.88)
    );
    content: "";
}
.sponsorship-hero-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sponsorship-hero-visual > div {
    position: absolute;
    z-index: 2;
    right: 1.2rem;
    bottom: 1.2rem;
    left: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #fff;
}
.sponsorship-hero-visual > div > i {
    display: grid;
    flex: 0 0 auto;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
}
.sponsorship-hero-visual small,
.sponsorship-hero-visual strong {
    display: block;
}
.sponsorship-hero-visual small {
    color: var(--gold);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.sponsorship-hero-visual strong {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: 400;
}
.involvement-section-heading {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
    gap: clamp(2rem, 6vw, 6rem);
    margin-bottom: 2.7rem;
}
.involvement-section-heading h2,
.sponsorship-principle-copy h2,
.sponsorship-field-note h2,
.involvement-form-context h2,
.donor-trust-section h2 {
    max-width: 760px;
    margin: 0.8rem 0 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.5rem, 4.3vw, 4rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.involvement-section-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.75;
}
.involvement-intro,
.volunteer-opportunities,
.donation-action-section,
.donation-impact-paths,
.sponsorship-principle,
.sponsorship-journey,
.sponsorship-programmes,
.sponsorship-field-note {
    padding: 6.5rem 0;
}
.volunteer-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.volunteer-process-grid article {
    position: relative;
    min-width: 0;
    padding: 2.2rem;
}
.volunteer-process-grid article + article {
    border-left: 1px solid var(--line);
}
.volunteer-process-grid article > span,
.sponsorship-protection-grid article > span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #d7d1c8;
    font-family: Georgia, serif;
    font-size: 2.7rem;
}
.volunteer-process-grid i,
.sponsorship-protection-grid i {
    color: var(--maroon);
    font-size: 1.5rem;
}
.volunteer-process-grid h3,
.sponsorship-protection-grid h3,
.volunteer-open-note h3,
.volunteer-opportunity-grid h3,
.sponsorship-programme-grid h3,
.sponsorship-programme-empty h3 {
    margin: 2rem 0 0.7rem;
    font-family: Georgia, serif;
    font-size: 1.4rem;
    font-weight: 400;
}
.volunteer-process-grid p,
.sponsorship-protection-grid p,
.volunteer-open-note p,
.volunteer-opportunity-grid p,
.sponsorship-programme-grid p,
.sponsorship-programme-empty p {
    margin: 0;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.7;
}
.volunteer-opportunities,
.sponsorship-programmes,
.donation-action-section {
    background: var(--cream);
}
.volunteer-open-note,
.sponsorship-programme-empty {
    display: grid;
    align-items: center;
    grid-template-columns: 70px minmax(0, 1fr) auto;
    gap: 1.4rem;
    padding: 2rem;
    border: 1px solid var(--line);
    background: #fff;
}
.volunteer-open-note > i,
.sponsorship-programme-empty > i {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    font-size: 1.45rem;
}
.volunteer-open-note span,
.sponsorship-programme-empty span {
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.volunteer-open-note h3,
.sponsorship-programme-empty h3 {
    margin: 0.35rem 0;
}
.volunteer-opportunity-grid,
.sponsorship-programme-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}
.volunteer-opportunity-grid article,
.sponsorship-programme-grid article {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
    min-height: 330px;
    padding: 2rem;
    border-top: 4px solid var(--maroon);
    background: #fff;
}
.volunteer-opportunity-grid article > span,
.sponsorship-programme-grid article > span {
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.volunteer-opportunity-grid h3,
.sponsorship-programme-grid h3 {
    margin-top: 2.4rem;
}
.volunteer-opportunity-grid small {
    margin-top: auto;
    padding-top: 1.4rem;
    color: var(--muted);
    font-size: 0.68rem;
}
.volunteer-opportunity-grid small i {
    margin-right: 0.35rem;
    color: var(--gold-dark, #a97810);
}
.volunteer-opportunity-grid a,
.sponsorship-programme-grid button {
    margin-top: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--maroon);
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
}
.volunteer-opportunity-grid a i,
.sponsorship-programme-grid button i {
    margin-left: 0.35rem;
}
.involvement-form-section {
    padding: 6.5rem 0;
    background:
        radial-gradient(
            circle at 5% 95%,
            rgba(108, 53, 60, 0.48),
            transparent 30%
        ),
        var(--navy);
    color: #fff;
}
.involvement-form-section > .container {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(2.5rem, 6vw, 6rem);
}
.involvement-form-context {
    position: sticky;
    top: 120px;
}
.involvement-form-context > p {
    margin: 1.2rem 0 2rem;
    color: #ffffffb3;
    line-height: 1.75;
}
.involvement-assurance-list {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.involvement-assurance-list > span {
    display: grid;
    align-items: center;
    grid-template-columns: 42px 1fr;
    gap: 0.1rem 0.8rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.involvement-assurance-list i {
    grid-row: span 2;
    color: var(--gold);
    font-size: 1.15rem;
    text-align: center;
}
.involvement-assurance-list strong,
.involvement-assurance-list small {
    display: block;
}
.involvement-assurance-list strong {
    font-family: Georgia, serif;
    font-weight: 400;
}
.involvement-assurance-list small {
    color: #ffffff8c;
    font-size: 0.66rem;
    line-height: 1.45;
}
.involvement-form-card {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3.3rem);
    background: #fff;
    color: var(--ink);
    box-shadow: 0 30px 85px #00000038;
}
.involvement-form-card form > header,
.donation-editorial-form > header {
    margin-bottom: 1.8rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid var(--line);
}
.involvement-form-card form > header > span,
.donation-editorial-form > header > span {
    color: var(--maroon);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}
.involvement-form-card form > header h2,
.donation-editorial-form > header h3 {
    margin: 0.35rem 0;
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
}
.involvement-form-card form > header p,
.donation-editorial-form > header p {
    margin: 0;
    color: var(--muted);
    font-size: 0.72rem;
}
.involvement-form-card .form-label,
.donation-editorial-form .form-label {
    color: #4d5965;
    font-size: 0.68rem;
    font-weight: 800;
}
.involvement-form-card .form-control,
.involvement-form-card .form-select,
.donation-editorial-form .form-control,
.donation-editorial-form .form-select {
    border-color: #d9d4ca;
    background-color: #fff;
}
.form-help {
    display: block;
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.65rem;
    line-height: 1.5;
}
.involvement-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.9rem;
    border: 1px solid var(--line);
    background: var(--cream);
    color: #58636f;
    font-size: 0.7rem;
    line-height: 1.55;
}
.involvement-consent input {
    flex: 0 0 auto;
    margin-top: 0.2rem;
}
.involvement-consent a {
    color: var(--maroon);
    font-weight: 700;
}
.donation-action-grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
    gap: 1.3rem;
}
.donation-action-grid.is-offline {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
}
.donation-status {
    margin-bottom: 1.2rem;
}
.donation-project-designation {
    display: grid;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    margin-bottom: 1.2rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(118, 43, 52, 0.22);
    border-left: 4px solid var(--maroon);
    background: #fffaf2;
}
.donation-project-designation > i {
    color: var(--maroon);
    font-size: 1.35rem;
}
.donation-project-designation div,
.donation-project-designation strong,
.donation-project-designation small {
    display: block;
}
.donation-project-designation span {
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.donation-project-designation strong {
    margin: 0.18rem 0;
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: 1.05rem;
}
.donation-project-designation small {
    color: var(--muted);
    font-size: 0.66rem;
    line-height: 1.45;
}
.donation-project-designation a {
    color: var(--maroon);
    font-size: 0.68rem;
    font-weight: 800;
    white-space: nowrap;
}
@media (max-width: 575.98px) {
    .donation-project-designation {
        align-items: start;
        grid-template-columns: auto minmax(0, 1fr);
    }
    .donation-project-designation a {
        grid-column: 2;
    }
}
.donation-editorial-form,
.donation-disabled-panel {
    min-width: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--line);
    background: #fff;
}
.donation-gift-planner {
    box-shadow: 0 24px 70px #13253414;
}
.donation-planner-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin: 0.2rem 0 1.2rem;
    padding: 1rem;
    border-left: 4px solid var(--gold);
    background: var(--cream);
}
.donation-planner-notice > i {
    margin-top: 0.15rem;
    color: var(--maroon);
}
.donation-planner-notice strong,
.donation-planner-notice span {
    display: block;
}
.donation-planner-notice strong {
    margin-bottom: 0.2rem;
    color: var(--ink);
    font-size: 0.78rem;
}
.donation-planner-notice span {
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.55;
}
.donation-planner-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}
.story-consent-state {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin: -0.15rem 0 1rem;
    padding: 0.85rem;
    border: 1px solid;
    font-size: 0.75rem;
}
.story-consent-state i {
    margin-top: 0.15rem;
    font-size: 1rem;
}
.story-consent-state strong,
.story-consent-state span {
    display: block;
}
.story-consent-state span {
    margin-top: 0.15rem;
    color: #58636f;
    font-size: 0.68rem;
    line-height: 1.5;
}
.story-consent-state.is-current {
    border-color: #a7d7bb;
    background: #eff9f3;
    color: #146c43;
}
.story-consent-state.is-blocked {
    border-color: #efc1c6;
    background: #fff4f5;
    color: #9d2435;
}
.story-approval-blocker {
    padding: 0.7rem 0.8rem;
    border-left: 3px solid #9d2435;
    background: #fff4f5;
    color: #7f2230;
    font-size: 0.72rem;
}
.story-consent-attestation {
    padding: 1rem 1rem 1rem 2.5rem;
    border: 1px solid var(--line);
    background: var(--cream);
}
.media-section-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 5.7rem 0 7rem;
    background: var(--warm-charcoal);
    color: #fff;
}
.media-section-hero:before,
.media-section-hero:after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
}
.media-section-hero:before {
    top: -330px;
    right: -180px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 0 80px #ffffff06,
        0 0 0 160px #ffffff05;
}
.media-section-hero:after {
    bottom: -230px;
    left: 34%;
    width: 410px;
    height: 410px;
    background: #6c122d6b;
}
.media-theme-press {
    background: linear-gradient(118deg, #242c28, #3b493f 62%, #6c122d 132%);
}
.media-theme-gallery {
    background: linear-gradient(118deg, #241e22, #4a3545 58%, #6c122d 130%);
}
.media-theme-articles,
.media-theme-pullout {
    background: linear-gradient(118deg, #19382f, #2f6150 62%, #9a5b13 138%);
}
.media-theme-library {
    background: linear-gradient(118deg, #17342d, #31574b 60%, #4a3c2e 130%);
}
.media-theme-newsletters {
    background: linear-gradient(118deg, #3d0d20, #731b39 58%, #324c3f 132%);
}
.media-section-hero > .container {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: clamp(3rem, 7vw, 7rem);
}
.media-section-hero-copy {
    max-width: 860px;
}
.media-section-hero h1 {
    max-width: 900px;
    margin: 0.75rem 0 1.35rem;
    font-family: Georgia, serif;
    font-size: clamp(3.6rem, 7.2vw, 7rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.045em;
}
.media-section-hero-copy > p {
    max-width: 760px;
    margin: 0;
    color: #ffffffc2;
    font-size: 1.02rem;
    line-height: 1.75;
}
.media-hero-note {
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #ffffff13;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.media-hero-note > i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 2rem;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    font-size: 1.1rem;
}
.media-hero-note span,
.media-hero-note strong {
    display: block;
}
.media-hero-note span {
    color: var(--gold);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.media-hero-note strong {
    margin: 0.65rem 0;
    font-family: Georgia, serif;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.2;
}
.media-hero-note p {
    margin: 0;
    color: #ffffffad;
    font-size: 0.72rem;
    line-height: 1.7;
}
.media-nav-strip .container {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.media-nav-strip a {
    justify-content: center;
    gap: 0.55rem;
    padding: 1.1rem 0.75rem;
    text-align: center;
}
.media-nav-strip a > i {
    font-size: 1rem;
}
.media-nav-strip a strong {
    margin: 0;
    font-family: Manrope, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
}
.media-directory-section {
    padding: 6.5rem 0;
    background: #fff;
}
.media-directory-heading {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr);
    gap: clamp(2rem, 7vw, 7rem);
    margin-bottom: 2.7rem;
}
.media-directory-heading h2 {
    max-width: 780px;
    margin: 0.45rem 0 0;
    font-family: Georgia, serif;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -0.035em;
}
.media-directory-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.75;
}
.media-archive-toolbar {
    margin-bottom: 2rem;
}
.media-archive-feature {
    margin-bottom: 3.5rem;
}
.media-feature-placeholder {
    display: grid;
    place-items: center;
    min-height: 470px;
    background: linear-gradient(145deg, var(--navy), #3d5f52);
    color: var(--gold);
    font-size: 5rem;
}
.media-card-grid .content-card {
    height: 100%;
}
.external-coverage-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    min-height: 560px;
    margin-bottom: 1.5rem;
    background: var(--cream);
}
.external-coverage-feature-copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 5vw, 4.5rem);
}
.external-source-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}
.external-source-line span {
    color: var(--maroon);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.external-source-line small {
    color: var(--muted);
    font-size: 0.64rem;
}
.external-coverage-feature h2 {
    margin: 2.7rem 0 1.1rem;
    font-family: Georgia, serif;
    font-size: clamp(2.5rem, 4.5vw, 4.4rem);
    font-weight: 400;
    line-height: 1.04;
}
.external-coverage-feature-copy > p:not(.external-byline) {
    color: var(--muted);
    line-height: 1.75;
}
.external-byline {
    color: #596573;
    font-size: 0.7rem;
    font-weight: 700;
}
.external-coverage-feature-copy > a,
.external-coverage-card > div > a {
    margin-top: 1.2rem;
    color: var(--maroon);
    font-size: 0.72rem;
    font-weight: 800;
}
.external-coverage-visual {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    background: var(--navy);
}
.external-coverage-visual > img,
.external-coverage-visual > iframe {
    width: 100%;
    height: 100%;
    min-height: 560px;
    border: 0;
    object-fit: cover;
}
.external-coverage-visual > button {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 0.75rem;
    border: 0;
    background: #19382f94;
    color: #fff;
    text-align: center;
}
.external-coverage-visual > button i {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: auto;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    font-size: 1.4rem;
}
.external-coverage-visual > button span {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.external-coverage-placeholder {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    min-height: 560px;
    color: #fff;
    text-align: center;
}
.external-coverage-placeholder i,
.external-coverage-placeholder span {
    display: block;
}
.external-coverage-placeholder i {
    margin-bottom: 1rem;
    color: var(--gold);
    font-size: 4rem;
}
.external-coverage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}
.external-coverage-card {
    min-width: 0;
    border: 1px solid var(--line);
    background: #fff;
}
.external-coverage-card-visual {
    position: relative;
    display: block;
    overflow: hidden;
    height: 240px;
    background: var(--navy);
}
.external-coverage-card-visual img,
.external-coverage-card-visual > div {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.external-coverage-card-visual > div {
    display: grid;
    place-items: center;
    color: var(--gold);
    font-size: 3.5rem;
}
.external-coverage-card-visual > span {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.45rem 0.65rem;
    background: var(--gold);
    color: var(--navy);
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
}
.external-video-card-shell {
    min-height: 0;
}
.external-video-card-shell > img,
.external-video-card-shell > iframe {
    min-height: 0;
}
.external-video-card-shell > button i {
    width: 56px;
    height: 56px;
    font-size: 1rem;
}
.external-coverage-card > div {
    padding: 1.5rem;
}
.external-coverage-card > .external-video-card-shell {
    padding: 0;
}
.external-coverage-card h3 {
    margin: 1.5rem 0 0.8rem;
    font-family: Georgia, serif;
    font-size: 1.65rem;
    line-height: 1.2;
}
.external-coverage-card h3 a {
    color: var(--ink);
}
.external-coverage-card > div > p:not(.external-byline) {
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.65;
}
.external-attribution-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1.4rem;
    border-left: 4px solid var(--gold);
    background: var(--cream);
}
.external-attribution-note > i {
    margin-top: 0.2rem;
    color: var(--maroon);
}
.external-attribution-note strong,
.external-attribution-note p {
    display: block;
    margin: 0;
}
.external-attribution-note p {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.7rem;
}
.newsletter-entry-section {
    padding: 6.5rem 0;
    background: var(--cream);
}
.newsletter-entry-section > .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
    gap: clamp(3rem, 8vw, 8rem);
}
.newsletter-entry-section h2 {
    margin: 0.55rem 0 1rem;
    font-family: Georgia, serif;
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 400;
    line-height: 1;
}
.newsletter-entry-section > .container > div > p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.75;
}
.newsletter-entry-section ul {
    margin: 1.7rem 0 0;
    padding: 0;
    list-style: none;
}
.newsletter-entry-section li {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.78rem;
}
.newsletter-entry-section li i {
    margin-right: 0.7rem;
    color: var(--maroon);
}
.newsletter-entry-section .newsletter-signup > span {
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.newsletter-entry-section .newsletter-signup h2 {
    font-size: 2.1rem;
    line-height: 1.1;
}
.newsletter-archive-section {
    background: #fff;
}
.external-news-workflow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #e0e5ea;
    background: #fff;
}
.external-news-workflow article {
    position: relative;
    min-width: 0;
    padding: 1.25rem;
}
.external-news-workflow article + article {
    border-left: 1px solid #e0e5ea;
}
.external-news-workflow article > span {
    position: absolute;
    top: 0.8rem;
    right: 0.9rem;
    color: #d8dee4;
    font-family: Georgia, serif;
    font-size: 1.6rem;
}
.external-news-workflow i,
.external-news-workflow strong,
.external-news-workflow small {
    display: block;
}
.external-news-workflow i {
    margin-bottom: 1.2rem;
    color: var(--maroon);
    font-size: 1.2rem;
}
.external-news-workflow strong {
    font-size: 0.76rem;
}
.external-news-workflow small {
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.64rem;
    line-height: 1.5;
}
.media-admin-grid .status-badge {
    position: static;
    inset: auto;
    width: max-content;
    padding: 0.35em 0.65em;
    background-image: none;
}
@media (max-width: 1199.98px) {
    .media-nav-strip .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .media-nav-strip a:nth-child(n + 4) {
        border-top: 1px solid var(--line);
    }
    .media-nav-strip a:nth-child(4) {
        border-left: 0;
    }
    .external-coverage-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991.98px) {
    .media-section-hero > .container,
    .newsletter-entry-section > .container {
        grid-template-columns: 1fr;
    }
    .media-hero-note {
        max-width: 580px;
    }
    .media-directory-heading {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .external-coverage-feature {
        grid-template-columns: 1fr;
    }
    .external-coverage-visual {
        order: -1;
    }
    .external-news-workflow {
        grid-template-columns: repeat(2, 1fr);
    }
    .external-news-workflow article:nth-child(3) {
        border-top: 1px solid #e0e5ea;
        border-left: 0;
    }
    .external-news-workflow article:nth-child(4) {
        border-top: 1px solid #e0e5ea;
    }
}
@media (max-width: 767.98px) {
    .media-section-hero {
        padding: 3.3rem 0 5rem;
    }
    .media-section-hero h1 {
        font-size: clamp(3rem, 12vw, 4.2rem);
    }
    .media-nav-strip .container {
        display: flex;
        width: calc(100% - 1.5rem);
        overflow-x: auto;
    }
    .media-nav-strip a {
        flex: 0 0 45%;
        border-top: 0 !important;
    }
    .media-directory-section,
    .newsletter-entry-section {
        padding: 4.5rem 0;
    }
    .external-coverage-grid {
        grid-template-columns: 1fr;
    }
    .external-coverage-visual,
    .external-coverage-visual > img,
    .external-coverage-visual > iframe,
    .external-coverage-placeholder {
        min-height: 360px;
    }
}
@media (max-width: 575.98px) {
    .media-nav-strip a {
        flex-basis: 58%;
    }
    .external-news-workflow {
        grid-template-columns: 1fr;
    }
    .external-news-workflow article + article {
        border-top: 1px solid #e0e5ea;
        border-left: 0;
    }
}
.donation-editorial-form fieldset {
    margin: 0 0 1.4rem;
    padding: 0;
    border: 0;
}
.donation-editorial-form legend {
    margin-bottom: 0.55rem;
    color: #4d5965;
    font-size: 0.68rem;
    font-weight: 800;
}
.donation-choice-row,
.donation-amount-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.donation-amount-grid {
    grid-template-columns: repeat(4, 1fr);
}
.donation-choice-row button,
.donation-amount-grid button {
    min-height: 50px;
    padding: 0.7rem;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 800;
}
.donation-choice-row button + button,
.donation-amount-grid button + button {
    border-left: 0;
}
.donation-choice-row button.active,
.donation-amount-grid button.active {
    border-color: var(--navy);
    background: var(--navy);
    color: #fff;
}
.donation-custom-amount {
    margin-top: 0.8rem;
}
.donation-custom-amount > span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--muted);
    font-size: 0.65rem;
    font-weight: 800;
}
.donation-custom-amount > div {
    display: flex;
    align-items: center;
    border: 1px solid var(--line);
}
.donation-custom-amount strong {
    padding: 0.75rem;
    border-right: 1px solid var(--line);
    background: var(--cream);
    font-size: 0.72rem;
}
.donation-custom-amount input {
    width: 100%;
    min-height: 48px;
    padding: 0.7rem;
    border: 0;
}
.donation-form-note {
    display: block;
    margin-top: 1rem;
    color: var(--muted);
    font-size: 0.65rem;
    line-height: 1.5;
    text-align: center;
}
.donation-form-note i {
    margin-right: 0.35rem;
    color: var(--maroon);
}
.donation-route-list {
    padding: 2rem;
    background: var(--navy);
    color: #fff;
}
.donation-route-list > span {
    color: var(--gold);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}
.donation-route-list > h3 {
    margin: 0.5rem 0 1.3rem;
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 400;
}
.donation-route-list > a,
.donation-route-list > button {
    display: grid;
    align-items: center;
    grid-template-columns: 38px 1fr auto;
    gap: 0.8rem;
    width: 100%;
    padding: 1rem 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    color: #fff;
    text-align: left;
    text-decoration: none;
}
.donation-route-list > :is(a, button) > i:first-child {
    color: var(--gold);
    font-size: 1.15rem;
    text-align: center;
}
.donation-route-list > :is(a, button) > i:last-child {
    color: #ffffff80;
    font-size: 0.65rem;
}
.donation-route-list strong,
.donation-route-list small {
    display: block;
}
.donation-route-list strong {
    font-family: Georgia, serif;
    font-size: 0.95rem;
    font-weight: 400;
}
.donation-route-list small {
    color: #ffffff8c;
    font-size: 0.65rem;
}
.donation-route-list > p {
    margin: 1.2rem 0 0;
    padding: 0.8rem;
    background: #ffffff12;
    color: #ffffff9e;
    font-size: 0.65rem;
    line-height: 1.5;
}
.donation-route-list > p i {
    margin-right: 0.35rem;
    color: var(--gold);
}
.donation-disabled-panel {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    min-height: 430px;
}
.donation-disabled-panel > i {
    color: var(--maroon);
    font-size: 2.2rem;
}
.donation-disabled-panel > span {
    margin-top: 1.2rem;
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.donation-disabled-panel h3 {
    max-width: 600px;
    margin: 0.6rem 0;
    font-family: Georgia, serif;
    font-size: clamp(2.1rem, 4vw, 3.3rem);
    font-weight: 400;
    line-height: 1.1;
}
.donation-disabled-panel p {
    max-width: 650px;
    color: var(--muted);
    line-height: 1.7;
}
.globalgiving-causes-section {
    padding: clamp(5rem, 8vw, 7.5rem) 0;
    background: #f4efe6;
}
.globalgiving-causes-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.globalgiving-cause-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #ded4ca;
    background: #fff;
    color: var(--ink);
    text-decoration: none;
    box-shadow: 0 14px 35px #31211812;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.globalgiving-cause-card:hover,
.globalgiving-cause-card:focus-visible {
    color: var(--ink);
    transform: translateY(-5px);
    box-shadow: 0 22px 50px #31211824;
}
.globalgiving-cause-card figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--forest-deep);
}
.globalgiving-cause-card img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.globalgiving-cause-card:hover img {
    transform: scale(1.035);
}
.globalgiving-cause-card figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 2.8rem 1rem 0.85rem;
    background: linear-gradient(transparent, #141d19e6);
    color: #fff;
}
.globalgiving-cause-card figcaption span {
    color: var(--gold);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.globalgiving-cause-card figcaption small {
    color: #ffffffc7;
    font-size: 0.62rem;
}
.globalgiving-cause-card > div {
    display: flex;
    flex: 1;
    min-width: 0;
    padding: 1.35rem;
    flex-direction: column;
}
.globalgiving-cause-card h3 {
    margin: 0 0 0.75rem;
    color: var(--maroon-deep);
    font-family: Georgia, serif;
    font-size: 1.35rem;
    line-height: 1.2;
}
.globalgiving-cause-card p {
    margin: 0 0 1.2rem;
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.65;
}
.globalgiving-cause-card strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    color: var(--maroon);
    font-size: 0.72rem;
}
.globalgiving-causes-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 1.5rem;
    padding: 1rem 1.2rem;
    border-left: 4px solid var(--gold);
    background: #fff;
}
.globalgiving-causes-footer span,
.globalgiving-causes-footer a {
    font-size: 0.72rem;
}
.globalgiving-causes-footer span i {
    margin-right: 0.5rem;
    color: var(--forest);
}
.globalgiving-causes-footer a {
    color: var(--maroon);
    font-weight: 800;
    text-decoration: none;
}
.globalgiving-causes-footer a i {
    margin-left: 0.45rem;
}
.donation-impact-paths {
    background: #fff;
}
.donation-impact-paths .container > div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.donation-impact-paths article {
    position: relative;
    min-width: 0;
    padding: 2rem 1.5rem;
}
.donation-impact-paths article + article {
    border-left: 1px solid var(--line);
}
.donation-impact-paths article > span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #d7d1c8;
    font-family: Georgia, serif;
    font-size: 2.4rem;
}
.donation-impact-paths article > i {
    color: var(--maroon);
    font-size: 1.5rem;
}
.donation-impact-paths h3 {
    margin: 2rem 0 0.6rem;
    font-family: Georgia, serif;
    font-size: 1.3rem;
}
.donation-impact-paths p {
    margin: 0;
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.65;
}
.donor-trust-section {
    padding: 6rem 0;
    background: var(--maroon-deep, #482127);
    color: #fff;
}
.donor-trust-section > .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 4rem;
}
.donor-trust-section .container > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.donor-trust-section .container > div > span {
    position: relative;
    padding: 1.3rem;
}
.donor-trust-section .container > div > span:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.donor-trust-section .container > div > span:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.donor-trust-section .container > div strong {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    color: #fff3;
    font-family: Georgia, serif;
    font-size: 1.5rem;
}
.donor-trust-section .container > div i,
.donor-trust-section .container > div b,
.donor-trust-section .container > div small {
    display: block;
}
.donor-trust-section .container > div i {
    color: var(--gold);
    font-size: 1.2rem;
}
.donor-trust-section .container > div b {
    margin-top: 1rem;
    font-family: Georgia, serif;
    font-weight: 400;
}
.donor-trust-section .container > div small {
    margin-top: 0.3rem;
    color: #ffffff8c;
    font-size: 0.65rem;
    line-height: 1.45;
}
.donation-bank-modal .modal-content {
    border: 0;
    border-radius: 0;
}
.donation-bank-modal .modal-header {
    padding: 1.4rem 1.6rem;
    border: 0;
    border-radius: 0;
    background: var(--navy);
    color: #fff;
}
.donation-bank-modal .modal-header span {
    color: var(--gold);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.donation-bank-modal .modal-title {
    margin: 0.25rem 0 0;
    font-family: Georgia, serif;
    font-size: 1.5rem;
}
.donation-bank-modal .modal-body {
    padding: 1.6rem;
}
.donation-bank-modal dl {
    margin: 0;
}
.donation-bank-modal dl > div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--line);
}
.donation-bank-modal dt {
    color: var(--muted);
    font-size: 0.7rem;
}
.donation-bank-modal dd {
    margin: 0;
    color: var(--ink);
    font-weight: 800;
    overflow-wrap: anywhere;
}
.donation-bank-modal .modal-body > p {
    margin: 1.2rem 0 0;
    padding: 0.9rem;
    border-left: 3px solid var(--gold);
    background: var(--cream);
    color: var(--muted);
    font-size: 0.7rem;
    line-height: 1.55;
}
.donation-bank-modal .modal-body > p i {
    margin-right: 0.4rem;
    color: var(--maroon);
}
.donation-bank-modal .modal-body a {
    color: var(--maroon);
    font-weight: 700;
}
.sponsorship-principle {
    background: #fff;
}
.sponsorship-principle > .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(3rem, 7vw, 7rem);
}
.sponsorship-principle-copy > p,
.sponsorship-field-note p {
    margin: 1.2rem 0;
    color: var(--muted);
    line-height: 1.75;
}
.sponsorship-principle-copy > a {
    color: var(--maroon);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}
.sponsorship-protection-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line);
}
.sponsorship-protection-grid article {
    position: relative;
    min-width: 0;
    min-height: 240px;
    padding: 1.5rem;
}
.sponsorship-protection-grid article:nth-child(2n) {
    border-left: 1px solid var(--line);
}
.sponsorship-protection-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--line);
}
.sponsorship-protection-grid article > span {
    font-size: 2rem;
}
.sponsorship-protection-grid h3 {
    margin-top: 2.6rem;
}
.sponsorship-journey {
    background: var(--cream);
}
.sponsorship-journey ol {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}
.sponsorship-journey li {
    min-width: 0;
    border-top: 1px solid var(--line);
}
.sponsorship-journey li + li {
    border-left: 1px solid var(--line);
}
.sponsorship-journey li > span {
    display: block;
    padding: 0.8rem 1.2rem;
    border-bottom: 1px solid var(--line);
    color: var(--gold-dark, #a97810);
    font-family: Georgia, serif;
    font-size: 1.6rem;
}
.sponsorship-journey li > div {
    padding: 1.5rem 1.2rem;
}
.sponsorship-journey i {
    color: var(--maroon);
    font-size: 1.3rem;
}
.sponsorship-journey h3 {
    margin: 1.5rem 0 0.6rem;
    font-family: Georgia, serif;
    font-size: 1.2rem;
}
.sponsorship-journey p {
    margin: 0;
    color: var(--muted);
    font-size: 0.74rem;
    line-height: 1.65;
}
.sponsorship-programme-grid article > div {
    width: 100%;
    margin-top: auto;
    padding-top: 1.5rem;
}
.sponsorship-programme-grid article > div small,
.sponsorship-programme-grid article > div strong {
    display: block;
}
.sponsorship-programme-grid article > div small {
    color: var(--muted);
    font-size: 0.62rem;
}
.sponsorship-programme-grid article > div strong {
    margin-top: 0.2rem;
    font-family: Georgia, serif;
    font-size: 1.5rem;
    font-weight: 400;
}
.sponsorship-field-note {
    background: #fff;
}
.sponsorship-field-note > .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(3rem, 7vw, 7rem);
}
.sponsorship-field-image {
    height: 540px;
    overflow: hidden;
}
.sponsorship-field-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sponsorship-field-note .container > div:last-child > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}
.sponsorship-field-note .container > div:last-child > div span {
    padding: 1rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 700;
}
.sponsorship-field-note .container > div:last-child > div i {
    margin-right: 0.5rem;
    color: var(--maroon);
}
@media (max-width: 1199.98px) {
    .involvement-hero > .container {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 3rem;
    }
    .sponsorship-hero-visual {
        height: 510px;
    }
    .donation-amount-grid {
        grid-template-columns: 1fr 1fr;
    }
    .donation-amount-grid button:nth-child(3) {
        border-left: 1px solid var(--line);
        border-top: 0;
    }
    .donation-amount-grid button:nth-child(4) {
        border-top: 0;
    }
}
@media (max-width: 991.98px) {
    .involvement-hero > .container,
    .involvement-form-section > .container,
    .sponsorship-principle > .container,
    .sponsorship-field-note > .container,
    .donor-trust-section > .container {
        grid-template-columns: 1fr;
    }
    .involvement-hero-card,
    .donate-hero-assurance {
        max-width: 580px;
    }
    .sponsorship-hero-visual {
        max-width: 720px;
    }
    .involvement-form-context {
        position: static;
        max-width: 720px;
    }
    .volunteer-process-grid,
    .volunteer-opportunity-grid,
    .sponsorship-programme-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .volunteer-process-grid article:nth-child(3) {
        border-top: 1px solid var(--line);
        border-left: 0;
    }
    .donation-action-grid,
    .donation-action-grid.is-offline {
        grid-template-columns: 1fr;
    }
    .globalgiving-causes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .donation-impact-paths .container > div,
    .sponsorship-journey ol {
        grid-template-columns: repeat(2, 1fr);
    }
    .donation-impact-paths article:nth-child(3),
    .sponsorship-journey li:nth-child(3) {
        border-left: 0;
    }
    .donation-impact-paths article:nth-child(n + 3),
    .sponsorship-journey li:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }
}
@media (max-width: 767.98px) {
    .involvement-hero {
        padding: 3.2rem 0 5rem;
    }
    .involvement-hero h1 {
        font-size: clamp(2.55rem, 10vw, 3.5rem);
        line-height: 1;
    }
    .involvement-hero-actions,
    .involvement-hero-actions .btn {
        width: 100%;
    }
    .sponsorship-hero-visual {
        height: 420px;
    }
    .involvement-section-heading {
        align-items: start;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .involvement-intro,
    .volunteer-opportunities,
    .donation-action-section,
    .globalgiving-causes-section,
    .donation-impact-paths,
    .sponsorship-principle,
    .sponsorship-journey,
    .sponsorship-programmes,
    .sponsorship-field-note,
    .involvement-form-section,
    .donor-trust-section {
        padding: 4.5rem 0;
    }
    .volunteer-process-grid,
    .volunteer-opportunity-grid,
    .sponsorship-programme-grid,
    .globalgiving-causes-grid,
    .donation-impact-paths .container > div,
    .sponsorship-journey ol {
        grid-template-columns: 1fr;
    }
    .globalgiving-causes-footer {
        align-items: flex-start;
        flex-direction: column;
    }
    .volunteer-process-grid article + article,
    .volunteer-process-grid article:nth-child(3),
    .donation-impact-paths article + article,
    .donation-impact-paths article:nth-child(3),
    .sponsorship-journey li + li,
    .sponsorship-journey li:nth-child(3) {
        border-top: 1px solid var(--line);
        border-left: 0;
    }
    .volunteer-open-note,
    .sponsorship-programme-empty {
        align-items: start;
        grid-template-columns: 58px 1fr;
        padding: 1.4rem;
    }
    .volunteer-open-note > i,
    .sponsorship-programme-empty > i {
        width: 54px;
        height: 54px;
    }
    .volunteer-open-note .btn,
    .sponsorship-programme-empty .btn {
        grid-column: 1 / -1;
    }
    .donor-trust-section .container > div,
    .sponsorship-protection-grid {
        grid-template-columns: 1fr;
    }
    .donor-trust-section .container > div > span:nth-child(n),
    .sponsorship-protection-grid article:nth-child(n) {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-left: 0;
    }
    .donor-trust-section .container > div > span:first-child {
        border-top: 0;
    }
    .sponsorship-protection-grid article:nth-child(n) {
        border-color: var(--line);
    }
    .sponsorship-protection-grid article:first-child {
        border-top: 0;
    }
    .sponsorship-field-image {
        height: 400px;
    }
    .donation-bank-modal dl > div {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
    .donation-planner-actions {
        grid-template-columns: 1fr;
    }
}
.event-profile-page {
    background: var(--cream);
}
.event-profile-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 2.4rem 0 5.5rem;
    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(255, 220, 50, 0.1),
            transparent 28%
        ),
        linear-gradient(120deg, #19382f, #285345 62%, #657036 130%);
    color: #fff;
}
.event-profile-hero:after {
    position: absolute;
    z-index: -1;
    right: -220px;
    bottom: -420px;
    width: 760px;
    height: 760px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 85px #ffffff06,
        0 0 0 170px #ffffff05;
    content: "";
}
.event-profile-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
    margin-bottom: 2.5rem;
    color: #ffffff94;
    font-size: 0.7rem;
}
.event-profile-breadcrumb a {
    flex: 0 0 auto;
    color: #fff;
    text-decoration: none;
}
.event-profile-breadcrumb i {
    flex: 0 0 auto;
    color: var(--gold);
    font-size: 0.5rem;
}
.event-profile-breadcrumb span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.event-profile-hero-grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.75fr);
    gap: clamp(3rem, 7vw, 7rem);
}
.event-profile-hero-copy {
    min-width: 0;
}
.event-profile-labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}
.event-profile-labels > span {
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffffbd;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.event-profile-labels > span:first-child {
    border-color: var(--gold);
    background: var(--gold);
    color: var(--navy);
}
.event-profile-labels .is-upcoming i {
    color: #6fe0ac;
    font-size: 0.45rem;
}
.event-profile-labels .is-archive i {
    margin-right: 0.2rem;
    color: var(--gold);
}
.event-profile-hero h1 {
    max-width: 850px;
    margin: 0;
    overflow-wrap: anywhere;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(3.25rem, 5.4vw, 5.9rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.048em;
}
.event-profile-hero-copy > p {
    max-width: 720px;
    margin: 1.5rem 0 0;
    color: #ffffffbd;
    font-size: 1.02rem;
    line-height: 1.75;
}
.event-profile-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.4rem;
    margin-top: 2rem;
}
.event-back-link {
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
    text-decoration: none;
}
.event-back-link i {
    margin-right: 0.45rem;
    color: var(--gold);
}
.event-profile-visual {
    position: relative;
    min-width: 0;
    height: 590px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--forest-deep);
    box-shadow: 0 35px 90px #0000004d;
}
.event-profile-visual:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 55%,
        rgba(25, 56, 47, 0.82)
    );
    content: "";
    pointer-events: none;
}
.event-profile-visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-profile-visual > div {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: linear-gradient(145deg, #285345, #6b1731);
    color: #ffffff40;
    font-size: 5rem;
}
.event-profile-visual time {
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 118px;
    min-height: 145px;
    background: var(--gold);
    color: var(--navy);
}
.event-profile-visual time span {
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}
.event-profile-visual time strong {
    font-family: Georgia, serif;
    font-size: 3.7rem;
    font-weight: 400;
    line-height: 1;
}
.event-profile-visual time small {
    font-size: 0.72rem;
}
.event-profile-visual-caption {
    position: absolute;
    z-index: 2;
    right: 1.3rem;
    bottom: 1.3rem;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.event-profile-facts {
    position: relative;
    z-index: 3;
    margin-top: -1.5rem;
}
.event-profile-facts > .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    border-radius: 0.3rem;
    background: #fff;
    box-shadow: 0 20px 60px #1f272324;
    overflow: hidden;
}
.event-profile-facts .container > div {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    min-width: 0;
    padding: 1.5rem;
}
.event-profile-facts .container > div + div {
    border-left: 1px solid var(--line);
}
.event-profile-facts i {
    flex: 0 0 auto;
    margin-top: 0.1rem;
    color: var(--maroon);
    font-size: 1.2rem;
}
.event-profile-facts span,
.event-profile-facts small,
.event-profile-facts strong,
.event-profile-facts em {
    display: block;
    min-width: 0;
}
.event-profile-facts small {
    margin-bottom: 0.35rem;
    color: var(--muted);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.event-profile-facts strong {
    overflow-wrap: anywhere;
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.3;
}
.event-profile-facts em {
    margin-top: 0.2rem;
    color: var(--muted);
    font-size: 0.62rem;
    font-style: normal;
}
.event-profile-main {
    padding: 7rem 0;
    background: var(--cream);
}
.event-profile-main > .container {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 2rem;
}
.event-profile-article {
    min-width: 0;
    border: 1px solid var(--line);
    background: #fff;
}
.event-profile-article > header {
    padding: clamp(2rem, 5vw, 4.7rem);
    border-bottom: 1px solid var(--line);
}
.event-profile-article > header h2 {
    max-width: 780px;
    margin: 0.9rem 0 0;
    font-family: Georgia, serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.04em;
}
.event-profile-article > header p {
    max-width: 750px;
    margin: 1.2rem 0 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.75;
}
.event-story-body {
    min-width: 0;
    padding: clamp(2rem, 5vw, 4.7rem);
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.9;
}
.event-story-body > :first-child {
    margin-top: 0;
}
.event-story-body h2,
.event-story-body h3 {
    max-width: 760px;
    color: var(--ink);
    font-family: Georgia, serif;
    font-weight: 400;
    line-height: 1.15;
}
.event-story-body h2 {
    margin: 3.4rem 0 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    font-size: clamp(2rem, 3.4vw, 3.15rem);
}
.event-story-body h3 {
    margin: 2.5rem 0 1rem;
    font-size: 1.8rem;
}
.event-story-body p,
.event-story-body ul,
.event-story-body ol {
    max-width: 800px;
}
.event-story-body li {
    margin-bottom: 0.65rem;
    padding-left: 0.3rem;
}
.event-story-body li::marker {
    color: var(--maroon);
}
.event-story-body a {
    color: var(--maroon);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.event-story-body blockquote {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    border-left: 5px solid var(--gold);
    background: var(--cream);
    color: var(--ink);
    font-family: Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.5;
}
.event-story-body > img,
.event-story-body > p > img,
.event-story-body .article-image-cluster img {
    width: 100%;
    border-radius: 0;
}
.event-story-body > img,
.event-story-body > p > img {
    max-height: 620px;
    margin: 2.2rem 0;
    object-fit: cover;
}
.event-story-body .article-image-cluster {
    gap: 0.7rem;
    margin: 2.5rem 0;
}
.event-story-body .article-image-cluster > p {
    margin: 0;
}
.event-story-body .article-image-cluster img {
    height: 330px;
    object-fit: cover;
}
.event-profile-sidebar {
    position: sticky;
    top: 120px;
    display: grid;
    gap: 1rem;
    min-width: 0;
}
.event-at-glance {
    padding: 2rem;
    background: var(--navy);
    color: #fff;
}
.event-at-glance > span,
.event-registration-heading small,
.event-archive-note > span {
    display: block;
    color: var(--gold);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.event-at-glance h2,
.event-registration-card h2,
.event-external-registration h2,
.event-archive-note h2 {
    margin: 0.5rem 0 1.3rem;
    font-family: Georgia, serif;
    font-size: 1.8rem;
    font-weight: 400;
}
.event-at-glance dl {
    margin: 0;
}
.event-at-glance dl > div {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 0.8rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.event-at-glance dt {
    color: #ffffff85;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
}
.event-at-glance dd {
    margin: 0;
    overflow-wrap: anywhere;
    color: #ffffffdb;
    font-size: 0.78rem;
    line-height: 1.5;
}
.event-profile-share {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.event-profile-share > span {
    margin-right: auto;
    color: #ffffff9e;
    font-size: 0.68rem;
}
.event-profile-share a,
.event-profile-share button {
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: transparent;
    color: #fff;
}
.event-profile-share a:hover,
.event-profile-share button:hover {
    border-color: var(--gold);
    background: var(--gold);
    color: var(--navy);
}
.event-registration-card {
    padding: 2rem;
    background: var(--maroon-deep, #482127);
    color: #fff;
}
.event-registration-heading {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.event-registration-heading > i {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
}
.event-registration-card h2 {
    margin-bottom: 0.4rem;
}
.event-registration-card > p {
    color: #ffffffad;
    font-size: 0.78rem;
    line-height: 1.6;
}
.event-registration-card .form-label {
    color: #ffffffbd;
    font-size: 0.67rem;
    font-weight: 800;
}
.event-registration-card .form-control {
    border-color: #ffffff38;
    background: #ffffff14;
    color: #fff;
}
.event-registration-card .form-control:focus {
    border-color: var(--gold);
    background: #ffffff1f;
    box-shadow: none;
}
.event-registration-card .invalid-feedback {
    color: #ffd6d6;
}
.event-registration-deadline {
    margin: 1rem 0 1.3rem;
    padding: 0.75rem;
    border-left: 3px solid var(--gold);
    background: #ffffff12;
    color: #ffffffbf;
    font-size: 0.7rem;
}
.event-registration-deadline i {
    margin-right: 0.4rem;
    color: var(--gold);
}
.event-registration-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin: 1.1rem 0;
    color: #ffffffbf;
    font-size: 0.7rem;
    line-height: 1.5;
}
.event-registration-consent input {
    flex: 0 0 auto;
    margin-top: 0.15rem;
}
.event-registration-privacy {
    display: block;
    margin-top: 1rem;
    color: #ffffff8c;
    font-size: 0.65rem;
    line-height: 1.5;
    text-align: center;
}
.event-registration-privacy i {
    margin-right: 0.4rem;
    color: var(--gold);
}
.event-external-registration,
.event-archive-note {
    padding: 2rem;
    border: 1px solid var(--line);
    background: #fff;
}
.event-external-registration > i,
.event-archive-note > i {
    color: var(--maroon);
    font-size: 1.6rem;
}
.event-external-registration p,
.event-archive-note p {
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.65;
}
.event-archive-note {
    border: 0;
    background: var(--gold);
    color: var(--ink);
}
.event-archive-note > span {
    margin-top: 1rem;
    color: var(--maroon);
}
.event-archive-note a {
    color: var(--maroon);
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
}
.event-related {
    padding: 6.5rem 0;
    border-top: 1px solid var(--line);
    background: #fff;
}
.event-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}
.event-related-grid article {
    min-width: 0;
    border: 1px solid var(--line);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}
.event-related-grid article:hover {
    box-shadow: 0 20px 50px #1f27231c;
    transform: translateY(-4px);
}
.event-related-grid article > a {
    display: block;
    height: 100%;
    padding-bottom: 1.5rem;
    color: var(--ink);
    text-decoration: none;
}
.event-related-grid article > a > div {
    position: relative;
    height: 235px;
    margin-bottom: 1.3rem;
    overflow: hidden;
    background: var(--navy);
}
.event-related-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.event-related-grid article:hover img {
    transform: scale(1.035);
}
.event-related-grid article > a > div > span {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #ffffff40;
    font-size: 3rem;
}
.event-related-grid time {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.45rem 0.6rem;
    background: var(--gold);
    color: var(--navy);
    font-size: 0.62rem;
    font-weight: 800;
}
.event-related-grid small,
.event-related-grid h3,
.event-related-grid strong {
    display: block;
    margin-right: 1.4rem;
    margin-left: 1.4rem;
}
.event-related-grid small {
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.event-related-grid h3 {
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    overflow-wrap: anywhere;
    font-family: Georgia, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
}
.event-related-grid strong {
    color: var(--maroon);
    font-size: 0.7rem;
}
.event-profile-return {
    padding: 2rem 0;
    background: var(--navy);
}
.event-profile-return .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.event-profile-return span {
    color: #ffffff8c;
    font-size: 0.72rem;
}
.event-profile-return a {
    color: #fff;
    font-size: 0.74rem;
    font-weight: 800;
    text-decoration: none;
}
.event-profile-return a i {
    margin-right: 0.4rem;
    color: var(--gold);
}
@media (max-width: 1199.98px) {
    .event-profile-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr);
        gap: 3rem;
    }
    .event-profile-visual {
        height: 510px;
    }
    .event-profile-main > .container {
        grid-template-columns: minmax(0, 1fr) 340px;
    }
    .event-profile-facts .container > div {
        padding: 1.25rem;
    }
}
@media (max-width: 991.98px) {
    .event-profile-hero-grid {
        align-items: stretch;
        grid-template-columns: 1fr;
    }
    .event-profile-hero-copy {
        max-width: 850px;
    }
    .event-profile-visual {
        max-width: 720px;
        height: 520px;
    }
    .event-profile-facts > .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .event-profile-facts .container > div:nth-child(3) {
        border-left: 0;
    }
    .event-profile-facts .container > div:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }
    .event-profile-main > .container {
        grid-template-columns: 1fr;
    }
    .event-profile-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .event-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767.98px) {
    .event-profile-hero {
        padding: 1.8rem 0 4.5rem;
    }
    .event-profile-breadcrumb {
        margin-bottom: 2rem;
    }
    .event-profile-hero h1 {
        font-size: clamp(2.35rem, 9.5vw, 3.25rem);
        line-height: 1;
    }
    .event-profile-hero-actions,
    .event-profile-hero-actions .btn {
        width: 100%;
    }
    .event-profile-visual {
        height: 420px;
    }
    .event-profile-visual time {
        width: 95px;
        min-height: 120px;
    }
    .event-profile-visual time strong {
        font-size: 3rem;
    }
    .event-profile-facts {
        margin-top: -1rem;
        padding: 0 0.75rem;
    }
    .event-profile-facts > .container {
        grid-template-columns: 1fr;
    }
    .event-profile-facts .container > div + div,
    .event-profile-facts .container > div:nth-child(3) {
        border-top: 1px solid var(--line);
        border-left: 0;
    }
    .event-profile-main {
        padding: 4.5rem 0;
    }
    .event-profile-article > header,
    .event-story-body {
        padding: 2rem 1.35rem;
    }
    .event-story-body {
        font-size: 0.95rem;
    }
    .event-story-body .article-image-cluster {
        grid-template-columns: 1fr;
    }
    .event-story-body .article-image-cluster img {
        height: auto;
        max-height: 520px;
    }
    .event-profile-sidebar,
    .event-related-grid {
        grid-template-columns: 1fr;
    }
    .event-related {
        padding: 4.5rem 0;
    }
    .event-related-grid article > a > div {
        height: 280px;
    }
    .event-profile-return .container {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.7rem;
    }
}
.utility-bar-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}
.utility-contact-links {
    display: flex;
    flex: 0 0 auto;
    gap: 1rem;
    align-items: center;
}
.utility-contact-links a {
    align-items: center;
    gap: 0.4rem;
}
.utility-phone {
    font-weight: 800;
}
.contact-editorial-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 5rem 0 7rem;
    background: linear-gradient(118deg, #19382f, #315f4f 61%, #68132d 135%);
    color: #fff;
}
.contact-editorial-hero:before,
.contact-editorial-hero:after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
}
.contact-editorial-hero:before {
    top: -360px;
    right: -150px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 0 80px #ffffff06,
        0 0 0 160px #ffffff05;
}
.contact-editorial-hero:after {
    bottom: -240px;
    left: 38%;
    width: 430px;
    height: 430px;
    background: #6c122d5c;
}
.contact-editorial-hero .work-breadcrumb {
    margin-bottom: 4rem;
}
.contact-hero-grid {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: clamp(3rem, 7vw, 7rem);
}
.contact-hero-grid > div {
    min-width: 0;
}
.contact-hero-grid h1 {
    max-width: 920px;
    margin: 1rem 0 1.5rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(3.6rem, 7vw, 7rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: -0.05em;
}
.contact-hero-grid > div > p {
    max-width: 730px;
    margin: 0;
    color: #ffffffc4;
    font-size: 1.05rem;
    line-height: 1.75;
}
.contact-hero-office {
    padding: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #ffffff14;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.contact-hero-office > i {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 2rem;
    border-radius: 50%;
    background: var(--gold);
    color: var(--navy);
    font-size: 1.2rem;
}
.contact-hero-office > span,
.contact-hero-office > strong,
.contact-hero-office a {
    display: block;
}
.contact-hero-office > span {
    color: var(--gold);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.contact-hero-office > strong {
    margin: 0.7rem 0 1.5rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.25;
}
.contact-hero-office > div {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.contact-hero-office a {
    color: #fff;
    font-size: 0.76rem;
    line-height: 1.8;
}
.contact-route-strip {
    position: relative;
    z-index: 2;
    margin-top: -2rem;
}
.contact-route-strip > .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    background: #fff;
    box-shadow: 0 22px 54px #111f2b21;
}
.contact-route-strip a {
    display: grid;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.8rem;
    min-width: 0;
    padding: 1.35rem;
    border-right: 1px solid var(--line);
    color: var(--ink);
    transition:
        background 0.2s ease,
        color 0.2s ease;
}
.contact-route-strip a:hover {
    background: var(--cream);
    color: var(--maroon);
}
.contact-route-strip a > i:first-child {
    color: var(--maroon);
    font-size: 1.1rem;
}
.contact-route-strip a > i:last-child {
    color: var(--maroon);
    font-size: 0.7rem;
}
.contact-route-strip span,
.contact-route-strip small,
.contact-route-strip strong {
    display: block;
    min-width: 0;
}
.contact-route-strip small {
    margin-bottom: 0.25rem;
    color: var(--muted);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.contact-route-strip strong {
    overflow: hidden;
    font-size: 0.72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact-route-strip .contact-route-protection {
    border: 0;
    background: var(--maroon-deep);
    color: #fff;
}
.contact-route-strip .contact-route-protection:hover {
    background: var(--maroon);
    color: #fff;
}
.contact-route-strip .contact-route-protection i,
.contact-route-strip .contact-route-protection small {
    color: var(--gold);
}
.contact-conversation {
    padding: 7rem 0;
    background: #f7f3ed;
}
.contact-form-alert {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 2rem;
    border-radius: 0;
}
.contact-conversation-grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(2rem, 6vw, 6rem);
}
.contact-visit-column {
    min-width: 0;
}
.contact-visit-column > header {
    margin-bottom: 2rem;
}
.contact-visit-column > header h2 {
    margin: 0.85rem 0 1rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.6rem, 4vw, 4rem);
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -0.04em;
}
.contact-visit-column > header p {
    max-width: 520px;
    color: var(--muted);
    font-size: 0.82rem;
}
.contact-map-card {
    margin-bottom: 1rem;
    border: 1px solid #dcd4c8;
    background: #fff;
    color: var(--ink);
}
.contact-map-frame {
    position: relative;
    overflow: hidden;
    height: 340px;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255, 220, 50, 0.12),
            transparent 15rem
        ),
        linear-gradient(135deg, var(--forest-deep), #315d4e);
}
.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-map-placeholder {
    display: grid;
    height: 100%;
    padding: 2rem;
    place-content: center;
    justify-items: center;
    color: #fff;
    text-align: center;
}
.contact-map-placeholder > i {
    margin-bottom: 1rem;
    color: var(--gold);
    font-size: 2.4rem;
}
.contact-map-placeholder > span {
    color: var(--gold);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}
.contact-map-placeholder > strong {
    margin: 0.5rem 0 1.2rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.45rem;
    font-weight: 400;
}
.contact-map-placeholder > small {
    margin-top: 0.8rem;
    color: #ffffffa8;
    font-size: 0.65rem;
}
.contact-map-card > span {
    display: block;
    padding: 1.3rem 1.4rem 0.5rem;
}
.contact-map-card small,
.contact-map-card strong {
    display: block;
}
.contact-map-card small {
    color: var(--maroon);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.contact-map-card strong {
    margin-top: 0.4rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: 1.25rem;
    font-weight: 400;
}
.contact-map-directions {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1.4rem 1.3rem;
    color: var(--maroon);
    font-size: 0.68rem;
    font-weight: 800;
    text-decoration: none;
}
.contact-map-directions:hover,
.contact-map-directions:focus-visible {
    color: var(--maroon-deep);
    text-decoration: underline;
}
.contact-hours {
    margin-bottom: 1rem;
    padding: 1.5rem;
    border: 1px solid #dcd4c8;
    background: #fff;
}
.contact-hours > div {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1rem;
}
.contact-hours > div > i {
    color: var(--maroon);
    font-size: 1.2rem;
}
.contact-hours span,
.contact-hours small,
.contact-hours strong {
    display: block;
}
.contact-hours small {
    color: var(--maroon);
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.contact-hours strong {
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-weight: 400;
}
.contact-hours dl {
    margin: 0;
}
.contact-hours dl > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.65rem 0;
    border-top: 1px solid var(--line);
    font-size: 0.7rem;
}
.contact-hours dt {
    color: var(--muted);
    font-weight: 500;
}
.contact-hours dd {
    margin: 0;
    font-weight: 800;
}
.contact-protection-note {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--navy);
    color: #fff;
}
.contact-protection-note > i {
    color: var(--gold);
    font-size: 1.6rem;
}
.contact-protection-note span {
    color: var(--gold);
    font-size: 0.61rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.contact-protection-note p {
    margin: 0.5rem 0 0.75rem;
    color: #ffffffb3;
    font-size: 0.7rem;
}
.contact-protection-note a {
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 800;
}
.contact-editorial-form {
    min-width: 0;
    padding: clamp(2rem, 5vw, 4rem);
    background: #fff;
    box-shadow: 0 24px 70px #27201817;
}
.contact-editorial-form > header {
    margin-bottom: 2.2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--line);
}
.contact-editorial-form > header > span {
    color: var(--maroon);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.contact-editorial-form > header h2 {
    margin: 0.6rem 0 0.8rem;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.8rem, 4.5vw, 4.8rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.045em;
}
.contact-editorial-form > header p {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 0.74rem;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}
.contact-form-grid > div {
    min-width: 0;
}
.contact-form-grid label {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    color: #46515e;
    font-size: 0.66rem;
    font-weight: 800;
}
.contact-form-grid label > span {
    color: #a11e35;
}
.contact-form-grid label > small {
    color: var(--muted);
    font-size: 0.58rem;
    font-weight: 500;
}
.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 0.75rem 0.85rem;
    border: 1px solid #cfd5dc;
    border-radius: 0;
    background: #fff;
    color: var(--ink);
}
.contact-form-grid textarea {
    min-height: 190px;
    resize: vertical;
}
.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
    border-color: var(--maroon);
    outline: 3px solid rgba(108, 18, 45, 0.12);
    outline-offset: 0;
}
.contact-form-grid .is-invalid {
    border-color: #b42338;
}
.contact-form-grid .invalid-feedback {
    display: block;
    color: #b42338;
    font-size: 0.65rem;
}
.contact-form-message {
    grid-column: 1 / -1;
}
.contact-form-message > small:not(.invalid-feedback) {
    display: block;
    margin-top: 0.45rem;
    color: var(--muted);
    font-size: 0.62rem;
}
.contact-form-consent {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    margin: 1.5rem 0 0;
    padding: 1rem;
    background: var(--cream);
    color: #4c5662;
    font-size: 0.68rem;
    line-height: 1.6;
}
.contact-form-consent input {
    flex: 0 0 auto;
    margin-top: 0.2rem;
}
.contact-form-consent a {
    color: var(--maroon);
    font-weight: 800;
}
.contact-consent-error {
    display: block;
    margin-top: 0.4rem;
    color: #b42338;
    font-size: 0.65rem;
}
.contact-form-submit {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
}
.contact-form-submit > span {
    color: var(--muted);
    font-size: 0.62rem;
}
.contact-form-submit > span i {
    color: var(--maroon);
}
.contact-next-step {
    padding: 5rem 0;
    background: var(--maroon-deep);
    color: #fff;
}
.contact-next-step > .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(2rem, 6vw, 6rem);
}
.contact-next-step > .container > div:first-child > span {
    color: var(--gold);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.contact-next-step h2 {
    margin: 0.6rem 0 0;
    font-family:
        Georgia,
        Times New Roman,
        serif;
    font-size: clamp(2.5rem, 4.5vw, 4.3rem);
    font-weight: 400;
    line-height: 0.98;
}
.contact-next-step > .container > div:last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.contact-next-step a {
    display: flex;
    gap: 0.8rem;
    min-width: 0;
    padding: 1.4rem;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}
.contact-next-step a > i {
    color: var(--gold);
}
.contact-next-step strong,
.contact-next-step small {
    display: block;
}
.contact-next-step strong {
    font-size: 0.76rem;
}
.contact-next-step small {
    margin-top: 0.25rem;
    color: #ffffff9e;
    font-size: 0.62rem;
}
@media (max-width: 1199.98px) {
    .contact-route-strip > .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .contact-route-strip a:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }
}
@media (max-width: 991.98px) {
    .contact-hero-grid,
    .contact-conversation-grid,
    .contact-next-step > .container {
        grid-template-columns: 1fr;
    }
    .contact-hero-office {
        max-width: 580px;
    }
    .contact-visit-column {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }
    .contact-visit-column > header,
    .contact-protection-note {
        grid-column: 1 / -1;
    }
    .contact-map-card,
    .contact-hours {
        margin: 0;
    }
}
@media (max-width: 767.98px) {
    .contact-editorial-hero {
        padding: 3.3rem 0 5.5rem;
    }
    .contact-editorial-hero .work-breadcrumb {
        margin-bottom: 2.4rem;
    }
    .contact-hero-grid h1 {
        font-size: clamp(3rem, 12vw, 4.4rem);
    }
    .contact-conversation {
        padding: 4.5rem 0;
    }
    .contact-visit-column {
        grid-template-columns: 1fr;
    }
    .contact-visit-column > header,
    .contact-protection-note {
        grid-column: auto;
    }
    .contact-editorial-form {
        padding: 2rem 1.25rem;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
    .contact-form-message {
        grid-column: auto;
    }
    .contact-form-submit {
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-form-submit .btn {
        width: 100%;
    }
    .contact-next-step > .container > div:last-child {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575.98px) {
    .utility-mission {
        overflow: hidden;
        width: 24px;
        white-space: nowrap;
    }
    .utility-mission i {
        margin-right: 1rem !important;
    }
    .contact-route-strip > .container {
        grid-template-columns: 1fr;
        width: calc(100% - 1.5rem);
    }
    .contact-route-strip a {
        border-top: 1px solid var(--line);
        border-right: 0;
    }
    .contact-route-strip a:first-child {
        border-top: 0;
    }
    .contact-map-frame {
        height: 280px;
    }
    .contact-hours dl > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }
}
.home-hero-shade {
    background: linear-gradient(90deg, #300d16f0, #4c1f29b8, #19382f24);
}
.home-programmes-section {
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(255, 220, 50, 0.11),
            transparent 22rem
        ),
        linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}
.home-programmes-section .programme-grid {
    gap: 2px;
}
.home-programmes-section .programme-panel {
    isolation: isolate;
}
.home-programmes-section .programme-panel:before {
    position: absolute;
    z-index: -1;
    right: -90px;
    bottom: -120px;
    width: 250px;
    height: 250px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    box-shadow:
        0 0 0 35px #ffffff09,
        0 0 0 70px #ffffff06;
    content: "";
    transition: transform 0.4s ease;
}
.home-programmes-section .programme-panel.gold:before {
    border-color: #14202d26;
    box-shadow:
        0 0 0 35px #14202d06,
        0 0 0 70px #14202d05;
}
.home-programmes-section .programme-panel:hover:before {
    transform: translate(-12px, -12px);
}
.programme-panel.plum {
    background: var(--plum);
}
.programme-panel-arrow {
    position: absolute;
    right: 1.5rem;
    bottom: 1.4rem;
    font-size: 0.9rem !important;
    opacity: 0.68;
    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}
.programme-panel:hover .programme-panel-arrow {
    opacity: 1;
    transform: translate(3px, -3px);
}
.home-action-band {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(5rem, 8vw, 8rem) 0;
    background: linear-gradient(118deg, #3d0d20, #731b39 58%, #324c3f 132%);
    color: #fff;
}
.home-action-band:before,
.home-action-band:after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
}
.home-action-band:before {
    top: -390px;
    right: -160px;
    width: 760px;
    height: 760px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        0 0 0 85px #ffffff06,
        0 0 0 170px #ffffff05;
}
.home-action-band:after {
    bottom: -270px;
    left: 38%;
    width: 440px;
    height: 440px;
    background: #ffdc320e;
}
.home-action-band > .container {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
    gap: clamp(3rem, 7vw, 7rem);
}
.home-action-copy h2 {
    max-width: 690px;
    margin: 0;
    font-size: clamp(3rem, 5vw, 5.4rem);
    line-height: 0.96;
}
.home-action-copy > p {
    max-width: 650px;
    margin: 1.5rem 0 0;
    color: #ffffffbf;
    font-size: 1.02rem;
}
.home-action-links {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #ffffff12;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.home-action-links > a {
    display: grid;
    align-items: center;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1.35rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    transition: background 0.2s ease;
}
.home-action-links > a:last-child {
    border-bottom: 0;
}
.home-action-links > a:hover,
.home-action-links > a:focus-visible {
    background: #ffffff1a;
    color: #fff;
}
.home-action-links > a > i:first-child {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    background: var(--gold);
    color: var(--ink);
}
.home-action-links span,
.home-action-links small,
.home-action-links strong {
    display: block;
}
.home-action-links small {
    margin-bottom: 0.2rem;
    color: var(--gold);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.home-action-links strong {
    font-family: Fraunces, Georgia, serif;
    font-size: 1.35rem;
}
.home-action-links > a > i:last-child {
    color: var(--gold);
    transition: transform 0.2s ease;
}
.home-action-links > a:hover > i:last-child {
    transform: translate(4px);
}
@media (max-width: 991.98px) {
    .home-action-band > .container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575.98px) {
    .home-programmes-section .programme-grid {
        gap: 0.35rem;
    }
    .home-action-links > a {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        padding: 1.1rem;
    }
    .home-action-links > a > i:first-child {
        width: 42px;
        height: 42px;
    }
    .home-action-links strong {
        font-size: 1.08rem;
    }
}
@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;
    }
}
.stories-preview {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(108, 53, 60, 0.055),
            transparent 28rem
        ),
        var(--paper);
}
.home-field-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.1rem, 2.4vw, 2rem);
}
.home-field-grid > .empty-state {
    grid-column: 1 / -1;
}
.home-field-card {
    min-width: 0;
}
.home-field-card > a {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid var(--line);
    border-bottom: 4px solid var(--maroon);
    background: #fff;
    color: var(--ink);
    box-shadow: 0 12px 34px #3020180f;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}
.home-field-card > a:hover,
.home-field-card > a:focus-visible {
    border-color: #6c353c75;
    color: var(--ink);
    box-shadow: 0 22px 48px #30201821;
    transform: translateY(-6px);
}
.home-field-card > a:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}
.home-field-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    margin: 0;
    background: var(--cream);
}
.home-field-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.home-field-card > a:hover .home-field-image img {
    transform: scale(1.035);
}
.home-field-image > span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.55rem 0.8rem;
    background: var(--gold);
    color: var(--ink);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.home-field-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
}
.home-field-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 1.1rem;
    color: var(--muted);
    font-size: 0.66rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.home-field-meta > span {
    color: var(--maroon);
    font-weight: 800;
}
.home-field-card h3 {
    display: -webkit-box;
    overflow: hidden;
    min-height: 3.25em;
    margin: 0.8rem 0 0.75rem;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.3rem, 1.8vw, 1.65rem);
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.home-field-card p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 1.3rem;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.home-field-card strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    color: var(--maroon);
    font-size: 0.72rem;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}
.home-field-card strong i {
    transition: transform 0.2s ease;
}
.home-field-card > a:hover strong i {
    transform: translate(4px);
}
.hero-dots .hero-playback-toggle {
    display: grid;
    width: 30px;
    height: 30px;
    margin-left: 0.35rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 50%;
    background: #261216a3;
    color: #fff;
    font-size: 0.65rem;
}
.hero-dots .hero-playback-toggle:hover,
.hero-dots .hero-playback-toggle:focus-visible {
    border-color: var(--gold);
    background: var(--gold);
    color: var(--ink);
}
.home-story-spotlight {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 7vw, 7rem) 0;
}
.home-story-spotlight:after {
    position: absolute;
    right: -180px;
    bottom: -280px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px #ffffff06,
        0 0 0 140px #ffffff05;
    content: "";
    pointer-events: none;
}
.home-story-spotlight article {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(2.5rem, 7vw, 6.5rem);
    min-height: 0;
    border: 0;
    background: transparent;
}
.home-story-media {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 470px;
    border-radius: 3px 3px 72px;
    background: #ffffff14;
}
.home-story-media > img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    border-radius: 0;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.home-story-media:hover > img {
    transform: scale(1.025);
}
.home-story-media > span {
    display: grid;
    min-height: 470px;
    place-items: center;
    color: var(--gold);
    font-size: 4rem;
}
.home-story-media > small {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.75rem 1rem;
    background: var(--gold);
    color: var(--ink);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.home-story-copy {
    align-self: center;
}
.home-story-copy h2 {
    max-width: 790px;
    margin: 0.7rem 0 1rem;
    color: #fff;
    font-size: clamp(2.35rem, 4vw, 4.25rem);
    line-height: 1;
}
.home-story-copy blockquote {
    max-width: 760px;
    margin: 0;
    color: #ffffffd6;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    line-height: 1.55;
}
.home-story-copy > p {
    max-width: 760px;
    color: #ffffffc7;
}
.home-story-assurance {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 1.5rem 0;
    color: #ffffffad;
    font-size: 0.75rem;
}
.home-story-assurance i {
    color: var(--gold);
}
@media (max-width: 991.98px) {
    .home-field-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-field-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
    .home-field-card:last-child:nth-child(odd) > a {
        display: grid;
        grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    }
    .home-story-spotlight article {
        grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
        gap: 2.5rem;
    }
    .home-story-media,
    .home-story-media > img,
    .home-story-media > span {
        min-height: 390px;
    }
}
@media (max-width: 767.98px) {
    .home-field-grid {
        grid-template-columns: 1fr;
    }
    .home-field-card:last-child:nth-child(odd) {
        grid-column: auto;
    }
    .home-field-card:last-child:nth-child(odd) > a {
        display: flex;
    }
    .home-field-card h3 {
        min-height: 0;
    }
    .home-story-spotlight article {
        grid-template-columns: 1fr;
    }
    .home-story-media {
        max-width: 560px;
        border-radius: 3px 3px 48px;
    }
}
.newsletter-article-editor .rich-editor {
    min-height: 620px;
    background: #fff;
}
.newsletter-article-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem);
    background: #482127;
    color: #fff;
}
.newsletter-article-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.24;
    background:
        radial-gradient(
                circle at 12% 18%,
                rgba(255, 220, 50, 0.55) 0 2px,
                transparent 3px
            )
            0 0/28px 28px,
        linear-gradient(
            120deg,
            transparent 0 58%,
            rgba(255, 255, 255, 0.055) 58% 73%,
            transparent 73%
        );
}
.newsletter-article-hero .container {
    position: relative;
}
.newsletter-back-link {
    display: inline-flex;
    gap: 0.6rem;
    align-items: center;
    margin-bottom: clamp(2rem, 5vw, 4rem);
    color: #ffdc32;
    text-decoration: none;
    font-weight: 700;
}
.newsletter-article-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.88fr);
    gap: clamp(2.5rem, 7vw, 6.5rem);
    align-items: center;
}
.newsletter-reader-kicker {
    display: block;
    color: #ffdc32;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 800;
    font-size: 0.76rem;
}
.newsletter-article-heading h1 {
    max-width: 820px;
    margin: 0.9rem 0 1.3rem;
    font-size: clamp(2.75rem, 6vw, 5.6rem);
    line-height: 0.98;
}
.newsletter-article-heading > p {
    max-width: 680px;
    color: #f2e9e6;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.7;
}
.newsletter-reader-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.5rem;
    margin: 1.6rem 0;
    color: #eee4e0;
}
.newsletter-reader-meta span {
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.9rem;
}
.newsletter-reader-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.6rem;
}
.newsletter-feature-image {
    position: relative;
    margin: 0;
    min-height: 360px;
    overflow: hidden;
    border-radius: 52% 48% 12px 12px;
    box-shadow: 0 30px 70px #11080661;
}
.newsletter-feature-image:after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}
.newsletter-feature-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    max-height: 540px;
    object-fit: cover;
}
.newsletter-feature-mark {
    display: grid;
    min-height: 390px;
    padding: 3rem;
    align-content: center;
    justify-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50% 50% 10px 10px;
    background: #ffffff12;
    text-transform: uppercase;
}
.newsletter-feature-mark span {
    color: #ffdc32;
    letter-spacing: 0.25em;
}
.newsletter-feature-mark strong {
    font-family: Fraunces, Georgia, serif;
    font-size: 4rem;
}
.newsletter-feature-mark i {
    margin-top: 1.5rem;
    color: #ffdc32;
    font-size: 2.3rem;
}
.newsletter-article-main {
    scroll-margin-top: 80px;
    padding: clamp(3rem, 7vw, 6.5rem) 0;
    background: #f4efe6;
}
.newsletter-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 820px) minmax(240px, 310px);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
    justify-content: center;
}
.newsletter-article {
    min-width: 0;
}
.newsletter-opening-note {
    position: relative;
    margin-bottom: clamp(2rem, 5vw, 4rem);
    padding: clamp(1.6rem, 4vw, 2.6rem);
    border-left: 5px solid #ffdc32;
    background: #fff;
    box-shadow: 0 15px 40px #31211814;
}
.newsletter-opening-note:before {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    color: #eadfd8;
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
    content: "“";
}
.newsletter-opening-note span {
    color: #8a3d3f;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 800;
}
.newsletter-opening-note p {
    position: relative;
    margin: 0.7rem 0 0;
    color: #332923;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1.65;
}
.newsletter-article-content {
    max-width: none;
    color: #342d29;
    font-size: 1.075rem;
    line-height: 1.85;
}
.newsletter-article-content h2,
.newsletter-article-content h3,
.newsletter-article-content h4 {
    color: #482127;
    line-height: 1.2;
}
.newsletter-article-content h2 {
    margin: 3.8rem 0 1.1rem;
    padding-top: 0.4rem;
    font-size: clamp(2rem, 4vw, 3rem);
}
.newsletter-article-content h3 {
    margin: 2.8rem 0 1rem;
    font-size: clamp(1.45rem, 3vw, 2rem);
}
.newsletter-article-content p {
    margin: 0 0 1.45rem;
}
.newsletter-article-content a {
    color: #7a3038;
    font-weight: 700;
    text-decoration-color: #d6a9a6;
    text-underline-offset: 3px;
}
.newsletter-article-content ul,
.newsletter-article-content ol {
    margin: 0 0 1.8rem;
    padding-left: 1.4rem;
}
.newsletter-article-content li {
    margin: 0.55rem 0;
    padding-left: 0.35rem;
}
.newsletter-article-content blockquote {
    margin: 2.7rem 0;
    padding: 1.4rem 0 1.4rem clamp(1.3rem, 4vw, 2.2rem);
    border-left: 5px solid #ffdc32;
    color: #482127;
    font-family: Fraunces, Georgia, serif;
    font-size: clamp(1.25rem, 2.5vw, 1.7rem);
    line-height: 1.55;
}
.newsletter-article-content img {
    display: block;
    width: 100%;
    height: auto;
    margin: clamp(2rem, 5vw, 3.5rem) auto;
    border-radius: 4px;
    box-shadow: 0 18px 45px #31211824;
}
.newsletter-article-content p:has(> img:only-child) {
    margin: clamp(2rem, 5vw, 3.5rem) 0;
}
.newsletter-article-content p:has(> img:only-child) img {
    margin: 0;
}
.newsletter-legacy-story {
    margin-bottom: 4rem;
}
.newsletter-legacy-story figure {
    margin: 0 0 2rem;
}
.newsletter-legacy-story figure img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 4px;
}
.newsletter-legacy-story > h2 {
    color: #482127;
    font-size: clamp(2rem, 4vw, 3rem);
}
.newsletter-story-link {
    display: inline-flex;
    gap: 0.6rem;
    align-items: center;
    color: #7a3038;
    font-weight: 800;
    text-decoration: none;
}
.newsletter-legacy-story--divider {
    margin: 2rem 0;
}
.newsletter-legacy-story--divider hr {
    border-color: #cfc1b8;
}
.newsletter-article-aside {
    position: sticky;
    top: 100px;
    display: grid;
    gap: 1.2rem;
}
.newsletter-share-panel,
.newsletter-pdf-panel {
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 12px 34px #31211814;
}
.newsletter-share-panel > span,
.newsletter-pdf-panel > span {
    display: block;
    margin-bottom: 0.8rem;
    color: #8a3d3f;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    font-weight: 800;
}
.newsletter-share-panel > div {
    display: flex;
    gap: 0.5rem;
}
.newsletter-share-panel a,
.newsletter-share-panel button {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid #d9cec6;
    border-radius: 50%;
    background: #fff;
    color: #482127;
}
.newsletter-share-panel a:hover,
.newsletter-share-panel button:hover {
    border-color: #482127;
    background: #482127;
    color: #fff;
}
.newsletter-pdf-panel {
    border-top: 5px solid #8a3d3f;
}
.newsletter-pdf-panel > i {
    margin-bottom: 1rem;
    color: #8a3d3f;
    font-size: 2rem;
}
.newsletter-pdf-panel h2 {
    color: #482127;
    font-size: 1.45rem;
}
.newsletter-pdf-panel p {
    font-size: 0.92rem;
    line-height: 1.6;
}
.newsletter-pdf-panel small {
    display: block;
    margin-bottom: 1rem;
    color: #746963;
}
.newsletter-end-card {
    display: flex;
    max-width: 1130px;
    margin: clamp(4rem, 8vw, 7rem) auto 0;
    padding: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: #482127;
    color: #fff;
}
.newsletter-end-card span {
    color: #ffdc32;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 800;
}
.newsletter-end-card h2 {
    margin: 0.45rem 0;
    color: #fff;
}
.newsletter-end-card p {
    margin: 0;
    color: #eee4e0;
}
.newsletter-back-to-top {
    display: flex;
    width: max-content;
    margin: 2rem auto 0;
    gap: 0.6rem;
    align-items: center;
    color: #482127;
    font-weight: 800;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .newsletter-article-hero-grid {
        grid-template-columns: 1fr;
    }
    .newsletter-feature-image {
        max-width: 720px;
        min-height: 300px;
        border-radius: 4px;
    }
    .newsletter-feature-image img {
        min-height: 300px;
    }
    .newsletter-article-layout {
        grid-template-columns: minmax(0, 820px);
    }
    .newsletter-article-aside {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .newsletter-article-hero {
        padding-top: 3.5rem;
    }
    .newsletter-feature-image,
    .newsletter-feature-image img {
        min-height: 240px;
    }
    .newsletter-article-aside {
        grid-template-columns: 1fr;
    }
    .newsletter-end-card {
        align-items: flex-start;
        flex-direction: column;
    }
    .newsletter-article-content {
        font-size: 1rem;
    }
}
.feedback-invitation-hero,
.feedback-public-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(3rem, 7vw, 6.5rem) 0;
    background:
        radial-gradient(
            circle at 86% 10%,
            rgba(255, 220, 50, 0.13),
            transparent 27rem
        ),
        linear-gradient(120deg, #3b1728, #6d2c3e 62%, #315244 135%);
    color: #fff;
}
.feedback-invitation-hero:after,
.feedback-public-hero:after {
    position: absolute;
    z-index: -1;
    right: -180px;
    bottom: -410px;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px #ffffff06,
        0 0 0 160px #ffffff05;
    content: "";
}
.feedback-home-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: clamp(2.4rem, 6vw, 5rem);
    color: #fffc;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}
.feedback-home-link:hover {
    color: var(--gold);
}
.feedback-invitation-heading,
.feedback-public-hero > .container > p {
    max-width: 860px;
}
.feedback-invitation-heading > span {
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.feedback-invitation-heading h1,
.feedback-public-hero h1 {
    max-width: 960px;
    margin: 0.9rem 0 1.2rem;
    color: #fff;
    font-size: clamp(3rem, 7vw, 6.4rem);
    line-height: 0.96;
}
.feedback-invitation-heading p,
.feedback-public-hero > .container > p {
    margin: 0;
    color: #ffffffc7;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.75;
}
.feedback-form-section,
.feedback-public-directory,
.home-feedback-section {
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background: #f4efe6;
}
.feedback-form-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: start;
}
.feedback-form-context {
    position: sticky;
    top: 110px;
}
.feedback-form-context > span,
.feedback-editorial-form header > span {
    color: var(--maroon);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.feedback-form-context ol {
    margin: 1.4rem 0 2rem;
    padding: 0;
    border-top: 1px solid #d8cdc3;
    list-style: none;
}
.feedback-form-context li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0.9rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid #d8cdc3;
}
.feedback-form-context li b {
    color: #b8a89a;
    font-family: Georgia, serif;
    font-size: 1.2rem;
}
.feedback-form-context li strong,
.feedback-form-context li small {
    display: block;
}
.feedback-form-context li strong {
    color: var(--maroon-deep);
}
.feedback-form-context li small {
    margin-top: 0.25rem;
    color: var(--muted);
    line-height: 1.55;
}
.feedback-safeguarding-note {
    padding: 1.4rem;
    border-left: 4px solid var(--gold);
    background: #fff;
}
.feedback-safeguarding-note > i {
    margin-bottom: 0.8rem;
    color: var(--forest);
    font-size: 1.5rem;
}
.feedback-safeguarding-note p {
    color: var(--muted);
    font-size: 0.82rem;
    line-height: 1.6;
}
.feedback-safeguarding-note a {
    color: var(--maroon);
    font-size: 0.76rem;
    font-weight: 800;
    text-decoration: none;
}
.feedback-editorial-form {
    padding: clamp(1.5rem, 5vw, 3.2rem);
    background: #fff;
    box-shadow: 0 22px 60px #3121181a;
}
.feedback-editorial-form header {
    margin-bottom: 2rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #e6ddd5;
}
.feedback-editorial-form header h2 {
    margin: 0.45rem 0 0.6rem;
    color: var(--maroon-deep);
    font-size: clamp(2rem, 4vw, 3.1rem);
}
.feedback-editorial-form header p {
    max-width: 700px;
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}
.feedback-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}
.feedback-fields label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 800;
}
.feedback-fields label small {
    color: var(--muted);
    font-weight: 500;
}
.feedback-fields input,
.feedback-fields textarea {
    width: 100%;
    padding: 0.85rem 0.9rem;
    border: 1px solid #cfc4ba;
    border-radius: 0;
    background: #fff;
}
.feedback-fields textarea {
    resize: vertical;
}
.feedback-fields > div > small {
    display: block;
    margin-top: 0.4rem;
    color: var(--muted);
    font-size: 0.68rem;
}
.feedback-fields .invalid-feedback {
    color: var(--bs-danger);
}
.feedback-message-field {
    grid-column: 1 / -1;
}
.feedback-consent-choices {
    display: grid;
    gap: 0.7rem;
    margin: 2rem 0;
    padding: 0;
    border: 0;
}
.feedback-consent-choices legend {
    margin-bottom: 0.7rem;
    color: var(--maroon-deep);
    font-family: Georgia, serif;
    font-size: 1.35rem;
}
.feedback-consent-choices > label {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid #e1d8d0;
    background: #fcfaf7;
    cursor: pointer;
}
.feedback-consent-choices > label:has(input:checked) {
    border-color: #8a3d46;
    background: #fbf5f4;
}
.feedback-consent-choices input {
    width: 18px;
    height: 18px;
    margin-top: 0.15rem;
    accent-color: var(--maroon);
}
.feedback-consent-choices span {
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.55;
}
.feedback-consent-choices strong {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--ink);
}
.feedback-consent-error {
    color: var(--bs-danger);
    font-size: 0.72rem;
}
.feedback-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.3rem;
    border-top: 1px solid #e6ddd5;
}
.feedback-submit-row span {
    color: var(--muted);
    font-size: 0.68rem;
}
.feedback-thank-you {
    display: grid;
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(2rem, 6vw, 4.5rem);
    grid-template-columns: 76px 1fr;
    gap: 1.5rem;
    background: #fff;
    box-shadow: 0 22px 60px #3121181a;
}
.feedback-thank-you > i {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    background: var(--forest);
    color: #fff;
    font-size: 2rem;
}
.feedback-thank-you span {
    color: var(--maroon);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.feedback-thank-you h2 {
    margin: 0.45rem 0 0.6rem;
    color: var(--maroon-deep);
}
.feedback-thank-you p {
    color: var(--muted);
}
.feedback-thank-you-closed > i {
    background: var(--maroon);
}
.feedback-public-hero .work-breadcrumb {
    margin-bottom: clamp(2.5rem, 6vw, 5rem);
}
.feedback-public-grid,
.home-feedback-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.feedback-public-grid article,
.home-feedback-grid article {
    display: flex;
    min-width: 0;
    min-height: 320px;
    padding: clamp(1.5rem, 3vw, 2.3rem);
    flex-direction: column;
    border-top: 5px solid var(--gold);
    background: #fff;
    box-shadow: 0 14px 38px #31211812;
}
.feedback-public-grid article > i,
.home-feedback-grid article > i {
    margin-bottom: 1.3rem;
    color: #d7c9be;
    font-size: 2rem;
}
.feedback-public-grid blockquote,
.home-feedback-grid blockquote {
    margin: 0 0 2rem;
    color: var(--maroon-deep);
    font-family: Georgia, serif;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.55;
}
.feedback-public-grid footer,
.home-feedback-grid footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e4dbd3;
}
.feedback-public-grid footer strong,
.feedback-public-grid footer span,
.home-feedback-grid footer strong,
.home-feedback-grid footer span {
    display: block;
}
.feedback-public-grid footer strong,
.home-feedback-grid footer strong {
    color: var(--ink);
    font-size: 0.78rem;
}
.feedback-public-grid footer span,
.home-feedback-grid footer span {
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.66rem;
}
.feedback-public-empty {
    padding: 4rem 2rem;
    border: 1px dashed #c8bbb0;
    background: #ffffff8c;
    text-align: center;
}
.feedback-public-empty > i {
    color: var(--maroon);
    font-size: 2rem;
}
.home-feedback-section {
    background: #fff;
}
.home-feedback-grid article {
    background: #f4efe6;
    box-shadow: none;
}
.home-feedback-link {
    display: inline-flex;
    gap: 0.7rem;
    margin-top: 1.5rem;
    align-items: center;
    color: var(--maroon);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}
.feedback-admin-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #e2e6ea;
    background: #fff;
}
.feedback-admin-principles article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.9rem;
    padding: 1.2rem;
}
.feedback-admin-principles article + article {
    border-left: 1px solid #e2e6ea;
}
.feedback-admin-principles i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    background: #f4efe6;
    color: var(--maroon);
}
.feedback-admin-principles strong,
.feedback-admin-principles small {
    display: block;
}
.feedback-admin-principles small {
    margin-top: 0.2rem;
    color: var(--muted);
    line-height: 1.45;
}
.feedback-form-admin-row {
    display: grid;
    align-items: center;
    grid-template-columns: 48px minmax(220px, 1fr) auto auto;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #edf0f3;
}
.feedback-form-status {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    background: #eceff1;
    color: #6c757d;
}
.feedback-form-status.is-open {
    background: #e4f1eb;
    color: var(--forest);
}
.feedback-form-admin-row > div:nth-child(2) strong,
.feedback-form-admin-row > div:nth-child(2) small {
    display: block;
}
.feedback-form-admin-row > div:nth-child(2) small {
    margin-top: 0.2rem;
    color: var(--muted);
}
.feedback-form-counts {
    display: flex;
    gap: 1rem;
}
.feedback-form-counts span {
    color: var(--muted);
    font-size: 0.68rem;
}
.feedback-form-counts b {
    color: var(--ink);
}
.feedback-moderation-row {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid #edf0f3;
}
.feedback-moderation-copy > div {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.feedback-moderation-copy h3 {
    margin: 0.6rem 0 0.25rem;
    font-size: 1rem;
}
.feedback-moderation-copy p {
    margin: 0 0 0.5rem;
    color: var(--muted);
    font-size: 0.8rem;
}
.feedback-share-panel {
    padding: clamp(1.3rem, 3vw, 2rem);
    border-left: 5px solid var(--gold);
    background: #fff;
    box-shadow: 0 12px 34px #17222812;
}
.feedback-share-panel > div:first-child span {
    color: var(--maroon);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.feedback-share-panel > div:first-child h2 {
    margin: 0.4rem 0;
}
.feedback-share-panel > div:first-child p {
    max-width: 850px;
    color: var(--muted);
}
.feedback-share-control {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.6rem;
    margin: 1rem 0;
}
.feedback-share-control input {
    min-width: 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.7rem;
}
.feedback-admin-layout .admin-panel {
    height: auto;
}
.feedback-admin-switch {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 0.7rem;
    align-items: start;
}
.feedback-admin-switch strong,
.feedback-admin-switch small {
    display: block;
}
.feedback-admin-switch small {
    margin-top: 0.2rem;
    color: var(--muted);
}
.feedback-review-card {
    padding: 1.5rem 0;
    border-bottom: 1px solid #dfe4e7;
    scroll-margin-top: 100px;
}
.feedback-review-card header > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.7rem;
}
.feedback-review-card header > strong,
.feedback-review-card header > a,
.feedback-review-card header > small {
    display: block;
}
.feedback-review-card header > a {
    width: fit-content;
    margin-top: 0.2rem;
    font-size: 0.76rem;
}
.feedback-review-card blockquote {
    margin: 1.3rem 0;
    padding: 1.2rem;
    border-left: 4px solid var(--gold);
    background: #f8f6f3;
    color: #343a40;
    font-size: 0.9rem;
    line-height: 1.7;
    white-space: pre-wrap;
}
.feedback-review-card dl,
.feedback-admin-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 1rem;
}
.feedback-review-card dl > div,
.feedback-admin-facts > div {
    padding: 0.7rem;
    border: 1px solid #e4e7e9;
}
.feedback-review-card dt,
.feedback-admin-facts dt {
    color: var(--muted);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.feedback-review-card dd,
.feedback-admin-facts dd {
    margin: 0.2rem 0 0;
    font-size: 0.76rem;
    font-weight: 700;
}
.feedback-review-actions {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(180px, 0.65fr) minmax(240px, 1.35fr) auto;
    gap: 0.7rem;
}
@media (max-width: 991.98px) {
    .feedback-form-layout {
        grid-template-columns: 1fr;
    }
    .feedback-form-context {
        position: static;
    }
    .feedback-form-context ol {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .feedback-form-context li {
        grid-template-columns: 1fr;
        padding: 1rem;
        border-right: 1px solid #d8cdc3;
    }
    .feedback-public-grid,
    .home-feedback-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .feedback-public-grid article:last-child:nth-child(odd),
    .home-feedback-grid article:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
    .feedback-admin-principles {
        grid-template-columns: 1fr;
    }
    .feedback-admin-principles article + article {
        border-top: 1px solid #e2e6ea;
        border-left: 0;
    }
    .feedback-form-admin-row {
        grid-template-columns: 48px 1fr auto;
    }
    .feedback-form-counts {
        grid-column: 2 / -1;
    }
}
@media (max-width: 767.98px) {
    .feedback-fields,
    .feedback-public-grid,
    .home-feedback-grid,
    .feedback-form-context ol {
        grid-template-columns: 1fr;
    }
    .feedback-public-grid article:last-child:nth-child(odd),
    .home-feedback-grid article:last-child:nth-child(odd) {
        grid-column: auto;
    }
    .feedback-submit-row,
    .feedback-form-admin-row {
        align-items: stretch;
        grid-template-columns: 1fr;
    }
    .feedback-submit-row {
        flex-direction: column;
    }
    .feedback-submit-row .btn {
        width: 100%;
    }
    .feedback-thank-you {
        grid-template-columns: 1fr;
    }
    .feedback-form-counts {
        grid-column: auto;
        flex-wrap: wrap;
    }
    .feedback-share-control,
    .feedback-review-actions,
    .feedback-review-card dl,
    .feedback-admin-facts {
        grid-template-columns: 1fr;
    }
}
.policy-page {
    background: #f6f3ed;
}
.policy-page main {
    background: #f6f3ed;
}
.policy-hero {
    position: relative;
    overflow: hidden;
    padding: 2.25rem 0 4.75rem;
    background:
        radial-gradient(
            circle at 84% 24%,
            rgba(217, 170, 75, 0.18),
            transparent 23rem
        ),
        linear-gradient(125deg, var(--maroon-deep), var(--forest-deep));
    color: #fff;
}
.policy-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.16;
    pointer-events: none;
    background-image:
        linear-gradient(
            30deg,
            transparent 24%,
            rgba(255, 255, 255, 0.16) 25%,
            transparent 26%
        ),
        linear-gradient(
            150deg,
            transparent 24%,
            rgba(255, 255, 255, 0.12) 25%,
            transparent 26%
        );
    background-size: 72px 42px;
}
.policy-hero .container {
    position: relative;
    z-index: 1;
}
.policy-hero .story-breadcrumb {
    margin-bottom: 3rem;
    color: #ffffffb8;
}
.policy-hero .story-breadcrumb a {
    color: #fff;
}
.policy-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(235px, 0.55fr);
    align-items: end;
    gap: clamp(2rem, 6vw, 6rem);
}
.policy-kicker {
    display: block;
    margin-bottom: 0.85rem;
    color: var(--gold);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.policy-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-family: Fraunces, serif;
    font-size: clamp(2.7rem, 6vw, 5.6rem);
    line-height: 0.98;
}
.policy-hero-grid > div > p {
    max-width: 760px;
    margin: 1.35rem 0 0;
    color: #ffffffd1;
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    line-height: 1.75;
}
.policy-hero-grid aside {
    display: grid;
    gap: 0.35rem;
    padding: 1.35rem 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #0f181442;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.policy-hero-grid aside span,
.policy-hero-grid aside small {
    color: #ffffffa8;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.policy-hero-grid aside strong {
    color: #fff;
    font-family: Fraunces, serif;
    font-size: 1.45rem;
}
.policy-hero-grid aside a {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.65rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
}
.policy-switcher {
    position: relative;
    z-index: 2;
    margin-top: -2rem;
}
.policy-switcher .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    overflow: hidden;
    border: 1px solid #ded8ce;
    background: #fff;
    box-shadow: 0 18px 45px #251d191a;
}
.policy-switcher a {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    padding: 1.2rem 1.35rem;
    color: var(--ink);
    text-decoration: none;
}
.policy-switcher a + a {
    border-left: 1px solid #e5e0d7;
}
.policy-switcher a > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: #f3eee7;
    color: var(--maroon);
}
.policy-switcher a span,
.policy-switcher a strong,
.policy-switcher a small {
    display: block;
    min-width: 0;
}
.policy-switcher a strong {
    font-size: 0.9rem;
}
.policy-switcher a small {
    margin-top: 0.15rem;
    color: var(--muted);
    font-size: 0.7rem;
}
.policy-switcher a:hover,
.policy-switcher a:focus-visible,
.policy-switcher a.active {
    background: #f7f2e9;
}
.policy-switcher a.active {
    box-shadow: inset 0 -4px var(--gold);
}
.policy-switcher a.active > i {
    background: var(--maroon);
    color: #fff;
}
.policy-shell {
    padding: clamp(3.5rem, 7vw, 7rem) 0;
}
.policy-layout {
    display: grid;
    grid-template-columns: minmax(210px, 255px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 5rem);
}
.policy-toc {
    position: sticky;
    top: 105px;
    padding: 1.3rem;
    border-top: 4px solid var(--maroon);
    background: #fff;
    box-shadow: 0 10px 30px #231f1b0f;
}
.policy-toc > strong {
    display: block;
    margin-bottom: 0.8rem;
    color: var(--maroon);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.policy-toc nav {
    display: grid;
}
.policy-toc a {
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee9e1;
    color: #5e5b55;
    font-size: 0.76rem;
    line-height: 1.4;
    text-decoration: none;
}
.policy-toc a:hover,
.policy-toc a:focus-visible {
    color: var(--maroon);
}
.policy-document {
    min-width: 0;
    max-width: 900px;
}
.policy-document > section {
    scroll-margin-top: 110px;
    margin-top: 1rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid #e5dfd6;
    background: #fff;
    box-shadow: 0 7px 28px #29231e0b;
}
.policy-document > section + section {
    margin-top: 1.25rem;
}
.policy-number {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--gold-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}
.policy-document h2 {
    margin: 0 0 1.15rem;
    color: var(--maroon-deep);
    font-family: Fraunces, serif;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    line-height: 1.18;
}
.policy-document h3 {
    margin: 1.65rem 0 0.65rem;
    color: var(--forest-deep);
    font-size: 1rem;
    font-weight: 800;
}
.policy-document p,
.policy-document li {
    color: #56534e;
    font-size: 0.93rem;
    line-height: 1.85;
}
.policy-document p:last-child {
    margin-bottom: 0;
}
.policy-document ul,
.policy-document ol {
    margin: 1rem 0;
    padding-left: 1.25rem;
}
.policy-document li + li {
    margin-top: 0.5rem;
}
.policy-document a {
    color: var(--maroon);
    font-weight: 700;
    text-underline-offset: 3px;
}
.policy-document code {
    padding: 0.12rem 0.35rem;
    background: #f1ece5;
    color: var(--maroon-deep);
    font-size: 0.82em;
    white-space: normal;
    overflow-wrap: anywhere;
}
.policy-summary {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.35rem;
    border-left: 5px solid var(--gold);
    background: var(--forest-deep);
    color: #fff;
}
.policy-summary > i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background: #ffffff1a;
    color: var(--gold);
    font-size: 1.15rem;
}
.policy-summary strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #fff;
}
.policy-summary p {
    margin: 0;
    color: #ffffffc7;
    font-size: 0.85rem;
    line-height: 1.65;
}
.policy-document > .policy-sensitive {
    border-color: #6c27334d;
    background:
        linear-gradient(90deg, rgba(108, 39, 51, 0.045), transparent 55%), #fff;
    box-shadow: inset 5px 0 var(--maroon);
}
.policy-table-wrap {
    max-width: 100%;
    margin: 1.25rem 0;
    overflow-x: auto;
    border: 1px solid #ded8cf;
}
.policy-table {
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.78rem;
}
.policy-table th {
    padding: 0.85rem;
    background: var(--forest-deep);
    color: #fff;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
}
.policy-table td {
    padding: 0.85rem;
    border-top: 1px solid #e7e1d8;
    color: #5a5650;
    line-height: 1.6;
    vertical-align: top;
}
.policy-table td > span {
    display: inline-block;
    padding: 0.2rem 0.4rem;
    background: #e7f1ec;
    color: var(--forest-deep);
    font-size: 0.66rem;
    font-weight: 800;
    white-space: nowrap;
}
.policy-table td > span.optional {
    background: #f4ead2;
    color: #715314;
}
.policy-contact-card {
    display: grid;
    gap: 0.3rem;
    margin: 1.25rem 0;
    padding: 1.2rem 1.35rem;
    border: 1px solid #ded7ce;
    border-left: 4px solid var(--gold);
    background: #f8f5ef;
}
.policy-contact-card strong {
    color: var(--maroon-deep);
}
.policy-contact-card span,
.policy-contact-card a {
    width: fit-content;
    color: #625e57;
    font-size: 0.82rem;
}
.policy-choice-panel,
.policy-request-panel {
    border-top: 5px solid var(--gold) !important;
}
.policy-choice-panel form {
    margin: 1.2rem 0;
    padding: 1rem;
    border: 1px solid #ded7ce;
    background: #f8f5ef;
}
.policy-choice-panel form > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}
.policy-accept-check {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 0.65rem;
    margin-bottom: 1rem;
    color: #4f4b46;
    font-size: 0.82rem;
    line-height: 1.55;
}
.policy-accept-check input {
    width: 18px;
    height: 18px;
    margin-top: 0.15rem;
    accent-color: var(--maroon);
}
.policy-current-choice {
    padding: 0.75rem 1rem;
    background: #eee9e1;
    font-size: 0.8rem !important;
}
.policy-request-panel .form-label {
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 800;
}
.policy-request-panel .form-control,
.policy-request-panel .form-select {
    min-height: 48px;
    border-color: #cbc4b9;
    border-radius: 0;
}
.policy-request-panel textarea.form-control {
    min-height: 130px;
}
.policy-request-submit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}
.policy-request-submit small {
    color: var(--muted);
    font-size: 0.72rem;
}
.legal-consent-banner {
    position: fixed;
    z-index: 1090;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: min(88vh, 620px);
    overflow-y: auto;
    border-top: 5px solid var(--gold);
    background: #fffdf9;
    color: var(--ink);
    box-shadow: 0 -18px 55px #1f181433;
}
.legal-consent-banner > .container {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.legal-consent-copy {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
}
.legal-consent-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background: var(--forest-deep);
    color: var(--gold);
}
.legal-consent-kicker {
    display: block;
    color: var(--maroon);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.legal-consent-copy h2 {
    margin: 0.15rem 0 0.35rem;
    color: var(--maroon-deep);
    font-family: Fraunces, serif;
    font-size: clamp(1.35rem, 2.3vw, 2rem);
}
.legal-consent-copy p {
    margin: 0;
    color: #5e5952;
    font-size: 0.79rem;
    line-height: 1.65;
}
.legal-consent-copy p a {
    color: var(--maroon);
    font-weight: 800;
}
.legal-consent-safety {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.55rem;
    color: var(--maroon);
    font-size: 0.72rem;
    font-weight: 800;
    text-decoration: none;
}
.legal-consent-safety:hover,
.legal-consent-safety:focus-visible {
    text-decoration: underline;
}
.legal-consent-form {
    min-width: 0;
    padding-left: clamp(0rem, 3vw, 2rem);
    border-left: 1px solid #ddd6cc;
}
.legal-consent-check {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 0.65rem;
    margin-bottom: 0.8rem;
    color: #413e39;
    font-size: 0.79rem;
    font-weight: 700;
    line-height: 1.5;
}
.legal-consent-check input {
    width: 18px;
    height: 18px;
    margin-top: 0.1rem;
    accent-color: var(--maroon);
}
.legal-consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}
.legal-consent-actions .btn {
    min-height: 46px;
    padding: 0.65rem 0.85rem;
    white-space: normal;
    font-size: 0.73rem;
    font-weight: 800;
}
.legal-consent-form > small {
    display: block;
    margin-top: 0.6rem;
    color: var(--muted);
    font-size: 0.65rem;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .policy-hero-grid,
    .policy-layout,
    .legal-consent-banner > .container {
        grid-template-columns: 1fr;
    }
    .policy-hero-grid {
        align-items: start;
    }
    .policy-hero-grid aside {
        max-width: 420px;
    }
    .policy-toc {
        position: static;
    }
    .policy-toc nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1rem;
    }
    .policy-document {
        max-width: none;
    }
    .legal-consent-banner > .container {
        gap: 1rem;
    }
    .legal-consent-form {
        padding-top: 1rem;
        padding-left: 0;
        border-top: 1px solid #ddd6cc;
        border-left: 0;
    }
}
@media (max-width: 767.98px) {
    .policy-hero {
        padding-bottom: 3.5rem;
    }
    .policy-hero .story-breadcrumb {
        margin-bottom: 2rem;
    }
    .policy-switcher {
        margin-top: -1.25rem;
        padding: 0 0.75rem;
    }
    .policy-switcher .container,
    .policy-toc nav,
    .legal-consent-actions {
        grid-template-columns: 1fr;
    }
    .policy-switcher a + a {
        border-top: 1px solid #e5e0d7;
        border-left: 0;
    }
    .policy-switcher a.active {
        box-shadow: inset 4px 0 var(--gold);
    }
    .policy-shell {
        padding-top: 2.5rem;
    }
    .policy-document > section {
        padding: 1.35rem;
    }
    .policy-summary,
    .legal-consent-copy {
        grid-template-columns: 1fr;
    }
    .policy-request-submit {
        align-items: stretch;
        flex-direction: column;
    }
    .policy-request-submit .btn {
        width: 100%;
    }
    .legal-consent-banner > .container {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .legal-consent-copy {
        gap: 0.55rem;
    }
    .legal-consent-icon {
        width: 40px;
        height: 40px;
    }
}
.post-detail-page .page-hero h1,
.cms-detail-page .page-hero h1,
.project-profile-intro h1,
.event-profile-hero h1,
.story-profile-heading h1,
.team-profile-hero h1,
.newsletter-article-heading h1,
.feedback-form-page .feedback-invitation-heading h1,
.feedback-public-page .feedback-public-hero h1,
.policy-page .policy-hero h1 {
    max-width: 850px;
    font-size: clamp(2.15rem, 3.7vw, 3.75rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
}
.post-detail-page .article-body h2,
.cms-detail-page .cms-page-body h2,
.project-profile-story h2,
.project-profile-evidence h2,
.project-profile-updates h2,
.project-profile-impact h2,
.project-profile-return h2,
.event-profile-article > header h2,
.event-story-body h2,
.story-profile-article > header h2,
.story-profile-body h2,
.story-profile-next h2,
.team-profile-biography h2,
.newsletter-article-content h2,
.newsletter-legacy-story > h2,
.policy-document h2 {
    font-size: clamp(1.65rem, 2.7vw, 2.35rem);
    line-height: 1.18;
    letter-spacing: -0.025em;
    overflow-wrap: anywhere;
}
.post-detail-page .article-body h3,
.cms-detail-page .cms-page-body h3,
.project-profile-sections h3,
.event-story-body h3,
.story-profile-body h3,
.newsletter-article-content h3,
.policy-document h3 {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1.3;
    letter-spacing: -0.015em;
    overflow-wrap: anywhere;
}
.newsletter-article-hero {
    padding-top: clamp(3.5rem, 6vw, 5.75rem);
    padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}
@media (max-width: 575.98px) {
    .post-detail-page .page-hero h1,
    .cms-detail-page .page-hero h1,
    .project-profile-intro h1,
    .event-profile-hero h1,
    .story-profile-heading h1,
    .team-profile-hero h1,
    .newsletter-article-heading h1,
    .feedback-form-page .feedback-invitation-heading h1,
    .feedback-public-page .feedback-public-hero h1,
    .policy-page .policy-hero h1 {
        font-size: clamp(1.9rem, 9vw, 2.55rem);
        line-height: 1.12;
    }
}
