/* ============================================================
   artBit Solution — Comprehensive Responsive Overrides
   This file consolidates and fixes all responsive issues.
   Load AFTER all other stylesheets.
============================================================ */

/* ── Base: Ensure touch-friendly sizing everywhere ── */
@media (hover: none) and (pointer: coarse) {

  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }

  .vertical-nav-sidebar {
    display: none !important;
  }
}

/* ============================================================
   ≤1280px — Large Desktop / Small Laptops
============================================================ */
@media (max-width: 1280px) {
  .artbit-hero-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .artbit-play-widget {
    right: 8vw;
  }

  .artbit-port-featured .artbit-port-info {
    max-width: 60%;
  }
}

/* ============================================================
   ≤1100px — Tablet Landscape / Small Desktop
============================================================ */
@media (max-width: 1100px) {

  /* Vertical nav is too tight at this size */
  .vertical-nav-sidebar {
    display: none;
  }

  /* Portfolio featured card stack vertically */
  .artbit-port-featured {
    flex-direction: column;
  }

  .artbit-port-featured .artbit-port-info {
    max-width: 100%;
  }

  .artbit-port-mockup {
    display: none;
  }
}

/* ============================================================
   ≤900px — Tablet Portrait
============================================================ */
@media (max-width: 900px) {

  /* ── NAVIGATION ── */
  .nav-links-pill,
  .artbit-nav-right .artbit-btn {
    display: none !important;
  }

  .artbit-lang-dropdown {
    display: flex !important;
    background: rgba(255, 255, 255, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    border-radius: 50px !important;
    padding: 6px 14px !important;
    color: #0F0F11 !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  .artbit-hamburger {
    display: flex !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
  }

  .artbit-hamburger span {
    width: 16px !important;
    height: 2px !important;
    background: #0F0F11 !important;
    border-radius: 2px !important;
  }

  .artbit-nav.scrolled .artbit-hamburger {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
  }

  /* Play Widget - Bottom Right */
  .artbit-play-widget {
    display: flex !important;
    position: absolute !important;
    bottom: 30px !important;
    right: 18px !important;
    top: auto !important;
    width: 96px !important;
    height: 96px !important;
    z-index: 5 !important;
  }

  .artbit-play-circle {
    width: 44px !important;
    height: 44px !important;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1) !important;
  }

  .artbit-play-circle svg {
    width: 13px !important;
    height: 15px !important;
    fill: #000000 !important;
  }

  .artbit-play-text {
    width: 100% !important;
    height: 100% !important;
  }

  /* Nav bar cleanup */
  .artbit-nav {
    padding: 1.1rem 1.25rem !important;
  }

  .artbit-nav.scrolled {
    padding: 0.8rem 1.25rem !important;
  }

  /* ── FULLSCREEN MENU — Stack panels vertically ── */
  .artbit-fullscreen-menu.split-menu {
    flex-direction: column;
  }

  .artbit-fs-left {
    flex: none;
    height: auto;
    min-height: 120px;
    max-height: 20vh;
    transform: translateY(-100%);
  }

  .artbit-fs-right {
    flex: 1;
    transform: translateY(100%);
  }

  .artbit-fullscreen-menu.is-open .artbit-fs-left,
  .artbit-fullscreen-menu.is-open .artbit-fs-right {
    transform: translateY(0);
  }

  .fs-left-inner {
    padding: 1.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .fs-review-widget {
    display: none;
  }

  .fs-right-inner {
    padding: 1.5rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .artbit-fs-body-right {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
    gap: 2rem;
  }

  .artbit-fs-links {
    align-items: flex-start;
    width: 100%;
  }

  .fs-link-item {
    width: 100%;
  }

  .fs-link-item a {
    font-size: 1.4rem;
    padding: 0.5rem 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .right-aligned-contact {
    align-items: flex-start;
    text-align: left;
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .fs-featured-block {
    order: 2;
    max-width: 100%;
  }

  /* ── HERO ── */
  .artbit-hero {
    min-height: 88vh;
    min-height: 88dvh;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .artbit-hero-content {
    padding: 70px 24px 20px 24px !important;
    min-height: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .artbit-hero-text {
    margin: 0 auto !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    transform: translateY(-38px) !important;
  }

  .artbit-headline {
    font-size: clamp(3.2rem, 13.5vw, 5.8rem) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.03em !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }

  .artbit-line {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 0.5rem !important;
  }

  .artbit-hero-divider {
    width: 100% !important;
    max-width: 300px !important;
    margin: 1.5rem auto 1.2rem auto !important;
  }

  .artbit-hero-scroll-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 1.25rem auto !important;
  }

  .artbit-hero-review {
    margin: 0 auto !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    width: 100% !important;
    text-align: center !important;
  }

  .artbit-review-customer-text {
    margin-left: 0 !important;
    text-align: center !important;
  }

  .artbit-down-btn-desktop {
    display: none !important;
  }

  /* ── SERVICES CARDS ── */
  .artbit-service-card-inner {
    padding: 2rem;
  }

  .artbit-service-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  /* ── PORTFOLIO ── */
  .artbit-portfolio-grid {
    grid-template-columns: 1fr;
  }

  /* ── STATS ── */
  .stats-strip-inner {
    grid-template-columns: 1fr 1fr;
  }

  /* ── SMART DEV ── */
  .smart-dev-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* ── GROWTH BANNER ── */
  .growth-banner-new {
    flex-direction: column;
    align-items: flex-start;
  }

  .growth-banner-side {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .growth-fact {
    text-align: left;
  }

  /* ── CTA BAND ── */
  .cta-band-inner {
    flex-direction: column;
    text-align: center;
    padding: 56px 36px;
  }

  .cta-band-actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  /* ── FOOTER ── */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  /* ── CONTACT BAND ── */
  .contact-band-inner {
    gap: 40px;
  }

  /* ── ABOUT PAGE ── */
  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* ── SERVICES PAGE ── */
  .service-full-item {
    grid-template-columns: 60px 1fr;
  }

  .service-full-arrow {
    display: none;
  }

  /* ── CONTACT PAGE ── */
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* ── PORTFOLIO PAGE ── */
  .portfolio-full-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   ≤768px — Mobile Landscape / Large Phone
============================================================ */
@media (max-width: 768px) {

  /* ── NAVIGATION ── */
  .nav-cta.artbit-btn {
    display: none !important;
  }

  .artbit-lang-dropdown {
    display: inline-flex !important;
  }

  .artbit-nav {
    padding: 0.8rem 1rem;
  }

  .artbit-nav.scrolled {
    padding: 0.6rem 1rem;
  }

  /* ── FULLSCREEN MENU — Mobile slide-in ── */
  .artbit-fs-left {
    display: none !important;
  }

  .artbit-fs-right {
    height: 100vh;
    height: 100dvh;
    flex: 1;
    background: rgba(10, 15, 30, 0.97);
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  }

  .artbit-fullscreen-menu.is-open .artbit-fs-right {
    transform: translateX(0);
  }

  .fs-right-inner {
    padding: 1.25rem;
  }

  .artbit-fs-body-right {
    justify-content: flex-start;
    padding-top: 1rem;
  }

  .fs-featured-block {
    display: none;
  }

  .artbit-fs-links {
    gap: 0.25rem;
  }

  .fs-link-item a {
    font-size: 1.5rem;
    padding: 0.65rem 0;
    min-height: 48px;
  }

  .fs-telegram {
    font-size: 1.2rem;
  }

  .fs-email {
    font-size: 0.9rem;
  }

  /* ── HERO ── */
  /* ── 3D OBJECTS ── */
  .object-2 {
    display: none;
  }

  .object-1 {
    width: 100px;
    height: 100px;
    right: 5%;
    top: 12%;
    opacity: 0.6;
  }

  .object-3 {
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }

  /* ── SERVICE CARDS ── */
  .artbit-services-list {
    gap: 3px;
  }

  .artbit-service-card {
    min-height: 150px;
  }

  .artbit-service-card-inner {
    padding: 1.75rem 1.5rem;
  }

  .artbit-service-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }

  .artbit-service-desc {
    max-height: 100px;
    opacity: 0.8;
  }

  .artbit-service-arrow {
    top: 1.5rem;
    right: 1.5rem;
    width: 36px;
    height: 36px;
  }

  /* ── SMART DEV ── */
  .smart-dev-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .smart-dev-header {
    margin-bottom: 36px;
  }

  .smart-dev-title {
    font-size: clamp(28px, 6vw, 40px);
  }

  .smart-dev-sub {
    font-size: 15px;
  }

  .smart-dev-card {
    padding: 1.5rem;
  }

  /* ── STATS ── */
  .stats-strip-section {
    padding: 40px 0;
  }

  .stats-strip-item {
    padding: 28px 20px;
  }

  .stat-strip-val {
    font-size: clamp(32px, 8vw, 48px);
  }

  /* ── PORTFOLIO ── */
  .artbit-port-card {
    min-height: 260px;
  }

  .artbit-port-info {
    padding: 1.5rem;
  }

  .artbit-port-title {
    font-size: clamp(18px, 5vw, 24px);
  }

  /* ── GROWTH BANNER ── */
  .growth-banner-new {
    padding: 3rem 2rem;
    gap: 2rem;
  }

  .growth-text-new {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
  }

  .growth-fact strong {
    font-size: 2rem;
  }

  /* ── TESTIMONIALS ── */
  .testimonial-card {
    flex: 0 0 100% !important;
    padding: 2rem 1.5rem !important;
  }

  .testimonial-slider {
    margin: 0 -8px;
    padding: 0 8px;
  }

  .testimonial-track {
    gap: 16px;
  }

  .testimonial-nav {
    gap: 12px;
  }

  /* ── CTA BAND ── */
  .cta-band-inner {
    padding: 48px 24px;
    gap: 32px;
  }

  .cta-band-headline {
    font-size: clamp(28px, 6vw, 42px);
  }

  .cta-band-sub {
    font-size: 14px;
  }

  .cta-band-actions {
    width: 100%;
  }

  .cta-band-actions .btn {
    width: 100%;
    justify-content: center;
  }

  /* ── FAQ ── */
  .faq-left,
  .faq-right {
    width: 100%;
  }

  .faq-q {
    font-size: 14px;
    padding: 20px 0;
    gap: 16px;
  }

  /* ── SECTION HEADERS ── */
  .artbit-section-header {
    margin-bottom: 32px;
  }

  .artbit-section-title {
    font-size: clamp(28px, 7vw, 42px);
  }

  .artbit-section-sub {
    font-size: 14px;
  }

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

  .section-sub {
    font-size: 14px;
  }

  /* ── CLIENTS ── */
  .clients-logos {
    gap: 24px 32px;
  }

  .clients-section {
    padding: 32px 0;
  }

  .clients-label {
    margin-bottom: 20px;
    font-size: 10px;
  }

  /* ── SECTION CTA ROW ── */
  .section-cta-row {
    margin-top: 36px;
  }

  /* ── FOCUSED MARQUEE ── */
  .focused-marquee-section {
    padding: 20px 0;
  }

  .focused-marquee-text {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
  }

  /* ── CONTACT BAND ── */
  .contact-band-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 28px;
  }

  .contact-band-cta {
    align-items: flex-start;
    width: 100%;
  }

  .contact-band-cta .btn {
    width: 100%;
    justify-content: center;
  }

  /* ── FOOTER ── */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-main {
    padding: 48px 0;
  }

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

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

  /* ── SERVICES PAGE ── */
  .services-hero,
  .portfolio-hero {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .service-full-item {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 16px;
  }

  .service-full-num {
    font-size: 24px;
  }

  /* ── ABOUT PAGE ── */
  .about-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .about-visual-box {
    max-height: 350px;
  }

  .about-visual-initials {
    font-size: 80px;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-step-num {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .process-line {
    display: none;
  }

  /* ── CONTACT PAGE ── */
  .contact-hero {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .contact-layout {
    padding-bottom: 60px;
  }

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

  /* ── PORTFOLIO PAGE ── */
  .portfolio-card-img {
    min-height: 200px;
  }

  .portfolio-card-info {
    padding: 24px;
  }

  .portfolio-filters {
    gap: 6px;
  }

  .filter-pill {
    padding: 8px 16px;
    font-size: 12px;
  }

  /* ── GENERAL SECTION SPACING ── */
  .section {
    padding: clamp(48px, 8vw, 80px) 0;
  }

  /* ── TECH TABS ── */
  .tech-tabs {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tech-tabs::-webkit-scrollbar {
    display: none;
  }

  /* ── REALIGNMENT ── */
  .hero-glass-panel {
    padding: 2rem;
  }

  .stats-flex {
    flex-direction: column;
  }

  .growth-banner {
    padding: 3rem 1.5rem;
  }
}

/* ============================================================
   ≤600px — Phone Landscape
============================================================ */
@media (max-width: 600px) {

  /* Testimonial track — ensure full width cards */
  .testimonial-card {
    flex: 0 0 calc(100vw - 56px) !important;
  }

  /* Portfolio grid full width */
  .portfolio-full-grid {
    gap: 0;
    border-radius: var(--radius);
  }

  .portfolio-full-card-img {
    aspect-ratio: 16/9;
  }

  /* Growth banner stacked */
  .growth-banner-side {
    flex-direction: column;
    gap: 1.5rem;
  }

  /* Services page items */
  .service-full-item {
    padding: 24px 20px;
  }

  .service-full-title {
    font-size: 19px;
  }
}

/* ============================================================
   ≤480px — Standard Phone
============================================================ */
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  /* ── HERO ── */
  .artbit-hero {
    min-height: 92vh !important;
    min-height: 92dvh !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .artbit-hero-content {
    padding: 65px 16px 20px 16px !important;
    min-height: 100% !important;
    height: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .artbit-hero-text {
    margin: 0 auto !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    transform: translateY(-30px) !important;
  }

  .artbit-headline {
    font-size: clamp(2.6rem, 13vw, 3.8rem) !important;
    line-height: 0.93 !important;
    letter-spacing: -0.035em !important;
    color: #FFFFFF !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 6px !important;
    box-sizing: border-box !important;
  }

  .artbit-line {
    gap: 0.25rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .artbit-down-btn-desktop {
    display: none !important;
  }

  .artbit-hero-divider {
    display: none !important;
  }

  /* Scroll Down Indicator Row */
  .artbit-hero-scroll-row {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px auto 0 auto !important;
  }

  .artbit-scroll-circle-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .artbit-scroll-track-line {
    flex: 1 !important;
    height: 1.5px !important;
    background: rgba(255, 255, 255, 0.45) !important;
    margin: 0 12px !important;
  }

  .artbit-scroll-text-label {
    font-size: 13px !important;
  }

  /* Review Widget */
  .artbit-hero-review {
    margin: 16px auto 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    width: 100% !important;
    text-align: center !important;
  }

  .artbit-review-pill {
    padding: 5px 12px !important;
    gap: 7px !important;
    font-size: 12px !important;
  }

  .artbit-review-score {
    font-size: 13.5px !important;
  }

  .artbit-review-customer-text {
    font-size: 13px !important;
    margin-left: 0 !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  /* Play Widget - Small Mobile */
  .artbit-play-widget {
    display: flex !important;
    position: absolute !important;
    bottom: 24px !important;
    right: 14px !important;
    top: auto !important;
    left: auto !important;
    width: 92px !important;
    height: 92px !important;
    z-index: 5 !important;
  }

  .artbit-play-circle {
    width: 42px !important;
    height: 42px !important;
  }

  .artbit-play-circle svg {
    width: 12px !important;
    height: 14px !important;
  }

  .artbit-play-text {
    width: 100% !important;
    height: 100% !important;
  }

  .object-1,
  .object-2,
  .object-3 {
    display: none;
  }

  /* ── NAV ── */
  .artbit-nav {
    padding: 1rem 1.2rem !important;
  }

  .artbit-logo span.nav-logo-text {
    font-size: 14px;
  }

  /* ── FULLSCREEN MENU ── */
  .fs-link-item a {
    font-size: 1.3rem;
  }

  .fs-right-inner {
    padding: 1rem;
  }

  /* ── STATS ── */
  .stats-strip-inner {
    grid-template-columns: 1fr;
  }

  .stats-strip-item {
    padding: 20px 16px;
  }

  .stat-strip-val {
    font-size: clamp(28px, 10vw, 40px);
  }

  /* ── PORTFOLIO ── */
  .artbit-port-card {
    min-height: 220px;
  }

  .artbit-port-info {
    padding: 1.25rem;
    gap: 0.5rem;
  }

  .artbit-port-title {
    font-size: 18px;
  }

  .artbit-port-result {
    font-size: 12px;
  }

  .artbit-port-cta {
    font-size: 12px;
  }

  /* ── MARQUEE ── */
  .focused-marquee-section {
    background: #FFFFFF !important;
    padding: 24px 0 !important;
  }

  .focused-marquee-text {
    font-size: clamp(2rem, 7vw, 3.5rem) !important;
    color: #2563EB !important;
  }

  /* ── GROWTH BANNER ── */
  .growth-banner-new {
    padding: 2rem 1.25rem;
  }

  .growth-text-new {
    font-size: clamp(1.3rem, 5.5vw, 1.8rem);
  }

  .growth-fact strong {
    font-size: 1.6rem;
  }

  /* ── SERVICE CARDS ── */
  .artbit-service-card-inner {
    padding: 1.5rem 1rem;
  }

  .artbit-service-title {
    font-size: clamp(1.2rem, 5.5vw, 1.6rem);
  }

  .artbit-service-tags li {
    font-size: 10px;
    padding: 3px 10px;
  }

  /* ── CTA BAND ── */
  .cta-band-inner {
    padding: 36px 16px;
    border-radius: 16px;
  }

  .cta-band-headline {
    font-size: clamp(22px, 6vw, 32px);
  }

  /* ── SMART DEV ── */
  .smart-dev-card {
    padding: 1.25rem;
  }

  .smart-dev-card h3 {
    font-size: 17px;
  }

  .smart-dev-card p {
    font-size: 13px;
  }

  .smart-dev-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .smart-dev-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  /* ── TESTIMONIALS ── */
  .testimonial-card {
    padding: 1.5rem 1rem !important;
  }

  .testimonial-quote {
    font-size: 13.5px;
  }

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

  /* ── CONTACT BAND ── */
  .contact-band-inner {
    padding: 32px 20px;
    gap: 24px;
  }

  .contact-band-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  /* ── ABOUT PAGE ── */
  .about-hero {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .about-visual-box {
    max-height: 280px;
  }

  .about-visual-initials {
    font-size: 60px;
  }

  /* ── PORTFOLIO PAGE ── */
  .portfolio-full-card-info {
    padding: 20px 16px;
  }

  .portfolio-placeholder {
    min-height: 200px;
  }

  /* ── BUTTONS ── */
  .btn-lg {
    padding: 14px 24px;
    font-size: 14px;
  }

  /* ── SECTION TITLES ── */
  .section-title {
    font-size: clamp(24px, 8vw, 36px);
  }

  .artbit-section-title {
    font-size: clamp(24px, 8vw, 36px);
  }

  /* ── SERVICES PAGE ── */
  .service-full-item {
    padding: 20px 16px;
    gap: 12px;
  }

  .service-full-title {
    font-size: 18px;
  }

  .service-full-desc {
    font-size: 13px;
  }

  /* ── FOOTER ── */
  .footer-main {
    padding: 36px 0;
  }

  .footer-grid {
    gap: 28px;
  }

  .footer-bottom {
    padding: 16px 0;
  }

  /* ── FORM ── */
  .contact-form-group input,
  .contact-form-group select,
  .contact-form-group textarea {
    padding: 12px 14px;
    font-size: 14px;
  }

  /* ── TECH TABS ── */
  .tech-tab {
    padding: 8px 16px;
    font-size: 12px;
  }

  /* ── HERO STATS ── */
  .hero-stat-pill {
    font-size: 11px;
    padding: 6px 12px;
  }

  .hero-ctas {
    flex-direction: column;
  }

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

/* ============================================================
   ≤360px — Micro Mobile
============================================================ */
@media (max-width: 360px) {
  .container {
    padding: 0 12px;
  }

  /* ── HERO ── */
  .artbit-headline {
    font-size: clamp(2.4rem, 12vw, 3.2rem) !important;
  }

  .artbit-hero-scroll-row {
    margin-top: 20px !important;
  }

  .artbit-hero-review {
    margin-top: 18px !important;
  }

  .artbit-play-widget {
    bottom: 20px !important;
    right: 10px !important;
    width: 80px !important;
    height: 80px !important;
  }

  .artbit-play-circle {
    width: 38px !important;
    height: 38px !important;
  }

  .artbit-play-text {
    width: 100%;
    height: 100%;
  }

  /* ── NAV ── */
  .artbit-nav {
    padding: 0.6rem 0.75rem;
  }

  .artbit-hamburger {
    width: 40px;
    height: 40px;
  }

  .artbit-logo svg {
    width: 20px;
    height: 20px;
  }

  /* ── FULLSCREEN MENU ── */
  .fs-link-item a {
    font-size: 1.15rem;
  }

  /* ── SECTIONS ── */
  .section {
    padding: clamp(36px, 6vw, 56px) 0;
  }

  .section-title {
    font-size: clamp(22px, 7vw, 32px);
  }

  .artbit-section-title {
    font-size: clamp(22px, 7vw, 32px);
  }

  /* ── HOMEPAGE ── */
  .focused-marquee-text {
    font-size: 1rem;
  }

  .focused-marquee-content {
    gap: 24px;
    padding-right: 24px;
  }

  .artbit-service-title {
    font-size: 1.15rem;
  }

  .growth-text-new {
    font-size: 1.2rem;
  }

  .cta-band-headline {
    font-size: 20px;
  }

  .smart-dev-title {
    font-size: clamp(22px, 6vw, 32px);
  }

  .artbit-port-card {
    min-height: 200px;
  }

  /* ── BUTTONS ── */
  .btn {
    padding: 12px 20px;
    font-size: 13px;
  }

  .btn-lg {
    padding: 12px 20px;
    font-size: 13px;
  }

  /* ── FOOTER ── */
  .footer-copy,
  .footer-built {
    font-size: 11px;
  }

  .footer-legal-link {
    font-size: 11px;
  }

  .footer-link {
    font-size: 12.5px;
  }

  /* ── CONTACT ── */
  .contact-band-title {
    font-size: clamp(20px, 6vw, 30px);
  }

  .contact-form-group label {
    font-size: 11px;
  }

  /* ── STATS ── */
  .stat-val {
    font-size: clamp(28px, 9vw, 40px);
  }

  .stat-strip-val {
    font-size: clamp(24px, 9vw, 36px);
  }

  .hero-stat-pill {
    padding: 6px 10px;
    font-size: 10px;
    gap: 6px;
  }

  .nav-inner {
    height: 52px;
  }
}

/* ============================================================
   Accessibility: Reduced Motion
============================================================ */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .cursor-dot,
  .cursor-ring {
    display: none !important;
  }
}

/* ============================================================
   Landscape Phone: Fix hero height
============================================================ */
@media (max-height: 500px) and (orientation: landscape) {
  .artbit-hero {
    min-height: auto;
    padding: 100px 0 40px;
  }

  .artbit-hero-content {
    min-height: auto;
    padding-top: 8vh;
    padding-bottom: 1.5rem;
  }

  .artbit-hero-text {
    margin-top: 0;
    padding-bottom: 1rem;
  }

  .artbit-headline {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
  }

  .artbit-hero-review {
    margin-top: 0;
  }
}