.tm-hero {
    position: relative;
    padding: clamp(2rem, 5vw, 3rem) 0 clamp(4.5rem, 8vw, 7rem);
    overflow: hidden;
}

.tm-hero::before,
.tm-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.tm-hero::before {
    top: -14rem;
    left: -10rem;
    width: 30rem;
    height: 30rem;
    background: radial-gradient(circle, rgba(200, 164, 106, 0.16) 0%, rgba(200, 164, 106, 0) 72%);
}

.tm-hero::after {
    right: -8rem;
    bottom: -10rem;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(74, 64, 56, 0.08) 0%, rgba(74, 64, 56, 0) 72%);
}

.tm-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    height: clamp(36rem, 42vw, 46rem);
    border: 1px solid rgba(222, 217, 208, 0.88);
    border-radius: 1.2rem;
    overflow: hidden;
    background: #fbfaf7;
    box-shadow: var(--tm-shadow-soft);
}

.tm-hero__content {
    position: relative;
    z-index: 2;
    grid-area: 1 / 1;
    display: grid;
    gap: clamp(1rem, 1.35vw, 1.25rem);
    width: min(39%, 32rem);
    padding: clamp(2rem, 4vw, 3.25rem);
    align-content: center;
    justify-items: center;
    text-align: center;
}

.tm-hero__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--tm-leather-dark);
}

.tm-hero__title {
    width: clamp(16rem, 31vw, 28rem);
    line-height: 0;
}

.tm-hero__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: -0.8rem;
    font-family: var(--tm-font-heading);
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--tm-black);
}

.tm-hero__subtitle-logo {
    display: inline-block;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0.12rem;
    border: 1px solid rgba(200, 164, 106, 0.34);
    border-radius: 999px;
    background: #050505;
    box-shadow: 0 0.45rem 1.25rem rgba(5, 5, 5, 0.12);
    object-fit: cover;
}

.tm-hero__body {
    max-width: 32rem;
    font-size: 1rem;
    line-height: 1.74;
    text-align: center;
    color: var(--tm-taupe);
}

.tm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.875rem;
}

.tm-hero__actions .tm-btn {
    min-height: 3rem;
    padding: 0.85rem 1.4rem;
    border-radius: 0.35rem;
    letter-spacing: 0.12em;
}

.tm-hero__actions .tm-btn--ghost {
    background: transparent;
    border-color: rgba(5, 5, 5, 0.3);
}

.tm-hero__trust-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 0.5rem;
    color: var(--tm-taupe);
}

.tm-hero__trust-list li {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.45;
    text-align: center;
}

.tm-hero__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    border: 1px solid rgba(200, 164, 106, 0.4);
    background: rgba(255, 255, 255, 0.82);
    color: var(--tm-leather-dark);
}

.tm-hero__trust-icon svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.tm-hero__trust-copy {
    max-width: 8rem;
    text-align: center;
}

.tm-hero__media {
    position: relative;
    z-index: 1;
    grid-area: 1 / 1;
    min-height: 0;
}

.tm-hero__media-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #fbfaf7;
}

.tm-hero__media-card::before {
    display: none;
}

.tm-hero__media-card::after {
    content: "";
    position: absolute;
    inset: 0 42% 0 0;
    background: linear-gradient(90deg, #fbfaf7 0%, rgba(251, 250, 247, 0.94) 42%, rgba(251, 250, 247, 0) 100%);
    z-index: 1;
}

.tm-hero__media-card picture {
    display: block;
    height: 100%;
}

.tm-hero__media-card img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: right bottom;
}

.tm-categories-section {
    padding-top: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(247, 245, 240, 0.6) 100%);
}

.tm-featured-section {
    padding-top: 2.2rem;
    background: var(--tm-white);
}

.tm-brand-story {
    background: linear-gradient(135deg, #080808 0%, #11100e 50%, #191714 100%);
    color: var(--tm-white);
    padding: clamp(1.6rem, 3vw, 2.4rem) 0;
}

.tm-brand-story__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(18rem, 0.42fr) minmax(0, 0.58fr);
    gap: 0;
    align-items: center;
    min-height: clamp(18rem, 21vw, 23rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: #0a0908;
    box-shadow: 0 1.8rem 4rem rgba(0, 0, 0, 0.24);
}

.tm-brand-story__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.9) 34%, rgba(5, 5, 5, 0.34) 58%, rgba(5, 5, 5, 0.02) 100%),
        linear-gradient(0deg, rgba(5, 5, 5, 0.16), rgba(5, 5, 5, 0.16));
}

.tm-section-eyebrow--dark {
    color: rgba(200, 164, 106, 0.92);
}

.tm-brand-story__content {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0.7rem;
    max-width: 34rem;
    padding: clamp(1.5rem, 4vw, 3.7rem) clamp(1.25rem, 5vw, 4.4rem);
    align-content: center;
}

.tm-brand-story .tm-section-eyebrow {
    display: none;
}

.tm-brand-story__title {
    font-family: var(--tm-font-heading);
    font-size: clamp(2rem, 3.6vw, 3.15rem);
    line-height: 0.98;
}

.tm-brand-story__copy {
    max-width: 28rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.86rem, 1vw, 1rem);
    line-height: 1.55;
}

.tm-brand-story .tm-btn {
    justify-self: start;
    min-height: 2.75rem;
    margin-top: 0.35rem;
    padding: 0.7rem 1.75rem;
    border-radius: 0.12rem;
    box-shadow: 0 0.75rem 1.8rem rgba(0, 0, 0, 0.22);
}

.tm-brand-story__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tm-brand-story__media::after {
    display: none;
}

.tm-brand-story__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 76% bottom;
    border-radius: 0;
}

@media (max-width: 1199.98px) {
    .tm-brand-story__inner {
        grid-template-columns: minmax(0, 1fr);
        min-height: clamp(20rem, 34vw, 25rem);
    }

    .tm-brand-story__inner::before {
        background:
            linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.82) 44%, rgba(5, 5, 5, 0.25) 72%, rgba(5, 5, 5, 0.08) 100%),
            linear-gradient(0deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.12));
    }

    .tm-brand-story__content {
        max-width: 31rem;
    }

    .tm-hero__media {
        order: initial;
    }

    .tm-hero__media-card::after {
        inset: 0 34% 0 0;
        height: auto;
        background: linear-gradient(90deg, #fbfaf7 0%, rgba(251, 250, 247, 0.9) 46%, rgba(251, 250, 247, 0) 100%);
    }

    .tm-hero__media-card img {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .tm-hero {
        padding: 0.4rem 0 3.25rem;
    }

    .tm-hero__inner {
        height: auto;
        min-height: 44rem;
    }

    .tm-hero__content {
        gap: 1rem;
        width: auto;
        max-width: 30rem;
        text-align: center;
        justify-items: center;
        padding: 2rem 1.15rem 1.4rem;
        align-content: center;
    }

    .tm-hero__media {
        order: initial;
    }

    .tm-hero__eyebrow {
        font-size: 0.68rem;
        letter-spacing: 0.18em;
    }

    .tm-hero__subtitle,
    .tm-hero__subtitle {
        margin-top: -0.2rem;
        font-size: 1.15rem;
        letter-spacing: -0.01em;
    }

    .tm-hero__subtitle-logo {
        width: 1.85rem;
        height: 1.85rem;
    }

    .tm-hero__title {
        width: min(100%, 17rem);
        line-height: 0;
    }

    .tm-hero__body {
        max-width: 34rem;
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .tm-hero__media-card {
        border-radius: 1.35rem;
    }

    .tm-hero__media-card::after {
        display: block;
        inset: 0;
        background: linear-gradient(180deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.82) 38%, rgba(251, 250, 247, 0.08) 70%);
    }

    .tm-hero__media-card img {
        min-height: auto;
        object-fit: cover;
        object-position: 72% bottom;
    }

    .tm-hero__media-card::before {
        display: none;
    }

    .tm-hero__actions {
        flex-direction: column;
        width: 100%;
    }

    .tm-hero__trust-list {
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.75rem;
        padding: 1rem 1rem 0;
        border-top: 1px solid rgba(222, 217, 208, 0.8);
    }

    .tm-hero__trust-list li {
        justify-items: center;
        font-size: 0.76rem;
        text-align: center;
    }

    .tm-hero__trust-copy {
        max-width: none;
    }

    .tm-brand-story__inner {
        min-height: 35rem;
    }

    .tm-brand-story__content {
        justify-items: start;
        text-align: left;
        gap: 1rem;
        max-width: 29rem;
        padding: 2rem 1.35rem;
    }

    .tm-brand-story__title {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .tm-brand-story__copy {
        max-width: 26rem;
        font-size: 0.95rem;
        line-height: 1.68;
    }

    .tm-brand-story__inner::before {
        background:
            linear-gradient(180deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.78) 38%, rgba(5, 5, 5, 0.3) 72%, rgba(5, 5, 5, 0.12) 100%),
            linear-gradient(90deg, rgba(5, 5, 5, 0.4), rgba(5, 5, 5, 0.08));
    }

    .tm-brand-story__media img {
        height: 100%;
        aspect-ratio: auto;
        object-position: 62% bottom;
        border-radius: 0;
    }
}

@media (max-width: 575.98px) {
    .tm-hero {
        padding-bottom: 2.75rem;
    }

    .tm-hero__inner {
        min-height: 45rem;
    }

    .tm-hero__content {
        justify-items: center;
        text-align: center;
    }

    .tm-hero__title {
        width: min(100%, 15rem);
    }

    .tm-hero__subtitle,
    .tm-hero__eyebrow {
        text-align: center;
    }

    .tm-hero__subtitle {
        justify-self: center;
    }

    .tm-hero__body {
        font-size: 0.92rem;
    }

    .tm-hero__trust-list {
        padding-inline: 0;
        grid-template-columns: 1fr;
    }

    .tm-hero__trust-list li {
        justify-items: center;
        text-align: center;
    }

    .tm-brand-story__content {
        text-align: left;
        justify-items: start;
    }

    .tm-brand-story__inner {
        min-height: 38rem;
    }

    .tm-brand-story .tm-btn {
        width: auto;
    }
}
