.page-home .site-main {
    padding-top: 0;
}

.page-home .site-main > .container-xxl {
    max-width: 100%;
    padding-inline: 0;
}

.page-home .site-flash,
.page-home .home-search-bridge,
.page-home .home-choice-section,
.page-home .home-section,
.page-home .home-verifier-section,
.page-home .home-alerts-section {
    width: min(1320px, calc(100% - 2rem));
    margin-inline: auto;
}

.home-hero {
    position: relative;
    display: grid;
    min-height: clamp(38rem, 78vh, 52rem);
    overflow: hidden;
    place-items: center;
    color: #ffffff;
    background: #2d2924;
    isolation: isolate;
}

.home-hero-carousel {
    position: absolute;
    inset: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #2d2924;
}

.home-hero-carousel .carousel-inner,
.home-hero-carousel .carousel-item {
    width: 100%;
    height: 100%;
}

.home-hero-carousel.carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition:
        opacity 1.8s cubic-bezier(.4, 0, .2, 1) !important;
}

.home-hero-carousel.carousel-fade .carousel-item.active,
.home-hero-carousel.carousel-fade .carousel-item-next.carousel-item-start,
.home-hero-carousel.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.home-hero-carousel.carousel-fade .active.carousel-item-start,
.home-hero-carousel.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
}

.home-hero-slide {
    overflow: hidden;
    background: #2d2924;
}

.home-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    backface-visibility: hidden;
    will-change: transform;
}

.home-hero-slide.active[data-ken-burns="in"] .home-hero-image,
.home-hero-slide.carousel-item-next.carousel-item-start[data-ken-burns="in"] .home-hero-image,
.home-hero-slide.carousel-item-prev.carousel-item-end[data-ken-burns="in"] .home-hero-image {
    animation: home-hero-kenburns-in 8s cubic-bezier(.25, .46, .45, .94) both;
}

.home-hero-slide.active[data-ken-burns="out"] .home-hero-image,
.home-hero-slide.carousel-item-next.carousel-item-start[data-ken-burns="out"] .home-hero-image,
.home-hero-slide.carousel-item-prev.carousel-item-end[data-ken-burns="out"] .home-hero-image {
    animation: home-hero-kenburns-out 8s cubic-bezier(.25, .46, .45, .94) both;
}

.home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(19, 16, 13, .2) 0%,
            rgba(19, 16, 13, .34) 46%,
            rgba(19, 16, 13, .64) 100%
        ),
        radial-gradient(
            circle at 50% 45%,
            rgba(0, 0, 0, .02) 0%,
            rgba(15, 12, 10, .08) 48%,
            rgba(15, 12, 10, .28) 100%
        );
}

.home-hero-content {
    position: relative;
    z-index: 2;
    width: min(920px, calc(100% - 2rem));
    padding: 7rem 1rem 9rem;
    text-align: center;
}

.home-hero-eyebrow,
.home-section-kicker,
.home-card-kicker {
    display: inline-flex;
    align-items: center;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.home-hero-eyebrow {
    margin-bottom: 1.15rem;
    padding: .55rem .85rem;
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(45, 41, 36, .22);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 12px 32px rgba(0, 0, 0, .12);
    backdrop-filter: blur(10px);
}

.home-hero-title,
.home-hero h1 {
    max-width: 900px;
    margin: 0 auto;
    color: #ffffff !important;
    background: none !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.6rem, 8vw, 7.6rem);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .9;
    text-wrap: balance;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow:
        0 3px 10px rgba(0, 0, 0, .34),
        0 18px 48px rgba(0, 0, 0, .3);
    animation: home-hero-title-enter 1.1s cubic-bezier(.2, .75, .25, 1) both;
}

.home-hero-subtitle,
.home-hero-content > p {
    max-width: 700px;
    margin: 1.5rem auto 0;
    color: #ffffff !important;
    font-size: clamp(1rem, 1.8vw, 1.22rem);
    font-weight: 500;
    line-height: 1.7;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, .38),
        0 8px 24px rgba(0, 0, 0, .28);
    animation: home-hero-subtitle-enter 1s ease .24s both;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: center;
    margin-top: 2rem;
    animation: home-hero-actions-enter 1s ease .46s both;
}

.home-hero-actions .btn {
    display: inline-flex;
    gap: .55rem;
    align-items: center;
    min-height: 3.2rem;
    padding-inline: 1.2rem;
    border-radius: 999px;
    font-weight: 800;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease,
        border-color .2s ease;
}

.home-hero-primary {
    border-color: #b68a3a;
    color: #2d2924;
    background:
        linear-gradient(
            145deg,
            #d9bd78 0%,
            #b68a3a 46%,
            #cfae62 72%,
            #e0c685 100%
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .48),
        inset 0 -1px 0 rgba(83, 56, 18, .18),
        0 12px 28px rgba(73, 50, 18, .22);
}

.home-hero-primary:hover,
.home-hero-primary:focus-visible {
    border-color: #c59b4d;
    color: #2d2924;
    background:
        linear-gradient(
            145deg,
            #e4cd94 0%,
            #c39a4a 48%,
            #dcc17c 100%
        );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .58),
        0 15px 34px rgba(73, 50, 18, .28);
    transform: translateY(-2px);
}

.home-hero-secondary {
    border-color: rgba(255, 255, 255, .74);
    color: #ffffff;
    background: rgba(45, 41, 36, .24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.home-hero-secondary:hover,
.home-hero-secondary:focus-visible {
    border-color: #ffffff;
    color: #2d2924;
    background: #ffffff;
    transform: translateY(-2px);
}

.home-hero-dots {
    right: auto;
    bottom: 2rem;
    left: 50%;
    z-index: 4;
    display: flex;
    gap: .5rem;
    width: auto;
    margin: 0;
    transform: translateX(-50%);
}

.home-hero-dots [data-bs-target] {
    width: 2.1rem;
    height: .2rem;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .42);
    opacity: 1;
    transition:
        width .4s ease,
        background-color .4s ease,
        transform .4s ease;
}

.home-hero-dots [data-bs-target].active {
    width: 3.7rem;
    background-color: #ffffff;
    transform: scaleY(1.2);
}

@keyframes home-hero-kenburns-in {
    0% {
        transform: scale(1.02) translate3d(0, 0, 0);
    }

    100% {
        transform: scale(1.16) translate3d(-1.2%, -.8%, 0);
    }
}

@keyframes home-hero-kenburns-out {
    0% {
        transform: scale(1.16) translate3d(1.2%, .8%, 0);
    }

    100% {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
}

@keyframes home-hero-title-enter {
    0% {
        opacity: 0;
        transform: translate3d(0, 26px, 0) scale(.98);
        filter: blur(4px);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
}

@keyframes home-hero-subtitle-enter {
    0% {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes home-hero-actions-enter {
    0% {
        opacity: 0;
        transform: translate3d(0, 14px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.home-search-bridge {
    position: relative;
    z-index: 5;
    margin-top: -3.6rem;
}

.home-search-inner {
    width: min(880px, 100%);
    margin-inline: auto;
    padding: 1.45rem;
    border: 1px solid rgba(198, 161, 91, .3);
    border-radius: 1.5rem;
    background: rgba(255, 253, 248, .97);
    box-shadow: 0 22px 60px rgba(61, 48, 31, .14);
    text-align: center;
    backdrop-filter: blur(16px);
}

.home-section-kicker {
    color: var(--jr-primary-hover);
}

.home-card-kicker {
    color: var(--jr-ink);
}

.home-search-inner h2 {
    margin: .25rem 0 1rem;
    color: var(--jr-ink);
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    font-weight: 650;
}

.home-search .input-group {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    overflow: visible;
    border: 1px solid var(--jr-border-gold);
    border-radius: 1rem;
    background: #fff;
    box-shadow: none;
}

.home-search .input-group-text {
    border: 0;
    color: var(--jr-ink);
    background: transparent;
}

.home-search .form-control {
    width: 100%;
    min-width: 0;
    min-height: 3.2rem;
    border: 0;
    color: var(--jr-ink);
    background: transparent;
    box-shadow: none;
}

.home-search .btn {
    margin: .3rem;
    border-radius: .75rem !important;
}

.home-search .search-suggestions {
    top: calc(100% + .45rem);
    right: 0;
    left: 0;
}

.home-choice-section,
.home-section,
.home-verifier-section,
.home-alerts-section {
    padding-block: clamp(4.5rem, 8vw, 7rem);
}

.home-choice-section {
    padding-top: clamp(5.5rem, 9vw, 8rem);
}

.home-section-heading {
    max-width: 750px;
    margin-bottom: 2rem;
}

.home-section-heading-centered {
    margin-inline: auto;
    text-align: center;
}

.home-section-heading h2,
.home-verifier-copy h2,
.home-alerts-content h2 {
    margin: .45rem 0 .75rem;
    color: var(--jr-ink);
    font-size: clamp(2.1rem, 4vw, 3.55rem);
    line-height: 1.03;
    text-wrap: balance;
}

.home-section-heading p,
.home-verifier-copy p,
.home-alerts-content p,
.home-choice-card p,
.home-article-body p {
    color: var(--jr-ink);
    line-height: 1.75;
}

.home-section-heading-row {
    display: flex;
    max-width: none;
    gap: 1.5rem;
    align-items: end;
    justify-content: space-between;
}

.home-section-heading-row > div {
    max-width: 760px;
}

.home-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1050px;
    margin-inline: auto;
}

.home-choice-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.15rem;
    align-items: start;
    padding: clamp(1.4rem, 3vw, 2.1rem);
    border: 1px solid rgba(198, 161, 91, .28);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--jr-shadow-sm);
}

.home-choice-icon {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    border: 1px solid var(--jr-border-gold);
    border-radius: 999px;
    color: var(--jr-ink);
    background: var(--jr-gold-soft);
    font-size: 1.2rem;
}

.home-choice-card h3 {
    margin: .3rem 0 .55rem;
    color: var(--jr-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
}

.home-choice-card p {
    margin-bottom: .8rem;
}

.home-choice-card a {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    color: var(--jr-ink) !important;
    font-weight: 800;
    text-decoration: none;
}

.home-choice-card a:hover {
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.home-listing-carousel {
    position: relative;
}

.home-carousel-viewport {
    overflow: hidden;
    padding: .65rem .15rem 1.2rem;
}

.home-carousel-track {
    display: flex;
    gap: 1.25rem;
    transition: transform .7s cubic-bezier(.22, .61, .36, 1);
    will-change: transform;
}

.home-listing-cell {
    flex: 0 0 calc((100% - 3.75rem) / 4);
    min-width: 0;
}

.home-carousel-controls {
    display: grid;
    grid-template-columns: 3rem minmax(5rem, 12rem) 3rem;
    gap: .85rem;
    align-items: center;
    justify-content: center;
    margin-top: .55rem;
}

.home-carousel-button {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border: 1px solid var(--jr-border-strong);
    border-radius: 999px;
    color: var(--jr-ink);
    background:
        linear-gradient(145deg, #d7ba72 0%, #b98d42 48%, #d9bd78 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .5),
        0 8px 20px rgba(86, 61, 24, .14);
    transition: transform .2s ease, filter .2s ease;
}

.home-carousel-button:hover,
.home-carousel-button:focus-visible {
    filter: brightness(1.05);
    transform: translateY(-2px);
}

.home-carousel-button:first-child img {
    transform: rotate(180deg);
}

.home-carousel-button img {
    width: 1rem;
    height: 1rem;
}

.home-carousel-progress {
    height: .28rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(143, 103, 41, .15);
}

.home-carousel-progress span {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: var(--jr-primary-hover);
    transition: transform .7s cubic-bezier(.22, .61, .36, 1), width .3s ease;
}

.home-verifier-section {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 6vw, 5.5rem);
    align-items: center;
    padding-inline: clamp(1.3rem, 4vw, 4rem);
    border-block: 1px solid rgba(198, 161, 91, .22);
    background:
        radial-gradient(circle at 8% 50%, rgba(198, 161, 91, .12), transparent 28rem),
        linear-gradient(135deg, #fffdf8, #f8f2e8);
}

.home-verifier-visual {
    position: relative;
    display: grid;
    min-height: 30rem;
    place-items: center;
}

.home-verifier-visual img {
    position: relative;
    z-index: 2;
    width: min(100%, 34rem);
    aspect-ratio: 4 / 5;
    border: .55rem solid rgba(255, 253, 248, .9);
    border-radius: 45% 45% 42% 42% / 38% 38% 46% 46%;
    object-fit: cover;
    box-shadow: 0 30px 70px rgba(61, 48, 31, .17);
    animation: home-image-float 6s ease-in-out infinite;
}

.home-verifier-orbit {
    position: absolute;
    width: min(86%, 29rem);
    aspect-ratio: 1;
    border: 1px solid rgba(198, 161, 91, .42);
    border-radius: 50%;
}

.home-verifier-orbit::before,
.home-verifier-orbit::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: var(--jr-gold);
}

.home-verifier-orbit::before {
    top: 12%;
    right: 4%;
    width: .7rem;
    height: .7rem;
}

.home-verifier-orbit::after {
    bottom: 18%;
    left: 2%;
    width: .45rem;
    height: .45rem;
}

.home-verifier-badge {
    position: absolute;
    z-index: 3;
    right: 3%;
    bottom: 12%;
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    padding: .7rem .9rem;
    border: 1px solid rgba(198, 161, 91, .34);
    border-radius: 999px;
    color: var(--jr-ink);
    background: rgba(255, 253, 248, .94);
    box-shadow: var(--jr-shadow-sm);
    font-size: .78rem;
    font-weight: 800;
}

.home-verifier-copy {
    max-width: 650px;
}

.home-verifier-points {
    display: grid;
    gap: .65rem;
    margin: 1.5rem 0 1.8rem;
}

.home-verifier-points span {
    display: flex;
    gap: .6rem;
    align-items: center;
    color: var(--jr-ink);
    font-weight: 700;
}

.home-verifier-points i {
    color: var(--jr-gold-dark);
}

.home-article-card {
    overflow: hidden;
    border: 1px solid rgba(198, 161, 91, .24);
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: var(--jr-shadow-sm);
    transition: transform .22s ease, box-shadow .22s ease;
}

.home-article-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--jr-shadow);
}

.home-article-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.home-article-body {
    padding: 1.3rem;
}

.home-article-meta {
    display: flex;
    gap: .5rem 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .7rem;
    color: var(--jr-ink);
    font-size: .72rem;
    font-weight: 700;
}

.home-article-body h3 {
    margin-bottom: .65rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    line-height: 1.2;
}

.home-article-body h3 a,
.home-article-link {
    color: var(--jr-ink) !important;
    text-decoration: none;
}

.home-article-link {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
    font-weight: 800;
}

.home-article-body h3 a:hover,
.home-article-link:hover {
    text-decoration: underline;
    text-underline-offset: .22rem;
}

.home-alerts-section {
    padding-top: 2rem;
    padding-bottom: clamp(5rem, 9vw, 8rem);
}

.home-alerts-card {
    position: relative;
    min-height: 31rem;
    overflow: hidden;
    border: 1px solid rgba(198, 161, 91, .36);
    border-radius: 2rem;
    background: var(--jr-cream-soft);
    box-shadow: var(--jr-shadow);
    isolation: isolate;
}

.home-alerts-background,
.home-alerts-overlay {
    position: absolute;
    inset: -7%;
    width: 114%;
    height: 114%;
}

.home-alerts-background {
    z-index: -3;
    object-fit: cover;
    object-position: 64% center;
    transform: translate3d(0, 0, 0) scale(1.08);
    will-change: transform;
}

.home-alerts-overlay {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(248, 242, 232, .98) 0%, rgba(248, 242, 232, .93) 43%, rgba(248, 242, 232, .4) 76%, rgba(248, 242, 232, .18) 100%);
}

.home-alerts-content {
    display: flex;
    width: min(700px, 100%);
    min-height: 31rem;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2rem, 6vw, 5.5rem);
}

.home-alerts-content p {
    max-width: 620px;
}

.home-alerts-actions {
    display: flex;
    gap: .9rem 1.2rem;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1.2rem;
}

.home-alerts-link {
    color: var(--jr-ink) !important;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .28rem;
}

@keyframes home-image-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(-1deg);
    }

    50% {
        transform: translate3d(0, -14px, 0) rotate(1deg);
    }
}



@media (min-width: 992px) {
    .home-alerts-card {
        background-attachment: fixed;
    }
}

@media (max-width: 1199.98px) {
    .home-listing-cell {
        flex-basis: calc((100% - 2.5rem) / 3);
    }
}

@media (max-width: 991.98px) {
    .home-verifier-section {
        grid-template-columns: 1fr;
    }

    .home-verifier-copy {
        max-width: 760px;
        margin-inline: auto;
        text-align: center;
    }

    .home-verifier-points {
        width: fit-content;
        margin-inline: auto;
        text-align: left;
    }

    .home-listing-cell {
        flex-basis: calc((100% - 1.25rem) / 2);
    }

    .home-alerts-background {
        object-position: 65% center;
    }
}

@media (max-width: 767.98px) {
    .page-home .home-search-bridge,
    .page-home .home-choice-section,
    .page-home .home-section,
    .page-home .home-verifier-section,
    .page-home .home-alerts-section {
        width: min(100% - 1.5rem, 1320px);
    }

    .home-hero {
        min-height: 39rem;
    }

    .home-hero-content {
        padding: 6rem .75rem 8.5rem;
    }

    .home-hero-title,
    .home-hero h1 {
        font-size: clamp(3rem, 15vw, 4.7rem);
        line-height: .94;
    }

    .home-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: min(100%, 23rem);
        margin-inline: auto;
    }

    .home-search-bridge {
        margin-top: -3rem;
    }

    .home-search-inner {
        padding: 1.1rem;
        border-radius: 1.2rem;
    }

    .home-search .input-group {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .home-search .btn {
        grid-column: 1 / -1;
        width: calc(100% - .6rem);
        margin-right: .3rem;
        margin-left: .3rem !important;
        justify-self: center;
    }

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

    .home-section-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-section-heading-row .btn {
        width: 100%;
    }

    .home-verifier-section {
        padding-inline: 1.2rem;
        border-radius: 1.5rem;
    }

    .home-verifier-visual {
        min-height: 25rem;
    }

    .home-verifier-visual img {
        width: min(90%, 25rem);
        aspect-ratio: 4 / 5;
    }

    .home-verifier-badge {
        right: 0;
        bottom: 5%;
    }

    .home-alerts-card {
        min-height: 34rem;
        border-radius: 1.5rem;
        background: var(--jr-cream-soft);
    }

    .home-alerts-content {
        min-height: 34rem;
        padding: 2rem 1.35rem;
        justify-content: flex-start;
    }

    .home-alerts-overlay {
        background:
            linear-gradient(180deg, rgba(248, 242, 232, .97) 0%, rgba(248, 242, 232, .9) 56%, rgba(248, 242, 232, .58) 100%);
    }
}

@media (max-width: 575.98px) {
    .home-listing-cell {
        flex-basis: 100%;
    }

    .home-carousel-controls {
        grid-template-columns: 3rem minmax(4rem, 1fr) 3rem;
        width: min(100%, 22rem);
        margin-inline: auto;
    }

    .home-choice-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .home-choice-card > div {
        width: 100%;
        text-align: center;
    }

    .home-choice-card a {
        justify-content: center;
    }

    .home-verifier-badge {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: -1.5rem;
    }

    .home-alerts-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-alerts-actions .btn,
    .home-alerts-link {
        width: 100%;
        text-align: center;
    }
}


