/**
 * assets/css/responsive.css
 * Responsive overrides for 9A Productions theme.
 * Covers all breakpoints: 1440px+, 1200px, 1024px, 768px, 576px, 375px.
 * All existing desktop CSS is preserved; this file only adds/overrides for smaller screens.
 *
 * Breakpoint map:
 *   1440px  Large Desktop
 *   1200px  Desktop
 *   1024px  Laptop
 *    768px  Tablet
 *    576px  Mobile
 *    375px  Small Mobile
 */

/* ══════════════════════════════════════════════════════════════════════════════
   GLOBAL / LAYOUT UTILITIES
══════════════════════════════════════════════════════════════════════════════ */

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

img,
video,
embed,
object {
  max-width: 100%;
}

/* Hero video iframe must not cause overflow */
.hero__bg-video iframe {
  max-width: none;
  /* intentional: sized by transform, not width */
}

/* Fix #hero negative margin-top from desktop rule on small screens */
@media (max-width: 1024px) {
  #hero {
    margin-top: 0;
    padding: 0;
    max-width: 100%;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   LARGE DESKTOP  >= 1440px
══════════════════════════════════════════════════════════════════════════════ */

@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }

  .hero__headline {
    /*font-size: clamp(62px, 5.5vw, 80px);*/
  }

  .services-content-wrapper {
    gap: 120px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   DESKTOP  <= 1200px
══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {
  .site-header .container {
    padding-inline: var(--space-6);
  }

  .nav-desktop {
    gap: var(--space-6);
  }

  .header-cta .btn-primary {
    padding: 11px 20px;
    font-size: 13px;
  }

  .hero {
    margin: 10px;
  }

  .hero__headline {
    font-size: clamp(48px, 5vw, 68px);
  }

  .hero__main {
    gap: 50px;
  }

  .hero__right {
    max-width: 380px;
  }

  .services-content-wrapper {
    gap: 60px;
  }

  .services-list-column {
    flex: 0 0 65%;
  }

  .services-preview-column {
    flex: 0 0 30%;
  }

  .featured-cases__headline {
    font-size: clamp(32px, 3.5vw, 50px);
  }

  .footer-nav {
    grid-template-columns: 0.9fr 1.1fr 0.9fr 1.2fr;
  }

  .contact-section__inner {
    padding-inline: var(--space-6);
  }

  .brand-process__top {
    gap: clamp(28px, 4vw, 60px);
  }

  .trust-strip__intro {
    flex-basis: 320px;
  }

  .tcard__quote {
    font-size: 19px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   LAPTOP  <= 1024px
══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  /* Header fix — move header to top position on smaller screens */
  .site-header {
    top: 0;
  }

  .site-header .container {
    padding-inline: var(--space-5);
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-main {
    padding-top: var(--header-height);
  }

  /* Header / Nav */
  .nav-desktop {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .header-cta {
    display: flex;
    align-items: center;
    gap: var(--space-3);
  }

  /* Hero */
  .hero {
    margin: 10px;
    min-height: calc(100svh - 20px);
  }

  .hero__header {
    padding: 0 28px;
  }

  .hero__content {
    padding: 100px 28px 0px;
    align-items: flex-end;
    min-height: calc(100svh - 20px);
  }

  .hero__main {
    gap: 36px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__headline {
    font-size: clamp(40px, 5.5vw, 64px);
    max-width: 100%;
  }

  .hero__right {
    max-width: 100%;
  }

  .hero__description {
    font-size: 16px;
  }

  .hero_bottom_section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .hero__stats {
    margin-left: 0;
    max-width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  /* Services */
  .services-section {
    padding-block: 70px;
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .services-header__left,
  .services-header__right {
    flex: 0 0 100%;
  }

  .services-content-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .services-list-column,
  .services-preview-column {
    flex: 0 0 100%;
    width: 100%;
  }

  .services-preview-column {
    position: static;
  }

  .services-preview-card-container {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .services-preview-card {
    position: relative;
    display: none;
  }

  .services-preview-card.is-active {
    display: block;
  }

  /* Stats Grid */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Brand Process */
  .brand-process__top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .brand-process__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Featured Cases */
  .featured-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 20px;
  }

  .featured-cases__item--left,
  .featured-cases__item--right,
  .featured-cases__item--center {
    grid-column: auto;
  }

  .featured-cases__item--center {
    grid-column: 1 / -1;
    width: min(100%, 600px);
    justify-self: center;
  }

  /* Testimonials */
  .testimonials-header {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .testimonials-header__desc {
    align-self: start;
    max-width: 100%;
  }

  /* Footer */
  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
  }

  .footer-nav__col {
    padding: 16px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-nav__col:first-child,
  .footer-nav__col:nth-child(2) {
    border-top: none;
    padding-top: 0;
  }

  .footer-nav__col:nth-child(odd) {
    padding-left: 0;
  }

  /* Team Spotlight */
  .team-spotlight__content {
    max-width: 100%;
  }

  /* Portfolio */
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Contact */
  .contact-section__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

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

  .contact-section__image {
    height: 440px;
  }

  .contact-form .form-row {
    flex-direction: column;
    gap: 12px;
  }

  /* FAQ */
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* About sections */
  .about-story__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-why-us__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-why-us__image-container {
    aspect-ratio: 16 / 9;
    max-width: 100%;
  }

  .founder-inner {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    min-height: 300px;
  }

  /* Creative Showcase */
  .creative-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .creative-showcase__card--1,
  .creative-showcase__card--2,
  .creative-showcase__card--3,
  .creative-showcase__card--4 {
    transform: rotate(0deg);
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   TABLET  <= 768px
══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  /* Header */
  .site-header {
    top: 0;
    height: var(--header-height-sm);
  }

  .site-header .container {
    padding-inline: var(--space-4);
  }

  .site-logo img,
  .site-logo svg {
    height: 24px;
    width: auto;
    max-width: 180px;
  }

  .header-cta .btn-primary {
    padding: 10px 16px;
    font-size: 12px;
  }

  .site-main {
    padding-top: var(--header-height-sm);
  }

  /* Hero */
  .hero {
    min-height: 100svh;
    margin: 8px;
    border-radius: 20px;
  }

  .hero__header {
    height: 72px;
    padding: 0 18px;
  }

  .hero__content {
    padding: 90px 20px 100px;
    align-items: flex-end;
    min-height: 10px;
  }

  .hero__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .hero__headline {
    font-size: clamp(38px, 10vw, 58px);
    letter-spacing: -2px;
    line-height: 1;
    max-width: 100%;
  }

  .hero__right {
    max-width: 100%;
  }

  .hero__description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .hero__ctas {
    flex-wrap: wrap;
    gap: var(--space-3);
  }

  .hero__btn {
    font-size: 13px;
    padding: 11px 18px;
  }

  .hero__stats {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: var(--space-3);
    max-width: 100%;
    margin-left: 0;
  }

  .hero__stats span {
    font-size: 11px;
  }

  .hero_bottom_section {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-3);
    margin-bottom: 2%;
  }

  /* ⚠ Removed .hero__scroll-indicator (part of removed generic hero block) */

  /* Stats Strip */
  .stats-section {
    padding-block: 50px;
  }

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

  .stat-item__number {
    font-size: clamp(36px, 8vw, 52px);
  }

  /* Services */
  .services-section {
    padding-block: 60px;
  }

  .services-title {
    font-size: clamp(28px, 6vw, 44px);
  }

  .services-list-item {
    padding-block: 22px;
  }

  .services-list-item__title {
    font-size: clamp(18px, 4vw, 24px);
  }

  .services-divider {
    margin-bottom: 32px;
    display: none;
  }

  /* Trust Strip */
  .trust-strip__container {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 5%;
    gap: 16px;
  }

  .trust-strip__intro {
    flex: none;
    width: 100%;
  }

  .trust-strip__logos {
    width: 100%;
    margin-top: 16px;
  }

  /* Featured Cases */
  .featured-cases {
    padding-top: 48px;
  }

  .featured-cases__inner {
    padding-inline: 16px;
  }

  .featured-cases__header {
    text-align: left;
    margin-bottom: 32px;
  }

  .featured-cases__eyebrow {
    justify-content: flex-start;
  }

  .featured-cases__grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  .featured-cases__body {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 14px;
  }

  .featured-cases__body p {
    white-space: normal;
  }

  .featured-cases__headline {
    font-size: clamp(28px, 6vw, 40px);
  }

  .featured-cases__all {
    font-size: 18px;
    margin-top: 36px;
  }

  /* Brand Process */
  .brand-process__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .brand-process-card {
    min-height: 340px;
  }

  .brand-process__headline {
    font-size: clamp(32px, 6vw, 46px);
  }

  /* Team Spotlight */
  .team-spotlight {
    min-height: 480px;
  }

  .team-spotlight__overlay {
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    );
  }

  .team-spotlight__content {
    max-width: 100%;
    padding-block: var(--space-12);
  }

  /* CTA Banner */
  .cta-banner {
    padding-block: var(--space-16);
  }

  .cta-banner__headline {
    font-size: clamp(30px, 8vw, 48px);
  }

  .cta-banner__subtext {
    font-size: var(--type-body);
  }

  /* Testimonials */
  .section--testimonials {
    padding-block: 50px;
  }

  .testimonials-header {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }

  .testimonials-header__headline {
    font-size: clamp(28px, 6vw, 44px);
  }

  .tcard {
    padding: 20px 16px 18px;
  }

  .tcard__quote {
    font-size: 17px;
    line-height: 1.55;
  }

  .tcard__name {
    font-size: 15px;
  }

  /* Founder Spotlight */
  .founder-section {
    padding: 24px 16px;
  }

  .founder-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .founder-photo {
    min-height: 320px;
  }

  .founder-photo img {
    transform: scale(1);
  }

  .founder-name {
    font-size: clamp(36px, 8vw, 56px);
    letter-spacing: 2px;
  }

  .founder-content__inner {
    padding: 28px 24px;
  }

  /* FAQ */
  .faq-section {
    padding-block: 50px;
  }

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

  .faq-headline {
    font-size: clamp(26px, 6vw, 40px);
  }

  .faq-item__trigger {
    font-size: 17px;
    padding: 14px 18px;
  }

  .faq-desc {
    max-width: 100%;
  }

  /* CTA Stories */
  .cta-stories {
    padding-block: 60px;
  }

  .cta-stories__headline {
    font-size: clamp(36px, 8vw, 60px);
    letter-spacing: -1px;
  }

  .cta-stories__btn {
    padding: 14px 26px;
    font-size: 15px;
  }

  /* About Hero */
  .about-hero-section {
    padding: 8px var(--space-4);
  }

  .about-page-hero__content {
    padding: 56px 16px;
  }

  .about-hero-title {
    font-size: clamp(30px, 7vw, 52px);
    margin-bottom: 28px;
  }

  .about-hero-ctas {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .about-hero-ctas .btn {
    padding: 12px 22px;
    font-size: 14px;
  }

  /* About Story */
  .about-story__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .about-story__left {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    display: flex;
  }

  /* About Why Us */
  .about-why-us {
    padding: 60px 16px;
  }

  .about-why-us__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-why-us__image-container {
    aspect-ratio: 16 / 9;
    max-width: 560px;
    margin: 0 auto;
  }

  .about-why-us__title {
    font-size: clamp(28px, 6vw, 44px);
  }

  .about-why-us__list {
    min-height: auto;
  }

  /* Creative Showcase */
  .creative-showcase {
    padding: 60px 16px;
  }

  .creative-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .creative-showcase__heading {
    margin-bottom: 40px;
  }

  .creative-showcase__heading h2 {
    font-size: clamp(28px, 6vw, 44px);
  }

  /* Contact */
  .contact-section {
    padding: 24px 0 56px;
  }

  .contact-section__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-inline: var(--space-4);
  }

  .contact-section__left {
    padding: 24px 16px;
    border-radius: 18px;
  }

  .contact-section__title {
    font-size: clamp(28px, 6vw, 38px);
  }

  .contact-section__right {
    min-height: 260px;
    border-radius: 18px;
  }

  .contact-form .form-row {
    flex-direction: column;
    gap: 10px;
  }

  /* Contact Office */
  .contact-office {
    padding: 60px 0;
  }

  .contact-office__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: var(--space-4);
    row-gap: 10px;
  }

  .contact-office__right {
    text-align: center;
  }

  .contact-office__city-name {
    font-size: clamp(28px, 7vw, 44px);
  }

  /* Portfolio */
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .site-footer {
    padding: 10px;
    padding-top: 0;
  }

  .footer-wrap {
    border-radius: 16px;
  }

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

  .footer-newsletter__heading {
    font-size: clamp(18px, 4vw, 26px);
  }

  .footer-newsletter__form {
    flex-wrap: wrap;
    gap: 8px;
    border-radius: 12px;
    padding: 8px;
  }

  .footer-newsletter__input {
    width: 100%;
    min-width: 0;
    padding: 8px 4px;
  }

  .footer-newsletter__btn {
    width: 100%;
    justify-content: center;
    border-radius: 8px;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 24px 12px;
  }

  .footer-nav__col {
    border-left: none;
    border-top: none;
    padding: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  /* Split layouts */
  .split-layout,
  .split-layout--60-40,
  .split-layout--40-60 {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  /* Grids */
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  /* Section header */
  .section-header {
    margin-bottom: var(--space-8);
  }

  .section-header__headline {
    font-size: clamp(28px, 6vw, 44px);
  }

  .section-header__subtext {
    font-size: var(--type-body);
  }

  /* Studio Slider */
  .studio-slider-section__header {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }

  .studio-slider-section__link {
    justify-self: start;
  }

  .studio-slider-section__headline {
    font-size: clamp(26px, 7vw, 28px);
  }

  .studio-slider__slide {
    border-radius: 14px;
  }



  .bp-card__body {
    padding: 15px 15px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    text-align: center;
  }

  #hero {
    text-align: center;
  }

  #hero .hero__eyebrow {
    justify-content: center;
  }

  #hero .hero__stats {
    justify-content: center;
    flex-wrap: nowrap;
    gap: var(--space-3);
    max-width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: row;
  }

  #hero .hero__stats span {
    font-size: 14px;
  }

  .services-title__icon img {
    width: auto;
    height: 30px;
  }

  .featured-cases__item {
    min-width: 0;
    padding: 15px 10px;
    text-align: center;
    background: #ececec;
    border-radius: 24px;
  }

  .heading__eyebrow {
    justify-content: flex-start !important;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   MOBILE  <= 576px
══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 576px) {
  /* Header */
  .site-header .container {
    padding-inline: 14px;
  }

  .site-logo img,
  .site-logo svg {
    height: 22px;
    max-width: 160px;
  }

  .header-cta .btn-primary {
    padding: 9px 14px;
    font-size: 12px;
  }

  /* Hero */
  .hero {
    margin: 6px;
    border-radius: 16px;
    min-height: 10px;
  }

  .hero .hero__right {
    gap: 5px;
  }

  .hero__content {
    padding: 40px 16px 10px;
  }

  .hero__headline {
    font-size: 30px;
    letter-spacing: -1.5px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
  }

  .hero__description {
    font-size: 14px;
  }

  .hero__btn {
    flex: 1;
    justify-content: center;
    padding: 11px 14px;
    font-size: 13px;
  }

  .hero__ctas {
    width: 100%;
    flex-direction: row;
    gap: var(--space-2);
  }

  .hero__stats span {
    font-size: 10px;
    padding: 0 8px;
  }

  /* Stats Section */
  .stats-section {
    padding-block: 44px;
  }

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

  .stat-item__number {
    font-size: clamp(40px, 10vw, 56px);
  }

  .stat-item__label {
    font-size: 15px;
  }

  /* Services */
  .services-section {
    padding-block: 48px;
  }

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

  .services-eyebrow__title {
    font-size: 15px;
  }

  .services-list-item {
    padding-block: 18px;
  }

  .services-list-item__title {
    font-size: clamp(16px, 4.5vw, 22px);
  }

  .services-intro-text {
    font-size: 14px;
    max-width: 100%;
  }

  /* Trust Strip */
  .trust-strip__container {
    padding: 24px 4%;
    gap: 12px;
  }

  .trust-strip__text {
    font-size: 15px;
    line-height: 1.4;
  }

  .trust-strip__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .trust-strip__icon span {
    width: 5px;
    height: 46px;
  }

  .trust-strip__logo img {
    max-width: 100px;
    max-height: 44px;
  }

  /* Featured Cases */
  .featured-cases {
    padding-top: 44px;
  }

  .featured-cases__inner {
    padding-inline: 14px;
  }

  .featured-cases__headline {
    font-size: clamp(24px, 7vw, 36px);
  }

  .featured-cases__intro {
    font-size: 15px;
  }

  .featured-cases__grid {
    gap: 32px;
  }

  .featured-cases__all {
    font-size: 16px;
    padding: 18px 14px;
  }

  /* Brand Process */
  .brand-process {
    padding-block: 52px;
  }

  .brand-process__inner {
    padding-inline: 16px;
  }

  .brand-process__headline {
    font-size: clamp(28px, 7vw, 40px);
  }

  /* Team Spotlight */
  .team-spotlight {
    min-height: 400px;
  }

  .team-spotlight__name {
    font-size: clamp(36px, 8vw, 56px);
  }

  /* CTA Banner */
  .cta-banner {
    padding-block: var(--space-12);
  }

  .cta-banner__headline {
    font-size: clamp(26px, 8vw, 40px);
  }

  /* Testimonials */
  .section--testimonials {
    padding-block: 44px;
  }

  .testimonials-header__headline {
    font-size: clamp(24px, 7vw, 36px);
  }

  .testimonials-header__desc {
    font-size: 15px;
  }

  .tcard {
    padding: 18px 14px 16px;
  }

  .tcard__quote {
    font-size: 15px;
    line-height: 1.5;
  }

  .tcard__avatar,
  .tcard__avatar--initials {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .testimonials-footer {
    margin-top: 20px;
  }

  .tcard-prev,
  .tcard-next {
    width: 40px;
    height: 40px;
  }

  /* Founder */
  .founder-section {
    padding: 16px 12px;
  }

  .founder-inner {
    border-radius: 16px;
  }

  .founder-photo {
    min-height: 280px;
  }

  .founder-name {
    font-size: clamp(32px, 8vw, 48px);
    letter-spacing: 1px;
  }

  .founder-bio {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .founder-content__inner {
    padding: 22px 18px;
  }

  /* FAQ */
  .faq-section {
    padding-block: 44px;
  }

  .faq-headline {
    font-size: clamp(22px, 7vw, 34px);
  }

  .faq-item__trigger {
    font-size: 15px;
    padding: 13px 16px;
  }

  .faq-item {
    border-radius: 20px;
  }

  /* CTA Stories */
  .cta-stories {
    padding: 15px;
    padding-block: 50px;
  }

  .cta-stories__headline {
    font-size: clamp(30px, 9vw, 48px);
    letter-spacing: -0.5px;
  }

  .cta-stories__btn {
    padding: 13px 24px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  /* About Hero */
  .about-page-hero__content {
    padding: 44px 14px;
  }

  .about-hero-title {
    font-size: clamp(26px, 8vw, 40px);
    margin-bottom: 20px;
  }

  .about-hero-ctas {
    flex-direction: column;
    width: 100%;
  }

  .about-hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }

  /* About Why Us */
  .about-why-us {
    padding: 48px 14px;
  }

  .about-why-us__title {
    font-size: clamp(22px, 7vw, 36px);
  }

  .about-why-us__item {
    padding: 18px 0;
  }

  .about-why-us__item::before {
    top: 18px;
    bottom: 18px;
  }

  /* Creative Showcase */
  .creative-showcase {
    padding: 50px 14px;
  }

  .creative-showcase__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .creative-showcase__image {
    border-radius: 14px;
  }

  .creative-showcase__heading h2 {
    font-size: clamp(24px, 7vw, 36px);
  }

  /* Contact */
  .contact-section {
    padding: 16px 0 44px;
  }

  .contact-section__inner {
    padding-inline: 14px;
  }

  .contact-section__left {
    padding: 20px 14px;
    border-radius: 16px;
  }

  .contact-section__title {
    font-size: clamp(24px, 7vw, 34px);
  }

  .contact-office__city-name {
    font-size: clamp(24px, 8vw, 36px);
  }

  .contact-office__detail {
    font-size: 15px;
  }

  /* Forms — prevent iOS zoom on focus */
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form select,
  .contact-form textarea {
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
  }

  .contact-form input[type="submit"] {
    padding: 14px;
    font-size: 15px;
  }

  .form-input,
  .form-textarea,
  .form-select {
    font-size: 16px;
    padding: 12px 14px;
  }

  .form-submit input[type="submit"] {
    font-size: 18px;
  }

  .form-submit i {
    right: 22%;
  }

  /* Footer */
  .site-footer {
    padding: 6px;
    padding-top: 0;
  }

  .footer-wrap {
    border-radius: 14px;
    padding: 28px 16px 20px;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
  }

  .footer-nav__list a {
    font-size: 13px;
  }

  .footer-social-btn {
    padding: 7px 11px;
    font-size: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .cta-stories__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .nav-mobile {
    padding: calc(var(--header-height) + var(--space-4)) var(--space-6)
      var(--space-6);
    row-gap: 0;
  }

  .footer-bottom__copy {
    font-size: 12px;
  }

  .footer-bottom__links {
    flex-wrap: wrap;
    gap: 8px;
  }

  .footer-bottom__links a {
    font-size: 12px;
  }

  /* Buttons */
  .btn-lg {
    padding: 14px 24px;
    font-size: var(--type-body);
  }

  .testimonial-card {
    padding: var(--space-6);
  }

  .section {
    padding-block: var(--section-padding-v-sm);
  }

  .grid-auto-fit-md {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .grid-auto-fit-lg {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .portfolio-filters {
    gap: var(--space-2);
  }

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

  /* Studio Slider */
  .studio-slider-section {
    padding-top: 44px;
    padding-bottom: 40px;
  }

  .studio-slider-section__inner {
    padding-inline: 14px;
  }

  .studio-slider-section__header {
    gap: 18px;
    margin-bottom: 22px;
  }

  .studio-slider-section__headline {
    font-size: clamp(24px, 9vw, 28px);
  }

  .studio-slider__slide {
    border-radius: 12px;
  }

  .brand-process__intro {
    max-width: fit-content;
    margin: 0 0 0px;
    color: rgba(255, 255, 255, 1);
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   SMALL MOBILE  <= 375px
══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 375px) {
  /* Header */
  .site-header .container {
    padding-inline: 12px;
  }

  .site-logo img,
  .site-logo svg {
    height: 20px;
    max-width: 140px;
  }

  .header-cta .btn-primary {
    padding: 9px 12px;
    font-size: 11px;
  }

  /* Hero */
  .hero {
    margin: 4px;
    border-radius: 14px;
  }

  .hero__content {
    padding: 80px 14px 90px;
  }

  .hero__headline {
    font-size: clamp(30px, 10vw, 44px);
    letter-spacing: -1px;
    line-height: 1.05;
  }

  .hero__eyebrow {
    font-size: 12px;
  }

  .hero__description {
    font-size: 13px;
    line-height: 1.6;
  }

  .hero__ctas {
    flex-direction: column;
    gap: var(--space-2);
    width: 100%;
  }

  .hero__btn {
    width: 100%;
    justify-content: center;
    padding: 11px 12px;
    font-size: 13px;
  }

  .hero__stats span {
    font-size: 9px;
    padding: 0 6px;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .stat-item__number {
    font-size: clamp(36px, 12vw, 52px);
  }

  /* Services */
  .services-title {
    font-size: clamp(22px, 8vw, 32px);
  }

  .services-list-item__title {
    font-size: clamp(15px, 4.5vw, 20px);
  }

  /* Featured Cases */
  .featured-cases__headline {
    font-size: clamp(22px, 8vw, 32px);
  }

  .featured-cases__all {
    font-size: 14px;
    padding: 16px 12px;
  }

  /* Testimonials */
  .testimonials-header__headline {
    font-size: clamp(22px, 8vw, 32px);
  }

  .tcard__quote {
    font-size: 14px;
  }

  .tcard-prev,
  .tcard-next {
    width: 36px;
    height: 36px;
  }

  /* Founder */
  .founder-name {
    font-size: clamp(28px, 9vw, 42px);
  }

  /* FAQ */
  .faq-headline {
    font-size: clamp(20px, 8vw, 30px);
  }

  .faq-item__trigger {
    font-size: 14px;
    padding: 12px 14px;
    gap: 12px;
  }

  /* CTA Stories */
  .cta-stories__headline {
    font-size: clamp(26px, 9vw, 40px);
  }

  /* About */
  .about-hero-title {
    font-size: clamp(22px, 9vw, 34px);
  }

  .about-why-us__title {
    font-size: clamp(20px, 8vw, 30px);
  }

  /* Contact */
  .contact-section__title {
    font-size: clamp(22px, 8vw, 30px);
  }

  .contact-office__city-name {
    font-size: clamp(22px, 9vw, 32px);
  }

  /* Footer */
  .footer-wrap {
    border-radius: 12px;
    padding: 24px 12px 16px;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
  }

  .footer-newsletter__heading {
    font-size: clamp(16px, 5vw, 22px);
  }

  /* Section headers */
  .section-header__headline {
    font-size: clamp(22px, 8vw, 32px);
  }

  .cta-banner__headline {
    font-size: clamp(22px, 9vw, 34px);
  }

  /* Buttons */
  .btn {
    font-size: 13px;
    padding: 11px 20px;
  }

  .btn-sm {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   MOBILE NAV OVERLAY
══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .nav-mobile {
    padding: calc(var(--header-height) + var(--space-6)) var(--space-8)
      var(--space-8);
  }

  .nav-mobile__link {
    font-size: clamp(22px, 4vw, 32px);
  }
}

@media (max-width: 576px) {
  .nav-mobile {
    padding: calc(var(--header-height) + var(--space-4)) var(--space-6)
      var(--space-6);
  }

  .nav-mobile__link {
    font-size: clamp(20px, 5vw, 28px);
    line-height: 1.3;
  }
}

@media (max-width: 375px) {
  .nav-mobile {
    padding: calc(var(--header-height) + var(--space-2)) var(--space-4)
      var(--space-4);
  }

  .nav-mobile__link {
    font-size: clamp(18px, 5vw, 24px);
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   SWIPER NAVIGATION BUTTONS
══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   REDUCED MOTION
══════════════════════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  /* ⚠ Removed .hero__scroll-indicator / .hero__scroll-line (part of removed generic hero block) */

  .creative-showcase__card {
    transition: none;
  }

  .creative-showcase__card:hover {
    transform: none;
  }
}

/* ══════════════════════════════════════════════════════════════════════════════
   BLOG FILTER SPINNER - MOBILE
══════════════════════════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .bp-spinner {
    padding: 30px 0;
  }

  .bp-spinner__dot {
    width: 8px;
    height: 8px;
  }
}
