/* Sarda Proteins — theme (Bootstrap 5 extension, Onix-inspired palette) */
:root {
    /* Core brand — aligned with onixrenewable.com (#009846 + charcoal surfaces) */
    --sp-teal-950: #0f1412;
    --sp-teal-900: #1a2220;
    --sp-teal-800: #007a3a;
    --sp-amber-500: #009846;
    --sp-amber-600: #006b32;
    --sp-surface: #f8f5f0;
    --sp-body: #2b2a29;
    --font-heading: "Inter Tight", "DM Sans", system-ui, sans-serif;
    --font-sans: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;
    /* Fixed header shell height — updated live in app.js for accurate offset */
    --site-header-shell-h: 7.35rem;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .card-lift,
    .btn,
    .nav-link,
    .notice-primary-link,
    .investor-hub-icon,
    .investor-hub-icon__glyph,
    .notice-doc-row,
    .notice-doc-row__icon,
    .notice-doc-row__label,
    .notice-doc-row .bi-chevron-right,
    .disclosure-doc-row,
    .disclosure-doc-row__icon,
    .disclosure-doc-row__label,
    .disclosure-doc-row .bi-chevron-right,
    .reveal {
        transition: none !important;
        animation: none !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .site-nav-link::before {
        animation: none !important;
        transition: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        opacity: 0 !important;
        transform: scaleX(0) !important;
        transform-origin: center center !important;
    }

    .site-header .navbar-nav .site-nav-link:hover::before,
    .site-header .navbar-nav .site-nav-link:focus-visible::before {
        opacity: 0.34 !important;
        transform: scaleX(1) !important;
    }

    .site-nav-cta__icon {
        transition: none !important;
        transform: none !important;
    }

    .contact-block-card {
        transition: none !important;
        transform: none !important;
    }

    .contact-block-card:hover {
        transform: none !important;
    }

    .contact-block-card__channel {
        transition: none !important;
    }

    .postal-ballot-primary-card {
        transition: none !important;
        transform: none !important;
    }

    .postal-ballot-primary-card:hover,
    .postal-ballot-primary-card:focus-visible {
        transform: none !important;
    }

    .policies-primary-card {
        transition: none !important;
        transform: none !important;
    }

    .policies-primary-card:hover,
    .policies-primary-card:focus-visible {
        transform: none !important;
    }

    .site-header-shell {
        transition: none !important;
    }

    .site-header-shell.site-header-shell--hidden {
        transform: none !important;
    }

}

body.site-body {
    font-family: var(--font-sans);
    color: var(--sp-body);
    background-color: #fff;
}

body.site-body--header-fixed {
    padding-top: var(--site-header-shell-h);
}

.font-heading {
    font-family: var(--font-heading);
}

.text-accent {
    color: var(--sp-amber-500) !important;
}

.bg-accent-subtle {
    background-color: rgba(0, 152, 70, 0.15) !important;
}

.text-accent-emphasis {
    color: var(--sp-amber-600) !important;
}

.bg-surface {
    background-color: var(--sp-surface) !important;
}

/* Breadcrumb section - white background with clear separation */
.breadcrumb-section {
    background-color: #ffffff !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

/* Mobile: single-line scrollable breadcrumb */
@media (max-width: 767.98px) {
    .breadcrumb-section {
        margin-inline: 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .breadcrumb-section::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .breadcrumb-section .breadcrumb {
        flex-wrap: nowrap !important;
        white-space: nowrap;
        font-size: 14px !important;
        padding: 0;
        margin-bottom: 0;
        display: inline-flex;
        min-width: max-content;
    }

    .breadcrumb-section .breadcrumb-item {
        font-size: 14px !important;
        white-space: nowrap;
    }

    .breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
        font-size: 14px !important;
        padding-right: 0.35rem !important;
        padding-left: 0.35rem !important;
    }
}

@media (min-width: 768px) {
    .breadcrumb-section {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.letter-spacing {
    letter-spacing: 0.08em;
}

.py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

@media (min-width: 992px) {
    .py-lg-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

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

/* Fixed shell: gradient top strip + main header; hide on scroll down, show on scroll up (app.js) */
.site-header-shell {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: transform 0.34s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.site-header-shell.site-header-shell--hidden {
    transform: translateY(-100%);
}

/* Thin gradient bar (navy → teal → green), reference: Onix-style utility strip */
.site-top-bar {
    /* background: linear-gradient(90deg, #0a1f52 0%, #0d4a5c 38%, #0d6b45 72%, #009846 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    background-image: linear-gradient(to right, #0C54A0, #009846);
}

.site-top-bar__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 2.4rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.site-top-bar__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem 1.15rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-top-bar__link {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-top-bar__link:hover,
.site-top-bar__link:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

@media (max-width: 575.98px) {
    .site-top-bar__inner {
        justify-content: center;
    }

    .site-top-bar__list {
        justify-content: center;
    }

    .site-top-bar__link {
        font-size: 0.75rem;
    }
}

/* Header — light bar + shadow (onixrenewable.com nav-scroll style) */
.site-header {
    background: #fff;
    box-shadow: 0 5px 15px rgb(15 36 84 / 5%);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.site-header .navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    min-height: 60px;
}

.site-header .navbar-brand {
    margin-right: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
}

/* Desktop: one row, no awkward wraps */
@media (min-width: 1200px) {
    .site-nav-collapse {
        display: flex !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
    }

    .site-nav-menu {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 0.5rem;
    }
}

.site-header .navbar-nav .site-nav-link {
    color: #2b2a29;
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0.01em;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    position: relative;
    isolation: isolate;
    line-height: 1.5;
    display: flex;
    align-items: center;
    transition:
        color 0.28s ease,
        border-color 0.28s ease,
        background-color 0.28s ease;
}

/* Water-like wash: low-opacity glass, scales from center then fades out */
.site-header .navbar-nav .site-nav-link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: 2px;
    pointer-events: none;
    background: linear-gradient(168deg,
            rgba(0, 152, 70, 0.14) 0%,
            rgba(0, 152, 70, 0.06) 50%,
            rgba(0, 152, 70, 0.1) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transform: scaleX(0);
    transform-origin: center center;
    opacity: 0;
}

.site-header .navbar-nav .site-nav-link__text {
    position: relative;
    z-index: 1;
}

.site-header .navbar-nav .site-nav-link:hover::before,
.site-header .navbar-nav .site-nav-link:focus-visible::before {
    animation: site-nav-water-wash 1.05s cubic-bezier(0.42, 0, 0.22, 1) forwards;
}

@keyframes site-nav-water-wash {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }

    26% {
        opacity: 0.52;
    }

    40% {
        transform: scaleX(1);
        opacity: 0.48;
    }

    55% {
        transform: scaleX(1);
        opacity: 0.44;
    }

    100% {
        transform: scaleX(1);
        opacity: 0;
    }
}

@media (min-width: 1200px) {
    .site-header .navbar-nav .site-nav-link {
        font-size: 0.875rem;
    }
}

@media (min-width: 1400px) {
    .site-header .navbar-nav .site-nav-link {
        font-size: 0.9375rem;
    }
}

.site-header .navbar-nav .site-nav-link:hover,
.site-header .navbar-nav .site-nav-link:focus {
    color: var(--sp-amber-500);
    background-color: transparent;
    border-bottom-color: transparent;
}

.site-header .navbar-nav .site-nav-link.active {
    color: var(--sp-amber-500) !important;
    background-color: transparent;
    border-bottom-color: transparent;
}

/* --- Mobile Menu Toggle (Hamburger to Close) --- */
.site-navbar-toggler {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1050;
    transition: transform 0.3s ease;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background-color: var(--sp-teal-900);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.site-navbar-toggler.open .hamburger-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.site-navbar-toggler.open .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}

.site-navbar-toggler.open .hamburger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 1199.98px) {
    .site-navbar-toggler {
        display: flex;
    }
}

.site-nav-cta {
    flex-shrink: 0;
}

.site-nav-cta__icon {
    font-size: 1.05rem;
    line-height: 1;
    transition: transform 0.25s ease;
}

.site-nav-cta:hover .site-nav-cta__icon,
.site-nav-cta:focus-visible .site-nav-cta__icon {
    transform: scale(1.08);
}

@media (max-width: 1199.98px) {
    .site-header .navbar-nav .site-nav-link {
        white-space: normal;
        border-bottom: none;
        border-left: 3px solid transparent;
        padding-left: 0.75rem !important;
        margin-left: 0.25rem;
    }

    .site-header .navbar-nav .site-nav-link:hover,
    .site-header .navbar-nav .site-nav-link:focus {
        border-bottom: none;
        border-left-color: rgba(0, 152, 70, 0.45);
        background-color: rgba(0, 152, 70, 0.06);
    }

    .site-header .navbar-nav .site-nav-link.active {
        border-bottom: none;
        border-left-color: transparent;
        background-color: rgba(0, 152, 70, 0.08);
    }

    .site-nav-collapse {
        position: fixed;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100vh;
        height: calc(100vh - var(--site-header-shell-h));
        background-color: #fff !important;
        z-index: 1040;
        padding: 1.5rem 1rem;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        display: block !important;
        visibility: hidden;
        /* Prevent horizontal scroll when off-screen */
        opacity: 0;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.4s;
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: none;
        /* Prevent scroll chaining to background */
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    }

    .site-nav-collapse.show {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(0);
    }

    .site-nav-collapse:not(.show) {
        display: block !important;
    }
}

html,
body {
    overflow-x: hidden;
}

.navbar-brand__logo {
    height: 4rem;
    width: auto;
    max-width: 180px;
}

.site-header .navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.site-header .navbar-brand {
    margin-right: 2rem;
}

.site-header .navbar-nav {
    gap: 0.25rem;
}

.brand-mark {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(145deg, #00b352, #009846);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 152, 70, 0.35);
}

.btn-accent {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--sp-amber-500);
    --bs-btn-border-color: var(--sp-amber-500);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #008038;
    --bs-btn-hover-border-color: #008038;
    --bs-btn-focus-shadow-rgb: 0, 152, 70;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--sp-amber-600);
    --bs-btn-active-border-color: var(--sp-amber-600);
    font-weight: 600;
}

.skip-link:not(:focus) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
}

.skip-link:focus {
    z-index: 1050;
}

/* Hero — dark canvas + green glow (Onix-style) */
.hero {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(0, 152, 70, 0.28), transparent 55%),
        linear-gradient(135deg, #0a0a0a 0%, #1a1f1c 45%, #0f2419 100%);
}

.hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.9;
    pointer-events: none;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.78) !important;
}

.object-fit-cover {
    object-fit: cover;
}

.icon-tile {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 152, 70, 0.08);
}

/* Investor hub (/investor-information) — icon motion on card hover / focus only */
.investor-hub-icon {
    transition:
        transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1),
        box-shadow 0.35s ease,
        background-color 0.35s ease,
        border-color 0.35s ease;
    border: 2px solid transparent;
    will-change: transform;
}

.investor-hub-icon__glyph {
    display: block;
    transition: transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1);
    transform-origin: center center;
}

.investor-hub-card:hover .investor-hub-icon,
.investor-hub-card:focus-within .investor-hub-icon {
    transform: translateY(-5px) scale(1.08);
    background: rgba(0, 152, 70, 0.18);
    border-color: rgba(0, 152, 70, 0.55);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 152, 70, 0.12);
}

.investor-hub-card:hover .investor-hub-icon__glyph,
.investor-hub-card:focus-within .investor-hub-icon__glyph {
    transform: scale(1.06) rotate(-6deg);
}

.investor-hub-card {
    background-color: #f8f9fa !important;
    border: 1px solid rgba(0, 152, 70, 0.08) !important;
}

.card-lift {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card-lift:hover {
    transform: translateY(-4px);
    box-shadow: 0 0.75rem 2rem rgba(0, 152, 70, 0.12) !important;
}

/* Page hero inner pages */
.page-hero {
    background: linear-gradient(180deg, var(--sp-surface), #dddcdc);
    border-bottom: 1px solid rgba(0, 152, 70, 0.08);
}

.breadcrumb a {
    color: var(--sp-amber-500);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* Footer — light, layered, brand accents */
.site-footer {
    position: relative;
    color: #495057;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    overflow: hidden;
    z-index: 0;
}

.site-footer::after {
    display: none;
}

.site-footer__accent {
    display: none;
}

.site-footer__inner {
    position: relative;
    z-index: 1;
}

.site-footer__brand-mark.brand-mark {
    width: 3.15rem;
    height: 3.15rem;
    font-size: 1.35rem;
    border-radius: 0.65rem !important;
    box-shadow: 0 6px 20px rgba(0, 152, 70, 0.28);
}

.site-footer__company {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: 0.02em;
}

.site-footer__tagline {
    max-width: 26rem;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 400;
}

.site-footer__title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
}

.site-footer__link-list {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.site-footer__link-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    font-weight: 400;
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
    border-radius: 0.35rem;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        transform 0.2s ease;
}

.site-footer__link-list a::before {
    display: none;
}

.site-footer__link-list a:hover,
.site-footer__link-list a:focus-visible {
    color: #495057;
    background-color: rgba(108, 117, 125, 0.06);
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    margin-left: -0.35rem;
    margin-right: -0.35rem;
}

.site-footer__link-list a:hover::before,
.site-footer__link-list a:focus-visible::before {
    display: none;
}

.site-footer__address-box {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.site-footer__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0;
    border-radius: 0.65rem;
    font-weight: 400;
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
    background: transparent;
    border: none;
    box-shadow: none;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.site-footer__phone:hover,
.site-footer__phone:focus-visible {
    color: #495057;
    border-color: transparent;
    box-shadow: none;
    transform: none;
}

.site-footer__phone-icon {
    display: none;
}

.site-footer__rule {
    height: 1px;
    margin: 2.25rem 0 1.25rem;
    background: #dee2e6;
}

.site-footer__legal {
    letter-spacing: 0.02em;
    color: #6c757d;
    font-size: 0.875rem;
}

/* Footer menus — responsive 3-column grid */
.site-footer__menus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.site-footer__menus-col {
    margin-top: 65px;
}

/* Tablet (576px – 991px): 2 columns, third wraps to next row */
@media (max-width: 991.98px) {
    .site-footer__menus {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (< 576px): single column stack */
@media (max-width: 575.98px) {
    .site-footer__menus {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    .site-footer__link-list a,
    .site-footer__link-list a::before,
    .site-footer__phone {
        transition: none !important;
    }

    .site-footer__phone:hover,
    .site-footer__phone:focus-visible {
        transform: none !important;
    }
}

/* Reveal on scroll */
.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 {
    transition-delay: 0.12s;
}

/* Investor hub hero wordmark (replaces flat logo image) */
.investor-hub-page-hero .investor-hub-wordmark {
    padding: 1.15rem 1.25rem 1.25rem;
    max-width: 15rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, var(--sp-surface) 100%);
    border: 1px solid rgba(0, 152, 70, 0.12);
    border-left: 4px solid var(--sp-teal-800);
    border-radius: 0.5rem;
    box-shadow: 0 6px 24px rgba(0, 40, 24, 0.07);
}

.investor-hub-page-hero .investor-hub-wordmark__mark {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    box-shadow: 0 2px 10px rgba(0, 40, 24, 0.1);
}

.investor-hub-page-hero .investor-hub-wordmark__eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--sp-teal-800);
    line-height: 1.3;
}

.investor-hub-page-hero .investor-hub-wordmark__title {
    font-size: 1.35rem;
    line-height: 1.2;
    color: var(--sp-teal-950);
    letter-spacing: 0.02em;
}

/* Notice page (/notice) */
.notice-page-hero .lead {
    max-width: 42rem;
}

/* MOA & AOA (/moa-aoa) */
.moa-page-hero .moa-page-hero__lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.55;
}

.moa-page .moa-info-card {
    border-left: 4px solid var(--sp-teal-800);
    overflow: hidden;
}

.moa-page .moa-info-card__title {
    color: var(--sp-teal-900);
    letter-spacing: 0.06em;
}

.moa-page .moa-viewer-card {
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.moa-page .moa-viewer-card__head {
    background: linear-gradient(180deg, #fff, var(--sp-surface)) !important;
    border-bottom: 1px solid rgba(0, 152, 70, 0.08) !important;
}

.moa-page .moa-pdf-frame {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #d0deda 0%, #eef4f2 50%, var(--sp-surface) 100%);
    border-top: 1px solid rgba(0, 152, 70, 0.06);
}

.moa-page .moa-pdf-frame__embed {
    display: block;
    width: 100%;
    min-height: 70vh;
    border: 0;
}

@media (min-width: 992px) {
    .moa-page .moa-pdf-frame__embed {
        min-height: min(82vh, 1000px);
    }
}

.moa-page .moa-primary-pdf__icon {
    width: 3rem !important;
    height: 3rem !important;
    font-size: 1.35rem !important;
}

/* Postal ballot (/postal-ballot) */
.postal-ballot-page-hero .postal-ballot-page-hero__lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.55;
}

.postal-ballot-page-hero .postal-ballot-page-hero__glyph {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    box-shadow: 0 4px 14px rgba(0, 40, 24, 0.12);
}

.postal-ballot-page .postal-ballot-primary-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.postal-ballot-page .postal-ballot-primary-card__accent {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, var(--sp-teal-800), var(--sp-teal-900) 45%, var(--sp-amber-500) 100%);
}

.postal-ballot-page .postal-ballot-primary-card__icon {
    width: 3rem !important;
    height: 3rem !important;
    font-size: 1.3rem !important;
}

.postal-ballot-page .postal-ballot-doc-card {
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.postal-ballot-page .postal-ballot-doc-card__head {
    border-bottom: 1px solid rgba(0, 152, 70, 0.08) !important;
}

/* Policies (/policies) */
.policies-page-hero .policies-page-hero__lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.55;
}

.policies-page-hero .policies-page-hero__glyph {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    box-shadow: 0 4px 14px rgba(0, 40, 24, 0.12);
}

.policies-page .policies-primary-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.policies-page .policies-primary-card__accent {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, var(--sp-teal-800), var(--sp-teal-900) 45%, var(--sp-amber-500) 100%);
}

.policies-page .policies-primary-card__icon {
    width: 3rem !important;
    height: 3rem !important;
    font-size: 1.3rem !important;
}

.policies-page .policies-doc-card {
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.policies-page .policies-doc-card__head {
    border-bottom: 1px solid rgba(0, 152, 70, 0.08) !important;
}

/* Open offer (/open-offer) */
.open-offer-page-hero .open-offer-page-hero__lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.55;
}

.open-offer-page-hero .open-offer-page-hero__glyph {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    box-shadow: 0 4px 14px rgba(0, 40, 24, 0.12);
}

.open-offer-page .open-offer-doc-card {
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.open-offer-page .open-offer-doc-card__head {
    border-bottom: 1px solid rgba(0, 152, 70, 0.08) !important;
}

/* Primary general notice link (matches reference order) */
.notice-primary-link {
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.notice-primary-link:hover,
.notice-primary-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 0.75rem 2rem rgba(0, 152, 70, 0.12) !important;
}

.notice-primary-link__icon {
    background: rgba(0, 152, 70, 0.25) !important;
    color: var(--sp-teal-950) !important;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.notice-primary-link:hover .notice-primary-link__icon,
.notice-primary-link:focus-visible .notice-primary-link__icon {
    border-color: var(--sp-amber-500);
    box-shadow: 0 0 0 1px rgba(0, 152, 70, 0.45);
}

.notice-primary-link__label {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--sp-body);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Verbatim regulatory copy from corporate notice page */
.notice-source-copy {
    border-left: 4px solid var(--sp-teal-800);
}

.notice-source-caps {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--sp-body);
    margin-bottom: 0;
}

.notice-doc-card__head {
    background: linear-gradient(180deg, #fff, var(--sp-surface)) !important;
    border-bottom: 1px solid rgba(0, 152, 70, 0.08) !important;
}

.notice-doc-row {
    border-color: rgba(0, 152, 70, 0.08) !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.notice-doc-row:hover,
.notice-doc-row:focus-visible {
    background-color: rgba(0, 152, 70, 0.04) !important;
    z-index: 1;
}

.notice-doc-row__icon {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(0, 152, 70, 0.08);
    color: var(--sp-teal-800);
    font-size: 1.1rem;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.notice-doc-row:hover .notice-doc-row__icon,
.notice-doc-row:focus-visible .notice-doc-row__icon {
    border-color: var(--sp-amber-500);
    background: rgba(0, 152, 70, 0.14);
    box-shadow: 0 0 0 1px rgba(0, 152, 70, 0.35);
}

.notice-doc-row__label {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.45;
    color: var(--sp-body);
    word-break: break-word;
    text-decoration: none;
    transition: color 0.2s ease;
}

.notice-doc-row:hover .notice-doc-row__label,
.notice-doc-row:focus-visible .notice-doc-row__label {
    color: var(--sp-teal-800);
}

.notice-doc-row:hover .notice-badge--pdf,
.notice-doc-row:focus-visible .notice-badge--pdf {
    border-color: rgba(0, 152, 70, 0.55);
    background: rgba(0, 152, 70, 0.18) !important;
}

.notice-doc-row .bi-chevron-right {
    transition: color 0.2s ease, transform 0.2s ease;
}

.notice-doc-row:hover .bi-chevron-right,
.notice-doc-row:focus-visible .bi-chevron-right {
    color: var(--sp-teal-800) !important;
    transform: translateX(2px);
}

.notice-badge {
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
}

.notice-badge--pdf {
    background: rgba(0, 152, 70, 0.12) !important;
    color: var(--sp-teal-900) !important;
    border: 1px solid rgba(0, 152, 70, 0.15);
}

.notice-badge--external {
    background: rgba(0, 152, 70, 0.2) !important;
    color: var(--sp-teal-950) !important;
    border: 1px solid rgba(0, 152, 70, 0.35);
}

/* Annual meeting (/annual-meeting) */
.agm-meeting-hero .agm-meeting-hero__lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.55;
}

.agm-meeting-page .agm-year-card {
    border-left: 4px solid var(--sp-teal-800);
}

.agm-meeting-page .agm-year-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.35rem;
    padding: 0.4rem 0.65rem;
    font-size: 1.1rem;
    line-height: 1.15;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 40, 24, 0.12);
}

/* Contact page (/contact) */
.contact-page-hero .contact-page-hero__title {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: clamp(2.00rem, 2.0vw, 4.35rem);
}

.contact-page-hero .contact-page-hero__lead {
    max-width: 42rem;
    font-size: 1rem;
    line-height: 1.55;
}

.contact-page .contact-block-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.contact-page .contact-block-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.1rem 2.75rem rgba(0, 40, 24, 0.11) !important;
}

.contact-page .contact-block-card__accent {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, var(--sp-teal-800), var(--sp-teal-900) 40%, var(--sp-amber-500) 100%);
    flex-shrink: 0;
}

.contact-page .contact-block-card__accent--form {
    background: linear-gradient(90deg, var(--sp-amber-500), var(--sp-teal-800) 70%, var(--sp-teal-900) 100%);
}

.contact-page .contact-block-card__head {
    background: linear-gradient(180deg, rgba(0, 152, 70, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.contact-page .contact-block-card__glyph {
    width: 3rem;
    height: 3rem;
    font-size: 1.35rem;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    box-shadow: 0 4px 14px rgba(0, 40, 24, 0.12);
}

.contact-page .contact-block-card__glyph--sm {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
}

.contact-page .contact-block-card__title {
    color: var(--sp-teal-900);
    letter-spacing: 0.02em;
}

.contact-page .contact-block-card__eyebrow {
    color: rgba(26, 31, 30, 0.55) !important;
    letter-spacing: 0.02em;
}

.contact-page .contact-block-card__address {
    background: linear-gradient(135deg, rgba(0, 152, 70, 0.06) 0%, rgba(244, 247, 246, 0.9) 100%);
    border: 1px solid rgba(0, 152, 70, 0.08);
}

.contact-page .contact-block-card__channel {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.5rem;
    text-decoration: none !important;
    color: var(--sp-body) !important;
    border: 1px solid rgba(0, 152, 70, 0.1);
    background-color: #fff;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-page .contact-block-card__channel:hover,
.contact-page .contact-block-card__channel:focus-visible {
    border-color: rgba(0, 152, 70, 0.65);
    background-color: rgba(0, 152, 70, 0.03);
    box-shadow: 0 0 0 1px rgba(0, 152, 70, 0.25);
}

.contact-page .contact-block-card__channel-icon {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: rgba(0, 152, 70, 0.08);
    color: var(--sp-teal-800);
    font-size: 1rem;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.contact-page .contact-block-card__channel:hover .contact-block-card__channel-icon,
.contact-page .contact-block-card__channel:focus-visible .contact-block-card__channel-icon {
    background: rgba(0, 152, 70, 0.22);
    color: var(--sp-teal-950);
}

.contact-page .contact-block-card__channel-text {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.contact-page .contact-block-card__channel-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(26, 31, 30, 0.5);
}

.contact-page .contact-block-card__channel-value {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
}

.contact-page .contact-block-card__channel--external .contact-block-card__channel-value {
    color: var(--sp-teal-800);
}

.contact-page .contact-block-card__sidebar {
    border-bottom: 1px solid rgba(0, 152, 70, 0.1);
}

@media (min-width: 992px) {
    .contact-page .contact-block-card__sidebar {
        border-bottom: none;
        border-right: 1px solid rgba(0, 152, 70, 0.1);
    }
}

/* New simplified contact cards */
.contact-card {
    background-color: #fff;
    border: 1px solid rgba(0, 152, 70, 0.12) !important;
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 152, 70, 0.12) !important;
}

.contact-card__icon-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    background: linear-gradient(145deg, rgba(0, 152, 70, 0.1), rgba(0, 152, 70, 0.15));
    color: var(--sp-teal-800);
    font-size: 1.1rem;
}

.contact-card__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--sp-teal-900);
    letter-spacing: 0.02em;
}

.contact-card__content {
    font-size: 0.875rem;
    line-height: 1.7;
}

.contact-card__link {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: var(--sp-teal-800);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-card__link:hover {
    color: var(--sp-amber-500);
}

.contact-card__link i {
    font-size: 1rem;
    flex-shrink: 0;
}

.contact-page .contact-form-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 152, 70, 0.12) !important;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.contact-page .contact-form-card:hover {
    box-shadow: 0 0.85rem 2rem rgba(0, 40, 24, 0.09) !important;
}

.contact-page .contact-form-card .form-control {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-page .contact-form-card .form-control::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.contact-page .contact-form-card .form-control:focus {
    border-color: var(--sp-amber-500);
    border-style: solid;
    box-shadow: 0 0 0 3px rgba(0, 152, 70, 0.1);
}

.contact-page .contact-form-card textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

@media (min-width: 992px) {
    .contact-page .contact-form-card.sticky-lg-top {
        top: 5.5rem;
    }
}

/* About page (/about) */
.about-hero {
    background: radial-gradient(900px 500px at 85% -15%, rgba(0, 152, 70, 0.22), transparent 50%),
        linear-gradient(145deg, #0a0a0a 0%, #1a1f1c 45%, #0f2419 100%);
}

.about-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.85;
    pointer-events: none;
}

.about-hero__breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.72);
}

.about-hero__breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.about-hero__breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.92);
}

.about-hero__eyebrow {
    letter-spacing: 0.1em;
}

.about-hero__lead {
    font-size: 1.05rem;
    line-height: 1.6;
}

.about-hero__panel {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.about-stats .about-stat-card {
    background: var(--sp-surface);
    border: 1px solid rgba(0, 152, 70, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-stats .about-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 40, 24, 0.08);
}

.about-stat-card__value {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--sp-teal-900);
    display: block;
    line-height: 1.3;
}

.about-stat-card__label {
    margin-top: 0.35rem;
    line-height: 1.35;
}

.about-page .about-page__media {
    aspect-ratio: 16 / 9;
    min-height: 12rem;
    border: 1px solid rgba(0, 152, 70, 0.1);
}

.about-page .about-page__media--tilt {
    box-shadow: 0 14px 44px rgba(0, 40, 24, 0.14);
    transform: rotate(-0.35deg);
}

.about-page .about-page__figure figcaption {
    max-width: 36rem;
}

.about-page-address-card {
    padding: 1.15rem 1.15rem 1.25rem;
    background: #fff;
    border: 1px solid rgba(0, 152, 70, 0.1);
    border-left: 4px solid var(--sp-teal-800);
    border-radius: 0.5rem;
    box-shadow: 0 4px 18px rgba(0, 40, 24, 0.06);
}

.about-page-address-card__icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    color: var(--sp-teal-800);
    background: rgba(0, 152, 70, 0.08);
}

.about-focus-card {
    background: #fff;
    border: 1px solid rgba(0, 152, 70, 0.1);
    box-shadow: 0 4px 20px rgba(0, 40, 24, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.about-focus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0, 40, 24, 0.1);
}

.about-focus-card__icon {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.25rem;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    box-shadow: 0 4px 12px rgba(0, 40, 24, 0.1);
}

.about-pillar-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
    transition: box-shadow 0.2s ease;
}

.about-pillar-card:hover {
    box-shadow: 0 0.85rem 2rem rgba(0, 40, 24, 0.1) !important;
}

.about-pillar-card__accent {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, var(--sp-teal-800), var(--sp-amber-500));
}

.about-pillar-card__glyph {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.15rem;
    flex-shrink: 0;
    color: var(--sp-teal-800);
    background: rgba(0, 152, 70, 0.09);
}

.about-cta-band {
    background: linear-gradient(135deg, #000000 0%, #1f1f1f 50%, #2a2a2a 100%) !important;
    border-color: rgba(255, 255, 255, 0.06) !important;
}

/* Home CTA strip — matches footer / Onix dark band */
.site-cta-band {
    background: linear-gradient(135deg, #000000 0%, #1f1f1f 50%, #2a2a2a 100%);
}

/* Dark promotional card (same charcoal gradient as footer) */
.card-onix-dark {
    background: linear-gradient(135deg, #000000 0%, #1f1f1f 50%, #2a2a2a 100%);
    border-radius: var(--bs-border-radius);
}

@media (prefers-reduced-motion: reduce) {

    .about-stats .about-stat-card,
    .about-focus-card,
    .about-page .about-page__media--tilt {
        transition: none !important;
        transform: none !important;
    }

    .about-stats .about-stat-card:hover,
    .about-focus-card:hover {
        transform: none !important;
    }
}

/* Board of directors (/board-of-directors) */
.board-hero {
    background: radial-gradient(800px 480px at 12% -10%, rgba(0, 152, 70, 0.2), transparent 52%),
        linear-gradient(150deg, #0a0a0a 0%, #1a1f1c 45%, #0f2419 100%);
}

.board-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.85;
    pointer-events: none;
}

.board-hero__breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.72);
}

.board-hero__breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.board-hero__breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.92);
}

.board-hero__eyebrow {
    letter-spacing: 0.1em;
}

.board-hero__lead {
    font-size: 1.05rem;
    line-height: 1.6;
}

.board-hero__panel {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.board-page .board-directors-card {
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.board-page .board-directors-card__head {
    background: linear-gradient(180deg, #fff, var(--sp-surface)) !important;
    border-bottom: 1px solid rgba(0, 152, 70, 0.08) !important;
}

.board-page .board-member-row {
    background: #fff;
}

.board-page .board-member-row:last-child {
    border-bottom: none !important;
}

.board-member-row__avatar {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.15rem;
    color: var(--sp-teal-800);
    background: rgba(0, 152, 70, 0.08);
}

.board-member-row__badge {
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    background: rgba(0, 152, 70, 0.1) !important;
    color: var(--sp-teal-900) !important;
    border: 1px solid rgba(0, 152, 70, 0.12);
}

.board-member-row__badge--md {
    background: rgba(0, 152, 70, 0.22) !important;
    color: var(--sp-teal-950) !important;
    border-color: rgba(0, 152, 70, 0.45);
}

.board-committee-detail {
    line-height: 1.45;
}

.board-committee-detail+.board-committee-detail {
    margin-top: 0.15rem;
}

.board-committee-detail__label {
    color: #4f5d57;
    font-weight: 600;
}

.board-committee-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
    transition: box-shadow 0.2s ease;
}

.board-committee-card:hover {
    box-shadow: 0 0.85rem 2rem rgba(0, 40, 24, 0.1) !important;
}

.board-committee-card__accent {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, var(--sp-teal-800), var(--sp-amber-500));
}

.board-committee-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    box-shadow: 0 2px 10px rgba(0, 40, 24, 0.1);
}

.board-committee-card__members li {
    padding-left: 0.65rem;
    border-left: 3px solid rgba(0, 152, 70, 0.12);
}

.board-cta-card {
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
    background: linear-gradient(135deg, rgba(0, 152, 70, 0.04) 0%, #fff 50%, var(--sp-surface) 100%);
}

.board-cta-card .card-body {
    border-left: 4px solid var(--sp-teal-800);
}

@media (prefers-reduced-motion: reduce) {
    .board-committee-card:hover {
        box-shadow: none !important;
    }
}

/* Code of conduct (/code-of-conduct) */
.coc-hero {
    background: radial-gradient(760px 440px at 88% 0%, rgba(0, 152, 70, 0.18), transparent 50%),
        linear-gradient(155deg, #0a0a0a 0%, #1a1f1c 45%, #0f2419 100%);
}

.coc-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.85;
    pointer-events: none;
}

.coc-hero__breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.72);
}

.coc-hero__breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.coc-hero__breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.92);
}

.coc-hero__eyebrow {
    letter-spacing: 0.1em;
}

.coc-hero__lead {
    font-size: 1.05rem;
    line-height: 1.6;
}

.coc-hero__panel {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.coc-page .coc-principles-card {
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.coc-page .coc-principles-card__head {
    background: linear-gradient(180deg, #fff, var(--sp-surface)) !important;
    border-bottom: 1px solid rgba(0, 152, 70, 0.08) !important;
}

.coc-principles-list {
    list-style: none;
}

.coc-principle-row {
    border-color: rgba(0, 152, 70, 0.08) !important;
    background: #fff;
}

.coc-principle-row__num {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    background: linear-gradient(145deg, #00b352, #009846);
    box-shadow: 0 2px 8px rgba(0, 40, 24, 0.1);
}

.coc-cta-card {
    border: 1px solid rgba(0, 152, 70, 0.1) !important;
    background: linear-gradient(135deg, rgba(0, 152, 70, 0.04) 0%, #fff 50%, var(--sp-surface) 100%);
}

.coc-cta-card .card-body {
    border-left: 4px solid var(--sp-teal-800);
}

/* Disclosure page (/disclosure) */
.disclosure-page-hero .lead {
    max-width: 42rem;
}

.disclosure-doc-card__head {
    background: linear-gradient(135deg, rgba(0, 152, 70, 0.06) 0%, #fff 48%, var(--sp-surface) 100%) !important;
    border-bottom: 1px solid rgba(0, 152, 70, 0.1) !important;
}

.disclosure-doc-row {
    border-color: rgba(0, 152, 70, 0.08) !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.disclosure-doc-row:hover,
.disclosure-doc-row:focus-visible {
    background-color: rgba(0, 152, 70, 0.045) !important;
    z-index: 1;
}

.disclosure-doc-row__icon {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(0, 152, 70, 0.09);
    color: var(--sp-teal-800);
    font-size: 1.1rem;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.disclosure-doc-row:hover .disclosure-doc-row__icon,
.disclosure-doc-row:focus-visible .disclosure-doc-row__icon {
    border-color: var(--sp-amber-500);
    background: rgba(0, 152, 70, 0.14);
    box-shadow: 0 0 0 1px rgba(0, 152, 70, 0.35);
}

.disclosure-doc-row__label {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--sp-body);
    word-break: break-word;
    text-decoration: none;
    transition: color 0.2s ease;
}

.disclosure-doc-row:hover .disclosure-doc-row__label,
.disclosure-doc-row:focus-visible .disclosure-doc-row__label {
    color: var(--sp-teal-800);
}

.disclosure-doc-row:hover .disclosure-badge--pdf,
.disclosure-doc-row:focus-visible .disclosure-badge--pdf {
    border-color: rgba(0, 152, 70, 0.55);
    background: rgba(0, 152, 70, 0.18) !important;
}

.disclosure-doc-row:hover .disclosure-badge--page,
.disclosure-doc-row:focus-visible .disclosure-badge--page {
    border-color: rgba(0, 152, 70, 0.25);
    background: rgba(0, 152, 70, 0.1) !important;
}

.disclosure-doc-row:hover .disclosure-badge--external,
.disclosure-doc-row:focus-visible .disclosure-badge--external {
    border-color: rgba(0, 152, 70, 0.55);
    background: rgba(0, 152, 70, 0.22) !important;
}

.disclosure-doc-row .bi-chevron-right {
    transition: color 0.2s ease, transform 0.2s ease;
}

.disclosure-doc-row:hover .bi-chevron-right,
.disclosure-doc-row:focus-visible .bi-chevron-right {
    color: var(--sp-teal-800) !important;
    transform: translateX(2px);
}

.disclosure-badge {
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.03em;
}

.disclosure-badge--pdf {
    background: rgba(0, 152, 70, 0.12) !important;
    color: var(--sp-teal-900) !important;
    border: 1px solid rgba(0, 152, 70, 0.15);
}

.disclosure-badge--external {
    background: rgba(0, 152, 70, 0.2) !important;
    color: var(--sp-teal-950) !important;
    border: 1px solid rgba(0, 152, 70, 0.35);
}

.disclosure-badge--page {
    background: rgba(0, 152, 70, 0.12) !important;
    color: var(--sp-teal-900) !important;
    border: 1px solid rgba(0, 152, 70, 0.22);
}

#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    z-index: 9999;
    background: linear-gradient(to right, #0C54A0, #019846);
    transition: width 0.2s ease-out;
}

.gradient_color {
    background-image: linear-gradient(to right, #0C54A0, #009846);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    letter-spacing: 1.4px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
}

/* Financial Information Page Styling */
.financial-doc-card .card {
    transition: all 0.3s ease;
    border-color: #e9ecef;
}

.financial-doc-card:hover .card {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-color: #6c757d;
}

.financial-doc-card .card-body {
    background: #fff;
}

.financial-doc-card:hover .card-body {
    background: #f8f9fa;
}

.financial-doc-card .text-dark {
    color: #495057 !important;
    line-height: 1.4;
}

.financial-doc-card:hover .text-dark {
    color: #212529 !important;
}

/* Section Header Card */
.section-header-card {
    border-left: 4px solid #495057 !important;
    transition: all 0.3s ease;
}

.section-header-card:hover {
    border-left-color: #212529 !important;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1) !important;
}

/* Mobile Responsive Improvements */
@media (max-width: 767.98px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Generic breadcrumb mobile styles (outside .breadcrumb-section) */
    .breadcrumb {
        font-size: 0.7rem !important;
        padding: 0.5rem 0;
    }

    .breadcrumb-item {
        font-size: 12px !important;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
        font-size: 12px !important;
    }

    .page-hero {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .page-hero h1,
    .page-hero h2,
    .page-hero h3 {
        font-size: 1.25rem !important;
        margin-bottom: 0.5rem !important;
    }

    .page-hero p {
        font-size: 0.8rem !important;
        line-height: 1.5 !important;
    }

    .section-header-card {
        padding: 0.75rem !important;
        margin-bottom: 1rem !important;
        border-left-width: 3px !important;
    }

    .section-header-card h2 {
        font-size: 0.95rem !important;
        margin-bottom: 0.5rem !important;
    }

    .section-header-card p {
        font-size: 0.7rem !important;
    }

    .financial-doc-card .card-body {
        padding: 0.65rem !important;
    }

    .financial-doc-card .bi {
        font-size: 1.1rem !important;
    }

    .financial-doc-card p {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
    }

    .row.g-3 {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }
}

/* Responsive heading sizes */
@media (min-width: 768px) {
    .h2-md {
        font-size: 2rem !important;
    }
}

/* Newspaper Advertisement Document Cards */
.newspaper-doc-item .newspaper-doc-card {
    transition: all 0.3s ease;
    border-color: #e5e7eb;
}

.newspaper-doc-item:hover .newspaper-doc-card {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-2px);
}

.newspaper-doc-item .newspaper-doc-icon {
    transition: all 0.3s ease;
}

.newspaper-doc-item:hover .newspaper-doc-icon {
    transform: scale(1.05);
}

@media (max-width: 767.98px) {
    .newspaper-doc-card .card-body {
        padding: 0.75rem !important;
    }

    .newspaper-doc-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .newspaper-doc-icon i {
        font-size: 20px !important;
    }

    .newspaper-doc-card .badge {
        font-size: 0.7rem !important;
        padding: 0.25rem 0.5rem !important;
    }
}

/* Newspaper Advert List Row */
.newspaper-list-row {
    transition: background-color 0.2s ease, border-left-color 0.2s ease;
    border-left: 3px solid transparent !important;
    background-color: #fff;
}

.newspaper-list-row:hover {
    background-color: #f0faf4 !important;
    border-left-color: #009846 !important;
}

/* ========================================
   UNIVERSAL HERO SECTION - COMMON STYLES
   ======================================== */

/* Base hero section - common styles for all pages */
.hero-section {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Dark overlay using ::before pseudo-element */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
}

.hero-section__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 3rem 1rem;
}

.hero-section__title {
    color: #ffffff;
    font-size: 44px;
    font-weight: 400;
    margin: 0;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .hero-section {
        min-height: 344px;
    }

    .hero-section__content {
        padding: 4rem 2rem;
    }
}

@media (min-width: 992px) {
    .hero-section {
        min-height: 572px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 350px;
    }

    .hero-section__title {
        font-size: 1.75rem;
    }

    .hero-section__content {
        padding: 2rem 1rem;
    }
}

/* ========================================
   PAGE-SPECIFIC BACKGROUND IMAGES
   Body class controls which image to show
   ======================================== */

/* Board of Directors Page */
.board-page .hero-section {
    background-image: url('../image/board-of-directors.webp');
}

/* Products & Services Page */
.products-page .hero-section {
    background-image: url('../image/');
}

/* Code of Conduct Page */
.code-of-conduct-page .hero-section {
    background-image: url('../image/code-of-conduct.webp');
}

/* Contact Page */
.contact-page .hero-section {
    background-image: url('../image/contact-us.webp');
}

/* ALL Investor Information Pages - Single consistent image */
.investor-page .hero-section {
    background-image: url('../image/investor-information.webp');
}


/* ========================================
   CONTACT PAGE - MAP SECTION
   Isolated styles for Google Map section
   ======================================== */

/* Map Section Container */
.contact-map-section {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f8f5f0;
}

.contact-map-container {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

/* Map iframe - Full width and responsive */
.contact-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Responsive adjustments for map */
@media (max-width: 767.98px) {
    .contact-map-container {
        height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-map-container {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .contact-map-container {
        height: 500px;
    }
}

/* Ensure map section doesn't affect other sections */
.contact-form-section,
.contact-details-section {
    position: relative;
    z-index: 0;
}

.contact-map-section {
    position: relative;
    z-index: 0;
}


/* ========================================
   CONTACT PAGE - CARDS WITH TOP IMAGE
   Modern card design with image at top
   ======================================== */

/* Contact Card with Image - Main Container */
.contact-card-with-image {
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
}

/* Hover Effect - Smooth lift */
.contact-card-with-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
}

/* Image Container at Top */
.contact-card-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}

/* Image Styling */
.contact-card-image__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

/* Image Zoom on Card Hover */
.contact-card-with-image:hover .contact-card-image__img {
    transform: scale(1.05);
}

/* Content Area Below Image */
.contact-card-with-image .card-body {
    padding: 1.5rem;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
    .contact-card-image {
        height: 400px;
    }

    .contact-card-with-image .card-body {
        padding: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-card-image {
        height: 350px;
    }
}

/* Ensure proper spacing in grid */
.contact-details-section .row {
    row-gap: 1.5rem;
}
