/* ============================================================
   WALKER WILD
   BRAND PAGE
   ============================================================ */

.brand-page {
    background: #fff;
    color: var(--color-text, #202020);
}


/* ============================================================
   SHARED
   ============================================================ */

.brand-container {
    width: min(1180px, calc(100% - 2.5rem));
    margin-inline: auto;
}

.brand-section {
    padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.brand-eyebrow {
    margin: 0 0 0.7rem;
    color: #bd7000;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.brand-eyebrow--light {
    color: #dc941d;
}

.brand-section__title {
    margin: 0;
    color: #0b463e;
    font-family: var(--font-heading, inherit);
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}


/* ============================================================
   HERO
   ============================================================ */

.brand-hero {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    min-height: 680px;
    background: #fff;
}

.brand-hero__media {
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.brand-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.brand-hero__content {
    display: flex;
    min-width: 0;
    align-items: center;
}

.brand-hero__inner {
    width: 100%;
    padding: clamp(2.5rem, 5vw, 5rem);
}

.brand-hero__title {
    margin: 0;
    color: #0b463e;
    font-family: var(--font-heading, inherit);
    font-size: clamp(2.7rem, 4.6vw, 5rem);
    font-weight: 800;
    line-height: 0.96;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.brand-hero__intro {
    max-width: 590px;
    margin: 1.6rem 0 0;
    color: #606060;
    font-size: 1rem;
    line-height: 1.7;
}


/* ============================================================
   INTRO
   ============================================================ */

.brand-intro {
    background: #fff;
}

.brand-intro__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.brand-intro__content {
    max-width: 680px;
    color: #5d5d5d;
    font-size: 1rem;
    line-height: 1.8;
}

.brand-intro__content p {
    margin: 0;
}

.brand-intro__content p + p {
    margin-top: 1.5rem;
}

.brand-intro__content strong {
    color: #173d36;
}

.brand-lead {
    color: #202020;
    font-size: clamp(1.15rem, 1.7vw, 1.4rem);
    font-weight: 650;
    line-height: 1.55;
}


/* ============================================================
   PRINCIPLES
   ============================================================ */

.brand-principles {
    background: #f4f1e9;
}

.brand-principles__header {
    max-width: 700px;
    margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.brand-principles__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-principle {
    min-width: 0;
    padding: 2rem clamp(1.5rem, 3vw, 2.5rem) 1rem;
    border-top: 2px solid #183d36;
}

.brand-principle + .brand-principle {
    border-left: 1px solid #d8d3c8;
}

.brand-principle__number {
    display: block;
    margin-bottom: 2rem;
    color: #bd7000;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.brand-principle__title {
    margin: 0;
    color: #0b463e;
    font-family: var(--font-heading, inherit);
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.brand-principle p {
    margin: 1rem 0 0;
    color: #5d5d5d;
    font-size: 0.92rem;
    line-height: 1.7;
}


/* ============================================================
   LANDSCAPE / IMAGE BREAK
   ============================================================ */

.brand-landscape {
    position: relative;
    min-height: clamp(480px, 55vw, 720px);
    overflow: hidden;
    background: #073b34;
}

.brand-landscape__media {
    position: absolute;
    inset: 0;
    margin: 0;
}

.brand-landscape__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.brand-landscape__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 38, 33, 0.88) 0%,
            rgba(4, 38, 33, 0.62) 42%,
            rgba(4, 38, 33, 0.12) 78%,
            rgba(4, 38, 33, 0.02) 100%
        );
}

.brand-landscape__content {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(1180px, calc(100% - 2.5rem));
    min-height: inherit;
    flex-direction: column;
    justify-content: center;
    margin-inline: auto;
}

.brand-landscape__title {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-family: var(--font-heading, inherit);
    font-size: clamp(2.7rem, 6vw, 5.5rem);
    font-weight: 850;
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.brand-landscape__content > p:last-child {
    max-width: 500px;
    margin: 1.2rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    line-height: 1.6;
}


/* ============================================================
   METHOD
   ============================================================ */

.brand-method {
    background: #fff;
}

.brand-method__header {
    max-width: 760px;
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.brand-method__intro {
    max-width: 650px;
    margin: 1.5rem 0 0;
    color: #606060;
    font-size: 1rem;
    line-height: 1.7;
}

.brand-method__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 4rem);
}

.brand-method__step {
    position: relative;
    padding-top: 1.8rem;
    border-top: 1px solid #cfcac0;
}

.brand-method__index {
    color: #bd7000;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.brand-method__step h3 {
    margin: 1.3rem 0 0;
    color: #173d36;
    font-family: var(--font-heading, inherit);
    font-size: 1.25rem;
    font-weight: 800;
    text-transform: uppercase;
}

.brand-method__step p {
    margin: 0.9rem 0 0;
    color: #606060;
    font-size: 0.92rem;
    line-height: 1.7;
}


/* ============================================================
   STANCE
   ============================================================ */

.brand-stance {
    background: #073b34;
}

.brand-stance__layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(3rem, 8vw, 8rem);
}

.brand-stance__title {
    max-width: 480px;
    margin: 0;
    color: #fff;
    font-family: var(--font-heading, inherit);
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.brand-stance__list {
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.brand-stance__item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-stance__item span {
    color: #dc941d;
    font-size: 0.72rem;
    font-weight: 800;
}

.brand-stance__item p {
    max-width: 600px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
    font-weight: 600;
    line-height: 1.55;
}


/* ============================================================
   PRODUCT
   ============================================================ */

.brand-product {
    display: grid;
    grid-template-columns: minmax(0, 55%) minmax(0, 45%);
    min-height: 600px;
    background: #fff;
}

.brand-product__media {
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.brand-product__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-product__content {
    display: flex;
    align-items: center;
}

.brand-product__inner {
    width: 100%;
    padding: clamp(3rem, 6vw, 5.5rem);
}

.brand-product__title {
    margin: 0;
    color: #0b463e;
    font-family: var(--font-heading, inherit);
    font-size: clamp(3rem, 5vw, 5rem);
    font-weight: 850;
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.brand-product__inner > p:not(.brand-eyebrow) {
    max-width: 560px;
    margin: 1.5rem 0 0;
    color: #606060;
    font-size: 0.96rem;
    line-height: 1.7;
}


/* ============================================================
   BUTTON
   ============================================================ */

.brand-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    margin-top: 1.7rem;
    padding: 0.8rem 1.4rem;

    border: 2px solid transparent;
    border-radius: 7px;

    background: #d78711;
    color: #111;

    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;

    transition:
        transform 150ms ease,
        background-color 150ms ease;
}

.brand-button:hover {
    background: #e39723;
    transform: translateY(-1px);
}

.brand-button:focus-visible {
    outline: 3px solid #0b463e;
    outline-offset: 3px;
}


/* ============================================================
   SIGNATURE
   ============================================================ */

.brand-signature {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: #f4f1e9;
    text-align: center;
}

.brand-signature p {
    max-width: 850px;
    margin: 0 auto;
    color: #173d36;
    font-family: var(--font-heading, inherit);
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 650;
    line-height: 1.25;
}

.brand-signature strong {
    color: #bd7000;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1050px) {

    .brand-hero {
        grid-template-columns: 55% 45%;
        min-height: 600px;
    }

    .brand-hero__inner {
        padding: 2.5rem;
    }

    .brand-hero__title {
        font-size: clamp(2.5rem, 5vw, 3.7rem);
    }

    .brand-intro__layout,
    .brand-stance__layout {
        gap: 4rem;
    }

}


/* ============================================================
   SMALL TABLET
   ============================================================ */

@media (max-width: 900px) {

    .brand-hero {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .brand-hero__media {
        height: 360px;
    }

    .brand-hero__content {
        min-height: 380px;
    }

    .brand-hero__inner {
        padding: 3rem 2rem;
    }

    .brand-intro__layout,
    .brand-stance__layout {
        grid-template-columns: 1fr;
    }

    .brand-principles__grid,
    .brand-method__grid {
        grid-template-columns: 1fr;
    }

    .brand-principle {
        padding-inline: 0;
        padding-bottom: 2rem;
    }

    .brand-principle + .brand-principle {
        border-left: 0;
    }

    .brand-method__grid {
        gap: 2.5rem;
    }

    .brand-product {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .brand-product__media {
        height: 440px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

    .brand-container {
        width: min(100% - 2rem, 1180px);
    }

    .brand-section {
        padding-block: 3.75rem;
    }


    /* HERO */

    .brand-hero__media {
        height: 260px;
    }

    .brand-hero__content {
        min-height: auto;
    }

    .brand-hero__inner {
        padding: 2.5rem 1.25rem 3rem;
    }

    .brand-hero__title {
        font-size: clamp(2.25rem, 11vw, 3.1rem);
    }

    .brand-hero__intro {
        margin-top: 1.25rem;
        font-size: 0.92rem;
        line-height: 1.6;
    }


    /* TITLES */

    .brand-section__title {
        font-size: clamp(1.8rem, 9vw, 2.7rem);
    }


    /* INTRO */

    .brand-intro__layout {
        gap: 2.5rem;
    }

    .brand-intro__content {
        font-size: 0.92rem;
        line-height: 1.7;
    }


    /* PRINCIPLES */

    .brand-principles__header {
        margin-bottom: 2.5rem;
    }

    .brand-principle {
        padding-top: 1.4rem;
    }

    .brand-principle__number {
        margin-bottom: 1.2rem;
    }


    /* IMAGE */

    .brand-landscape {
        min-height: 420px;
    }

    .brand-landscape__overlay {
        background:
            linear-gradient(
                0deg,
                rgba(4, 38, 33, 0.92) 0%,
                rgba(4, 38, 33, 0.60) 58%,
                rgba(4, 38, 33, 0.12) 100%
            );
    }

    .brand-landscape__content {
        width: calc(100% - 2rem);
        justify-content: flex-end;
        padding-bottom: 3rem;
    }

    .brand-landscape__title {
        font-size: clamp(2.7rem, 13vw, 4rem);
    }


    /* METHOD */

    .brand-method__header {
        margin-bottom: 3rem;
    }


    /* STANCE */

    .brand-stance__layout {
        gap: 3rem;
    }

    .brand-stance__item {
        grid-template-columns: 34px minmax(0, 1fr);
    }


    /* PRODUCT */

    .brand-product__media {
        height: 300px;
    }

    .brand-product__inner {
        padding: 3rem 1.25rem;
    }

    .brand-product__title {
        font-size: clamp(2.8rem, 14vw, 4rem);
    }

    .brand-button {
        width: 100%;
    }


    /* SIGNATURE */

    .brand-signature {
        padding-inline: 1rem;
    }

}


/* ============================================================
   REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .brand-button {
        transition: none;
    }

}