/* ==========================================================================
   RESPONSIVE STYLES FOR MEDIA NARANJA FILMS
   - Fully optimized for Smart Phone and Tablet devices
   - Desktop mode (>= 1025px) remains 100% intact and untouched
   ========================================================================== */

/* ==========================================================================
   TABLET OPTIMIZATION (769px to 1024px)
   ========================================================================== */
@media (min-width: 769px) and (max-width: 1024px) {
  .nav-container {
    padding: 0 20px;
  }

  .nav-menu {
    gap: 18px;
  }

  .nav-link {
    font-size: 0.80rem;
    letter-spacing: 0.08em;
  }

  .nav-actions {
    gap: 8px;
  }

  .nav-actions .btn-pill {
    padding: 8px 14px;
    font-size: 0.80rem;
  }

  .hero-cards-grid {
    gap: 20px;
    max-width: 840px;
    margin: 0 auto;
  }

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

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .team-card-content {
    padding: 18px;
  }

  .team-member-name {
    font-size: 1.25rem;
  }

  .feature-showcase-grid,
  .feature-showcase-grid.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .feature-showcase-grid.reverse .feature-media-box {
    order: -1;
  }

  .feature-media-box {
    border-radius: 24px;
    overflow: hidden;
  }

  .feature-media-box img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .packs-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .pack-card {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .pack-title {
    font-size: 1.55rem;
  }

  .spec-chip {
    font-size: 0.74rem;
    padding: 5px 10px;
  }

  .philosophy-card {
    padding: 44px 32px;
  }
}

/* ==========================================================================
   SMART PHONE & MOBILE DEVICES (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  /* ==========================================================================
     AMBIENT GLOW & CINEMATIC PULSE (SMARTPHONE / ANDROID & IPHONE):
     - Rhythmic explosive burst animations behind the orange logo and viewport
     - Hardware-accelerated (transform & opacity) at 60/120fps with zero layout thrashing
     ========================================================================== */
  .glow-pulse {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: screen;
    will-change: transform, opacity;
  }

  /* Corona cinematográfica directamente detrás del logo naranja */
  .glow-pulse-6 {
    top: 35px;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 120, 15, 0.52) 0%, rgba(255, 75, 0, 0.24) 38%, rgba(200, 35, 0, 0.05) 64%, transparent 74%);
    filter: blur(55px);
    animation: explosiveBurstMobile6 4.2s cubic-bezier(0.14, 0.88, 0.22, 1) infinite -3.0s;
  }

  /* Detonación volumétrica ámbar superior */
  .glow-pulse-1 {
    top: -40px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 115, 0, 0.46) 0%, rgba(255, 70, 0, 0.22) 38%, rgba(200, 35, 0, 0.05) 65%, transparent 75%);
    filter: blur(65px);
    animation: explosiveBurstMobile1 4.6s cubic-bezier(0.12, 0.88, 0.2, 1) infinite;
  }

  /* Flash eléctrico mandarina lateral derecho */
  .glow-pulse-2 {
    display: block !important;
    top: 22%;
    right: -40px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 155, 25, 0.44) 0%, rgba(255, 95, 5, 0.20) 34%, rgba(240, 50, 0, 0.05) 62%, transparent 72%);
    filter: blur(50px);
    animation: explosiveBurstMobile2 3.4s cubic-bezier(0.1, 0.92, 0.18, 1) infinite -1.4s;
  }

  /* Núcleo de fuego solar inferior izquierdo */
  .glow-pulse-3 {
    display: block !important;
    bottom: 22%;
    left: -40px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 125, 10, 0.40) 0%, rgba(255, 75, 0, 0.18) 40%, rgba(185, 30, 0, 0.04) 66%, transparent 75%);
    filter: blur(55px);
    animation: explosiveBurstMobile3 5.2s cubic-bezier(0.15, 0.85, 0.25, 1) infinite -2.8s;
  }

  /* Gran detonación cinemática inferior derecha */
  .glow-pulse-4 {
    display: block !important;
    bottom: -5%;
    right: -30px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255, 90, 0, 0.36) 0%, rgba(255, 55, 0, 0.15) 44%, rgba(160, 20, 0, 0.04) 68%, transparent 75%);
    filter: blur(60px);
    animation: explosiveBurstMobile4 6.4s cubic-bezier(0.12, 0.88, 0.2, 1) infinite -4.1s;
  }

  /* Micro-impulso flanco izquierdo */
  .glow-pulse-5 {
    display: block !important;
    top: 52%;
    left: -40px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 175, 35, 0.44) 0%, rgba(255, 110, 0, 0.22) 30%, rgba(255, 60, 0, 0.05) 56%, transparent 70%);
    filter: blur(45px);
    animation: explosiveBurstMobile5 2.8s cubic-bezier(0.08, 0.95, 0.15, 1) infinite -0.9s;
  }

  .glow-orb-cursor {
    display: none !important;
  }

  /* Keyframes de impulso explosivo calibrados para pantalla de smartphone */
  @keyframes explosiveBurstMobile6 {
    0% {
      transform: translate3d(0, 0, 0) scale(0.74);
      opacity: 0.10;
    }
    14% {
      transform: translate3d(0, 16px, 0) scale(1.38);
      opacity: 0.72;
    }
    28% {
      transform: translate3d(0, 22px, 0) scale(1.42);
      opacity: 0.52;
    }
    55% {
      transform: translate3d(0, 8px, 0) scale(1.04);
      opacity: 0.18;
    }
    80% {
      transform: translate3d(0, 0, 0) scale(0.84);
      opacity: 0.11;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(0.74);
      opacity: 0.10;
    }
  }

  @keyframes explosiveBurstMobile1 {
    0% {
      transform: translate3d(0, 0, 0) scale(0.75);
      opacity: 0.08;
    }
    14% {
      transform: translate3d(16px, -12px, 0) scale(1.36);
      opacity: 0.65;
    }
    28% {
      transform: translate3d(24px, -18px, 0) scale(1.42);
      opacity: 0.46;
    }
    55% {
      transform: translate3d(8px, -5px, 0) scale(1.05);
      opacity: 0.15;
    }
    80% {
      transform: translate3d(-6px, 6px, 0) scale(0.85);
      opacity: 0.08;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(0.75);
      opacity: 0.08;
    }
  }

  @keyframes explosiveBurstMobile2 {
    0% {
      transform: translate3d(0, 0, 0) scale(0.70);
      opacity: 0.05;
    }
    12% {
      transform: translate3d(-12px, 8px, 0) scale(1.38);
      opacity: 0.62;
    }
    25% {
      transform: translate3d(-18px, 12px, 0) scale(1.30);
      opacity: 0.40;
    }
    50% {
      transform: translate3d(-6px, 4px, 0) scale(0.96);
      opacity: 0.12;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(0.70);
      opacity: 0.05;
    }
  }

  @keyframes explosiveBurstMobile3 {
    0% {
      transform: translate3d(0, 0, 0) scale(0.78);
      opacity: 0.06;
    }
    16% {
      transform: translate3d(12px, -15px, 0) scale(1.32);
      opacity: 0.55;
    }
    32% {
      transform: translate3d(18px, -20px, 0) scale(1.36);
      opacity: 0.42;
    }
    60% {
      transform: translate3d(6px, -6px, 0) scale(1.02);
      opacity: 0.13;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(0.78);
      opacity: 0.06;
    }
  }

  @keyframes explosiveBurstMobile4 {
    0% {
      transform: translate3d(0, 0, 0) scale(0.76);
      opacity: 0.07;
    }
    15% {
      transform: translate3d(-12px, -16px, 0) scale(1.30);
      opacity: 0.54;
    }
    30% {
      transform: translate3d(-18px, -22px, 0) scale(1.36);
      opacity: 0.38;
    }
    58% {
      transform: translate3d(-8px, -8px, 0) scale(1.04);
      opacity: 0.14;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(0.76);
      opacity: 0.07;
    }
  }

  @keyframes explosiveBurstMobile5 {
    0% {
      transform: translate3d(0, 0, 0) scale(0.60);
      opacity: 0.04;
    }
    10% {
      transform: translate3d(16px, 6px, 0) scale(1.42);
      opacity: 0.60;
    }
    22% {
      transform: translate3d(20px, 10px, 0) scale(1.30);
      opacity: 0.38;
    }
    45% {
      transform: translate3d(8px, 2px, 0) scale(0.92);
      opacity: 0.09;
    }
    100% {
      transform: translate3d(0, 0, 0) scale(0.60);
      opacity: 0.04;
    }
  }

  /* Header & Mobile Nav */
  .mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    font-size: 1.35rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    color: var(--text-primary);
    cursor: pointer;
    z-index: 1001;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    height: 100dvh;
    background: rgba(10, 10, 14, 0.97);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-left: 1px solid var(--glass-border);
    flex-direction: column;
    align-items: flex-start;
    padding: 96px 28px 40px 28px;
    padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px));
    gap: 20px;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 998;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.85);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-menu.open {
    right: 0;
  }

  .nav-link {
    font-size: 1.1rem;
    padding: 10px 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .nav-actions {
    display: none !important;
  }

  /* Hero Section */
  .hero-section {
    padding-top: 96px;
    padding-bottom: 24px;
  }

  .hero-brand-name {
    font-size: clamp(2.3rem, 8vw, 3.2rem);
    line-height: 1.1;
    margin-top: 14px;
    margin-bottom: 6px;
  }

  .hero-tagline {
    font-size: clamp(0.70rem, 2.5vw, 0.85rem);
    letter-spacing: 0.16em;
  }

  .hero-interactive-logo-wrapper {
    margin-bottom: 2px;
  }

  .hero-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 4px;
    max-width: 440px;
    margin: 0 auto;
  }

  .card-media-slot {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    margin-bottom: 12px;
  }

  /* Subpages Header Banners & Headers */
  .page-hero-banner {
    padding: 92px 0 20px 0;
  }

  .manifesto-hero-section {
    padding: 92px 0 20px 0;
  }

  .manifesto-main-title {
    font-size: clamp(1.45rem, 5.2vw, 2.05rem);
    line-height: 1.22;
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .subpage-section-header {
    text-align: center;
    margin-bottom: 22px !important;
  }

  .section-tag {
    font-size: 0.72rem !important;
    padding: 4px 10px !important;
    margin-bottom: 8px !important;
  }

  .section-title {
    font-size: clamp(1.45rem, 4.8vw, 1.95rem);
    line-height: 1.22;
    margin-bottom: 8px;
  }

  .section-description {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  /* Action Buttons on Mobile: full touch target width */
  .action-buttons-row {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 14px;
  }

  .action-buttons-row .btn-pill {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    padding: 9px 18px;
    font-size: 0.88rem;
  }

  /* ==========================================================================
     SMARTPHONE "AGENDÁ TU REUNIÓN" & 3D GYROSCOPE TILT WITH REALISTIC SHEEN
     ========================================================================== */
  .btn-text-desktop {
    display: none !important;
  }

  .btn-text-mobile {
    display: inline !important;
  }

  /* Disable automated generic sweep on mobile so gyro sheen is 100% realistic */
  .btn-booking-tilt::after,
  a[href*="8728rh6jwi.zite.so"]::after {
    display: none !important;
    animation: none !important;
  }

  .btn-booking-tilt,
  a[href*="8728rh6jwi.zite.so"].btn-pill-brand {
    position: relative;
    overflow: hidden;
    perspective: 480px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    will-change: transform, box-shadow;
    isolation: isolate;
  }

  .btn-booking-tilt > span,
  a[href*="8728rh6jwi.zite.so"].btn-pill-brand > span {
    position: relative;
    z-index: 4;
    transform: translateZ(8px);
    -webkit-transform: translateZ(8px);
    pointer-events: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }

  .btn-booking-tilt .btn-icon-circle,
  a[href*="8728rh6jwi.zite.so"].btn-pill-brand .btn-icon-circle {
    transform: translateZ(10px);
    -webkit-transform: translateZ(10px);
  }

  /* Reflejo hiperrealista de cristal pulido que viaja con el giroscopio del smartphone */
  .btn-booking-tilt .btn-gyro-sheen,
  a[href*="8728rh6jwi.zite.so"].btn-pill-brand .btn-gyro-sheen {
    display: block !important;
    position: absolute;
    inset: -60%;
    width: 220%;
    height: 220%;
    border-radius: 9999px;
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(
      ellipse 65% 50% at var(--sheen-x, 50%) var(--sheen-y, 50%),
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.85) 18%,
      rgba(255, 225, 190, 0.45) 42%,
      rgba(255, 140, 50, 0.15) 60%,
      transparent 76%
    );
    mix-blend-mode: screen;
    opacity: var(--sheen-opacity, 0.88);
    transform: translate3d(0, 0, 14px) rotate(-16deg);
    -webkit-transform: translate3d(0, 0, 14px) rotate(-16deg);
    will-change: transform, opacity;
  }

  /* ==========================================================================
     BOTÓN WHATSAPP SMARTPHONE: VERDE SUTIL & ZOOM GIROSCÓPICO CINEMÁTICO
     ========================================================================== */
  .action-buttons-row a[href*="wa.me"],
  .btn-whatsapp-gyro {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: rgba(14, 42, 26, 0.58) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(46, 204, 113, 0.38) !important;
    color: #f5f5f7 !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45), 0 0 16px rgba(37, 211, 102, 0.18), inset 0 1px 1px rgba(255, 255, 255, 0.18) !important;
    transform-origin: center center;
    will-change: transform, box-shadow;
    transition: box-shadow 0.25s ease;
  }

  .action-buttons-row a[href*="wa.me"] > span,
  .btn-whatsapp-gyro > span {
    position: relative;
    z-index: 4;
    pointer-events: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }

  .action-buttons-row a[href*="wa.me"] .btn-icon-circle,
  .btn-whatsapp-gyro .btn-icon-circle {
    position: relative;
    z-index: 4;
    background: rgba(37, 211, 102, 0.22) !important;
    color: #25d366 !important;
    border: 1px solid rgba(37, 211, 102, 0.38) !important;
  }

  /* Reflejo especular hiperrealista para WhatsApp en móvil */
  .action-buttons-row a[href*="wa.me"] .btn-gyro-sheen,
  .btn-whatsapp-gyro .btn-gyro-sheen {
    display: block !important;
    position: absolute;
    inset: -60%;
    width: 220%;
    height: 220%;
    border-radius: 9999px;
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(
      ellipse 65% 50% at var(--sheen-x, 50%) var(--sheen-y, 50%),
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.85) 18%,
      rgba(200, 255, 220, 0.45) 40%,
      rgba(37, 211, 102, 0.15) 60%,
      transparent 76%
    );
    mix-blend-mode: screen;
    opacity: var(--sheen-opacity, 0.88);
    transform: translate3d(0, 0, 14px) rotate(-16deg);
    -webkit-transform: translate3d(0, 0, 14px) rotate(-16deg);
    will-change: transform, opacity;
  }

  .action-buttons-row a[href*="wa.me"]:active,
  .btn-whatsapp-gyro:active {
    background: rgba(20, 56, 35, 0.72) !important;
    border-color: rgba(46, 204, 113, 0.55) !important;
  }

  /* ==========================================================================
     SUBPAGE FEATURE SHOWCASE (Bodas & 15 Años) - Single Column Full-Width
     Fixes cramped right-shifted text and small photos on mobile/Chrome/Samsung
     ========================================================================== */
  .subpage-feature-section {
    padding: 20px 0 24px 0;
  }

  .feature-showcase-grid,
  .feature-showcase-grid.reverse {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* En 15 Años (reverse), colocar la foto arriba para armonizar con Bodas */
  .feature-showcase-grid.reverse .feature-media-box {
    order: -1 !important;
  }

  .feature-media-box {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45) !important;
    margin: 0 !important;
  }

  .feature-media-box img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 18px !important;
  }

  .feature-info-box {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    text-align: left !important;
  }

  .feature-info-box .section-tag {
    align-self: flex-start !important;
  }

  .feature-info-title {
    font-size: clamp(1.3rem, 5.2vw, 1.55rem) !important;
    line-height: 1.22 !important;
    margin-bottom: 6px !important;
  }

  .feature-info-text {
    font-size: 0.86rem !important;
    line-height: 1.48 !important;
  }

  .feature-bullets {
    width: 100% !important;
    gap: 10px !important;
    margin: 2px 0 12px 0 !important;
  }

  .feature-bullet-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .feature-bullet-text {
    flex: 1 !important;
  }

  .feature-bullet-text strong {
    font-size: 0.88rem !important;
    line-height: 1.32 !important;
    color: #ffffff !important;
    display: block !important;
    margin-bottom: 2px !important;
  }

  .feature-bullet-text span {
    font-size: 0.80rem !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.74) !important;
    display: block !important;
  }

  .feature-info-box .action-buttons-row {
    margin-top: 10px !important;
  }

  /* Service Packs & Pricing Cards */
  .service-packs-section {
    margin-top: 36px !important;
  }

  .packs-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
    margin-top: 20px;
  }

  .pack-card {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .pack-tier-label {
    font-size: 0.68rem;
    padding: 3px 8px;
    margin-bottom: 6px;
  }

  .pack-title {
    font-size: 1.35rem;
    margin-bottom: 4px;
  }

  .pack-subtitle {
    font-size: 0.80rem;
    margin-bottom: 6px;
  }

  .pack-focus-desc {
    min-height: auto;
    font-size: 0.82rem;
    line-height: 1.42;
    margin-bottom: 12px;
  }

  .pack-specs-chips {
    gap: 6px;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .spec-chip {
    font-size: 0.72rem;
    padding: 4px 10px;
    min-height: 28px;
  }

  .pack-deliverables-box {
    padding: 12px 12px;
    border-radius: 14px;
  }

  .pack-deliverables-title {
    font-size: 0.74rem;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
  }

  .pack-deliverables-list {
    gap: 7px;
  }

  .pack-deliverable-item {
    gap: 8px;
    font-size: 0.80rem;
    line-height: 1.36;
  }

  .pack-check-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .addons-showcase-section {
    margin-top: 36px !important;
  }

  .addons-cards-grid,
  .physical-goods-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .addon-card {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .addon-icon {
    margin-bottom: 6px;
  }

  .addon-icon svg {
    width: 22px;
    height: 22px;
  }

  .addon-title {
    font-size: 1.05rem;
    margin-bottom: 4px;
  }

  .addon-desc {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .planning-policy-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
    gap: 14px;
    border-radius: 18px;
    margin-top: 28px;
  }

  /* Workflow & Team */
  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
    gap: 18px;
  }

  .team-card {
    border-radius: 18px !important;
  }

  .team-card-content {
    padding: 16px 14px !important;
  }

  .team-member-name {
    font-size: 1.25rem !important;
    margin-bottom: 2px !important;
  }

  .team-member-role {
    font-size: 0.80rem !important;
    margin-bottom: 8px !important;
  }

  .team-member-bio {
    font-size: 0.82rem !important;
    line-height: 1.44 !important;
    margin-bottom: 12px !important;
  }

  /* Cómo Trabajamos: Narrative, Principles & Context */
  .manifesto-lead-narrative {
    gap: 12px;
  }

  .manifesto-p-lead {
    font-size: 0.94rem !important;
    line-height: 1.5 !important;
  }

  .manifesto-p {
    font-size: 0.86rem !important;
    line-height: 1.48 !important;
  }

  .manifesto-quote-callout {
    padding: 14px 14px !important;
    border-radius: 14px !important;
    margin-top: 10px !important;
    font-size: 0.86rem !important;
    line-height: 1.44 !important;
  }

  .pillars-section {
    padding: 24px 0 !important;
  }

  .pillars-title {
    font-size: 1.45rem !important;
    margin-bottom: 6px !important;
  }

  .pillars-intro {
    font-size: 0.86rem !important;
    margin-bottom: 16px !important;
    line-height: 1.45 !important;
  }

  .principles-grid,
  .context-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .principle-card {
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }

  .principle-badge {
    font-size: 0.68rem !important;
    padding: 3px 8px !important;
    margin-bottom: 8px !important;
  }

  .principle-title {
    font-size: 1.2rem !important;
    margin-bottom: 2px !important;
  }

  .principle-subtitle {
    font-size: 0.82rem !important;
    margin-bottom: 8px !important;
  }

  .principle-text {
    font-size: 0.84rem !important;
    line-height: 1.46 !important;
  }

  .context-image-box {
    border-radius: 16px !important;
  }

  .context-image-caption {
    font-size: 0.76rem !important;
    padding: 6px 10px !important;
  }

  .closing-reflection-section {
    padding: 20px 0 !important;
  }

  .closing-card {
    padding: 20px 16px;
    border-radius: 18px;
  }

  .closing-title {
    font-size: 1.35rem !important;
    margin-bottom: 6px !important;
  }

  .closing-lead {
    font-size: 0.90rem !important;
    line-height: 1.44 !important;
    margin-bottom: 8px !important;
  }

  .closing-body {
    font-size: 0.84rem !important;
    line-height: 1.46 !important;
  }

  /* CTAs */
  .cta-banner-section {
    padding: 24px 0 28px 0;
  }

  .cta-glass-box,
  .cta-conversation-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 16px;
    gap: 14px;
    border-radius: 20px;
  }

  .cta-banner-title,
  .cta-conversation-title {
    font-size: 1.35rem !important;
    margin-bottom: 6px !important;
  }

  .cta-banner-desc,
  .cta-conversation-desc {
    font-size: 0.85rem !important;
    line-height: 1.45 !important;
    margin-bottom: 12px !important;
  }

  /* Behind the scenes & gallery grids */
  .bts-grid,
  .bts-secondary-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bts-card-vertical .bts-img-wrapper {
    min-height: 220px;
  }

  .bts-card-horizontal .bts-img-wrapper {
    min-height: 160px;
  }

  .philosophy-section {
    margin-top: 32px;
  }

  .philosophy-card {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .philosophy-title {
    font-size: 1.25rem !important;
    margin-bottom: 8px !important;
  }

  .philosophy-text {
    font-size: 0.84rem !important;
    line-height: 1.46 !important;
  }

  /* Subpage Gallery Mural / Mosaic on Smartphone (max-width: 768px) */
  .subpage-gallery-grid {
    column-count: 2 !important;
    column-gap: 10px !important;
    margin-top: 20px !important;
  }

  .subpage-gallery-item {
    margin-bottom: 10px !important;
    border-radius: 14px !important;
    break-inside: avoid !important;
    -webkit-column-break-inside: avoid !important;
    overflow: hidden !important;
    display: block !important;
    aspect-ratio: auto !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .subpage-gallery-item:active {
    transform: scale(0.97);
  }

  .subpage-gallery-item img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: contain !important;
    border-radius: 13px !important;
  }

  /* Modals: Centered with iOS auto-zoom prevention */
  .modal-window {
    width: 94%;
    max-width: 500px;
    padding: 24px 16px;
    border-radius: 20px;
    max-height: 88vh;
    max-height: 88dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Adaptive Lightbox on Smartphone */
  .modal-lightbox-window {
    width: 95vw !important;
    max-width: 95vw !important;
    padding: 16px 12px 14px !important;
    border-radius: 20px !important;
    background: rgba(8, 8, 12, 0.96) !important;
    max-height: 90vh !important;
    max-height: 90dvh !important;
  }

  .lightbox-media-box {
    aspect-ratio: auto !important;
    width: 100% !important;
    max-height: 76vh !important;
    max-height: 76dvh !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background: transparent !important;
  }

  .lightbox-media-box img {
    max-height: 76vh !important;
    max-height: 76dvh !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    border-radius: 12px !important;
  }

  .lightbox-caption {
    font-size: 0.82rem !important;
    line-height: 1.35 !important;
    padding: 0 4px !important;
    text-align: center !important;
  }

  .modal-close-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    top: 10px;
    right: 10px;
    font-size: 1.3rem;
    z-index: 20 !important;
  }

  .modal-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .modal-form-grid .full-width {
    grid-column: span 1;
  }

  /* CRITICAL: 16px minimum font size prevents iOS Safari from auto-zooming into inputs */
  .form-input,
  .form-select,
  .form-textarea {
    font-size: 16px !important;
    padding: 12px 14px;
    border-radius: 12px;
  }

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

  /* Floating Dynamic WhatsApp CTA on Mobile (elevated above bottom dock & all page graphics) */
  .floating-whatsapp {
    position: fixed;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    right: 16px;
    padding: 0;
    width: auto;
    height: auto;
    z-index: 995;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    will-change: transform;
    isolation: isolate;
    pointer-events: auto;
  }

  .morph-tooltip {
    display: none !important;
  }

  .morph-btn-orb {
    width: 56px;
    height: 56px;
  }

  .morph-glyph-wa {
    width: 32px;
    height: 32px;
  }

  /* Bottom padding so mobile content is not covered by fixed bottom dock */
  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* ==========================================================================
     MOBILE SMARTPHONE BOTTOM NAVIGATION BAR (ANDROID & IPHONE EXCLUSIVE)
     - Refined Liquid Glass translucent crystalline aesthetics
     - Hardware-composited and elevated above all page scroll graphics (z-index: 990)
     - Specular crystal edge refraction & dynamic glow indicators
     ========================================================================== */
  .mobile-bottom-nav {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 990 !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    will-change: transform;
    isolation: isolate;
    pointer-events: auto;
    background: linear-gradient(180deg, rgba(16, 16, 24, 0.62) 0%, rgba(8, 8, 14, 0.74) 100%);
    backdrop-filter: blur(28px) saturate(190%) contrast(105%);
    -webkit-backdrop-filter: blur(28px) saturate(190%) contrast(105%);
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 -10px 36px rgba(0, 0, 0, 0.65),
                inset 0 1px 0 rgba(255, 255, 255, 0.22),
                inset 0 0.5px 0 rgba(255, 106, 0, 0.25);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    overflow: hidden;
  }

  /* Specular Liquid Glass Edge Light (Refractive Prismatic Sheen) */
  .mobile-bottom-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      90deg, 
      rgba(255, 255, 255, 0) 0%, 
      rgba(255, 255, 255, 0.35) 18%, 
      rgba(255, 120, 30, 0.5) 50%, 
      rgba(255, 255, 255, 0.35) 82%, 
      rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
    z-index: 1;
  }

  .mobile-bottom-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60px;
    max-width: 520px;
    margin: 0 auto;
    padding: 0 4px;
    position: relative;
    z-index: 2;
  }

  .mobile-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 100%;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.68);
    transition: color 0.2s ease, transform 0.15s ease;
    padding: 6px 2px 4px 2px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    min-width: 0;
  }

  .mobile-nav-item svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    transition: transform 0.2s ease, stroke 0.2s ease, filter 0.2s ease;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.7));
  }

  .mobile-nav-item span {
    font-family: var(--font-primary);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  }

  /* Active State (current page) */
  .mobile-nav-item.active {
    color: #ff8c3a;
  }

  .mobile-nav-item.active svg {
    stroke: #ff8c3a;
    filter: drop-shadow(0 0 8px rgba(255, 106, 0, 0.75)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
    transform: scale(1.08);
  }

  .mobile-nav-item.active span {
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(255, 106, 0, 0.65), 0 1px 3px rgba(0, 0, 0, 0.9);
  }

  /* Active Indicator Line on top of tab */
  .mobile-nav-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2.5px;
    background: linear-gradient(90deg, #ff6a00, #ff944d);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 8px rgba(255, 106, 0, 0.85);
  }

  .mobile-nav-item:active {
    transform: scale(0.92);
  }

  .morph-glyph-media {
    width: 40px;
    height: 40px;
  }

  /* ==========================================================================
     SMARTPHONE BUTTON & CARD TOUCH BEHAVIOR:
     - Cancel hover transformations, jitter and sticky hover states on touch
     - Instant tactile :active feedback without position displacement
     ========================================================================== */
  .btn-pill,
  .btn-pill-glass,
  .btn-pill-brand,
  .btn-pill-whatsapp,
  .card-refined-btn,
  .social-pill,
  .scroll-pill-btn,
  .filter-tab-btn,
  .modal-close-btn,
  .mobile-toggle,
  .liquid-card,
  .pack-card,
  .addon-card,
  .physical-good-card,
  .workflow-card,
  .team-card,
  .bts-card,
  .teaser-card {
    transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease !important;
    -webkit-tap-highlight-color: transparent;
  }

  .btn-pill:hover,
  .btn-pill-glass:hover,
  .btn-pill-brand:hover,
  .btn-pill-whatsapp:hover,
  .card-refined-btn:hover,
  .liquid-card:hover .card-refined-btn,
  .social-pill:hover,
  .scroll-pill-btn:hover,
  .filter-tab-btn:hover,
  .modal-close-btn:hover,
  .mobile-toggle:hover,
  .liquid-card:hover,
  .pack-card:hover,
  .addon-card:hover,
  .physical-good-card:hover,
  .workflow-card:hover,
  .team-card:hover,
  .bts-card:hover,
  .teaser-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .floating-whatsapp:hover .morph-btn-orb {
    transform: none !important;
  }

  .btn-pill:hover .btn-icon-circle,
  .card-refined-btn:hover .btn-icon,
  .liquid-card:hover .card-refined-btn .btn-icon,
  .liquid-card:hover .card-media-slot img,
  .liquid-card:hover .card-media-slot video,
  .liquid-card:hover .card-title,
  .liquid-card:hover .card-subtitle {
    transform: none !important;
    letter-spacing: inherit !important;
    text-shadow: none !important;
  }

  /* Suave respuesta táctil :active instantánea sin saltos de traslación */
  .btn-pill:active,
  .card-refined-btn:active,
  .social-pill:active,
  .scroll-pill-btn:active,
  .filter-tab-btn:active,
  .mobile-toggle:active {
    opacity: 0.82 !important;
    transform: scale(0.98) !important;
  }

  .floating-whatsapp:active .morph-btn-orb {
    transform: scale(0.96) !important;
  }

  /* ==========================================================================
     TYPOGRAPHY, RHYTHM & TEXT FORMATTING OPTIMIZATION (SMARTPHONE)
     ========================================================================== */
  .section-header {
    margin-bottom: 24px;
    text-align: center;
  }

  .section-tag {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    padding: 5px 14px;
    margin-bottom: 12px;
    display: inline-block;
  }

  .section-title {
    font-size: clamp(1.60rem, 5.6vw, 2.10rem);
    line-height: 1.22;
    letter-spacing: -0.01em;
    text-wrap: balance;
    margin-bottom: 12px;
  }

  .section-description {
    font-size: 0.93rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.75);
    text-wrap: pretty;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Hero Cards Text Footer Bar */
  .card-footer-bar {
    padding: 8px 12px;
    align-items: center;
  }

  .card-title {
    font-size: clamp(1.15rem, 5vw, 1.35rem);
    letter-spacing: 0.20em;
    line-height: 1.2;
    font-weight: 400;
  }

  .card-subtitle {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.65);
  }

  .card-refined-btn {
    padding: 7px 14px;
    gap: 8px;
  }

  .card-refined-btn .btn-text {
    font-size: 0.74rem;
    letter-spacing: 0.12em;
  }

  .card-refined-btn .btn-icon {
    width: 24px;
    height: 24px;
  }

  .card-refined-btn .btn-icon svg {
    width: 12px;
    height: 12px;
  }

  /* Subpage Features & Details */
  .feature-info-title {
    font-size: clamp(1.4rem, 4.8vw, 1.75rem);
    line-height: 1.26;
    margin-bottom: 12px;
    text-wrap: balance;
  }

  .feature-info-text {
    font-size: 0.92rem;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 20px;
    text-wrap: pretty;
  }

  .feature-bullet-text strong {
    font-size: 0.92rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 2px;
  }

  .feature-bullet-text span {
    font-size: 0.84rem;
    line-height: 1.52;
    color: rgba(255, 255, 255, 0.70);
  }

  /* Packs & Pricing Formatting */
  .pack-tag {
    font-size: 0.70rem;
    letter-spacing: 0.12em;
    margin-bottom: 8px;
  }

  .pack-title {
    font-size: 1.55rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .pack-focus-desc {
    font-size: 0.88rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 16px;
  }

  .pack-features-list {
    margin-bottom: 20px;
  }

  .pack-feature-item {
    font-size: 0.86rem;
    line-height: 1.46;
  }

  /* Workflow Step Typography */
  .workflow-card {
    padding: 24px 20px;
  }

  .workflow-step-num {
    font-size: 0.80rem;
    letter-spacing: 0.14em;
    margin-bottom: 6px;
  }

  .workflow-title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .workflow-desc {
    font-size: 0.88rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.72);
  }

  /* Team & Bio Hierarchy */
  .team-card-content {
    padding: 20px 18px;
  }

  .team-member-name {
    font-size: 1.30rem;
    line-height: 1.25;
    margin-bottom: 4px;
  }

  .team-member-role {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .team-member-bio {
    font-size: 0.88rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.72);
  }

  /* Philosophy Quote Block */
  .philosophy-quote {
    font-size: clamp(1.15rem, 4.2vw, 1.45rem);
    line-height: 1.45;
    text-wrap: balance;
  }
}

/* ==========================================================================
   SMALL SMART PHONES (max-width: 480px)
   ========================================================================== */
@media (max-width: 480px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gallery-modal-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .subpage-gallery-grid {
    column-count: 2 !important;
    column-gap: 8px !important;
    margin-top: 16px !important;
  }

  .subpage-gallery-item {
    margin-bottom: 8px !important;
    border-radius: 12px !important;
  }

  .subpage-gallery-item img {
    border-radius: 11px !important;
  }

  .hero-brand-name {
    font-size: clamp(2rem, 9.5vw, 2.6rem);
    margin-top: 12px;
  }

  .bts-card-vertical .bts-img-wrapper {
    min-height: 200px;
  }

  .feature-media-box,
  .feature-media-box img {
    border-radius: 16px !important;
  }

  .feature-info-title {
    font-size: clamp(1.22rem, 5.5vw, 1.45rem) !important;
    line-height: 1.22 !important;
  }

  .feature-info-text {
    font-size: 0.84rem !important;
    line-height: 1.44 !important;
  }

  .feature-bullet-item {
    gap: 8px !important;
  }

  .pack-card {
    padding: 16px 14px !important;
    border-radius: 16px !important;
  }

  .pack-title {
    font-size: 1.25rem !important;
  }

  .pack-subtitle {
    font-size: 0.78rem !important;
  }

  .pack-focus-desc {
    font-size: 0.80rem !important;
    line-height: 1.38 !important;
    margin-bottom: 10px !important;
  }

  .spec-chip {
    font-size: 0.70rem !important;
    padding: 3px 8px !important;
    min-height: 24px !important;
  }

  .pack-deliverables-box {
    padding: 10px 10px !important;
    border-radius: 12px !important;
  }

  .pack-deliverables-title {
    font-size: 0.72rem !important;
    margin-bottom: 6px !important;
  }

  .pack-deliverable-item {
    font-size: 0.78rem !important;
    line-height: 1.32 !important;
    gap: 6px !important;
  }

  .card-title {
    font-size: 1.15rem;
    letter-spacing: 0.20em;
  }

  .card-subtitle {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .card-refined-btn {
    padding: 6px 12px 6px 14px;
    gap: 8px;
  }

  .card-refined-btn .btn-text {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .card-refined-btn .btn-icon {
    width: 22px;
    height: 22px;
  }

  .card-refined-btn .btn-icon svg {
    width: 11px;
    height: 11px;
  }
}

