/* =============================================
   RESPONSIVE – HOMEPAGE & GLOBAL
   ============================================= */

/* ── Large tablets / Small laptops ── */
@media (max-width: 1280px) {
    .section-about {
        padding-left: 60px;
        padding-right: 60px;
    }

    .section-case-studies,
    .section-what-we-do,
    .section-team,
    .section-faq,
    .section-contact {
        padding-left: 60px;
        padding-right: 60px;
    }

    .testimonials-header {
        padding: 0 60px;
    }

    .section-news {
        padding-left: 60px;
    }

    .news-header,
    .news-nav,
    .news-footer {
        padding-right: 60px;
    }

    .site-footer {
        padding-left: 60px;
        padding-right: 60px;
    }

    .bottom-bar {
        padding-left: 60px;
        padding-right: 60px;
    }

    .section-portfolio-cards {
        padding-left: 60px;
        padding-right: 60px;
    }

    .faq-grid {
        grid-template-columns: calc((100vw - 32px) / 2.7 - 80px) 1fr;
    }

    .footer-top {
        gap: 40px;
    }
}

/* ── Tablets ── */
@media (max-width: 1024px) {
    :root {
        --container-padding: 24px;
        --section-padding: 70px;
    }

    .site-header {
        padding: 20px 40px;
        top: 12px;
        left: 12px;
        right: 12px;
    }

    .site-header.scrolled {
        padding: 14px 40px;
    }

    .section-hero {
        padding: 12px;
    }

    .hero-card {
        padding: 60px 40px 48px;
        min-height: calc(100vh - 24px);
        min-height: calc(100svh - 24px);
        border-radius: 16px;
    }

    .section-about {
        padding-left: 44px;
        padding-right: 44px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .about-image-wrapper {
        aspect-ratio: 16 / 9;
    }

    .section-what-we-do {
        padding-left: 44px;
        padding-right: 44px;
    }

    .what-we-do-grid {
        gap: 16px;
    }

    .section-portfolio-cards {
        padding-left: 44px;
        padding-right: 44px;
    }

    .portfolio-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .section-case-studies {
        padding-left: 44px;
        padding-right: 44px;
    }

    .case-studies-header {
        gap: 16px;
    }

    .case-studies-filter {
        justify-content: flex-start;
    }

    .case-studies-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .section-team {
        padding-left: 44px;
        padding-right: 44px;
    }

    .team-header {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .testimonials-header {
        padding: 0 44px;
    }

    .testimonial-card {
        width: 520px;
    }

    .testimonial-card-inner {
        padding: 36px 40px;
    }

    .section-news {
        padding-left: 44px;
    }

    .news-header {
        gap: 16px;
        padding-right: 44px;
    }

    .news-nav,
    .news-footer {
        padding-right: 44px;
    }

    .section-faq {
        padding-left: 44px;
        padding-right: 44px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-title {
        position: static;
    }

    .section-ready-talk {
        padding-left: 12px;
        padding-right: 12px;
    }

    .ready-talk-card {
        padding: 80px 44px;
        min-height: 400px;
        border-radius: 16px;
    }

    .section-contact {
        padding-left: 44px;
        padding-right: 44px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-subtext {
        max-width: 100%;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .section-services {
        padding-left: 44px;
        padding-right: 44px;
    }

    .site-footer {
        padding-left: 44px;
        padding-right: 44px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .bottom-bar {
        padding-left: 44px;
        padding-right: 44px;
    }
}

/* ── Small tablets / Large phones ── */
@media (max-width: 768px) {
    :root {
        --section-padding: 60px;
    }

    .site-header {
        padding: 16px 24px;
        top: 8px;
        left: 8px;
        right: 8px;
    }

    .site-header.scrolled {
        padding: 12px 24px;
    }

    .btn-header-cta {
        display: none;
    }

    .section-hero {
        padding: 8px;
    }

    .hero-card {
        padding: 6rem 24px 48px;
        min-height: 55vh;
        height: 55vh;
        border-radius: 14px;
    }

    .hero-eyebrow {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .hero-title {
        font-size: clamp(42px, 10vw, 80px);
        margin-bottom: 28px;
    }

    .hero-description {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 36px;
    }

    .section-about {
        padding-left: 28px;
        padding-right: 28px;
    }

    .about-image-wrapper {
        aspect-ratio: 4 / 3;
    }

    .section-what-we-do {
        padding-left: 28px;
        padding-right: 28px;
    }

    .section-portfolio-cards {
        padding-left: 28px;
        padding-right: 28px;
    }

    .portfolio-cards-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .section-case-studies {
        padding-left: 28px;
        padding-right: 28px;
    }

    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .case-studies-filter {
        gap: 6px;
    }

    .filter-btn {
        font-size: 14px;
        padding: 7px 16px;
    }

    .section-team {
        padding-left: 28px;
        padding-right: 28px;
    }

    .testimonials-header {
        padding: 0 28px;
    }

    .testimonials-nav {
        gap: 14px;
        padding: 0 28px;
    }

    .testimonial-card {
        width: calc(100vw - 56px);
    }

    .testimonial-card-inner {
        padding: 28px 24px;
    }

    .testimonials-quote-icon {
        display: none;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .section-news {
        padding-left: 28px;
    }

    .news-header {
        padding-right: 28px;
    }

    .news-nav,
    .news-footer {
        padding-right: 28px;
    }

    .news-text p {
        font-size: clamp(24px, 5vw, 32px);
    }

    .news-card-title {
        font-size: 15px;
    }

    .section-faq {
        padding-left: 28px;
        padding-right: 28px;
    }

    .faq-question {
        font-size: 18px;
        padding: 24px 0;
    }

    .section-ready-talk {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ready-talk-card {
        padding: 60px 28px;
        min-height: 340px;
        border-radius: 14px;
    }

    .ready-talk-title {
        font-size: clamp(28px, 7vw, 48px);
    }

    .section-services {
        padding-left: 28px;
        padding-right: 28px;
    }

    .services-right {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .section-contact {
        padding-left: 28px;
        padding-right: 28px;
    }

    .contact-form-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .strategy-image-wrapper {
        border-radius: 12px;
        margin: 0 16px;
        width: calc(100% - 32px);
    }

    .logos-track {
        gap: 48px;
    }

    .logo-item img {
        height: 50px;
    }

    .site-footer {
        padding: 60px 28px 40px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-description {
        font-size: 16px;
        max-width: 100%;
    }

    .footer-col-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-col ul li {
        margin-bottom: 14px;
    }

    .footer-col ul li a,
    .footer-address li {
        font-size: 15px;
    }

    .bottom-bar {
        padding: 24px 28px;
    }

    .bottom-bar-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .footer-wrapper {
        min-height: auto;
    }

    .section-cta {
        padding-left: 28px;
        padding-right: 28px;
    }

    .cta-title {
        font-size: clamp(28px, 7vw, 48px);
    }

    /* Overlay menu */
    .overlay-nav ul li a {
        font-size: clamp(28px, 8vw, 48px);
    }

    /* Nav buttons smaller on mobile */
    .btn-nav {
        width: 44px;
        height: 44px;
    }

    .btn-nav svg {
        width: 18px;
        height: 18px;
    }
}

/* ── Phones ── */
@media (max-width: 480px) {
    :root {
        --container-padding: 16px;
        --section-padding: 48px;
    }

    .site-header {
        padding: 14px 18px;
        top: 6px;
        left: 6px;
        right: 6px;
    }

    .site-header.scrolled {
        padding: 10px 18px;
    }

    .section-hero {
        padding: 6px;
    }

    .hero-card {
        padding: 6rem 20px 40px;
        min-height: 55vh;
        height: 55vh;
    }

    .hero-title {
        font-size: clamp(36px, 11vw, 60px);
        margin-bottom: 24px;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 28px;
    }

    .hero-scroll-arrow svg {
        width: 16px;
        height: 24px;
    }

    .section-about {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-label {
        font-size: 17px;
    }

    .about-image-wrapper {
        aspect-ratio: 16 / 10;
    }

    .section-what-we-do {
        padding-left: 20px;
        padding-right: 20px;
    }

    .what-we-do-text p {
        font-size: clamp(22px, 5.5vw, 28px);
    }

    .section-portfolio-cards {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-case-studies {
        padding-left: 20px;
        padding-right: 20px;
    }

    .case-studies-filter {
        gap: 4px;
    }

    .filter-btn {
        font-size: 13px;
        padding: 6px 12px;
    }

    .case-studies-grid {
        gap: 20px;
    }

    .section-team {
        padding-left: 20px;
        padding-right: 20px;
    }

    .testimonials-header {
        padding: 0 20px;
    }

    .testimonial-card {
        width: calc(100vw - 40px);
    }

    .testimonial-card-inner {
        padding: 24px 20px;
    }

    .testimonial-text {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .testimonial-stars svg {
        width: 15px;
        height: 15px;
    }

    .testimonial-name {
        font-size: 14px;
    }

    .testimonial-role {
        font-size: 12px;
    }

    .testimonial-avatar {
        width: 38px;
        height: 38px;
    }

    .testimonials-nav {
        gap: 10px;
        margin-top: 24px;
        padding: 0 20px;
    }

    .btn-nav {
        width: 40px;
        height: 40px;
    }

    .section-news {
        padding-left: 20px;
    }

    .news-header {
        padding-right: 20px;
    }

    .news-nav,
    .news-footer {
        padding-right: 20px;
    }

    .news-label span {
        font-size: 17px;
    }

    .news-text p {
        font-size: clamp(20px, 5vw, 24px);
    }

    .section-faq {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-question {
        font-size: 16px;
        padding: 20px 0;
    }

    .faq-icon {
        width: 32px;
        height: 32px;
        margin-left: 14px;
    }

    .faq-icon svg {
        width: 14px;
        height: 14px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .section-ready-talk {
        padding-left: 6px;
        padding-right: 6px;
    }

    .ready-talk-card {
        padding: 48px 20px;
        min-height: 260px;
        border-radius: 12px;
    }

    .section-services {
        padding-left: 20px;
        padding-right: 20px;
    }

    .services-title {
        font-size: clamp(26px, 7vw, 36px);
    }

    .services-column-title {
        font-size: 16px;
    }

    .services-list li {
        font-size: 14px;
        padding: 8px 0;
    }

    .about-grid {
        gap: 32px;
    }

    .about-title {
        margin-bottom: 24px;
    }

    .case-studies-header {
        margin-bottom: 40px;
    }

    .case-studies-grid {
        margin-bottom: 40px;
    }

    .team-header {
        margin-bottom: 40px;
    }

    .team-nav {
        margin-top: 32px;
    }

    .testimonials-header {
        margin-bottom: 40px;
    }

    .news-header {
        margin-bottom: 40px;
    }

    .news-nav {
        margin-top: 32px;
    }

    .news-footer {
        margin-top: 32px;
    }

    .faq-title {
        font-size: clamp(36px, 9vw, 48px);
    }

    .faq-grid {
        gap: 28px;
    }

    .ready-talk-title {
        margin-bottom: 36px;
    }

    .ready-talk-title br {
        display: none;
    }

    .section-contact {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-heading {
        font-size: 17px;
    }

    .contact-subtext {
        font-size: 14px;
    }

    .contact-form {
        gap: 20px;
    }

    .contact-input {
        font-size: 14px;
        padding: 14px 16px;
        border-radius: 10px;
    }

    .contact-label {
        font-size: 13px;
    }

    .contact-form-footer {
        margin-top: 12px;
    }

    .contact-privacy {
        font-size: 12px;
    }

    .section-cta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cta-title {
        font-size: clamp(24px, 7vw, 36px);
        margin-bottom: 32px;
    }

    .site-footer {
        padding: 48px 20px 32px;
    }

    .footer-top {
        gap: 24px;
    }

    .footer-description {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .footer-social {
        gap: 14px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
    }

    .footer-col-title {
        font-size: 15px;
        margin-bottom: 16px;
    }

    .footer-col ul li {
        margin-bottom: 10px;
    }

    .footer-col ul li a,
    .footer-address li {
        font-size: 14px;
    }

    .bottom-bar {
        padding: 20px;
    }

    .bottom-bar p {
        font-size: 13px;
    }

    .back-to-top {
        font-size: 13px;
    }

    .logo-item img {
        height: 40px;
    }

    .logos-track {
        gap: 36px;
    }

    .logos-marquee::before,
    .logos-marquee::after {
        width: 60px;
    }

    /* Buttons */
    .btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Section labels */
    .case-studies-label span,
    .team-label span,
    .testimonials-label,
    .what-we-do-label span {
        font-size: 17px;
    }

    /* Overlay menu */
    .overlay-nav ul li a {
        font-size: clamp(24px, 8vw, 40px);
    }

    .overlay-nav ul {
        gap: 4px;
    }
}

/* ── Very small phones ── */
@media (max-width: 360px) {
    .section-hero {
        padding: 5px;
    }

    .hero-card {
        padding: 6rem 16px 36px;
        min-height: 55vh;
        height: 55vh;
    }

    .hero-title {
        font-size: clamp(32px, 10vw, 48px);
        margin-bottom: 20px;
    }

    .hero-description {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .section-about,
    .section-what-we-do,
    .section-portfolio-cards,
    .section-case-studies,
    .section-team,
    .section-faq,
    .section-contact,
    .section-services,
    .section-cta {
        padding-left: 16px;
        padding-right: 16px;
    }

    .testimonials-header {
        padding: 0 16px;
    }

    .testimonials-nav {
        padding: 0 16px;
    }

    .testimonial-card {
        width: calc(100vw - 32px);
    }

    .section-news {
        padding-left: 16px;
    }

    .news-header,
    .news-nav,
    .news-footer {
        padding-right: 16px;
    }

    .site-footer {
        padding: 40px 16px 28px;
    }

    .bottom-bar {
        padding: 16px;
    }

    .filter-btn {
        font-size: 12px;
        padding: 5px 10px;
    }

    .testimonial-card-inner {
        padding: 20px 16px;
    }

    .ready-talk-card {
        padding: 40px 16px;
        min-height: 240px;
    }

    .about-grid {
        gap: 24px;
    }

    .about-image-wrapper {
        aspect-ratio: 16 / 9;
    }

    .footer-top {
        gap: 20px;
    }

    .footer-description {
        font-size: 13px;
    }

    .footer-col-title {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .footer-col ul li a,
    .footer-address li {
        font-size: 13px;
    }

    .case-studies-header,
    .team-header,
    .testimonials-header,
    .news-header {
        margin-bottom: 28px;
    }

    .case-studies-grid {
        margin-bottom: 32px;
    }

    .team-nav,
    .news-nav {
        margin-top: 24px;
    }

    .news-footer {
        margin-top: 24px;
    }

    .faq-title {
        font-size: clamp(32px, 9vw, 40px);
    }

    .faq-grid {
        gap: 20px;
    }

    .ready-talk-title {
        margin-bottom: 28px;
    }

}
