.site-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home .site-main > .hs-home-hero,
.home .site-main > .hs-home-band,
.home .site-main > .hs-home-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.hs-home-container {
    width: min(1280px, 96vw);
    margin-inline: auto;
}

.hs-home-hero .hs-home-container {
    box-sizing: border-box;
    max-width: var(--wp--style--global--wide-size);
    width: 100%;
}

.hs-home-hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    margin: 0;
    padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
    padding-block: clamp(3rem, 6vw, 5rem);
}

.home .hs-home-hero {
    padding-block: clamp(3.1rem, 5.8vw, 4.9rem);
}

.hs-home-hero .hs-home-kicker,
.hs-home-hero .hs-home-title,
.hs-home-hero .hs-home-subtitle {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.hs-home-kicker {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0;
    opacity: 0.85;
}

.hs-home-title {
    margin: 0.4rem 0 0;
    max-width: 18ch;
}

.hs-home-subtitle {
    max-width: 64ch;
    margin-top: 1.25rem;
}

.hs-home-hero-intent {
    margin-top: 1.2rem;
    max-width: 100%;
    padding: 0 !important;
}

.hs-home-hero-discovery-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}

.hs-home-hero-search {
    margin: 0;
    flex: 0 1 auto;
    width: min(100%, 54rem);
    min-width: 0;
    gap: 0.75rem;
    position: relative;
}

.hs-home-hero-search-input-wrapper {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
}

.hs-home-hero-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0d607e;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.hs-home-hero-search-icon svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.hs-home-hero-search input[type="search"] {
    min-height: 52px;
    width: 100%;
    border: 1px solid rgba(195, 229, 239, 0.82);
    border-radius: 999px;
    background: rgba(248, 252, 254, 0.98);
    color: #16313f;
    box-shadow: 0 14px 30px rgba(1, 20, 27, 0.16);
    padding: 0.65rem 1rem 0.65rem 2.85rem;
    font-size: 1rem;
    transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s, transform ease-in-out 0.2s;
}

.hs-home-hero-search input[type="search"]::placeholder {
    color: #537a8c;
}

.hs-home-hero-search input[type="search"]:focus,
.hs-home-hero-search input[type="search"]:focus-visible {
    outline: none;
    border-color: #92d5eb;
    box-shadow: 0 0 0 4px rgba(115, 205, 232, 0.24), 0 14px 30px rgba(1, 20, 27, 0.16);
}

.hs-home-hero-search .wp-element-button {
    min-height: 56px;
    min-width: 118px;
    padding-inline: 1.25rem;
    background: #1f7ea8 !important;
    border: 1px solid #1f7ea8 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(1, 20, 27, 0.18);
    font-weight: 700;
}

.hs-home-hero-search .wp-element-button:hover,
.hs-home-hero-search .wp-element-button:focus,
.hs-home-hero-search .wp-element-button:focus-visible,
.hs-home-hero-search .wp-element-button:active,
.hs-home-hero-search .wp-element-button:visited {
    background: #176687 !important;
    border-color: #176687 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.hs-home-hero-actions {
    flex: 0 0 auto;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.hs-home-hero-actions .hs-home-btn {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.68);
    box-shadow: 0 10px 22px rgba(1, 20, 27, 0.12);
}

.hs-home-hero-actions .hs-home-btn:hover,
.hs-home-hero-actions .hs-home-btn:focus {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.88);
}

.hs-home-discovery {
    background: linear-gradient(180deg, #f3fafc 0%, #f8fbfc 100%);
}

.hs-home-cta-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.hs-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 999px;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.hs-home-btn:hover,
.hs-home-btn:focus {
    transform: translateY(-2px);
}

.hs-home-btn-primary {
    background: #004751;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

a.hs-home-btn-primary,
a.hs-home-btn-primary:visited,
a.hs-home-btn-primary:hover,
a.hs-home-btn-primary:focus,
a.hs-home-btn-primary:active {
    color: #ffffff;
    text-decoration: none;
}

.hs-home-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

a.hs-home-btn-secondary,
a.hs-home-btn-secondary:visited,
a.hs-home-btn-secondary:hover,
a.hs-home-btn-secondary:focus,
a.hs-home-btn-secondary:active {
    color: #ffffff;
    text-decoration: none;
}

.hs-home-section {
    background: #f8fbfc;
    padding-block: clamp(2rem, 4vw, 3rem);
}

.home .hs-home-section {
    padding-block: clamp(1.6rem, 3.4vw, 2.5rem);
}

.home .hs-home-section.ords-space-p20,
.home .hs-home-band.ords-space-p20 {
    margin-block: clamp(1.5rem, 3vw, 3rem);
    margin-inline: 0;
    padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
}

.home .hs-home-cta-row.ords-space-p8 {
    margin: 0.35rem 0 0;
    padding: 0;
}

.hs-home-section-title {
    margin: 0;
    color: #06384b;
    letter-spacing: -0.01em;
    font-size: clamp(1.65rem, 1.25rem + 1vw, 2.2rem);
    line-height: 1.15;
}

.hs-home-section-lead {
    margin: 0.65rem 0 1.2rem;
    color: #245467;
    max-width: 70ch;
}

.hs-home-duo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.hs-home-panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.hs-home-stack {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.hs-home-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.hs-home-card {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #d8eaf0;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.hs-home-card.ords-space-p12 {
    margin: 0.2rem !important;
    padding: 0 !important;
}

.hs-home-card:hover,
.hs-home-card:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(7, 53, 70, 0.12);
}

.hs-home-card-media-link {
    text-decoration: none;
}

.hs-home-card-media {
    margin: 0 0 0.75rem;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: #d8e9ef;
}

.hs-home-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 260ms ease;
}

.hs-home-card:hover .hs-home-card-media img,
.hs-home-card:focus-within .hs-home-card-media img {
    transform: scale(1.02);
}

.hs-home-explore {
    margin-top: 1rem;
    margin-inline: auto;
    border-radius: 12px;
    border: 1px solid #d4e8ef;
    background: #ffffff;
    text-align: center;
}

.hs-home-explore-title {
    margin: 0;
    color: #0b4a60;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hs-home-explore-copy {
    margin: 0.75rem auto 0;
    max-width: 68ch;
    color: #235266;
}

.hs-home-chip-row {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.hs-home-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.56rem 0.92rem;
    border-radius: 999px;
    border: 1px solid #b7d6e0;
    color: #06435a;
    background: #f3fbff;
    text-decoration: none;
    font-family: Mulish, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}

.hs-home-chip i {
    font-size: 1rem;
    line-height: 1;
}

.hs-home-link-arrow {
    margin-left: 0.2rem;
    font-size: 0.95rem;
    transition: transform 180ms ease;
}

.hs-home-chip:hover,
.hs-home-chip:focus {
    background: #d6eef6;
    border-color: #90bfd1;
    color: #04374a;
    text-decoration: none;
}

.hs-home-chip:hover .hs-home-link-arrow,
.hs-home-chip:focus .hs-home-link-arrow {
    transform: translateX(2px);
}

.hs-home-news {
    background: #f8fbfc;
}

.hs-news-archive-hero .hs-home-title {
    max-width: 14ch;
}

.hs-news-archive-hero .hs-home-subtitle {
    max-width: 68ch;
}

.hs-news-archive-section {
    background: linear-gradient(180deg, #f7fbfd 0%, #eef7fb 100%);
}

.hs-news-archive-grid {
    margin-top: 0.25rem;
}

.hs-news-archive-date {
    margin: 0 0.92rem 0.4rem;
    color: #3f6a7a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.hs-news-archive-pagination {
    margin-top: 1.2rem;
}

.hs-news-archive-empty {
    border: 1px solid #cfe3ec;
    border-radius: 12px;
    background: #ffffff;
    padding: 1rem 1.1rem;
    color: #355f71;
}

.hs-home-news-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.1rem;
}

.hs-home-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.hs-home-card-type {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.28rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2e6478;
    font-size: 0.64rem;
    padding: 0 0.92rem;
}

.hs-home-card-icon {
    width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dff2f7;
    color: #005776;
    line-height: 1;
    text-transform: none;
}

.hs-home-card-icon i {
    font-size: 0.9rem;
    line-height: 1;
}

.hs-home-card-type-label {
    display: inline-block;
}

.hs-home-card-title {
    margin: 0 0 0.34rem;
    line-height: 1.2;
    padding: 0 0.92rem;
}

.hs-home-card-link {
    color: #052f3f;
    text-decoration: none;
    font-size: 0.96rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hs-home-card-link:hover,
.hs-home-card-link:focus {
    text-decoration: underline;
}

.hs-home-card-excerpt {
    margin: 0 0 0.6rem;
    color: #3c5967;
    font-size: 0.82rem;
    line-height: 1.35;
    flex-grow: 1;
    padding: 0 0.92rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hs-home-readmore {
    color: #005776;
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    text-decoration: none;
    font-size: 0.8rem;
    padding: 0 0.92rem 0.95rem;
}

.hs-home-readmore i {
    font-size: 0.95rem;
    transition: transform 180ms ease;
}

.hs-home-readmore:hover,
.hs-home-readmore:focus {
    text-decoration: underline;
}

.hs-home-readmore:hover i,
.hs-home-readmore:focus i {
    transform: translate(1px, -1px);
}

.hs-home-card .hs-home-readmore {
    display: none;
}

.hs-home-band {
    background: linear-gradient(125deg, #eaf7fc 0%, #d7eef4 100%);
    padding-block: clamp(2rem, 4vw, 3rem);
}

.home .hs-home-band {
    padding-block: clamp(1.6rem, 3.3vw, 2.5rem);
}

.hs-home-band-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.hs-home-band-content {
    max-width: 72ch;
}

.hs-home-band-title {
    margin: 0;
}

.hs-home-band-copy {
    margin: 0.5rem 0 0;
    max-width: 70ch;
}

.hs-home-band-search {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    gap: 0.65rem;
    justify-content: center;
    max-width: 820px;
    width: min(100%, 820px);
}

.hs-home-band-search-input-wrapper {
    align-items: center;
    background: #ffffff;
    border: 1px solid #b7d6e0;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(1, 20, 27, 0.12);
    display: flex;
    flex: 1 1 auto;
    min-height: 52px;
    padding: 0 0.95rem;
    transition: box-shadow ease-in-out 0.2s, border-color ease-in-out 0.2s, transform ease-in-out 0.2s;
}

.hs-home-band-search-input-wrapper:hover {
    border-color: #8ec4d6;
    box-shadow: 0 16px 34px rgba(1, 20, 27, 0.14);
    transform: translateY(-1px);
}

.hs-home-band-search-input-wrapper:focus-within {
    border-color: #8ec4d6;
    box-shadow: 0 0 0 3px rgba(142, 196, 214, 0.45), 0 14px 30px rgba(1, 20, 27, 0.12);
}

.hs-home-band-search-input {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #16313f;
    font-size: 1rem;
    line-height: 1.3;
    min-height: 44px;
    outline: none;
    width: 100%;
}

#hs-home-search {
    -webkit-appearance: none !important;
    appearance: none !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

#hs-home-search:focus,
#hs-home-search:focus-visible,
#hs-home-search:hover {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.hs-home-band-search-input::-webkit-search-decoration,
.hs-home-band-search-input::-webkit-search-cancel-button,
.hs-home-band-search-input::-webkit-search-results-button,
.hs-home-band-search-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.hs-home-band-search-input::placeholder {
    color: #4e7687;
}

.hs-home-band-search-actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.hs-home-band-search-submit {
    align-items: center;
    background-color: #004751;
    border: 1px solid #004751;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    min-height: 52px;
    min-width: 52px;
    padding: 0.75rem;
    transition: background-color ease-in-out 0.2s, border-color ease-in-out 0.2s, transform ease-in-out 0.2s;
}

.hs-home-band-search-submit svg {
    fill: currentColor;
    height: 1rem;
    width: 1rem;
}

.hs-home-band-search-submit:hover,
.hs-home-band-search-submit:focus-visible {
    background-color: #0a5a66;
    border-color: #0a5a66;
    transform: translateY(-1px);
}

.hs-home-band-actions {
    margin-top: 0.25rem;
    justify-content: center;
}

.hs-home-topics {
    background: linear-gradient(180deg, #f5fbfe 0%, #edf7fb 100%);
}

.hs-home-topic-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.hs-home-topic-item {
    min-width: 0;
}

.hs-home-topic-link {
    background: #ffffff;
    border: 1px solid #d2e7ee;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(8, 61, 82, 0.07);
    color: #073f53;
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hs-home-topic-link:hover,
.hs-home-topic-link:focus-visible {
    border-color: #8fbfd0;
    box-shadow: 0 18px 30px rgba(8, 61, 82, 0.14);
    outline: none;
    transform: translateY(-2px);
}

.hs-home-topic-media {
    aspect-ratio: 16 / 10;
    background: #d8e9ef;
    margin: 0;
    overflow: hidden;
}

.hs-home-topic-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 260ms ease;
    width: 100%;
}

.hs-home-topic-link:hover .hs-home-topic-media img,
.hs-home-topic-link:focus-visible .hs-home-topic-media img {
    transform: scale(1.04);
}

.hs-home-topic-label {
    color: #0a4357;
    font-size: 0.93rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.25;
    margin: 0;
    padding: 0.78rem 0.82rem 0.85rem;
}

.hs-home-metrics {
    background: linear-gradient(145deg, #eef8fb 0%, #e2f2f8 55%, #d9edf5 100%);
    color: #1f4b5d;
}

.hs-home-metrics .hs-home-section-title {
    color: #0a4a5f;
}

.hs-home-metrics .hs-home-section-lead {
    color: #2f667a;
    margin-bottom: 1rem;
}

.hs-home-metrics-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
}

.hs-home-metrics-link {
    color: #0d647d;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
}

.hs-home-metrics-link:hover,
.hs-home-metrics-link:focus {
    text-decoration: underline;
}

.hs-home-metrics-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.hs-home-metrics-tab {
    appearance: none;
    border: 1px solid #b9dce8;
    background: #f6fbfd;
    color: #2e6679;
    border-radius: 999px;
    padding: 0.44rem 0.78rem;
    font-family: Mulish, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hs-home-metrics-tab:hover,
.hs-home-metrics-tab:focus-visible {
    background: #e8f5fa;
    border-color: #8ec6d8;
    color: #0f5770;
    outline: none;
}

.hs-home-metrics-tab.is-active {
    background: #d9eff7;
    border-color: #5ea9c3;
    color: #0a4f69;
}

.hs-home-metrics-panels {
    position: relative;
}

.hs-home-metric-card {
    margin: 0;
    border: 1px solid #b9dce8;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    padding-top: 3.5rem;
}

.hs-home-metric-card[hidden] {
    display: none;
}

.hs-home-metric-figure {
    margin: 0;
}

.hs-home-metric-figure img {
    width: 100%;
    aspect-ratio: 21 / 9;
    display: block;
    object-fit: cover;
}

.hs-home-metric-chart {
    width: 100%;
    aspect-ratio: 21 / 9;
    display: block;
}

.hs-home-metric-chart svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hs-home-metric-title {
    margin: 0.75rem 0 0.25rem;
    padding: 0 0.85rem;
    color: #0a4a5f;
    font-size: 1rem;
    line-height: 1.2;
}

.hs-home-metric-copy {
    margin: 0 0 0.85rem;
    padding: 0 0.85rem;
    color: #3a6a7b;
    font-size: 0.82rem;
    line-height: 1.4;
}

.hs-metrics-page-hero {
    padding-block: clamp(2.5rem, 5vw, 4rem);
}

.hs-metrics-page-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.hs-metrics-kpi-card {
    background: #ffffff;
    border: 1px solid #d3e8ef;
    border-radius: 12px;
    padding: 1rem 1rem 1.1rem;
}

.hs-metrics-kpi-label {
    margin: 0;
    color: #2f6678;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.hs-metrics-kpi-value {
    margin: 0.35rem 0 0;
    color: #083d52;
    font-size: clamp(1.7rem, 1.35rem + 1vw, 2.2rem);
    line-height: 1.1;
}

.hs-metrics-kpi-note {
    margin: 0.3rem 0 0;
    color: #507686;
}

.hs-metrics-analytics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 0.25rem;
}

.hs-metrics-analytics-note {
    margin: 0 0 0.75rem;
    color: #2f6678;
}

.hs-metrics-referrers {
    margin-top: 0.85rem;
    background: #ffffff;
    border: 1px solid #d3e8ef;
    border-radius: 12px;
    padding: 0.9rem 1rem;
}

.hs-metrics-referrers-title {
    margin: 0 0 0.45rem;
    color: #0a4a5f;
}

.hs-metrics-referrers-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hs-metrics-referrers-item {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid #e7f3f8;
}

.hs-metrics-referrers-item:last-child {
    border-bottom: 0;
}

.hs-metrics-referrer-source {
    color: #0a4a5f;
    font-weight: 600;
}

.hs-metrics-referrer-value {
    color: #507686;
}

.hs-learning-page-hero {
    padding-block: clamp(2.5rem, 5vw, 4rem);
}

.hs-learning-page-hero .hs-home-title {
    max-width: 18ch;
}

.hs-learning-page-hero .hs-home-subtitle {
    max-width: 72ch;
}

.hs-learning-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.hs-learning-webinars {
    background: linear-gradient(145deg, #eef8fb 0%, #e2f2f8 55%, #d9edf5 100%);
}

.hs-learning-tutorials {
    background: linear-gradient(180deg, #f6fbfe 0%, #edf7fb 100%);
}

.hs-learning-tutorials .hs-home-news-head {
    margin-bottom: 0.45rem;
}

.hs-learning-tool-callout {
    margin: 0 0 0.8rem;
    color: #2f6678;
}

.hs-learning-tool-link {
    color: #0b5771;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-decoration: none;
}

.hs-learning-tool-link:hover,
.hs-learning-tool-link:focus {
    text-decoration: underline;
}

.hs-learning-tool-link-icon {
    font-size: 0.9em;
    margin-left: 0.2rem;
    vertical-align: baseline;
}

.hs-learning-tutorial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.hs-learning-tutorial-card {
    background: #ffffff;
    border: 1px solid #b9dce8;
    border-radius: 12px;
    overflow: hidden;
}

.hs-learning-tutorial-media-link {
    text-decoration: none;
    display: block;
}

.hs-learning-tutorial-media {
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #d8e9ef;
}

.hs-learning-tutorial-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 260ms ease;
}

.hs-learning-tutorial-card:hover .hs-learning-tutorial-media img,
.hs-learning-tutorial-card:focus-within .hs-learning-tutorial-media img {
    transform: scale(1.03);
}

.hs-learning-tutorial-title {
    margin: 0;
    padding: 0;
}

.hs-learning-tutorial-body {
    padding: 0.8rem 0.9rem 0.95rem;
}

.hs-learning-tutorial-link {
    color: #0b4e67;
    text-decoration: none;
}

.hs-learning-tutorial-link:hover,
.hs-learning-tutorial-link:focus {
    text-decoration: underline;
}

.hs-learning-tutorial-blurb {
    margin: 0.45rem 0 0;
    color: #355f71;
    line-height: 1.45;
}

.hs-learning-manuals {
    background: #f8fbfc;
}

.hs-learning-manual-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.hs-learning-manual-card {
    background: #ffffff;
    border: 1px solid #b9dce8;
    border-radius: 12px;
    border-left: 4px solid #2d7a95;
    padding: 1.05rem 1.15rem;
}

.hs-learning-manual-body {
    padding: 0;
}

.hs-learning-manual-title {
    margin: 0;
}

.hs-learning-manual-link {
    color: #0b4e67;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-decoration: none;
}

.hs-learning-manual-date {
    margin: 0.5rem 0 0;
    color: #4b7585;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.hs-learning-manual-icon {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    background: #dff2f7;
    color: #005776;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.86rem;
    flex-shrink: 0;
}

.hs-learning-manual-link:hover,
.hs-learning-manual-link:focus {
    text-decoration: underline;
}

.hs-learning-manual-blurb {
    margin: 0.45rem 0 0;
    color: #355f71;
    line-height: 1.45;
}

.hs-learning-resources {
    background: linear-gradient(180deg, #f4f9fc 0%, #edf6fb 100%);
}

.hs-learning-resource-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
}

.hs-learning-resource-feature-card {
    background: #ffffff;
    border: 1px solid #b9dce8;
    border-radius: 12px;
    overflow: hidden;
}

.hs-learning-resource-feature-media-link {
    text-decoration: none;
    display: block;
}

.hs-learning-resource-feature-media {
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #d8e9ef;
}

.hs-learning-resource-feature-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 260ms ease;
}

.hs-learning-resource-feature-card:hover .hs-learning-resource-feature-media img,
.hs-learning-resource-feature-card:focus-within .hs-learning-resource-feature-media img {
    transform: scale(1.03);
}

.hs-learning-resource-feature-body {
    padding: 0.8rem 0.9rem 0.95rem;
}

.hs-learning-resource-feature-title {
    margin: 0;
}

.hs-learning-resource-feature-link {
    color: #0b4e67;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    text-decoration: none;
}

.hs-learning-resource-feature-link-icon {
    font-size: 0.9em;
    line-height: 1;
}

.hs-learning-resource-feature-link:hover,
.hs-learning-resource-feature-link:focus {
    text-decoration: underline;
}

.hs-learning-resource-feature-blurb {
    margin: 0.45rem 0 0;
    color: #355f71;
    line-height: 1.45;
}

.hs-about-page-hero {
    padding-block: clamp(2.8rem, 5vw, 4.2rem);
}

.hs-about-page-hero .hs-home-title {
    max-width: 18ch;
}

.hs-about-page-hero .hs-home-subtitle {
    max-width: 76ch;
}

.hs-about-page-content {
    background: linear-gradient(180deg, #f7fbfd 0%, #eef7fb 100%);
}

.hs-about-rich-content {
    background: #ffffff;
    border: 1px solid #d3e8ef;
    border-radius: 12px;
    padding: clamp(1.1rem, 2vw, 1.6rem);
    color: #244f61;
    box-shadow: 0 10px 26px rgba(8, 61, 82, 0.06);
}

.hs-about-rich-content h2,
.hs-about-rich-content h3,
.hs-about-rich-content h4 {
    color: #0b4a60;
    margin-top: 1.35rem;
    margin-bottom: 0.55rem;
    line-height: 1.2;
}

.hs-about-rich-content h2:first-child,
.hs-about-rich-content h3:first-child,
.hs-about-rich-content h4:first-child {
    margin-top: 0;
}

.hs-about-rich-content p,
.hs-about-rich-content li {
    color: #315d6f;
    line-height: 1.6;
}

.hs-about-rich-content p {
    margin: 0 0 0.95rem;
}

.hs-about-rich-content ul,
.hs-about-rich-content ol {
    margin: 0.25rem 0 1rem 1.25rem;
    padding: 0;
}

.hs-about-rich-content li + li {
    margin-top: 0.35rem;
}

.hs-about-rich-content li::marker {
    color: #1e6d88;
}

.hs-about-rich-content strong,
.hs-about-rich-content b {
    color: #0a4a5f;
}

.hs-about-rich-content > :first-child {
    margin-top: 0;
}

.hs-about-rich-content > :last-child {
    margin-bottom: 0;
}

.hs-about-rich-content a {
    color: #0a5f7b;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
}

.hs-about-rich-content a:hover,
.hs-about-rich-content a:focus {
    color: #064860;
}

.hs-about-pi-section {
    background: #f8fbfc;
    border-top: 1px solid #deedf3;
}

.hs-about-profile-card {
    background: #ffffff;
    border: 1px solid #d6e8ef;
    border-radius: 14px;
    padding: 1.15rem;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1.2rem;
    align-items: stretch;
    box-shadow: 0 10px 24px rgba(9, 56, 74, 0.06);
}

.hs-about-profile-media {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #d8e9ef;
    min-height: 320px;
}

.hs-about-profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hs-about-profile-body {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.hs-about-profile-kicker {
    margin: 0;
    color: #2d677c;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.hs-about-profile-name {
    margin: 0;
    color: #0a4960;
    font-size: clamp(1.5rem, 1.28rem + 0.5vw, 1.9rem);
    line-height: 1.15;
}

.hs-about-profile-role {
    margin: 0;
    color: #396676;
    font-weight: 700;
}

.hs-about-profile-copy {
    margin: 0.25rem 0 0;
    color: #315d6f;
}

.hs-about-profile-links {
    margin: 0.45rem 0 0;
    color: #37687a;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.hs-about-profile-links a {
    color: #0a5f7b;
    text-decoration: none;
}

.hs-about-profile-links a:hover,
.hs-about-profile-links a:focus {
    text-decoration: underline;
}

.hs-about-profile-meta {
    margin-top: 0.35rem;
    border-top: 1px solid #d7e9f0;
    padding-top: 0.55rem;
    display: grid;
    gap: 0.4rem;
}

.hs-about-profile-meta-item {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    color: #37687a;
}

.hs-about-profile-meta-label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 0.72rem;
    color: #4b7484;
}

.hs-about-profile-meta-item a {
    color: #0a5f7b;
    text-decoration: none;
}

.hs-about-profile-meta-item a:hover,
.hs-about-profile-meta-item a:focus {
    text-decoration: underline;
}

@media (max-width: 960px) {
    .hs-about-profile-card {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 1rem;
    }

    .hs-about-profile-media {
        min-height: 280px;
    }
}

@media (max-width: 640px) {
    .hs-about-profile-card {
        grid-template-columns: 1fr;
    }

    .hs-about-profile-media {
        min-height: 240px;
    }
}

.hs-learning-track-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.hs-learning-track-card {
    background: #ffffff;
    border: 1px solid #b9dce8;
    border-radius: 12px;
    padding: 1rem;
}

.hs-learning-track-kicker {
    margin: 0;
    color: #2f6678;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
}

.hs-learning-track-kicker i {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dff2f7;
    color: #005776;
    font-size: 0.8rem;
}

.hs-learning-track-title {
    margin: 0.35rem 0 0.65rem;
    color: #0a4a5f;
}

.hs-learning-resource-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.5rem;
}

.hs-learning-resource-item {
    color: #2f6678;
}

.hs-learning-resource-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 0.55rem;
    align-items: center;
    border: 1px solid #d4e8ef;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.45rem;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hs-learning-resource-card:hover,
.hs-learning-resource-card:focus {
    transform: translateY(-1px);
    border-color: #9dcddd;
    box-shadow: 0 8px 18px rgba(11, 73, 97, 0.12);
}

.hs-learning-resource-media {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #d8e9ef;
}

.hs-learning-resource-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hs-learning-resource-link {
    color: #0b5771;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.25;
}

.hs-learning-resource-link:hover,
.hs-learning-resource-link:focus {
    text-decoration: underline;
}

.hs-learning-webinar-spotlight {
    background: #f8fbfc;
}

.hs-learning-spotlight-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.hs-learning-spotlight-step {
    background: #ffffff;
    border: 1px solid #d3e8ef;
    border-radius: 12px;
    padding: 1rem;
}

.hs-learning-spotlight-step h3 {
    margin: 0;
    color: #0a4a5f;
}

.hs-learning-spotlight-step p {
    margin: 0.45rem 0 0;
    color: #355f71;
}

.hs-search-page-shell {
    --hs-earthdata-blue-50: #f3f9fe;
    --hs-earthdata-blue-100: #eaf4fd;
    --hs-earthdata-blue-700: #0f4f78;
    --hs-earthdata-accent: #1f7ea8;
    background: linear-gradient(180deg, var(--hs-earthdata-blue-50) 0%, var(--hs-earthdata-blue-100) 100%);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-bottom: 1px solid rgba(15, 79, 120, 0.18);
}

.page-template-page-search-explorer nav.breadcrumb,
.page-template-page-search-explorer-php nav.breadcrumb {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.page-template-page-search-explorer nav.breadcrumb::before,
.page-template-page-search-explorer-php nav.breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #f3f9fe;
    z-index: -1;
}

.hs-search-page-shell .hs-home-container {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding-left: clamp(0.25rem, 1vw, 1rem);
    padding-right: clamp(0.75rem, 2vw, 1.5rem);
}

.page-template-page-search-explorer .hs-search-page-shell,
.page-template-page-search-explorer-php .hs-search-page-shell {
    margin-top: 0;
    padding-top: clamp(0.75rem, 1.5vw, 1.25rem);
    padding-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.hs-search-results-shell {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #ffffff;
}

.page-template-page-search-explorer .hs-search-results-shell,
.page-template-page-search-explorer-php .hs-search-results-shell {
    padding-top: clamp(0.35rem, 1vw, 0.75rem);
}

.hs-search-results-shell .hs-home-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: clamp(0.25rem, 1vw, 1rem);
    padding-right: clamp(0.75rem, 2vw, 1.5rem);
    padding-top: 1.1rem;
}

.page-template-page-search-explorer .hs-search-results-shell .hs-home-container,
.page-template-page-search-explorer-php .hs-search-results-shell .hs-home-container {
    padding-top: 0.35rem;
}

.hs-search-header {
    margin-bottom: 1rem;
}

.hs-search-header .hs-home-section-title {
    margin-bottom: 0.25rem;
}

.hs-search-form {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    flex-wrap: wrap;
}

.hs-search-form input[type="search"] {
    flex: 1 1 360px;
    min-height: 44px;
    border: 1px solid #b7d6e0;
    border-radius: 999px;
    padding: 0.65rem 0.8rem;
    background: #ffffff;
    transition: box-shadow ease-in-out 0.2s, border-color ease-in-out 0.2s;
}

.hs-search-form input[type="search"]:focus,
.hs-search-form input[type="search"]:focus-visible {
    border-color: #8ec4d6;
    box-shadow: 0 0 0 3px rgba(142, 196, 214, 0.45);
    outline: none;
}

.hs-search-form button {
    border-radius: 999px;
}

.hs-search-form .wp-element-button {
    background: var(--hs-earthdata-accent);
    border: 1px solid var(--hs-earthdata-accent);
    color: #ffffff;
}

.hs-search-form .wp-element-button:hover,
.hs-search-form .wp-element-button:focus-visible {
    background: #176687;
    border-color: #176687;
}

.hs-home-hero-search input[type="search"] {
    min-height: 56px;
    border: 1px solid rgba(195, 229, 239, 0.82) !important;
    border-radius: 999px;
    background: rgba(248, 252, 254, 0.98) !important;
    box-shadow: 0 14px 30px rgba(1, 20, 27, 0.16) !important;
    padding: 0.65rem 1rem 0.65rem 2.85rem !important;
}

.hs-home-hero-search input[type="search"]:focus,
.hs-home-hero-search input[type="search"]:focus-visible {
    border-color: #92d5eb !important;
    box-shadow: 0 0 0 4px rgba(115, 205, 232, 0.24), 0 14px 30px rgba(1, 20, 27, 0.16) !important;
}

.hs-search-layout {
    display: grid;
    grid-template-columns: 18rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.post-type-archive-tools .hs-search-layout {
    column-gap: 1.75rem;
}

.hs-maps-archive-page .hs-search-layout {
    column-gap: 1.75rem;
}

.post-type-archive-tools .hs-search-results-shell .hs-home-container {
    width: min(1360px, 98vw);
}

.hs-maps-archive-page .hs-search-results-shell .hs-home-container {
    width: min(1360px, 98vw);
}

.post-type-archive-tools .hs-search-sidebar {
    margin-left: clamp(-1.2rem, -2vw, -0.75rem);
}

.hs-maps-archive-page .hs-search-sidebar {
    margin-left: clamp(-1.2rem, -2vw, -0.75rem);
}

.post-type-archive-tools .hs-news-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hs-maps-archive-page .hs-news-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hs-datasets-archive-page .hs-search-layout,
.hs-publications-archive-page .hs-search-layout {
    column-gap: 1.75rem;
}

.hs-datasets-archive-page .hs-search-results-shell .hs-home-container,
.hs-publications-archive-page .hs-search-results-shell .hs-home-container {
    width: min(1360px, 98vw);
}

.hs-datasets-archive-page .hs-search-sidebar,
.hs-publications-archive-page .hs-search-sidebar {
    margin-left: clamp(-1.2rem, -2vw, -0.75rem);
}

.hs-datasets-archive-page .archive-posts--container.card-grid,
.hs-publications-archive-page .archive-posts--container.card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

.hs-datasets-archive-page .archive-posts--container .card.card-post--landscape,
.hs-publications-archive-page .archive-posts--container .card.card-post--landscape {
    border: 1px solid #d8eaf0;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.75rem 0.9rem;
}

.hs-search-sidebar,
.hs-search-results {
    min-width: 0;
}

.hs-search-sidebar {
    margin-left: clamp(-0.75rem, -1.25vw, -0.35rem);
}

.page-template-page-search-explorer .hs-search-sidebar,
.page-template-page-search-explorer-php .hs-search-sidebar {
    margin-left: clamp(-1.1rem, -1.8vw, -0.6rem);
    margin-top: 2.2rem;
}

.hs-search-filter-bubbles {
    margin: 0 0 0.6rem;
}

.hs-search-filter-bubble-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.hs-search-filter-bubble-list:empty {
    display: none;
}

.hs-search-filter-bubble-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid var(--steel-200);
    background: var(--white);
    border-radius: 999px;
    padding: 0.22rem 0.55rem;
    font-size: 0.75rem;
    color: #335a6f;
}

.hs-search-filter-bubble-list .filter-bubble-remove {
    border: 0;
    background: transparent;
    color: #335a6f;
    line-height: 1;
    cursor: pointer;
    font-size: 0.95rem;
    padding: 0;
}

.hs-search-toolbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    border-bottom: 0;
    padding-bottom: 0;
}

.hs-search-toolbar-title {
    margin: 0;
    color: var(--hs-earthdata-blue-700);
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: lowercase;
}

.hs-search-toolbar-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #3a6a7b;
    font-size: 0.85rem;
}

.hs-search-sort {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.hs-search-sort label {
    font-weight: 600;
}

.hs-search-sort select {
    border: 1px solid #b7d6e0;
    border-radius: 8px;
    background: #fff;
    padding: 0.3rem 0.45rem;
    min-height: 36px;
}

.hs-search-layout #sidebarMenu.is-static-open {
    position: sticky;
    top: 1rem;
    align-self: start;
    width: 18rem;
    height: auto;
    border: 1px solid var(--steel-200);
    border-left: 1px solid var(--steel-200);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
}

.hs-search-layout #sidebarMenu.is-static-open .container {
    height: auto;
    top: 0;
}

.hs-search-layout #sidebarMenu.is-static-open .sidebar-header {
    border-bottom: 1px solid var(--steel-200);
    padding: 0.8rem 1rem;
}

.hs-search-layout #sidebarMenu.is-static-open .sidebar-filter-accordion--item {
    border-bottom: 1px solid var(--steel-100);
    padding: 0.85rem 1rem;
}

.hs-search-layout #sidebarMenu.is-static-open .sidebar-filter-accordion--item:last-child {
    border-bottom: 0;
}

.hs-maps-archive-page #panel-map-types.panel {
    height: auto;
    overflow-y: visible;
    padding-bottom: 0.45rem;
}

.hs-maps-archive-page #panel-map-types .form__item--checkbox {
    padding-bottom: 0.55rem;
}

.hs-maps-archive-page #panel-map-types .form__item--checkbox:last-child {
    padding-bottom: 0;
}

.hs-search-layout #sidebarMenu .toggle-element.vertical .hs-filter-caret {
    display: inline-flex;
    font-size: 1rem;
    line-height: 1;
    color: var(--steel-700);
    transition: transform 140ms ease;
}

.hs-search-layout #sidebarMenu .toggle-element.vertical svg {
    display: none;
}

.hs-search-layout #sidebarMenu .accordion-trigger[aria-expanded=true] .hs-filter-caret {
    transform: rotate(180deg);
}

.hs-search-layout #sidebarMenu.is-static-open .sidebar-filter-section {
    max-height: none;
    overflow: visible;
}

.hs-search-layout #sidebarMenu.is-static-open .wp-block-buttons.button-group {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding: 0.75rem 0;
    border-top: 1px solid var(--steel-200);
    background: var(--white);
}

.hs-search-layout .archive-posts--container {
    min-width: 0;
}

.hs-search-page .archive-posts--container.card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

.hs-search-page .archive-posts--container .card.card-post--landscape {
    border: 1px solid #d8eaf0;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.75rem 0.9rem;
}

.hs-search-page .archive-posts--container .card .card--header h2 {
    margin: 0 0 0.25rem;
    font-size: 1.02rem;
    line-height: 1.25;
}

.hs-search-page .archive-posts--container .card .card--meta {
    font-size: 0.75rem;
    color: #4e7382;
}

.hs-search-page .archive-posts--container .card .hs-search-card-type {
    margin: 0.18rem 0 0rem;
    padding: 0;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2f667a;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.72rem;
}

.hs-search-page .archive-posts--container .card .hs-search-card-filetype-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: 1.3rem;
    color: #2f667a;
    text-transform: uppercase;
    font-size: 0.74rem;
}

.hs-search-page .archive-posts--container .card .hs-search-card-filetype-inline i {
    font-size: 0.86rem;
    line-height: 1;
}

.hs-search-page .archive-posts--container .card .hs-search-card-doi-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: 1.3rem;
    color: #2f667a;
    text-transform: none;
    font-size: 0.78rem;
    line-height: 1;
}

.hs-search-page .archive-posts--container .card .hs-search-card-doi-inline i {
    font-size: 0.72rem;
    line-height: 1;
}

.hs-search-page .archive-posts--container .card .hs-search-card-type > i {
    width: 1.3rem;
    height: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #dff2f7;
    color: #005776;
}

.hs-search-page .archive-posts--container .card .hs-search-card-doi-link {
    color: inherit;
    text-decoration: none;
    font-size: 0.78rem;
    line-height: 1;
}

.hs-search-page .archive-posts--container .card .hs-search-card-doi-text {
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-right: 0.08rem;
}

.hs-search-page .archive-posts--container .card .hs-search-card-doi-link:hover,
.hs-search-page .archive-posts--container .card .hs-search-card-doi-link:focus {
    text-decoration: underline;
}

.hs-search-page .archive-posts--container .card .hs-search-card-authors,
.hs-search-page .archive-posts--container .card .hs-search-card-institution,
.hs-search-page .archive-posts--container .card .hs-search-card-project {
    margin-top: 0.22rem;
    font-size: 0.78rem;
    color: #3a6272;
    line-height: 1.35;
}

.hs-search-page .archive-posts--container .card .hs-search-card-authors strong,
.hs-search-page .archive-posts--container .card .hs-search-card-institution strong,
.hs-search-page .archive-posts--container .card .hs-search-card-project strong {
    color: #2b5364;
    font-weight: 700;
    margin-right: 0.2rem;
}

.hs-search-page .archive-posts--container .card .card--meta .posted-on {
    font-size: 0.78rem;
    color: #2b5364;
    font-weight: 700;
    line-height: 1.35;
}

.hs-search-page .archive-posts--container .card .card--meta .posted-on .entry-date,
.hs-search-page .archive-posts--container .card .card--meta .posted-on .updated {
    color: #3a6272;
    font-weight: 400;
}

.hs-search-page .archive-posts--container .card .card--content {
    margin-top: 0.35rem;
    font-size: 0.88rem;
    line-height: 1.45;
}

.hs-search-page .archive-posts--container .card .hs-search-card-themes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
    margin-top: 0.62rem;
}

.hs-search-page .archive-posts--container .card .hs-search-theme-bubble {
    --hs-theme-hue: 200;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.18rem 0.52rem;
    border: 1px solid hsl(var(--hs-theme-hue) 48% 66%);
    background: hsl(var(--hs-theme-hue) 72% 93%);
    color: hsl(var(--hs-theme-hue) 56% 24%);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 960px) {
    .hs-search-layout {
        grid-template-columns: 1fr;
    }

    .hs-search-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .hs-search-layout #sidebarMenu.is-static-open {
        position: relative;
        top: 0;
        border-left: 1px solid #d8eaf0;
        border-radius: 12px;
    }

    .hs-search-sidebar {
        margin-left: 0;
        margin-top: 0;
    }

    .hs-search-layout #sidebarMenu.is-static-open .sidebar-filter-section {
        max-height: none;
    }

    .hs-learning-kpis,
    .hs-learning-track-grid,
    .hs-learning-spotlight-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-learning-manual-grid {
        grid-template-columns: 1fr;
    }

    .hs-learning-resource-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-learning-tutorial-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .hs-home-stack .hs-home-card,
    .hs-home-news-grid .hs-home-card,
    .hs-home-topic-item {
        opacity: 0;
        transform: translateY(10px);
        animation: hs-home-rise 520ms ease forwards;
    }

    .hs-home-stack .hs-home-card:nth-child(2),
    .hs-home-news-grid .hs-home-card:nth-child(2) {
        animation-delay: 80ms;
    }

    .hs-home-stack .hs-home-card:nth-child(3),
    .hs-home-news-grid .hs-home-card:nth-child(3) {
        animation-delay: 140ms;
    }

    .hs-home-topic-item:nth-child(2) {
        animation-delay: 70ms;
    }

    .hs-home-topic-item:nth-child(3) {
        animation-delay: 110ms;
    }

    .hs-home-topic-item:nth-child(4) {
        animation-delay: 150ms;
    }
}

@keyframes hs-home-rise {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {
    .hs-home-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-home-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-home-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hs-home-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .hs-home-grid {
        grid-template-columns: 1fr;
    }

    .hs-home-topic-grid {
        grid-template-columns: 1fr;
    }

    .hs-home-stack {
        grid-template-columns: 1fr;
    }

    .hs-home-news-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .hs-home-metrics-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .hs-home-news-grid {
        grid-template-columns: 1fr;
    }

    .hs-home-metrics-tabs {
        gap: 0.35rem;
    }

    .hs-home-metrics-tab {
        font-size: 0.75rem;
        padding: 0.4rem 0.68rem;
    }

    .hs-home-metric-figure img {
        aspect-ratio: 16 / 9;
    }

    .hs-home-metric-chart {
        aspect-ratio: 16 / 9;
    }

    .hs-metrics-page-kpis {
        grid-template-columns: 1fr;
    }

    .hs-metrics-analytics-grid {
        grid-template-columns: 1fr;
    }

    .hs-learning-kpis,
    .hs-learning-track-grid,
    .hs-learning-spotlight-steps {
        grid-template-columns: 1fr;
    }

    .hs-learning-manual-grid {
        grid-template-columns: 1fr;
    }

    .hs-learning-resource-feature-grid {
        grid-template-columns: 1fr;
    }

    .hs-learning-resource-card {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .hs-home-band-search {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .hs-home-band-search-actions {
        justify-content: flex-start;
    }

    .hs-home-hero-search {
        align-items: stretch;
        gap: 0.6rem;
    }

    .hs-home-hero-discovery-row {
        flex-direction: column;
        align-items: stretch;
    }

    .hs-home-hero-search-input-wrapper {
        min-height: 52px;
        padding-inline: 0.9rem;
    }

    .hs-home-hero-search .wp-element-button {
        min-width: 0;
        width: 100%;
        min-height: 50px;
    }

    .hs-home-hero-actions {
        flex-wrap: wrap;
    }

    .hs-home-title {
        font-size: 2.2rem;
    }

    .hs-home-card-media {
        margin: 0 0 0.68rem;
        aspect-ratio: 4 / 3;
    }
}

/* Featured Resources tabbed section */
.hs-home-featured .hs-home-section-title {
    text-align: center;
}

.hs-home-featured .hs-home-section-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hs-home-featured-tabs {
    margin-top: 0.85rem;
    margin-bottom: 1.2rem;
    justify-content: center;
}

.hs-home-featured-tab {
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    line-height: 1.2;
    min-width: 11rem;
    justify-content: center;
    text-align: center;
}

.hs-home-featured-tab:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(0, 71, 81, 0.45);
}

.hs-home-featured-tab.is-active,
.hs-home-featured-tab.is-active:hover,
.hs-home-featured-tab.is-active:focus {
    background: #004751;
    border-color: #004751;
    color: #ffffff;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #004751;
    transform: translateY(-1px);
}

a.hs-home-featured-tab.is-active,
a.hs-home-featured-tab.is-active:visited,
a.hs-home-featured-tab.is-active:hover,
a.hs-home-featured-tab.is-active:focus {
    color: #ffffff;
}

.hs-home-featured-panel {
    margin-top: 0.25rem;
}

.hs-home-featured-panel[hidden] {
    display: none;
}

.hs-home-featured-head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.6rem;
}

.hs-home-featured-head .hs-home-readmore {
    padding: 0;
}

/* Cards in Featured Resources reuse the Latest card layout, but the
   type indicator is rendered as a solid dark-blue pill (matching the
   primary buttons) instead of the small icon + label eyebrow. */
.hs-home-featured .hs-home-card-icon {
    display: none;
}

.hs-home-featured .hs-home-card-type {
    margin: -0.75rem 0 0.6rem;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: inherit;
    position: relative;
    z-index: 1;
}

.hs-home-featured .hs-home-card-type-label {
    display: inline-block;
    background: #004751;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    padding: 0.65rem 1rem;
    font-family: Mulish, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
}

/* Learning Resources section */
.hs-home-learning {
    background: linear-gradient(180deg, #f5fbfe 0%, #edf7fb 100%);
}

.hs-home-learning-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: center;
}

.hs-home-learning-text .hs-home-section-title {
    margin-bottom: 0.6rem;
}

.hs-home-learning-text .hs-home-section-lead {
    margin-bottom: 1.4rem;
}

.hs-home-learning-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

/* Learning cards use the same hs-home-card structure as Featured Resources */
.hs-home-learning .hs-home-card-icon {
    display: none;
}

.hs-home-learning .hs-home-card-type {
    margin: -0.75rem 0 0.6rem;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: inherit;
    position: relative;
    z-index: 1;
}

.hs-home-learning .hs-home-card-type-label {
    display: inline-block;
    background: #004751;
    color: #ffffff;
    border-radius: 0 4px 4px 0;
    padding: 0.65rem 1rem;
    font-family: Mulish, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1;
}

@media (max-width: 768px) {
    .hs-home-learning-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hs-home-learning-cards {
        grid-template-columns: 1fr;
    }
}

.hs-home-learning-card-icon {
    flex-shrink: 0;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #dff2f7;
    color: #004751;
}

.hs-home-learning-card-icon i {
    font-size: 1.35rem;
    line-height: 1;
}

.hs-home-learning-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.hs-home-learning-card-title {
    margin: 0;
    font-size: 1rem;
    color: #052f3f;
    line-height: 1.2;
}

.hs-home-learning-card-excerpt {
    margin: 0;
    color: #3c5967;
    font-size: 0.85rem;
    line-height: 1.4;
}

.hs-home-learning-card .hs-home-readmore {
    padding: 0;
    margin-top: 0.2rem;
}

@media (max-width: 768px) {
    .hs-home-learning-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* ── Who We Are ──────────────────────────────────────────────── */
.hs-home-who {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-block: clamp(3.5rem, 7vw, 6rem);
    padding-inline: var(--wp--style--root--padding-left) var(--wp--style--root--padding-right);
}

.hs-home-who-inner {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
}

.hs-home-who .hs-home-kicker {
    color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 0.6rem;
    font-size: 0.8rem;
}

.hs-home-who-title {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.45);
    margin: 0 0 1rem;
}

.hs-home-who-lead {
    color: rgba(255,255,255,0.88);
    text-shadow: 0 1px 6px rgba(0,0,0,0.35);
    margin: 0 auto 2rem;
    max-width: 60ch;
}

.hs-home-who-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    padding: 0.75rem 2rem;
    font-family: Mulish, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s, border-color 0.18s;
}

.hs-home-who-cta:hover,
.hs-home-who-cta:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
    color: #ffffff;
}

@media (max-width: 768px) {
    .hs-home-who-inner {
        max-width: 100%;
    }
}

/* ── How People Use HydroSource ───────────────────────────────── */
.hs-home-audience .hs-home-section-title {
    text-align: center;
}

.hs-home-audience .hs-home-section-lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 55ch;
}

.hs-home-audience-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.hs-home-audience-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.75rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-top: 4px solid #004751;
}

.hs-home-audience-icon {
    width: 2.75rem;
    height: 2.75rem;
    background: #e8f2f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hs-home-audience-icon i {
    font-size: 1.35rem;
    color: #004751;
}

.hs-home-audience-label {
    margin: 0;
    color: #004751;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.hs-home-audience-quote {
    margin: 0;
    padding: 0;
    border: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.6rem;
}

.hs-home-audience-quote p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #3c5967;
    font-style: italic;
}

.hs-home-audience-attribution {
    font-size: 0.8rem;
    color: #6b8a96;
    font-style: normal;
    font-weight: 600;
}

@media (max-width: 900px) {
    .hs-home-audience-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .hs-home-audience-cards {
        grid-template-columns: 1fr;
    }
}

/* ── Start Using HydroSource CTA Band ───────────────────────── */
.hs-home-cta-band {
    background: #005f73;
    border-top: none;
    border-bottom: none;
    margin-top: clamp(2.5rem, 5vw, 5rem);
    margin-bottom: clamp(2rem, 4vw, 4rem);
    padding-block: clamp(2rem, 4vw, 3rem);
}

.hs-home-cta-band-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: center;
}

.hs-home-cta-band-title {
    margin: 0;
    color: #ffffff;
    line-height: 1.15;
    font-size: clamp(2rem, 4vw, 3.25rem);
    max-width: 10ch;
}

.hs-home-cta-band-lead {
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, 0.82);
}

.hs-home-cta-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.hs-home-cta-band-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.7rem 1.4rem;
    font-family: Mulish, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s, box-shadow 0.18s, background 0.18s;
}

.hs-home-cta-band-btn:hover,
.hs-home-cta-band-btn:focus {
    transform: translateY(-2px);
}

.hs-home-cta-band-btn--primary {
    background: #ffffff;
    color: #002d35 !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}

.hs-home-cta-band-btn--primary:hover,
.hs-home-cta-band-btn--primary:focus {
    background: #e0f0f2;
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

.hs-home-cta-band-btn--secondary {
    background: transparent;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.7);
}

.hs-home-cta-band-btn--secondary:hover,
.hs-home-cta-band-btn--secondary:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

@media (max-width: 768px) {
    .hs-home-cta-band-inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
