body.home.page.full-content .site-content {
    padding: 0;
    max-width: 100%;
}


.st-hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 200px);
    min-height: 900px;
    background: #000;
    overflow: hidden;
    color: #fff;
    font-family: 'Tektur', sans-serif;
    padding-bottom: 90px;
}

.st-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.25;
    z-index: 1;
    filter: grayscale(100%) brightness(0.8);
}

.st-hero__bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0) 40%, 
        rgba(0, 0, 0, 0) 60%, 
        #000000 100%
    );
    z-index: 2;
}

.st-hero__slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.st-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.st-hero__slide.active {
    opacity: 1;
    visibility: visible;
}

.st-hero__content-wrapper {
    display: flex;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0;
    align-items: flex-start;
    justify-content: space-between;
}

.st-hero__text-content {
    flex: 0 0 50%;
    z-index: 5;
    min-width: 700px;
    position: relative;
    padding-top: 120px;
}

.st-hero__title {
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1;
    letter-spacing: -2px;
    background: url('../../assets/images/hero/mqc97csb-obh7ly2.png') no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: absolute;
    top: 0;
    width: 100vw;
    max-width: 1250px;
}

.st-hero__subtitle {
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    color: #b18a55;
    margin: 0 0 30px;
}

.st-hero__description {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 50px;
    max-width: 720px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.31) -10.26%, rgba(255, 255, 255, 0.8) 49.24%, rgba(255, 255, 255, 0.31) 105.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.st-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 404px;
    height: 73px;
    background: linear-gradient(90deg, #6f4f24 0%, #b18a55 100%);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.3s ease;
}



.st-hero__image-content {
    flex: 0 0 50%;
    /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-hero__glow {
    position: absolute;
    width: 292px;
    height: 292px;
    background: rgba(173, 135, 83, 0.48);
    border-radius: 50%;
    filter: blur(125px);
    z-index: 1;
}

.st-hero__glow-wrap {
    position: relative;
    max-height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        #000000 15%,
        #000000 82%,
        rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        #000000 15%,
        #000000 82%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 4;
}

.st-hero__glow-wrap, .st-hero__main-image { 
    max-height: 700px;
}

.st-hero__union-bg {
    position: absolute;
    width: 100%;
    max-width: 900px;
    object-fit: contain;
    z-index: 2;
}

.st-hero__main-image {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 3;
    height: 700px;
    max-width: 420px;
    object-fit: contain;
}

.st-hero__nav {
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 40px;
    z-index: 10;
}

.st-hero__nav-item {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.st-hero__nav-item.active {
    opacity: 1;
    transform: scale(1.1);
}

.st-hero__nav-item.active img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(21%) saturate(958%) hue-rotate(352deg) brightness(88%) contrast(85%);
}

.st-hero__nav-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Marquee */
.st-hero__marquee {
    position: absolute;
    bottom: 82px;
    left: 0;
    width: 100%;
    height: 40px;
    overflow: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 30%, #000000 20%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 30%, #000000 20%, rgba(0, 0, 0, 0) 100%);
}

.st-hero__marquee-content {
    display: flex;
    align-items: center;
    gap: 72px;
    width: max-content;
    white-space: nowrap;
    animation: st-marquee 28s linear infinite;
}

.st-hero__marquee-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    width: 2867px;
    height: 40px;
}

.st-hero__marquee-item {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0;
    font-family: 'Tektur', sans-serif;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.st-hero__marquee-item--brand {
    background-image: linear-gradient(0.16deg, rgba(0, 0, 0, 0) -7.34%, #ffffff 99.1%);
}

.st-hero__marquee-item--protect {
    background-image: linear-gradient(0.08deg, rgba(0, 0, 0, 0) -8.25%, #ffffff 99.75%);
}

.st-hero__marquee-item--customize {
    background-image: linear-gradient(0.11deg, rgba(0, 0, 0, 0) -7.96%, #ffffff 99.54%);
}

.st-hero__marquee-item--standout {
    background-image: linear-gradient(0.1deg, rgba(0, 0, 0, 0) -8.08%, #ffffff 99.63%);
}

@keyframes st-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-2939px); }
}

/* Responsive */
/* @media (max-width: 1600px) {
    .st-hero__title { font-size: 90px; }
    .st-hero__subtitle { font-size: 50px; }
    .st-hero__description { font-size: 28px; }
}

@media (max-width: 1200px) {
    .st-hero__content-wrapper { flex-direction: column; text-align: center; }
    .st-hero__text-content { flex: 0 0 100%; margin-bottom: 50px; }
    .st-hero__description { margin-left: auto; margin-right: auto; }
    .st-hero__image-content { flex: 0 0 100%; }
} */
