:root {
    --ink: #132a35;
    --muted: #61717a;
    --brand: #007c6f;
    --brand-dark: #005a52;
    --gold: #dfa928;
    --mist: #edf4f2;
    --line: #dbe5e2;
    --paper: #fffdfa
}

* {
    box-sizing: border-box
}

body {
    color: var(--ink);
    background: var(--paper);
    font-family: "Plus Jakarta Sans", "Noto Sans Lao", sans-serif;
    font-size: .94rem;
    line-height: 1.7
}

h1,
h2,
h3 {
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2
}

h1 {
    font-size: clamp(2.2rem, 4vw, 4.5rem)
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.6rem)
}

h3 {
    font-size: 1.1rem
}

a {
    color: inherit;
    text-decoration: none
}

.skip-link {
    position: absolute;
    left: -999px;
    z-index: 9999
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    background: #fff;
    padding: .75rem
}

.utility-bar {
    background: var(--ink);
    color: #d6e5e2;
    font-size: .75rem;
    padding: .45rem 0
}

.utility-bar a {
    margin-left: 1rem;
    color: #fff
}

.navbar {
    background: rgba(255, 253, 250, .96);
    box-shadow: 0 1px 0 rgba(19, 42, 53, .08);
    padding: .8rem 0
}

.navbar-brand,
.footer-brand {
    display: flex;
    gap: .65rem;
    align-items: center;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1
}

.navbar-brand small {
    display: block;
    font-size: .5rem;
    letter-spacing: .05em;
    color: var(--muted);
    margin-top: .25rem
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--brand);
    color: #fff
}

.nav-link {
    font-weight: 600;
    color: var(--ink) !important
}

.nav-link:hover,
.dropdown-item:hover {
    color: var(--brand) !important
}

.btn {
    border-radius: .25rem;
    font-weight: 700;
    padding: .62rem 1.05rem
}

.btn-brand {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand)
}

.btn-brand:hover {
    background: var(--brand-dark);
    color: #fff
}

.btn-outline-brand {
    border-color: var(--brand);
    color: var(--brand)
}

.btn-outline-brand:hover {
    background: var(--brand);
    color: #fff
}

.hero-slide {
    min-height: 590px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative
}

.hero-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 38, 48, .92), rgba(10, 38, 48, .58), rgba(10, 38, 48, .06))
}

.hero-safety {
    background-image: url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=80")
}

.hero-training {
    background-image: url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80")
}

.hero-copy {
    position: relative;
    color: #fff;
    max-width: 660px
}

.hero-copy h1 {
    margin: 1rem 0;
    font-size: clamp(2.8rem, 5vw, 5rem)
}

.hero-copy p {
    font-size: 1.1rem;
    max-width: 570px;
    margin-bottom: 2rem
}

.eyebrow {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase
}

.text-brand {
    color: var(--brand)
}

.announcement-bar {
    background: var(--gold);
    font-weight: 700;
    padding: .85rem 0
}

.announcement-bar span {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .04em
}

.announcement-bar a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.section-space {
    padding: 6rem 0
}

.section-mist {
    background: var(--mist)
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem
}

.section-heading h2 {
    margin: .35rem 0 0
}

.text-link {
    color: var(--brand);
    font-weight: 800;
    white-space: nowrap
}

.text-link i {
    margin-left: .3rem;
    transition: transform .2s
}

.text-link:hover i {
    transform: translateX(.25rem)
}

.content-card {
    border: 1px solid var(--line);
    background: #fff;
    transition: box-shadow .2s, transform .2s
}

.content-card:hover {
    box-shadow: 0 1rem 2rem rgba(19, 42, 53, .09);
    transform: translateY(-3px)
}

.content-card img {
    width: 100%;
    height: 220px;
    object-fit: cover
}

.card-body {
    padding: 1.4rem
}

.card-body h3 {
    font-size: 1.17rem;
    margin: .6rem 0
}

.card-body h3 a:hover {
    color: var(--brand)
}

.card-body p:not(.date) {
    color: var(--muted);
    font-size: .86rem
}

.tag {
    display: inline-block;
    background: #dcefe9;
    color: var(--brand-dark);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: .22rem .5rem
}

.date {
    font-size: .76rem;
    color: var(--muted);
    margin: .65rem 0
}

.event-card {
    display: flex;
    gap: 1.25rem;
    background: #fff;
    border: 1px solid var(--line);
    padding: 1.5rem
}

.event-date {
    flex: 0 0 60px;
    height: 68px;
    background: var(--brand);
    color: #fff;
    text-align: center;
    font-size: .72rem;
    text-transform: uppercase;
    padding: .3rem
}

.event-date span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.15;
    font-weight: 800
}

.event-card h3 {
    font-size: 1.1rem
}

.event-card p:not(.date) {
    color: var(--muted);
    font-size: .84rem
}

.president-section {
    background: var(--ink);
    color: #fff;
    padding: 6rem 0
}

.president-photo {
    width: auto;
    max-width: 100%;
    max-height: 420px;
    height: auto;
    display: block;
    margin: 0 auto;
    filter: saturate(.8)
}

.president-section h2 {
    margin: 1rem 0 1.5rem
}

.president-section blockquote {
    font-size: 1.15rem;
    line-height: 1.8;
    border-left: 3px solid var(--gold);
    padding-left: 1.2rem;
    color: #dceae7
}

.president-name {
    font-weight: 800;
    margin-bottom: 1.5rem
}

.president-name span {
    display: block;
    color: #a9c0ba;
    font-weight: 500;
    font-size: .8rem
}

.stats-section {
    background: var(--brand);
    color: #fff;
    padding: 4rem 0
}

.stats-section strong {
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    display: block;
    line-height: 1
}

.stats-section span {
    font-weight: 700;
    font-size: .82rem;
    opacity: .85
}

.publication-card {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    background: #fff
}

.publication-cover {
    height: 130px;
    min-width: 92px;
    width: 92px;
    background: linear-gradient(160deg, #e7efea, #bad8ce);
    display: grid;
    place-items: center;
    color: var(--brand);
    font-size: 2rem
}

.publication-cover img,
.publication-cover object {
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover
}

.publication-card h3 {
    margin: .5rem 0
}

.publication-card p {
    font-size: .82rem;
    color: var(--muted)
}

.partners-section {
    padding: 3rem 0;
    background: #f6f8f7
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 1.25rem;
    border: 1px solid var(--line)
}

.partner-grid div {
    height: 80px;
    display: grid;
    place-items: center;
    border-right: 1px solid var(--line);
    font-weight: 800;
    color: #82918e;
    padding: 1rem;
    text-align: center
}

.partner-grid img {
    max-width: 100%;
    max-height: 55px
}

.newsletter-section {
    background: var(--gold);
    padding: 4rem 0
}

.newsletter-section h2 {
    margin: .5rem 0 0
}

.newsletter-form {
    display: flex;
    background: #fff;
    padding: .3rem
}

.newsletter-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    padding: .7rem
}

.newsletter-form input:focus {
    outline: 2px solid var(--brand)
}

.site-footer {
    background: #10232d;
    color: #b6cac5
}

.site-footer h2 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff
}

.site-footer a {
    display: block;
    margin: .4rem 0
}

.site-footer a:hover {
    color: #fff
}

.site-footer p {
    font-size: .8rem;
    margin: .5rem 0
}

.footer-brand {
    color: #fff
}

.social-links {
    display: flex;
    gap: .5rem
}

.social-links a {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid #54706e;
    color: #fff
}

.footer-bottom {
    border-top: 1px solid #34504f;
    padding: 1.25rem 0;
    font-size: .75rem
}

.footer-bottom a {
    float: right;
    margin: 0
}

.page-hero,
.article-hero {
    background: var(--mist);
    padding: 4.5rem 0
}

.page-hero.compact {
    padding: 3.8rem 0
}

.page-hero h1,
.article-hero h1 {
    max-width: 800px;
    margin: .7rem 0
}

.breadcrumb {
    font-size: .75rem
}

.breadcrumb a {
    color: var(--brand)
}

.mission-panel {
    padding: 2rem;
    background: var(--brand);
    color: #fff
}

.mission-panel i {
    font-size: 2rem;
    color: var(--gold)
}

.value-card {
    border-top: 3px solid var(--gold);
    background: #f5f7f6;
    padding: 1.5rem
}

.value-card span {
    color: var(--brand);
    font-weight: 800
}

.structure-diagram {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap
}

.structure-diagram div {
    background: var(--mist);
    padding: 1rem 1.5rem;
    font-weight: 800
}

.board-card {
    text-align: center;
    border: 1px solid var(--line);
    padding: 1.5rem
}

.board-card h3 {
    margin: .75rem 0 .3rem
}

.board-card p {
    font-size: .78rem;
    color: var(--muted)
}

.avatar {
    margin: auto;
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    font-weight: 800
}

.filter-bar {
    background: var(--mist);
    padding: 1rem;
    display: flex;
    gap: .75rem
}

.filter-bar .form-control {
    flex: 1
}

.form-control,
.form-select {
    border-radius: .2rem;
    border-color: #c6d4d0;
    padding: .65rem
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 124, 111, .15);
    border-color: var(--brand)
}

.pagination .page-link {
    color: var(--brand)
}

.pagination .active .page-link {
    background: var(--brand);
    border-color: var(--brand)
}

.narrow {
    max-width: 850px
}

.article-image {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    margin-bottom: 2rem
}

.article-content {
    font-size: 1rem;
    white-space: normal
}

.share-row {
    display: flex;
    align-items: center;
    gap: .7rem;
    border-top: 1px solid var(--line);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    font-size: .8rem;
    font-weight: 700
}

.share-row a {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    background: var(--brand);
    color: #fff
}

.past-event {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--line);
    padding: 1rem 0
}

.past-event span {
    font-size: .75rem;
    color: var(--muted);
    min-width: 90px
}

.past-event i {
    margin-left: auto;
    color: var(--brand)
}

.event-information {
    display: flex;
    gap: 1rem;
    background: var(--mist);
    padding: 1rem;
    margin-bottom: 2rem
}

.event-information div {
    flex: 1;
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    column-gap: .5rem;
    font-size: .8rem
}

.event-information i {
    grid-row: span 2;
    color: var(--brand)
}

.event-information strong,
.event-information span {
    display: block
}

.benefit-list {
    list-style: none;
    padding: 0
}

.benefit-list li {
    padding: .65rem 0;
    border-bottom: 1px solid var(--line)
}

.benefit-list i {
    color: var(--brand);
    margin-right: .5rem
}

.form-panel {
    background: #f6f8f7;
    padding: 2rem
}

.form-panel label {
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: .35rem
}

.form-panel small {
    color: var(--muted);
    font-weight: 400
}

.event-registration-cta {
    display: flex;
    justify-content: flex-start
}

.registration-overlay {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(15, 23, 42, .58)
}

.registration-overlay.is-open {
    display: flex
}

.registration-overlay:target {
    display: flex
}

.registration-dialog {
    width: min(100%, 860px);
    max-height: calc(100vh - 3rem);
    overflow: auto;
    background: #fff;
    border-radius: 1.25rem;
    box-shadow: 0 30px 90px rgba(15, 23, 42, .28)
}

.registration-modal-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.5rem 1.5rem 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, .08)
}

.registration-modal-body {
    padding: 1.5rem
}

.registration-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--ink);
    font-size: 2rem;
    line-height: 1;
    padding: 0;
    cursor: pointer
}

.event-registration-form label {
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: .35rem
}

.event-registration-form .form-control {
    padding: .9rem 1rem
}

.registration-modal-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 1.5rem
}


.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem
}

.gallery-image {
    border: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    aspect-ratio: 1.25
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s
}

.gallery-image:hover img {
    transform: scale(1.05)
}

.contact-details div {
    display: flex;
    gap: 1rem;
    margin: 1.25rem 0
}

.contact-details i {
    color: var(--brand);
    padding-top: .25rem
}

.contact-details strong,
.contact-details span {
    display: block
}

.contact-details span {
    font-size: .85rem
}

.map-placeholder {
    height: 190px;
    background: #dcebe7;
    display: grid;
    place-content: center;
    text-align: center;
    color: var(--brand);
    font-weight: 700;
    gap: .5rem;
    margin-top: 2rem
}

.map-placeholder i {
    font-size: 2rem
}

.empty-state {
    padding: 3rem;
    background: var(--mist);
    text-align: center;
    color: var(--muted)
}

.error-page {
    padding: 8rem 0
}

.error-page p {
    color: var(--muted)
}

@media(max-width:991px) {
    .section-space {
        padding: 4rem 0
    }

    .hero-slide {
        min-height: 530px
    }

    .navbar-nav {
        padding: 1rem 0
    }

    .navbar .btn {
        margin-bottom: 1rem
    }

    .partner-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .partner-grid div:nth-child(2) {
        border-right: 0
    }

    .footer-bottom a {
        float: none;
        display: block;
        margin-top: .5rem
    }
}

@media(max-width:575px) {
    .utility-bar .container>span {
        display: none
    }

    .utility-bar .container {
        justify-content: center !important
    }

    .hero-slide {
        min-height: 500px
    }

    .hero-copy h1 {
        font-size: 2.7rem
    }

    .section-heading {
        align-items: start;
        flex-direction: column
    }

    .filter-bar {
        flex-direction: column
    }

    .publication-card {
        padding: 1rem
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .event-information {
        flex-direction: column
    }

    .newsletter-form {
        flex-direction: column;
        gap: .5rem
    }

    .newsletter-form .btn {
        width: 100%
    }
}