/* ==========================================================
   ELYSSIA BEAUTY SALON
   FASE 1: Responsive base
   ========================================================== */

@media (max-width: 1180px) {
  .check-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1023px) {
  .base-check-section,
  .assets-section {
    padding: var(--section-padding-tablet) 0;
  }

  .phase-one-preview {
    min-height: 92vh;
  }

  .phase-one-preview::before {
    inset: 18px;
  }
}

@media (max-width: 639px) {
  .container {
    width: min(100% - 32px, var(--container-max));
  }

  .phase-one-preview {
    min-height: 100svh;
    padding: 96px 16px;
  }

  .phase-one-preview::before {
    inset: 12px;
  }

  .phase-one-shell {
    text-align: left;
  }

  .phase-one-shell h1 {
    margin-top: 18px;
    font-size: clamp(3.1rem, 18vw, 4.4rem);
    line-height: 0.96;
  }

  .phase-one-text {
    margin-top: 24px;
    font-size: 0.94rem;
  }

  .phase-one-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 34px;
  }

  .btn {
    width: 100%;
    min-height: 54px;
  }

  .base-check-section,
  .assets-section {
    padding: var(--section-padding-mobile) 0;
  }

  .base-check-section h2,
  .assets-section h2 {
    font-size: clamp(2.3rem, 12vw, 3.35rem);
  }

  .check-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 38px;
  }

  .check-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .check-card span {
    margin-bottom: 24px;
  }

  .assets-section p {
    font-size: 0.94rem;
  }

  .asset-list li {
    padding: 16px;
    font-size: 0.82rem;
  }
}

/* ==========================================================
   FASE 2: Responsive header + mobile menu
   ========================================================== */

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav-link {
    font-size: 0.66rem;
  }

  .header-reserve-btn {
    padding-inline: 18px;
  }
}

@media (max-width: 1023px) {
  .site-header {
    height: 76px;
  }

  .site-header.is-scrolled {
    height: 68px;
  }

  .header-container {
    width: min(100% - 32px, var(--container-max));
  }

  .desktop-nav,
  .header-reserve-btn {
    display: none;
  }

  .brand-logo-img {
    height: 42px;
  }

  .site-header.is-scrolled .brand-logo-img {
    height: 36px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    min-width: auto;
  }

  .phase-two-preview {
    padding-top: 150px;
  }

  .temporary-section {
    padding: 96px 0;
    scroll-margin-top: 78px;
  }
}

@media (max-width: 639px) {
  .site-header {
    height: 72px;
  }

  .site-header.is-scrolled {
    height: 66px;
  }

  .header-container {
    width: min(100% - 28px, var(--container-max));
  }

  .brand-logo {
    min-width: auto;
  }

  .brand-logo-img {
    height: 38px;
  }

  .brand-logo-text {
    font-size: 1rem;
  }

  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
  }

  .mobile-menu-panel {
    width: 100%;
    border-left: 0;
  }

  .mobile-menu-top {
    min-height: 78px;
    padding: 18px 20px;
  }

  .mobile-menu-content {
    padding: 30px 20px 28px;
  }

  .mobile-nav a {
    padding: 16px 0;
    font-size: clamp(2rem, 14vw, 3.2rem);
  }

  .mobile-menu-card {
    margin-top: 34px;
    padding: 22px;
  }

  .mobile-menu-card .btn {
    width: 100%;
  }

  .mobile-menu-footer {
    padding: 22px 20px 26px;
  }

  .phase-two-preview {
    min-height: 100svh;
    padding: 136px 16px 86px;
    place-items: end start;
  }

  .phase-two-shell {
    text-align: left;
  }

  .phase-two-shell h1 {
    font-size: clamp(3.2rem, 18vw, 4.5rem);
  }

  .phase-two-shell p:not(.eyebrow) {
    font-size: 0.94rem;
  }

  .temporary-section {
    padding: 76px 0;
  }

  .temporary-section h2 {
    font-size: clamp(2.3rem, 12vw, 3.35rem);
  }
}


/* ==========================================================
   FASE 3: Responsive hero editorial
   ========================================================== */

@media (max-width: 1180px) {
  .hero-container {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 38px;
  }

  .hero-content h1 {
    font-size: clamp(4rem, 8vw, 7rem);
  }

  .hero-reservation-card {
    width: 340px;
  }
}

@media (max-width: 1023px) {
  .hero-container {
    width: min(100% - 40px, var(--container-max));
    grid-template-columns: 1fr;
    align-content: center;
    gap: 34px;
    padding-top: 120px;
    padding-bottom: 88px;
  }

  .hero-img {
    object-position: center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.48)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.78));
  }

  .hero-content {
    max-width: 780px;
  }

  .hero-content h1 {
    max-width: 760px;
    font-size: clamp(4.2rem, 11vw, 7.2rem);
  }

  .hero-description {
    max-width: 620px;
  }

  .hero-reservation-card {
    justify-self: start;
    align-self: auto;
    width: min(100%, 440px);
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .hero-section {
    min-height: 100svh;
  }

  .hero-container {
    width: min(100% - 32px, var(--container-max));
    min-height: 100svh;
    padding-top: 112px;
    padding-bottom: 92px;
    align-content: end;
  }

  .hero-img {
    object-position: center top;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.72) 44%, rgba(0, 0, 0, 0.96) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.46));
  }

  .hero-grain {
    background-size: 32px 32px;
    opacity: 0.22;
  }

  .hero-eyebrow {
    gap: 12px;
    margin-bottom: 22px;
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .hero-eyebrow::before {
    width: 30px;
  }

  .hero-content h1 {
    font-size: clamp(3.45rem, 17vw, 4.9rem);
    line-height: 0.92;
    letter-spacing: -0.09em;
  }

  .hero-description {
    margin-top: 24px;
    font-size: 0.94rem;
    line-height: 1.75;
  }

  .hero-actions {
    flex-direction: column;
    margin-top: 34px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-reservation-card {
    margin-top: 8px;
    padding: 22px;
  }

  .hero-reservation-card h2 {
    font-size: 1.08rem;
  }

  .hero-card-meta {
    margin-top: 22px;
    padding-top: 18px;
  }

  .hero-scroll-indicator {
    display: none;
  }
}

/* ==========================================================
   PATCH FASE 3: Ajuste responsive del hero
   ========================================================== */

@media (max-width: 1180px) {
  .hero-container {
    grid-template-columns: minmax(0, 580px) minmax(300px, 1fr);
    gap: 42px;
  }

  .hero-content h1 {
    font-size: clamp(3.7rem, 6.2vw, 5.4rem);
  }
}

@media (max-width: 1023px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 122px;
    padding-bottom: 88px;
  }

  .hero-content {
    max-width: 700px;
  }

  .hero-content h1 {
    max-width: 680px;
    font-size: clamp(3.8rem, 10vw, 5.7rem);
  }

  .hero-reservation-card {
    justify-self: start;
    width: min(100%, 420px);
  }
}

@media (max-width: 639px) {
  .hero-content h1 {
    font-size: clamp(3rem, 14vw, 4.1rem);
    line-height: 0.95;
    letter-spacing: -0.075em;
  }

  .hero-description {
    font-size: 0.94rem;
  }
}

/* ==========================================================
   FASE 4: Responsive micro-promesas + ritual
   ========================================================== */

@media (max-width: 1180px) {
  .promise-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .promise-item:nth-child(3) {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
  }

  .ritual-container {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .ritual-media-wrap {
    max-width: 760px;
  }

  .ritual-floating-note {
    right: 28px;
  }

  .ritual-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .ritual-stat:nth-child(3) {
    border-left: 1px solid rgba(25, 23, 20, 0.1);
  }
}

@media (max-width: 1023px) {
  .ritual-section {
    padding: 96px 0 88px;
    scroll-margin-top: 78px;
  }

  .ritual-container,
  .ritual-stats {
    width: min(100% - 40px, var(--container-max));
  }

  .ritual-image-frame,
  .ritual-image {
    min-height: 520px;
    height: 520px;
  }

  .ritual-content h2 {
    font-size: clamp(3rem, 9vw, 5rem);
  }
}

@media (max-width: 639px) {
  .promise-strip {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .promise-strip::-webkit-scrollbar {
    display: none;
  }

  .promise-container {
    width: max-content;
    min-width: 100%;
    display: flex;
  }

  .promise-item {
    width: 82vw;
    min-height: 170px;
    padding: 32px 22px;
  }

  .promise-item:first-child {
    margin-left: 16px;
  }

  .promise-item:last-child {
    margin-right: 16px;
  }

  .ritual-section {
    padding: 76px 0 72px;
  }

  .ritual-container,
  .ritual-stats {
    width: min(100% - 32px, var(--container-max));
  }

  .ritual-image-frame,
  .ritual-image {
    min-height: 430px;
    height: 430px;
  }

  .ritual-image-frame::before {
    inset: 12px;
  }

  .ritual-floating-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -58px auto 0;
    padding: 22px;
  }

  .ritual-content h2 {
    font-size: clamp(2.7rem, 13vw, 3.85rem);
    line-height: 1;
  }

  .ritual-intro {
    margin-top: 24px;
    font-size: 0.94rem;
  }

  .ritual-steps {
    margin-top: 38px;
  }

  .ritual-step {
    grid-template-columns: 42px 1fr;
    gap: 18px;
  }

  .ritual-step span {
    width: 42px;
    height: 42px;
    border-width: 5px;
  }

  .ritual-step h3 {
    font-size: 0.88rem;
  }

  .ritual-step p {
    font-size: 0.9rem;
  }

  .ritual-stats {
    grid-template-columns: 1fr;
    margin-top: 62px;
  }

  .ritual-stat,
  .ritual-stat:first-child,
  .ritual-stat:nth-child(3) {
    border-left: 1px solid rgba(25, 23, 20, 0.1);
  }
}/* ==========================================================
   FASE 5: Responsive servicios signature
   ========================================================== */

@media (max-width: 1180px) {
  .services-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .services-header p {
    max-width: 760px;
  }

  .service-card,
  .service-card-featured,
  .service-card-wide {
    grid-column: span 6;
    min-height: 560px;
  }

  .service-card-featured {
    min-height: 640px;
  }

  .service-card-wide .service-card-link {
    grid-template-columns: 1fr;
  }

  .service-card-wide .service-image-wrap {
    min-height: 270px;
  }
}

@media (max-width: 1023px) {
  .services-section {
    padding: 96px 0;
    scroll-margin-top: 78px;
  }

  .services-container {
    width: min(100% - 40px, var(--container-max));
  }

  .services-header {
    margin-bottom: 50px;
  }

  .services-header h2 {
    font-size: clamp(3rem, 9vw, 5rem);
  }

  .service-card,
  .service-card-featured,
  .service-card-wide {
    grid-column: span 6;
  }

  .service-content,
  .service-card-featured .service-content {
    padding: 30px;
  }

  .service-card-featured .service-image-wrap {
    min-height: 340px;
  }
}

@media (max-width: 639px) {
  .services-section {
    padding: 76px 0;
  }

  .services-container {
    width: min(100% - 32px, var(--container-max));
  }

  .services-header h2 {
    font-size: clamp(2.7rem, 13vw, 3.85rem);
    line-height: 1;
  }

  .services-header p {
    font-size: 0.94rem;
  }

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

  .service-card,
  .service-card-featured,
  .service-card-wide {
    grid-column: auto;
    min-height: auto;
  }

  .service-image-wrap,
  .service-card-featured .service-image-wrap,
  .service-card-wide .service-image-wrap {
    min-height: 300px;
  }

  .service-content,
  .service-card-featured .service-content {
    padding: 24px;
  }

  .service-content h3,
  .service-card-featured .service-content h3 {
    font-size: clamp(1.7rem, 9vw, 2.45rem);
  }

  .service-content p {
    font-size: 0.9rem;
  }

  .service-list {
    gap: 7px;
  }

  .service-list li {
    font-size: 0.64rem;
  }
}

/* ==========================================================
   PATCH FASE 5: Responsive mosaico servicios
   ========================================================== */

@media (max-width: 1180px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card,
  .service-card-featured,
  .service-card-wide {
    grid-column: auto;
  }

  .service-card-featured {
    grid-row: span 2;
    min-height: 700px;
  }

  .service-card-wide .service-card-link {
    grid-template-columns: 1fr;
  }

  .service-card-wide .service-image-wrap {
    min-height: 270px;
  }
}

@media (max-width: 760px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card-featured,
  .service-card-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
  }

  .service-image-wrap,
  .service-card-featured .service-image-wrap,
  .service-card-wide .service-image-wrap {
    min-height: 280px;
  }

  .service-content,
  .service-card-featured .service-content {
    padding: 24px;
  }
}

/* ==========================================================
   FASE 6: Responsive menú de belleza
   ========================================================== */

@media (max-width: 1180px) {
  .beauty-menu-container {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .beauty-menu-intro {
    position: relative;
    top: auto;
  }

  .beauty-menu-intro p {
    max-width: 760px;
  }
}

@media (max-width: 1023px) {
  .beauty-menu-section {
    padding: 96px 0;
    scroll-margin-top: 78px;
  }

  .beauty-menu-section::before {
    inset: 18px;
  }

  .beauty-menu-container {
    width: min(100% - 40px, var(--container-max));
  }

  .beauty-menu-intro h2 {
    font-size: clamp(3rem, 9vw, 5rem);
  }

  .beauty-menu-panel {
    padding: 24px;
  }
}

@media (max-width: 639px) {
  .beauty-menu-section {
    padding: 76px 0;
  }

  .beauty-menu-section::before {
    inset: 12px;
  }

  .beauty-menu-container {
    width: min(100% - 32px, var(--container-max));
  }

  .beauty-menu-intro h2 {
    font-size: clamp(2.7rem, 13vw, 3.85rem);
    line-height: 1;
  }

  .beauty-menu-intro p {
    font-size: 0.94rem;
  }

  .beauty-menu-panel {
    padding: 18px;
  }

  .beauty-menu-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 28px;
    padding-bottom: 20px;
  }

  .beauty-menu-tab {
    min-height: 44px;
    padding: 0 10px;
    font-size: 0.6rem;
  }

  .beauty-menu-heading {
    gap: 14px;
  }

  .beauty-menu-heading h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .price-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 0;
  }

  .price-item h4 {
    font-size: 0.88rem;
  }

  .price-item p {
    font-size: 0.86rem;
  }

  .price-item strong {
    text-align: left;
    white-space: normal;
  }

  .beauty-menu-note {
    font-size: 0.82rem;
  }
}

/* =========================================================
  FASE 7 · EXPERIENCIA PRIVADA RESPONSIVE
========================================================= */

@media (max-width: 1023px) {
  .private-experience-section {
    padding: 96px 20px;
  }

  .private-experience-title-grid,
  .private-experience-layout {
    grid-template-columns: 1fr;
  }

  .private-experience-title-grid {
    gap: 22px;
  }

  .private-experience-title-grid p {
    max-width: 680px;
  }

  .private-experience-layout {
    gap: 44px;
  }

  .private-experience-visual {
    min-height: 560px;
  }

  .private-experience-visual img {
    min-height: 560px;
  }

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

@media (max-width: 639px) {
  .private-experience-section {
    padding: 82px 16px;
  }

  .private-experience-header {
    margin-bottom: 42px;
  }

  .private-experience-title-grid h2 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .private-experience-title-grid p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .private-experience-visual {
    min-height: 470px;
  }

  .private-experience-visual img {
    min-height: 470px;
  }

  .experience-floating-card {
    width: calc(100% - 32px);
    padding: 18px;
  }

  .experience-floating-card-top {
    top: 16px;
    left: 16px;
  }

  .experience-floating-card-bottom {
    right: 16px;
    bottom: 16px;
  }

  .experience-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 30px;
  }

  .experience-step-number {
    width: 48px;
    height: 48px;
    font-size: 0.66rem;
  }

  .experience-timeline::before {
    left: 23px;
  }

  .experience-step h3 {
    font-size: 0.98rem;
  }

  .experience-step p {
    font-size: 0.88rem;
    line-height: 1.75;
  }

  .experience-differentials {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .experience-differentials article {
    min-height: auto;
    padding: 28px;
  }

  .experience-differentials span {
    margin-bottom: 22px;
  }
}

/* =========================================================
  FASE 8 · MEMBRESÍAS ATELIER RESPONSIVE
========================================================= */

@media (max-width: 1023px) {
  .memberships-section {
    padding: 96px 20px;
  }

  .memberships-title-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .memberships-title-grid p {
    max-width: 680px;
  }

  .memberships-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .membership-card,
  .membership-card-featured {
    min-height: auto;
  }

  .membership-card-raised {
    margin-top: 0;
  }

  .membership-card-featured {
    order: -1;
  }

  .memberships-note {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 639px) {
  .memberships-section {
    padding: 82px 16px;
  }

  .memberships-header {
    margin-bottom: 42px;
  }

  .memberships-title-grid h2 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .memberships-title-grid p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .membership-card {
    padding: 28px;
  }

  .membership-featured-badge {
    position: static;
    width: fit-content;
    margin-bottom: 24px;
  }

  .membership-card-top {
    padding-bottom: 28px;
  }

  .membership-price {
    margin: 28px 0 26px;
  }

  .membership-price strong {
    font-size: 2.25rem;
  }

  .membership-benefits {
    gap: 13px;
  }

  .membership-benefits li {
    font-size: 0.88rem;
  }

  .membership-button {
    width: 100%;
  }

  .memberships-note {
    margin-top: 36px;
  }
}


/* =========================================================
  FASE 9 · ELYSSIA RITUALS RESPONSIVE
========================================================= */

@media (max-width: 1190px) {
  .rituals-products-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .rituals-section {
    padding: 96px 20px;
  }

  .rituals-title-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .rituals-title-grid p {
    max-width: 680px;
  }

  .rituals-feature-layout {
    grid-template-columns: 1fr;
  }

  .rituals-feature-copy {
    min-height: auto;
  }

  .rituals-feature-image {
    min-height: 540px;
  }

  .rituals-feature-image img {
    min-height: 540px;
  }
}

@media (max-width: 639px) {
  .rituals-section {
    padding: 82px 16px;
  }

  .rituals-header {
    margin-bottom: 42px;
  }

  .rituals-title-grid h2 {
    font-size: clamp(2.15rem, 12vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .rituals-title-grid p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .rituals-feature-copy {
    padding: 30px;
  }

  .rituals-feature-copy h3 {
    font-size: clamp(1.9rem, 10vw, 2.65rem);
  }

  .rituals-main-button {
    width: 100%;
  }

  .rituals-feature-image {
    min-height: 420px;
  }

  .rituals-feature-image img {
    min-height: 420px;
  }

  .rituals-products-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .ritual-product-card {
    flex: 0 0 78%;
    min-height: 390px;
    scroll-snap-align: start;
  }

  .ritual-product-image {
    height: 200px;
  }

  .ritual-product-content {
    padding: 22px;
  }
}

/* =========================================================
  FASE 10 · RESERVAS PRIVADAS RESPONSIVE
========================================================= */

@media (max-width: 1023px) {
  .reservations-section {
    padding: 96px 20px;
  }

  .reservations-title-grid,
  .reservations-layout {
    grid-template-columns: 1fr;
  }

  .reservations-title-grid {
    gap: 22px;
  }

  .reservations-title-grid p {
    max-width: 680px;
  }

  .reservations-visual {
    min-height: 560px;
  }

  .reservations-visual img {
    min-height: 560px;
  }

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

@media (max-width: 639px) {
  .reservations-section {
    padding: 82px 16px;
  }

  .reservations-header {
    margin-bottom: 42px;
  }

  .reservations-title-grid h2 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .reservations-title-grid p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .reservations-visual {
    min-height: 460px;
  }

  .reservations-visual img {
    min-height: 460px;
  }

  .reservations-hours-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 20px;
  }

  .reservations-process,
  .reservation-form {
    padding: 28px;
  }

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

  .reservation-steps article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .reservation-steps span {
    width: 38px;
    height: 38px;
  }

  .reservations-policies {
    grid-template-columns: 1fr;
  }

  .reservations-policies article {
    min-height: auto;
    padding: 26px;
  }

  .reservations-policies span {
    margin-bottom: 20px;
  }

.whatsapp-float {
  right: 16px;
  bottom: 16px;
  width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 0;
  border-radius: 999px;
}

.whatsapp-float-icon {
  width: 25px;
  height: 25px;
}

.whatsapp-float span {
  display: none;
}
}

/* =========================================================
  FASE 11 · NOVIAS, EVENTOS E HISTORIAS RESPONSIVE
========================================================= */

@media (max-width: 1023px) {
  .events-section,
  .stories-section {
    padding: 96px 20px;
  }

  .events-title-grid,
  .events-layout,
  .stories-title-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .events-title-grid p,
  .stories-title-grid p {
    max-width: 680px;
  }

  .events-visual {
    min-height: 560px;
  }

  .events-visual img {
    min-height: 560px;
  }

  .events-services-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stories-grid {
    grid-template-columns: 1fr;
  }

  .story-card,
  .story-card-large {
    min-height: auto;
    grid-row: auto;
  }

  .story-card-large .story-card-image {
    height: 360px;
  }
}

@media (max-width: 639px) {
  .events-section,
  .stories-section {
    padding: 82px 16px;
  }

  .events-header,
  .stories-header {
    margin-bottom: 42px;
  }

  .events-title-grid h2,
  .stories-title-grid h2 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .events-title-grid p,
  .stories-title-grid p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .events-visual {
    min-height: 460px;
  }

  .events-visual img {
    min-height: 460px;
  }

  .events-floating-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 20px;
  }

  .event-package {
    padding: 28px;
  }

  .event-package-button {
    width: 100%;
  }

  .events-services-strip {
    grid-template-columns: 1fr;
  }

  .events-services-strip article {
    min-height: auto;
    padding: 26px;
  }

  .events-services-strip span {
    margin-bottom: 20px;
  }

  .story-card-image,
  .story-card-large .story-card-image {
    height: 260px;
  }

  .story-card-content {
    padding: 28px;
  }

  .story-card-content h3 {
    font-size: 1.45rem;
  }
}

/* =========================================================
  FASE 12 · EQUIPO, PROMOCIONES Y FAQ RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .promotions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .team-section,
  .promotions-section,
  .faq-section {
    padding: 96px 20px;
  }

  .team-title-grid,
  .promotions-title-grid,
  .faq-title-grid,
  .team-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .team-title-grid p,
  .promotions-title-grid p,
  .faq-title-grid p {
    max-width: 680px;
  }

  .team-feature-card {
    min-height: auto;
    gap: 70px;
  }

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

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

  .promotion-card {
    min-height: 300px;
  }
}

@media (max-width: 639px) {
  .team-section,
  .promotions-section,
  .faq-section {
    padding: 82px 16px;
  }

  .team-header,
  .promotions-header,
  .faq-header {
    margin-bottom: 42px;
  }

  .team-title-grid h2,
  .promotions-title-grid h2,
  .faq-title-grid h2 {
    font-size: clamp(2.15rem, 12vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .team-title-grid p,
  .promotions-title-grid p,
  .faq-title-grid p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .team-feature-card {
    padding: 30px;
  }

  .team-feature-card .team-initials {
    width: 86px;
    height: 86px;
  }

  .team-grid,
  .promotions-grid {
    grid-template-columns: 1fr;
  }

  .team-card,
  .promotion-card {
    min-height: auto;
    padding: 28px;
  }

  .promotion-card span {
    margin-bottom: 26px;
  }

  .faq-question {
    padding: 22px 0;
  }

  .faq-question span {
    font-size: 1.05rem;
  }

  .faq-question strong {
    width: 32px;
    height: 32px;
  }

  .faq-answer {
    padding: 0 0 24px;
  }

  .faq-answer p {
    font-size: 0.9rem;
  }
}


/* =========================================================
  FASE 13 · CTA FINAL + FOOTER RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .footer-container {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
  }

  .footer-newsletter {
    grid-column: span 2;
  }
}

@media (max-width: 1023px) {
  .final-cta-section {
    min-height: 620px;
    padding: 96px 20px;
  }

  .footer-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 76px 20px 56px;
  }

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

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

  .footer-bottom {
    padding: 24px 20px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 639px) {
  .final-cta-section {
    min-height: 560px;
    padding: 82px 16px;
  }

  .final-cta-content h2 {
    font-size: clamp(2.25rem, 13vw, 3.45rem);
    line-height: 1.02;
    letter-spacing: -0.06em;
  }

  .final-cta-content p {
    font-size: 0.92rem;
    line-height: 1.8;
  }

  .final-cta-actions {
    display: grid;
    width: 100%;
    gap: 12px;
  }

  .final-cta-primary,
  .final-cta-secondary {
    width: 100%;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 68px 16px 48px;
  }

  .footer-brand,
  .footer-newsletter {
    grid-column: auto;
  }

  .footer-logo img {
    max-width: 160px;
  }

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

  .footer-bottom div {
    display: grid;
    gap: 10px;
  }
}