/* ==========================================================================
   AIADA — Professional Redesign
   Accessible editorial design system for the public information portal
   ========================================================================== */

:root {
    --ink-950: #071a18;
    --ink-900: #0d2925;
    --ink-800: #153a34;
    --ink-700: #244d46;
    --teal-700: #0a625b;
    --teal-600: #0f766e;
    --teal-500: #159a8f;
    --teal-200: #a9d9d1;
    --teal-100: #d9eee9;
    --teal-50: #edf8f5;
    --coral-700: #b63f2b;
    --coral-600: #d9543b;
    --coral-500: #e8694f;
    --coral-100: #fae3dd;
    --amber-600: #ba7417;
    --amber-500: #d9972d;
    --amber-300: #efc46d;
    --paper: #f4f1e9;
    --paper-deep: #e9e3d7;
    --cream: #fffdf8;
    --white: #ffffff;
    --text: #253631;
    --muted: #5d706a;
    --line: #d7ded9;
    --line-strong: #b9c7c1;
    --success: #19734f;
    --focus: #f4b942;

    --font-sans: "Manrope", "Avenir Next", Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: "Newsreader", Georgia, "Times New Roman", serif;
    --font-serif: "Newsreader", Georgia, "Times New Roman", serif;

    --content: 1180px;
    --content-narrow: 880px;
    --radius-sm: 0.5rem;
    --radius-md: 0.875rem;
    --radius-lg: 1.5rem;
    --radius-xl: 2.25rem;
    --shadow-sm: 0 1px 2px rgba(7, 26, 24, 0.05), 0 6px 20px rgba(7, 26, 24, 0.05);
    --shadow-md: 0 16px 40px rgba(7, 26, 24, 0.11);
    --shadow-lg: 0 28px 70px rgba(7, 26, 24, 0.18);
    --transition: 180ms cubic-bezier(0.2, 0.7, 0.2, 1);
    --transition-slow: 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Reset and base --------------------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    scroll-behavior: smooth;
    background: var(--paper);
    color-scheme: light;
    font-size: 100%;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: clip;
    background:
        radial-gradient(circle at 5% 28%, rgba(21, 154, 143, 0.055), transparent 26rem),
        var(--paper);
    color: var(--text);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.dialog-open {
    overflow: hidden;
}

img,
picture,
svg {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
figure {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    color: var(--ink-900);
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.08;
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

::selection {
    background: var(--amber-300);
    color: var(--ink-950);
}

:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 4px;
}

[hidden] {
    display: none !important;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 0.75rem;
    left: 0.75rem;
    transform: translateY(-160%);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    background: var(--focus);
    color: var(--ink-950);
    font-weight: 800;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: transform var(--transition);
}

.skip-link:focus {
    transform: translateY(0);
}

.container {
    width: min(calc(100% - 2rem), var(--content));
    margin-inline: auto;
}

.container--narrow {
    width: min(calc(100% - 2rem), var(--content-narrow));
    margin-inline: auto;
}

/* Utility bar ----------------------------------------------------------- */
.utility {
    position: relative;
    z-index: 80;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--ink-950);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.72rem;
}

.utility__inner {
    min-height: 2.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.utility__tools,
.utility__contact,
.font-controls {
    display: flex;
    align-items: center;
}

.utility__tools {
    gap: 0.7rem;
}

.tool-label {
    color: var(--white);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.tool-label::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.45rem;
    border: 2px solid var(--amber-300);
    border-radius: 50%;
    vertical-align: 0.02rem;
}

.font-controls {
    gap: 0.25rem;
}

.tool-button,
.contrast-button {
    min-width: 2rem;
    min-height: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.35rem;
    background: transparent;
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 800;
    transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.tool-button:hover,
.contrast-button:hover,
.contrast-button[aria-pressed="true"] {
    border-color: var(--amber-300);
    background: var(--amber-300);
    color: var(--ink-950);
}

.contrast-button {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding-inline: 0.7rem;
}

.contrast-button__symbol {
    width: 0.75rem;
    height: 0.75rem;
    overflow: hidden;
    border: 1px solid currentColor;
    border-radius: 50%;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%);
}

.utility__contact {
    justify-content: flex-end;
    gap: 1.1rem;
    white-space: nowrap;
}

.utility__contact a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    transition: color var(--transition);
}

.utility__emoji {
    font-size: 0.82rem;
    line-height: 1;
}

.utility__contact a + a::before {
    content: "";
    position: absolute;
    left: -0.6rem;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--amber-300);
}

.utility__contact a:hover {
    color: var(--amber-300);
}

/* Header and navigation ------------------------------------------------- */
.site-header {
    position: sticky;
    z-index: 70;
    top: 0;
    border-bottom: 1px solid rgba(7, 26, 24, 0.1);
    background: rgba(255, 253, 248, 0.94);
    box-shadow: 0 8px 30px rgba(7, 26, 24, 0.04);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
}

.header__inner {
    min-height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--ink-900);
    text-decoration: none;
}

.brand__mark {
    position: relative;
    width: 3.35rem;
    height: 3.35rem;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50% 50% 48% 52% / 45% 50% 50% 55%;
    background: var(--ink-900);
    box-shadow: 0 6px 20px rgba(7, 26, 24, 0.18);
    transition: transform var(--transition-slow), background var(--transition);
}

.brand:hover .brand__mark {
    transform: rotate(-4deg) scale(1.04);
    background: var(--teal-700);
}

.brand__mark svg {
    width: 2.2rem;
    height: 2.2rem;
}

.brand__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.brand__name {
    max-width: 31rem;
    color: var(--ink-900);
    font-family: var(--font-display);
    font-size: clamp(0.94rem, 1.25vw, 1.18rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.05;
}

.brand__meta {
    margin-top: 0.35rem;
    color: var(--teal-700);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1.35;
    text-transform: uppercase;
}

.brand__date {
    color: var(--muted);
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.1rem;
}

.nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.45rem;
    color: var(--ink-700);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.045em;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color var(--transition), background var(--transition), transform var(--transition);
}

.nav-link:hover {
    background: var(--teal-50);
    color: var(--teal-700);
}

.nav-link[aria-current="page"] {
    color: var(--teal-700);
}

.nav-link[aria-current="page"]::after {
    content: "";
    position: absolute;
    left: 0.65rem;
    right: 0.65rem;
    bottom: 0.28rem;
    height: 2px;
    border-radius: 99px;
    background: var(--coral-500);
}

.nav-link--contact {
    margin-left: 0.35rem;
    padding-inline: 1rem;
    background: var(--ink-900);
    color: var(--white);
}

.nav-link--contact:hover,
.nav-link--contact[aria-current="page"] {
    background: var(--teal-700);
    color: var(--white);
    transform: translateY(-1px);
}

.nav-link--contact[aria-current="page"]::after {
    background: var(--amber-300);
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 2.8rem;
    padding: 0.6rem 0.85rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-sm);
    background: var(--cream);
    color: var(--ink-900);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.menu-toggle__icon {
    position: relative;
    width: 1.1rem;
    height: 0.85rem;
}

.menu-toggle__icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
    transition: transform var(--transition), top var(--transition), opacity var(--transition);
}

.menu-toggle__icon span:nth-child(1) { top: 0; }
.menu-toggle__icon span:nth-child(2) { top: calc(50% - 1px); }
.menu-toggle__icon span:nth-child(3) { top: calc(100% - 2px); }

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
}

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

.menu-toggle[aria-expanded="true"] .menu-toggle__icon span:nth-child(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
}

.mobile-nav {
    position: fixed;
    z-index: 65;
    inset: 0;
    padding-top: calc(2.85rem + 6rem);
    background: rgba(7, 26, 24, 0.58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--transition), visibility var(--transition);
}

.mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav__panel {
    max-height: calc(100dvh - 8.85rem);
    overflow-y: auto;
    border-top: 1px solid var(--line);
    background: var(--cream);
    box-shadow: var(--shadow-lg);
    transform: translateY(-1rem);
    transition: transform var(--transition-slow);
}

.mobile-nav.is-open .mobile-nav__panel {
    transform: translateY(0);
}

.mobile-nav__inner {
    display: grid;
    gap: 0.35rem;
    padding-block: 1rem 1.5rem;
}

.mobile-nav .nav-link {
    justify-content: flex-start;
    min-height: 3rem;
    padding-inline: 1rem;
    font-size: 0.78rem;
    text-align: left;
}

.mobile-nav .nav-link[aria-current="page"] {
    background: var(--teal-50);
}

.mobile-nav .nav-link[aria-current="page"]::after {
    top: 0.65rem;
    right: auto;
    bottom: 0.65rem;
    left: 0;
    width: 3px;
    height: auto;
}

.mobile-nav .nav-link--contact {
    margin: 0.5rem 0 0;
    justify-content: center;
    color: var(--white);
}

/* Buttons and shared surfaces ------------------------------------------ */
.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.7rem 1.2rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.button::after {
    content: "→";
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    transition: transform var(--transition);
}

.button:hover {
    transform: translateY(-2px);
}

.button:hover::after {
    transform: translateX(3px);
}

.button--primary {
    background: var(--coral-500);
    color: var(--white);
    box-shadow: 0 10px 25px rgba(232, 105, 79, 0.24);
}

.button--primary:hover {
    background: var(--coral-600);
    box-shadow: 0 14px 30px rgba(232, 105, 79, 0.3);
}

.button--light {
    background: var(--cream);
    color: var(--ink-900);
    box-shadow: var(--shadow-sm);
}

.button--light:hover {
    background: var(--white);
}

.button--outline {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.05);
    color: var(--white);
}

.button--outline:hover {
    border-color: var(--amber-300);
    background: rgba(255, 255, 255, 0.1);
}

.button--ink {
    background: var(--ink-900);
    color: var(--white);
}

.button--ink:hover {
    background: var(--teal-700);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--teal-700);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration-color: var(--teal-200);
    text-decoration-thickness: 2px;
    text-transform: uppercase;
    text-underline-offset: 0.3rem;
    transition: color var(--transition), gap var(--transition);
}

.text-link:hover {
    gap: 0.7rem;
    color: var(--coral-700);
}

.section {
    position: relative;
    padding-block: clamp(4.25rem, 8vw, 7.5rem);
}

.section--compact {
    padding-block: clamp(3.25rem, 6vw, 5rem);
}

.section--tinted {
    border-block: 1px solid rgba(7, 26, 24, 0.06);
    background: var(--teal-50);
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
    color: var(--coral-700);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 1.8rem;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.section-title {
    max-width: 46rem;
    margin-bottom: 1.4rem;
    font-size: clamp(2rem, 4vw, 3.75rem);
    letter-spacing: -0.035em;
}

.section-title--small {
    font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.prose {
    color: var(--text);
    font-family: var(--font-serif);
    font-size: clamp(1.02rem, 1.5vw, 1.16rem);
    line-height: 1.8;
}

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

.prose p {
    margin-bottom: 1.2rem;
}

.prose strong {
    color: var(--ink-900);
    font-weight: 700;
}

.surface {
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--cream);
    box-shadow: var(--shadow-sm);
}

/* Media cards ----------------------------------------------------------- */
.media-card {
    position: relative;
    width: 100%;
    min-height: 21rem;
    display: block;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: var(--radius-lg);
    background: var(--ink-900);
    color: var(--white);
    text-align: left;
    box-shadow: var(--shadow-md);
    isolation: isolate;
}

.media-card::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: calc(var(--radius-lg) - 0.35rem);
    pointer-events: none;
    transition: inset var(--transition-slow), border-color var(--transition);
}

.media-card:hover::after,
.media-card:focus-visible::after {
    inset: 0.85rem;
    border-color: rgba(255, 255, 255, 0.52);
}

.media-card__image {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1), filter var(--transition-slow);
}

.media-card:hover .media-card__image,
.media-card:focus-visible .media-card__image {
    transform: scale(1.055);
    filter: saturate(1.08);
}

.media-card__shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 26, 24, 0.05) 18%, rgba(7, 26, 24, 0.35) 52%, rgba(7, 26, 24, 0.95) 100%);
}

.media-card__badge {
    position: absolute;
    z-index: 4;
    top: 1.35rem;
    right: 1.35rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(7, 26, 24, 0.7);
    color: var(--white);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    backdrop-filter: blur(10px);
}

.media-card__badge::before {
    content: "+";
    display: grid;
    width: 1rem;
    height: 1rem;
    place-items: center;
    border: 1px solid var(--amber-300);
    border-radius: 50%;
    color: var(--amber-300);
    font-size: 0.72rem;
    line-height: 1;
}

.media-card__caption {
    position: absolute;
    z-index: 3;
    right: 1.6rem;
    bottom: 1.55rem;
    left: 1.6rem;
}

.media-card__label {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--amber-300);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.media-card__description {
    display: block;
    max-width: 32rem;
    font-family: var(--font-serif);
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 500;
    line-height: 1.35;
}

.media-card.is-broken .media-card__image {
    opacity: 0;
}

/* Home ------------------------------------------------------------------ */
.home-hero {
    position: relative;
    overflow: hidden;
    background: var(--ink-950);
    color: var(--white);
    isolation: isolate;
}

.home-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 48rem;
    height: 48rem;
    top: -30rem;
    right: -11rem;
    border: 1px solid rgba(239, 196, 109, 0.22);
    border-radius: 50%;
    box-shadow:
        0 0 0 7rem rgba(21, 154, 143, 0.04),
        0 0 0 14rem rgba(21, 154, 143, 0.025);
}

.home-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.18;
    background-image: radial-gradient(rgba(255, 255, 255, 0.38) 0.6px, transparent 0.6px);
    background-size: 18px 18px;
    mask-image: linear-gradient(90deg, transparent 5%, #000 70%);
}

.home-hero__inner {
    min-height: min(46rem, calc(100vh - 8.85rem));
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.75fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 6.5rem);
    padding-block: clamp(4.5rem, 8vw, 7.5rem) clamp(6rem, 10vw, 9rem);
}

.home-hero__copy {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.4rem;
    color: var(--amber-300);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 2rem;
    height: 2px;
    border-radius: 99px;
    background: currentColor;
}

.home-hero__title {
    max-width: 48rem;
    margin-bottom: 1.4rem;
    color: var(--white);
    font-size: clamp(2.75rem, 6.5vw, 6rem);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.92;
}

.home-hero__lead {
    max-width: 43rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-serif);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    line-height: 1.55;
}

.home-hero__media {
    position: relative;
    z-index: 2;
}

.home-hero__media::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -1.4rem 2.2rem 2.5rem -1.4rem;
    border: 1px solid rgba(239, 196, 109, 0.35);
    border-radius: var(--radius-xl);
}

.home-hero__media .media-card {
    min-height: clamp(27rem, 48vw, 35rem);
    border-radius: var(--radius-xl) var(--radius-xl) var(--radius-xl) 0.5rem;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.34);
}

.stats {
    position: relative;
    z-index: 5;
    margin-top: -3.3rem;
}

.stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--cream);
    box-shadow: var(--shadow-md);
}

.stat {
    position: relative;
    min-height: 8.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.4rem 1.5rem;
}

.stat + .stat {
    border-left: 1px solid var(--line);
}

.stat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: 2.4rem;
    height: 3px;
    background: var(--coral-500);
}

.stat:nth-child(even)::before {
    background: var(--teal-500);
}

.stat__number {
    margin-bottom: 0.35rem;
    color: var(--ink-900);
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 600;
    line-height: 1;
}

.stat__label {
    max-width: 11rem;
    color: var(--muted);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1.45;
    text-transform: uppercase;
}

.content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.65fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 7rem);
}

.content-grid--reverse {
    grid-template-columns: minmax(17rem, 0.65fr) minmax(0, 1.1fr);
}

.content-grid--reverse > :first-child {
    order: 2;
}

.welcome-media .media-card {
    min-height: 27rem;
    transform: rotate(1.2deg);
}

.welcome-media {
    position: relative;
}

.welcome-media::before {
    content: "";
    position: absolute;
    inset: 1.5rem -1.4rem -1.4rem 1.4rem;
    border: 1px solid var(--teal-200);
    border-radius: var(--radius-lg);
}

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

.feature-card {
    position: relative;
    min-height: 19rem;
    overflow: hidden;
    padding: clamp(1.8rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--cream);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-slow), box-shadow var(--transition-slow), border-color var(--transition);
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: var(--teal-200);
    box-shadow: var(--shadow-md);
}

.feature-card::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem;
    right: -5rem;
    bottom: -5rem;
    border: 1.5rem solid var(--teal-100);
    border-radius: 50%;
    opacity: 0.7;
}

.feature-card--coral::after {
    border-color: var(--coral-100);
}

.feature-card__mark {
    width: 3.1rem;
    height: 3.1rem;
    display: grid;
    place-items: center;
    margin-bottom: 3.3rem;
    border-radius: 50%;
    background: var(--ink-900);
    color: var(--amber-300);
    font-family: var(--font-display);
    font-size: 1.25rem;
}

.feature-card--coral .feature-card__mark {
    background: var(--coral-500);
    color: var(--white);
}

.feature-card h3 {
    margin-bottom: 0.9rem;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.feature-card p {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    color: var(--muted);
    font-family: var(--font-serif);
    font-size: 1.03rem;
    line-height: 1.75;
}

.callout-band {
    position: relative;
    overflow: hidden;
    background: var(--ink-900);
    color: var(--white);
    isolation: isolate;
}

.callout-band::before {
    content: "21";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.035);
    font-family: var(--font-display);
    font-size: clamp(13rem, 29vw, 27rem);
    font-weight: 700;
    line-height: 0.7;
}

.callout-band__inner {
    min-height: 24rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 3rem;
    padding-block: clamp(4rem, 7vw, 6.5rem);
}

.callout-band .section-kicker {
    color: var(--amber-300);
}

.callout-band h3 {
    max-width: 45rem;
    margin-bottom: 0.9rem;
    color: var(--white);
    font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.callout-band p {
    max-width: 47rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-family: var(--font-serif);
    font-size: 1.08rem;
    line-height: 1.7;
}

.leadership-teaser {
    display: grid;
    grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 1fr);
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: var(--cream);
    box-shadow: var(--shadow-md);
}

.leadership-teaser__art {
    position: relative;
    min-height: 25rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--teal-700);
    color: rgba(255, 255, 255, 0.92);
}

.leadership-teaser__art::before,
.leadership-teaser__art::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.leadership-teaser__art::before {
    width: 15rem;
    height: 15rem;
}

.leadership-teaser__art::after {
    width: 21rem;
    height: 21rem;
}

.leadership-teaser__initials {
    position: relative;
    z-index: 2;
    font-family: var(--font-display);
    font-size: clamp(4rem, 9vw, 7rem);
    font-weight: 500;
    letter-spacing: -0.08em;
}

.leadership-teaser__content {
    align-self: center;
    padding: clamp(2.2rem, 6vw, 5rem);
}

.leadership-teaser h3 {
    margin-bottom: 1.1rem;
    font-size: clamp(2rem, 4vw, 3.7rem);
}

.leadership-teaser p {
    max-width: 48rem;
    margin-bottom: 1.5rem;
    color: var(--muted);
    font-family: var(--font-serif);
    font-size: 1.08rem;
    line-height: 1.75;
}

/* Inner page hero ------------------------------------------------------- */
.page-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--ink-950);
    color: var(--white);
    isolation: isolate;
}

.page-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 32rem;
    height: 32rem;
    right: -8rem;
    top: -19rem;
    border: 1px solid rgba(239, 196, 109, 0.24);
    border-radius: 50%;
    box-shadow: 0 0 0 5rem rgba(21, 154, 143, 0.04), 0 0 0 10rem rgba(21, 154, 143, 0.025);
}

.page-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.18;
    background-image: linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.2) 45%, rgba(255, 255, 255, 0.2) 46%, transparent 46%);
    background-size: 32px 32px;
    mask-image: linear-gradient(90deg, transparent, #000);
}

.page-hero__inner {
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-block: clamp(4.5rem, 9vw, 8rem) clamp(3rem, 6vw, 5rem);
}

.page-hero__title {
    max-width: 60rem;
    margin-bottom: 0.75rem;
    color: var(--white);
    font-size: clamp(3rem, 7vw, 6.75rem);
    font-weight: 500;
    letter-spacing: -0.055em;
}

.page-hero__subtitle {
    max-width: 52rem;
    margin-bottom: 0;
    color: var(--amber-300);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.intro-card {
    position: relative;
    overflow: hidden;
    padding: clamp(1.8rem, 5vw, 3.7rem);
}

.intro-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: var(--coral-500);
}

.intro-card h2 {
    margin-bottom: 1.1rem;
    font-size: clamp(2rem, 4vw, 3.3rem);
}

/* About ----------------------------------------------------------------- */
.about-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(17rem, 0.62fr);
    align-items: start;
    gap: clamp(2.5rem, 7vw, 6.5rem);
}

.about-overview .media-card {
    min-height: 31rem;
    position: sticky;
    top: 8rem;
}

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

.principle-card {
    counter-increment: principles;
    position: relative;
    min-height: 15rem;
    padding: 1.7rem;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--cream);
    transition: transform var(--transition-slow), border-color var(--transition), box-shadow var(--transition-slow);
}

.principle-card:hover {
    transform: translateY(-4px);
    border-color: var(--teal-200);
    box-shadow: var(--shadow-md);
}

.principle-card::before {
    content: "0" counter(principles);
    display: block;
    margin-bottom: 2.7rem;
    color: var(--coral-500);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.principle-card::after {
    content: "";
    position: absolute;
    width: 7rem;
    height: 7rem;
    top: -4rem;
    right: -3rem;
    border: 1px solid var(--teal-200);
    border-radius: 50%;
}

.principle-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.75rem;
}

.principle-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-family: var(--font-serif);
    font-size: 0.98rem;
    line-height: 1.65;
}

.governance-panel {
    position: relative;
    padding: clamp(2rem, 6vw, 5rem);
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: var(--ink-900);
    color: rgba(255, 255, 255, 0.76);
}

.governance-panel::after {
    content: "";
    position: absolute;
    width: 22rem;
    height: 22rem;
    right: -9rem;
    bottom: -13rem;
    border: 4rem solid rgba(21, 154, 143, 0.1);
    border-radius: 50%;
}

.governance-panel h2 {
    color: var(--white);
}

.governance-panel .prose {
    position: relative;
    z-index: 2;
    max-width: 53rem;
    color: rgba(255, 255, 255, 0.72);
}

/* Work ------------------------------------------------------------------ */
.work-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(2.5rem, 7vw, 6rem);
}

.work-feature .media-card {
    min-height: 34rem;
}

.initiatives-grid {
    counter-reset: initiatives;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.initiative-card {
    counter-increment: initiatives;
    position: relative;
    min-height: 18rem;
    padding: clamp(1.7rem, 4vw, 2.6rem);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--cream);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-slow), box-shadow var(--transition-slow), border-color var(--transition);
}

.initiative-card:hover {
    transform: translateY(-5px);
    border-color: var(--teal-200);
    box-shadow: var(--shadow-md);
}

.initiative-card::before {
    content: "0" counter(initiatives);
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    margin-bottom: 3.2rem;
    border: 1px solid var(--teal-200);
    border-radius: 50%;
    color: var(--teal-700);
    font-size: 0.7rem;
    font-weight: 800;
}

.initiative-card:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 15rem;
}

.initiative-card h3 {
    max-width: 30rem;
    margin-bottom: 0.85rem;
    font-size: clamp(1.6rem, 2.7vw, 2.2rem);
}

.initiative-card p {
    max-width: 53rem;
    margin-bottom: 0;
    color: var(--muted);
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.7;
}

/* Search --------------------------------------------------------------- */
.search-panel {
    margin-top: 2rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line);
}

.search-label {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--ink-800);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.search-wrap {
    position: relative;
}

.search-wrap::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 1.05rem;
    width: 0.8rem;
    height: 0.8rem;
    transform: translateY(-58%);
    border: 2px solid var(--teal-600);
    border-radius: 50%;
    pointer-events: none;
}

.search-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: calc(50% + 0.2rem);
    left: 1.72rem;
    width: 0.42rem;
    height: 2px;
    transform: rotate(45deg);
    border-radius: 99px;
    background: var(--teal-600);
    pointer-events: none;
}

.search-input {
    width: 100%;
    min-height: 3.6rem;
    padding: 0.8rem 1rem 0.8rem 3rem;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-sm);
    background: var(--white);
    color: var(--ink-900);
    font-size: 0.9rem;
    box-shadow: inset 0 1px 2px rgba(7, 26, 24, 0.035);
    transition: border-color var(--transition), box-shadow var(--transition);
}

.search-input::placeholder {
    color: #71827c;
    opacity: 1;
}

.search-input:focus {
    border-color: var(--teal-600);
    outline: 3px solid rgba(21, 154, 143, 0.17);
    outline-offset: 1px;
    box-shadow: 0 0 0 1px var(--teal-600);
}

/* Rights --------------------------------------------------------------- */
.rights-spotlight {
    max-width: 58rem;
    margin: 0 auto clamp(2.5rem, 6vw, 5rem);
}

.rights-spotlight .media-card {
    min-height: 29rem;
}

.rights-stack {
    display: grid;
    gap: 0.8rem;
}

.rights-item {
    overflow: clip;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--cream);
    box-shadow: var(--shadow-sm);
    transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.rights-item:hover {
    border-color: var(--teal-200);
}

.rights-item[open] {
    border-color: var(--teal-200);
    box-shadow: var(--shadow-md);
}

.rights-item summary {
    position: relative;
    min-height: 5.2rem;
    display: grid;
    grid-template-columns: 2.6rem minmax(0, 1fr) 2rem;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    color: var(--ink-900);
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.rights-item summary::-webkit-details-marker {
    display: none;
}

.rights-index {
    display: grid;
    width: 2.55rem;
    height: 2.55rem;
    place-items: center;
    border: 1px solid var(--teal-200);
    border-radius: 50%;
    color: var(--teal-700);
    font-size: 0.67rem;
    font-weight: 800;
}

.rights-heading {
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 2.3vw, 1.55rem);
    font-weight: 600;
    line-height: 1.2;
}

.rights-chevron {
    position: relative;
    width: 1.9rem;
    height: 1.9rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--teal-50);
    color: var(--teal-700);
    transition: transform var(--transition), background var(--transition), color var(--transition);
}

.rights-chevron::before,
.rights-chevron::after {
    content: "";
    position: absolute;
    width: 0.65rem;
    height: 1.5px;
    border-radius: 99px;
    background: currentColor;
}

.rights-chevron::after {
    transform: rotate(90deg);
}

.rights-item[open] .rights-chevron {
    transform: rotate(180deg);
    background: var(--teal-700);
    color: var(--white);
}

.rights-item[open] .rights-chevron::after {
    transform: rotate(0deg);
}

.rights-body {
    margin: 0 1.25rem 1.35rem 4.85rem;
    padding: 1.35rem 0 0;
    border-top: 1px solid var(--line);
    color: var(--text);
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.78;
}

.rights-body p {
    margin-bottom: 0.9rem;
}

.rights-body p:last-child {
    margin-bottom: 0;
}

/* Statutory framework --------------------------------------------------- */
.statutory-intro {
    margin-bottom: clamp(2rem, 5vw, 4rem);
}

.category-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: var(--radius-xl);
    background: var(--ink-900);
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.category-panel::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 24rem;
    height: 24rem;
    top: -14rem;
    right: -12rem;
    border: 4rem solid rgba(21, 154, 143, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.category-panel__head {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.45fr);
    align-items: end;
    gap: 2rem;
    margin-bottom: 2rem;
}

.category-panel h2 {
    margin-bottom: 0.35rem;
    color: var(--white);
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.category-count {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
}

.category-panel .search-label {
    color: rgba(255, 255, 255, 0.75);
}

.disability-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.disability-item {
    min-height: 5rem;
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.86);
    font-family: var(--font-serif);
    font-size: 0.93rem;
    line-height: 1.35;
    transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.disability-item:hover,
.disability-item.is-match {
    transform: translateY(-2px);
    border-color: var(--amber-300);
    background: rgba(239, 196, 109, 0.1);
}

.disability-number {
    color: var(--amber-300);
    font-family: var(--font-sans);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

/* Leadership ----------------------------------------------------------- */
.profile-grid {
    display: grid;
    grid-template-columns: minmax(14rem, 0.38fr) minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: var(--radius-xl);
    background: var(--cream);
    box-shadow: var(--shadow-md);
}

.profile-art {
    position: relative;
    min-height: 36rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--teal-700);
    color: var(--white);
}

.profile-art::before,
.profile-art::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.profile-art::before {
    width: 17rem;
    height: 17rem;
}

.profile-art::after {
    width: 25rem;
    height: 25rem;
}

.profile-art__initials {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: clamp(5rem, 11vw, 8.5rem);
    letter-spacing: -0.09em;
}

.profile-content {
    align-self: center;
    padding: clamp(2rem, 6vw, 5.25rem);
}

.profile-content h2 {
    margin-bottom: 0.4rem;
    font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.profile-organisation {
    margin-bottom: 2rem;
    color: var(--teal-700);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-transform: uppercase;
}

.award-card {
    position: relative;
    margin-top: 2rem;
    padding: 1.35rem 1.5rem 1.35rem 4.25rem;
    border: 1px solid #e5cfa4;
    border-radius: var(--radius-md);
    background: #fff8e9;
    color: var(--ink-800);
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.6;
}

.award-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.35rem;
    width: 1.8rem;
    height: 1.8rem;
    transform: translateY(-50%);
    border: 0.35rem solid var(--amber-500);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(217, 151, 45, 0.16);
}

/* Contact -------------------------------------------------------------- */
.contact-intro {
    max-width: 56rem;
    margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

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

.contact-card {
    position: relative;
    min-height: 20rem;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--cream);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-slow), box-shadow var(--transition-slow), border-color var(--transition);
}

.contact-card:hover {
    transform: translateY(-4px);
    border-color: var(--teal-200);
    box-shadow: var(--shadow-md);
}

.contact-card__mark {
    width: 3.1rem;
    height: 3.1rem;
    display: grid;
    place-items: center;
    margin-bottom: 4.5rem;
    border-radius: 50%;
    background: var(--teal-50);
    color: var(--teal-700);
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
}

.contact-card h3 {
    margin-bottom: 0.9rem;
    font-size: 1.7rem;
}

.contact-card p,
.contact-card address {
    margin-bottom: 0;
    color: var(--muted);
    font-family: var(--font-serif);
    font-size: 1rem;
    font-style: normal;
    line-height: 1.7;
}

.contact-card strong {
    color: var(--ink-900);
}

.contact-card a {
    color: var(--teal-700);
    font-family: var(--font-sans);
    font-size: 0.88rem;
    font-weight: 800;
    overflow-wrap: anywhere;
    text-decoration-color: var(--teal-200);
    text-underline-offset: 0.25rem;
}

.hours-panel {
    display: grid;
    grid-template-columns: minmax(14rem, 0.4fr) minmax(0, 1fr);
    gap: clamp(2rem, 7vw, 6rem);
    padding: clamp(2rem, 6vw, 4rem);
    border-radius: var(--radius-xl);
    background: var(--ink-900);
    color: rgba(255, 255, 255, 0.72);
}

.hours-panel h3 {
    color: var(--white);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.hours-panel p {
    margin-bottom: 0.8rem;
    font-family: var(--font-serif);
    line-height: 1.7;
}

.hours-panel p:last-child {
    margin-bottom: 0;
}

.hours-panel__notice {
    padding-left: clamp(1.5rem, 4vw, 3.5rem);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

/* Footer ---------------------------------------------------------------- */
.site-footer {
    position: relative;
    overflow: hidden;
    background: var(--ink-950);
    color: rgba(255, 255, 255, 0.62);
}

.site-footer::before {
    content: "";
    position: absolute;
    width: 30rem;
    height: 30rem;
    right: -16rem;
    top: -17rem;
    border: 5rem solid rgba(21, 154, 143, 0.06);
    border-radius: 50%;
}

.footer__top {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(8rem, 0.55fr) minmax(13rem, 0.75fr);
    gap: clamp(2rem, 6vw, 6rem);
    padding-block: clamp(4rem, 8vw, 7rem) 3rem;
}

.footer__brand {
    max-width: 34rem;
}

.footer__name {
    display: block;
    margin-bottom: 0.85rem;
    color: var(--white);
    font-family: var(--font-display);
    font-size: clamp(1.3rem, 2.3vw, 1.75rem);
    font-weight: 600;
    line-height: 1.2;
}

.footer__tagline {
    margin-bottom: 1rem;
    color: var(--amber-300);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.55;
    text-transform: uppercase;
}

.footer__description {
    margin-bottom: 0;
    font-family: var(--font-serif);
    font-size: 0.98rem;
    line-height: 1.75;
}

.footer__heading {
    margin-bottom: 1rem;
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.footer__nav li + li {
    margin-top: 0.45rem;
}

.footer__nav a,
.footer__office a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration-color: transparent;
    text-underline-offset: 0.22rem;
    transition: color var(--transition), text-decoration-color var(--transition);
}

.footer__nav a:hover,
.footer__office a:hover {
    color: var(--amber-300);
    text-decoration-color: currentColor;
}

.footer__office {
    font-family: var(--font-serif);
    font-size: 0.91rem;
    line-height: 1.75;
}

.footer__office address {
    margin-bottom: 0.8rem;
    font-style: normal;
}

.footer__office p {
    margin-bottom: 0.2rem;
    overflow-wrap: anywhere;
}

.footer__note {
    position: relative;
    padding-block: 1.6rem;
    border-block: 1px solid rgba(255, 255, 255, 0.1);
    font-family: var(--font-serif);
    font-size: 0.82rem;
    line-height: 1.7;
}

.footer__note p {
    margin-bottom: 0;
}

.footer__note strong {
    color: rgba(255, 255, 255, 0.88);
}

.footer__bottom {
    min-height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-block: 1rem;
    font-size: 0.7rem;
}

.footer__bottom p {
    margin-bottom: 0;
}

.footer__policies {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem 1.1rem;
}

.policy-button {
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.62);
    font-size: inherit;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 0.24rem;
    transition: color var(--transition), text-decoration-color var(--transition);
}

.policy-button:hover {
    color: var(--amber-300);
    text-decoration-color: currentColor;
}

/* Dialog ---------------------------------------------------------------- */
.site-dialog {
    width: min(calc(100% - 2rem), 45rem);
    max-height: min(88vh, 52rem);
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: var(--radius-lg);
    background: var(--cream);
    color: var(--text);
    box-shadow: var(--shadow-lg);
}

.site-dialog::backdrop {
    background: rgba(7, 26, 24, 0.8);
    backdrop-filter: blur(8px);
}

.site-dialog[open] {
    animation: dialog-in 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.dialog__panel {
    max-height: min(88vh, 52rem);
    overflow-y: auto;
    padding: clamp(1.35rem, 4vw, 2.25rem);
}

.dialog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}

.dialog__title {
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.dialog__close-icon {
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--white);
    color: var(--ink-900);
    font-size: 1.45rem;
    line-height: 1;
    transition: transform var(--transition), background var(--transition);
}

.dialog__close-icon:hover {
    transform: rotate(6deg);
    background: var(--teal-50);
}

.dialog__body {
    color: var(--muted);
    font-family: var(--font-serif);
    font-size: 1.02rem;
    line-height: 1.75;
}

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

.dialog__image {
    width: 100%;
    max-height: 58vh;
    margin-bottom: 1rem;
    object-fit: contain;
    border-radius: var(--radius-md);
    background: var(--ink-950);
}

.dialog__footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
}

.dialog__close {
    min-height: 2.8rem;
    padding: 0.65rem 1.15rem;
    border: 0;
    border-radius: 999px;
    background: var(--ink-900);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@keyframes dialog-in {
    from { opacity: 0; transform: translateY(1rem) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Reveal motion --------------------------------------------------------- */
html.has-js [data-reveal] {
    opacity: 0;
    transform: translateY(1.5rem);
    transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

html.has-js [data-reveal="left"] {
    transform: translateX(-1.5rem);
}

html.has-js [data-reveal="right"] {
    transform: translateX(1.5rem);
}

html.has-js [data-reveal].is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

[data-delay="1"] { transition-delay: 80ms !important; }
[data-delay="2"] { transition-delay: 160ms !important; }
[data-delay="3"] { transition-delay: 240ms !important; }
[data-delay="4"] { transition-delay: 320ms !important; }
[data-delay="5"] { transition-delay: 400ms !important; }

/* High contrast --------------------------------------------------------- */
html.high-contrast {
    color-scheme: dark;
    --paper: #000000;
    --paper-deep: #000000;
    --cream: #000000;
    --white: #ffffff;
    --text: #ffffff;
    --muted: #ffffff;
    --line: #ffff00;
    --line-strong: #ffff00;
    --ink-950: #000000;
    --ink-900: #000000;
    --ink-800: #000000;
    --ink-700: #ffffff;
    --teal-50: #000000;
    --teal-100: #000000;
    --teal-200: #ffff00;
    --teal-600: #ffff00;
    --teal-700: #ffff00;
    --coral-500: #ffff00;
    --coral-600: #ffff00;
    --coral-700: #ffff00;
    --amber-300: #ffff00;
    --amber-500: #ffff00;
    --focus: #00ffff;
}

html.high-contrast body,
html.high-contrast .site-header,
html.high-contrast .mobile-nav__panel,
html.high-contrast .surface,
html.high-contrast .stats__grid,
html.high-contrast .feature-card,
html.high-contrast .principle-card,
html.high-contrast .initiative-card,
html.high-contrast .rights-item,
html.high-contrast .contact-card,
html.high-contrast .leadership-teaser,
html.high-contrast .profile-grid,
html.high-contrast .site-dialog,
html.high-contrast .search-input {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #ffff00 !important;
    box-shadow: none !important;
}

html.high-contrast h1,
html.high-contrast h2,
html.high-contrast h3,
html.high-contrast h4,
html.high-contrast p,
html.high-contrast span,
html.high-contrast summary,
html.high-contrast address,
html.high-contrast .prose,
html.high-contrast .dialog__body {
    color: #ffffff;
}

html.high-contrast a,
html.high-contrast button:not(.media-card),
html.high-contrast input {
    color: #ffff00 !important;
    border-color: #ffff00 !important;
}

html.high-contrast .button,
html.high-contrast .nav-link--contact,
html.high-contrast .dialog__close {
    border: 2px solid #ffff00 !important;
    background: #000000 !important;
}

html.high-contrast .media-card,
html.high-contrast .profile-art,
html.high-contrast .leadership-teaser__art {
    border: 2px solid #ffff00;
    background: #000000;
}

html.high-contrast img {
    filter: grayscale(1) contrast(1.25);
}

html.high-contrast .section-kicker,
html.high-contrast .eyebrow,
html.high-contrast .media-card__label,
html.high-contrast .disability-number,
html.high-contrast .page-hero__subtitle,
html.high-contrast .footer__tagline {
    color: #ffff00 !important;
}

/* Responsive ------------------------------------------------------------ */
@media (max-width: 1120px) {
    .desktop-nav {
        display: none;
    }

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

@media (max-width: 900px) {
    .home-hero__inner {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-bottom: 7rem;
    }

    .home-hero__copy {
        max-width: 47rem;
    }

    .home-hero__media {
        width: min(100%, 36rem);
        margin-inline: auto;
    }

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

    .stat:nth-child(3) {
        border-left: 0;
    }

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

    .content-grid,
    .content-grid--reverse,
    .about-overview,
    .work-feature {
        grid-template-columns: 1fr;
    }

    .content-grid--reverse > :first-child {
        order: initial;
    }

    .about-overview .media-card {
        position: relative;
        top: auto;
        min-height: 29rem;
    }

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

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

    .contact-card:last-child {
        grid-column: 1 / -1;
        min-height: 15rem;
    }

    .leadership-teaser,
    .profile-grid {
        grid-template-columns: 1fr;
    }

    .leadership-teaser__art,
    .profile-art {
        min-height: 19rem;
    }

    .footer__top {
        grid-template-columns: minmax(0, 1.5fr) minmax(10rem, 0.7fr);
    }

    .footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .utility__inner {
        padding-block: 0.55rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .utility__tools {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .utility__contact {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.25rem 1.1rem;
    }

    .site-header {
        top: 0;
    }

    .header__inner {
        min-height: 5.1rem;
        gap: 0.75rem;
    }

    .brand {
        gap: 0.65rem;
    }

    .brand__mark {
        width: 2.8rem;
        height: 2.8rem;
    }

    .brand__mark svg {
        width: 1.8rem;
        height: 1.8rem;
    }

    .brand__name {
        font-size: 0.78rem;
    }

    .brand__meta {
        font-size: 0.5rem;
        letter-spacing: 0.05em;
    }

    .menu-toggle {
        min-height: 2.6rem;
        padding-inline: 0.65rem;
    }

    .mobile-nav {
        padding-top: 5.1rem;
    }

    .mobile-nav__panel {
        max-height: calc(100dvh - 5.1rem);
    }

    .home-hero__inner {
        padding-top: 3.8rem;
    }

    .home-hero__title {
        font-size: clamp(2.6rem, 13vw, 4.3rem);
    }

    .button-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .button {
        width: 100%;
    }

    .home-hero__media::before {
        display: none;
    }

    .stats {
        margin-top: -2.2rem;
    }

    .stats__grid {
        border-radius: var(--radius-md);
    }

    .stat {
        min-height: 8rem;
        padding: 1.2rem;
    }

    .stat::before {
        left: 1.2rem;
    }

    .split-cards,
    .initiatives-grid,
    .principles-grid,
    .disability-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .initiative-card:nth-child(5),
    .contact-card:last-child {
        grid-column: auto;
    }

    .callout-band__inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .callout-band__inner .button {
        width: fit-content;
    }

    .page-hero__inner {
        min-height: 17rem;
    }

    .page-hero__title {
        font-size: clamp(2.7rem, 15vw, 4.8rem);
    }

    .category-panel__head {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 1.25rem;
    }

    .rights-item summary {
        grid-template-columns: 2.4rem minmax(0, 1fr) 1.9rem;
        gap: 0.7rem;
        padding-inline: 0.85rem;
    }

    .rights-body {
        margin-inline: 0.85rem;
        padding-inline: 0;
    }

    .hours-panel {
        grid-template-columns: 1fr;
    }

    .hours-panel__notice {
        padding-top: 1.5rem;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

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

    .footer__brand {
        grid-column: auto;
    }

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

    .footer__policies {
        justify-content: flex-start;
    }
}

@media (max-width: 430px) {
    .container,
    .container--narrow {
        width: min(calc(100% - 1.25rem), var(--content));
    }

    .tool-label,
    .contrast-button__text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .utility__contact {
        font-size: 0.64rem;
    }

    .brand__name {
        max-width: 12.5rem;
        font-size: 0.7rem;
    }

    .brand__meta {
        max-width: 12rem;
    }

    .menu-toggle {
        font-size: 0;
        gap: 0;
    }

    .menu-toggle__icon {
        width: 1.25rem;
    }

    .home-hero__media .media-card,
    .media-card,
    .about-overview .media-card,
    .work-feature .media-card,
    .rights-spotlight .media-card {
        min-height: 23rem;
    }

    .stat__number {
        font-size: 1.55rem;
    }

    .stat__label {
        font-size: 0.57rem;
    }
}

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

    html.has-js [data-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Print ----------------------------------------------------------------- */
@media print {
    :root {
        --paper: #ffffff;
        --cream: #ffffff;
        --text: #000000;
        --muted: #222222;
        --ink-900: #000000;
    }

    body {
        background: #ffffff;
        color: #000000;
        font-size: 11pt;
    }

    .utility,
    .site-header,
    .mobile-nav,
    .site-footer,
    .button-row,
    .media-card__badge,
    .search-panel,
    .dialog,
    .site-dialog {
        display: none !important;
    }

    .page-hero,
    .home-hero,
    .callout-band,
    .category-panel,
    .governance-panel,
    .hours-panel {
        background: #ffffff !important;
        color: #000000 !important;
        border: 1px solid #777777;
    }

    .page-hero h1,
    .home-hero h1,
    .callout-band h3,
    .category-panel h2,
    .governance-panel h2,
    .hours-panel h3 {
        color: #000000 !important;
    }

    .section {
        padding-block: 1.5rem;
    }

    .rights-item {
        break-inside: avoid;
        box-shadow: none;
    }

    .rights-item:not([open]) > *:not(summary) {
        display: block !important;
    }

    a[href]::after {
        content: none;
    }
}

/* Final content and accessibility refinements --------------------------- */
.mobile-nav {
    inset: auto 0 0;
    padding-top: 0;
}

.mobile-nav__panel {
    max-height: 100%;
}

.button--primary {
    background: #a93a29;
    box-shadow: 0 10px 25px rgba(169, 58, 41, 0.25);
}

.button--primary:hover {
    background: #872d21;
    box-shadow: 0 14px 30px rgba(135, 45, 33, 0.3);
}

.button--literal-arrow::after {
    display: none;
}

:focus-visible {
    outline-color: var(--focus) !important;
    box-shadow: 0 0 0 6px var(--ink-950) !important;
}

.leadership-teaser--text-only,
.profile-grid--text-only {
    grid-template-columns: minmax(0, 1fr);
}

.leadership-teaser--text-only .leadership-teaser__content,
.profile-grid--text-only .profile-content {
    width: 100%;
    max-width: 68rem;
}

.profile-grid--text-only .profile-content {
    margin-inline: auto;
}

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

.disability-item {
    min-height: 11.5rem;
    align-items: start;
    gap: 0.9rem;
    padding: 1.2rem;
}

.disability-number {
    padding-top: 0.2rem;
}

.disability-copy {
    min-width: 0;
    display: grid;
    gap: 0.55rem;
}

.disability-name {
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
}

.disability-description {
    color: rgba(255, 255, 255, 0.67);
    font-family: var(--font-serif);
    font-size: 0.85rem;
    line-height: 1.58;
}

.category-source {
    position: relative;
    z-index: 1;
    margin: 1.5rem 0 0;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--font-serif);
    font-size: 0.82rem;
    line-height: 1.65;
}

.category-source a {
    color: var(--amber-300);
    font-family: var(--font-sans);
    font-size: 0.74rem;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25rem;
}

html.high-contrast .disability-name,
html.high-contrast .disability-description,
html.high-contrast .category-source {
    color: #ffffff !important;
}

html.high-contrast .category-source a {
    color: #ffff00 !important;
}

@media (max-width: 900px) {
    .utility__inner,
    .utility__contact {
        flex-wrap: wrap;
        white-space: normal;
    }
}

@media (max-width: 700px) {
    .mobile-nav {
        padding-top: 0;
    }

    .mobile-nav__panel {
        max-height: 100%;
    }

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

    .disability-item {
        min-height: auto;
    }
}

@media (forced-colors: active) {
    .media-card__shade {
        background: linear-gradient(transparent, CanvasText);
        forced-color-adjust: none;
    }

    .media-card__caption,
    .media-card__badge {
        color: Canvas;
    }

    .button,
    .nav-link,
    .tool-button,
    .contrast-button,
    .search-input,
    .rights-item,
    .disability-item {
        border: 1px solid ButtonText;
    }
}

/* Official AIADA logo --------------------------------------------------- */
.brand__mark {
    width: 4.2rem;
    height: 4.2rem;
    padding: 0.12rem;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 8px 24px rgba(7, 26, 24, 0.14);
}

.brand:hover .brand__mark {
    background: var(--white);
}

.brand__mark img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

html.high-contrast .brand__mark {
    border: 2px solid #ffff00;
    background: #ffffff !important;
}

@media (max-width: 700px) {
    .brand__mark {
        width: 3.25rem;
        height: 3.25rem;
    }
}

@media (max-width: 430px) {
    .brand__mark {
        width: 3rem;
        height: 3rem;
    }
}

/* Click-to-expand statutory descriptions ------------------------------- */
.disability-item {
    min-height: 0;
    display: block;
    padding: 0;
}

.disability-item summary {
    min-height: 5.25rem;
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr) 2rem;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.15rem;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.disability-item summary::-webkit-details-marker {
    display: none;
}

.disability-item summary::marker {
    content: "";
}

.disability-item[open] {
    border-color: var(--amber-300);
    background: rgba(239, 196, 109, 0.08);
}

.disability-item[open] summary {
    color: var(--white);
}

.disability-number {
    padding-top: 0;
}

.disability-toggle {
    position: relative;
    width: 1.9rem;
    height: 1.9rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    transition: background var(--transition), border-color var(--transition), transform var(--transition);
}

.disability-toggle::before,
.disability-toggle::after {
    content: "";
    position: absolute;
    width: 0.72rem;
    height: 1.5px;
    border-radius: 99px;
    background: var(--amber-300);
    transition: transform var(--transition);
}

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

.disability-item[open] .disability-toggle {
    border-color: var(--amber-300);
    background: rgba(239, 196, 109, 0.12);
    transform: rotate(180deg);
}

.disability-item[open] .disability-toggle::after {
    transform: rotate(0deg);
}

.disability-description {
    display: block;
    margin: 0 1.15rem 1.2rem 4.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

html.high-contrast .disability-item[open],
html.high-contrast .disability-toggle {
    border-color: #ffff00 !important;
}

@media (max-width: 430px) {
    .disability-item summary {
        grid-template-columns: 1.8rem minmax(0, 1fr) 1.9rem;
        gap: 0.55rem;
        padding-inline: 0.85rem;
    }

    .disability-description {
        margin-inline: 0.85rem;
    }
}

/* Keep neighboring accordion cards at their own intrinsic height. */
.disability-grid,
.rights-stack {
    align-items: start;
}

.disability-item,
.rights-item {
    align-self: start;
}
