:root {
    --gb-primary-blue: #004D7A;
    --gb-secondary-green: #3CB371;
    --gb-accent-gold: #FFC107;
    --gb-neutral-dark: #1A202C;
    --gb-neutral-light: #F8F8F8;
    --gb-text: #2D3748;
    --gb-surface: #ffffff;
    --gb-border: #d8e2eb;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    color: var(--gb-text);
    background: radial-gradient(circle at 15% 15%, rgba(60, 179, 113, 0.12), transparent 38%), radial-gradient(circle at 85% 5%, rgba(0, 77, 122, 0.14), transparent 45%), linear-gradient(180deg, #f9fbfd 0%, #f3f7fa 35%, #f8f8f8 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', 'Inter', sans-serif;
    color: var(--gb-neutral-dark);
    letter-spacing: -0.01em;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a {
    color: var(--gb-primary-blue);
    text-decoration: none;
}

a:hover {
    color: #0067a5;
}

.site-shell {
    min-height: 100vh;
}

.site-main {
    width: min(1160px, 100% - 2.5rem);
    margin: 0 auto;
    padding: 1.5rem 0 4rem;
}

.skip-link {
    position: absolute;
    top: -120px;
    left: 1rem;
    z-index: 1000;
    background: var(--gb-neutral-dark);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
}

.skip-link:focus {
    top: 1rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    backdrop-filter: blur(12px);
    background: rgba(248, 248, 248, 0.88);
    border-bottom: 1px solid rgba(0, 77, 122, 0.12);
}

.site-nav-wrap {
    width: min(1240px, 100% - 2rem);
    margin: 0 auto;
    min-height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--gb-neutral-dark);
}

.brand-logo {
    width: 2.6rem;
    height: 2.6rem;
    object-fit: contain;
    border-radius: 0.6rem;
    background: #fff;
    box-shadow: 0 0.45rem 1rem rgba(0, 77, 122, 0.2);
    padding: 0.15rem;
}

.brand-text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong {
    font-size: 1.02rem;
}

.brand-text small {
    color: #526273;
    font-size: 0.76rem;
}

.menu-toggle,
.menu-toggle-label {
    display: none;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-link-item,
.nav-group summary {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.8rem;
    border-radius: 0.55rem;
    color: #243547;
    font-weight: 600;
    font-size: 0.93rem;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-link-item.active,
.nav-link-item:hover,
.nav-group summary:hover {
    background: rgba(0, 77, 122, 0.1);
    color: var(--gb-primary-blue);
    transform: translateY(-1px);
}

.nav-group {
    position: relative;
}

.nav-group summary {
    list-style: none;
    cursor: pointer;
}

.nav-group summary::-webkit-details-marker {
    display: none;
}

.nav-group-panel {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    min-width: 16rem;
    padding: 0.5rem;
    background: #fff;
    border: 1px solid var(--gb-border);
    border-radius: 0.75rem;
    box-shadow: 0 1rem 2rem rgba(18, 33, 49, 0.14);
    display: grid;
    gap: 0.2rem;
}

.nav-group:not([open]) .nav-group-panel {
    display: none;
}

.nav-sublink {
    color: #2f4357;
    padding: 0.52rem 0.6rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}

.nav-sublink.active,
.nav-sublink:hover {
    background: rgba(60, 179, 113, 0.12);
    color: #1f6f45;
}

.hero {
    border-radius: 1.3rem;
    padding: clamp(1.8rem, 4vw, 4rem);
    background: linear-gradient(120deg, rgba(0, 77, 122, 0.92), rgba(0, 77, 122, 0.78) 55%, rgba(60, 179, 113, 0.66)), url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1920&q=80') center/cover;
    color: #eff8ff;
    box-shadow: 0 1.25rem 2.7rem rgba(0, 35, 58, 0.28);
}

.hero h1 {
    color: #fff;
    max-width: 100%;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
    user-select: none;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.hero p {
    max-width: 62ch;
    color: rgba(241, 249, 255, 0.93);
}

.btn-primary-gb,
.btn-secondary-gb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.72rem 1.15rem;
    border-radius: 0.7rem;
    font-weight: 700;
    transition: transform 170ms ease, box-shadow 170ms ease;
}

.btn-primary-gb {
    background: var(--gb-accent-gold);
    color: #1a202c;
    box-shadow: 0 0.7rem 1.4rem rgba(255, 193, 7, 0.28);
}

.btn-secondary-gb {
    background: rgba(248, 251, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #f8fdff;
}

.btn-primary-gb:hover,
.btn-secondary-gb:hover {
    transform: translateY(-2px);
}

.content-section {
    margin-top: 2.5rem;
}

.section-heading {
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-bottom: 0.8rem;
}

.section-subheading {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  margin-bottom: 0.8rem;
}

.lead-text {
    font-size: 1.06rem;
    color: #44576b;
    max-width: 68ch;
}

.card-grid {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.eco-card {
    background: var(--gb-surface);
    border: 1px solid var(--gb-border);
    border-radius: 1rem;
    padding: 1.1rem;
    box-shadow: 0 0.7rem 1.5rem rgba(10, 34, 57, 0.06);
    transition: transform 170ms ease, box-shadow 170ms ease;
}

.eco-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 1.8rem rgba(10, 34, 57, 0.1);
}

.epc-entry-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    border: 1px solid rgba(0, 77, 122, 0.22);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(230, 243, 252, 0.85));
}

.epc-shell {
    min-height: 100vh;
    background: linear-gradient(180deg, #f3f8fc 0%, #f7fbff 35%, #f4f7fa 100%);
}

.epc-top-utility {
    width: min(1240px, 100% - 2rem);
    margin: 0 auto;
    padding: 0.75rem 0 0.35rem;
}

.epc-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #1f4f70;
    font-size: 0.9rem;
    font-weight: 700;
}

.epc-back-link:hover,
.epc-back-link:focus-visible {
    color: #0070b3;
}

.epc-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(247, 251, 255, 0.92);
    border-top: 1px solid rgba(0, 77, 122, 0.13);
    border-bottom: 1px solid rgba(0, 77, 122, 0.18);
    backdrop-filter: blur(10px);
}

.epc-header-inner {
    width: min(1240px, 100% - 2rem);
    margin: 0 auto;
    min-height: 4.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.epc-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--gb-neutral-dark);
}

.epc-brand-logo {
    width: 2.9rem;
    height: 2.9rem;
    object-fit: contain;
    border-radius: 0.65rem;
    box-shadow: 0 0.5rem 1.1rem rgba(0, 54, 86, 0.17);
}

.epc-brand-text {
    font-family: 'Outfit', 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.epc-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.epc-nav-link {
    display: inline-flex;
    align-items: center;
    border-radius: 0.55rem;
    padding: 0.56rem 0.82rem;
    color: #25455f;
    font-size: 0.92rem;
    font-weight: 600;
}

.epc-nav-link.active,
.epc-nav-link:hover,
.epc-nav-link:focus-visible {
    background: rgba(0, 77, 122, 0.12);
    color: #004d7a;
}

.epc-nav-link-cta {
    background: #004d7a;
    color: #fff;
}

.epc-nav-link-cta.active,
.epc-nav-link-cta:hover,
.epc-nav-link-cta:focus-visible {
    background: #00639e;
    color: #fff;
}

.epc-main {
    width: min(1100px, 100% - 2rem);
    margin: 0 auto;
    padding: 1.25rem 0 3rem;
}

.epc-hero {
    margin-top: 0.6rem;
    border-radius: 1.2rem;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    background: linear-gradient(120deg, #004d7a 0%, #0f6b95 58%, #3cb371 100%);
    color: #f1f9ff;
    box-shadow: 0 1rem 2rem rgba(0, 57, 89, 0.25);
}

.epc-hero h1 {
    color: #fff;
    margin-bottom: 0.65rem;
}

.epc-hero p {
    color: rgba(242, 250, 255, 0.95);
    max-width: 70ch;
}

.epc-hero-compact {
    padding: clamp(1.15rem, 3vw, 1.85rem);
}

.epc-section-heading {
    font-size: clamp(1.22rem, 3vw, 1.85rem);
    margin-bottom: 0.65rem;
}

.epc-cta-bar {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.epc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    padding: 0.62rem 0.95rem;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.89rem;
}

.epc-btn-primary {
    background: #ffc107;
    color: #1a202c;
}

.epc-btn-primary:hover,
.epc-btn-primary:focus-visible {
    background: #ffcb2f;
}

.epc-btn-secondary {
    background: #fff;
    border-color: #b5cad8;
    color: #21455f;
}

.epc-btn-secondary:hover,
.epc-btn-secondary:focus-visible {
    background: #f2f8fc;
}

.epc-inline-link {
    font-weight: 700;
}

.epc-callout {
    margin-top: 1.4rem;
    border-radius: 0.9rem;
    padding: 1rem 1.1rem;
    border: 1px solid;
}

.epc-callout ul {
    margin-bottom: 0.75rem;
}

.epc-callout-eligibility {
    border-color: rgba(60, 179, 113, 0.5);
    background: rgba(60, 179, 113, 0.12);
}

.epc-callout-legal {
    border-color: rgba(255, 193, 7, 0.55);
    background: rgba(255, 193, 7, 0.13);
}

.epc-timeline {
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.7rem;
}

.epc-timeline-item {
    display: grid;
    grid-template-columns: 2.2rem 1fr;
    gap: 0.75rem;
    align-items: start;
    padding: 0.85rem;
    border: 1px solid #d3e0eb;
    border-radius: 0.85rem;
    background: #fff;
}

.epc-timeline-item h3 {
    margin-bottom: 0.2rem;
    font-size: 1.02rem;
}

.epc-timeline-item p {
    margin-bottom: 0;
}

.epc-timeline-step {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #004d7a;
    color: #fff;
    font-weight: 700;
}

.epc-footer {
    width: min(1240px, 100% - 2rem);
    margin: 0 auto;
    padding: 1.1rem 0 1.5rem;
    color: #486175;
    border-top: 1px solid #d4e2ec;
    font-size: 0.92rem;
}

.epc-form-success,
.epc-form-error {
    border-radius: 0.6rem;
    padding: 0.65rem 0.8rem;
    margin-bottom: 0.8rem;
}

.epc-form-success {
    background: rgba(60, 179, 113, 0.15);
    border: 1px solid rgba(60, 179, 113, 0.5);
    color: #1f6f45;
}

.epc-form-error {
    background: rgba(179, 60, 60, 0.12);
    border: 1px solid rgba(179, 60, 60, 0.5);
    color: #7f2424;
}

.house-entry-card {
    border-color: rgba(43, 74, 110, 0.25);
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.98), rgba(236, 242, 249, 0.88));
}

.house-shell {
    min-height: 100vh;
    background: linear-gradient(180deg, #edf2f8 0%, #f5f8fc 35%, #eef3f8 100%);
}

.house-top-utility {
    width: min(1240px, 100% - 2rem);
    margin: 0 auto;
    padding: 0.75rem 0 0.35rem;
}

.house-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #2a3f5e;
    font-size: 0.9rem;
    font-weight: 700;
}

.house-back-link:hover,
.house-back-link:focus-visible {
    color: #365f92;
}

.house-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(245, 248, 252, 0.94);
    border-top: 1px solid rgba(36, 69, 106, 0.16);
    border-bottom: 1px solid rgba(36, 69, 106, 0.2);
    backdrop-filter: blur(10px);
}

.house-header-inner {
    width: min(1240px, 100% - 2rem);
    margin: 0 auto;
    min-height: 4.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.house-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gb-neutral-dark);
    font-family: 'Outfit', 'Inter', sans-serif;
}

.house-brand-logo {
  width: 2.9rem;
  height: 2.9rem;
  object-fit: contain;
  border-radius: 0.65rem;
  box-shadow: 0 0.5rem 1.1rem rgba(0, 54, 86, 0.17);
}


.house-brand-text {
    font-weight: 700;
}

.house-brand-tag {
    border-radius: 999px;
    padding: 0.2rem 0.58rem;
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(43, 74, 110, 0.14);
    color: #2b4a6e;
}

.house-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.house-nav-link {
    display: inline-flex;
    align-items: center;
    border-radius: 0.55rem;
    padding: 0.56rem 0.82rem;
    color: #2b425d;
    font-size: 0.91rem;
    font-weight: 600;
}

.house-nav-link.active,
.house-nav-link:hover,
.house-nav-link:focus-visible {
    background: rgba(43, 74, 110, 0.12);
    color: #2b4a6e;
}

.house-nav-link-cta {
    background: #2b4a6e;
    color: #fff;
}

.house-nav-link-cta.active,
.house-nav-link-cta:hover,
.house-nav-link-cta:focus-visible {
    background: #365f92;
    color: #fff;
}

.house-main {
    width: min(1100px, 100% - 2rem);
    margin: 0 auto;
    padding: 1.25rem 0 3rem;
}

.house-hero {
    margin-top: 0.6rem;
    border-radius: 1.2rem;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    background: linear-gradient(120deg, #1f3b5b 0%, #2b4a6e 58%, #3c6f9c 100%);
    color: #f3f7fc;
    box-shadow: 0 1rem 2rem rgba(22, 41, 63, 0.25);
}

.house-hero h1 {
    color: #fff;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.house-hero p {
    color: rgba(243, 247, 252, 0.95);
    max-width: 72ch;
}

.house-hero-compact {
    padding: clamp(1.15rem, 3vw, 1.85rem);
}

.house-section-heading {
    font-size: clamp(1.22rem, 3vw, 1.85rem);
    margin-bottom: 0.65rem;
}

.house-cta-bar {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.house-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.6rem;
    padding: 0.62rem 0.95rem;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.89rem;
}

.house-btn-primary {
    background: #ffc107;
    color: #1a202c;
}

.house-btn-primary:hover,
.house-btn-primary:focus-visible {
    background: #ffcb2f;
}

.house-btn-secondary {
    background: #fff;
    border-color: #b7c6d6;
    color: #243f5f;
}

.house-btn-secondary:hover,
.house-btn-secondary:focus-visible {
    background: #f4f8fc;
}

.house-stage-grid {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.house-stage-card {
    border-color: #cad7e4;
}

.house-list {
    margin: 0.75rem 0 0;
    padding-left: 1.1rem;
}

.house-inline-link {
    font-weight: 700;
}

.house-persona-card {
    border-color: #cedbe8;
}

.house-accordion {
    margin-top: 1rem;
    display: grid;
    gap: 0.65rem;
}

.house-accordion-item {
    border: 1px solid #c8d8e7;
    background: #fff;
    border-radius: 0.8rem;
    padding: 0.75rem 0.9rem;
}

.house-accordion-item summary {
    cursor: pointer;
    font-weight: 700;
    color: #253f5e;
}

.house-highlight-card {
    border-color: #c3d4e4;
}

.house-status-timeline {
    margin: 0.8rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.house-status-timeline li {
    border: 1px solid #ccdae8;
    border-radius: 0.7rem;
    background: #fff;
    padding: 0.55rem 0.75rem;
    color: #425970;
}

.house-status-timeline li.is-current {
    border-color: #2b4a6e;
    background: rgba(43, 74, 110, 0.12);
    color: #203752;
    font-weight: 700;
}

.house-cta-section {
    margin-top: 1.6rem;
    border: 1px solid #c6d5e5;
    border-radius: 0.95rem;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(232, 239, 247, 0.86));
    padding: 1.1rem;
}

.house-footer {
    width: min(1240px, 100% - 2rem);
    margin: 0 auto;
    padding: 1.1rem 0 1.5rem;
    color: #455c74;
    border-top: 1px solid #cfdae6;
    font-size: 0.92rem;
}

.house-table th {
    color: #253f5e;
}

.house-pill {
    font-size: clamp(0.95rem, 2vw, 1.25rem);
    font-weight: 700;
    background: rgba(43, 74, 110, 0.15);
    color: #2b4a6e;
}

.house-pill-link {
    border: 1px solid #b8cadd;
    background: #fff;
    color: #264360;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.83rem;
    font-weight: 600;
}

.house-pill-link:hover,
.house-pill-link:focus-visible {
    background: rgba(43, 74, 110, 0.1);
}

.validation-message {
    color: #9f2020;
    font-size: 0.85rem;
}

.epc-nav-toggle,
.epc-nav-toggle-label {
    display: none;
}

.house-nav-toggle,
.house-nav-toggle-label {
    display: none;
}

.accent-line {
    width: 3.2rem;
    height: 0.25rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, var(--gb-secondary-green), var(--gb-accent-gold));
    margin-bottom: 0.75rem;
}

.founders-list,
.meta-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.pill {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.25rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(0, 77, 122, 0.1);
    color: var(--gb-primary-blue);
}

.fade-up {
    animation: fadeUp 640ms ease both;
}

.delay-1 {
    animation-delay: 120ms;
}

.delay-2 {
    animation-delay: 220ms;
}

.delay-3 {
    animation-delay: 320ms;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-form {
    display: grid;
    gap: 0.8rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    border: 1px solid #bfd0df;
    border-radius: 0.6rem;
    padding: 0.7rem 0.8rem;
    font: inherit;
    color: var(--gb-text);
    background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    outline: 3px solid rgba(60, 179, 113, 0.25);
    border-color: var(--gb-secondary-green);
}

.article-meta {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: #51667b;
}

.table-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.table-filter button {
    border: 1px solid #afc5d8;
    background: #fff;
    color: #2d4258;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.83rem;
    font-weight: 600;
}

.table-filter button[aria-pressed="true"] {
    background: var(--gb-primary-blue);
    border-color: var(--gb-primary-blue);
    color: #fff;
}

#blazor-error-ui {
    color-scheme: light only;
    background: #ffefef;
    color: #7d1d1d;
    border-top: 1px solid #d98888;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 960px) {
    .menu-toggle {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .menu-toggle-label {
        width: 2.8rem;
        height: 2.4rem;
        border-radius: 0.6rem;
        border: 1px solid rgba(0, 77, 122, 0.25);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.3rem;
        padding: 0.45rem;
        cursor: pointer;
    }

    .menu-toggle-label span {
        width: 100%;
        height: 2px;
        background: #23445f;
    }

    .primary-nav {
        position: absolute;
        top: calc(100% + 0.3rem);
        left: 1rem;
        right: 1rem;
        padding: 0.8rem;
        border-radius: 0.9rem;
        border: 1px solid var(--gb-border);
        background: #fff;
        box-shadow: 0 1rem 2rem rgba(18, 33, 49, 0.14);
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.4rem;
    }

    .menu-toggle:checked ~ .primary-nav {
        display: flex;
    }

    .nav-group-panel {
        position: static;
        min-width: auto;
        border: none;
        box-shadow: none;
        padding: 0.25rem 0 0;
    }

    .nav-group summary {
        justify-content: space-between;
    }

    .site-main {
        width: min(1160px, 100% - 1.4rem);
    }

    .epc-entry-card {
        grid-template-columns: 1fr;
    }

    .epc-nav-toggle {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .epc-nav-toggle-label {
        width: 2.8rem;
        height: 2.4rem;
        border-radius: 0.6rem;
        border: 1px solid rgba(0, 77, 122, 0.25);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.3rem;
        padding: 0.45rem;
        cursor: pointer;
    }

    .epc-nav-toggle-label span {
        width: 100%;
        height: 2px;
        background: #23445f;
    }

    .epc-nav {
        position: absolute;
        top: calc(100% + 0.3rem);
        left: 1rem;
        right: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
        padding: 0.8rem;
        border-radius: 0.9rem;
        background: #fff;
        border: 1px solid #d1e0ea;
        box-shadow: 0 1rem 2rem rgba(18, 33, 49, 0.14);
    }

    .epc-nav-toggle:checked ~ .epc-nav {
        display: flex;
    }

    .epc-main {
        width: min(1100px, 100% - 1.2rem);
    }

    .house-nav-toggle {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .house-nav-toggle-label {
        width: 2.8rem;
        height: 2.4rem;
        border-radius: 0.6rem;
        border: 1px solid rgba(43, 74, 110, 0.25);
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.3rem;
        padding: 0.45rem;
        cursor: pointer;
    }

    .house-nav-toggle-label span {
        width: 100%;
        height: 2px;
        background: #2a4564;
    }

    .house-nav {
        position: absolute;
        top: calc(100% + 0.3rem);
        left: 1rem;
        right: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.35rem;
        padding: 0.8rem;
        border-radius: 0.9rem;
        background: #fff;
        border: 1px solid #c9d8e6;
        box-shadow: 0 1rem 2rem rgba(18, 33, 49, 0.14);
    }

    .house-nav-toggle:checked~.house-nav {
        display: flex;
    }

    .house-main {
        width: min(1100px, 100% - 1.2rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* ===== FAQ Styling ===== */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-category-section {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--gb-border);
}

.faq-category-section:last-child {
    border-bottom: none;
}

.faq-category-title {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
    color: var(--gb-primary-blue);
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.faq-category-description {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    max-width: 70ch;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.faq-item {
    border: 1px solid var(--gb-border);
    border-radius: 0.7rem;
    overflow: hidden;
    transition: all 200ms ease;
}

.faq-item:hover {
    border-color: var(--gb-primary-blue);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 77, 122, 0.08);
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: var(--gb-neutral-dark);
    transition: all 200ms ease;
    text-align: left;
}

.faq-question:hover {
    background: rgba(0, 77, 122, 0.02);
}

.faq-question:active {
    background: rgba(0, 77, 122, 0.05);
}

.faq-question-text {
    flex: 1;
    display: block;
}

.faq-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    color: var(--gb-primary-blue);
    font-weight: 300;
    font-size: 1.5rem;
    transition: transform 250ms ease;
    flex-shrink: 0;
}

.faq-toggle-icon.expanded {
    transform: rotate(45deg);
}

.faq-item:has(.faq-question:focus-visible) {
    outline: 2px solid var(--gb-primary-blue);
    outline-offset: -2px;
}

.faq-answer {
    padding: 0 1.25rem 1.25rem 1.25rem;
    background: rgba(0, 77, 122, 0.02);
    border-top: 1px solid var(--gb-border);
    line-height: 1.7;
    animation: slideDown 300ms ease both;
}

.faq-answer p {
    margin: 0;
    color: var(--gb-text);
    font-size: 0.95rem;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-0.5rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.loading-state {
    text-align: center;
    padding: 2rem;
    color: #999;
}

/* FAQ Responsive */
@media (max-width: 640px) {
    .faq-category-section {
        margin-bottom: 2rem;
    }

    .faq-question {
        padding: 0.85rem 1rem;
        font-size: 0.95rem;
    }

    .faq-toggle-icon {
        width: 1.25rem;
        height: 1.25rem;
        margin-left: 0.75rem;
    }

    .faq-answer {
        padding: 0 1rem 1rem 1rem;
    }
}

/* ===== Executive Team Styling ===== */
.executive-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.executive-card {
    background: #fff;
    border: 1px solid var(--gb-border);
    border-radius: 0.9rem;
    padding: 2rem;
    transition: all 250ms ease;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 77, 122, 0.05);
}

.executive-card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 77, 122, 0.12);
    border-color: var(--gb-primary-blue);
}

.executive-card.minimal {
    padding: 1.5rem 2rem;
}

.executive-header {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gb-border);
}

.executive-photo {
    flex-shrink: 0;
}

.executive-photo img {
    width: 140px;
    height: 140px;
    border-radius: 0.7rem;
    object-fit: cover;
    border: 2px solid var(--gb-primary-blue);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 77, 122, 0.15);
}

.executive-info {
    padding-top: 0.25rem;
}

.executive-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gb-neutral-dark);
    margin: 0 0 0.35rem 0;
}

.executive-title {
    font-size: 1rem;
    color: var(--gb-primary-blue);
    font-weight: 600;
    margin: 0 0 0.75rem 0;
}

.executive-email,
.executive-website {
    display: inline-block;
    font-size: 0.9rem;
    color: var(--gb-primary-blue);
    text-decoration: none;
    margin-right: 1rem;
    transition: color 200ms ease;
}

.executive-email:hover,
.executive-website:hover {
    color: #0067a5;
    text-decoration: underline;
}

.executive-bio {
    line-height: 1.7;
}

.executive-bio p {
    color: var(--gb-text);
    font-size: 0.95rem;
    margin: 0 0 1rem 0;
}

.executive-bio p:last-child {
    margin-bottom: 0;
}

/* Executive Team Responsive */
@media (max-width: 768px) {
    .executive-card {
        padding: 1.5rem;
    }

    .executive-header {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .executive-photo img {
        width: 120px;
        height: 120px;
    }

    .executive-name {
        font-size: 1.3rem;
    }

    .executive-title {
        font-size: 0.95rem;
    }

    .executive-email,
    .executive-website {
        display: block;
        margin-bottom: 0.5rem;
        margin-right: 0;
    }

    .executive-bio p {
        font-size: 0.9rem;
    }
}
