.rn-resources-hub {
    --rn-r-ink: var(--rn-text, #211d24);
    --rn-r-muted: #665e69;
    --rn-r-line: var(--rn-line-light, rgba(143, 113, 44, .3));
    --rn-r-paper: rgba(255, 253, 248, .92);
    --rn-r-plum: #180b22;
    --rn-r-plum-soft: #25112f;
    --rn-r-lavender: #d8ccdc;
    --rn-r-gold: var(--rn-gold, #c9a646);
    background-color: var(--rn-ivory, #f7f3ea);
    background-image: linear-gradient(rgba(247, 243, 234, .96), rgba(247, 243, 234, .97)), var(--rn-light-background, url("/wp-content/uploads/2026/07/beige-background.webp"));
    background-position: center top;
    background-size: min(1254px, 100vw) auto;
    box-shadow: 0 0 0 100vmax var(--rn-ivory, #f7f3ea);
    clip-path: inset(0 -100vmax);
    color: var(--rn-r-ink);
    display: grid;
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    gap: clamp(3rem, 5vw, 5rem);
    margin: 0 auto;
    max-width: 1360px;
    min-width: 0;
    padding: 0 clamp(1rem, 3vw, 3rem) clamp(3rem, 6vw, 5rem);
    width: 100%;
}
.rn-resources-hub, .rn-resources-hub *, .rn-resources-hub *::before, .rn-resources-hub *::after { box-sizing: border-box; }
.rn-resources-hub > *, .rn-resources-library-layout > *, .rn-resources-results { min-width: 0; }
.rn-resources-hub :where(h1, h2, h3, p, a, button, span) { overflow-wrap: anywhere; }
.rn-resources-hub :where(h1, h2, h3) { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; letter-spacing: -.018em; }
.rn-resources-hub :where(a, button, input, select):focus-visible { outline: 3px solid var(--rn-gold-bright, #e0bd5b); outline-offset: 3px; }

.rn-resources-hero {
    background: linear-gradient(110deg, rgba(247, 243, 234, .98), rgba(247, 243, 234, .88)), var(--rn-light-background, url("/wp-content/uploads/2026/07/beige-background.webp"));
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid var(--rn-r-line);
    margin-left: calc(clamp(1rem, 3vw, 3rem) * -1);
    margin-right: calc(clamp(1rem, 3vw, 3rem) * -1);
    min-height: min(720px, 72vh);
    padding: clamp(3.25rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem);
    position: relative;
}
.rn-resources-hero::after { background: var(--rn-gold, #c9a646); bottom: 0; content: ""; height: 4px; left: 0; position: absolute; right: 0; }
.rn-resources-hero-inner { max-width: 980px; }
.rn-resources-hero h1 { color: var(--rn-black-soft, #12071c); font-size: clamp(3rem, 7vw, 6.4rem); line-height: .94; margin: .6rem 0 1.25rem; max-width: 950px; }
.rn-resources-lead { color: var(--rn-r-muted); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.65; max-width: 800px; }
.rn-resources-eyebrow { color: var(--rn-gold-dark, #8f712c); font-size: .76rem; font-weight: 800; letter-spacing: .16em; margin: 0; text-transform: uppercase; }
.rn-resources-hero-search { margin-top: 2rem; max-width: 840px; }
.rn-resources-hero-search label { color: var(--rn-black-soft, #12071c); display: block; font-size: .86rem; font-weight: 750; margin-bottom: .55rem; }
.rn-resources-search-control { align-items: center; background: #fffdf8; border: 1px solid var(--rn-r-line); box-shadow: 0 14px 38px rgba(18, 7, 28, .08); display: flex; min-height: 62px; padding: 0 1rem; }
.rn-resources-search-control > span { color: var(--rn-gold-dark, #8f712c); font-size: 1.6rem; margin-right: .7rem; }
.rn-resources-search-control input { background: transparent; border: 0; color: var(--rn-r-ink); font-size: 1rem; min-height: 60px; outline: 0; width: 100%; }
.rn-resources-actions { align-items: center; display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.5rem; }
.rn-resources-button { align-items: center; background: transparent; border: 1px solid currentColor; color: var(--rn-black-soft, #12071c); display: inline-flex; font-size: .87rem; font-weight: 750; justify-content: center; min-height: 48px; padding: .85rem 1.25rem; text-decoration: none; }
.rn-resources-button-primary { background: var(--rn-gold, #c9a646); border-color: var(--rn-gold, #c9a646); color: var(--rn-black-soft, #12071c); }
.rn-resources-button:hover { border-color: var(--rn-gold, #c9a646); box-shadow: 0 10px 26px rgba(201, 166, 70, .17); transform: translateY(-2px); }
.rn-resources-button-dark { color: var(--rn-r-ink); }

.rn-resources-section-heading { max-width: 850px; }
.rn-resources-section-heading h2, .rn-resources-library-heading h2, .rn-resources-support h2, .rn-resources-final h2 { color: var(--rn-r-ink); font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1; margin: .55rem 0 .9rem; }
.rn-resources-section-heading > p:not(.rn-resources-eyebrow), .rn-resources-library-heading p, .rn-resources-support p, .rn-resources-final > p:not(.rn-resources-eyebrow) { color: var(--rn-r-muted); line-height: 1.7; }
.rn-resources-needs-grid, .rn-resources-start-grid { display: grid; gap: clamp(1rem, 2vw, 1.35rem); margin-top: 2rem; }
.rn-resources-needs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rn-resources-hub button.rn-resources-need {
    appearance: none;
    background-color: var(--rn-r-plum);
    background-image: linear-gradient(145deg, rgba(37, 17, 47, .97), rgba(8, 5, 12, .98)), var(--rn-dark-background, url("/wp-content/uploads/2026/07/dark-background.webp"));
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(201, 166, 70, .46);
    border-radius: 0;
    box-shadow: 0 18px 42px rgba(18, 7, 28, .14);
    color: var(--rn-ivory, #f7f3ea);
    cursor: pointer;
    display: grid;
    gap: .8rem;
    grid-template-rows: auto 1fr auto;
    isolation: isolate;
    margin: 0;
    max-width: 100%;
    min-height: 230px;
    min-width: 0;
    overflow: hidden;
    padding: 1.45rem;
    position: relative;
    text-align: left;
    text-transform: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    white-space: normal !important;
    width: 100%;
}
.rn-resources-hub button.rn-resources-need::before {
    background: radial-gradient(circle at 13% 8%, rgba(105, 54, 129, .32), transparent 45%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}
.rn-resources-hub button.rn-resources-need:first-child { box-shadow: 0 18px 48px rgba(77, 30, 98, .24), inset 0 1px 0 rgba(224, 189, 91, .08); }
.rn-resources-need-icon {
    align-items: center;
    border: 1px solid rgba(201, 166, 70, .56);
    color: var(--rn-r-gold);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}
.rn-resources-need-icon svg { fill: none; height: 25px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; width: 25px; }
.rn-resources-need-arrow {
    align-items: center;
    border: 1px solid rgba(201, 166, 70, .45);
    border-radius: 50%;
    color: var(--rn-r-gold);
    display: flex;
    font-size: 1.05rem;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 1.15rem;
    top: 1.15rem;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
    width: 38px;
}
.rn-resources-hub button.rn-resources-need strong {
    align-self: end;
    color: var(--rn-ivory, #f7f3ea);
    display: block;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.45rem, 2vw, 1.8rem);
    font-weight: 600;
    line-height: 1.05;
    margin: .25rem 0 0;
    max-width: calc(100% - 2.5rem);
    overflow-wrap: normal;
    white-space: normal !important;
    word-break: normal;
}
.rn-resources-hub button.rn-resources-need small {
    color: var(--rn-r-lavender);
    display: block;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.55;
    margin: 0;
    max-width: 100%;
    overflow-wrap: normal;
    text-transform: none;
    white-space: normal !important;
    word-break: normal;
}
.rn-resources-hub button.rn-resources-need:hover, .rn-resources-hub button.rn-resources-need:focus-visible { border-color: var(--rn-gold-bright, #e0bd5b); box-shadow: 0 22px 52px rgba(18, 7, 28, .26), 0 0 0 1px rgba(224, 189, 91, .12); transform: translateY(-4px); }
.rn-resources-hub button.rn-resources-need:hover .rn-resources-need-arrow, .rn-resources-hub button.rn-resources-need:focus-visible .rn-resources-need-arrow { background: var(--rn-r-gold); color: var(--rn-r-plum); transform: translate(2px, -2px); }
.rn-resources-start-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.rn-resources-start-card, .rn-resource-library-card { background: var(--rn-r-paper); border: 1px solid var(--rn-r-line); box-shadow: 0 10px 28px rgba(18, 7, 28, .045); display: flex; flex-direction: column; min-width: 0; padding: 1.4rem; position: relative; }
.rn-resources-start-card::before, .rn-resource-library-card::before { background: linear-gradient(90deg, var(--rn-r-gold), rgba(72, 28, 91, .72)); content: ""; height: 3px; left: -1px; position: absolute; right: -1px; top: -1px; }
.rn-resources-start-card { min-height: 320px; }
.rn-resources-start-card h3, .rn-resource-library-card h3 { color: var(--rn-r-ink); font-size: 1.55rem; line-height: 1.08; margin: 1rem 0 .7rem; }
.rn-resources-start-card p, .rn-resource-library-card p { color: var(--rn-r-muted); line-height: 1.6; margin: 0 0 1.25rem; }
.rn-resources-start-card > a { color: var(--rn-r-ink); font-weight: 750; margin-top: auto; text-decoration-color: var(--rn-gold, #c9a646); text-underline-offset: .3em; }
.rn-resources-card-meta { align-items: center; display: flex; flex-wrap: wrap; gap: .45rem; }
.rn-resources-card-meta span { background: rgba(201, 166, 70, .12); border-left: 2px solid var(--rn-gold, #c9a646); color: var(--rn-r-ink); font-size: .69rem; font-weight: 750; padding: .35rem .48rem; }

#rn-resources-start {
    background: linear-gradient(115deg, rgba(5, 5, 6, .98), rgba(30, 11, 40, .94)), var(--rn-dark-background, url("/wp-content/uploads/2026/07/dark-background.webp"));
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid rgba(201, 166, 70, .38);
    border-top: 1px solid rgba(201, 166, 70, .38);
    margin-left: calc(clamp(1rem, 3vw, 3rem) * -1);
    margin-right: calc(clamp(1rem, 3vw, 3rem) * -1);
    padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 3rem);
}
#rn-resources-start .rn-resources-section-heading h2 { color: var(--rn-ivory, #f7f3ea); }
#rn-resources-start .rn-resources-section-heading > p:not(.rn-resources-eyebrow) { color: rgba(247, 243, 234, .76); }
#rn-resources-start .rn-resources-start-card { background: rgba(255, 253, 248, .96); border-color: rgba(201, 166, 70, .48); box-shadow: 0 18px 42px rgba(0, 0, 0, .24); }
#rn-resources-start .rn-resources-start-card:hover { border-color: var(--rn-gold-bright, #e0bd5b); box-shadow: 0 22px 48px rgba(0, 0, 0, .3); transform: translateY(-3px); }

.rn-resources-library { border-top: 1px solid var(--rn-r-line); padding-top: clamp(2.5rem, 5vw, 4rem); }
.rn-resources-library-heading { align-items: end; display: flex; gap: 2rem; justify-content: space-between; }
.rn-resources-library-heading > div:first-child { max-width: 850px; }
.rn-resources-result-summary { align-items: baseline; display: flex; flex-direction: column; min-width: 140px; }
.rn-resources-result-summary strong { color: var(--rn-gold-dark, #8f712c); font-family: "Cormorant Garamond", Georgia, serif; font-size: 3.4rem; line-height: 1; }
.rn-resources-result-summary span { color: var(--rn-r-muted); font-size: .78rem; font-weight: 700; }
.rn-resources-tabs { border-bottom: 1px solid var(--rn-r-line); display: flex; gap: .15rem; margin: 2rem 0 1.5rem; max-width: 100%; min-width: 0; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; width: 100%; }
.rn-resources-tabs button { background: transparent; border: 0; border-bottom: 3px solid transparent; color: var(--rn-r-muted); cursor: pointer; flex: 0 0 auto; font-weight: 750; min-height: 48px; padding: .75rem 1rem; text-transform: none; }
.rn-resources-tabs button[aria-selected="true"] { border-bottom-color: var(--rn-gold, #c9a646); color: var(--rn-r-ink); }
.rn-resources-library-layout { align-items: start; display: grid; gap: 1.5rem; grid-template-columns: minmax(220px, 260px) minmax(0, 1fr); }
.rn-resources-filters { background: rgba(18, 7, 28, .97); border: 1px solid rgba(201, 166, 70, .34); color: var(--rn-ivory, #f7f3ea); padding: 1.25rem; position: sticky; top: 96px; }
.rn-resources-filter-heading { align-items: center; display: flex; justify-content: space-between; }
.rn-resources-filter-heading h3 { color: var(--rn-ivory, #f7f3ea); font-size: 1.35rem; margin: 0; }
.rn-resources-filter-heading button { background: transparent; border: 0; color: var(--rn-gold, #c9a646); cursor: pointer; font-size: .78rem; font-weight: 750; padding: .5rem; text-decoration: underline; }
.rn-resources-filter { margin-top: 1rem; }
.rn-resources-filter label { display: block; font-size: .76rem; font-weight: 750; margin-bottom: .4rem; }
.rn-resources-filter select { background: var(--rn-ivory, #f7f3ea); border: 1px solid var(--rn-gold-dark, #8f712c); border-radius: 0; color: var(--rn-r-ink); min-height: 46px; padding: .65rem .7rem; width: 100%; }
.rn-resources-filter-toggle { background: var(--rn-black-soft, #12071c); border: 1px solid var(--rn-gold-dark, #8f712c); color: var(--rn-ivory, #f7f3ea); display: none; font-weight: 750; min-height: 48px; padding: .75rem 1rem; width: 100%; }
.rn-resources-card-grid { display: grid; gap: 1rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.rn-resource-library-card { min-height: 300px; }
.rn-resource-library-card:hover { border-color: var(--rn-gold, #c9a646); box-shadow: 0 16px 38px rgba(18, 7, 28, .08); transform: translateY(-2px); }
.rn-resource-library-card[hidden] { display: none !important; }
.rn-resource-collection { font-size: .8rem; }
.rn-resource-card-actions { align-items: stretch; display: flex; flex-wrap: wrap; gap: .55rem; margin-top: auto; }
.rn-resource-card-actions a, .rn-resource-access-status { align-items: center; border: 1px solid var(--rn-r-ink); color: var(--rn-r-ink); display: inline-flex; flex: 1 1 120px; font-size: .78rem; font-weight: 750; justify-content: center; min-height: 44px; padding: .65rem .75rem; text-align: center; text-decoration: none; }
.rn-resource-card-actions .rn-resource-primary-action { background: var(--rn-gold, #c9a646); border-color: var(--rn-gold, #c9a646); color: var(--rn-black-soft, #12071c); }
.rn-resource-access-status { border-color: var(--rn-r-line); color: var(--rn-r-muted); }
.rn-resources-active-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.rn-resources-active-filters span { background: rgba(201, 166, 70, .13); border: 1px solid var(--rn-r-line); font-size: .75rem; font-weight: 700; padding: .4rem .6rem; }
.rn-resources-empty { border: 1px dashed var(--rn-r-line); padding: 2rem; text-align: center; }
.rn-resources-empty h3 { font-size: 1.8rem; margin-top: 0; }
.rn-resources-empty-suggestions { display: grid; gap: .55rem; margin-top: 1.2rem; }
.rn-resources-empty-suggestions a { color: var(--rn-r-ink); font-weight: 700; }

.rn-resources-format-section { border-top: 1px solid var(--rn-r-line); padding-top: 3rem; }
.rn-resources-format-links { display: grid; gap: .8rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.75rem; }
.rn-resources-format-links button { align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--rn-r-line); color: var(--rn-r-ink); cursor: pointer; display: flex; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; font-weight: 600; justify-content: space-between; min-height: 64px; padding: .75rem .25rem; text-align: left; text-transform: none; }
.rn-resources-format-links span { color: var(--rn-gold-dark, #8f712c); }
.rn-resources-support, .rn-resources-final { background: linear-gradient(110deg, rgba(5, 5, 6, .97), rgba(18, 7, 28, .9)), var(--rn-dark-background, url("/wp-content/uploads/2026/07/dark-background.webp")); background-position: center; background-size: cover; border: 1px solid rgba(201, 166, 70, .34); color: var(--rn-ivory, #f7f3ea); padding: clamp(2rem, 5vw, 4rem); }
.rn-resources-support { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.rn-resources-support > div { max-width: 800px; }
.rn-resources-support h2, .rn-resources-final h2 { color: var(--rn-ivory, #f7f3ea); }
.rn-resources-support p, .rn-resources-final > p:not(.rn-resources-eyebrow) { color: rgba(247, 243, 234, .76); }
.rn-resources-final { text-align: center; }
.rn-resources-final .rn-resources-actions { justify-content: center; }
.rn-resources-final .rn-resources-button:not(.rn-resources-button-primary) { color: var(--rn-ivory, #f7f3ea); }
.rn-resources-professional-link { margin: 1.4rem 0 0; }
.rn-resources-professional-link a { color: var(--rn-gold-bright, #e0bd5b); font-weight: 750; }

@media (max-width: 1100px) {
    .rn-resources-start-grid, .rn-resources-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .rn-resources-needs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .rn-resources-library-layout { grid-template-columns: 1fr; }
    .rn-resources-filter-toggle { display: block; }
    .rn-resources-filters { display: none; position: static; }
    .rn-resources-filters.is-open { display: block; }
    .rn-resources-support { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
    .rn-resources-hub { padding-left: 1rem; padding-right: 1rem; }
    .rn-resources-hero { margin-left: -1rem; margin-right: -1rem; min-height: auto; min-width: 0; padding: 3rem 1rem; width: auto; }
    .rn-resources-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
    .rn-resources-needs-grid, .rn-resources-start-grid, .rn-resources-card-grid, .rn-resources-format-links { grid-template-columns: 1fr; }
    .rn-resources-hub button.rn-resources-need { min-height: 210px; padding: 1.3rem; }
    #rn-resources-start { margin-left: -1rem; margin-right: -1rem; padding-left: 1rem; padding-right: 1rem; }
    .rn-resources-library-heading { align-items: flex-start; flex-direction: column; }
    .rn-resources-actions, .rn-resources-button { width: 100%; }
    .rn-resources-search-control { min-height: 56px; }
    .rn-resource-card-actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    .rn-resources-hub *, .rn-resources-hub *::before, .rn-resources-hub *::after { scroll-behavior: auto !important; transition: none !important; }
}
