/* SIIFI Journal List – scoped production styles */

.jl-page {
    --jl-navy: #071a2b;
    --jl-navy-soft: #0d2a40;
    --jl-teal: #0b7f7a;
    --jl-teal-dark: #076a66;
    --jl-teal-light: #e8f5f3;
    --jl-platinum: #aeb8c4;
    --jl-ink: #182c3d;
    --jl-muted: #5e7080;
    --jl-line: #d9e2e7;
    --jl-surface: #f4f7f8;
    --jl-white: #fff;
    --jl-danger: #9b3440;
    --jl-warning: #8c6217;
    color: var(--jl-ink);
    background: var(--jl-white);
    font-size: 16px;
    line-height: 1.65;
}

.jl-page *,
.jl-page *::before,
.jl-page *::after {
    box-sizing: border-box;
}

.jl-page a {
    color: inherit;
}

.jl-page .shell {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.jl-page h1,
.jl-page h2,
.jl-page h3,
.jl-page p {
    margin-top: 0;
}

.jl-page h1,
.jl-page h2 {
    color: var(--jl-navy);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -0.035em;
}

.jl-page h3 {
    color: var(--jl-navy);
}

.jl-page .jl-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex: 0 0 auto;
}

.jl-kicker {
    display: inline-block;
    margin-bottom: .65rem;
    color: var(--jl-teal-dark);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
}

.jl-breadcrumb {
    padding-block: 18px;
}

.jl-breadcrumb ol {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin: 0;
    padding: 0;
    color: var(--jl-muted);
    font-size: .86rem;
    list-style: none;
}

.jl-breadcrumb li + li::before {
    content: "/";
    margin-right: .6rem;
    color: var(--jl-platinum);
}

.jl-breadcrumb a {
    text-decoration: none;
}

.jl-breadcrumb a:hover,
.jl-breadcrumb a:focus-visible {
    color: var(--jl-teal-dark);
    text-decoration: underline;
}

.jl-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 118px;
    background:
        linear-gradient(rgba(7, 26, 43, .028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 26, 43, .028) 1px, transparent 1px),
        linear-gradient(180deg, #fbfdfd 0%, #f5f9f9 100%);
    background-size: 72px 72px, 72px 72px, auto;
    border-block: 1px solid #e7edef;
}

.jl-hero::after {
    position: absolute;
    top: -160px;
    right: -120px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(11, 127, 122, .15);
    border-radius: 50%;
    content: "";
}

.jl-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
    align-items: center;
    gap: clamp(48px, 7vw, 110px);
}

.jl-hero__copy {
    max-width: 690px;
}

.jl-hero__copy h1 {
    margin-bottom: .65rem;
    font-size: clamp(3.2rem, 6vw, 5.8rem);
    font-weight: 500;
    line-height: .98;
}

.jl-hero__copy h2 {
    margin-bottom: 1.45rem;
    color: var(--jl-teal);
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.12;
}

.jl-hero__copy p {
    max-width: 650px;
    margin-bottom: 0;
    color: #475f72;
    font-size: 1.12rem;
    line-height: 1.8;
}

.jl-hero__visual {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 24px 28px;
    padding: 30px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--jl-line);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(7, 26, 43, .09);
}

.jl-visual__heading {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--jl-line);
    color: var(--jl-navy);
}

.jl-visual__heading > span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .6rem;
    color: var(--jl-teal-dark);
    background: var(--jl-teal-light);
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.jl-visual__heading i {
    width: 8px;
    height: 8px;
    background: #2bbbad;
    border: 3px solid #c9f1ec;
    border-radius: 50%;
    box-sizing: content-box;
}

.jl-axis {
    position: relative;
    min-height: 286px;
}

.jl-axis__line {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 72px;
    width: 1px;
    background: repeating-linear-gradient(
        to bottom,
        rgba(7, 26, 43, .45) 0 4px,
        transparent 4px 8px
    );
}

.jl-axis__curve {
    position: absolute;
    top: 12px;
    left: 26px;
    width: 94px;
    height: 260px;
    border-right: 4px solid var(--jl-teal);
    border-radius: 0 80% 80% 0;
    transform: rotate(-12deg);
}

.jl-axis > i {
    position: absolute;
    top: calc(8px + var(--node) * 64px);
    left: 61px;
    width: 23px;
    height: 23px;
    background: var(--jl-white);
    border: 3px solid var(--jl-teal);
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px var(--jl-white);
}

.jl-axis > i::after {
    position: absolute;
    inset: 4px;
    background: var(--jl-navy);
    border-radius: 50%;
    content: "";
}

.jl-hero__visual ol {
    display: grid;
    align-content: space-between;
    min-height: 286px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.jl-hero__visual li {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    min-height: 42px;
    padding: 8px 12px;
    background: linear-gradient(90deg, #f3f7f8, #fff);
    border-left: 2px solid #d8e5e6;
    color: #3f586b;
}

.jl-hero__visual li span {
    color: var(--jl-teal-dark);
    font-size: .7rem;
    font-weight: 800;
}

.jl-search-section {
    position: relative;
    z-index: 3;
    margin-top: -55px;
}

.jl-search-card {
    padding: 28px 32px 24px;
    background: var(--jl-white);
    border: 1px solid var(--jl-line);
    border-radius: 22px;
    box-shadow: 0 22px 60px rgba(7, 26, 43, .1);
}

.jl-search-card__heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 2rem;
    margin-bottom: 18px;
}

.jl-search-card__heading .jl-kicker {
    margin-bottom: .25rem;
}

.jl-search-card__heading h2 {
    margin-bottom: 0;
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.jl-search-card__heading a {
    color: var(--jl-teal-dark);
    font-size: .85rem;
    font-weight: 700;
}

.jl-search-card > label,
.jl-filters label {
    display: block;
    margin-bottom: .42rem;
    color: var(--jl-navy);
    font-size: .78rem;
    font-weight: 800;
}

.jl-search-field {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 60px;
    border: 1px solid #bdcbd2;
    border-radius: 13px;
    background: #fff;
    overflow: hidden;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.jl-search-field:focus-within {
    border-color: var(--jl-teal);
    box-shadow: 0 0 0 4px rgba(11, 127, 122, .11);
}

.jl-search-field > .jl-icon {
    margin-left: 18px;
    color: var(--jl-teal);
}

.jl-search-field input {
    width: 100%;
    min-width: 0;
    padding: 16px;
    background: transparent;
    border: 0;
    outline: 0;
    color: var(--jl-navy);
    font: inherit;
}

.jl-search-field button {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: 0 24px;
    color: #fff;
    background: var(--jl-teal);
    border: 0;
    font: inherit;
    font-size: .9rem;
    font-weight: 800;
    cursor: pointer;
}

.jl-search-field button:hover,
.jl-search-field button:focus-visible {
    background: var(--jl-teal-dark);
}

.jl-search-card > p {
    margin: 8px 0 0;
    color: var(--jl-muted);
    font-size: .8rem;
}

.jl-stats {
    padding: 34px 0 10px;
}

.jl-stats__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 10px;
}

.jl-stats article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 12px;
    padding: 18px;
    background: #fbfcfc;
    border: 1px solid var(--jl-line);
    border-radius: 14px;
}

.jl-stats .jl-icon {
    grid-row: 1 / 3;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    color: var(--jl-teal);
}

.jl-stats span {
    color: var(--jl-muted);
    font-size: .74rem;
    line-height: 1.35;
}

.jl-stats strong {
    color: var(--jl-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
}

.jl-stats strong.jl-date {
    font-family: inherit;
    font-size: .92rem;
    font-weight: 800;
}

.jl-directory {
    padding: 82px 0 96px;
}

.jl-directory__intro {
    display: grid;
    grid-template-columns: minmax(240px, .7fr) minmax(420px, 1.3fr);
    gap: 55px;
    align-items: end;
    margin-bottom: 32px;
}

.jl-directory__intro h2,
.jl-section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(2.35rem, 4vw, 3.9rem);
    line-height: 1.02;
}

.jl-directory__intro > p {
    margin-bottom: .2rem;
    color: var(--jl-muted);
    font-size: .96rem;
}

.jl-status-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    padding-bottom: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.jl-status-tabs a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .55rem;
    min-height: 44px;
    padding: 9px 15px;
    background: #fff;
    border: 1px solid var(--jl-line);
    border-radius: 11px;
    color: #41566a;
    font-size: .82rem;
    font-weight: 750;
    text-decoration: none;
}

.jl-status-tabs a span {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    min-height: 24px;
    padding: 0 6px;
    background: #eef3f4;
    border-radius: 999px;
    color: var(--jl-navy);
    font-size: .7rem;
}

.jl-status-tabs a:hover,
.jl-status-tabs a:focus-visible,
.jl-status-tabs a[aria-current="page"] {
    color: #fff;
    background: var(--jl-navy);
    border-color: var(--jl-navy);
}

.jl-status-tabs a[aria-current="page"] span {
    color: var(--jl-navy);
    background: #fff;
}

.jl-directory__layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.jl-filters {
    position: sticky;
    top: 18px;
    padding: 22px;
    background: var(--jl-surface);
    border: 1px solid var(--jl-line);
    border-radius: 17px;
}

.jl-filters__top {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 17px;
}

.jl-filters__top .jl-kicker {
    margin-bottom: .15rem;
}

.jl-filters__top h3 {
    margin-bottom: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.7rem;
    font-weight: 500;
}

.jl-filters__top > button {
    display: none;
    border: 0;
    background: transparent;
    color: var(--jl-navy);
    cursor: pointer;
}

.jl-filters label {
    margin-top: 13px;
}

.jl-filters select,
.jl-sort-form select {
    width: 100%;
    min-height: 44px;
    padding: 8px 34px 8px 11px;
    color: var(--jl-ink);
    background-color: #fff;
    border: 1px solid #c7d3d9;
    border-radius: 9px;
    font: inherit;
    font-size: .8rem;
}

.jl-filter-actions {
    display: grid;
    gap: 8px;
    margin-top: 22px;
}

.jl-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .55rem;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 10px;
    font: inherit;
    font-size: .82rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.jl-button--primary {
    color: #fff;
    background: var(--jl-teal);
}

.jl-button--primary:hover,
.jl-button--primary:focus-visible {
    background: var(--jl-teal-dark);
}

.jl-button--secondary {
    color: var(--jl-navy);
    background: #fff;
    border-color: #b8c7cf;
}

.jl-button--text {
    color: var(--jl-teal-dark);
    background: transparent;
}

.jl-button--light {
    color: var(--jl-navy);
    background: #fff;
}

.jl-button--outline-light {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, .5);
}

.jl-results {
    min-width: 0;
}

.jl-results__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    min-height: 54px;
    margin-bottom: 14px;
    padding: 8px 12px 8px 18px;
    background: #fff;
    border: 1px solid var(--jl-line);
    border-radius: 12px;
}

.jl-results__toolbar p {
    margin: 0;
    color: var(--jl-muted);
    font-size: .85rem;
}

.jl-results__toolbar p strong {
    color: var(--jl-navy);
}

.jl-sort-form {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.jl-sort-form label {
    color: var(--jl-muted);
    font-size: .76rem;
    font-weight: 700;
    white-space: nowrap;
}

.jl-sort-form select {
    min-width: 176px;
}

.jl-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 14px;
}

.jl-active-filters a {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    padding: 6px 9px;
    color: #385264;
    background: #f2f6f6;
    border: 1px solid #d6e1e3;
    border-radius: 999px;
    font-size: .7rem;
    text-decoration: none;
}

.jl-active-filters .jl-icon {
    width: 14px;
    height: 14px;
}

.jl-context-note {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    padding: 12px 14px;
    color: #634d1d;
    background: #fff8e8;
    border: 1px solid #eedda6;
    border-radius: 10px;
    font-size: .78rem;
}

.jl-context-note p {
    margin: 0;
}

.jl-table-wrap {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--jl-line);
    border-radius: 15px;
}

.jl-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.jl-table th {
    padding: 13px 12px;
    color: #d6e4ea;
    background: var(--jl-navy);
    border-right: 1px solid rgba(255, 255, 255, .12);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-align: left;
    text-transform: uppercase;
}

.jl-table th:first-child {
    width: 24%;
}

.jl-table th:nth-child(2) {
    width: 13%;
}

.jl-table th:nth-child(3) {
    width: 15%;
}

.jl-table th:nth-child(4) {
    width: 12%;
}

.jl-table th:nth-child(5) {
    width: 14%;
}

.jl-table th:nth-child(6) {
    width: 10%;
}

.jl-table th:last-child {
    width: 12%;
}

.jl-table td {
    padding: 16px 12px;
    border-top: 1px solid var(--jl-line);
    vertical-align: top;
    color: #344c5e;
    font-size: .76rem;
    overflow-wrap: anywhere;
}

.jl-table tbody tr:first-child td {
    border-top: 0;
}

.jl-table tbody tr:hover {
    background: #fbfdfd;
}

.jl-table td > span,
.jl-table td > small,
.jl-table td > time {
    display: block;
}

.jl-table td > small {
    margin-top: 4px;
    color: var(--jl-muted);
    font-size: .69rem;
}

.jl-journal-cell > a {
    display: block;
    margin-bottom: 6px;
    color: var(--jl-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.jl-journal-cell > a:hover,
.jl-journal-cell > a:focus-visible {
    color: var(--jl-teal-dark);
    text-decoration: underline;
}

.jl-journal-cell > span {
    color: #526b7e;
    line-height: 1.4;
}

.jl-status {
    display: inline-flex !important;
    align-items: center;
    gap: .38rem;
    max-width: 100%;
    padding: 5px 8px;
    border: 1px solid;
    border-radius: 999px;
    font-size: .66rem;
    font-weight: 800;
    line-height: 1.25;
}

.jl-status .jl-icon {
    width: 13px;
    height: 13px;
}

.jl-status--evaluated,
.jl-status--verified {
    color: #075f5b;
    background: #e9f7f4;
    border-color: #b5e2dc;
}

.jl-status--progress {
    color: #285d73;
    background: #edf6f9;
    border-color: #c4dfe8;
}

.jl-status--pending {
    color: #785515;
    background: #fff7e5;
    border-color: #ead59a;
}

.jl-status--restricted {
    color: #8c3240;
    background: #fff0f2;
    border-color: #e9c1c7;
}

.jl-status--neutral {
    color: #4d6070;
    background: #f2f5f6;
    border-color: #d5dee2;
}

.jl-result-cell strong {
    display: block;
    color: var(--jl-teal-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 1;
}

.jl-result-cell > span:not(.jl-muted) {
    margin-top: 5px;
    color: var(--jl-navy);
    font-weight: 800;
}

.jl-muted {
    color: var(--jl-muted);
    font-style: italic;
}

.jl-profile-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: var(--jl-teal-dark);
    font-weight: 800;
    text-decoration: none;
}

.jl-profile-link .jl-icon {
    width: 16px;
    height: 16px;
}

.jl-profile-link:hover,
.jl-profile-link:focus-visible {
    text-decoration: underline;
}

.jl-mobile-records {
    display: none;
}

.jl-empty-state {
    display: grid;
    justify-items: center;
    min-height: 330px;
    padding: 55px 30px;
    background: #fbfcfc;
    border: 1px solid var(--jl-line);
    border-radius: 16px;
    text-align: center;
}

.jl-empty-state > .jl-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    color: var(--jl-teal);
}

.jl-empty-state h3 {
    margin-bottom: 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.75rem;
}

.jl-empty-state p {
    max-width: 560px;
    color: var(--jl-muted);
}

.jl-empty-state .jl-button {
    margin-top: 10px;
}

.jl-empty-state--error > .jl-icon {
    color: var(--jl-danger);
}

.jl-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 20px;
}

.jl-pagination p {
    margin: 0;
    color: var(--jl-muted);
    font-size: .78rem;
}

.jl-pagination > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.jl-pagination a {
    display: inline-grid;
    place-items: center;
    min-width: 39px;
    min-height: 39px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid var(--jl-line);
    border-radius: 8px;
    color: var(--jl-navy);
    font-size: .76rem;
    font-weight: 750;
    text-decoration: none;
}

.jl-pagination a:hover,
.jl-pagination a:focus-visible,
.jl-pagination a[aria-current="page"] {
    color: #fff;
    background: var(--jl-teal);
    border-color: var(--jl-teal);
}

.jl-mobile-filter-button {
    display: none;
}

.jl-status-guide {
    padding: 90px 0;
    background: var(--jl-surface);
    border-block: 1px solid var(--jl-line);
}

.jl-section-heading {
    max-width: 690px;
    margin-bottom: 34px;
}

.jl-section-heading > p {
    color: var(--jl-muted);
}

.jl-status-guide__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.jl-status-guide article {
    padding: 24px;
    background: #fff;
    border: 1px solid var(--jl-line);
    border-radius: 15px;
}

.jl-status-guide article > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    color: var(--jl-teal);
}

.jl-status-guide article > div > span {
    color: var(--jl-platinum);
    font-size: .72rem;
    font-weight: 800;
}

.jl-status-guide article h3 {
    margin-bottom: 10px;
    font-size: 1rem;
}

.jl-status-guide article p {
    margin-bottom: 0;
    color: var(--jl-muted);
    font-size: .82rem;
}

.jl-text-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 25px;
    color: var(--jl-teal-dark);
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

.jl-text-link:hover,
.jl-text-link:focus-visible {
    text-decoration: underline;
}

.jl-intelligence {
    padding: 98px 0;
}

.jl-intelligence__grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
    gap: 85px;
    align-items: center;
}

.jl-intelligence h2 {
    margin-bottom: 22px;
    font-size: clamp(2.45rem, 4vw, 4rem);
    line-height: 1.03;
}

.jl-intelligence p {
    color: var(--jl-muted);
}

.jl-intelligence__principles {
    display: grid;
    gap: 10px;
}

.jl-intelligence__principles article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px;
    background: #fbfcfc;
    border: 1px solid var(--jl-line);
    border-left: 3px solid var(--jl-teal);
    border-radius: 12px;
}

.jl-intelligence__principles .jl-icon {
    color: var(--jl-teal);
}

.jl-intelligence__principles span {
    color: var(--jl-muted);
    font-size: .82rem;
}

.jl-intelligence__principles strong {
    color: var(--jl-navy);
    font-size: .82rem;
}

.jl-responsible {
    padding: 0 0 98px;
}

.jl-responsible__card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 25px;
    padding: 35px;
    background: #f6faf9;
    border: 1px solid #cde1df;
    border-radius: 20px;
}

.jl-responsible__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: var(--jl-teal);
    background: #fff;
    border: 1px solid #cce1de;
    border-radius: 50%;
}

.jl-responsible h2 {
    margin-bottom: 12px;
    font-size: clamp(1.75rem, 2.5vw, 2.55rem);
}

.jl-responsible p {
    color: #486172;
}

.jl-responsible nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.jl-responsible nav a {
    color: var(--jl-teal-dark);
    font-size: .78rem;
    font-weight: 800;
}

.jl-publisher-cta {
    padding: 75px 0;
    color: #fff;
    background:
        radial-gradient(circle at 82% 25%, rgba(38, 191, 177, .15), transparent 26%),
        var(--jl-navy);
}

.jl-publisher-cta__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
    gap: 70px;
    align-items: center;
}

.jl-publisher-cta .jl-kicker {
    color: #63d3ca;
}

.jl-publisher-cta h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1;
}

.jl-publisher-cta p {
    max-width: 760px;
    margin-bottom: 0;
    color: #b7c9d4;
}

.jl-publisher-cta__actions {
    display: grid;
    gap: 9px;
}

.jl-publisher-cta__actions > a:last-child {
    margin-top: 4px;
    color: #8bd8d2;
    font-size: .78rem;
    text-align: center;
}

.jl-faq {
    padding: 100px 0;
}

.jl-faq__grid {
    display: grid;
    grid-template-columns: minmax(280px, .7fr) minmax(500px, 1.3fr);
    gap: 85px;
}

.jl-faq__list {
    border-top: 1px solid var(--jl-line);
}

.jl-faq details {
    border-bottom: 1px solid var(--jl-line);
}

.jl-faq summary {
    position: relative;
    padding: 20px 42px 20px 0;
    color: var(--jl-navy);
    font-size: .95rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.jl-faq summary::-webkit-details-marker {
    display: none;
}

.jl-faq summary::after {
    position: absolute;
    top: 19px;
    right: 4px;
    color: var(--jl-teal);
    content: "+";
    font-size: 1.4rem;
    font-weight: 400;
}

.jl-faq details[open] summary::after {
    content: "–";
}

.jl-faq details p {
    max-width: 740px;
    padding: 0 38px 20px 0;
    color: var(--jl-muted);
    font-size: .88rem;
}

.jl-page :focus-visible {
    outline: 3px solid rgba(11, 127, 122, .35);
    outline-offset: 3px;
}

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

@media (max-width: 1120px) {
    .jl-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr);
        gap: 45px;
    }

    .jl-hero__visual {
        grid-template-columns: 115px 1fr;
        padding: 24px;
    }

    .jl-axis__line {
        left: 55px;
    }

    .jl-axis__curve {
        left: 15px;
        width: 82px;
    }

    .jl-axis > i {
        left: 44px;
    }

    .jl-table {
        min-width: 930px;
    }

    .jl-table-wrap {
        overflow-x: auto;
    }
}

@media (max-width: 920px) {
    .jl-hero {
        padding-top: 60px;
    }

    .jl-hero__grid,
    .jl-directory__intro,
    .jl-intelligence__grid,
    .jl-publisher-cta__grid,
    .jl-faq__grid {
        grid-template-columns: 1fr;
    }

    .jl-hero__visual {
        max-width: 620px;
    }

    .jl-directory__intro,
    .jl-intelligence__grid,
    .jl-publisher-cta__grid,
    .jl-faq__grid {
        gap: 28px;
    }

    .jl-directory__layout {
        grid-template-columns: 1fr;
    }

    .jl-mobile-filter-button {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        min-height: 44px;
        margin-bottom: 14px;
        padding: 9px 15px;
        color: var(--jl-navy);
        background: #fff;
        border: 1px solid var(--jl-line);
        border-radius: 10px;
        font: inherit;
        font-size: .82rem;
        font-weight: 800;
    }

    .jl-filters {
        position: fixed;
        z-index: 1000;
        inset: 0 0 0 auto;
        width: min(390px, 92vw);
        max-height: 100vh;
        padding: 26px;
        border-radius: 0;
        overflow-y: auto;
        transform: translateX(105%);
        visibility: hidden;
        transition: transform .25s ease, visibility .25s ease;
        box-shadow: -25px 0 70px rgba(7, 26, 43, .22);
    }

    .jl-filters.is-open {
        transform: translateX(0);
        visibility: visible;
    }

    .jl-filters__top > button {
        display: inline-grid;
        place-items: center;
        width: 42px;
        height: 42px;
    }

    body.jl-filter-open {
        overflow: hidden;
    }

    body.jl-filter-open::after {
        position: fixed;
        z-index: 999;
        inset: 0;
        background: rgba(7, 26, 43, .58);
        content: "";
    }

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

@media (max-width: 760px) {
    .jl-page .shell {
        width: min(100% - 28px, 1240px);
    }

    .jl-breadcrumb {
        padding-block: 13px;
    }

    .jl-hero {
        padding: 48px 0 95px;
        background-size: 48px 48px, 48px 48px, auto;
    }

    .jl-hero__copy h1 {
        font-size: clamp(3rem, 15vw, 4.6rem);
    }

    .jl-hero__copy p {
        font-size: .98rem;
    }

    .jl-hero__visual {
        grid-template-columns: 86px 1fr;
        gap: 18px;
        padding: 20px;
    }

    .jl-visual__heading {
        align-items: flex-start;
    }

    .jl-visual__heading > span {
        font-size: .59rem;
    }

    .jl-axis__line {
        left: 40px;
    }

    .jl-axis__curve {
        left: 5px;
        width: 67px;
    }

    .jl-axis > i {
        left: 29px;
    }

    .jl-search-card {
        padding: 22px 18px;
    }

    .jl-search-card__heading {
        display: block;
    }

    .jl-search-card__heading a {
        display: inline-block;
        margin-top: 8px;
    }

    .jl-search-field {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .jl-search-field button {
        grid-column: 1 / -1;
        justify-content: center;
        min-height: 50px;
        margin: 5px;
        border-radius: 9px;
    }

    .jl-directory {
        padding: 68px 0;
    }

    .jl-results__toolbar {
        align-items: flex-start;
    }

    .jl-sort-form {
        display: grid;
    }

    .jl-sort-form select {
        min-width: 150px;
    }

    .jl-table-wrap {
        display: none;
    }

    .jl-mobile-records {
        display: grid;
        gap: 12px;
    }

    .jl-record-card {
        padding: 20px;
        background: #fff;
        border: 1px solid var(--jl-line);
        border-radius: 15px;
        box-shadow: 0 9px 25px rgba(7, 26, 43, .04);
    }

    .jl-record-card__top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 16px;
    }

    .jl-record-card__top > small {
        color: var(--jl-muted);
        font-size: .64rem;
    }

    .jl-record-card h3 {
        margin-bottom: 6px;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 1.28rem;
        line-height: 1.25;
    }

    .jl-record-card h3 a {
        text-decoration: none;
    }

    .jl-record-card > p {
        color: var(--jl-muted);
        font-size: .82rem;
    }

    .jl-record-card dl {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 18px 0;
        padding: 16px 0;
        border-block: 1px solid var(--jl-line);
    }

    .jl-record-card dl div {
        min-width: 0;
    }

    .jl-record-card dt {
        color: var(--jl-muted);
        font-size: .65rem;
        font-weight: 800;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .jl-record-card dd {
        margin: 2px 0 0;
        color: var(--jl-navy);
        font-size: .78rem;
        overflow-wrap: anywhere;
    }

    .jl-record-card .jl-button {
        width: 100%;
    }

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

    .jl-pagination > div {
        max-width: 100%;
        overflow-x: auto;
    }

    .jl-status-guide,
    .jl-intelligence,
    .jl-faq {
        padding-block: 72px;
    }

    .jl-intelligence__principles article {
        grid-template-columns: auto 1fr;
    }

    .jl-intelligence__principles strong {
        grid-column: 2;
    }

    .jl-responsible {
        padding-bottom: 72px;
    }

    .jl-responsible__card {
        grid-template-columns: 1fr;
        padding: 25px;
    }
}

@media (max-width: 520px) {
    .jl-hero__visual {
        grid-template-columns: 68px 1fr;
    }

    .jl-axis__line {
        left: 31px;
    }

    .jl-axis__curve {
        left: 0;
        width: 54px;
    }

    .jl-axis > i {
        left: 20px;
    }

    .jl-hero__visual li {
        grid-template-columns: 28px 1fr;
        padding-inline: 9px;
        font-size: .75rem;
    }

    .jl-status-guide__grid {
        grid-template-columns: 1fr;
    }

    .jl-results__toolbar {
        display: grid;
    }

    .jl-sort-form {
        width: 100%;
    }

    .jl-sort-form select {
        width: 100%;
    }

    .jl-record-card dl {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jl-page *,
    .jl-page *::before,
    .jl-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media print {
    .jl-hero__visual,
    .jl-search-section,
    .jl-filters,
    .jl-mobile-filter-button,
    .jl-publisher-cta,
    .jl-faq,
    .jl-pagination {
        display: none !important;
    }

    .jl-page .shell {
        width: 100%;
    }

    .jl-hero {
        padding: 25px 0;
        background: #fff;
    }

    .jl-search-section {
        margin-top: 0;
    }

    .jl-directory__layout {
        display: block;
    }

    .jl-table {
        min-width: 0;
        font-size: 8pt;
    }
}

