.page-template-page-about-us,
.page-template-page-about-us-php,
.page-id-about-us {
    padding-top: 0;
}

.page-template-page-about-us .site-nav,
.page-template-page-about-us-php .site-nav,
.page-id-about-us .site-nav,
body:has(.about-hero) .site-nav {
    background: transparent;
    border-bottom: 0;
}

.page-template-page-about-us .site-nav__products-btn,
.page-template-page-about-us .site-nav__icon-btn,
.page-template-page-about-us-php .site-nav__products-btn,
.page-template-page-about-us-php .site-nav__icon-btn,
body:has(.about-hero) .site-nav__products-btn,
body:has(.about-hero) .site-nav__icon-btn {
    color: var(--color-white);
}

.page-template-page-about-us .site-nav__cart-count,
.page-template-page-about-us-php .site-nav__cart-count,
body:has(.about-hero) .site-nav__cart-count {
    background: transparent;
    color: var(--color-white);
    position: static;
    width: auto;
    height: auto;
    font-size: var(--fs-h13);
    border-radius: 0;
}

/* Transparent overlay top-bar over the hero (matches homepage). */
.page-template-page-about-us .top-bar,
.page-template-page-about-us-php .top-bar,
body:has(.about-hero) .top-bar {
    background: rgba(0, 0, 0, 0.5);
}

.about-hero {
    position: relative;
    min-height: 850px;
    padding-bottom: 0;
    background-color: var(--color-black);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.6) 5%, rgba(49, 49, 49, 0) 46%),
        rgba(0, 0, 0, 0.1);
}

.about-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 850px;
    padding-top: 178px;
}

.about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--fs-h15);
    font-weight: var(--font-weight-extralight);
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
}

.about-story {
    padding-bottom: 117px;
    background: var(--color-white);
}

.about-story__inner {
    width: 75.25%;
    margin: 0 auto;
    padding-top: 176px;
}

.about-story h1 {
    margin: 0 0 32px;
    color: var(--color-black);
    font-family: var(--font-primary);
    font-size: var(--fs-h5);
    font-weight: var(--font-weight-extralight);
    letter-spacing: 0.96px;
    line-height: 1;
    text-transform: uppercase;
}

.about-story__content {
    color: var(--color-gray-700);
    font-family: var(--font-primary);
    font-size: var(--fs-h11);
    font-weight: var(--font-weight-extralight);
    letter-spacing: 0.48px;
    line-height: 1.4;
}

.about-story__content p {
    margin: 0;
}

.about-signature {
    margin-top: 80px;
    width: 245px;
}

.about-signature p {
    margin: 0 0 16px;
    padding: 8px;
    color: var(--color-black);
    font-family: var(--font-primary);
    font-size: var(--fs-h11);
    font-weight: var(--font-weight-extralight);
    letter-spacing: 0.48px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.about-signature img {
    width: 132px;
    height: auto;
    padding: 8px;
}

@media (max-width: 991px) {
    .about-hero,
    .about-hero__inner {
        min-height: 560px;
    }

    .about-hero__inner {
        padding-top: 138px;
    }

    .about-story {
        padding-bottom: 50px;
    }

    .about-story__inner {
        width: 88%;
        padding-top: 80px;
    }
}

@media (max-width: 520px) {
    .about-hero,
    .about-hero__inner {
        min-height: 390px;
    }

    .about-hero__inner {
        padding-top: 112px;
    }

    .about-story__inner {
        width: 92%;
        padding-top: 58px;
    }

    .about-story h1 {
        font-size: 26px;
        line-height: 1.15;
    }

    .about-story__content {
        font-size: var(--fs-h13);
    }

    .about-signature {
        margin-top: 46px;
    }
}
