html, body {
    overflow-x: clip;
}

body {
    font-family: "Barlow", sans-serif;
    color: #333333;
}

.site-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.btn-accent {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 17px 54px 17px 25px;
    border-radius: 9999px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(to right, #E01C08 0%, #B11101 50%, #E01C08 100%);
    background-size: 200% auto;
    transition: all 0.4s ease-in-out;
}

.btn-accent:hover {
    background-position: right center;
}

.btn-accent::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: url('../image/arrow-white.svg') no-repeat center / contain;
}

.hero-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #222629;
    opacity: 0.85;
    z-index: 1;
}

.section-kicker {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #E01C08;
    margin-bottom: 20px;
}

.section-kicker::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 2px;
    transform: translateY(-50%);
    background: #E01C08;
}

.section-kicker.is-light {
    color: #ffffff;
}

.section-kicker.is-light::before {
    background: #E01C08;
}

.video-play {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 700;
    text-transform: capitalize;
}

.video-play .icon {
    width: 50px;
    height: 50px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
}

.video-play .icon i {
    background: linear-gradient(to right, #B11101 0%, #E01C08 50%, #B11101 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sheen-hover {
    position: relative;
    overflow: hidden;
}

.sheen-hover::after {
    content: "";
    position: absolute;
    top: -130%;
    left: -120%;
    width: 70%;
    height: 260%;
    transform: rotate(28deg);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.12) 35%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.12) 65%, rgba(255,255,255,0) 100%);
    transition: left 0.55s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

.sheen-hover:hover::after {
    left: 155%;
}

.sheen-hover img {
    transition: transform 0.4s ease-in-out;
}

.sheen-hover:hover img {
    transform: scale(1.02);
}

.contact-drawer {
    transition: right 0.4s ease-in-out;
}

.contact-drawer.is-open {
    right: 70px;
}

@media (max-width: 768px) {
    .contact-drawer,
    .contact-sidebar {
        display: none;
    }
}
.timeline-line::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 6px;
    transform: translateX(-50%);
    background: #E01C08;
    border-radius: 9999px;
}

.timeline-dot::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    border: 4px solid #E01C08;
    background: #ffffff;
    z-index: 2;
}

.timeline-left::before {
    right: -10px;
}

.timeline-right::before {
    left: -10px;
}

@media (max-width: 768px) {
    .timeline-line::before {
        left: 31px;
        transform: none;
    }

    .timeline-dot::before,
    .timeline-left::before,
    .timeline-right::before {
        left: 18px;
        right: auto;
    }
}
.industry-prose {
    color: #0E101A;
}

.industry-prose > *:first-child {
    margin-top: 0;
}

.industry-prose h1 {
    margin: 0 0 1.4rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 700;
    color: #222629;
}

.industry-prose h2 {
    margin: 2.4rem 0 1rem;
    font-size: clamp(1.7rem, 2.4vw, 2.35rem);
    line-height: 1.15;
    font-weight: 700;
    color: #222629;
}

.industry-prose h3 {
    margin: 2rem 0 0.9rem;
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.2;
    font-weight: 700;
    color: #222629;
}

.industry-prose h4 {
    margin: 1.8rem 0 0.85rem;
    font-size: clamp(1.15rem, 1.5vw, 1.45rem);
    line-height: 1.3;
    font-weight: 700;
    color: #222629;
}

.industry-prose p {
    margin: 0 0 1.15rem;
    font-size: 16px;
    line-height: 1.8;
    color: #0E101A;
}

.industry-prose p:empty {
    display: none;
}

.industry-prose strong {
    font-weight: 700;
    color: #222629;
}

.industry-prose blockquote {
    margin: 1.8rem 0;
    border-left: 4px solid #E01C08;
    background: #fff5f4;
    padding: 1.4rem 1.5rem;
    border-radius: 0 20px 20px 0;
}

.industry-prose blockquote p {
    margin-bottom: 0.65rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    color: #222629;
}

.industry-prose blockquote p:last-child {
    margin-bottom: 0;
}

.industry-prose ul,
.industry-prose ol {
    margin: 1.1rem 0 1.3rem;
    padding-left: 1.35rem;
}

.industry-prose li {
    margin-bottom: 0.75rem;
    font-size: 16px;
    line-height: 1.8;
    color: #0E101A;
}

.industry-prose ul li::marker,
.industry-prose ol li::marker {
    color: #E01C08;
    font-weight: 700;
}

.industry-prose img {
    width: 100%;
    border-radius: 22px;
    margin: 1.4rem 0 1.75rem;
}

.industry-prose br {
    content: "";
    display: block;
    margin-top: 0.8rem;
}
.page-header {
    position: relative;
    background: url('../image/page-header-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 265px 0 125px;
}

.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #222629;
    opacity: 0.85;
}

@media (max-width: 991px) {
    .page-header {
        padding: 170px 0 80px;
    }
}

@media (max-width: 767px) {
    .page-header h1 {
        font-size: 30px;
    }
}