.lga-prof-docs {
    --lga-prof-forest: var(--lga-green-900, #143f1a);
    --lga-prof-green: var(--lga-green-700, #287a32);
    --lga-prof-green-soft: var(--lga-green-100, #e7f2e3);
    --lga-prof-mist: var(--lga-green-050, #f4f8f1);
    --lga-prof-border: var(--lga-border, #d6e2d2);
    --lga-prof-muted: var(--lga-muted, #647066);
    --lga-prof-ink: var(--lga-ink, #142018);
    background: var(--lga-prof-mist);
    color: var(--lga-prof-ink);
    min-height: 70vh;
}

.lga-prof-docs *,
.lga-prof-docs *::before,
.lga-prof-docs *::after {
    box-sizing: border-box;
}

.lga-prof-docs [hidden] {
    display: none !important;
}

.lga-prof-docs a,
.lga-prof-docs button {
    font-style: normal !important;
    text-decoration: none !important;
}

.lga-prof-docs__hero {
    background:
        radial-gradient(circle at 82% 14%, rgba(241, 189, 65, 0.22), transparent 24%),
        radial-gradient(circle at 74% 88%, rgba(101, 156, 82, 0.2), transparent 28%),
        #fff;
    border-bottom: 1px solid var(--lga-prof-border);
    overflow: hidden;
    padding: clamp(34px, 6vw, 76px) 0 clamp(50px, 8vw, 100px);
    position: relative;
}

.lga-prof-docs__hero::after {
    background-image: radial-gradient(rgba(30, 104, 40, 0.16) 1.2px, transparent 1.2px);
    background-size: 19px 19px;
    content: "";
    height: 210px;
    opacity: 0.42;
    position: absolute;
    right: -45px;
    top: -25px;
    transform: rotate(9deg);
    width: 360px;
}

.lga-prof-docs__breadcrumbs {
    align-items: center;
    color: var(--lga-prof-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 650;
    gap: 9px;
    margin-bottom: clamp(32px, 5vw, 58px);
    position: relative;
    z-index: 1;
}

.lga-prof-docs__breadcrumbs a {
    color: var(--lga-prof-green) !important;
}

.lga-prof-docs__breadcrumbs a:hover,
.lga-prof-docs__breadcrumbs a:focus-visible {
    color: var(--lga-prof-forest) !important;
}

.lga-prof-docs__hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(32px, 6vw, 92px);
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
    position: relative;
    z-index: 1;
}

.lga-prof-docs__eyebrow {
    color: var(--lga-prof-green);
    display: block;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lga-prof-docs__hero h1 {
    color: var(--lga-prof-forest);
    font-family: "Geologica", sans-serif;
    font-size: clamp(43px, 6.3vw, 82px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin: 0 0 26px;
    max-width: 980px;
}

.lga-prof-docs__hero p {
    color: #465249;
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
    margin: 0;
    max-width: 760px;
}

.lga-prof-docs__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.lga-prof-docs__hero-actions .lga-button {
    min-width: 190px;
}

.lga-prof-docs__hero-mark {
    align-items: center;
    aspect-ratio: 1;
    background: var(--lga-prof-forest);
    border: 10px solid rgba(255, 255, 255, 0.72);
    border-radius: 50% 50% 48% 52% / 44% 51% 49% 56%;
    box-shadow: 0 26px 70px rgba(15, 67, 23, 0.2);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-self: end;
    max-width: 330px;
    padding: 38px;
    position: relative;
    text-align: center;
    transform: rotate(3deg);
    width: 100%;
}

.lga-prof-docs__hero-mark .dashicons {
    color: #dcefd3;
    font-size: 42px;
    height: 46px;
    margin-bottom: 14px;
    transform: rotate(-3deg);
    width: 46px;
}

.lga-prof-docs__hero-mark strong {
    font-family: "Geologica", sans-serif;
    font-size: clamp(54px, 7vw, 88px);
    letter-spacing: -0.06em;
    line-height: 0.92;
    transform: rotate(-3deg);
}

.lga-prof-docs__hero-mark small {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 750;
    margin-top: 14px;
    transform: rotate(-3deg);
}

.lga-prof-docs__journey,
.lga-prof-docs__catalog {
    padding: clamp(62px, 8vw, 105px) 0;
}

.lga-prof-docs__journey {
    background: #fff;
    border-bottom: 1px solid var(--lga-prof-border);
}

.lga-prof-docs__section-heading {
    margin-bottom: clamp(28px, 4vw, 46px);
    max-width: 850px;
}

.lga-prof-docs__section-heading h2 {
    color: var(--lga-prof-forest);
    font-family: "Geologica", sans-serif;
    font-size: clamp(34px, 4.6vw, 58px);
    letter-spacing: -0.045em;
    line-height: 1.05;
    margin: 0 0 16px;
}

.lga-prof-docs__section-heading p {
    color: var(--lga-prof-muted);
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

.lga-prof-docs__journey-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lga-prof-docs__journey-card {
    align-items: flex-start;
    appearance: none;
    background: #f8fbf6;
    border: 1px solid var(--lga-prof-border);
    border-radius: 22px;
    color: var(--lga-prof-forest);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    overflow: hidden;
    padding: 25px;
    position: relative;
    text-align: left;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 100%;
}

.lga-prof-docs__journey-card--forms {
    background: #fff9ea;
    border-color: #eadcae;
}

.lga-prof-docs__journey-card:hover,
.lga-prof-docs__journey-card:focus-visible {
    border-color: #9dc192;
    box-shadow: 0 18px 42px rgba(20, 70, 28, 0.11);
    transform: translateY(-4px);
}

.lga-prof-docs__journey-card::after {
    background: var(--lga-prof-green);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.lga-prof-docs__journey-card:hover::after,
.lga-prof-docs__journey-card:focus-visible::after {
    transform: scaleX(1);
}

.lga-prof-docs__journey-number {
    color: #829184;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.1em;
    position: absolute;
    right: 22px;
    top: 22px;
}

.lga-prof-docs__journey-icon {
    align-items: center;
    background: var(--lga-prof-green-soft);
    border-radius: 16px;
    color: var(--lga-prof-green);
    display: flex;
    font-size: 29px;
    height: 58px;
    justify-content: center;
    margin-bottom: 30px;
    width: 58px;
}

.lga-prof-docs__journey-card--forms .lga-prof-docs__journey-icon {
    background: #f6e9b9;
    color: #7c5a00;
}

.lga-prof-docs__journey-card strong {
    color: var(--lga-prof-forest);
    font-family: "Geologica", sans-serif;
    font-size: 21px;
    letter-spacing: -0.025em;
    line-height: 1.22;
    margin-bottom: 12px;
}

.lga-prof-docs__journey-card > span:not(.lga-prof-docs__journey-number):not(.lga-prof-docs__journey-icon):not(.lga-prof-docs__journey-action) {
    color: var(--lga-prof-muted);
    font-size: 13px;
    line-height: 1.58;
}

.lga-prof-docs__journey-action {
    color: var(--lga-prof-green);
    font-size: 13px;
    font-weight: 800;
    margin-top: auto;
    padding-top: 24px;
}

.lga-prof-docs__filters {
    background: #fff;
    border: 1px solid var(--lga-prof-border);
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(22, 64, 29, 0.06);
    display: grid;
    gap: 18px;
    grid-template-columns: 1.7fr repeat(4, minmax(150px, 0.75fr));
    padding: clamp(22px, 3vw, 32px);
}

.lga-prof-docs__filter {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.lga-prof-docs__filter > span:first-child {
    color: #536157;
    font-size: 12px;
    font-weight: 780;
}

.lga-prof-docs__filter input,
.lga-prof-docs__filter select {
    appearance: none;
    background: #fbfdf9;
    border: 1px solid #c8d8c3;
    border-radius: 13px;
    color: var(--lga-prof-ink);
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    line-height: 1.25;
    padding: 0 14px;
    text-decoration: none;
    width: 100%;
}

.lga-prof-docs__filter select {
    background-image:
        linear-gradient(45deg, transparent 50%, #38533c 50%),
        linear-gradient(135deg, #38533c 50%, transparent 50%);
    background-position:
        calc(100% - 17px) 22px,
        calc(100% - 12px) 22px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
    padding-right: 34px;
}

.lga-prof-docs__input-wrap {
    display: block;
    position: relative;
}

.lga-prof-docs__input-wrap .dashicons {
    color: #738078;
    font-size: 20px;
    height: 22px;
    left: 14px;
    pointer-events: none;
    position: absolute;
    top: 15px;
    width: 22px;
}

.lga-prof-docs__input-wrap input {
    padding-left: 43px;
}

.lga-prof-docs__filter-actions {
    align-items: center;
    border-top: 1px solid var(--lga-prof-border);
    display: flex;
    gap: 20px;
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-top: 18px;
}

.lga-prof-docs__archive-toggle {
    align-items: flex-start;
    color: #47544b;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 650;
    gap: 10px;
    line-height: 1.45;
}

.lga-prof-docs__archive-toggle input {
    accent-color: var(--lga-prof-green);
    height: 18px;
    margin: 1px 0 0;
    width: 18px;
}

.lga-prof-docs__reset {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--lga-prof-green);
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    padding: 5px;
}

.lga-prof-docs__reset:hover,
.lga-prof-docs__reset:focus-visible {
    color: var(--lga-prof-forest);
}

.lga-prof-docs__result-count {
    color: var(--lga-prof-muted);
    font-size: 14px;
    font-weight: 750;
    margin: 26px 0 0;
}

.lga-prof-docs__groups {
    display: grid;
    gap: clamp(58px, 8vw, 96px);
    margin-top: 38px;
}

.lga-prof-docs__group-heading {
    align-items: flex-start;
    border-bottom: 1px solid var(--lga-prof-border);
    display: grid;
    gap: 18px;
    grid-template-columns: 52px minmax(0, 1fr);
    margin-bottom: 22px;
    padding-bottom: 20px;
}

.lga-prof-docs__group-heading > span {
    align-items: center;
    background: var(--lga-prof-forest);
    border-radius: 15px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 850;
    height: 52px;
    justify-content: center;
    letter-spacing: 0.08em;
    width: 52px;
}

.lga-prof-docs__group-heading h3 {
    color: var(--lga-prof-forest);
    font-family: "Geologica", sans-serif;
    font-size: clamp(25px, 3vw, 36px);
    letter-spacing: -0.035em;
    line-height: 1.15;
    margin: 0 0 6px;
}

.lga-prof-docs__group-heading p {
    color: var(--lga-prof-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

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

.lga-prof-docs__card {
    background: #fff;
    border: 1px solid var(--lga-prof-border);
    border-radius: 22px;
    box-shadow: 0 10px 32px rgba(23, 63, 26, 0.045);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: clamp(23px, 3vw, 32px);
    position: relative;
}

.lga-prof-docs__card--featured {
    border-color: #9fc795;
    box-shadow: 0 14px 38px rgba(23, 86, 34, 0.085);
}

.lga-prof-docs__card--featured::before {
    background: var(--lga-prof-green);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lga-prof-docs__card-topline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.lga-prof-docs__topic {
    color: var(--lga-prof-green);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.lga-prof-docs__status {
    background: #e8f4e5;
    border-radius: 999px;
    color: #1d6b28;
    font-size: 10px;
    font-weight: 800;
    padding: 7px 10px;
}

.lga-prof-docs__status--repealed,
.lga-prof-docs__status--cancelled {
    background: #f5e7e6;
    color: #9c342e;
}

.lga-prof-docs__status--needs_review,
.lga-prof-docs__status--not_effective {
    background: #fff2cf;
    color: #7a5700;
}

.lga-prof-docs__card h4 {
    color: var(--lga-prof-forest);
    font-family: "Geologica", sans-serif;
    font-size: clamp(21px, 2.4vw, 28px);
    letter-spacing: -0.035em;
    line-height: 1.23;
    margin: 0 0 13px;
}

.lga-prof-docs__card-summary {
    color: #566259;
    font-size: 14px;
    line-height: 1.66;
    margin: 0 0 22px;
}

.lga-prof-docs__meta {
    border-top: 1px solid #e4ece1;
    display: grid;
    gap: 9px;
    margin: 0 0 20px;
    padding-top: 17px;
}

.lga-prof-docs__meta > div {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(92px, 0.28fr) minmax(0, 1fr);
}

.lga-prof-docs__meta dt,
.lga-prof-docs__meta dd {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.lga-prof-docs__meta dt {
    color: #7a857c;
    font-weight: 650;
}

.lga-prof-docs__meta dd {
    color: #344239;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.lga-prof-docs__revision-note,
.lga-prof-docs__relationship-note {
    background: #f3f8f0;
    border: 1px solid #d7e6d1;
    border-radius: 13px;
    color: #48564b;
    font-size: 12px;
    line-height: 1.58;
    margin: 0 0 18px;
    padding: 13px 15px;
}

.lga-prof-docs__revision-note {
    align-items: flex-start;
    display: flex;
    gap: 9px;
}

.lga-prof-docs__revision-note .dashicons {
    color: var(--lga-prof-green);
    flex: 0 0 auto;
    font-size: 18px;
    height: 20px;
    margin-top: 1px;
    width: 20px;
}

.lga-prof-docs__relationship-note {
    background: #fff8e6;
    border-color: #eadba7;
}

.lga-prof-docs__files {
    margin-top: auto;
}

.lga-prof-docs__files > strong {
    color: var(--lga-prof-forest);
    display: block;
    font-size: 12px;
    margin-bottom: 9px;
}

.lga-prof-docs__file-list {
    display: grid;
    gap: 8px;
}

.lga-prof-docs a.lga-prof-docs__file {
    align-items: center;
    background: #f7faf5;
    border: 1px solid #d8e4d4;
    border-radius: 13px;
    color: var(--lga-prof-forest) !important;
    display: grid;
    font-style: normal !important;
    gap: 11px;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    padding: 12px 13px;
    text-decoration: none !important;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.lga-prof-docs a.lga-prof-docs__file:hover,
.lga-prof-docs a.lga-prof-docs__file:focus-visible {
    background: #eef6eb;
    border-color: #9fc494;
    color: var(--lga-prof-forest) !important;
    transform: translateY(-1px);
}

.lga-prof-docs__file > .dashicons {
    color: var(--lga-prof-green);
    font-size: 22px;
    height: 24px;
    width: 24px;
}

.lga-prof-docs__file b,
.lga-prof-docs__file small {
    display: block;
    font-style: normal;
    text-decoration: none;
}

.lga-prof-docs__file b {
    font-size: 12px;
    line-height: 1.4;
}

.lga-prof-docs__file small {
    color: var(--lga-prof-muted);
    font-size: 10px;
    font-weight: 550;
    margin-top: 2px;
}

.lga-prof-docs__file em {
    background: #e5f0e1;
    border-radius: 7px;
    color: #3e6b43;
    font-size: 9px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: 0.05em;
    padding: 5px 7px;
    text-decoration: none;
}

.lga-prof-docs a.lga-prof-docs__official {
    align-items: center;
    align-self: flex-start;
    color: var(--lga-prof-green) !important;
    display: inline-flex;
    font-size: 12px;
    font-style: normal !important;
    font-weight: 800;
    gap: 6px;
    margin-top: 18px;
    text-decoration: none !important;
}

.lga-prof-docs a.lga-prof-docs__official:hover,
.lga-prof-docs a.lga-prof-docs__official:focus-visible {
    color: var(--lga-prof-forest) !important;
}

.lga-prof-docs__empty {
    background: #fff;
    border: 1px dashed #adc8a7;
    border-radius: 18px;
    color: var(--lga-prof-muted);
    font-size: 15px;
    margin: 34px 0 0;
    padding: 34px;
    text-align: center;
}

@media (max-width: 1180px) {
    .lga-prof-docs__journey-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lga-prof-docs__journey-card {
        min-height: 270px;
    }

    .lga-prof-docs__filters {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lga-prof-docs__filter--search {
        grid-column: 1 / -1;
    }
}

@media (max-width: 860px) {
    .lga-prof-docs__hero-grid {
        grid-template-columns: 1fr;
    }

    .lga-prof-docs__hero-mark {
        aspect-ratio: auto;
        border: 0;
        border-radius: 22px;
        display: grid;
        gap: 12px;
        grid-template-columns: auto auto minmax(0, 1fr);
        justify-self: stretch;
        max-width: none;
        padding: 24px 28px;
        text-align: left;
        transform: none;
    }

    .lga-prof-docs__hero-mark .dashicons,
    .lga-prof-docs__hero-mark strong,
    .lga-prof-docs__hero-mark small {
        margin: 0;
        transform: none;
    }

    .lga-prof-docs__hero-mark strong {
        font-size: 50px;
    }

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

    .lga-prof-docs__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .lga-prof-docs__hero {
        padding-top: 24px;
    }

    .lga-prof-docs__hero::after {
        opacity: 0.22;
    }

    .lga-prof-docs__hero h1 {
        font-size: clamp(40px, 13vw, 58px);
    }

    .lga-prof-docs__hero-actions,
    .lga-prof-docs__hero-actions .lga-button {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .lga-prof-docs__hero-mark {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .lga-prof-docs__hero-mark small {
        grid-column: 1 / -1;
    }

    .lga-prof-docs__journey-grid {
        grid-template-columns: 1fr;
    }

    .lga-prof-docs__journey-card {
        min-height: 250px;
    }

    .lga-prof-docs__filters {
        border-radius: 18px;
        grid-template-columns: 1fr;
        padding: 19px;
    }

    .lga-prof-docs__filter--search,
    .lga-prof-docs__filter-actions {
        grid-column: auto;
    }

    .lga-prof-docs__filter-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .lga-prof-docs__group-heading {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .lga-prof-docs__group-heading > span {
        border-radius: 12px;
        height: 44px;
        width: 44px;
    }

    .lga-prof-docs__card {
        border-radius: 18px;
    }

    .lga-prof-docs__meta > div {
        gap: 4px;
        grid-template-columns: 1fr;
    }

    .lga-prof-docs a.lga-prof-docs__file {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .lga-prof-docs__file em {
        grid-column: 2;
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lga-prof-docs__journey-card,
    .lga-prof-docs__journey-card::after,
    .lga-prof-docs a.lga-prof-docs__file {
        transition: none;
    }
}

