a:active,
a:hover {
    outline: 0;
}

:root {
    --bg-color: #FAF4EC;
    --text-color: #111827;
    --accent-pink: #FCB8FA;
    --accent-blue: #0088ff;
    --accent-green: #12c277;
    --accent-orange: #ff4b1f;
    --header-bg: rgba(250, 244, 236, 0.8);
    --font-main: "Inter", system-ui, -apple-system, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-main);
    overflow-x: hidden;
}

/* Smooth Scrolling */
html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/* thin top border */
/* .top-border-bar {
    height: 4px;
    background-color: #007a7c;
} */

.custom-header {
    padding: 12px 24px;
}

.logo-link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
}

.logo-box {
    background: #000;
    padding: 8px 24px;
    border-radius: 4px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 22px;
    transform: skewX(-8deg);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.logo-box span {
    transform: skewX(8deg);
    display: inline-block;
}

.nav-pill-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 8px;
    /* box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12); */
    display: inline-flex;
    align-items: center;
}

.button-color-swoosh {
    --elastic-ease-out: linear(0, 0.5737 7.6%, 0.8382 11.87%, 0.9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, 0.9995 46.99%, 0.9872 51.63%, 0.9842 58.77%, 1.0011 81.26%, 1);
    --smooth-ease: cubic-bezier(.32, .72, 0, 1);
    --color-ease: cubic-bezier(.215, .61, .355, 1);
    transition: transform .45s var(--elastic-ease-out);
    -webkit-tap-highlight-color: transparent;
    color: #000;
    letter-spacing: -.02em;
    -webkit-user-select: none;
    user-select: none;
    transform-style: preserve-3d;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    display: grid;
    place-items: center;
}

.swoosh-text-wrapper {
    position: relative;
    display: block;
    height: 1.2em;
    overflow: hidden;
}

.swoosh-text-top,
.swoosh-text-bottom {
    display: block;
    transition: transform 1.30s var(--elastic-ease-out);
}

.swoosh-text-bottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.nav-pill-wrapper .nav-link {
    color: #000;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 16px;
    text-decoration: none;
    transition: transform 1.30s var(--elastic-ease-out), background-color 0.4s var(--color-ease), color 0.4s var(--color-ease);
}

.nav-pill-wrapper .nav-link:hover,
.nav-pill-wrapper .nav-link.active {
    background-color: #000 !important;
    color: #fff !important;
    transform: scale(1.02);
}

.nav-pill-wrapper .nav-link:hover .swoosh-text-top,
.nav-pill-wrapper .nav-link.active .swoosh-text-top {
    transform: translateY(-100%);
}

.nav-pill-wrapper .nav-link:hover .swoosh-text-bottom,
.nav-pill-wrapper .nav-link.active .swoosh-text-bottom {
    transform: translateY(-100%);
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    /* gap: 10px; */
    background: #fcb8fa;
    padding: 4px 10px;
    border-radius: 18px;
    border: none;
    font-weight: 700;
    color: #3b0764;
}

.pc-result {
    white-space: nowrap;
    margin-left: .25em;
    margin-right: .5em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1;
    display: block;
}

.cta-btn .icon-box {
    background-color: #fff;
    color: #ff4b1f;
    border-radius: .625em;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.25em;
    height: 2.25em;
    display: flex;
    position: relative;
    font-size: 18px;
}

.cta-btn:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.cta-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.25);
}

.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #f8f0e6;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.header-wrapper.scrolled {
    background: transparent;
}

/* ---------- HERO SECTION ---------- */
.hero-section {
    padding: 80px 24px 40px;
}

.hero-heading {
    font-size: 4em;
    font-weight: 600;
    font-family: Inter, sans-serif;
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: var(--text-color);
}

.hero-subtitle {
    margin-top: 32px;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 500;
    line-height: 1.4;
    color: var(--text-color);
    max-width: 600px;
}

.hero-cards {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.hero-cards::-webkit-scrollbar {
    height: 6px;
}

.hero-cards::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 999px;
}

.stat-card {
    max-width: 460px;
    width: 100%;
    height: 450px;
    border-radius: 36px;
    color: #000;
    position: relative;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
    overflow: hidden;
    transition: transform 0.25s ease-out;
    transform-origin: center center;
    background: #ffffff;
}

.stat-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

.stat-card h3 {
    font-size: 2.5rem;
    margin: 0;
    font-weight: 800;
}

.stat-card p {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.stat-image {
    flex: 1;
    margin-top: 18px;
    border-radius: 26px;
    background-size: cover;
    background-position: center;
}

/* base rotation / vertical offsets */
.card-blue {
    background: #0088ff;
    color: #fff;
    transform: rotate(-10deg);
}

.card-green {
    background: #12c277;
    color: #fff;
    transform: rotate(-4deg);
    margin-top: 40px;
}

.card-photo {
    background: #ffffff;
    transform: rotate(4deg);
    margin-top: 80px;
}

.card-photo-only {
    background: #ffffff;
    transform: rotate(10deg);
    margin-top: 110px;
}

.card-blue:hover {
    transform: translateX(-25px) rotate(-10deg);
}

.card-green:hover {
    transform: translateX(-25px) rotate(-4deg);
}

.card-photo:hover {
    transform: translateX(-25px) rotate(4deg);
}

.card-photo-only:hover {
    transform: translateX(-25px) rotate(10deg);
}

.card-photo-only .stat-inner {
    padding: 0;
}

.card-caption {
    margin: 20px;
}

.special-image {
    width: 100%;
    height: 100%;
    margin: 15px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
}

.card-photo-only .stat-image {
    margin-top: 0;
    border-radius: 36px;
}

@media (max-width: 991.98px) {
    .stat-card {
        width: 320px;
        height: 360px;
    }
}

@media (max-width: 768px) {
    .custom-header {
        padding: 10px 12px;
    }

    .logo-box {
        font-size: 18px;
        padding: 8px 18px;
    }

    .hero-section {
        padding-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .hero-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        overflow: visible;
        padding-bottom: 40px;
        /* Reset carousel props */
        padding-right: 0;
        scroll-snap-type: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .stat-card {
        width: 90%;
        max-width: 360px;
        height: 380px;
        flex: none;
        scroll-snap-align: none;
    }

    /* Restore and adjust tilts for mobile stack */
    .card-blue {
        transform: rotate(-3deg);
    }

    /* Hide other cards on mobile as requested */
    .card-green,
    .card-photo,
    .card-photo-only {
        display: none;
    }

    .hero-cards .stat-card:hover {
        transform: scale(1.02);
        /* Simple hover effect on mobile */
    }

    /* CTA Buttons Mobile Adjustment */
    .cta-section .d-flex {
        flex-wrap: nowrap !important;
        /* Force single row */
        gap: 12px !important;
    }

    .cta-section .btn {
        flex: 1;
        /* Equal 50% width */
        font-size: 0.95rem;
        /* Correct font size */
        font-weight: 600;
        /* Correct weight */
        padding: 12px 16px !important;
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.paragraph-l {
    font-size: 2em;
    line-height: 1.3em;
    font-family: Inter, sans-serif;
    font-weight: 600;
    letter-spacing: -.03em
}

/* ===== EXPERTISE SCROLL STACK ===== */
.section-expertises {
    display: flex;
    justify-content: center;
    background: #f8f0e6;
    padding: 80px 0 120px;
}

.expertise-stack-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.expertise-stack {
    width: 100%;
    height: 700px;
    position: sticky;
    top: 80px;
}

.expertise-card {
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: clamp(30px, 5vw, 60px) clamp(30px, 6vw, 80px);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    transform-origin: center center;
    will-change: transform, opacity;
}

.expertise-card.theme-white {
    background: #ffffff;
}

.expertise-card.theme-pink {
    background: #ffc7ff;
}

.expertise-card.theme-green {
    background: #b8ffd7;
}

.expertise-card.theme-blue {
    background: #c9e4ff;
}

.expertise-left {
    flex: 1 1 55%;
    max-width: 55%;
}

.expertise-label {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    background: #f4e4cf;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 18px;
}

.expertise-title {
    line-height: 1.05;
    margin-bottom: 14px;
    font-family: Inter, sans-serif;
    font-size: 5.5em;
    line-height: .95em;
    font-weight: 600;
    letter-spacing: -.05em;
}

.expertise-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.expertise-text {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 450px;
}

.expertise-number {
    position: absolute;
    top: 36px;
    right: 40px;
    font-size: 4.2rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.06);
}

.expertise-right {
    flex: 0 0 320px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-frame {
    border-radius: 42px;
    padding: 0;
    width: 100%;
    max-width: 460px;
    height: auto;
    aspect-ratio: 460/580;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.theme-white .media-frame {
    border: 4px solid #ff4b1f;
}

.theme-pink .media-frame {
    border: 4px solid #ff4bdf;
}

.theme-green .media-frame {
    border: 4px solid #18a957;
}

.theme-blue .media-frame {
    border: 4px solid #2563eb;
}

.media-frame video,
.media-frame img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 26px;
}

.expertise-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    padding: 10px 22px;
    border-radius: 14px;
    border: 2px solid #ff4b1f;
    background: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    color: #111;
    text-decoration: none;
}

.theme-pink .expertise-btn {
    border-color: #ff4bdf;
}

.theme-green .expertise-btn {
    border-color: #18a957;
}

.theme-blue .expertise-btn {
    border-color: #2563eb;
}

.expertise-btn-icon {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    border: 2px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.expertise-card.active {
    z-index: 5;
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
}

.expertise-card.below {
    z-index: 4;
    opacity: 0.95;
    transform: translateY(120px) scale(0.96) rotate(1deg);
}

.expertise-card.hidden-below {
    z-index: 1;
    opacity: 0;
    transform: translateY(100vh) scale(0.9) rotate(2deg);
}

.expertise-card.above {
    z-index: 2;
    opacity: 1;
    transform: translateY(-20px) scale(0.95) rotate(0deg);
}

@media (max-width: 992px) {
    .expertise-stack {
        height: 763px;
        top: 100px;
    }

    .expertise-card {
        flex-direction: column;
        padding: 30px 24px;
    }

    .expertise-left,
    .expertise-right {
        max-width: 100%;
    }

    .expertise-right {
        margin-top: 24px;
        justify-content: flex-start;
    }

    .media-frame {
        width: 100%;
        height: auto;
        transform: rotate(1deg);
    }

    .media-frame video,
    .media-frame img {
        height: 260px;
    }

    .expertise-title {
        font-size: 3.5em;
    }
}

@media (max-width: 767.98px) {
    .section-expertises {
        padding: 60px 0 80px;
    }

    .expertise-number {
        font-size: 2.6rem;
        top: 20px;
        right: 20px;
    }

    /* Reorder content for mobile */
    .expertise-card {
        display: flex;
        flex-direction: column;
    }

    .expertise-left,
    .expertise-right {
        display: contents;
        /* Unwrap containers to let children be direct flex items */
    }

    .expertise-label {
        order: 1;
        width: fit-content;
    }

    .expertise-title {
        order: 2;
    }

    .expertise-right .media-frame {
        order: 3;
        width: 180px !important;
        height: 235px !important;
        min-height: 235px !important;
        flex-shrink: 0;
        aspect-ratio: auto;
        margin: 20px 0;
        transform: rotate(-3deg);
        display: block;
    }

    .expertise-right .media-frame video,
    .expertise-right .media-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .expertise-subtitle {
        order: 4;
    }

    .expertise-text {
        order: 5;
    }

    .expertise-btn {
        order: 6;
        width: fit-content;
    }
}

/* ===== WORK SECTION ===== */
.work-section {
    padding: 90px 24px 120px;
    background-color: #f8f0e6;
}

.work-heading {
    font-size: clamp(2.6rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
    color: #111827;
    margin-bottom: 24px;
}

.work-subtext {
    max-width: 44ch;
}

.work-main-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 3px 5px;
    margin-top: 26px;
    border-radius: 12px;
    border: 2px solid #111;
    background: #f8f0e6;
    font-weight: 600;
    font-size: 0.95rem;
    color: #111;
    text-decoration: none;
}

.work-main-btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    background: #0c0c0c;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.work-cards-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
    padding-top: 40px;
}

.work-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100% !important;
}

.work-card {
    position: relative;
    border-radius: 42px;
    overflow: hidden;
    min-height: 520px;
    cursor: pointer;
    transition: transform 0.25s ease;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.work-card:hover {
    animation: cardShake 0.45s ease-in-out;
}

@keyframes cardShake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(-1.5deg);
    }

    75% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.w-fit {
    width: fit-content;
}

.work-card.blue,
.work-card.green,
.work-card.orange {
    width: 100%;
    background: #fff;
    border-radius: 42px;
    border: 8px solid transparent;
}

.work-card.blue {
    border-color: #1e90ff;
}

.work-card.green {
    border-color: #22c96b;
}

.work-card.orange {
    border-color: #ff4b1f;
}

.work-card-media {
    height: 360px;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.work-card-arrow {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #fff;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: bold;
    z-index: 3;
}

.work-card-overlay {
    background: #1e90ff;
    padding: 26px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.work-card.green .work-card-overlay {
    background: #22c96b;
}

.work-card.orange .work-card-overlay {
    background: #ff4b1f;
}

.work-card-overlay::before {
    content: "";
    position: absolute;
    top: -32px;
    left: -10px;
    right: -10px;
    height: 90px;
    background: inherit;
    transform: skewY(-8deg);
    transform-origin: top left;
    z-index: -1;
}

.work-card-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.1;
    color: #111;
}

.work-card-boiled {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

.work-card-tag {
    background: rgba(0, 0, 0, 0.15);
    padding: 6px 16px;
    border-radius: 10px;
    color: #fff;
}

@media (min-width: 992px) {

    /* .custom-header,
    .hero-section,
    .work-section,
    .about-section,
    .section-expertises,
    .gh-faq-bg .container-fluid,
    .gh-hero-bg .container-fluid,
    .container-fluid,
    .brands-section {
        padding-left: 100px !important;
        padding-right: 100px !important;
    } */
}

@media(max-width: 992px) {
    .work-cards-row {
        flex-direction: column;
        align-items: center;
    }

    .work-card {
        width: 90% !important;
        min-height: 420px;
    }
}

/* Title above each card */
.card-top-title {
    font-size: 23px;
    /* adjust as needed (e.g. 32, 42) */
    font-weight: 700;
    margin: 0;
    /* keep tight to top of column */
    margin-bottom: 18px;
    /* space between title and card */
    line-height: 1.05;
    color: #111;
    /* alignment: use left to match your layout; use text-align:center to center */
    text-align: left;
    padding-left: 0;
    /* remove large left padding so it aligns with card column */
}

.work-card {
    margin-top: 0;
}

/* Optional: slightly reduce the card top margin on small screens */
@media (max-width: 991px) {
    .card-top-title {
        font-size: 28px;
        margin-bottom: 12px;
        text-align: left;
    }

    .work-card {
        width: 100%;
    }
}

/* ===== BRANDS / LOGO CAROUSEL ===== */
.brands-section {
    overflow: hidden;
    padding: 80px 0;
    background-color: #faf4ec;
    /* Slightly lighter cream/off-white match */
}

.brands-heading {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    color: #111;
    margin-bottom: 50px;
    letter-spacing: -0.03em;
}

.logo-carousel-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-left: 0;
}

.logo-track {
    display: flex;
    gap: 24px;
    width: max-content;
}

.brand-card {
    flex: 0 0 180px;
    height: 180px;
    border-radius: 16px;
    /* background: #fff; */
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: transform 0.3s ease;
}

.brand-card:hover {
    transform: translateY(-5px);
}

.brand-card img {
    /* max-width: 100%; */
    max-height: 100%;
    object-fit: contain;
    /* filter: grayscale(100%); */
    /* Often unused in "hyped" brands but let's see */
    opacity: 0.8;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.brand-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 768px) {
    .brand-card {
        flex: 0 0 140px;
        height: 140px;
        padding: 20px;
    }
}

.brand-card:hover {
    transform: translateY(-5px);
}

@media (max-width: 992px) {
    .brand-card {
        height: 180px;
    }
}

/* ============ LET'S GET HYPED FOOTER ============ */
.footer-hyped-section {
    position: relative;
    padding: 120px 24px 0;
    background: #faf4ec;
    overflow: hidden;
}

.footer-hyped-top {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-hyped-heading {
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    font-weight: 800;
    line-height: 1.05;
    color: #111827;
}

.footer-cta-buttons .footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 26px;
    border-radius: 16px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-btn-mail {
    background: #ffffff;
    border: 2px solid #111827;
    color: #111827;
}

.footer-btn-results {
    background: #f97330;
    border: 2px solid #f97330;
    color: #ffffff;
}

.footer-btn-icon {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 2px solid #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.footer-btn-icon--fire {
    border-color: #ffffff;
}

.footer-hyped-bottom {
    position: relative;
    margin-top: 110px;
    padding-bottom: 40px;
}

.footer-slope {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -120px;
    height: 406px;
    background: #e4ded2;
    border-radius: 40px 40px 0 0;
    transform-origin: left bottom;
    transform: skewY(-6deg);
}

.footer-bottom-inner {
    position: relative;
    padding: 70px 40px 20px;
}

.footer-nav-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.footer-follow-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
}

.footer-social-pill {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    text-decoration: none;
    color: #111827;
    font-weight: 600;
}

.footer-copy {
    font-size: 0.8rem;
    color: #4b5563;
}

.footer-contact-block {
    font-size: 0.9rem;
    color: #111827;
}

.footer-contact-title {
    font-weight: 700;
    margin-bottom: 4px;
}

.footer-privacy {
    font-size: 0.8rem;
    text-decoration: none;
    color: #4b5563;
}

.footer-sticker {
    position: absolute;
    padding: 10px 26px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 1.2rem;
    transform-origin: center;
}

.footer-sticker--tl {
    top: 12px;
    left: 4px;
    transform: rotate(-8deg) skewX(-10deg);
}

.footer-sticker--bl {
    bottom: -40px;
    left: -20px;
    font-size: 1.6rem;
    transform: rotate(-8deg) skewX(-10deg);
}

.footer-sticker-circle {
    position: absolute;
    top: 230px;
    right: 8%;
    z-index: 10;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    background: #ff9ade;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(6deg);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.25);
}

.footer-sticker-circle-text {
    font-weight: 900;
    font-size: 2.4rem;
}

@media (max-width: 992px) {
    .footer-slope {
        bottom: -140px;
        height: 260px;
    }

    .footer-bottom-inner {
        padding-inline: 20px;
    }

    .footer-sticker-circle {
        right: 4%;
        top: 250px;
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .footer-hyped-section {
        padding-inline: 16px;
    }

    .footer-bottom-inner {
        padding-top: 60px;
    }

    .footer-sticker--tl {
        left: 4px;
    }

    .footer-sticker--bl {
        display: none;
    }

    .footer-nav-pill {
        font-size: 0.9rem;
    }

    .footer-bottom-inner .col-lg-4 {
        text-align: center !important;
        margin-bottom: 12px;
    }
}

.floating-hyped-logo {
    position: absolute;
    z-index: 50;
    padding: 8px 22px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 0.9rem;
    pointer-events: none;
    transform: rotate(-6deg);
    animation: hypedPop 3s ease forwards;
}

@keyframes hypedPop {
    0% {
        opacity: 0;
        transform: scale(0.8) rotate(-12deg);
    }

    15% {
        opacity: 1;
        transform: scale(1.05) rotate(-6deg);
    }

    80% {
        opacity: 1;
        transform: scale(1) rotate(-6deg);
    }

    100% {
        opacity: 0;
        transform: scale(0.9) rotate(-6deg) translateY(-10px);
    }
}

.paragraph-regular {
    font-family: Inter, sans-serif;
    font-size: 1.25em;
    line-height: 1.4em;
    font-weight: 700;
    letter-spacing: -.03em;
}

.icon-24px {
    justify-content: center;
    align-items: center;
    height: 1.5em;
    display: flex;
    margin-top: 0;
    margin-left: 0;
}


/* ===== MOBILE MENU (phone + tablet) ===== */
body.menu-open {
    overflow: hidden;
}

.mobile-menu-toggle {
    border: none;
    outline: none;
    background: #ff9bf7;
    color: #000;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
}

.mobile-menu-toggle span {
    display: block;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .nav-pill-wrapper-desktop {
        display: none !important;
    }

    .cta-desktop {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: inline-flex;
    }

    .icon-24px {
        margin-top: 10px;
        margin-left: 10px;
    }
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px 18px;
    background: rgba(0, 0, 0, 0.25);
}

.mobile-menu-overlay.open {
    display: flex;
}

.mobile-menu-panel {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 100%;
    border-radius: 26px;
    background: #f8f0e6;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

.mobile-menu-inner {
    flex: 1;
    border-radius: 24px;
    background: #ff9bf7;
    padding: 22px 18px 26px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    animation: menuJump 0.35s cubic-bezier(.22, 1.2, .36, 1);
}

@keyframes menuJump {
    0% {
        transform: translateY(-18px) scale(.95);
        opacity: 0;
    }

    60% {
        transform: translateY(4px) scale(1.02);
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.mobile-logo {
    padding: 6px 18px;
    border-radius: 12px;
    background: #000;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    transform: skewX(-8deg);
}

.mobile-logo span {
    transform: skewX(8deg);
    display: inline-block;
}

.mobile-close {
    border: none;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-links {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.mobile-menu-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 18px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    min-width: 170px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
    transition: all 0.3s ease;
}

.mobile-menu-link.active {
    background: #000;
    color: #fff;
}

.mobile-menu-link:hover .swoosh-text-top,
.mobile-menu-link.active .swoosh-text-top {
    transform: translateY(-100%);
}

.mobile-menu-link:hover .swoosh-text-bottom,
.mobile-menu-link.active .swoosh-text-bottom {
    transform: translateY(-100%);
}

.mobile-menu-footer {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.mobile-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff;
    padding: 10px 22px;
    border-radius: 18px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
}

.mobile-cta-icon {
    background-color: #fff;
    color: #ff4b1f;
    border-radius: .625em;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.25em;
    height: 2.25em;
    display: flex;
    position: relative;
    font-size: 18px;
}

.about-title {
    font-family: Inter, sans-serif;
    font-size: clamp(2.2rem, 4vw, 4.5em);
    line-height: 1.05em;
    font-weight: 600;
    letter-spacing: -.04em
}

/* ===== CONTACT DRAWER ===== */
.contact-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    z-index: 3000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.contact-drawer-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.contact-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 600px;
    height: 100vh;
    background: #FAF4EC;
    z-index: 3001;
    display: flex;
    flex-direction: column;
    padding: 60px 50px;
    transform: translateX(100%);
    box-shadow: -20px 0 60px rgba(0, 0, 0, 0.1);
    will-change: transform;
    overflow-y: auto;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-drawer.active {
    transform: translateX(0);
}

@media (max-width: 768px) {
    .contact-drawer {
        width: 100%;
        padding: 40px 24px;
    }
}

.contact-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.contact-drawer-close {
    background: #fff;
    border: 2px solid #000;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-drawer-close:hover {
    background: #000;
    color: #fff;
}

.modern-form .form-group {
    margin-bottom: 24px;
}

.modern-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: var(--text-color);
}

.modern-form input,
.modern-form textarea {
    width: 100%;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.modern-form input:focus,
.modern-form textarea:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.optional-label {
    font-weight: 400;
    color: #999;
    font-size: 0.85rem;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-checkbox input[type="checkbox"] {
    width: auto;
    margin-top: 4px;
}

.form-checkbox label {
    margin-bottom: 0;
    font-weight: 400;
}

.form-checkbox a {
    color: var(--text-color);
    text-decoration: underline;
}

.submit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #ff6b35;
    color: #fff;
    padding: 16px 32px;
    border-radius: 12px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
}

.submit-btn:hover {
    background: #ff5520;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

.submit-icon {
    width: 28px;
    height: 28px;
    background: #fff;
    color: #ff6b35;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.contact-drawer-footer {
    margin-top: auto;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-info-small p {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

/* ===== WORK PAGE ===== */
.work-hero-section {
    padding: 120px 0 60px;
    background: var(--bg-color);
}

.work-hero-title {
    font-family: Inter, sans-serif;
    font-size: 8em;
    line-height: 1.05em;
    font-weight: 700;
    letter-spacing: -.04em;
    margin-bottom: 0;
}

.work-masonry-section {
    background: var(--bg-color);
    padding: 40px 0 80px;
}


.work-grid-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 15vw, 231px);
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .work-grid-two-col {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.work-card-wrapper {
    position: relative;
}


.work-card {
    position: relative;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    background: transparent;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.work-card:hover {
    transform: translateY(-6px);
}

.work-card-tags {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.work-tag {
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}

.tag-social {
    background: #Eebbf8;
    color: #000;
}

.tag-video {
    background: #000;
    color: #fff;
}

.tag-white {
    background: #fff;
    color: #000;
}

.tag-seo {
    background: #4CAF50;
    color: #fff;
}

.tag-content {
    background: #2196F3;
    color: #fff;
}

.tag-commercial {
    background: #FF9800;
    color: #fff;
}

.tag-experience {
    background: #9C27B0;
    color: #fff;
}

.tag-branded {
    background: #00BCD4;
    color: #fff;
}

.work-card-image {
    position: relative;
    width: 100%;
    padding-bottom: 140%;
    /* Taller aspect ratio */
    overflow: hidden;
    background: #f0f0f0;
    border-radius: 32px;
}

.work-card-image img,
.work-card-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card:hover .work-card-image img,
.work-card:hover .work-card-image video {
    transform: scale(1.05);
}

/* Bottom white card */
.work-card-bottom {
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    z-index: 5;
    transition: transform 0.3s ease;
    height: auto;
    min-height: 180px;
}

.work-card-content-inner {
    position: relative;
    padding: 138px 17px 30px 49px;
    padding-right: 70px;
    /* Space for the arrow */
    z-index: 2;
    border-radius: 50px;
    overflow: hidden;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' viewBox='0 0 429 270' fill='none'%3E%3Cpath d='M428.625 35.0943V232.589C428.625 248.326 428.625 263.249 428.625 269.088L1.03513e-06 269.082C-1.56688e-05 266.148 0.000175319 262.808 0.000175319 255.068V77.9695C0.000175319 70.9826 5.03458 65.0132 11.904 63.8674L388.605 1.00885C409.565 -2.47661 428.625 13.7568 428.625 35.0862' fill='white'/%3E%3C/svg%3E");
    background-size: 550px 291px;
    background-repeat: no-repeat;
    background-position: center;
}

.work-card-arrow {
    position: absolute;
    top: 75px;
    right: 48px;
    width: 44px;
    height: 44px;
    background: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transform: rotate(0deg);
    transition: transform 0.3s ease, background 0.3s ease;
    z-index: 3;
}

/* Specific rotation for the arrow icon to point Top-Right */
.work-card-arrow.work-card-arrow-icon {
    transform: rotate(-45deg);
}

.work-card:hover .work-card-arrow.work-card-arrow-icon {
    transform: rotate(0deg);
}

/* Hover effect for arrow */
.work-card:hover .work-card-arrow {
    transform: scale(1.1);
    background: #333;
}

.work-card_icon-svg {
    width: 20px;
    height: 20px;
}

/* Hot off the press Section */
.hot-press-section {
    background: var(--bg-color);
    padding: 80px 0;
}

.hot-press-title {
    font-family: Inter, sans-serif;
    font-size: 6em;
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 16px;
}

.hot-press-subtitle {
    font-size: 2rem;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
}

.hot-press-social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}

.social-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111;
}

.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.social-icon-link:hover {
    transform: translateY(-2px);
    background: #333;
    color: #fff;
}

.social-icon-link svg {
    width: 16px;
    height: 16px;
}

.hot-press-carousel {
    overflow: hidden;
    margin-top: 60px;
    padding: 40px 0;
}

.hot-press-track {
    display: flex;
    gap: 40px;
}

.hot-press-image {
    flex-shrink: 0;
    width: 440px;
    height: 550px;
    border-radius: 40px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.hot-press-image:nth-child(even) {
    transform: rotate(2deg);
}

.hot-press-image:nth-child(odd) {
    transform: rotate(-2deg);
}

.hot-press-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot-press-footer {
    padding-top: 20px;
}

.hot-press-counter {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111;
    font-family: Inter, sans-serif;
}

.hot-press-counter .total {
    color: #999;
}

.nav-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: transparent;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-arrow:hover {
    border-color: #111;
    background: #111;
    color: #fff;
    transform: translateY(-2px);
}

.nav-arrow.next {
    background: #fff;
    border-color: #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.brands-heading {
    font-family: Inter, sans-serif;
    font-size: clamp(2.5rem, 4vw, 4em);
    line-height: 1.1em;
    font-weight: 700;
    letter-spacing: -.03em;
}

@media (min-width: 992px) {

    .custom-header,
    .hero-section,
    .work-section,
    .about-section,
    .section-expertises,
    .gh-faq-bg .container-fluid,
    .gh-hero-bg .container-fluid,
    .container-fluid,
    .brands-section {
        padding-left: 2.5em !important;
        padding-right: 2.5em !important;
    }

    /* Special case for header if it needs to match */
    .custom-header {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    .paragraph-l {
        font-size: 1em;
    }

    .work-heading {
        font-size: 3em;
    }
}

/* MOBILE FOOTER STYLES */
.mobile-footer {
    background-color: #EBE7DE;
    /* Beige background from image */
    padding: 60px 20px 40px;
    text-align: center;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.mobile-footer-logo-container {
    margin-bottom: 30px;
    transform: rotate(-4deg);
    /* Slight rotation like in image */
}

.mobile-footer-logo {
    font-size: clamp(3rem, 15vw, 6rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9;
    letter-spacing: -2px;
    font-family: 'Impact', 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;
    /* Condensed bold font */
    margin: 0;
    color: #000;
}

.mobile-footer-cta-container {
    margin-bottom: 30px;
}

.mobile-footer-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FD552C;
    /* Bright Orange */
    color: #fff;
    padding: 12px 24px;
    border-radius: 999px;
    /* Pill shape */
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(253, 85, 44, 0.3);
    transition: transform 0.2s;
    width: 100%;
    max-width: 320px;
}

.mobile-footer-cta-btn:hover {
    transform: translateY(-2px);
    color: #fff;
}

.mobile-footer-cta-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.mobile-footer-cta-icon {
    width: 20px;
    height: 20px;
}

.mobile-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.mobile-footer-nav-item {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: background 0.2s;
}

.mobile-footer-nav-item:hover {
    background: #f0f0f0;
    color: #000;
}

.social-icon-group {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.social-icon {
    width: 3em;
    height: 3em;
    background-color: white;
    color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s cubic-bezier(.34, 1.37, .64, 1);
}

.social-icon:hover {
    transform: translateY(-2px);
    background-color: white;
    color: #000;
}

.w-inline-block {
    display: inline-block;
    max-width: 100%;
}

.mobile-footer-contact {
    font-size: 1rem;
    line-height: 1.6;
}

.mobile-footer-link {
    display: block;
    color: #000000;
    font-size: 1.125em;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 4px;
}

/* ========== ABOUT HERO SECTION ========== */
.about-hero-section {
    padding: 100px 0;
    background-color: #faf4ec;
    /* Light cream/beige background from image */
    overflow: hidden;
}

.about-tag {
    display: inline-block;
    padding: 4px 12px;
    background-color: #faf4ec;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
}

.about-hero-image-wrapper {
    width: 100%;
    max-width: 450px;
}

.about-hero-image {
    width: 400px;
    height: 266px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    object-fit: cover;
}

.about-hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700;
    line-height: 1em;
    color: #1a1a1a;
    margin: 0;
}

.about-hero-text {
    font-size: 2em;
    line-height: 1.3em;
    font-family: Inter, sans-serif;
    color: #333;
    font-weight: 700;
    margin-left: auto;
}

@media (max-width: 991px) {
    .about-hero-title {
        text-align: left;
    }

    .about-hero-text {
        text-align: left;
        margin-left: 0;
    }

    .about-hero-right {
        text-align: left !important;
    }
}

/* ========== TEAM SECTION ========== */
.team-section {
    padding: 100px 0;
    background-color: #faf4ec;
    /* Same as About Hero */
}

.team-main-image {
    width: 100%;
    height: auto;
    border-radius: 30px;
    object-fit: cover;
}

.team-title-small {
    color: #ff5520;
    /* Orange color from image */
    font-size: 2.2rem;
    font-weight: 700;
}

.team-main-text {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.team-avatar-box {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.team-avatar-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-cta-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

.team-cta-icon {
    width: 32px;
    height: 32px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.team-cta-btn:hover .team-cta-icon {
    background: #fff;
    color: #000;
}

@media (max-width: 991px) {
    .team-main-text {
        font-size: 2rem;
    }
}



.mobile-footer-address {
    margin: 4px 0 20px;
    color: #111;
    font-weight: 500;
}

.mobile-footer-privacy {
    display: block;
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.mobile-footer-copy {
    color: #888;
    font-size: 0.9rem;
}

/* @media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1718px;
    }
} */

/* ========== BULLIT HERO SECTION ========== */
.bullit-hero-section {
    padding: 120px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #F7F3EB;
}

.bullit-hero-card {
    background: #fff;
    padding: 60px 50px 70px 45px;
    border-radius: 20px 180px 40px 40px;
    transform: rotate(-3deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03);
    max-width: 480px;
    position: relative;
    z-index: 20;
}

.bullit-title {
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.05;
    color: #121212;
    letter-spacing: -0.02em;
}

.bullit-text {
    font-size: 1.15rem;
    color: #444;
    line-height: 1.4;
    margin-bottom: 35px;
}

.bullit-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.bullit-tag {
    padding: 10px 22px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
}

.tag-bullit {
    background: #121212;
    color: #fff;
    border-radius: 6px;
}

.tag-social {
    background: #f9d4ff;
    color: #121212;
    border-radius: 6px;
}

.tag-shorts {
    background: #f0ede4;
    color: #121212;
    border: none;
    border-radius: 6px;
}

.bullit-visual-container {
    padding-left: 60px;
    position: relative;
}

.bullit-card-stack {
    position: relative;
    width: 380px;
    margin: 0 auto;
}

.bullit-main-card {
    background: #000;
    border-radius: 45px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    transform: rotate(4deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    aspect-ratio: 9/16;
}

.bullit-main-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bullit-overlay-text {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    color: #fff;
    padding: 5px 15px;
    border-radius: 12px;
    font-size: 0.85rem;
    white-space: nowrap;
    z-index: 11;
}

.bullit-card-back-1 {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: #6d7063;
    border-radius: 45px;
    z-index: 5;
    transform: rotate(8deg);
}

.bullit-card-back-2 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    background: #93958c;
    border-radius: 45px;
    z-index: 2;
    transform: rotate(-2deg);
}

.bullit-floating-icons {
    position: absolute;
    right: -40px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 25;
}

.floating-icon {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
}

.icon-refresh {
    background: #121212;
    color: #fff;
}

.floating-icon:hover {
    transform: scale(1.1) translateY(-5px);
}

.bullit-scroll-down {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
}

.scroll-icon {
    width: 45px;
    height: 55px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
    color: #FF4D2D;
    transition: all 0.3s ease;
}

.scroll-icon:hover {
    transform: translateY(5px);
}

@media (max-width: 1200px) {
    .bullit-scroll-down {
        right: -60px;
    }
}

@media (max-width: 991px) {
    .bullit-hero-section {
        padding: 80px 0;
    }

    .bullit-hero-card {
        transform: rotate(0);
        margin-bottom: 60px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .bullit-visual-container {
        padding-left: 0;
    }

    .bullit-scroll-down {
        display: none;
    }

    .bullit-title {
        font-size: 3rem;
    }

    .bullit-tags {
        justify-content: center;
    }

    .bullit-card-stack {
        width: 300px;
    }

    .bullit-floating-icons {
        right: 10px;
        bottom: 20px;
        flex-direction: row;
    }
}

/* ========== BULLIT ASSIGNMENT SECTION ========== */
.bullit-assignment-section {
    padding: 100px 0;
    background-color: #F7F3EB;
}

.assignment-tag {
    display: inline-block;
    padding: 6px 14px;
    background-color: #E6E2D9;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #121212;
    margin-bottom: 30px;
}

.assignment-heading {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 600;
    line-height: 1.1;
    color: #121212;
    letter-spacing: -0.02em;
    max-width: 900px;
    margin-bottom: 60px;
}

.assignment-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: end;
}

.assignment-image-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 9/16;
}

.assignment-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.assignment-badge {
    position: absolute;
    top: 25%;
    left: 0;
    background: #D80F65;
    color: #fff;
    padding: 6px 15px;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 5;
}

@media (max-width: 991px) {
    .assignment-images-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .assignment-heading {
        font-size: 2.2rem;
    }
}

/* ========== BULLIT APPROACH SECTION ========== */
.bullit-approach-section {
    padding: 100px 0;
    background-color: #F7F3EB;
}

.approach-tag {
    display: inline-block;
    padding: 6px 14px;
    background-color: #E6E2D9;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #121212;
    margin-bottom: 20px;
}

.approach-heading {
    font-size: clamp(2.5rem, 4.5vw, 4.8rem);
    font-weight: 700;
    line-height: 1;
    color: #121212;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.approach-content p {
    font-size: 1.15rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 25px;
}

.approach-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.approach-list li {
    font-size: 1.15rem;
    color: #333;
    line-height: 1.6;
}

.approach-visual img {
    /* width: 100%;
    height: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotate(-2deg); */
    width: 320px;
    height: 427px;
    /* Added subtle tilt for Bullit aesthetic */
}

@media (max-width: 991px) {
    .bullit-approach-section {
        padding: 60px 0;
    }

    .approach-heading {
        font-size: 3rem;
    }

    .approach-visual {
        margin-bottom: 40px;
    }

    .approach-visual img {
        transform: rotate(0);
    }
}

/* ========== BULLIT RESULTS SECTION ========== */
.bullit-results-section {
    padding: 100px 0;
    background-color: #F7F3EB;
}

.results-tag {
    display: inline-block;
    padding: 6px 14px;
    background-color: #FFD4F3;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #121212;
    margin-bottom: 20px;
}

.results-heading {
    font-size: clamp(2.5rem, 5vw, 6rem);
    font-weight: 700;
    line-height: 0.9;
    color: #121212;
    letter-spacing: -0.04em;
    margin: 0;
}

.see-grow {
    font-weight: 600;
    font-size: 0.9rem;
}

.social-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.results-cards-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 60px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.result-card {
    height: 480px;
    width: 280px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    background: #fff;
}

.result-card:hover {
    transform: translateY(-20px) !important;
    z-index: 20 !important;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.2);
}

/* Removed overlapping margins */

.card-blue-impact {
    background: #0088ff;
    color: #fff;
    z-index: 1;
}

.card-image-impact:nth-child(2) {
    z-index: 2;
    background: #000;
}

.card-green-impact {
    background: #12c277;
    color: #fff;
    z-index: 3;
}

.card-image-impact:last-child {
    z-index: 4;
    background: #000;
}

.card-blue-impact .card-content,
.card-green-impact .card-content {
    padding: 40px 30px;
}

.impact-value {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.card-footer {
    padding: 30px;
    background: rgba(0, 0, 0, 0.05);
}

.footer-label {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.footer-desc {
    font-size: 0.95rem;
    opacity: 0.9;
}

.card-image-impact img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.7;
}

.card-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
}

.bullit-mini-logo {
    max-width: 80px;
    margin-bottom: 10px;
}

.impact-quote {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.1;
}

.impact-subquote {
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 30px;
}

.impact-btn {
    padding: 8px 16px;
    background: #D80F65;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .results-cards-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .result-card {
        height: 400px;
        transform: rotate(0) !important;
        margin-top: 0 !important;
    }
}

/* ========== BULLIT BTS SECTION ========== */
.bullit-bts-section {
    padding: 100px 0;
    background-color: #F7F3EB;
}

.bts-tag {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 15px;
    display: block;
}

.bts-heading {
    font-size: clamp(3rem, 6vw, 7rem);
    font-weight: 700;
    line-height: 0.9;
    color: #121212;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
}

.bts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 60px;
}

.bts-card {
    border-radius: 40px;
    overflow: hidden;
    height: 600px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
    transform: rotate(6deg);
}

.bts-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tilts for BTS cards removed - using global 6deg rotate */

.bts-card:hover {
    transform: scale(1.05) rotate(0deg);
    z-index: 10;
}

@media (max-width: 1199px) {
    .bts-card {
        height: 450px;
    }
}

/* ========== BULLIT BTS VIDEO SECTION ========== */
.bullit-bts-video-section {
    padding: 0 0 100px;
    background-color: #F7F3EB;
}

.bts-video-subheading {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 30px;
    display: block;
}

.bts-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.bts-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mute-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.mute-toggle:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 991px) {
    .bullit-bts-video-section {
        padding-bottom: 60px;
    }

    .bts-video-wrapper {
        border-radius: 24px;
    }

    .mute-toggle {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991px) {
    .bts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .bts-card {
        transform: none !important;
        margin-top: 0 !important;
    }

    .bts-heading {
        font-size: 3.5rem;
    }
}

@media (max-width: 576px) {
    .bts-grid {
        grid-template-columns: 1fr;
    }

    .bts-card {
        height: 400px;
    }
}