.home-page {
    background: #f4f2ee;
    color: #1b211f;
}

.home-page .site-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0;
}

.home-wrap {
    width: min(calc(100% - 4rem), 1320px);
    margin-inline: auto;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page p {
    text-wrap: pretty;
}

.home-page h1,
.home-page h2,
.home-page h3 {
    color: inherit;
}

.home-page h1,
.home-page h2,
.home-path strong,
.home-story h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.045em;
}

.home-page em {
    font-weight: 400;
}

.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page summary:focus-visible {
    outline: 3px solid #dba36e;
    outline-offset: 5px;
}

.home-page .skip-link {
    top: -5rem;
}

.home-page .skip-link:focus {
    top: 1rem;
}

.home-header {
    padding: 0;
    background: #111311;
    border: 0;
    backdrop-filter: none;
    box-shadow: none;
}

.home-header .site-header__inner {
    width: min(calc(100% - 4rem), 1440px);
    min-height: 78px;
    padding: 0;
}

.home-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #f5f2e9;
    white-space: nowrap;
}

.home-brand__mark {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: -0.14em;
}

.home-brand__mark-dot {
    color: #c9a781;
}

.home-brand__name {
    padding-left: 0.85rem;
    border-left: 1px solid #575b56;
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.17em;
}

.home-header .site-nav__list {
    align-items: center;
    gap: clamp(0.1rem, 0.5vw, 0.6rem);
}

.home-header .site-nav {
    margin-top: 0;
}

.home-header .site-nav__list a {
    padding: 0.6rem 0.75rem;
    color: #e6e8e3;
    font-size: 0.81rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 0;
}

.home-header .site-nav__list a:hover,
.home-header .site-nav__list a.site-nav__link--active {
    color: #ffffff;
    background: transparent;
    box-shadow: inset 0 -1px #d0ac86;
}

.home-header .site-nav__list a.home-nav__compare {
    margin-left: 0.75rem;
    padding: 0.8rem 1.1rem;
    border: 1px solid #777d76;
}

.home-header .site-nav__list a.home-nav__compare:hover {
    border-color: #ffffff;
    box-shadow: none;
}

.home-header .site-nav__toggle {
    background: transparent;
    color: #f5f2e9;
    border-color: #777d76;
    font-weight: 500;
}

.home-header .site-nav__toggle span {
    margin-left: 0.6rem;
}

.home-kicker {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.home-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: min(800px, calc(100svh - 78px));
    overflow: hidden;
    background: #171a18;
    color: #ffffff;
}

.home-hero__image,
.home-hero__shade,
.home-compare__image,
.home-compare__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.home-hero__image,
.home-compare__image {
    object-fit: cover;
}

.home-hero__image {
    object-position: center 54%;
    animation: home-hero-arrive 2s ease-out both;
}

.home-hero__shade {
    background: linear-gradient(90deg, rgba(10, 13, 12, 0.88), rgba(10, 13, 12, 0.34) 54%, rgba(10, 13, 12, 0.05) 85%),
        linear-gradient(0deg, rgba(10, 13, 12, 0.5), transparent 40%);
}

.home-hero__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 4rem), 1320px);
    margin: 0 auto;
    padding: 7rem 0 9rem;
    animation: home-copy-arrive 0.85s 0.15s both;
}

.home-hero__kicker {
    color: #e0c6a6;
}

.home-hero h1 {
    max-width: 840px;
    margin: 1.3rem 0 1.4rem;
    font-size: clamp(4rem, 8.8vw, 9rem);
    line-height: 0.98;
}

.home-hero h1 em {
    display: block;
    margin-left: 8%;
}

.home-hero__intro {
    max-width: 440px;
    margin: 0;
    color: #f1ede6;
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.7;
}

.home-hero p,
.home-compare p,
.home-close p {
    color: inherit;
}

.home-hero .home-hero__kicker,
.home-compare .home-kicker,
.home-close .home-kicker {
    color: #e2c5a1;
}

.home-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.75rem;
    margin-top: 2.3rem;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 52px;
    padding: 0.9rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-button:hover {
    transform: translateY(-3px);
}

.home-button--light {
    background: #f8f6f0;
    color: #151915;
}

.home-button--light:hover {
    background: #e4c7a6;
    color: #151915;
}

.home-text-link,
.home-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    width: fit-content;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid currentColor;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.home-text-link:hover,
.home-inline-link:hover {
    gap: 1.7rem;
}

.home-text-link {
    color: #ffffff;
}

.home-inline-link {
    color: #28352f;
}

.home-hero__scroll,
.home-hero__index {
    position: absolute;
    bottom: 2.1rem;
    z-index: 2;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-hero__scroll {
    left: max(2rem, calc((100% - 1320px) / 2));
    display: flex;
    gap: 1rem;
    text-decoration: none;
}

.home-hero__index {
    right: max(2rem, calc((100% - 1320px) / 2));
}

.home-intro {
    display: grid;
    grid-template-columns: 1.5fr 0.7fr;
    align-items: end;
    gap: clamp(2rem, 7vw, 7rem);
    padding-top: clamp(6rem, 12vw, 12rem);
    padding-bottom: clamp(6rem, 12vw, 11rem);
}

.home-intro .home-kicker,
.home-section-heading .home-kicker,
.home-story .home-kicker {
    color: #846345;
}

.home-intro h2 {
    margin: 1.4rem 0 0;
    font-size: clamp(3.2rem, 5.7vw, 6.3rem);
    line-height: 1.08;
}

.home-intro__body {
    padding-bottom: 0.4rem;
}

.home-intro__body p,
.home-section-heading > p {
    color: #4b554f;
    font-size: 1rem;
    line-height: 1.8;
}

.home-intro__body p:first-child {
    margin-top: 0;
}

.home-intro__body .home-inline-link {
    margin-top: 1rem;
}

.home-paths,
.home-guides,
.home-collections,
.home-faq {
    padding-bottom: clamp(6rem, 10vw, 11rem);
}

.home-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.home-section-heading h2 {
    max-width: 760px;
    margin: 0.9rem 0 0;
    font-size: clamp(2.7rem, 5vw, 5.2rem);
    line-height: 1.08;
}

.home-section-heading > p {
    max-width: 320px;
    margin: 0 0 0.4rem;
}

.home-path-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: repeat(2, minmax(260px, 330px));
    gap: 1rem;
}

.home-path {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    background: #262a27;
    color: #ffffff;
    text-decoration: none;
}

.home-path--large {
    grid-row: span 2;
}

.home-path::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 10, 9, 0.88), rgba(7, 10, 9, 0.03) 72%);
    content: "";
}

.home-path img,
.home-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
}

.home-path img {
    position: absolute;
    inset: 0;
}

.home-path:hover img,
.home-path:focus-visible img,
.home-story__media:hover img,
.home-story__media:focus-visible img {
    transform: scale(1.055);
}

.home-path__content {
    position: absolute;
    inset: auto 2rem 2rem;
    z-index: 1;
    display: grid;
    gap: 0.45rem;
}

.home-path__eyebrow {
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-path strong {
    display: block;
    max-width: 550px;
    font-size: clamp(2rem, 3vw, 3.8rem);
    line-height: 1.07;
}

.home-path__description {
    max-width: 370px;
    padding-right: 2.75rem;
    font-size: 0.88rem;
    line-height: 1.55;
}

.home-path__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.home-compare {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 670px;
    background: #151916;
    color: #ffffff;
}

.home-compare__image {
    object-position: center 42%;
}

.home-compare__shade {
    background: linear-gradient(90deg, rgba(10, 14, 13, 0.91), rgba(10, 14, 13, 0.46) 62%, rgba(10, 14, 13, 0.12));
}

.home-compare__inner {
    position: relative;
    z-index: 1;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.home-compare h2,
.home-close h2 {
    margin: 1.3rem 0 1.2rem;
    font-size: clamp(3.5rem, 6.5vw, 7rem);
    line-height: 1.03;
}

.home-compare__inner > p:not(.home-kicker),
.home-close .home-wrap > p:not(.home-kicker) {
    max-width: 450px;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.75;
}

.home-compare .home-kicker,
.home-close .home-kicker {
    color: #e2c5a1;
}

.home-page .site-ad-slot--active {
    max-width: 1320px;
    margin: 5rem auto;
}

.home-page .site-ad-slot__frame {
    overflow: hidden;
}

.home-guides {
    padding-top: clamp(6rem, 10vw, 11rem);
}

.home-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 5rem;
}

.home-story__media {
    display: block;
    aspect-ratio: 1.7;
    overflow: hidden;
    background: #d7d8d2;
}

.home-story__text {
    padding-top: 1.5rem;
}

.home-story h3 {
    max-width: 500px;
    margin: 0.8rem 0 0.65rem;
    font-size: clamp(1.75rem, 3vw, 2.7rem);
    line-height: 1.14;
}

.home-story h3 a {
    color: inherit;
    text-decoration: none;
}

.home-story h3 a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.home-story__text > p:not(.home-kicker) {
    max-width: 470px;
    margin: 0 0 1.35rem;
    color: #4b554f;
    font-size: 0.9rem;
    line-height: 1.7;
}

.home-collections__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #bcbdb5;
    border-left: 1px solid #bcbdb5;
}

.home-collections__grid a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    min-height: 200px;
    padding: 1.8rem;
    border-right: 1px solid #bcbdb5;
    border-bottom: 1px solid #bcbdb5;
    color: #1b211f;
    text-decoration: none;
    transition: background 0.25s ease;
}

.home-collections__grid a:hover {
    background: #e9e5dd;
}

.home-collections__grid a span:first-child {
    color: #4e574e;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-collections__grid a strong {
    max-width: 80%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    font-weight: 400;
    line-height: 1.1;
}

.home-collections__grid a span:last-child {
    position: absolute;
    right: 1.8rem;
    bottom: 1.8rem;
}

.home-faq {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 3rem;
}

.home-faq .home-section-heading {
    align-items: start;
}

.home-faq__list {
    display: block;
}

.home-faq__list details {
    padding: 0;
    border-top: 1px solid #bcbdb5;
    border-bottom: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.home-faq__list details:last-child {
    border-bottom: 1px solid #bcbdb5;
}

.home-faq__list summary {
    padding: 1.4rem 2rem 1.4rem 0;
    color: #1b211f;
    font-size: 1.05rem;
    font-weight: 500;
}

.home-faq__list p {
    max-width: 62ch;
    margin: 0;
    padding: 0 1rem 1.4rem 0;
    color: #4b554f;
    line-height: 1.7;
}

.home-close {
    padding: clamp(6rem, 12vw, 11rem) 0;
    background: #1a211c;
    color: #ffffff;
}

.home-close .home-wrap {
    text-align: center;
}

.home-close .home-wrap > p:not(.home-kicker) {
    margin-inline: auto;
}

.home-close .home-button {
    margin-inline: auto;
}

.home-footer {
    margin-top: 0;
    padding: 0;
    background: #111311;
    text-align: left;
    box-shadow: none;
}

.home-footer .site-footer__inner {
    width: min(calc(100% - 4rem), 1320px);
    padding-top: 5rem;
}

.home-footer .site-footer h2,
.home-footer h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 400;
}

.home-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

@keyframes home-hero-arrive {
    from { transform: scale(1.055); }
    to { transform: scale(1); }
}

@keyframes home-copy-arrive {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
    .home-motion [data-home-reveal] {
        opacity: 0;
        transform: translateY(28px);
        transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
    }

    .home-motion [data-home-reveal].is-visible {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1100px) {
    .home-header .site-header__inner {
        flex-direction: row;
        align-items: center;
        padding: 0.8rem 0;
    }

    .home-header .site-nav {
        width: auto;
    }

    .home-header .site-nav__list {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 5;
        width: auto;
        margin: 0;
        padding: 1rem 2rem 1.5rem;
        background: #111311;
        border-top: 1px solid #3e433d;
    }

    .home-header .site-nav__list a {
        width: 100%;
        min-height: 46px;
        padding: 0.75rem 0;
    }

    .home-header .site-nav__list a.home-nav__compare {
        width: fit-content;
        margin: 0.5rem 0 0;
        padding: 0.75rem 1rem;
    }

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

@media (max-width: 760px) {
    .home-wrap,
    .home-header .site-header__inner,
    .home-hero__inner {
        width: min(calc(100% - 2.5rem), 1320px);
    }

    .home-header .site-header__inner {
        min-height: 68px;
    }

    .home-brand__mark {
        font-size: 1.9rem;
    }

    .home-brand__name {
        font-size: 0.57rem;
    }

    .home-hero {
        min-height: max(620px, calc(100svh - 68px));
    }

    .home-hero__image {
        object-position: 60% center;
    }

    .home-hero__shade {
        background: linear-gradient(0deg, rgba(10, 13, 12, 0.85), rgba(10, 13, 12, 0.28) 70%),
            linear-gradient(90deg, rgba(10, 13, 12, 0.48), transparent 85%);
    }

    .home-hero {
        align-items: end;
    }

    .home-hero__inner {
        padding: 7rem 0 8rem;
    }

    .home-hero h1 {
        font-size: clamp(3.8rem, 13vw, 6rem);
    }

    .home-hero h1 em {
        margin-left: 0;
    }

    .home-hero__scroll {
        left: 1.25rem;
    }

    .home-hero__index {
        right: 1.25rem;
    }

    .home-intro,
    .home-faq {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .home-intro h2 {
        font-size: clamp(3rem, 11vw, 5rem);
    }

    .home-section-heading {
        display: block;
    }

    .home-section-heading > p,
    .home-section-heading > .home-inline-link {
        margin-top: 1.5rem;
    }

    .home-path-grid,
    .home-story-grid,
    .home-collections__grid {
        grid-template-columns: 1fr;
    }

    .home-path-grid {
        grid-template-rows: auto;
    }

    .home-path,
    .home-path--large {
        grid-row: auto;
        min-height: 380px;
    }

    .home-path--large {
        min-height: 490px;
    }

    .home-path__content {
        inset: auto 1.4rem 1.5rem;
    }

    .home-compare {
        min-height: 660px;
    }

    .home-compare__image {
        object-position: 58% center;
    }

    .home-compare__shade {
        background: linear-gradient(0deg, rgba(10, 14, 13, 0.93), rgba(10, 14, 13, 0.35) 85%);
    }

    .home-compare__inner {
        align-self: end;
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .home-compare h2,
    .home-close h2 {
        font-size: clamp(3.1rem, 11vw, 5.5rem);
    }

    .home-story-grid {
        gap: 3.5rem;
    }

    .home-collections__grid a {
        min-height: 155px;
    }

    .home-footer .site-footer__inner {
        width: min(calc(100% - 2.5rem), 1320px);
    }
}

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