:root {
    /* Home/eCommerce-aligned responsive shell and hero scale. */
    --marketing-shell-width: var(--site-shell-width, calc(100% - clamp(32px, 8vw, 128px)));
    --marketing-shell-max-width: var(--site-shell-max-width, 1424px);
    --marketing-shell-gutter: clamp(12px, 1.1vw, 16px);
    --marketing-hero-title-size: 34px;
    --marketing-hero-description-size: 16px;
    --marketing-services-title-size: 28px;
    --marketing-services-intro-size: 17px;
    --marketing-service-title-size: 17px;
    --marketing-service-description-size: 15px;
    --marketing-why-title-size: 24px;
    --marketing-why-description-size: 15px;
    --marketing-why-label-size: 15px;
    --marketing-why-card-title-size: 16px;
    --marketing-why-card-description-size: 15px;
    --marketing-cta-title-size: 24px;
    --marketing-cta-description-size: 15px;
    --marketing-cta-button-size: 16px;
}

@media (min-width: 576px) {
    :root {
        --marketing-hero-title-size: 38px;
        --marketing-hero-description-size: 18px;
        --marketing-services-title-size: 32px;
        --marketing-services-intro-size: 18px;
        --marketing-service-title-size: 18px;
        --marketing-service-description-size: 16px;
        --marketing-why-title-size: 28px;
        --marketing-why-description-size: 16px;
        --marketing-why-label-size: 16px;
        --marketing-cta-title-size: 28px;
        --marketing-cta-description-size: 17px;
        --marketing-cta-button-size: 17px;
    }
}

@media (min-width: 768px) {
    :root {
        --marketing-hero-title-size: clamp(38px, 3vw, 60px);
        --marketing-hero-description-size: clamp(18px, 1.4vw, 28px);
        --marketing-services-intro-size: 19px;
        --marketing-why-title-size: 30px;
        --marketing-cta-title-size: 30px;
        --marketing-cta-description-size: 18px;
        --marketing-cta-button-size: 18px;
    }
}

@media (min-width: 992px) {
    :root {
        --marketing-services-title-size: 36px;
        --marketing-services-intro-size: 18px;
        --marketing-service-title-size: 20px;
        --marketing-service-description-size: 18px;
        --marketing-why-title-size: 36px;
        --marketing-why-description-size: 18px;
        --marketing-why-label-size: 18px;
        --marketing-why-card-title-size: 18px;
        --marketing-why-card-description-size: 16px;
        --marketing-cta-title-size: 32px;
        --marketing-cta-description-size: 22px;
        --marketing-cta-button-size: 20px;
    }
}

:is(#hero, #creative-services, #why) > .container {
    width: var(--marketing-shell-width);
    max-width: var(--marketing-shell-max-width);
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--marketing-shell-gutter);
    padding-left: var(--marketing-shell-gutter);
}

#hero,
.creative-services-section,
.why-section {
    max-width: 100%;
    overflow-x: clip;
}

#hero {
    position: relative;
    box-sizing: border-box;
    height: 101vh;
    min-height: 720px;
    padding-top: var(--site-navbar-space, 0px);
    overflow: hidden;
}

#hero::after {
    content: "";
    position: absolute;
    top: calc(var(--site-navbar-space, 0px) * -1);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(184, 136, 6, 0.72);
}

#hero .container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.hero-content{
    position: absolute;
    top: 38%;
    left: 0;
    width: min(62%, 900px);
    max-width: 100%;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
}

.hero-title {
    color: var(--Neutral-10, #FFF);
    margin: 0 0 clamp(12px, 1.2vw, 16px);
    text-align: left;
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-hero-title-size);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.hero-description{
    max-width: 580px;
    margin: 0;
    color: var(--Neutral-10, #FFF);
    text-align: left;
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-hero-description-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
}

.hero-banner-picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.background-video {
    position: absolute; 
    top: calc(var(--site-navbar-space, 0px) * -1);
    left: 0;
    z-index: 0;
    width: 100%; 
    height: calc(100% + var(--site-navbar-space, 0px)); 
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 991.98px) {
    .hero-content {
        left: 0;
        width: min(72%, 640px);
        max-width: 100%;
    }
}

@media screen and (max-width: 575.98px) {
    .hero-content {
        top: 38%;
        width: 100%;
    }
}

.creative-services-section {
    background: #FFFFFF;
    padding: clamp(56px, 5.1vw, 74px) 0 clamp(56px, 4.3vw, 62px);
}

.creative-services-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.creative-services-heading-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(16px, 2vw, 20px);
    margin-right: 0;
    margin-left: 0;
}

.creative-services-heading-row > * {
    width: auto;
    max-width: none;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
}

.creative-services-title {
    margin: 0;
    color: var(--Neutral-100, #212121);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-services-title-size);
    font-style: normal;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

.creative-services-intro {
    max-width: 590px;
    margin: 0;
    color: var(--Neutral-100, #212121);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-services-intro-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: 0;
}

.creative-services-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 2.8vw, 28px);
    margin-top: clamp(24px, 2.2vw, 32px);
    margin-right: 0;
    margin-left: 0;
}

.creative-services-layout > * {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.creative-services-media-col,
.creative-services-list-col {
    min-width: 0;
}

.creative-services-list-col {
    display: flex;
}

.creative-services-media {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1.62 / 1;
    border-radius: 18px;
    background: #F5F5F5;
}

.creative-services-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.creative-services-list-wrap {
    display: grid;
    grid-template-columns: 4px minmax(0, 1fr);
    column-gap: 16px;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    min-height: 0;
    aspect-ratio: auto;
    height: auto;
}

.creative-services-track {
    position: relative;
    width: 4px;
    height: 100%;
    min-height: 0;
    background: #CFCFCF;
    overflow: hidden;
}

.creative-services-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 80px;
    background: #0071BD;
    transition: top 0.22s ease, height 0.22s ease;
}

.creative-services-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.creative-service-option {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--Neutral-100, #212121);
    text-align: left;
    cursor: pointer;
}

.creative-service-option-title {
    display: block;
    color: var(--Neutral-100, #212121);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-service-title-size);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.creative-service-option-desc {
    display: none;
    max-width: 600px;
    margin: 8px 0 0;
    color: var(--Neutral-100, #212121);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-service-description-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
}

.creative-service-option.active .creative-service-option-desc {
    display: block;
}

@media screen and (max-width: 1199.98px) {
    .creative-service-option {
        min-height: 46px;
    }

    .creative-service-option-title {
        line-height: 1.18;
    }

    .creative-service-option-desc {
        max-width: 540px;
        line-height: 1.28;
    }
}

@media screen and (min-width: 992px) {
    .creative-services-heading-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: clamp(28px, 3.9vw, 56px);
        align-items: start;
    }

    .creative-services-intro {
        padding-left: clamp(0px, 2.8vw, 40px);
    }

    .creative-services-layout {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
        gap: clamp(28px, 3.9vw, 56px);
        align-items: stretch;
    }

    .creative-services-media,
    .creative-services-list-wrap {
        height: clamp(400px, 34vw, 520px);
    }

    .creative-services-media {
        aspect-ratio: auto;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .creative-service-option {
        min-height: 48px;
    }

    .creative-service-option-desc {
        line-height: 1.3;
    }
}

@media screen and (min-width: 992px) and (max-width: 1050px) {
    .creative-services-list-wrap {
        column-gap: 14px;
    }

    .creative-service-option {
        min-height: 42px;
    }

    .creative-service-option-title {
        line-height: 1.16;
    }

    .creative-service-option-desc {
        margin-top: 6px;
        line-height: 1.24;
    }
}

@media screen and (max-width: 991.98px) {
    .creative-services-section {
        padding: clamp(48px, 5.7vw, 56px) 0;
    }

    .creative-services-layout {
        margin-top: clamp(28px, 3.4vw, 34px);
    }

    .creative-services-intro {
        max-width: 100%;
    }

    .creative-services-list-wrap {
        aspect-ratio: auto;
        height: auto;
    }

    .creative-services-list,
    .creative-services-track {
        min-height: auto;
        height: auto;
    }

    .creative-services-list {
        gap: clamp(18px, 2.2vw, 22px);
    }
}

.why-background {
    border-radius: 24px;
    background: var(--Neutral-20, #F5F5F5);
}

.why-section {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: clamp(48px, 4.4vw, 64px) 0 clamp(48px, 4vw, 58px);
    scroll-margin-top: var(--site-navbar-space, 148px);
}

.why-section .container {
    max-width: 1424px;
    margin-top: 0 !important;
}

.why-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px, 3.4vw, 40px);
    align-items: start !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
}

.why-content > * {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.why-copy,
.why-gains {
    min-width: 0;
}

.why-title{
    color: var(--Neutral-100, #212121);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-why-title-size);
    font-style: normal;
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: -0.005px;
    margin: 0 0 24px;
    max-width: 650px;
}

.why-card{
    border-radius: 16px;
    border: 1.4px solid var(--Neutral-50, #BDBDBD);
    background: #F5F5F5;
    box-shadow: none;
    margin-bottom: 18px !important;
    padding: 20px 18px !important;
}

.why-gains .why-card:last-child {
    margin-bottom: 0 !important;
}

.why-desc{
    color: var(--Neutral-80, #616161);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-why-description-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.003px;
    margin: 0 0 22px;
    max-width: 670px;
}

.section-why{
    color: var(--Neutral-100, #212121);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-why-label-size);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.003px;
    margin: 0 0 22px;
}

.why-sub-title{
    color: var(--STORE2GO-Normal, #0071BD);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-why-card-title-size);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.003px;
    margin: 0 0 18px !important;
}

.why-sub-desc{
    color: var(--Neutral-80, #616161);
    font-family: Poppins, sans-serif;
    font-size: var(--marketing-why-card-description-size);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.002px;
    margin: 0;
}

.why-image {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: clamp(360px, 37.2vw, 535px);
    aspect-ratio: 1.45 / 1;
    border-radius: 14px;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .why-content {
        grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
        gap: clamp(32px, 3.9vw, 56px);
        align-items: stretch !important;
    }

    .why-copy {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .why-image {
        flex: 1 1 0;
        min-height: 0;
        height: 0;
        max-height: none;
        aspect-ratio: auto;
        margin-bottom: 0;
        object-position: center;
        transform: none;
    }
}

@media screen and (max-width: 991.98px) {
    .why-section {
        width: min(100% - 24px, 1682px);
        padding: clamp(40px, 4.8vw, 48px) 0;
    }

    .why-title {
        line-height: 1.28;
    }
}

@media screen and (max-width: 575.98px) {
    .why-section {
        border-radius: 18px;
        padding: clamp(30px, 7vw, 34px) 0;
    }

    .why-card {
        padding: 18px 16px !important;
    }
}

@media (min-width: 992px) {
    .creative-service-option-title {
        line-height: 1.25;
    }

    .creative-service-option-desc {
        line-height: 1.35;
    }

    .creative-services-title,
    .why-title {
        line-height: 1.18;
    }

    .creative-services-intro,
    .why-desc {
        line-height: 1.35;
    }
}
