:root {
    --site-blue-900: #0a2f57;
    --site-blue-800: #123f73;
    --site-blue-700: #175591;
    --site-blue-100: #e9f1f9;
    --site-yellow: #f6c445;
    --site-red: #a51f17;
    --site-gray-900: #1f2933;
    --site-gray-700: #4a5563;
    --site-gray-200: #d7dde5;
    --site-gray-100: #f4f6f8;
    --site-white: #ffffff;
}

body {
    color: var(--site-gray-900);
    background: #f7f8fb;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

a {
    color: var(--site-blue-700);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

a:hover {
    color: var(--site-blue-900);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
    box-shadow: none;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -5rem;
    z-index: 10000;
    display: inline-block;
    padding: .65rem 1rem;
    color: var(--site-white);
    background: var(--site-blue-900);
}

.skip-link:focus {
    top: 1rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    border-bottom: 0;
    background: var(--site-white);
    box-shadow: 0 2px 0 rgba(10, 47, 87, .08);
}

.site-topbar {
    color: var(--site-white);
    background: var(--site-blue-900);
    font-size: .9rem;
}

.site-topbar-inner,
.brand-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-kicker {
    margin: 0;
    padding: .45rem 0;
    color: var(--site-yellow);
    font-weight: 800;
    text-transform: uppercase;
}

.site-topbar-tools {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
}

.site-topbar-tools a {
    color: var(--site-yellow);
    text-decoration: none;
}

.site-topbar-tools a:hover,
.site-topbar-tools a:focus {
    color: var(--site-white);
    text-decoration: underline;
    text-underline-offset: .18rem;
}

.site-topbar-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
    color: #d7e4f4;
}

.site-topbar-stat {
    display: inline-flex;
    gap: .28rem;
    align-items: center;
    white-space: nowrap;
}

.site-topbar-icon {
    display: inline-grid;
    width: 1.15rem;
    height: 1.15rem;
    place-items: center;
    color: var(--site-yellow);
    font-size: .9rem;
    font-weight: 900;
    line-height: 1;
}

.site-topbar-meta .is-import {
    color: #ffd1c8;
}

.site-topbar-meta .is-export {
    color: #b8f0cd;
}

.brand-strip {
    border-bottom: 4px solid var(--site-yellow);
    background: #eef2f8;
}

.brand-strip-inner {
    min-height: 86px;
}

.brand-navigation {
    justify-content: flex-end;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    padding: .25rem 0;
}

.navbar-brand img {
    display: block;
    width: 260px;
    height: auto;
}

.site-nav {
    background: transparent;
}

.navbar .nav-link {
    color: var(--site-gray-900);
    font-weight: 800;
    text-transform: uppercase;
    font-size: .88rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--site-blue-800);
}

.navbar .dropdown-menu {
    min-width: 16rem;
    padding: .35rem 0;
    border: 1px solid var(--site-gray-200);
    border-top: 4px solid var(--site-blue-800);
    border-radius: 0;
    box-shadow: 0 12px 24px rgba(3, 47, 82, .12);
}

.navbar .dropdown-item {
    padding: .55rem .85rem;
    color: var(--site-gray-900);
    font-size: .86rem;
    font-weight: 800;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    color: var(--site-blue-900);
    background: var(--site-blue-50);
}

.btn,
.form-control,
.form-select,
.alert,
.page-link,
.navbar-toggler {
    border-radius: 0;
}

.btn-primary {
    border-color: var(--site-blue-800);
    background: var(--site-blue-800);
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: var(--site-blue-900);
    background: var(--site-blue-900);
}

.site-main {
    padding: 1.5rem 0 3rem;
    background: var(--site-white);
}

.breadcrumb-wrap {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--site-gray-200);
}

.breadcrumb {
    margin-bottom: .75rem;
    font-size: .95rem;
}

.page-header {
    margin-bottom: 1rem;
    padding: 1rem 0 .75rem;
    border-bottom: 4px solid var(--site-blue-800);
}

.page-header h1,
.article-header h1 {
    margin: 0 0 .75rem;
    color: var(--site-blue-900);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
}

.page-header p {
    max-width: 50rem;
    color: var(--site-gray-700);
}

.home-energy-strip {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: .5rem;
}

.home-energy-card {
    min-width: 0;
    padding: .62rem .55rem;
    border: 1px solid #c8d8ea;
    border-top: 4px solid var(--site-blue-800);
    background: #f8fbff;
}

.home-energy-card strong,
.home-energy-card span,
.home-energy-card small {
    display: block;
}

.home-energy-card strong {
    overflow: hidden;
    color: #52677c;
    font-size: .7rem;
    font-weight: 800;
    line-height: 1.15;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-energy-card span {
    color: #1d2d44;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.05;
}

.home-energy-card small {
    min-height: 1rem;
    color: #52677c;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.15;
}

.home-energy-card-green {
    border-top-color: #16833a;
}

.home-energy-card-red {
    border-top-color: #d82618;
}

.home-energy-card-red-soft {
    border-top-color: #ff4b45;
}

.home-energy-card-cyan {
    border-top-color: #28a6f2;
}

.home-energy-card-purple-soft {
    border-top-color: #d45cff;
}

.home-energy-card-teal {
    border-top-color: #31c9b0;
}

.home-energy-card-steel {
    border-top-color: #6688c2;
}

.home-energy-card-purple {
    border-top-color: #7133a5;
}

.home-page {
    display: grid;
    gap: 2rem;
}

.home-hero {
    margin-bottom: 0;
}

.home-tools {
    padding: 1.2rem;
    border: 1px solid var(--site-gray-200);
    border-top: 4px solid var(--site-blue-800);
    background: #f7f9fc;
}

.home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid var(--site-gray-200);
}

.home-section-heading h2 {
    margin: 0;
    color: var(--site-blue-900);
    font-size: 1.35rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-section-heading p {
    max-width: 42rem;
    margin: 0;
    color: var(--site-gray-700);
    line-height: 1.55;
}

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

.home-tool-card {
    display: grid;
    min-width: 0;
    gap: .65rem;
    padding: 1rem;
    border: 1px solid var(--site-gray-200);
    background: var(--site-white);
}

.home-tool-visual {
    border: 1px solid #c8d8ea;
    background: #f4f8fc;
}

.home-tool-visual svg {
    display: block;
    width: 100%;
    height: auto;
}

.home-tool-label {
    margin: 0;
    color: var(--site-gray-700);
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.home-tool-card h3 {
    margin: 0;
    color: var(--site-blue-900);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.25;
}

.home-tool-card p {
    margin: 0;
    color: #34495e;
    line-height: 1.55;
}

.home-tool-button {
    align-self: end;
    justify-self: start;
    margin-top: .25rem;
    padding: .5rem .75rem;
    border: 1px solid var(--site-blue-800);
    color: var(--site-white);
    background: var(--site-blue-800);
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.home-tool-button:hover,
.home-tool-button:focus {
    border-color: var(--site-yellow);
    color: var(--site-blue-900);
    background: var(--site-yellow);
}

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

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

.home-post-grid .post-card {
    margin-bottom: 0;
}

.post-card {
    display: grid;
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--site-gray-200);
}

.lead-news {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    margin-bottom: 1.25rem;
    color: var(--site-white);
    background: var(--site-blue-900);
}

.lead-news-media {
    position: relative;
    min-height: 310px;
    background: #0f2949;
}

.lead-news-media img {
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
}

.section-label {
    position: absolute;
    left: 0;
    top: 0;
    padding: .45rem .7rem;
    color: var(--site-white);
    background: var(--site-red);
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
}

.lead-news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    border-left: 6px solid var(--site-yellow);
}

.lead-news .post-meta,
.lead-news .post-meta a {
    color: #d9e7f7;
}

.lead-news h2 {
    margin: .5rem 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 900;
    line-height: 1.1;
}

.lead-news h2 a {
    color: var(--site-white);
    text-decoration: none;
}

.lead-news h2 a:hover,
.lead-news h2 a:focus {
    text-decoration: underline;
}

.lead-link {
    align-self: flex-start;
    margin-top: .75rem;
    padding: .55rem .85rem;
    color: var(--site-blue-900);
    background: var(--site-yellow);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.lead-link:hover,
.lead-link:focus {
    color: var(--site-white);
    background: var(--site-red);
}

.news-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--site-gray-200);
}

.rail-item {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: .8rem;
    align-items: center;
}

.rail-item img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.rail-item h2 {
    margin: 0 0 .3rem;
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.25;
}

.rail-item h2 a {
    color: var(--site-blue-900);
    text-decoration: none;
}

.rail-item h2 a:hover,
.rail-item h2 a:focus {
    text-decoration: underline;
}

.rail-item p {
    margin: 0;
    color: var(--site-gray-700);
    font-size: .88rem;
}

.content-section-title {
    display: inline-block;
    margin: 0 0 1rem;
    padding: .35rem .7rem;
    color: var(--site-white);
    background: var(--site-red);
    font-size: .95rem;
    font-weight: 900;
    text-transform: uppercase;
}

.post-card-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid var(--site-gray-200);
}

.post-card-title {
    margin: .25rem 0 .5rem;
    font-size: 1.45rem;
    line-height: 1.25;
}

.post-card-title a {
    color: var(--site-blue-900);
    text-decoration: none;
}

.post-card-title a:hover,
.post-card-title a:focus {
    text-decoration: underline;
}

.post-meta,
.article-byline,
.post-card-footer {
    color: var(--site-gray-700);
    font-size: .95rem;
}

.post-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 0;
}

.content-sidebar {
    border-left: 1px solid var(--site-gray-200);
    padding-left: 1.25rem;
}

.sidebar-block {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-top: 4px solid var(--site-blue-900);
    background: #f7f9fc;
}

.sidebar-block h2,
.related-posts h2,
.article-tags h2 {
    padding-bottom: .4rem;
    border-bottom: 2px solid var(--site-blue-800);
    color: var(--site-blue-900);
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sidebar-list {
    margin: 0;
    padding-left: 1.1rem;
}

.sidebar-list li {
    margin-bottom: .45rem;
}

.sidebar-tabs-widget h2 {
    margin-bottom: .75rem;
}

.sidebar-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: .85rem;
    border: 1px solid var(--site-blue-800);
}

.sidebar-tabs .nav-item {
    min-width: 0;
}

.sidebar-tabs .nav-link {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-right: 1px solid var(--site-blue-800);
    color: var(--site-blue-900);
    background: var(--site-white);
    font-size: .88rem;
    font-weight: 900;
    text-transform: uppercase;
}

.sidebar-tabs .nav-item:last-child .nav-link {
    border-right: 0;
}

.sidebar-tabs .nav-link.active,
.sidebar-tabs .nav-link:hover,
.sidebar-tabs .nav-link:focus {
    color: var(--site-white);
    background: var(--site-blue-900);
}

.sidebar-tab-content {
    min-height: 190px;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}

.tag-list a {
    display: inline-block;
    padding: .25rem .5rem;
    border: 1px solid var(--site-blue-800);
    color: var(--site-blue-900);
    background: var(--site-blue-100);
    font-size: .92rem;
    text-decoration: none;
}

.tag-list a:hover,
.tag-list a:focus {
    color: var(--site-white);
    background: var(--site-blue-800);
}

.article-detail {
    max-width: 100%;
}

.article-summary {
    color: var(--site-gray-700);
    font-size: 1.2rem;
    font-weight: 600;
}

.article-image {
    margin: 1.5rem 0;
}

.article-image img {
    width: 100%;
    height: auto;
    border: 1px solid var(--site-gray-200);
}

.article-image figcaption {
    padding: .5rem 0;
    color: var(--site-gray-700);
    font-size: .95rem;
}

.article-content {
    font-size: 1.08rem;
}

.article-tags,
.related-posts {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--site-gray-200);
}

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

.related-card {
    display: flex;
    min-width: 0;
    height: 100%;
    flex-direction: column;
    border-top: 4px solid var(--site-blue-900);
    background: #f7f9fc;
}

.related-card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid var(--site-gray-200);
    border-top: 0;
}

.related-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: .85rem;
}

.related-card-body h3 {
    margin: .25rem 0 .55rem;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.25;
}

.related-card-body h3 a {
    color: var(--site-blue-900);
    text-decoration: none;
}

.related-card-body h3 a:hover,
.related-card-body h3 a:focus {
    text-decoration: underline;
}

.related-card-body > p:last-child {
    margin-bottom: 0;
}

.pagination-wrap {
    margin-top: 2rem;
}

.page-link {
    color: var(--site-blue-800);
}

.active > .page-link,
.page-link.active {
    border-color: var(--site-blue-800);
    background: var(--site-blue-800);
}

.empty-state {
    padding: 2rem;
    border: 1px solid var(--site-gray-200);
    background: var(--site-gray-100);
}

.error-page {
    max-width: 820px;
    margin: 2rem auto 3rem;
    padding: 2rem;
    border: 1px solid var(--site-gray-200);
    border-top: 5px solid var(--site-blue-800);
    background: #f7f9fc;
}

.error-code {
    margin: 0 0 .35rem;
    color: var(--site-yellow);
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.error-page h1 {
    margin: 0 0 .75rem;
    color: var(--site-blue-900);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.1;
}

.error-page p {
    max-width: 42rem;
    color: var(--site-gray-700);
}

.error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.25rem;
}

.error-actions a {
    display: inline-block;
    padding: .58rem .85rem;
    border: 1px solid var(--site-blue-800);
    color: var(--site-white);
    background: var(--site-blue-800);
    font-size: .86rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.error-actions a:hover,
.error-actions a:focus {
    border-color: var(--site-yellow);
    color: var(--site-blue-900);
    background: var(--site-yellow);
}

.utility-page {
    max-width: 920px;
    margin: 0 auto;
}

.utility-page-header {
    border-left: 4px solid var(--site-yellow);
    padding-left: 1rem;
}

.utility-content {
    display: grid;
    gap: 1rem;
}

.utility-content section {
    padding: 1.25rem;
    border: 1px solid var(--site-gray-200);
    background: var(--site-white);
}

.utility-content h2 {
    margin: 0 0 .65rem;
    color: var(--site-blue-900);
    font-size: 1.18rem;
    font-weight: 900;
}

.utility-content p {
    margin: 0 0 .75rem;
    color: #2f3d4d;
    line-height: 1.75;
}

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

.site-footer {
    padding: 3rem 0 1.25rem;
    color: #d9e7f7;
    background: var(--site-blue-900);
}

.site-footer a {
    color: var(--site-white);
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    color: var(--site-yellow);
    text-decoration: underline;
}

.footer-top {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.4fr);
    gap: 3rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.footer-brand-heading {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.footer-brand-heading img {
    width: 52px;
    height: 52px;
    border: 2px solid var(--site-yellow);
}

.footer-brand h2,
.footer-links h2 {
    color: var(--site-white);
    font-weight: 900;
    letter-spacing: 0;
}

.footer-brand h2 {
    margin: 0 0 .35rem;
    font-size: 1.6rem;
}

.footer-brand p {
    margin: 0;
    max-width: 28rem;
}

.footer-search {
    margin-top: 1.5rem;
}

.footer-search label {
    display: block;
    margin-bottom: .45rem;
    color: var(--site-yellow);
    font-weight: 900;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.footer-links h2 {
    margin-bottom: .85rem;
    padding-bottom: .4rem;
    border-bottom: 3px solid var(--site-yellow);
    font-size: 1rem;
    text-transform: uppercase;
}

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

.footer-links li {
    margin-bottom: .55rem;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.25rem;
    color: #b9c9dc;
    font-size: .92rem;
}

.footer-bottom p {
    margin: 0;
}

.admin-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 1.5rem;
    padding: .75rem;
    border: 1px solid var(--site-gray-200);
    background: var(--site-gray-100);
}

.admin-nav a {
    font-weight: 700;
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-table th {
    color: var(--site-white);
    background: var(--site-blue-900);
}

.admin-form,
.admin-panel,
.upload-form {
    padding: 1rem;
    border: 1px solid var(--site-gray-200);
    background: var(--site-gray-100);
}

.delete-form {
    margin-top: 1rem;
}

.admin-inline-form {
    display: inline-block;
    margin: .15rem .15rem .15rem 0;
}

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

.image-item {
    border: 1px solid var(--site-gray-200);
    background: var(--site-white);
}

.image-item img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-bottom: 1px solid var(--site-gray-200);
}

.image-item div {
    padding: .75rem;
}

.image-item h2 {
    font-size: 1rem;
    font-weight: 800;
}

@media (max-width: 991.98px) {
    .site-header {
        position: static;
    }

    .brand-strip-inner,
    .site-topbar-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem;
        padding-top: .65rem;
        padding-bottom: .65rem;
    }

    .site-topbar-meta {
        justify-content: flex-start;
    }

    .brand-strip-inner {
        position: relative;
    }

    .navbar-toggler {
        position: absolute;
        top: 1.35rem;
        right: .75rem;
    }

    .brand-navigation {
        width: 100%;
    }

    .brand-navigation .navbar-nav {
        padding-top: .75rem;
        border-top: 1px solid var(--site-gray-200);
    }

    .lead-news {
        grid-template-columns: 1fr;
    }

    .lead-news-content {
        border-top: 6px solid var(--site-yellow);
        border-left: 0;
    }

    .content-sidebar {
        border-left: 0;
        padding-left: 0;
    }

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

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

    .home-energy-strip {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

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

    .related-grid,
    .footer-top,
    .footer-links {
        grid-template-columns: 1fr;
    }

    .footer-top {
        gap: 2rem;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 205px;
    }

    .site-kicker,
    .site-topbar-meta {
        font-size: .82rem;
    }

    .admin-header {
        align-items: stretch;
        flex-direction: column;
    }

    .post-card {
        grid-template-columns: 1fr;
    }

    .news-rail,
    .rail-item {
        grid-template-columns: 1fr;
    }

    .home-tools {
        padding: .85rem;
    }

    .home-tools-grid,
    .home-post-grid {
        grid-template-columns: 1fr;
    }

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

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

    .lead-news-content {
        padding: 1.25rem;
    }

    .footer-brand-heading,
    .footer-bottom {
        flex-direction: column;
    }

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