: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 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: #000;
    color: #fff;
    border-radius: 12px;
    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: 999px;
    padding: 10px 26px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}

.nav-pill-wrapper .nav-link {
    color: #000;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 999px;
}

.nav-pill-wrapper .nav-link.active {
    background-color: #f4f4f4;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #ffb3f6, #ff80c9);
    padding: 12px 26px;
    border-radius: 18px;
    border: none;
    font-weight: 700;
    color: #3b0764;
    box-shadow: 0 8px 20px rgba(236, 72, 153, 0.35);
}

.cta-btn .icon-box {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    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);
}

.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 {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    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 {
    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 {
    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: 151px 32px 32px 55px;
    padding-right: 70px;
    /* Space for the arrow */
    z-index: 2;
    border-radius: 20px;
    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;
}

.mobile-footer-address {
    margin: 20px 0;
    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;
}