@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/roboto-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/roboto-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/roboto-italic-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB;
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/roboto-italic-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/libre-franklin-latin-ext-400-normal.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/libre-franklin-latin-400-normal.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/libre-franklin-latin-ext-400-italic.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Libre Franklin";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/libre-franklin-latin-400-italic.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/libre-franklin-latin-ext-600-normal.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/libre-franklin-latin-600-normal.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/libre-franklin-latin-ext-800-normal.woff2") format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Libre Franklin";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/libre-franklin-latin-800-normal.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+FEFF, U+FFFD;
}

:root {
    --brand-950: #062a46;
    --brand-900: #083755;
    --brand-800: #074a74;
    --brand-700: #075f96;
    --brand-600: #0878ad;
    --accent: #e9aa2f;
    --accent-dark: #b87700;
    --green: #287866;
    --ink: #17212b;
    --muted: #59666f;
    --line: #d7ddda;
    --paper: #f8f9f7;
    --paper-strong: #f0f2ef;
    --surface: #f1f4f2;
    --surface-strong: #e7ece8;
    --white: #fff;
    --shadow: 0 14px 34px rgba(6, 42, 70, 0.08);
    --radius: 6px;
    --container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html.text-large,
html.a11y-font-size-1 {
    font-size: 112.5%;
}

html.a11y-font-size-2 {
    font-size: 125%;
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.62;
    margin: 0;
    overflow-wrap: anywhere;
}

body.menu-open {
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0;
}

a {
    color: var(--brand-700);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

a:hover {
    color: var(--brand-950);
}

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

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

button {
    cursor: pointer;
}

.container {
    margin-inline: auto;
    max-width: var(--container);
    padding-inline: 28px;
    width: 100%;
}

.content-narrow {
    max-width: 900px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link {
    background: var(--accent);
    color: var(--brand-950);
    font-weight: 800;
    left: 16px;
    padding: 10px 16px;
    position: fixed;
    top: -100px;
    z-index: 10000;
}

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

.utility-bar {
    background: var(--brand-950);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--white);
    font-size: 12.5px;
}

.utility-inner,
.utility-nav {
    align-items: center;
    display: flex;
}

.utility-inner {
    justify-content: flex-end;
    min-height: 34px;
}

.utility-nav {
    gap: 22px;
}

.utility-bar a {
    color: inherit;
    text-decoration: none;
}

.utility-bar a:hover {
    color: var(--white);
    text-decoration: underline;
}

.utility-link {
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    gap: 10px;
}

.utility-link::before {
    background: var(--brand-700);
    box-shadow: 7px 0 var(--green), 0 7px var(--accent), 7px 7px var(--brand-950);
    content: "";
    display: block;
    height: 5px;
    margin: 0 7px 7px 0;
    width: 5px;
}

.text-size,
.utility-accessibility {
    background: transparent;
    border: 0;
    color: var(--white);
    font-weight: 800;
    min-height: 34px;
    min-width: 34px;
    padding: 4px;
}

.utility-accessibility {
    display: none;
}

.js-enabled .utility-accessibility {
    display: inline-flex;
}

.brand-row {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    color: var(--brand-950);
}

.brand-inner {
    align-items: center;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
    min-height: 96px;
}

.brand {
    align-items: center;
    color: var(--brand-950);
    display: inline-flex;
    gap: 18px;
    max-width: 570px;
    text-decoration: none;
}

.brand:hover {
    color: var(--brand-700);
}

.brand img {
    flex: 0 0 auto;
    height: 58px;
    object-fit: contain;
    width: 98px;
}

.brand > span {
    display: flex;
    flex-direction: column;
    line-height: 1.14;
}

.brand strong {
    color: var(--brand-700);
    font-size: 13px;
    font-weight: 750;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.brand strong {
    letter-spacing: 0;
}

.brand > span > span {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.search-form {
    display: flex;
    position: relative;
    width: 100%;
}

.search-form label {
    display: block;
    width: 100%;
}

.search-field {
    background: var(--white);
    border: 1px solid #aebbc5;
    border-radius: var(--radius) 0 0 var(--radius);
    color: var(--ink);
    min-height: 46px;
    padding: 10px 14px;
    width: 100%;
}

.search-submit {
    align-items: center;
    background: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 0 var(--radius) var(--radius) 0;
    color: var(--brand-950);
    display: inline-flex;
    justify-content: center;
    min-width: 50px;
}

.search-submit:hover {
    background: #f4bd52;
}

.menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid var(--brand-700);
    border-radius: var(--radius);
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 46px;
    justify-content: center;
    padding: 8px;
    width: 48px;
}

.menu-toggle > span:not(.screen-reader-text) {
    background: var(--brand-950);
    display: block;
    height: 2px;
    transition: transform 160ms ease, opacity 160ms ease;
    width: 24px;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.primary-nav {
    background: var(--brand-700);
    border-bottom: 3px solid var(--accent);
    position: relative;
    z-index: 100;
}

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

.primary-nav > .container > ul {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}

.primary-nav li {
    position: relative;
}

.primary-nav a {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: 13px;
    font-weight: 750;
    min-height: 50px;
    padding: 8px 9px;
    text-decoration: none;
}

.primary-nav > .container > ul > li:first-child > a {
    padding-left: 0;
}

.primary-nav > .container > ul > li:last-child > a {
    padding-right: 0;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-ancestor > a {
    color: #ffdf9a;
}

.primary-nav .menu-item-has-children > a::after {
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    content: "";
    height: 6px;
    margin-left: 8px;
    transform: rotate(45deg) translateY(-2px);
    width: 6px;
}

.primary-nav .sub-menu {
    background: var(--white);
    border-top: 3px solid var(--accent);
    box-shadow: var(--shadow);
    left: 0;
    min-width: 270px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
    z-index: 10;
}

.primary-nav .sub-menu .sub-menu {
    left: 100%;
    top: -3px;
}

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

.primary-nav .sub-menu a {
    border-bottom: 1px solid var(--line);
    color: var(--brand-950);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
    min-height: 46px;
    padding: 10px 14px;
}

.primary-nav .sub-menu a:hover,
.primary-nav .sub-menu .current-menu-item > a {
    background: var(--surface);
    color: var(--brand-700);
}

.submenu-toggle {
    display: none;
}

.site-main {
    min-height: 50vh;
}

.button,
.wp-block-button__link,
input[type="submit"] {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 4px;
    display: inline-flex;
    font-weight: 750;
    justify-content: center;
    min-height: 46px;
    padding: 9px 18px;
    text-decoration: none;
}

.button-primary,
.wp-block-button__link,
input[type="submit"] {
    background: var(--accent);
    color: var(--brand-950);
}

.button-primary:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover {
    background: #f5bf54;
    color: var(--brand-950);
}

.button-secondary {
    border-color: rgba(255, 255, 255, 0.75);
    color: var(--white);
}

.button-secondary:hover {
    background: var(--white);
    color: var(--brand-950);
}

.section {
    padding-block: 64px;
}

.section-heading {
    align-items: baseline;
    border-bottom: 1px solid #b9c7cf;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 14px;
}

.section-heading h2 {
    color: var(--brand-950);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
}

.section-heading > a {
    font-size: 14px;
    font-weight: 750;
    white-space: nowrap;
}

.section-heading > a::after {
    content: " →";
}

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

.post-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.post-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.post-card-media {
    aspect-ratio: 16 / 10;
    background: var(--surface-strong);
    display: block;
    overflow: hidden;
}

.post-card-media img {
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
    width: 100%;
}

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

.post-card-placeholder {
    align-items: center;
    background: var(--brand-900);
    color: rgba(255, 255, 255, 0.84);
    display: flex;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 24px;
    height: 100%;
    justify-content: center;
}

.post-card-placeholder::after {
    content: "MATICA";
}

.post-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.post-card .entry-meta,
.single-header .entry-meta {
    color: var(--green);
    font-size: 13px;
    font-weight: 750;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.post-card h2 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.22;
    margin: 0;
}

.post-card h2 a {
    color: var(--brand-950);
    text-decoration: none;
}

.post-card h2 a:hover {
    color: var(--brand-700);
}

.post-card-body > p:last-child {
    color: var(--muted);
    margin: 14px 0 0;
}

.quick-links {
    background: var(--surface);
    border-block: 1px solid var(--line);
}

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

.quick-grid a {
    border-left: 4px solid var(--brand-700);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    min-height: 130px;
    padding: 18px 22px;
    text-decoration: none;
}

.quick-grid a:nth-child(2) {
    border-left-color: var(--green);
}

.quick-grid a:nth-child(3) {
    border-left-color: var(--accent);
}

.quick-grid a:nth-child(4) {
    border-left-color: #8b5f95;
}

.quick-grid a:hover {
    background: var(--white);
}

.quick-grid span {
    color: var(--brand-700);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.quick-grid strong {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.split-grid,
.content-layout {
    display: grid;
    gap: clamp(36px, 6vw, 76px);
    grid-template-columns: minmax(0, 1fr) 310px;
}

.list-news {
    border-top: 1px solid var(--line);
}

.news-row {
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 18px;
    grid-template-columns: 130px minmax(0, 1fr);
    padding-block: 18px;
}

.news-row time {
    color: var(--green);
    font-size: 13px;
    font-weight: 750;
    padding-top: 4px;
}

.news-row h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.news-row h3 a {
    color: var(--brand-950);
    text-decoration: none;
}

.news-row h3 a:hover {
    color: var(--brand-700);
}

.contact-panel {
    align-self: start;
    background: var(--brand-900);
    border-top: 6px solid var(--accent);
    border-radius: var(--radius);
    color: var(--white);
    padding: 28px;
}

.contact-panel h2 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 31px;
    font-weight: 500;
    margin: 0 0 22px;
}

.contact-panel a {
    color: #ffda8a;
}

.page-header {
    background: #f1f3f2;
    border-bottom: 1px solid var(--line);
    padding-block: 38px 42px;
}

.page-header h1 {
    color: var(--brand-950);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin: 16px 0 0;
    max-width: 1100px;
}

.single-header h1 {
    font-size: clamp(38px, 4vw, 52px);
    max-width: 1120px;
}

.archive-description {
    color: var(--muted);
    max-width: 760px;
}

.breadcrumbs {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
}

.breadcrumbs a {
    font-weight: 700;
    text-decoration: none;
}

.content-layout,
.entry-content.content-narrow,
.page-article > .entry-content,
.single-article > .content-layout,
.site-main > .content-narrow {
    padding-block: 54px 78px;
}

.content-layout > .entry-content,
.content-layout > .posts-grid {
    min-width: 0;
}

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

.posts-grid .navigation {
    grid-column: 1 / -1;
}

.entry-content {
    font-size: 1.0625rem;
    line-height: 1.75;
}

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

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

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: var(--brand-950);
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 2em 0 0.65em;
}

.entry-content h2 {
    border-bottom: 1px solid #b9c7cf;
    font-size: 34px;
    padding-bottom: 10px;
}

.entry-content h3 {
    font-size: 27px;
}

.entry-content h4 {
    font-size: 22px;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote,
.entry-content table,
.entry-content figure,
.entry-content .wp-block-file,
.entry-content details {
    margin-block: 1.2em;
}

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

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

.entry-content a {
    overflow-wrap: anywhere;
}

.entry-content blockquote {
    border-left: 5px solid var(--accent);
    color: var(--brand-900);
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 22px;
    margin-left: 0;
    padding: 6px 0 6px 24px;
}

.entry-content img {
    border-radius: 3px;
}

.featured-image {
    margin-bottom: 34px;
}

.featured-image img {
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    width: 100%;
}

.wp-caption-text,
.entry-content figcaption {
    color: var(--muted);
    font-size: 13px;
    margin-top: 8px;
}

.entry-content .alignwide {
    margin-left: min(-9vw, -90px);
    max-width: 1040px;
    width: calc(100% + min(18vw, 180px));
}

.entry-content .alignfull {
    margin-left: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

.wp-block-gallery,
.blocks-gallery-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    list-style: none;
    padding: 0;
}

.wp-block-gallery figure,
.blocks-gallery-grid figure {
    height: 100%;
}

.wp-block-gallery img,
.blocks-gallery-grid img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wp-block-embed__wrapper,
.entry-content iframe {
    max-width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    aspect-ratio: 16 / 9;
}

.wp-block-embed.is-type-video iframe {
    height: 100%;
    width: 100%;
}

.wp-block-table,
.entry-content > table,
.tablepress-scroll-wrapper,
.ninja_table_wrapper {
    max-width: 100%;
    overflow-x: auto;
}

.entry-content table,
.tablepress,
.ninja_table_wrapper table {
    border-collapse: collapse;
    font-size: 15px;
    width: 100%;
}

.entry-content th,
.entry-content td,
.tablepress th,
.tablepress td {
    border: 1px solid var(--line);
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
}

.entry-content th,
.tablepress thead th {
    background: var(--brand-900);
    color: var(--white);
    font-weight: 750;
}

.entry-content tr:nth-child(even) td,
.tablepress tbody tr:nth-child(even) td {
    background: var(--surface);
}

.wp-block-file {
    align-items: center;
    background: var(--surface);
    border-left: 4px solid var(--brand-700);
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 14px 16px;
}

.wp-block-file__button {
    background: var(--brand-700);
    border-radius: 4px;
    color: var(--white);
    font-size: 14px;
    font-weight: 750;
    padding: 8px 13px;
    text-decoration: none;
}

.entry-content details {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 14px 18px;
}

.entry-content summary {
    color: var(--brand-950);
    cursor: pointer;
    font-weight: 750;
}

.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="url"],
.wpforms-container select,
.wpforms-container textarea,
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="tel"],
.entry-content select,
.entry-content textarea {
    background: var(--white);
    border: 1px solid #aebbc5;
    border-radius: 4px;
    color: var(--ink);
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
}

.sidebar {
    align-self: start;
}

.widget {
    border-top: 2px solid var(--brand-700);
    margin-bottom: 32px;
    padding-top: 18px;
}

.widget-title {
    color: var(--brand-950);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 14px;
}

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

.widget li {
    border-bottom: 1px solid var(--line);
    padding-block: 9px;
}

.widget a {
    text-decoration: none;
}

.pagination .nav-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.pagination .page-numbers {
    align-items: center;
    border: 1px solid var(--line);
    display: inline-flex;
    justify-content: center;
    min-height: 42px;
    min-width: 42px;
    padding: 7px 11px;
    text-decoration: none;
}

.pagination .current,
.pagination a:hover {
    background: var(--brand-700);
    border-color: var(--brand-700);
    color: var(--white);
}

.page-links {
    display: flex;
    gap: 8px;
}

[hidden] {
    display: none !important;
}

.collection-content {
    padding-block: 54px 82px;
}

.collection-intro {
    margin-bottom: 64px;
    max-width: 940px;
}

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

.records-section {
    min-width: 0;
}

.collection-heading {
    align-items: flex-end;
}

.collection-heading > div {
    min-width: 0;
}

.section-kicker {
    color: var(--green);
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.filter-result {
    color: var(--muted);
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 4px;
}

.filter-bar {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.filter-label {
    color: var(--brand-950);
    font-size: 14px;
    font-weight: 800;
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-end;
}

.filter-tabs button {
    background: var(--white);
    border: 1px solid #aebbc5;
    border-radius: 4px;
    color: var(--brand-950);
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
    padding: 7px 13px;
}

.filter-tabs button:hover {
    border-color: var(--brand-700);
    color: var(--brand-700);
}

.filter-tabs button[aria-pressed="true"] {
    background: var(--brand-700);
    border-color: var(--brand-700);
    color: var(--white);
}

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

.record-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    min-height: 270px;
    min-width: 0;
    padding: 22px;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.record-card:hover {
    border-color: #b7c8d4;
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.record-card-head,
.call-card-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.record-number {
    align-items: center;
    background: var(--brand-700);
    border-radius: 50%;
    color: var(--white);
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.record-year,
.call-year {
    color: var(--muted);
    font-size: 13px;
    font-weight: 750;
}

.record-date {
    color: var(--green);
    font-size: 13px;
    font-weight: 750;
    margin: 20px 0 8px;
}

.record-card h3 {
    font-size: 23px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.record-card h3 a {
    color: var(--brand-950);
    text-decoration: none;
}

.record-card h3 a:hover {
    color: var(--brand-700);
}

.record-excerpt {
    color: var(--muted);
    font-size: 15px;
    margin: 14px 0 20px;
}

.record-card-link {
    font-size: 14px;
    font-weight: 750;
    margin-top: auto;
    text-decoration: none;
}

.filter-empty {
    background: var(--surface);
    border-left: 4px solid var(--accent);
    margin: 24px 0 0;
    padding: 16px 18px;
}

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

.call-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    border-top: 5px solid var(--accent);
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
}

.call-card-open {
    border-top-color: var(--green);
}

.call-card-closed {
    border-top-color: #85939e;
}

.status-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 7px 10px;
    text-transform: uppercase;
}

.status-open {
    background: #dff2ec;
    color: #155f50;
}

.status-closed {
    background: #e8edf0;
    color: #4b5c68;
}

.status-unknown {
    background: #fff0cc;
    color: #845900;
}

.call-card h3 {
    color: var(--brand-950);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.28;
    margin: 20px 0 0;
}

.call-excerpt {
    color: var(--muted);
    font-size: 15px;
    margin: 14px 0 20px;
}

.call-dates {
    background: var(--surface);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: auto 0 0;
}

.call-dates > div {
    border-left: 3px solid var(--line);
    padding: 12px 14px;
}

.call-dates dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 750;
    text-transform: uppercase;
}

.call-dates dd {
    color: var(--brand-950);
    font-size: 15px;
    font-weight: 700;
    margin: 3px 0 0;
}

.call-actions {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 20px;
}

.button-card {
    background: var(--brand-700);
    color: var(--white);
    gap: 8px;
}

.button-card:hover {
    background: var(--brand-950);
    color: var(--white);
}

.call-card-details {
    border: 0;
    flex: 1 1 100%;
    margin: 0;
    padding: 0;
}

.call-card-details summary {
    color: var(--brand-700);
    cursor: pointer;
    font-size: 14px;
    font-weight: 750;
    list-style-position: inside;
    padding-block: 6px;
}

.call-detail-content {
    border-top: 1px solid var(--line);
    font-size: 15px;
    margin-top: 10px;
    max-height: 420px;
    overflow-y: auto;
    padding: 14px 10px 2px 0;
}

.call-detail-content h2,
.call-detail-content h3,
.call-detail-content h4,
.call-detail-content h5 {
    border: 0;
    font-size: 20px;
    margin-top: 1.4em;
    padding: 0;
}

.site-footer {
    color: var(--white);
}

.footer-main {
    background: var(--brand-950);
    padding-block: 52px;
}

.footer-grid {
    display: grid;
    gap: 54px;
    grid-template-columns: 1.35fr 0.9fr 1fr;
}

.footer-grid h2 {
    color: var(--white);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 16px;
}

.footer-grid p,
.footer-grid address {
    color: #dce8ef;
    font-size: 14px;
    font-style: normal;
    margin: 0;
    max-width: 520px;
}

.footer-grid a {
    color: #ffda8a;
}

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

.footer-links li + li {
    margin-top: 8px;
}

.footer-bottom {
    background: #031d31;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom-inner {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    min-height: 58px;
}

.footer-bottom p {
    margin: 0;
}

.back-top {
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
}

.no-results {
    grid-column: 1 / -1;
}

.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6,
.site-footer h2 {
    font-family: "Libre Franklin", Arial, sans-serif;
    letter-spacing: 0;
}

.post-card-placeholder {
    font-family: "Libre Franklin", Arial, sans-serif;
}

.utility-facebook {
    align-items: center;
    display: inline-flex;
    gap: 5px;
}

.utility-facebook .dashicons {
    color: #b8e1d5;
    font-size: 17px;
    height: 17px;
    width: 17px;
}

.content-tools-container {
    padding-top: 20px;
}

.content-tools {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.content-tools__label {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    margin-right: 2px;
}

.content-tools__social {
    display: flex;
    gap: 6px;
}

.content-tools__social a {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
    color: var(--brand-700);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    text-decoration: none;
    width: 36px;
}

.content-tools__social a:hover {
    background: var(--brand-700);
    border-color: var(--brand-700);
    color: var(--white);
}

.content-tools__social .dashicons {
    font-size: 19px;
    height: 19px;
    width: 19px;
}

.content-tools__print {
    align-items: center;
    background: transparent;
    border: 1px solid var(--brand-700);
    border-radius: 4px;
    color: var(--brand-700);
    display: inline-flex;
    font-size: 13px;
    font-weight: 750;
    gap: 7px;
    min-height: 36px;
    padding: 7px 12px;
}

.content-tools__print:hover {
    background: var(--brand-700);
    border-color: var(--brand-700);
    color: var(--white);
}

.content-tools__print .dashicons {
    font-size: 18px;
    height: 18px;
    width: 18px;
}

.projects-directory {
    padding-block: 34px 84px;
}

.project-lead {
    background: var(--brand-950);
    border-radius: var(--radius);
    color: var(--white);
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
    min-height: 360px;
    overflow: hidden;
}

.project-lead__media {
    align-items: center;
    background: var(--paper-strong);
    display: flex;
    justify-content: center;
    min-height: 320px;
    padding: 34px;
}

.project-lead__media img {
    max-height: 290px;
    object-fit: contain;
    width: auto;
}

.project-lead__content {
    align-self: center;
    padding: clamp(34px, 5vw, 64px);
}

.project-lead__content .section-kicker {
    color: #9ed7c9;
}

.project-lead h2 {
    color: var(--white);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 580;
    line-height: 1.08;
    margin: 8px 0 20px;
}

.project-lead p:not(.section-kicker) {
    color: #dce8ef;
    font-size: 17px;
    margin: 0 0 28px;
    max-width: 650px;
}

.projects-list {
    margin-top: 64px;
}

.projects-count {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

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

.project-directory-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.project-directory-card:hover {
    border-color: #aebec8;
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.project-directory-card__media {
    aspect-ratio: 16 / 9;
    background: var(--surface-strong);
    display: block;
    overflow: hidden;
}

.project-directory-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
    width: 100%;
}

.project-directory-card:hover .project-directory-card__media img {
    transform: scale(1.025);
}

.project-directory-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px;
}

.project-directory-card__number {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 12px;
}

.project-directory-card h3 {
    font-size: 22px;
    font-weight: 580;
    line-height: 1.28;
    margin: 0;
}

.project-directory-card h3 a {
    color: var(--brand-950);
    text-decoration: none;
}

.project-directory-card h3 a:hover {
    color: var(--brand-700);
}

.project-directory-card p {
    color: var(--muted);
    font-size: 14px;
    margin: 15px 0 22px;
}

.project-directory-card__link {
    font-size: 14px;
    font-weight: 750;
    margin-top: auto;
    text-decoration: none;
}

/* Institutional rebuild */
:root {
    --brand-950: #062a46;
    --brand-900: #073955;
    --brand-800: #074b78;
    --brand-700: #075f96;
    --brand-600: #0878ad;
    --accent: #dca525;
    --accent-dark: #9b6d00;
    --green: #267363;
    --ink: #18242e;
    --muted: #59656e;
    --line: #d7dde1;
    --paper: #fff;
    --paper-strong: #f5f6f7;
    --surface: #f1f3f4;
    --surface-strong: #e8ecee;
    --shadow: 0 10px 28px rgba(6, 42, 70, 0.08);
    --radius: 2px;
    --container: 1200px;
}

body {
    background: var(--paper);
    line-height: 1.6;
}

.utility-inner {
    min-height: 36px;
}

.brand-row {
    background: var(--paper);
    border-bottom: 0;
}

.brand-inner {
    gap: 52px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
    min-height: 108px;
}

.brand img {
    height: 62px;
    width: 104px;
}

.brand > span > span {
    font-size: 24px;
    font-weight: 600;
}

.search-field {
    border-color: #7f8b93;
    border-radius: 0;
    min-height: 44px;
}

.search-submit {
    background: var(--white);
    border-color: #7f8b93;
    border-left: 0;
    border-radius: 0;
    color: var(--brand-950);
    min-width: 50px;
}

.search-submit:hover {
    background: var(--surface);
    color: var(--brand-700);
}

.search-submit .dashicons {
    font-size: 21px;
    height: 21px;
    width: 21px;
}

.primary-nav {
    background: var(--brand-800);
    border: 0;
    box-shadow: 0 1px 0 rgba(6, 42, 70, 0.16);
}

.primary-nav > .container {
    background: transparent;
    border: 0;
    padding-inline: 28px;
}

.primary-nav > .container > ul {
    justify-content: space-between;
}

.primary-nav > .container > ul > li {
    flex: 0 0 auto;
}

.primary-nav a,
.primary-nav > .container > ul > li:first-child > a,
.primary-nav > .container > ul > li:last-child > a {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 56px;
    padding: 10px 7px;
    white-space: nowrap;
}

.primary-nav > .container > ul > li:first-child > a {
    padding-left: 0;
}

.primary-nav > .container > ul > li:last-child > a {
    padding-right: 0;
}

.primary-nav > .container > ul > li > a:hover,
.primary-nav > .container > ul > .current-menu-item > a,
.primary-nav > .container > ul > .current-menu-ancestor > a {
    background: rgba(3, 29, 49, 0.22);
}

.home-featured {
    padding-block: 34px 64px;
}

.home-section-heading {
    align-items: flex-end;
    border-bottom: 2px solid var(--brand-800);
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-bottom: 28px;
    padding-bottom: 14px;
}

.home-section-heading h1,
.home-section-heading h2 {
    color: var(--brand-950);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
}

.section-link {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.section-link::after,
.quick-grid a::after,
.contact-link::after {
    content: "\2192";
    margin-left: 7px;
}

.section {
    padding-block: 58px;
}

.section-heading {
    border-bottom: 2px solid var(--brand-800);
    margin-bottom: 26px;
    padding-bottom: 13px;
}

.section-heading h2 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 32px;
    font-weight: 600;
}

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

.post-card,
.post-card:hover {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transform: none;
}

.post-card-media {
    aspect-ratio: 16 / 10;
    border-radius: 0;
}

.post-card-body {
    padding: 16px 0 0;
}

.post-card .entry-meta {
    color: var(--green);
    margin-bottom: 8px;
}

.post-card h2 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.28;
}

.post-card-body > p:last-child {
    font-size: 15px;
    line-height: 1.58;
    margin-top: 12px;
}

.quick-links {
    background: var(--surface);
}

.quick-grid {
    border-block: 1px solid #cbd3d8;
}

.quick-grid a {
    border-left: 1px solid #cbd3d8;
    min-height: 158px;
    padding: 24px 26px;
    position: relative;
}

.quick-grid a:first-child {
    border-left: 0;
}

.quick-grid a:hover {
    background: var(--paper);
}

.quick-grid span {
    color: var(--green);
    font-size: 12px;
    margin-bottom: 10px;
}

.quick-grid strong {
    font-size: 19px;
    line-height: 1.35;
}

.quick-grid a::after {
    bottom: 20px;
    color: var(--brand-700);
    font-size: 18px;
    position: absolute;
    right: 24px;
}

.split-grid,
.content-layout {
    gap: clamp(38px, 5vw, 62px);
    grid-template-columns: minmax(0, 1fr) 320px;
}

.news-row {
    padding-block: 20px;
}

.news-row h3 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 19px;
    font-weight: 600;
}

.home-contact {
    align-self: start;
    min-width: 0;
}

.home-contact .section-heading,
.home-contact .contact-panel {
    width: 100%;
}

.home-contact .contact-panel > :first-child {
    margin-top: 0;
}

.contact-panel {
    background: var(--surface);
    border-radius: 0;
    border-top: 3px solid var(--brand-800);
    color: var(--ink);
    padding: 26px;
}

.contact-panel h2 {
    color: var(--brand-950);
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 27px;
    font-weight: 600;
}

.contact-panel a {
    color: var(--brand-700);
}

.contact-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
    text-decoration: none;
}

.page-header {
    background: var(--paper-strong);
    padding-block: 34px 38px;
}

.page-header h1 {
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.1;
}

.single-header h1 {
    font-size: clamp(36px, 3.8vw, 50px);
}

.entry-content {
    font-size: 1.0625rem;
}

.entry-content h2 {
    border-bottom-color: var(--brand-800);
    font-size: 32px;
}

.widget {
    border-top-color: var(--brand-800);
}

.filter-tabs button {
    border-radius: 0;
}

.record-card,
.call-card,
.project-directory-card,
.project-lead {
    border-radius: 2px;
    box-shadow: none;
}

.record-card:hover,
.call-card:hover,
.project-directory-card:hover {
    border-color: #9fb0ba;
    box-shadow: var(--shadow);
    transform: translateY(-1px);
}

.content-tools__social a,
.content-tools__print {
    border-radius: 0;
}

.site-footer {
    color: var(--ink);
}

.footer-main {
    background: var(--surface-strong);
    border-top: 1px solid var(--line);
    padding-block: 48px;
}

.footer-grid {
    gap: 42px;
    grid-template-columns: 1.25fr 0.8fr 1fr 1fr;
}

.footer-grid h2 {
    color: var(--brand-950);
    font-family: "Libre Franklin", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.footer-grid p,
.footer-grid address {
    color: var(--muted);
    line-height: 1.65;
}

.footer-grid a {
    color: var(--brand-700);
}

.footer-bottom {
    background: var(--brand-950);
}

.footer-bottom-inner,
.footer-bottom-inner a {
    color: var(--white);
}

/* Contact page */
.contact-page {
    background: var(--white);
}

.contact-page__header {
    background: var(--paper-strong);
    border-bottom: 1px solid var(--line);
    padding-block: 34px 48px;
}

.contact-page__header-grid {
    align-items: end;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    margin-top: 26px;
}

.contact-kicker {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.contact-page__header h1 {
    color: var(--brand-950);
    font-size: 50px;
    font-weight: 620;
    line-height: 1.08;
    margin: 0;
}

.contact-page__header-grid > p {
    border-top: 2px solid var(--brand-800);
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    padding-top: 19px;
}

.contact-routes {
    padding-block: 34px 70px;
}

.contact-routes__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-route {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    min-height: 192px;
    min-width: 0;
    padding: 22px;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.contact-route:hover {
    border-color: #a8bac5;
    box-shadow: var(--shadow);
    color: var(--brand-950);
    transform: translateY(-2px);
}

.contact-route__icon {
    align-items: center;
    background: var(--surface);
    border-left: 3px solid var(--brand-700);
    color: var(--brand-700);
    display: inline-flex;
    font-size: 23px;
    height: 42px;
    justify-content: center;
    margin-bottom: 20px;
    width: 44px;
}

.contact-route__label {
    color: var(--green);
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-route strong {
    color: var(--brand-950);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.45;
}

.contact-route__action {
    align-items: center;
    color: var(--brand-700);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    gap: 5px;
    margin-top: auto;
    padding-top: 18px;
}

.contact-route__action .dashicons {
    font-size: 15px;
    height: 15px;
    width: 15px;
}

.contact-route--static .contact-route__icon {
    border-left-color: var(--accent);
    color: var(--accent-dark);
}

.contact-team {
    background: var(--surface);
    border-block: 1px solid var(--line);
    padding-block: 72px 78px;
}

.contact-section-heading {
    align-items: end;
    border-bottom: 2px solid var(--brand-800);
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 17px;
}

.contact-section-heading h2,
.contact-form-area h2,
.contact-location h2 {
    color: var(--brand-950);
    font-size: 37px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
}

.contact-section-heading > p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    max-width: 410px;
}

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

.contact-person {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    min-height: 224px;
    min-width: 0;
    padding: 24px 26px;
}

.contact-person--lead {
    border-top: 4px solid var(--accent);
    padding-top: 21px;
}

.contact-person__role {
    color: var(--green);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.contact-person h3 {
    color: var(--brand-950);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.contact-person__methods {
    border-top: 1px solid var(--line);
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: auto;
    padding-top: 18px;
}

.contact-person__methods a {
    align-items: flex-start;
    color: var(--ink);
    display: grid;
    font-size: 13px;
    gap: 9px;
    grid-template-columns: 19px minmax(0, 1fr);
    line-height: 1.4;
    min-width: 180px;
    text-decoration: none;
}

.contact-person__methods a:hover {
    color: var(--brand-700);
}

.contact-person__methods .dashicons {
    color: var(--brand-700);
    font-size: 18px;
    height: 18px;
    margin-top: 2px;
    width: 18px;
}

.contact-person__methods small {
    color: var(--muted);
    display: block;
    font-size: 10px;
    font-weight: 800;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.contact-enquiry {
    padding-block: 76px 84px;
}

.contact-enquiry__grid {
    align-items: start;
    display: grid;
    gap: 76px;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
}

.contact-form-area__intro {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.65;
    margin: 15px 0 0;
    max-width: 700px;
}

.contact-form-shell .wpforms-container-full {
    margin: 32px 0 0;
}

.contact-form-shell .wpforms-field-container {
    display: grid;
    gap: 19px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form-shell .wpforms-field {
    min-width: 0;
    padding: 0;
}

.contact-form-shell #wpforms-2839-field_17-container,
.contact-form-shell #wpforms-2839-field_10-container,
.contact-form-shell #wpforms-2839-field_20-container {
    grid-column: 1 / -1;
}

.contact-form-shell .wpforms-field input[type="text"],
.contact-form-shell .wpforms-field input[type="email"],
.contact-form-shell .wpforms-field select,
.contact-form-shell .wpforms-field textarea,
.contact-form-shell .choices,
.contact-form-shell .wpforms-field-row,
.contact-form-shell .wpforms-field-medium {
    max-width: none !important;
    width: 100% !important;
}

.contact-form-shell .wpforms-field input[type="text"],
.contact-form-shell .wpforms-field input[type="email"],
.contact-form-shell .wpforms-field textarea,
.contact-form-shell .choices__inner {
    background: var(--white);
    border: 1px solid #aeb9c0;
    border-radius: var(--radius);
    color: var(--ink);
    font-size: 15px;
}

.contact-form-shell .wpforms-field input[type="text"],
.contact-form-shell .wpforms-field input[type="email"] {
    height: 50px;
    padding: 11px 14px;
}

.contact-form-shell .choices__inner {
    align-items: center;
    display: flex;
    min-height: 50px;
    padding: 7px 38px 7px 14px;
}

.contact-form-shell .choices__list--single {
    padding: 0;
}

.contact-form-shell .choices__list--dropdown {
    border-color: #aeb9c0;
    z-index: 20;
}

.contact-form-shell .wpforms-field textarea {
    min-height: 170px;
    padding: 13px 14px;
}

.contact-form-shell .wpforms-field input:focus,
.contact-form-shell .wpforms-field textarea:focus,
.contact-form-shell .choices.is-focused .choices__inner,
.contact-form-shell .choices.is-open .choices__inner {
    border-color: var(--brand-700);
    box-shadow: 0 0 0 2px rgba(7, 95, 150, 0.14);
    outline: 0;
}

.contact-form-shell .wpforms-field-checkbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-form-shell .wpforms-field-checkbox li {
    align-items: flex-start;
    display: grid;
    gap: 11px;
    grid-template-columns: 20px minmax(0, 1fr);
    margin: 0;
}

.contact-form-shell .wpforms-field-checkbox input[type="checkbox"] {
    height: 18px;
    margin: 3px 0 0;
    width: 18px;
}

.contact-form-shell .wpforms-field-label-inline {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.contact-form-shell .wpforms-recaptcha-container {
    margin-top: 24px;
    overflow-x: auto;
    padding: 0;
}

.contact-form-shell .wpforms-submit-container {
    padding-top: 22px;
}

.contact-form-shell div.wpforms-container-full .wpforms-form button.wpforms-submit {
    align-items: center;
    background-color: var(--accent);
    border: 2px solid transparent;
    border-radius: 4px;
    color: var(--brand-950);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 9px 24px;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.contact-form-shell div.wpforms-container-full .wpforms-form button.wpforms-submit:hover {
    background-color: #f5bf54;
}

.contact-form-shell div.wpforms-container-full .wpforms-form button.wpforms-submit:focus-visible {
    border-color: var(--brand-950);
    outline: 3px solid rgba(6, 42, 70, 0.2);
    outline-offset: 2px;
}

.contact-location {
    background: var(--brand-950);
    border-radius: var(--radius);
    border-top: 5px solid var(--accent);
    color: var(--white);
    padding: 31px 30px 32px;
}

.contact-location .contact-kicker {
    color: #a8d9cc;
}

.contact-location h2 {
    color: var(--white);
    font-size: 30px;
}

.contact-location address {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 17px;
    font-style: normal;
    font-weight: 650;
    line-height: 1.6;
    margin-top: 24px;
    padding-top: 22px;
}

.contact-location > p:not(.contact-kicker) {
    color: #d6e4eb;
    font-size: 14px;
    line-height: 1.65;
    margin: 16px 0 23px;
}

.contact-location .button {
    gap: 8px;
}

.contact-location__general {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    display: grid;
    gap: 7px;
    margin-top: 28px;
    padding-top: 22px;
}

.contact-location__general span {
    color: #a8d9cc;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-location__general a {
    color: var(--white);
    font-size: 14px;
}

html.a11y-readable-layout .contact-page__header-grid,
html.a11y-readable-layout .contact-routes__grid,
html.a11y-readable-layout .contact-team__grid,
html.a11y-readable-layout .contact-enquiry__grid,
html.a11y-readable-layout .contact-form-shell .wpforms-field-container {
    grid-template-columns: 1fr;
}

@media (max-width: 980px) {
    .contact-routes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-enquiry__grid {
        gap: 50px;
        grid-template-columns: 1fr;
    }

    .contact-location {
        max-width: 620px;
    }
}

@media (max-width: 760px) {
    .contact-page__header {
        padding-block: 30px 38px;
    }

    .contact-page__header-grid {
        align-items: start;
        gap: 24px;
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .contact-page__header h1 {
        font-size: 36px;
    }

    .contact-page__header-grid > p {
        font-size: 15px;
    }

    .contact-routes {
        padding-block: 28px 54px;
    }

    .contact-team,
    .contact-enquiry {
        padding-block: 54px;
    }

    .contact-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
        margin-bottom: 25px;
    }

    .contact-section-heading h2,
    .contact-form-area h2 {
        font-size: 30px;
    }

    .contact-team__grid {
        grid-template-columns: 1fr;
    }

    .contact-form-shell .wpforms-field-container {
        grid-template-columns: 1fr;
    }

    .contact-form-shell #wpforms-2839-field_17-container,
    .contact-form-shell #wpforms-2839-field_10-container,
    .contact-form-shell #wpforms-2839-field_20-container {
        grid-column: auto;
    }
}

@media (max-width: 520px) {
    .contact-routes__grid {
        grid-template-columns: 1fr;
    }

    .contact-route {
        min-height: 176px;
    }

    .contact-person {
        min-height: 0;
        padding: 22px 20px;
    }

    .contact-person__methods a {
        min-width: 0;
        width: 100%;
    }

    .contact-location {
        padding: 28px 22px 30px;
    }
}

/* Document library */
@media (min-width: 1101px) {
    .primary-nav .sub-menu .menu-item-has-children > a {
        padding-right: 40px;
    }

    .primary-nav .sub-menu .menu-item-has-children > a::after {
        margin-left: auto;
        transform: rotate(-45deg);
    }

    .primary-nav .sub-menu .sub-menu {
        border-left: 3px solid var(--accent);
        border-top: 0;
        left: calc(100% - 1px);
        top: 0;
        transform: translateX(8px);
    }

    .primary-nav .sub-menu li:hover > .sub-menu,
    .primary-nav .sub-menu li:focus-within > .sub-menu {
        transform: translateX(0);
    }
}

.document-page [hidden] {
    display: none !important;
}

.document-page-header {
    padding-block: 34px 42px;
}

.document-page-header .document-eyebrow {
    margin-top: 28px;
}

.document-eyebrow {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.document-page-heading {
    align-items: end;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.document-page-heading h1 {
    margin: 0;
}

.document-page-heading > p {
    border-left: 3px solid var(--accent);
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 2px;
    max-width: 620px;
    padding-left: 22px;
}

.document-hub {
    padding-block: 46px 86px;
}

.document-hub-summary {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.document-hub-summary > div {
    min-width: 0;
    padding: 24px 30px;
}

.document-hub-summary > div + div {
    border-left: 1px solid var(--line);
}

.document-hub-summary strong,
.document-hub-summary span {
    display: block;
}

.document-hub-summary strong {
    color: var(--brand-950);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.2;
}

.document-hub-summary span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
    margin-top: 5px;
}

.document-categories {
    margin-top: 62px;
}

.document-section-heading {
    align-items: end;
    border-bottom: 2px solid var(--brand-700);
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
    padding-bottom: 18px;
}

.document-section-heading h2 {
    color: var(--brand-950);
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
}

.document-section-heading > p {
    color: var(--muted);
    font-size: 15px;
    margin: 0;
}

.document-category-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.document-category-card {
    --document-accent: var(--brand-700);
    --document-soft: #e8f1f7;
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 3px solid var(--document-accent);
    border-radius: 4px;
    color: var(--brand-950);
    display: flex;
    flex-direction: column;
    min-height: 275px;
    min-width: 0;
    padding: 26px 28px 24px;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.document-category-card--financijski-izvjestaji {
    --document-accent: var(--green);
    --document-soft: #e8f2ee;
}

.document-category-card--plan-i-program-rada {
    --document-accent: var(--accent-dark);
    --document-soft: #fbf1dc;
}

.document-category-card--planovi-nabave-i-registar-ugovora {
    --document-accent: #8a4d5c;
    --document-soft: #f5e9ec;
}

.document-category-card:hover {
    border-color: #aebdc5;
    box-shadow: var(--shadow);
    color: var(--brand-950);
    transform: translateY(-2px);
}

.document-category-card__top,
.document-category-card__footer {
    align-items: center;
    display: flex;
}

.document-category-card__top {
    justify-content: space-between;
}

.document-category-card__icon {
    align-items: center;
    background: var(--document-soft);
    border-left: 3px solid var(--document-accent);
    color: var(--document-accent);
    display: flex;
    height: 52px;
    justify-content: center;
    width: 56px;
}

.document-category-card__icon .dashicons {
    font-size: 25px;
    height: 25px;
    width: 25px;
}

.document-category-card__index {
    color: #8a959b;
    font-size: 12px;
    font-weight: 800;
}

.document-category-card > strong {
    font-size: 25px;
    line-height: 1.25;
    margin-top: 26px;
}

.document-category-card__description {
    color: var(--muted);
    font-size: 15px;
    margin-top: 9px;
}

.document-category-card__footer {
    border-top: 1px solid var(--line);
    color: var(--brand-700);
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 750;
    gap: 8px 18px;
    margin-top: auto;
    padding-top: 17px;
}

.document-category-card__footer .dashicons {
    margin-left: auto;
}

.document-library {
    padding-block: 28px 88px;
}

.document-library-nav {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    padding: 6px;
    scrollbar-width: thin;
}

.document-library-nav a {
    align-items: center;
    color: var(--brand-950);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 750;
    gap: 8px;
    min-height: 42px;
    padding: 8px 13px;
    text-decoration: none;
}

.document-library-nav a:hover {
    background: var(--surface);
}

.document-library-nav a.is-current {
    background: var(--brand-950);
    color: var(--white);
}

.document-library-nav .dashicons {
    font-size: 18px;
    height: 18px;
    width: 18px;
}

.document-filter-panel {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
    margin-top: 34px;
    padding: 26px 28px 28px;
}

.document-filter-panel__heading {
    align-items: end;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.document-filter-panel__heading h2 {
    color: var(--brand-950);
    font-size: 27px;
    line-height: 1.2;
    margin: 0;
}

.document-filter-panel__heading > p {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 3px;
}

.document-filters {
    align-items: end;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(250px, 1.4fr) minmax(150px, 0.55fr) minmax(230px, 0.9fr) auto;
    margin-top: 22px;
}

.document-filter {
    color: var(--brand-950);
    display: block;
    font-size: 12px;
    font-weight: 750;
    min-width: 0;
}

.document-filter > span:first-child {
    display: block;
    margin-bottom: 7px;
}

.document-filter input,
.document-filter select {
    background-color: var(--paper);
    border: 1px solid #abb7bd;
    border-radius: 2px;
    color: var(--ink);
    height: 50px;
    min-width: 0;
    padding: 10px 13px;
    width: 100%;
}

.document-filter select {
    padding-right: 34px;
    text-overflow: ellipsis;
}

.document-search-control {
    display: block;
    position: relative;
}

.document-search-control > .dashicons {
    color: var(--brand-700);
    left: 14px;
    pointer-events: none;
    position: absolute;
    top: 15px;
    z-index: 1;
}

.document-search-control input {
    padding-left: 45px;
}

.document-filter-reset {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--brand-700);
    border-radius: 2px;
    color: var(--brand-950);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    height: 50px;
    justify-content: center;
    padding: 8px 17px;
    white-space: nowrap;
}

.document-filter-reset:hover:not(:disabled) {
    background: var(--brand-950);
    color: var(--white);
}

.document-filter-reset:disabled {
    border-color: var(--line);
    color: #899399;
    cursor: default;
    opacity: 0.72;
}

.document-groups {
    margin-top: 52px;
}

.document-group + .document-group {
    margin-top: 52px;
}

.document-group__heading {
    align-items: center;
    border-bottom: 2px solid var(--brand-700);
    display: grid;
    gap: 16px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding: 0 0 14px;
}

.document-group__heading > span {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
}

.document-group__heading h2 {
    color: var(--brand-950);
    font-size: 26px;
    line-height: 1.25;
    margin: 0;
}

.document-group__heading p {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.document-list {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

.document-row {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 3px;
    display: grid;
    gap: 20px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    min-height: 96px;
    min-width: 0;
    padding: 17px 18px;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.document-row:hover {
    border-color: #aebdc5;
    box-shadow: 0 8px 22px rgba(6, 42, 70, 0.06);
}

.document-file-icon {
    align-items: center;
    background: #e8f1f7;
    border-left: 3px solid var(--brand-700);
    color: var(--brand-700);
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    width: 58px;
}

.document-file-icon .dashicons {
    font-size: 23px;
    height: 23px;
    width: 23px;
}

.document-file-icon > span:last-child {
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    margin-top: 5px;
}

.document-row--pdf .document-file-icon {
    background: #f6e9e9;
    border-left-color: #a23b3b;
    color: #8f3030;
}

.document-row--xls .document-file-icon,
.document-row--xlsx .document-file-icon,
.document-row--ods .document-file-icon {
    background: #e8f2ee;
    border-left-color: var(--green);
    color: var(--green);
}

.document-row__content {
    min-width: 0;
}

.document-row__content h3 {
    font-size: 18px;
    font-weight: 650;
    line-height: 1.4;
    margin: 0;
}

.document-row__content h3 a {
    color: var(--brand-950);
    text-decoration: none;
}

.document-row__content h3 a:hover {
    color: var(--brand-700);
    text-decoration: underline;
}

.document-row__meta {
    align-items: center;
    color: var(--muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    margin: 7px 0 0;
    text-transform: uppercase;
}

.document-row__meta span + span::before {
    color: #9aa4a9;
    content: "·";
    margin-right: 6px;
}

.document-row__action {
    align-items: center;
    border: 1px solid var(--brand-700);
    border-radius: 2px;
    color: var(--brand-950);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 7px;
    min-height: 42px;
    padding: 8px 13px;
    text-decoration: none;
    white-space: nowrap;
}

.document-row__action:hover {
    background: var(--brand-950);
    border-color: var(--brand-950);
    color: var(--white);
}

.document-row__action .dashicons {
    font-size: 17px;
    height: 17px;
    width: 17px;
}

.document-empty {
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    margin-top: 48px;
    padding: 50px 20px;
    text-align: center;
}

.document-empty > .dashicons {
    color: var(--brand-700);
    font-size: 32px;
    height: 32px;
    width: 32px;
}

.document-empty h2 {
    color: var(--brand-950);
    font-size: 24px;
    margin: 14px 0 4px;
}

.document-empty p {
    color: var(--muted);
    margin: 0;
}

html.a11y-readable-layout .document-page-heading,
html.a11y-readable-layout .document-section-heading,
html.a11y-readable-layout .document-category-grid,
html.a11y-readable-layout .document-filters,
html.a11y-readable-layout .document-row {
    display: block;
}

html.a11y-readable-layout .document-category-card,
html.a11y-readable-layout .document-filter,
html.a11y-readable-layout .document-filter-reset,
html.a11y-readable-layout .document-row__action {
    margin-top: 14px;
}

@media (max-width: 980px) {
    .document-page-heading,
    .document-section-heading {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .document-page-heading > p {
        max-width: 760px;
    }

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

    .document-filter-reset {
        justify-self: start;
    }
}

@media (max-width: 720px) {
    .document-page-header {
        padding-block: 28px 34px;
    }

    .document-page-header .document-eyebrow {
        margin-top: 22px;
    }

    .document-page-heading > p {
        font-size: 15px;
    }

    .document-hub {
        padding-block: 32px 62px;
    }

    .document-hub-summary > div {
        padding: 18px 14px;
    }

    .document-hub-summary strong {
        font-size: 22px;
    }

    .document-hub-summary span {
        font-size: 11px;
    }

    .document-categories {
        margin-top: 46px;
    }

    .document-category-grid {
        grid-template-columns: 1fr;
    }

    .document-category-card {
        min-height: 250px;
    }

    .document-library {
        padding-block: 20px 64px;
    }

    .document-filter-panel {
        padding: 22px 20px 24px;
    }

    .document-filter-panel__heading {
        align-items: start;
        display: block;
    }

    .document-filter-panel__heading > p {
        margin-top: 10px;
    }

    .document-filters {
        grid-template-columns: 1fr;
    }

    .document-filter-reset {
        width: 100%;
    }

    .document-group__heading {
        align-items: start;
        gap: 7px 12px;
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .document-group__heading p {
        grid-column: 2;
    }

    .document-group__heading h2 {
        font-size: 22px;
    }

    .document-row {
        align-items: start;
        gap: 13px 15px;
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 16px;
    }

    .document-file-icon {
        height: 54px;
        width: 48px;
    }

    .document-row__content h3 {
        font-size: 16px;
    }

    .document-row__action {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 460px) {
    .document-hub-summary {
        grid-template-columns: 1fr;
    }

    .document-hub-summary > div {
        padding-inline: 0;
    }

    .document-hub-summary > div + div {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .document-category-card {
        min-height: 0;
        padding: 22px 20px;
    }

    .document-category-card > strong {
        font-size: 22px;
    }

    .document-category-card__footer {
        margin-top: 28px;
    }
}

/* Infrastructure showcase pages */
.showcase-page {
    background: var(--white);
}

.showcase-hero {
    background: var(--brand-950);
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.showcase-hero__media {
    height: 500px;
    width: 100%;
}

.showcase-hero__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.showcase-page--3i .showcase-hero__media img {
    object-position: center 46%;
}

.showcase-hero__panel {
    background: rgba(6, 42, 70, 0.95);
    bottom: 0;
    color: var(--white);
    left: 0;
    padding-block: 22px 30px;
    position: absolute;
    right: 0;
}

.showcase-hero__inner {
    display: grid;
    justify-items: start;
}

.showcase-hero .breadcrumbs {
    color: #c7d7e2;
    margin-bottom: 17px;
}

.showcase-hero .breadcrumbs a {
    color: #dbe8ef;
}

.showcase-hero .breadcrumbs a:hover {
    color: var(--white);
}

.showcase-eyebrow {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.showcase-hero .showcase-eyebrow,
.showcase-project .showcase-eyebrow {
    color: #a8d9cc;
}

.showcase-hero h1 {
    color: var(--white);
    font-size: 44px;
    font-weight: 650;
    line-height: 1.08;
    margin: 0;
    max-width: 940px;
}

.showcase-hero__intro {
    color: #e1ebf0;
    font-size: 18px;
    line-height: 1.55;
    margin: 13px 0 22px;
    max-width: 850px;
}

.showcase-external-link {
    gap: 9px;
}

.showcase-external-link .dashicons {
    font-size: 18px;
    height: 18px;
    width: 18px;
}

.showcase-stats {
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

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

.showcase-stat {
    border-left: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    min-height: 126px;
    padding: 24px 28px 22px;
}

.showcase-stat:last-child {
    border-right: 1px solid var(--line);
}

.showcase-stat strong {
    color: var(--brand-950);
    font-size: 29px;
    font-weight: 650;
    line-height: 1.12;
}

.showcase-stat span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 8px;
}

.showcase-section {
    padding-block: 76px;
}

.showcase-overview__grid {
    display: grid;
    gap: 76px;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.showcase-section-heading h2,
.showcase-feature__content h2,
.showcase-project h2,
.showcase-contact h2 {
    color: var(--brand-950);
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
}

.showcase-copy {
    border-top: 2px solid var(--brand-800);
    padding-top: 24px;
}

.showcase-copy p {
    color: var(--ink);
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

.showcase-copy p + p {
    margin-top: 18px;
}

.showcase-section-heading--row {
    align-items: end;
    border-bottom: 2px solid var(--brand-800);
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-bottom: 34px;
    padding-bottom: 17px;
}

.showcase-section-heading--row > p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 390px;
}

.showcase-programs-section {
    background: var(--surface);
    border-block: 1px solid var(--line);
}

.showcase-programs {
    display: grid;
    gap: 0 44px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-program {
    border-top: 1px solid #bcc6cc;
    display: grid;
    gap: 22px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding-block: 26px 28px;
}

.showcase-program:nth-child(-n + 2) {
    border-top: 0;
}

.showcase-program__number {
    color: var(--brand-700);
    font-size: 22px;
    font-weight: 650;
    line-height: 1.2;
}

.showcase-program__duration {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.showcase-program h3,
.showcase-space-card h3 {
    color: var(--brand-950);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.showcase-program div > p:last-child {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 11px 0 0;
}

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

.showcase-space-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    min-width: 0;
    overflow: hidden;
}

.showcase-space-card__media {
    aspect-ratio: 16 / 10;
    background: var(--surface-strong);
    overflow: hidden;
}

.showcase-space-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
    width: 100%;
}

.showcase-space-card:hover .showcase-space-card__media img {
    transform: scale(1.02);
}

.showcase-space-card__body {
    padding: 23px 24px 26px;
}

.showcase-space-card__meta {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.showcase-space-card__body > p:last-child {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 13px 0 0;
}

.showcase-feature {
    background: var(--paper-strong);
    border-top: 1px solid var(--line);
    padding-block: 0;
}

.showcase-feature__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    padding-inline: 28px;
}

.showcase-feature__media {
    min-height: 410px;
}

.showcase-feature__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.showcase-feature__content {
    align-self: center;
    padding: 50px 0 50px 58px;
}

.showcase-feature__content p:last-child {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.72;
    margin: 20px 0 0;
}

.showcase-project {
    background: var(--brand-950);
    color: var(--white);
    padding-block: 72px 78px;
}

.showcase-project h2 {
    color: var(--white);
    max-width: 850px;
}

.showcase-project__intro > p:last-child {
    color: #d6e3eb;
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0 0;
    max-width: 890px;
}

.showcase-project__facts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    margin: 42px 0 0;
}

.showcase-project__facts > div {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    min-height: 116px;
    padding: 18px 22px;
}

.showcase-project__facts > div:first-child {
    border-left: 0;
    padding-left: 0;
}

.showcase-project dt {
    color: #9fc7da;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.showcase-project dd {
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    margin: 9px 0 0;
}

.showcase-contact {
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    padding-block: 72px 78px;
}

.showcase-contact__grid {
    display: grid;
    gap: 84px;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
}

.showcase-contact__intro > p:not(.showcase-eyebrow) {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 18px 0 25px;
    max-width: 700px;
}

.showcase-contact__details {
    align-self: center;
    border-left: 2px solid var(--brand-800);
    display: grid;
    font-style: normal;
    gap: 0;
    padding-left: 32px;
}

.showcase-contact__details > div,
.showcase-contact__details > a {
    align-items: flex-start;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: grid;
    gap: 14px;
    grid-template-columns: 24px minmax(0, 1fr);
    padding-block: 15px;
    text-decoration: none;
}

.showcase-contact__details > :first-child {
    padding-top: 0;
}

.showcase-contact__details > :last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.showcase-contact__details > a:hover {
    color: var(--brand-700);
}

.showcase-contact__details .dashicons {
    color: var(--brand-700);
    font-size: 22px;
    height: 22px;
    margin-top: 2px;
    width: 22px;
}

.showcase-contact__details strong {
    color: var(--muted);
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 2px;
    text-transform: uppercase;
}

html.a11y-readable-layout .showcase-overview__grid,
html.a11y-readable-layout .showcase-programs,
html.a11y-readable-layout .showcase-space-grid,
html.a11y-readable-layout .showcase-feature__grid,
html.a11y-readable-layout .showcase-contact__grid {
    grid-template-columns: 1fr;
}

@media (max-width: 900px) {
    .showcase-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-stat:nth-child(3) {
        border-top: 1px solid var(--line);
    }

    .showcase-stat:nth-child(4) {
        border-top: 1px solid var(--line);
        border-right: 1px solid var(--line);
    }

    .showcase-overview__grid,
    .showcase-contact__grid {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .showcase-feature__grid {
        grid-template-columns: 1fr;
    }

    .showcase-feature__media {
        min-height: 360px;
    }

    .showcase-feature__content {
        padding: 44px 0 50px;
    }

    .showcase-contact__details {
        max-width: 620px;
    }
}

@media (max-width: 760px) {
    .showcase-hero {
        min-height: 0;
    }

    .showcase-hero__media {
        height: 230px;
    }

    .showcase-hero__panel {
        padding-block: 22px 30px;
        position: relative;
    }

    .showcase-hero .breadcrumbs {
        margin-bottom: 14px;
    }

    .showcase-hero .breadcrumbs > span:last-child,
    .showcase-hero .breadcrumbs > span:nth-last-child(2) {
        display: none;
    }

    .showcase-hero h1 {
        font-size: 32px;
        line-height: 1.12;
    }

    .showcase-hero__intro {
        font-size: 16px;
        margin-block: 12px 20px;
    }

    .showcase-stat {
        min-height: 112px;
        padding: 21px 20px;
    }

    .showcase-stat strong {
        font-size: 24px;
    }

    .showcase-section,
    .showcase-project,
    .showcase-contact {
        padding-block: 54px;
    }

    .showcase-section-heading h2,
    .showcase-feature__content h2,
    .showcase-project h2,
    .showcase-contact h2 {
        font-size: 30px;
    }

    .showcase-section-heading--row {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
        margin-bottom: 28px;
    }

    .showcase-copy {
        padding-top: 20px;
    }

    .showcase-copy p {
        font-size: 16px;
    }

    .showcase-programs,
    .showcase-space-grid {
        grid-template-columns: 1fr;
    }

    .showcase-program:nth-child(2) {
        border-top: 1px solid #bcc6cc;
    }

    .showcase-feature__grid {
        padding-inline: 20px;
    }

    .showcase-feature__media {
        min-height: 0;
    }

    .showcase-feature__media img {
        aspect-ratio: 16 / 10;
    }

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

    .showcase-project__facts > div,
    .showcase-project__facts > div:first-child {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
        min-height: 0;
        padding: 18px 14px 18px 0;
    }

    .showcase-contact__details {
        padding-left: 24px;
    }
}

@media (max-width: 460px) {
    .showcase-hero h1 {
        font-size: 29px;
    }

    .showcase-stat strong {
        font-size: 21px;
    }

    .showcase-stat span {
        font-size: 12px;
    }

    .showcase-program {
        gap: 14px;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .showcase-program h3,
    .showcase-space-card h3 {
        font-size: 21px;
    }

    .showcase-contact__details {
        border-left-width: 1px;
        padding-left: 17px;
    }
}

/* Accessibility panel */
.accessibility-launcher {
    align-items: center;
    background: var(--brand-700);
    border: 4px solid var(--white);
    border-radius: 50%;
    bottom: 22px;
    box-shadow: 0 0 0 3px var(--brand-700), 0 8px 24px rgba(6, 42, 70, 0.24);
    color: var(--white);
    display: none;
    height: 56px;
    justify-content: center;
    padding: 0;
    position: fixed;
    right: 24px;
    width: 56px;
    z-index: 100010;
}

.js-enabled .accessibility-launcher {
    display: inline-flex;
}

.accessibility-launcher:hover {
    background: var(--brand-950);
    color: var(--white);
}

.accessibility-launcher .dashicons {
    font-size: 33px;
    height: 33px;
    width: 33px;
}

.accessibility-panel {
    background: #eef0f2;
    border: 1px solid #cbd1d6;
    border-radius: 7px;
    bottom: 92px;
    box-shadow: 0 14px 44px rgba(10, 24, 36, 0.24);
    color: #111820;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    max-height: calc(100dvh - 112px);
    overflow-y: auto;
    padding: 14px;
    position: fixed;
    right: 18px;
    width: min(414px, calc(100vw - 36px));
    z-index: 100020;
}

.accessibility-panel.is-wide {
    width: min(590px, calc(100vw - 36px));
}

.accessibility-panel.is-wide .accessibility-options {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.accessibility-panel__header {
    align-items: center;
    background: #eef0f2;
    display: flex;
    justify-content: space-between;
    margin: -14px -14px 12px;
    padding: 15px 14px 10px;
    position: sticky;
    top: -14px;
    z-index: 2;
}

.accessibility-panel__eyebrow {
    color: #176b9e;
    display: block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.accessibility-panel h2 {
    color: #102233;
    font-size: 22px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
}

.accessibility-panel__close {
    align-items: center;
    background: #fff;
    border: 2px solid #101820;
    border-radius: 50%;
    color: #101820;
    display: inline-flex;
    flex: 0 0 auto;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
}

.accessibility-panel__close:hover {
    background: #101820;
    color: #fff;
}

.accessibility-panel__close .dashicons {
    font-size: 25px;
    height: 25px;
    width: 25px;
}

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

.accessibility-option {
    align-items: center;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #080d12;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    min-height: 98px;
    min-width: 0;
    padding: 9px 7px 8px;
    text-align: center;
}

.accessibility-option:hover {
    border-color: #87a9bd;
}

.accessibility-option[aria-pressed="true"] {
    border-color: #1686c4;
    box-shadow: inset 0 0 0 1px #1686c4;
}

.accessibility-option__icon {
    color: #111820;
    font-size: 25px;
    height: 25px;
    width: 25px;
}

.accessibility-option__label {
    display: block;
    font-size: 11.5px;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.05;
    max-width: 100%;
}

.accessibility-option__levels {
    display: flex;
    gap: 3px;
    height: 6px;
    justify-content: center;
}

.accessibility-option__levels > span {
    background: #c6cbd0;
    border-radius: 50%;
    display: block;
    height: 6px;
    width: 6px;
}

.accessibility-option__levels > span.is-active {
    background: #1686c4;
}

.accessibility-reset {
    align-items: center;
    background: #080b0e;
    border: 2px solid #080b0e;
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    margin-top: 14px;
    min-height: 50px;
    padding: 9px 16px;
    position: sticky;
    bottom: -14px;
    width: 100%;
    z-index: 2;
}

.accessibility-reset:hover {
    background: #176b9e;
    border-color: #176b9e;
}

.accessibility-reading-mask > span {
    background: rgba(0, 0, 0, 0.68);
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 99990;
}

.accessibility-reading-mask > span:first-child {
    top: 0;
}

.accessibility-reading-mask > span:last-child {
    bottom: 0;
}

.accessibility-reading-guide {
    background: #e9aa2f;
    box-shadow: 0 -1px 0 #111, 0 1px 0 #111;
    height: 3px;
    left: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    z-index: 99991;
}

.accessibility-cursor {
    color: #050505;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    position: fixed;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
    transform: translate(-5px, -8px);
    z-index: 100030;
}

.accessibility-cursor::before {
    content: "↖";
}

html.a11y-cursor-2 .accessibility-cursor {
    font-size: 48px;
}

html.a11y-line-height-1 .site-header,
html.a11y-line-height-1 main,
html.a11y-line-height-1 .site-footer {
    line-height: 1.85;
}

html.a11y-line-height-2 .site-header,
html.a11y-line-height-2 main,
html.a11y-line-height-2 .site-footer {
    line-height: 2.1;
}

html.a11y-line-height-1 main p,
html.a11y-line-height-1 main li,
html.a11y-line-height-2 main p,
html.a11y-line-height-2 main li {
    line-height: inherit !important;
}

html.a11y-text-spacing-1 .site-header,
html.a11y-text-spacing-1 main,
html.a11y-text-spacing-1 .site-footer {
    letter-spacing: 0.06em;
    word-spacing: 0.1em;
}

html.a11y-text-spacing-2 .site-header,
html.a11y-text-spacing-2 main,
html.a11y-text-spacing-2 .site-footer {
    letter-spacing: 0.12em;
    word-spacing: 0.16em;
}

html.a11y-readable-font .site-header,
html.a11y-readable-font main,
html.a11y-readable-font .site-footer,
html.a11y-readable-font .site-header *,
html.a11y-readable-font main *,
html.a11y-readable-font .site-footer * {
    font-family: Verdana, Tahoma, Arial, sans-serif !important;
}

html.a11y-highlight-links .site-header a,
html.a11y-highlight-links main a,
html.a11y-highlight-links .site-footer a {
    background: #ffdf3f !important;
    box-shadow: 0 0 0 2px #111;
    color: #050505 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
}

html.a11y-hide-images .site-header img,
html.a11y-hide-images main img,
html.a11y-hide-images .site-footer img,
html.a11y-hide-images main picture,
html.a11y-hide-images main .post-card-media {
    display: none !important;
}

html.a11y-readable-layout .container {
    max-width: 900px;
}

html.a11y-readable-layout .featured-grid,
html.a11y-readable-layout .quick-grid,
html.a11y-readable-layout .split-grid,
html.a11y-readable-layout .content-layout,
html.a11y-readable-layout .posts-grid,
html.a11y-readable-layout .wp-block-gallery,
html.a11y-readable-layout .blocks-gallery-grid,
html.a11y-readable-layout .records-grid,
html.a11y-readable-layout .calls-grid,
html.a11y-readable-layout .footer-grid {
    grid-template-columns: 1fr !important;
}

html.a11y-saturation-1 .site-header,
html.a11y-saturation-1 main,
html.a11y-saturation-1 .site-footer {
    filter: grayscale(1);
}

html.a11y-saturation-2 .site-header,
html.a11y-saturation-2 main,
html.a11y-saturation-2 .site-footer {
    filter: saturate(1.8);
}

html.a11y-contrast-1 {
    --brand-950: #000;
    --brand-900: #000;
    --brand-800: #002b55;
    --brand-700: #004b91;
    --brand-600: #005aa8;
    --accent: #ffd600;
    --accent-dark: #7a5800;
    --green: #005f3f;
    --ink: #000;
    --muted: #202020;
    --line: #000;
    --paper: #fff;
    --paper-strong: #fff;
    --surface: #fff;
    --surface-strong: #f2f2f2;
    --shadow: none;
}

html.a11y-contrast-1 body {
    background: #fff;
}

html.a11y-contrast-2 body {
    background: #000 !important;
    color: #fff !important;
}

html.a11y-contrast-2 .site-header,
html.a11y-contrast-2 .site-header *,
html.a11y-contrast-2 main,
html.a11y-contrast-2 main *,
html.a11y-contrast-2 .site-footer,
html.a11y-contrast-2 .site-footer * {
    background-color: #000 !important;
    border-color: #fff !important;
    box-shadow: none !important;
    color: #fff !important;
}

html.a11y-contrast-2 .site-header a,
html.a11y-contrast-2 main a,
html.a11y-contrast-2 .site-footer a {
    color: #ffea00 !important;
    text-decoration: underline !important;
}

html.a11y-contrast-2 .button,
html.a11y-contrast-2 .wp-block-button__link,
html.a11y-contrast-2 input[type="submit"],
html.a11y-contrast-2 button[aria-pressed="true"] {
    background: #ffea00 !important;
    color: #000 !important;
}

html.a11y-contrast-2 input,
html.a11y-contrast-2 select,
html.a11y-contrast-2 textarea {
    background: #000 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

html.a11y-tooltips [data-a11y-tooltip] {
    position: relative;
}

html.a11y-tooltips [data-a11y-tooltip]::after {
    background: #101820;
    border: 1px solid #fff;
    border-radius: 3px;
    bottom: calc(100% + 8px);
    color: #fff;
    content: attr(data-a11y-tooltip);
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    line-height: 1.25;
    max-width: 220px;
    opacity: 0;
    padding: 6px 8px;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 4px);
    transition: opacity 120ms ease, transform 120ms ease;
    visibility: hidden;
    white-space: nowrap;
    z-index: 100040;
}

html.a11y-tooltips [data-a11y-tooltip]:hover::after,
html.a11y-tooltips [data-a11y-tooltip]:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

@media (pointer: fine) {
    html.a11y-cursor-1,
    html.a11y-cursor-1 body,
    html.a11y-cursor-1 body *,
    html.a11y-cursor-2,
    html.a11y-cursor-2 body,
    html.a11y-cursor-2 body * {
        cursor: none !important;
    }
}

@media (max-width: 1200px) {
    .brand-inner {
        gap: 22px;
        grid-template-columns: minmax(0, 1fr) minmax(270px, 390px) auto;
    }

    .js-enabled .menu-toggle {
        display: flex;
    }

    .primary-nav > .container {
        padding-inline: 0;
    }

    .primary-nav > .container > ul {
        display: block;
    }

    .js-enabled .primary-nav {
        display: none;
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }

    .js-enabled .primary-nav.is-open {
        display: block;
    }

    .primary-nav a,
    .primary-nav > .container > ul > li:first-child > a,
    .primary-nav > .container > ul > li:last-child > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        min-height: 50px;
        padding: 10px 72px 10px 28px;
    }

    .primary-nav .menu-item-has-children > a::after {
        display: none;
    }

    .primary-nav .sub-menu,
    .primary-nav .sub-menu .sub-menu {
        background: rgba(3, 29, 49, 0.24);
        border: 0;
        box-shadow: none;
        display: none;
        left: auto;
        min-width: 0;
        opacity: 1;
        position: static;
        transform: none;
        visibility: visible;
    }

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

    .primary-nav .sub-menu a {
        background: transparent;
        border-bottom-color: rgba(255, 255, 255, 0.14);
        color: var(--white);
        padding-left: 46px;
    }

    .primary-nav .sub-menu .sub-menu a {
        padding-left: 64px;
    }

    .primary-nav .sub-menu a:hover,
    .primary-nav .sub-menu .current-menu-item > a {
        background: rgba(255, 255, 255, 0.1);
        color: #ffdf9a;
    }

    .submenu-toggle {
        align-items: center;
        background: transparent;
        border: 0;
        color: var(--white);
        display: flex;
        height: 50px;
        justify-content: center;
        position: absolute;
        right: 18px;
        top: 0;
        width: 48px;
        z-index: 2;
    }

    .submenu-toggle span,
    .submenu-toggle span::after {
        background: currentColor;
        content: "";
        height: 2px;
        position: absolute;
        transition: transform 160ms ease;
        width: 14px;
    }

    .submenu-toggle span::after {
        transform: rotate(90deg);
    }

    .submenu-toggle[aria-expanded="true"] span::after {
        transform: rotate(0);
    }
}

@media (max-width: 900px) {
    .project-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .post-card-large {
        grid-column: 1 / -1;
    }

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

    .post-card-large .post-card-media {
        aspect-ratio: auto;
        min-height: 310px;
    }

    .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 20px;
    }

    .split-grid,
    .content-layout {
        grid-template-columns: 1fr;
    }

    .contact-panel,
    .sidebar {
        max-width: none;
    }

    .footer-grid {
        gap: 38px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid section:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .container {
        padding-inline: 20px;
    }

    .utility-nav {
        gap: 12px;
    }

    .utility-access-info {
        display: none;
    }

    .brand-inner {
        gap: 14px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding-block: 18px;
    }

    .brand img {
        height: 54px;
        width: 84px;
    }

    .brand > span > span {
        font-size: 19px;
    }

    .brand strong {
        font-size: 11px;
    }

    .header-search {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .section {
        padding-block: 50px;
    }

    .collection-content {
        padding-block: 42px 64px;
    }

    .collection-intro {
        margin-bottom: 48px;
    }

    .filter-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .filter-tabs {
        justify-content: flex-start;
    }

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

    .section-heading h2 {
        font-size: 34px;
    }

    .post-card h2 {
        font-size: 24px;
    }

    .page-header h1 {
        font-size: 36px;
    }

    .single-header h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .single-header .breadcrumbs > span:last-child,
    .single-header .breadcrumbs > span:nth-last-child(2) {
        display: none;
    }

    .entry-content h2 {
        font-size: 31px;
    }

    .entry-content h3 {
        font-size: 26px;
    }

    .section-heading {
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .post-card-large {
        display: flex;
    }

    .post-card-large .post-card-media {
        aspect-ratio: 16 / 10;
        min-height: 0;
    }

    .page-header {
        padding-block: 32px;
    }

    .content-layout,
    .entry-content.content-narrow,
    .page-article > .entry-content,
    .single-article > .content-layout,
    .site-main > .content-narrow {
        padding-block: 42px 60px;
    }

    .entry-content {
        font-size: 1.0625rem;
    }

    .entry-content .alignwide {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }

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

@media (max-width: 600px) {
    body.accessibility-panel-open {
        overflow: hidden;
    }

    .accessibility-launcher {
        bottom: 15px;
        height: 52px;
        right: 16px;
        width: 52px;
    }

    .accessibility-panel,
    .accessibility-panel.is-wide {
        bottom: 78px;
        left: 10px;
        max-height: calc(100dvh - 90px);
        right: 10px;
        width: auto;
    }

    .accessibility-panel.is-wide .accessibility-options {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .accessibility-option {
        min-height: 94px;
        padding-inline: 5px;
    }

    .accessibility-option__label {
        font-size: 10.5px;
    }

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

    .project-lead__media {
        min-height: 280px;
    }
}

@media (max-width: 560px) {
    .brand {
        gap: 11px;
    }

    .brand img {
        height: 45px;
        width: 70px;
    }

    .brand > span > span {
        font-size: 16px;
    }

    .brand strong {
        display: none;
    }

    .menu-toggle {
        height: 42px;
        width: 44px;
    }

    .featured-grid,
    .quick-grid,
    .footer-grid,
    .records-grid {
        grid-template-columns: 1fr;
    }

    .record-card {
        min-height: 0;
    }

    .call-dates {
        grid-template-columns: 1fr;
    }

    .post-card-large,
    .footer-grid section:first-child {
        grid-column: auto;
    }

    .quick-grid {
        row-gap: 14px;
    }

    .quick-grid a {
        min-height: 0;
    }

    .news-row {
        gap: 7px;
        grid-template-columns: 1fr;
    }

    .project-cards-grid {
        grid-template-columns: 1fr;
    }

    .project-lead__content {
        padding: 30px 24px 36px;
    }

    .project-lead h2 {
        font-size: 34px;
    }

    .projects-list {
        margin-top: 48px;
    }

    .content-tools {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .content-tools__label {
        flex-basis: 100%;
    }

    .content-tools__print {
        justify-content: center;
        margin-top: 2px;
        width: auto;
    }

    .footer-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding-block: 16px;
    }
}

@media (max-width: 900px) {
    .quick-grid a:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 760px) {
    .brand-inner {
        min-height: 0;
    }

    .home-featured {
        padding-block: 36px 50px;
    }

    .home-section-heading h1,
    .home-section-heading h2,
    .section-heading h2 {
        font-size: 30px;
    }

    .post-card h2 {
        font-size: 21px;
    }
}

@media (max-width: 560px) {
    .home-section-heading {
        align-items: flex-end;
        gap: 16px;
        margin-bottom: 22px;
    }

    .home-section-heading h1,
    .home-section-heading h2 {
        font-size: 29px;
    }

    .quick-grid a,
    .quick-grid a:nth-child(odd) {
        border-left: 0;
        min-height: 132px;
        padding: 22px 22px 48px;
    }

    .footer-main {
        padding-block: 40px;
    }
}

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

@media print {
    @page {
        margin: 16mm;
        size: A4;
    }

    .utility-bar,
    .brand-row,
    .primary-nav,
    .site-footer,
    .sidebar,
    .breadcrumbs,
    .accessibility-launcher,
    .accessibility-panel,
    .accessibility-reading-mask,
    .accessibility-reading-guide,
    .accessibility-cursor,
    .content-tools-container,
    .filter-bar,
    .filter-result,
    .back-top,
    .button,
    button {
        display: none !important;
    }

    html,
    body,
    .site-main,
    .page-header,
    .project-lead,
    .record-card,
    .call-card,
    .project-directory-card {
        background: #fff !important;
        box-shadow: none !important;
    }

    body,
    .entry-content {
        color: #000;
        font-size: 11pt;
        line-height: 1.5;
    }

    .container {
        max-width: none;
        padding-inline: 0;
    }

    .site-main {
        min-height: 0;
    }

    .page-header {
        border-bottom: 2px solid #000;
        padding-block: 0 7mm;
    }

    .page-header h1 {
        color: #000;
        font-size: 22pt;
        line-height: 1.2;
        max-width: none;
    }

    .content-layout,
    .entry-content.content-narrow,
    .page-article > .entry-content,
    .collection-content,
    .projects-directory {
        display: block;
        padding-block: 7mm 0;
    }

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

    .content-layout {
        display: block;
    }

    .records-grid,
    .calls-grid,
    .project-cards-grid {
        display: block;
    }

    .record-card,
    .call-card,
    .project-directory-card,
    .project-lead,
    figure,
    table {
        break-inside: avoid;
        color: #000 !important;
        margin-bottom: 7mm;
        page-break-inside: avoid;
    }

    .project-lead {
        border: 1px solid #777;
        display: block;
        min-height: 0;
    }

    .project-lead__media {
        display: none;
    }

    .project-lead__content {
        padding: 7mm;
    }

    .project-lead h2,
    .project-lead p,
    .record-card h3,
    .call-card h3,
    .project-directory-card h3,
    .project-directory-card p {
        color: #000 !important;
    }

    .project-directory-card {
        border: 1px solid #777;
        display: grid;
        grid-template-columns: 55mm 1fr;
    }

    .project-directory-card__media {
        height: 100%;
    }

    details > * {
        display: block !important;
    }

    details summary {
        font-weight: 700;
        margin-bottom: 3mm;
    }

    img {
        max-height: 85mm;
        object-fit: contain;
    }

    .showcase-hero,
    .showcase-hero__panel,
    .showcase-programs-section,
    .showcase-project,
    .showcase-contact,
    .showcase-feature {
        background: #fff !important;
        color: #000 !important;
        min-height: 0;
    }

    .showcase-hero__media,
    .showcase-space-card__media,
    .showcase-feature__media {
        display: none;
    }

    .showcase-hero__panel {
        padding-block: 0 7mm;
        position: static;
    }

    .showcase-hero h1,
    .showcase-section-heading h2,
    .showcase-feature__content h2,
    .showcase-project h2,
    .showcase-contact h2,
    .showcase-program h3,
    .showcase-space-card h3,
    .showcase-project dd,
    .showcase-hero__intro,
    .showcase-project__intro > p:last-child {
        color: #000 !important;
    }

    .showcase-hero h1 {
        font-size: 22pt;
    }

    .showcase-stats__grid,
    .showcase-programs,
    .showcase-space-grid,
    .showcase-overview__grid,
    .showcase-feature__grid,
    .showcase-contact__grid {
        display: grid;
        gap: 5mm;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .showcase-section,
    .showcase-project,
    .showcase-contact,
    .showcase-feature__content {
        padding-block: 7mm;
    }

    .showcase-stat,
    .showcase-program,
    .showcase-space-card,
    .showcase-project__facts > div,
    .showcase-contact__details {
        border: 1px solid #777 !important;
        break-inside: avoid;
        min-height: 0;
        padding: 4mm !important;
        page-break-inside: avoid;
    }

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

    .contact-page__header,
    .contact-routes,
    .contact-team,
    .contact-enquiry,
    .contact-location {
        background: #fff !important;
        color: #000 !important;
    }

    .contact-page__header h1,
    .contact-section-heading h2,
    .contact-form-area h2,
    .contact-location h2,
    .contact-location address,
    .contact-location p,
    .contact-location a {
        color: #000 !important;
    }

    .contact-routes__grid,
    .contact-team__grid {
        display: grid;
        gap: 5mm;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .contact-route,
    .contact-person,
    .contact-location {
        border: 1px solid #777 !important;
        box-shadow: none !important;
        break-inside: avoid;
        min-height: 0;
        page-break-inside: avoid;
    }

    .contact-form-area {
        display: none;
    }

    .contact-enquiry__grid {
        display: block;
    }

    .document-library-nav,
    .document-filter-panel,
    .document-row__action,
    .document-empty {
        display: none !important;
    }

    .document-hub,
    .document-library,
    .document-category-card,
    .document-row,
    .document-file-icon {
        background: #fff !important;
        box-shadow: none !important;
        color: #000 !important;
    }

    .document-page-heading,
    .document-section-heading {
        display: block;
    }

    .document-page-heading > p {
        border-left: 0;
        color: #000;
        margin-top: 3mm;
        padding-left: 0;
    }

    .document-hub,
    .document-library {
        padding-block: 7mm 0;
    }

    .document-category-grid {
        display: grid;
        gap: 5mm;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .document-category-card,
    .document-row {
        border: 1px solid #777 !important;
        break-inside: avoid;
        min-height: 0;
        page-break-inside: avoid;
    }

    .document-category-card {
        padding: 5mm;
    }

    .document-category-card__footer .dashicons {
        display: none;
    }

    .document-group + .document-group {
        margin-top: 8mm;
    }

    .document-group__heading {
        border-bottom-color: #000;
    }

    .document-group__heading h2,
    .document-row__content h3 a,
    .document-row__meta {
        color: #000 !important;
    }

    .document-row {
        display: grid;
        grid-template-columns: 18mm minmax(0, 1fr);
        margin-bottom: 3mm;
        padding: 4mm;
    }

    .document-file-icon {
        border: 1px solid #777;
    }
}
